@media screen and (max-width: 1366px) {}



@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
  .mobile-trip-plan {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px !important;
  }

  .testimonial-left-nav.slick-arrow {
    right: 50%;
  }
}

@media screen and (max-width: 767px) {}


@media screen and (max-width: 526px) {}


@media screen and (max-width: 480px) {

  .testimonial-slider .slick-dots li:nth-child(1) button {
    transform: scale(1.1);
  }

  .testimonial-slider .slick-dots li:nth-child(2) button {
    transform: scale(1.5);
  }

  .testimonial-slider .slick-dots li:nth-child(3) button {
    transform: scale(2);
  }

  .testimonial-slider .slick-dots li:nth-child(4) button {
    transform: scale(1.5);
  }

  .testimonial-slider .slick-dots li:nth-child(5) button {
    transform: scale(1.1);
  }

  .testimonial-slider .slick-dots {
    justify-content: start;
    gap: 55px;
  }
}