@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: 320px) and (max-width: 767px) {

    .hero-banner .content h1.heading {
        display: none;
    }
    .search-area {
        margin-top: 0px !important;
    }

    .popular-destination.testimonial.testimonial-2 .image img {
    height: 250px;
    object-fit: cover;
}
.promotion.promotion-white-bg {
    padding: 60px 0;
}
.border

 {
    border: var(--bs-border-width) var(--bs-border-style) #b4b8bc !important;
}

.FromCodeSearchBox.pe-lg-1.search-form-field-one {
    flex: 0 0 auto;
    width: 100%;
}
.fromTofromBox .row .col-6:not(:last-child) {
    margin-bottom: 15px;
}

.hero-banner .section-padding {
    padding-top: 15px;
}
.search-nav ul.nav.nav-pills li.nav-item {
    width: 100%;
}
.search-nav ul.nav.nav-pills li.nav-item button {
    width: 100%;
}

.border-wrapper .promotion-bg {
    text-align: center;
}

.promotion.promotion-white-bg .border-wrapper .promotion-icon {
    margin: auto;
}
.form-group-icon {
    position: relative;
}

li.parsley-required, .parsley-errors-list {
    position: absolute !important;
    left: -2px !important;
    color: red;
    bottom: -17px;
    font-size: 13px;
    width: 100%;
    text-align: left;
    background-color: #fff;
    padding: 0 3px;
}
.presnt-guest .psg_dls {
    width:100% !important;
}

.mobForm.FieldC .search-btn {
    padding: 14px 0px;

}

.inner-form-banner {
    min-height: calc(100vh - var(--header-height));
}
.inner-form-banner h1 {
    display: none;
}
}