  @media (min-width: 1600px) and (max-width: 1880px) {

}

@media (min-width: 1400px) and (max-width: 1599px)  {

}

@media (min-width: 1360px) and (max-width: 1399px) { 


}

   
@media (min-width: 1280px) and (max-width: 1359px)  {

}

@media (min-width: 992px) and (max-width: 1279px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width:767px){
    .for-mob {
        display:none;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
.slider-home2-content .title-slide  , .slider-home2-content .sub-title , .slider-home2-content .tour-list ul{
    display:none;
}
    .slider-home2-image .slider-home2 .image-slider-home2 {
        height: 100vh;
    }
    .search-form-widget-tabs li.nav-item {
    width: 50%;
}

.wd-search .form-group , .search-form-widget-tabs .search-form-widget-slider .wd-search .form-group:nth-child(1), .search-form-widget-tabs .search-form-widget-slider .wd-search .form-group:nth-child(2) {
    width: 100% !important;
}
.wd-search .form-group{
    margin-right: 0px !important;
}
.wd-search .form-group:last-child {
    margin-top: 0px !important;
}

.slider-home2-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wd-search > div:not(:last-child) {
    margin-bottom: 15px;
}
#dtrnge .form-group, div#dtrnge_hotel .form-group {
    width:48% !important;
}
div#dtrnge {
    justify-content: space-between;
}
div#dtrnge_hotel {
    width: 100%;
    justify-content: space-between;
}
.footer-newsletter {
    padding-bottom: 0;
}
    .footer-style1 .footer-bottom {
        display: block !important;
    }
    .site-map-wrap ul.site-map-list li {
    width: 100%;
    margin-bottom: 10px;
}
.for-dektop {
    display:none;
}
}
 