@media (max-width: 767px) {
  /* Product Filter */
	.api-products-filter .filter-sheet {
	  display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: transform .28s ease;
    background: #fff;
    box-shadow: 0 -8px 28px rgba(0,0,0,.18);
    z-index: 99999;
    max-height: 400px;
    display: flex;
    flex-direction: column;
  }
	
  .api-body h1{
    font-size: 26px;
    line-height: 34px;
  }
  .api-body h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .api-body h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .api-body .fw-medium{
    font-size: 16px;
  }
  .api-booking-status .highlight-img img{ width: 150px !important; }

  /* Product Detail */
  .api-body .api-product-detail .section-slideshow .logo-abs-top{ width: 150px; }
  .api-body .api-product-detail .slideshow{ height: 300px !important; }
  .api-body .api-product-detail .slideshow-thumb .swiper-slide{ height: 60px !important; }
	.api-body .api-product-detail .section-benefit-highlight h4{ font-size: 14px; }
  .api-body .api-product-detail .itinerary-box .badge-number{ height: 35px; width: 35px; }
  .api-body .api-product-detail .itinerary-box .col-featured-img{ width: 100%; }
  .api-body .api-product-detail .booking-form .qty-control-box{ width: 185px; }
}