.leading-slider {
  position: relative;
  transition: all 900ms ease;
  margin-left: -24px;
}

.leading-slider .slick-slide {
  padding-left: 24px;
}

.leading-slider .slick-list {
  padding: 15px 0px !important;
}

.slick-slider {
  position: relative;
  transition: all 900ms ease;
}

.slick-initialized {
  overflow: hidden;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 !important;
  width: 20px !important;
  height: 20px !important;
}

.slick-dots li button::before {
  color: #fff !important;
  opacity: 0.8 !important;
  font-size: 32px !important;
}

.slick-dots li.slick-active button::before {
  color: #fff !important;
  opacity: 1 !important;
}

.text-hidden {
  display: none;
}

.swiper-slide-active .text-hidden {
  display: block !important;
}
.swiper-button-prev {
  width: 40px !important;
  right: -2.8% !important;
}

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

.swiper-button-next:after,
.swiper-button-prev:after {
  content: " " !important;
}

.swiper-pagination-bullet {
  background: #6c769d !important;
}
.swiper-pagination-bullet-active {
  background: #091c6b !important;
}

.swiper-slide.swiper-slide-visible.swiper-slide-prev,
.swiper-slide.swiper-slide-visible.swiper-slide-next {
  transform: translate3d(0px, 40px, -100px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  background-color: transparent !important;
  height: 0;
}

.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
}

.categorySwiper .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1.3) !important;
}

@media (max-width: 640px) {
  .mySwiper .swiper-slide-active img {
    height: 300px !important;
  }
}
@media (max-width: 767px) {
  .categorySwiper .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
}

@media (min-width: 768px) {
  .mySwiper .swiper-slide-active img {
    height: 350px !important;
  }

  .categorySwiper .swiper-slide img {
    height: 350px !important;
  }

  .categorySwiper .swiper-slide-active img {
    height: 380px !important;
  }
}

@media (min-width: 1024px) {
  .swiper-button-prev {
    width: 40px !important;
    right: 2% !important;
  }

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

  .mySwiper .swiper-slide img {
    height: 660px !important;
  }
  .categorySwiper .swiper-slide img {
    height: 400px !important;
  }

  .mySwiper .swiper-slide-active img {
    width: 820px !important;
    height: 450px !important;
  }
  .categorySwiper .swiper-slide-active img {
    width: 820px !important;
    height: 420px !important;
  }
}

@media (min-width: 1280px) {
  .swiper-button-prev {
    width: 40px !important;
    right: -5% !important;
  }

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

  .categorySwiper .swiper-slide img {
    height: 636px !important;
  }

  .categorySwiper .swiper-slide-active img {
    width: 1069px !important;
    height: 625px !important;
  }
}

@media (min-width: 1536px) {
  .swiper-button-prev {
    width: 40px !important;
    right: -4% !important;
  }

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

@media (min-width: 1700px) {
  .swiper-button-prev {
    width: 40px !important;
    right: -3.5% !important;
  }

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