@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 (max-width:1399px){
        .media-body {
        display: block;
    }
}

@media (min-width: 1280px) and (max-width: 1359px)  {
}
@media (min-width: 992px) and (max-width: 1279px) {
}

@media (max-width:1000px){
        .container {
        max-width: 100%;
        padding: 0 5%;
    }
        .main-menu > ul > li > a {
        font-size: 16px;
    }
    .container.vs-container_style2 {
    max-width: 100%;
    padding: 0 0%;
}

.why-choose-us-sec .img-box2, .why-choose-us-sec .img-box2 .img-1, .why-choose-us-sec .img-box2 .img-1 img {
    object-fit: cover;
}
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 320px) and (max-width: 767px) {

    .hero-layout1 h1.hero-title {
    display: none;
}
.d-flex.wd-search {
    flex-wrap: wrap;

}
.booking-form-wrap .wd-search .form-group:nth-child(1), .booking-form-wrap .wd-search .form-group:nth-child(2) {
    width: 50%;
}

div#dtrnge {
    width: 100%;
}
.booking-form-wrap .wd-search .form-group {
    width: 100%;
    margin-bottom: 0px;
}
.flights-ways {
    position: relative;
    right: 0;
    top: 0;

}
.flights-ways .form-group.flex {
    margin-bottom: 0;
    width: 50%;
}
.booking-form-wrap ul.nav.nav-tabs {
    width: 100%;
        padding: 0px 0px;
}
.booking-form-wrap li.nav-item {
    width: 50%;
}

.hero-layout1 .hero-inner {
    padding: 120px 0px 85px;
}
.booking-form-wrap .tab-content {
    padding: 8px 0 0;
}
.flights-ways input[type="radio"]:checked + label {
    background-color: #030e26;
    color: var(--white-color) !important;
}
.booking-form-wrap div#hotel .form-group:nth-child(1) {
    width: 100%;
}
div#hotel {
    margin-top: -6px;
}
.vs-btn {
    width:100%;
}
.list-unstyled-custom li
 {
    width: 100%;
}
.breadcumb-menu-wrap {
    transform: unset;
}
.cards.col-cus-cards .card {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.blog-single .blog-title {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
}
.header-top {
    display: none;
}
.vs-container1 .sticky-wrapper {
    top:0px
}

.parsley-errors-list {
    margin-bottom: 0px;
}

li.parsley-required {
    bottom: 0px;
}

.presnt-guest .psg_dls  {
    width:100% !important;
    max-width:100%;
}

.service_style4 .service_inner {
    border-radius: 20px;
}

.service_style4 .service_left .number {
    min-width:42px !important;
}

.service_style4 .service_left .service_title {
    padding-right:20px;
}
.why-choose-us-sec .title-area {
    padding-top: 50px;
}

footer.footer-layout2.footer-wrapper {
    padding-bottom:90px;
}
}