/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  /* Target standard desktops down to mobile */
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  /* Target tablets and mobile */
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .brand-logo img{
    width: 140px;
  }

  .header-three .header-navigation{
    padding: 5px 10px;
  }

  .pt-115{
    padding-top: 50px;
  }

  .mb-100{
    margin-bottom: 40px;
  }

  .pb-70{
    padding-bottom: 10px !important;
  }

  .destination-slider.mb-50{
    margin-bottom: 10px;
  }

  .pt-120{
    padding-top: 50px;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .tripex-des-sec .destination-slider .slick-slide{
        max-width: 300px;
    }

    .section-title h2{
        font-size: 22px;
        line-height: 33px;
    }
}
