.swiper {
  max-width: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  }

  .slider-two{
    width: 100%;
  }

  .swiper-pagination {
    bottom: 49px !important;
  }
  .swiper-pagination-bullet{
    width: 62px !important;
    height: 10px ;
    background-color: #fff !important;
    opacity: .10;
    border-radius: 0 !important;
  }

  .swiper .swiper-button-next:hover {
    color: black !important;
}

  .swiper .swiper-button-prev:hover {
    color: black !important;
}
  .swiper-button-next {
    right: 40px !important;
  }

  @media (max-width:1440px){
    .swiper-button-next{
      top: 283px !important;
      width: 24px !important;
    }

    .swiper-button-prev{
      top: 283px !important;
      width: 24px !important;
    }

  }

  @media (max-width:992px) {
    .swiper-pagination-bullet {
      margin-bottom: 0 !important;
    }

    .swiper-button-next , .swiper-button-prev {
      top: 40% !important;
    }
  }

  @media (max-width:768px) {
    .swiper-button-next, .swiper-button-prev {
      top: 247px !important;
    }
  }

  .swiper-button-prev{
    left: 40px !important;
  }

  .swiper-button-next {
    right: 40px !important;
  }

  .swiper-pagination-bullet:active{
    background-color: #fff;
    opacity: 1;
  }

  .swiper-button-next{
    color: #fff !important;
  }

  .swiper-button-prev{
    color: #fff !important;
  }

  .swiper-img{
    display: none !important;
  }