.swiper-button-next {
    background-image: url("../images/arrow_right_oueBest.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
  }

  .swiper-button-next::after {
    display: none;
  }

  .swiper-button-prev {
    background-image: url("../images/arrow_left_oueBest.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
  }

  .swiper-button-prev::after {
    display: none;
  }

  .swiper_contactUs_meet {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    height: 406px;
  }

  .contactUs_bg_slide_border {
    background-size: cover;
    min-height: 406px;
    width: 100%;
    position: relative;
    background-color: #1C0C29;
  }

  .contactUs_bg_slide_border:hover {
    cursor: pointer;
  }

  .swiper-pagination-bullet {
    border-radius: inherit;
    background: #744C5B;
  }

  .swiper-pagination-bullet-active {
    background: #BA1B57;
  }

  .swiper-slide {
    width: fit-content;
  }

  @media (max-width:1050px) {
    .swiper_contactUs_meet {
      width: 80%;
    }
  }

  @media (max-width:820px) {
    .contactUs_bg_slide_border {
      width: 280px !important;
    }
  }

  @media (max-width:768px) {
    .contactUs_bg_slide_border {
      min-height: 350px;
      width: 100% !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
      display: none;
    }

    .swiper_contactUs_meet {
      width: 100%;
    }

    .contactUs_bg_slide_border {
      min-height: 480px;
    }

    .for_quesions_block_padding {
      width: 100%;
      flex-direction: column;
    }
  }

  @media (max-width:500px) {
    .swiper_contactUs_meet {
      min-height: 450px;
    }
  }
