/* Add css here realted to tab screen */
@media (max-width:1024px) {

}
@media (min-width:768px) and (max-width:1024px) {
.logo img{
    height: auto !important;
}
.contactNo a{
    font-size: 15px!important;
}
body .header-right-wraper .main-menu ul li a {
    font-size: 13px!important;
    padding: 4px 0px !important;
}
.searchbox-icon, .searchbox-submit{
        width: 35px!important;
    height: 35px!important;
}
.search-Box {
    margin: 0 5px !important;
}
.header-right-wraper .header-others-info{
    margin-left: 5px;
}
.nearbyPlaces .nearbyPlaces-thumb,
.nearbyPlaces .nearbyPlaces-thumb{
    height: 340px !important;
}
.featuredHomes.chooseProperty figure.effect-lily .choosePropertyThumb{
    height: 450px !important;
}
.destination-list-wrap.active .destination-content {
    bottom: 80px !important;
}
.destination-list-wrap.active a.theme-btn {
    left: 20px;
    width: max-content;
}
.destination-list .destination-content {
    
    right: -70px !important;
}
.tab-link{
    width:max-content !important;
}
.swiper-wrapper{
    justify-content: space-between;
}
.review-card{
    height: auto !important;
}
.footer-area .row .col-lg-4.col-md-5.mb-30 {
    width: 50%;
}

.footer-area .row .col-lg-5.col-md-7 {
    width: 50%;
}
.listbookForm {
    border-radius: 30px !important;
}
.search-result .hotel-card__content {
    width: 100%;
}
.listAmenities ul{
    align-items: self-start;
    justify-content: start;
}
.search-result .hotel-card__thumb{
    height: 250px;
}
.detailBanner{
    height: 320px !important;
}
.galleryBox .hotel-details-thumb {
    height: 120px !important; 
}
.filterHeader .col-md-6 {
    align-items: center;
    display: flex;
    gap: 20px;
}
.filterHeader .action-sidebar-open{
    margin: 0 auto !important;
}
}

@media (min-width:768px) and (max-width:990px) {
      .destination-list-wrap.active a.theme-btn,
  .destination-list-wrap.active .destination-content{
    left: 10px !important;
  }
  .destination-list .destination-content{
    min-width: 210px !important;
  }
  .about_page .row .col-md-6 {
    width: 100%;
}
}

@media (max-width:768px){
    
 .mobile-d-none {
    display: none !important;
  }
  .bookForm{
        padding: 5px 10px !important;
        margin: 0 20px !important;
  }
  

}