div#multiCityWrapper {
    /* display: block !important; */
}

button.addMoreBtn.btn_main {
    border: 0px;
}

h6.destination-head {
    font-size: 13px;
    color: rgba(89, 89, 89, 1);
    font-weight: 400;
}

.search-list-flex.selected-destination {
    margin-top: -6px;
    gap: 7px;
    position: relative;
}

.search-list-flex.selected-destination h4 {
    font-size: 16px;
    margin-bottom: -1px;
    font-weight: 400;
}

.search-list-flex.selected-destination span {
    color: rgba(89, 89, 89, 1);
    font-size: 13px;
}

.destination-select-options {
    margin-left: -11px;
}

.text-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

button.close-destination {
    /* margin-left: 123px; */
    border: none;
    background: none;
    position: absolute;
    right: -42%;
}

button.close-destination .bi-x::before {
    content: "\f62a";
    box-shadow: 0px 0px 20px 0px rgba(28, 111, 188, 0.2);
    font-size: 18px;
    border-radius: 50%;
}

.search_inupt {
    display: flex;
    gap: 8px;
    padding: 5px 7px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 1px 8px #1c6fbc29;
    width: 100%;
    box-sizing: border-box;
    align-items: stretch;
}

.visa-search-details {
    width: 94% !important;
}

/* .search_inupt .inputBox.searchCity {
            flex: 2;
            min-width: 0;
        } */

div#fromContainer,
div.fromContainer {
    width: 262px;
    height: 72px;
}

div#toContainer,
div.toContainer {
    width: 262px;
    height: 72px;
}

div#dateContainer,
div.dateContainer {
    width: 167px;
    height: 70px;
}

div#returnDateContainer,
div.returnDateContainer {
    width: 167px;
    height: 70px;
    border: 1px solid #0000001A;
}

div#travellersContainer,
div.travellersContainer {
    width: 167px;
    height: 70px;
}

/* .search_inupt .inputBox.input-date,
        .search_inupt .inputBox.return-date {
            flex: 1;
            min-width: 0;
        }

        .search_inupt .inputBox.travellers {
            flex: 1;
            min-width: 0;
        } */

.search_inupt .filterCircle {
    flex: 0 0 auto;
}

.search_inupt .btn_inputbox {
    flex: 0 0 auto;
    /* Search button fixed size */
}

.main_section {
    position: relative;
    padding: 35px 0px 0px;
    /* overflow: hidden; */
}

.main_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../image/banner-img.webp);
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    /* dark overlay */
    background-blend-mode: multiply;
    /* blends overlay with image */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgb(255 255 255 / 0%) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-size: cover;
    z-index: -1;
}

.flight-section::before {
    height: 550px;

}

.search_box select.form-select:hover {
    box-shadow: #1c6fbc29 0px 1px 24px;
}

.btn_login {
    gap: 10px;
    display: flex;
    align-items: center;
    float: right;
    background-color: #1C6FBC;
    color: #fff;
    text-decoration: none;
    padding: 15px 15px;
    border-radius: 5px;
    font-size: 16px;
}

.box_home {
    margin-top: 30px;
}

.more_list a {
    display: block;
    text-align: left !important;
    padding: 5px 15px !important;
    padding-bottom: 5px !important;
    font-size: 14px;
    width: auto !important;
    height: auto !important;
}

.box_ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto -20px;
    gap: 15px;
    background-color: #fff;
    padding: 12px 14px;
    border-radius: 20px;
    max-width: 895px;
    box-shadow: -2px -1px 10px #1C6FBC33;
    position: relative;
    z-index: 99;
}

.box_ul li a.active {
    color: #fff;
}

.highlight {
    position: absolute;
    top: 12px;
    height: 85px;
    background: linear-gradient(90deg, #1C6FBC, #0C8BD4);
    border-radius: 10px;
    transition: all 0.5s ease;
}

.box_ul li a {
    display: block;
    padding: 8px 22px 9px;
    text-decoration: none;
    text-align: center;
    color: #333;
    border-radius: 10px;
    width: 84px;
    height: 84px;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}


.box_home {
    margin-top: 35px;
}

.box_ul li a.active span.headerIconText {
    color: #ffffff;
    font-weight: 500;
}

.shapingTwo {
    padding-top: 1.5%;
}

/* span.headerIconWrapper img {
    filter: grayscale(100%) brightness(0.9) contrast(1);
} */

.box_ul li a.active span.headerIconWrapper img {
    filter: brightness(0) invert(1);
}

/* .box_ul li a span.headerIconWrapper img {
    max-width: 30px;
    width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
} */

span.headerIconText {
    color: #5F5F5F;
}

.shaping {
    background-color: #fff;
    padding: 3% 3%;

}

.widgetTitle {
    font-size: 36px;
    color: #000 !important;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

p.widgetContent {
    margin-top: 6px;
    color: #595959;
}

.custom-radio-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    margin-top: 20px;
}

.custom-radio-group select#selected_class {
    width: 175px !important;
}

.custom-radio-group input[type="radio"] {
    accent-color: #0d6efd;
}

.custom-radio-group label {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    margin-left: 3px;
    color: rgba(89, 89, 89, 1);
}

.custom-radio-group input[type="radio"]:checked+label {
    font-weight: 600;
    color: black;
}

.divider {
    border-left: 1px solid #ccc;
    height: 30px;
}

.form-select {
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 14px;
    color: black;
}

.form-check-input {
    width: 16px;
    height: 16px;
    border: 1px solid #595959;
    margin-top: 0px;
}

.radio-group-items {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;

}

.search-form {
    margin-right: -50px;
    margin-left: -50px;
}

.inputBox label {
    /* padding: 10px 19px; */
    display: flex;
    /* flex-direction: column; */
    cursor: pointer;
    align-items: center;
    gap: 10px;
}

.inputBox {
    /* width: 250px; */
    border-radius: 5px;
    padding: 5px 5px 5px 15px;
    border: 1px solid #0000001A;
    transition: 0.5s;
    position: relative;
}

.inputBox:hover {
    box-shadow: 0px 0px 12px 0px rgba(28, 111, 188, 0.2);
}


.inputField {
    border: 0;
    outline: 0;
    background: none;
    /* min-width: 140px; */
    /* max-height: 36px; */
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    line-height: 60px;
    font-size: 25px;
    font-weight: 500;
}

input::placeholder {
    color: #949494 !important;
}

.filterCircle {
    cursor: pointer;
    margin: auto 0px;
}

p.final-date {
    color: #2d2d2d;
    font-size: 13px;
}

p.final-date span {
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-right: 3px;
    margin-left: 3px;
}

.label_input {
    color: #595959;
    font-size: 13px;
    display: block;
}

.return-date {
    border: navajowhite;
}

/* .inputBox img {
    filter: grayscale(100%) brightness(0.6) contrast(1);
} */

span#cityChange img {
    filter: brightness(0.8) saturate(2);
}

a.btn_main {
    display: flex;
    background-image: linear-gradient(45deg, #1C6FBC, #0C8BD4);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 17px;
    border: 0px;
    text-wrap: nowrap;
    font-weight: 500;
    width: 146px;
    height: 55px;
    /* align-content: center;
    justify-content: center;
    align-items: center; */
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn_inputbox a:hover {
    color: white;
}

.btn_inputbox {
    align-self: center;
    margin-left: 15px;
}

.destination-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 260px;
}

.destination-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.destination-card:hover .destination-bg {
    transform: scale(1.2);
}

.destination-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    background: linear-gradient(to top, rgb(0 0 0 / 92%), #00000000 70%);
    color: white;
    z-index: 2;
}

.destination-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    position: absolute;
    bottom: 45px;
    left: 25px;
}

.destination-price {
    font-weight: 500;
    font-size: 23px;
    margin-left: 10px;
}

.destination-details {
    position: absolute;
    bottom: 17px;
    left: 25px;
}

.main_title h2 {
    font-size: 36px;
    font-weight: 500;
    color: #000;
}

.destination-tab-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.destination-tab-flex .nav-tabs .nav-link.active {
    color: black !important;
    background-color: unset;
    border-color: unset;
    border: none;
    font-weight: 800;
    border-bottom: 4px solid #4285F4;
}

.destination-tab-flex .nav-tabs .nav-link.active,
.destination-tab-flex .nav-tabs .nav-link.active:hover,
.destination-tab-flex .nav-tabs .nav-link.active:focus,
.destination-tab-flex .nav-tabs .nav-link.active,
.destination-tab-flex .nav-tabs .nav-link.active:hover,
.destination-tab-flex .nav-tabs .nav-link.active:focus {
    box-shadow: unset;
}

.destination-tab-flex .nav-tabs {
    border-bottom: none;
}

.destination-tab-flex .nav-link {
    color: #353535 !important;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    padding: 10px 10px 3px;
}

.destination-tab-flex .nav-tabs .nav-link:focus {
    outline: 0;
    box-shadow: none;
}

.tab-content {
    margin-top: 33px;
}

a.view-all-destination {
    color: #1C6FBC !important;
    font-size: 15px;
    font-weight: 500;
}

section.book-now {
    padding-top: 45px;
    padding-bottom: 45px;
}

.destination_box img {
    border-radius: 10px;
}

.footer-bottom {
    /* margin-top: 80px; */
    /* border-top: 1px solid #282828; */
    padding-top: 45px;
}

.footerText {
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 10px;
    text-align: center;
}

.foot_menu {
    padding: 10px 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

footer {
    background-color: #000000;
    padding: 45px 0px;
    /* padding-bottom: 20px; */
}

span.footerText a {
    font-size: 14px;
}

span.footerText a {
    font-size: 14px;
    margin-left: 5px;
}

.search_box {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 1px 8px #1c6fbc29;
    padding: 35px 50px 45px 50px;
    border-radius: 20px;
}

.search_result.active {
    display: block;
    width: 362px;
    position: absolute;
    /* margin-top: 5.2rem; */
}

.hotel-search-result.active {
    display: block;
    width: 370px;
    position: absolute;
    margin-top: 5.2rem;
}



.search_result {
    background-color: #ffffff;
    z-index: 1;
    box-shadow: 0px 0px 12px 0px rgba(28, 111, 188, 0.2);
    display: none;
    border-radius: 6px;
    width: 100%;
    padding-right: 8px;
}

.leavingfrom-select {
    position: absolute;
    top: -2px;
    left: -1px;
}

.goingto-select {
    position: absolute;
    top: -2px;
    left: -1px;
}

.disabled-option {
    pointer-events: none;
    opacity: .5;
    background-color: #f8f8f8 !important;
    cursor: not-allowed !important;
}

.disabled-option:hover {
    background-color: #f8f8f8 !important;
}

span.placeholder {
    line-height: 60px;
    font-size: 25px;
    font-weight: 500;
    color: #949494;
}

.search_header {
    padding: 8px 10px;
    border-bottom: none;
}

.search_label {
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: -3px;
}

.airport-info {
    margin-top: -2px;
}

.search_input_wrapper {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 6px;
    padding: 10px 8px;
}

.search_icon {
    color: #949494;
    margin-right: 10px;
    font-size: 17px;
}

.search_icon .bi-search::before {
    content: "\f52a";
    font-weight: 600 !important;
}

.search_entry {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    font-size: 17px;
}

.search_list {
    background-color: #fff;
    box-shadow: none;
    max-height: 210px;
    overflow-y: auto;
    scroll-behavior: smooth;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: rgba(139, 139, 139, 1) #f1f1f1;
}


.search_list li {
    border-bottom: 1px solid #eee;
    padding: 12px 5px 15px 12px;
    border-radius: 8px;
    transition: 0.5s;
}

.search_list li:last-child {
    border-bottom: 0px solid #eee;
}

.search_list {
    padding: 5px 5px 5px 8px;
}

.search_list li h4 {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 5px;
    width: 85%;
    text-transform: capitalize;
    font-weight: 400;
    color: #000000;
}

.search_list li p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1;
    color: #595959;
}


li.suggestion-item:hover {
    background: #1c6fbc14;
    /* box-shadow: rgba(149, 157, 165, 0.2) 2px 0px 20px; */
}

li.tsuggestion-item:hover {
    background: #1c6fbc14;
    /* box-shadow: rgba(149, 157, 165, 0.2) 2px 0px 20px; */
}



li.no-results p {
    font-size: 15px;
}

li.no-results {
    padding: 0px;
}

li.suggestion-item span {
    display: inline-block;
    color: #595959;
    font-size: 16px;
}

.label-text.hidden {
    display: none;
}

.label-text {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
    display: block;
}

/* Calendar popup */
.inputBox.input-date {
    position: relative;
    /* max-width: 520px;
    margin: 16px 0; */
}

.calendar-popup {
    display: none;
    position: absolute;
    top: calc(100% + -70px);
    left: -2px;
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px rgba(28, 111, 188, 0.2);
    z-index: 1 !important;
    padding: 13px 15px;
}

.calendar-popup.active {
    display: block;
}

.calendar-container {
    display: flex;
    gap: 10px;
    /* padding: 10px; */
    margin-top: 20px;
}

.nav-btn {
    background: #1C6FBC33;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 50%;
    color: black;
    /* min-width: 0px; */
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn .bi-chevron-left::before {
    content: "\f284";
    font-weight: 800 !important;
}

.nav-btn .bi-chevron-right::before {
    content: "\f285";
    font-weight: 800 !important;
}

.nav-btn:hover {
    background: #e9ecef;
    color: #333;
}

.nav-btn svg {
    width: 16px;
    height: 16px;
}

.nav-left {
    order: 1;
    margin-top: -3px;
}

.nav-right {
    order: 3;
    margin-top: -3px;
}

div#one_way {
    position: relative;
}

.month-year {
    font-weight: 600;
    font-size: 16px;
    min-width: 120px;
    text-align: center;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-right: -44px;
    margin-left: -44px;
    /* gap: 5px; */
}

.calendar-day-header {
    text-align: center;
    font-size: 12px;
    color: rgba(90, 88, 88, 1);
    padding: 8px 4px;
    font-weight: 400;
    font-family: poppins;
}

.calendar-day {
    text-align: center;
    padding: 8px 0px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 13px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #120C0C;
    font-family: 'Poppins', sans-serif !important;
}


.calendar-day:hover {
    background: #e6f3ff;
}

.calendar-day.other-month {
    color: #ccc;
}

.calendar-day.empty-day {
    pointer-events: none;
    cursor: default;
}

.calendar-day.selected {
    background: #1c6fbc;
    color: white;
}

.calendar-day.today {
    background: #1C6FBC;
    color: white;
    font-weight: 600;
}

.calendar-day.selected.today {
    background: #1C6FBC;
    color: white;
}

.calendar-day.past {
    color: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}

.calendar-day.past:hover {
    background: none;
}

.calendar-months {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 105px;
    order: 2;
    flex: 1;
}

.calendar-month {
    min-width: 206px;
}

.calendar-month-title {
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
    color: rgba(53, 53, 53, 1);
    font-size: 24px;

}

/* .hide-image {
    display: none !important;
} */


/* Travellers dropdown */
.traveller-btn {
    padding: 4px 12px;
    margin: 0px;
    border: none;
    border-radius: 5px;
    background: white;
    cursor: pointer;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: black;
}

.traveller-btn:hover {
    background: #f0f0f0;
}

.traveller-btn.active {
    background: #1C6FBC;
    color: white;
}

.traveller-btn.active:hover {
    background: #155a94;
}

.traveller-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 6px;
    box-shadow: 0px 1px 8px #1c6fbc29;
    width: fit-content;
}

.traveller-group span {
    font-size: 16px;
}

.traveller-group {
    margin-bottom: 20px;
}

.traveller-actions {
    display: flex;
    margin-top: 25px;
    justify-content: flex-end;
    gap: 10px;
}

.cancel-btn,
.done-btn {
    padding: 6px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.done-btn {
    background: #1C6FBC;
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.cancel-btn {
    background: white;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.travellers_select {
    background-color: #fff;
    z-index: 1;
    box-shadow: 0px 1px 8px #1c6fbc29;
    padding: 15px 15px 16px;
    display: none;
    border-radius: 8px;
    margin-top: 8px;
    position: absolute;
    width: 357px;
    top: -10px;
    left: -2px;
}

.travellers_select .traveller-header .search_label {
    margin-bottom: 15px;
}

.traveller-group .traveller-header small {
    color: #595959;
    font-size: 14px;
    margin-left: 15px;
}

.travellers_select.open {
    display: block !important;
}

.travellers_select.open {
    display: block !important;
}

.guest_select {
    /* margin-left: -7px; */
    /* height: 302px; */
    overflow: auto;
    scrollbar-width: thin;
    /* position: relative; */
    top: auto;
    /* left: -225%; */
    width: 1105px;
}

button.add-room-btn.btn {
    border: 1px solid rgba(28, 111, 188, 1);
    color: rgba(28, 111, 188, 1);
    font-size: 14px;
    font-weight: 600;
    border-radius: 9px;
    padding: 7px 13px;
}

.traveller-header.rooms-guest-header {
    display: flex;
    align-items: center;
    gap: 69px;
    /* width: 32%; */
    justify-content: flex-end;
}

.hotel-row-card .hotel-card-row.row {
    justify-content: flex-end;
    margin-right: 0px;
    margin-left: 0px;
    gap: 6px;
}

.btn_main.disabled {
    pointer-events: none;
    opacity: 0.5;
    background: rgb(152 158 172) !important;
    cursor: not-allowed;
}

.desktop-hide-menu {
    display: none;
}

section.mobile-search-section {
    display: none;
}

.return-date.disabled p,
.return-date.disabled span {
    opacity: 1;
}

span.headerIconWrapper img {
    width: 30px;
    height: 30px;
}

/* multicity */

.multicity-search-design div#fromContainer,
.multicity-search-design div.fromContainer,
.multicity-search-design .from-field {
    width: 440px;
}

.multicity-search-design div#toContainer,
.multicity-search-design div.toContainer,
.multicity-search-design .to-field {
    width: 446px;
}




.search_input {
    display: flex;
    gap: 8px;
    background: #fff;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;

}

.multicity-outline {
    margin-top: 20px;
    padding: 5px 5px 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 1px 8px #1c6fbc29;
}

.delete-row-icon {
    width: 190px;
}

.input-date {
    width: 200px;
}

.dash-icon .bi-dash::before {
    content: "\f2ea";
    background: #1C6FBC33;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    border-radius: 50%;
    cursor: pointer;
}

.dash-icon {
    display: flex !important;
    justify-content: center;
    margin-top: 15px;
}

.multicity-search-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    align-items: center;
    padding-right: 15px;
    padding-left: 14px;
}

button#addFlightBtn {
    border: none;
    background: none;
    color: #1C6FBC;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 5px;
    align-items: center;
}

button#addFlightBtn .bi-plus::before {
    content: "\f4fe";
    font-size: 30px;
}

button#listingAddFlightBtn {
    border: none;
    background: none;
    color: #1C6FBC;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 5px;
    align-items: center;
}

button#listingAddFlightBtn .bi-plus::before {
    content: "\f4fe";
    font-size: 30px;
}

/* hotel */

.search-list-flex {
    display: flex;
    gap: 12px;
}

.search-list-flex .bi-geo-alt::before {
    content: "\f3e8";
    font-size: 15px;
    color: #1C6FBC;
    font-weight: 500 !important;
}

.close_icon .bi-x::before {
    content: "\f62a";
    box-shadow: 0px 0px 20px 0px rgba(28, 111, 188, 0.2);
    font-size: 18px;
    border-radius: 50%;
}

.hotel-search-details li.suggestion-item span {
    display: inline-block;
    font-size: 14px;
}

.counter-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: -15px;
}

.counter-box button {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    box-shadow: 0px 0px 8px 0px rgba(28, 111, 188, 0.2);
    border: navajowhite;
    font-size: 18px;
    color: rgba(28, 111, 188, 1);
}

.counter-box button:focus {
    box-shadow: none;
    outline: none;
}

.counter-box button:hover {
    color: rgba(28, 111, 188, 1);
    background-color: #e6f3ff;
    border-color: #e6f3ff;
}

.room-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px 15px 15px;
    /* margin-top: 20px; */
    margin-bottom: 0px;
    /* width: 32%; */
    /* margin-left: auto; */
    /* margin-right: 5px; */
}

.hotel-row-card {
    margin-top: 20px;
}

.hotel-row-card .col-md-4 {
    flex: 0 0 auto;
    width: 32.5%;
}

.room-card h6 {
    font-weight: 600;
}

.roomcard-flex img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.roomcard-flex {
    display: flex;
    /* align-items: center; */
    gap: 10px;
}

.room-card-border {
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.roomcard-spacing {
    padding-top: 15px;
    padding-bottom: 10px;
}

.guest-count h5 {
    font-size: 16px;
    font-weight: 400;
}

.guest-count h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.guest-count p {
    font-size: 12px;
    color: rgba(89, 89, 89, 1);
}

.room-card a {
    color: rgba(28, 111, 188, 1);
}

.counter-value {
    min-width: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.hotel-search-details .destination {
    width: 371px !important;
}

.guest-div {
    width: 300px !important;
}

.check-out-date {
    width: 170px !important;
}

.hotel-widgetTitle-color {
    color: rgba(51, 51, 51, 1) !important;
}

.hotel-section:before {
    background-image: url(../image/hotel-bg.webp);
    /* transform: rotate(-180deg);
            background-color: rgb(0 0 0 / 23%);
                mask-image: linear-gradient(to top, rgb(0 0 0) 70%, rgb(0 0 0 / 0%) 100%); */
}

div#checkInCalendarPopup {
    top: auto;
    margin-top: 10px;
}

div#checkInCalendarPopup .calendar-grid,
div#checkOutCalendarPopup .calendar-grid {
    margin-right: -35px;
    margin-left: -35px;
    margin-top: 20px;
}

div#checkInCalendarPopup .header,
div#checkOutCalendarPopup .header {
    font-size: 12px;
    color: rgba(90, 88, 88, 1);
}

div#checkInCalendarPopup .day.disabled,
div#checkOutCalendarPopup .day.disabled {
    color: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}

div#checkInCalendarPopup .day,
div#checkInCalendarPopup .day {
    font-family: poppins;
}

div#checkInCalendarPopup .day:hover,
div#checkOutCalendarPopup .day:hover {
    background: #e6f3ff;
}

div#checkOutCalendarPopup {
    left: 0%;
    top: auto;
    margin-top: 8px;
}

div#checkInContainer {
    width: 170px !important;
}

.visa-search-details .destination {
    width: 1079px !important;
}




.visa-section:before {
    background-image: url(../images/visa-bg.webp);
}

.hotel-section:before {
    background-image: url(../images/hotel-bg.webp);
}

.flight-section:before {
    background-image: url(../images/banner-img.webp);
}

.bus-section:before {
    background-image: url(../images/visa-bg.webp);
}


.selection-flex {
    display: flex;
    gap: 7px;
}


.search-box {
    display: flex;
    align-items: center;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    padding: 20px 18px;
    /* width: 100%; */
    /* max-width: 599px; */
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.search-box i {
    color: rgba(148, 148, 148, 1);
    font-size: 20px;
    margin-right: 17px;
}

.search-box i .bi-search::before {
    content: "\f52a";
    font-weight: 600 !important;
}

.search-box input {
    border: none;
    outline: none;
    width: 1050px;
    font-size: 16px;
    color: #333;
    background: transparent;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
}

.search-box input::placeholder {
    color: rgba(148, 148, 148, 1);
}

.hotel-section .leavingfrom-select {
    top: auto;
    left: 0px;
    margin-top: 10px;
}


/* multicity */

.mutlicity-div {
    display: flex;
    gap: 8px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    align-items: stretch;
}

.mutlicity-div .calendar-popup {
    left: -246px;
    top: -7px;
}

.mutlicity-div .travellers_select {
    left: -165px;
}

.mutlicity-div .search_result.active {
    width: 425px;
}

.mutlicity-div div#dateContainer2,
.mutlicity-div div#dateContainer3,
.mutlicity-div div#dateContainer4,
.mutlicity-div div.dateContainer {
    width: 200px;
}

div#travellersContainer,
div#mcTravellersContainer {
    width: 190px;
    height: 70px;
    max-width: 100%;
}

.multicitySearchResult,
.multicityCalendarPopup,
.multicity-travellers-select {
    display: none;
}

.multicityInputBox {
    width: 410px;
    height: 70px;
    border-radius: 5px;
    padding: 5px 5px;
    border: 1px solid #ddd;
    transition: 0.5s;
    position: relative;
}

.multicityInputBox label {
    cursor: pointer;
    align-items: center;
    gap: 10px;
    display: flex;
}

.multicityDepartureDate {
    width: 210px;
    height: 70px;
    border-radius: 5px;
    padding: 5px 5px;
    border: 1px solid #ddd;
    transition: 0.5s;
    position: relative;
}

.multicityDepartureDate label {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    position: relative;
}

.multicityTravellers {
    width: 210px;
    height: 70px;
    border-radius: 5px;
    padding: 5px 5px;
    border: 1px solid #ddd;
    transition: 0.5s;
    position: relative;
}

.multicityTravellers label {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 10px;
}

span.multicityFilterCircle {
    cursor: pointer;
    margin: auto 0px;
}

p.multicityDepartureFinalDate {
    color: #333333;
    font-size: 13px;
    text-align: left;
}

p.multicityDepartureFinalDate span {
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-right: 3px;
    margin-left: 3px;
}

p.multicityFinalTravellerCount {
    color: #333333;
    font-size: 13px;
}

.multicitytravellerCount {
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-right: 3px;
}

.multicityLeavingFrom {
    position: absolute;
    top: -1px;
    left: -1px;
}

.multicitySearchResult {
    background-color: #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 12px 0px rgba(28, 111, 188, 0.2);
    /* display: none; */
    border-radius: 6px;
    width: 100%;
    padding-right: 8px;
}

ul.multicitySearchList {
    padding: 5px 5px 5px 8px;
    background-color: #fff;
    box-shadow: none;
    max-height: 270px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(139, 139, 139, 1) #f1f1f1;
}

li.multicitySuggestionItem {
    border-bottom: 1px solid #eee;
    padding: 12px 5px 15px 12px;
    border-radius: 8px;
    transition: 0.5s;
}

li.multicitySuggestionItem h4 {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 5px;
    width: 85%;
    text-transform: capitalize;
}

li.multicitySuggestionItem span {
    display: inline-block;
    color: #595959;
    font-size: 16px;
}

li.multicitySuggestionItem p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1;
    color: #595959;
    text-align: justify;
}

.multicityGoingTo {
    position: absolute;
    top: -1px;
    left: 0%;
}

.multicity-travellers-select {
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 1px 8px #1c6fbc29;
    padding: 15px 15px 16px;
    border-radius: 8px;
    margin-top: 8px;
    position: absolute;
    width: 384px;
    top: -9px;
    right: -217px;
}




.multicity2SearchResult,
.multicity2CalendarPopup {
    display: none;
}

.multicity2InputBox {
    width: 410px;
    height: 70px;
    border-radius: 5px;
    padding: 5px 5px;
    border: 1px solid #ddd;
    transition: 0.5s;
    position: relative;
}

.multicity2InputBox label {
    cursor: pointer;
    align-items: center;
    gap: 10px;
    display: flex;
}

.multicity2DepartureDate {
    width: 210px;
    height: 70px;
    border-radius: 5px;
    padding: 5px 5px;
    border: 1px solid #ddd;
    transition: 0.5s;
    position: relative;
}

.multicity2DepartureDate label {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    position: relative;
}

span.multicity2FilterCircle {
    cursor: pointer;
    margin: auto 0px;
}

p.multicity2DepartureFinalDate {
    color: #333333;
    font-size: 13px;
    text-align: left;
}

p.multicity2DepartureFinalDate span {
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-right: 3px;
    margin-left: 3px;
}

p.multicity2FinalTravellerCount {
    color: #333333;
    font-size: 13px;
}

.multicity2travellerCount {
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-right: 3px;
}

.multicity2LeavingFrom {
    position: absolute;
    /* top: -84px; */
    left: -1px;
}

.multicity2SearchResult {
    background-color: #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 12px 0px rgba(28, 111, 188, 0.2);
    /* display: none; */
    border-radius: 6px;
    width: 100%;
    padding-right: 8px;
}

ul.multicity2SearchList {
    padding: 5px 5px 5px 8px;
    background-color: #fff;
    box-shadow: none;
    max-height: 270px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(139, 139, 139, 1) #f1f1f1;
}

li.multicity2SuggestionItem {
    border-bottom: 1px solid #eee;
    padding: 12px 5px 15px 12px;
    border-radius: 8px;
    transition: 0.5s;
}

li.multicity2SuggestionItem h4 {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 5px;
    width: 85%;
    text-transform: capitalize;
}

li.multicity2SuggestionItem span {
    display: inline-block;
    color: #595959;
    font-size: 16px;
}

li.multicity2SuggestionItem p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1;
    color: #595959;
    text-align: justify;
}

.multicity2GoingTo {
    position: absolute;
    top: -1px;
    left: 0%;
}

.desktop-hide {
    display: none;
}

.custom-slider {
    display: none;
}

.multicitySearchResult.active {
    display: block;
}

/* --- CUSTOM RADIO BUTTON STYLE --- */
.custom-radio .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(89, 89, 89, 1);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.custom-radio .form-check-input:checked {
    background-color: #fff;
}

.custom-radio .form-check-input:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: rgba(28, 111, 188, 1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.custom-radio .form-check-label {
    font-size: 1rem;
    margin-left: 0.5rem;
    cursor: pointer;
}

.custom-radio .form-check-input:checked+.form-check-label {
    font-weight: 700;
}

.custom-radio input[type="radio"]:checked+label:after {
    display: none;
}

.custom-radio label:before {
    display: none;
}

.custom-radio label {
    padding-left: 2px;
}

.custom-radio {
    margin-bottom: 0px;
}

.custom-radio .form-check-input:checked {
    border: 1px solid rgba(28, 111, 188, 1) !important;
}

.child-label {
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
    color: rgba(89, 89, 89, 1);
    font-weight: 400;
    font-size: 15px;
}

/* Custom Select Button */
.children-select-box .custom-dropdown-toggle {
    background-color: #fff;
    border: 1px solid rgba(28, 111, 188, 1);
    border-radius: 8px;
    padding: 8px 7px;
    font-size: 15px;
    font-weight: 400;
    color: black;
    width: 100%;
    text-align: left;
    position: relative;
}

.children-select-box .custom-dropdown-toggle::after {
    content: "\F282";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 5px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.children-select-box .custom-dropdown-toggle:hover,
.children-select-box .custom-dropdown-toggle:focus {
    border-color: #0b5ed7;
    box-shadow: 0 0 5px rgba(13, 110, 253, 0.3);
}

/* Dropdown Menu */
.children-select-box .custom-dropdown-menu {
    width: 100%;
    border-radius: 8px;
    margin-top: 2px;
    padding: 0;
    overflow: auto;
    border: 1px solid rgba(28, 111, 188, 1);
    height: 160px;
    scrollbar-width: thin;
}

.children-select-box .custom-dropdown-item {
    padding: 8px 12px;
    font-size: 15px;
    cursor: pointer;
    background-color: #fff;
    color: black;
    transition: background 0.2s ease;
}

.children-select-box .custom-dropdown-item:hover {
    background-color: #e7f0ffb3;
}

.children-select-box .custom-dropdown-item.active {
    background-color: #e7f0ffb3;
    color: #fff;
}

.responsive-done-btn button {
    background: rgba(28, 111, 188, 1);
    color: white;
    padding: 7px 30px;
    border-radius: 5px;
    border: none;
}

.responsive-done-btn {
    text-align: end;
    margin-top: 14px;
    display: none;
}

.dropdown-list {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    border: none;
    border-radius: 6px;
    margin: 4px 0 0 0;
    padding: 0;
    list-style: none;
    display: none;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0px 0px 12px 0px #1C6FBC33;
    scrollbar-width: unset;
}


.dropdown-list::-webkit-scrollbar {
    width: 6px;
}

.dropdown-list::-webkit-scrollbar-track {
    background: rgba(232, 240, 248, 1);
    border-radius: 30px;
}

.dropdown-list::-webkit-scrollbar-thumb {
    background: #a1a1a1;
    border-radius: 30px;
}

.dropdown-list::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

.dropdown-list::-webkit-scrollbar-button {
    display: none !important;
    width: 0;
    height: 0;
}

.dropdown-list li {
    padding: 14px 12px;
    cursor: pointer;
    border-bottom: 1px solid #0000001A;
    transition: 0.5s;
}

.dropdown-list li:last-child {
    border-bottom: none;
}

.dropdown-list li:hover {
    background: rgb(28 111 188 / 5%);
}

.input-wrapper-visa {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 6px 10px;
    background: #fff;
}

.input-wrapper-visa i {
    position: absolute;
    left: 16px;
    color: #949494;
    font-size: 16px;
}

.input-wrapper-visa .bi-search::before {
    content: "\f52a";
    font-weight: 600 !important;
}

input#dropdown-search {
    padding-left: 40px;
    font-size: 15px;
    font-weight: 400;
}

.visa-search-header {
    padding-left: 15px;
    padding-top: 10px;
    color: #595959;
    font-size: 13px;
}

.serach-destination .bi-geo-alt::before {
    content: "\f3e8";
    font-size: 15px;
    color: #1C6FBC;
}


ul#dropdown-list li i {
    margin-right: 5px;
}

.close-icon-visa {
    position: absolute;
    right: 55px;
    margin-top: -20px;
}

.close-icon-visa i {
    box-shadow: 0px 0px 20px 0px #1C6FBC33;
    color: black;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 50%;
    cursor: pointer;
}

.close-icon-visa .bi-x::before {
    content: "\f62a";
    font-weight: 600 !important;
}

/* search select */

.flight-select-box {
    position: relative;
    width: 190px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s;
}

.flight-select-box .bi {
    font-size: 16px;
    color: black;
    transition: transform 0.25s;
}

.flight-options {
    position: absolute;
    top: -2px;
    left: -1px;
    width: 190px;
    /* border: 1px solid #ccc; */
    border-top: none;
    background: #fff;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    display: none;
    z-index: 10;
    box-shadow: 0px 0px 12px 0px #1C6FBC33;
}

.flight-selected {
    color: rgba(0, 0, 0, 1);
}

.flight-options div {
    padding: 5px 10px 5px;
    cursor: pointer;
    transition: background 0.2s;
    color: rgba(0, 0, 0, 1);
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 30px;
}

.flight-options div:hover {
    background: #E8F0F8;
}

/* .flight-select-box.active {
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 0px 12px 0px rgba(28, 111, 188, 0.2);
    border-color: white;
} */

.flight-select-box.active .flight-options {
    display: block;
    border-color: white;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 12px 0px #1C6FBC33;
}

.flight-select-box.active .bi {
    transform: rotate(360deg);
}

.flight-list-search-section .calendar-months {
    gap: 100px;
}

.flight-list-search-section .calendar-month {
    min-width: 195px;
}

#listingCalendarMonths .calendar-month {
    min-width: 217px;
}

.flight-list-search-section .calendar-day {
    padding: 7px 0px;
}

.search-form-details .airport-info,
.search-form-details .airport-info h6 {
    /* display: inline-block; */
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

#listingDateContainer .calendar-popup,
#listingReturnDateContainer .calendar-popup {
    top: -7px;
    min-width: 600px;
}

#listingToContainer .goingto-select,
#listingFromContainer .leavingfrom-select {
    top: -17px;
    /* max-height: 400px; */
    /* padding-bottom: 10px; */
    box-shadow: 0px 0px 12px 0px rgba(28, 111, 188, 0.2);
    border-radius: 8px;
    left: -2px;
    border: 1px solid #dddddd85;
    margin-top: 1rem !important;
}

#listingTravellersContainer .travellers_select {
    top: -9px;
    z-index: 1 !important;
}

#multiCitySearchForm .multicity-search-design div#fromContainer,
#multiCitySearchForm .multicity-search-design div.fromContainer,
#multiCitySearchForm .multicity-search-design .from-field,
#multiCitySearchForm .multicity-search-design div#toContainer,
#multiCitySearchForm .multicity-search-design div.toContainer,
#multiCitySearchForm .multicity-search-design .from-field {
    width: 427px;
}

#multiCitySearchForm .mutlicity-div {
    padding: 0px !important;
    box-shadow: none !important;
}

#multiCitySearchForm .delete-row-icon {
    width: 190px;
}

#multiCitySearchForm .input-date {
    width: 200px !important;
}

#multiCitySearchForm .multicity-search-buttons {
    margin-bottom: 15px;
}

#multiCitySearchForm .calendar-months {
    gap: 105px;
}

/* view details modal */

.combo-view-details-mbl-popup .fare-type-badge-flex p {
    font-size: 12px;
    line-height: 20px;
}

.baggage-table {
    height: 120px;
    overflow: auto;
    scrollbar-width: none;
}


@media (max-width: 768px) {
    .view-all-destination:first-child {
        display: none;
    }
}

/* Hide second link on desktop (screen width > 768px) */
@media (min-width: 769px) {
    .view-all-destination:last-child {
        display: none;
    }
}


@media (max-width: 576px) {
    .divider {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .main_section::before {
        height: 180px;
    }

    .main_section {
        padding: 10px 0px 0px;
    }

    .desktop-search {
        display: none;
    }

    .mob-hide-menu {
        display: none;
    }

    .desktop-hide-menu {
        display: block;
    }

    .mob-banner-menu {
        position: relative;
        width: 100%;
        max-width: 600px;
        overflow: hidden;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
    }

    .banner-menu-list {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        margin: 0;
        padding: 10px;
        list-style: none;
        flex: 1;
    }

    .banner-menu-list::-webkit-scrollbar {
        display: none;
    }

    .menu_li {
        flex: 0 0 auto;
    }

    .headerIcons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px 0px;
        text-decoration: none;
        color: #333;
        min-width: 69px;
    }

    .headerIcons.active {
        background: #0073e6;
        border-radius: 8px;
        color: #fff;
    }

    .headerIcons.active .headerIconText {
        color: #fff;
    }

    .headerIconWrapper img {
        width: 28px;
        height: 28px;
        object-fit: contain;
        margin-bottom: 0px;
    }

    .headerIconText {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

    /* Navigation buttons */
    .menu-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
    }

    .menu-btn i {
        font-size: 18px;
        color: #333;
    }

    .menu-btn.left {
        left: -8px;
    }

    .menu-btn.right {
        right: -5px;
    }

    .desktop-visible {
        display: none;
    }

    .desktop-hide {
        display: block;
    }

    .btn_login {
        padding: 8px 8px;
    }

    .box_home {
        margin-right: -40px;
        margin-left: -40px;
        margin-top: 25px;
    }

    .banner-menu-list li a.active span.headerIconWrapper img {
        filter: brightness(0) invert(1);
    }

    .search-form {
        position: relative;
        margin-right: 25px;
        margin-left: 25px;
    }

    .flight-section .widgetTitle,
    .hotel-section .widgetTitle,
    .visa-section .widgetTitle {
        font-size: 24px;
    }

    .flight-section .form-select {
        border-radius: 20px;
        padding: 10px 20px;
        font-size: 14px;
        color: black;
        width: 203px !important;
    }

    .flight-section .custom-radio-group label {
        font-size: 15px;
        color: rgba(89, 89, 89, 1);
    }

    .flight-section .radio-group-items {
        gap: 15px;
    }

    .flight-section .search_box,
    .hotel-section .search_box,
    .visa-section .search_box {
        padding: 3% 1%;
        box-shadow: none;
        border-radius: 0px;
    }

    .main_title h2 {
        font-size: 25px;
    }

    .flight-section .search-form-details {
        margin-top: 20px;
    }

    .flight-section div#fromContainer {
        width: 100%;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        padding-top: 0px;
    }

    .destination-tab-flex {
        align-items: baseline;
    }

    .popular-visa {
        padding-top: 20px;
    }

    .flight-section div#toContainer {
        width: 100%;
        height: 70px;
        margin-top: -14px;
        padding-top: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .multicity-search-design .flight-section div#toContainer {
        margin-top: -13px;
    }

    .multicity-search-design .input-date {
        width: 100%;
        padding-top: 7px !important;
        padding-bottom: 10px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    div#travellersContainer,
    div#mcTravellersContainer {
        width: 100%;
        padding-top: 16px;
    }

    .multicity-search-design .leavingfrom-select,
    .multicity-search-design .goingto-select {
        top: 95%;
    }

    .multicity-search-design div#fromContainer,
    .multicity-search-design div.fromContainer {
        height: 75px;
    }

    .mutlicity-div .travellers_select {
        left: 0px;
        z-index: 999999;
    }

    .multicity-search-design .label_input {
        font-size: 15px;
    }

    .flight-section .filterCircle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        top: 52px;
        left: 85%;
        font-size: 12px;
        position: absolute;
        transform: rotate(90deg);
        display: inline-block;
        background: white;
        border: none;
        z-index: 999;
    }

    span#cityChange img {
        width: 35px;
    }

    .flight-section .search_inupt {
        display: flex;
        gap: 0px;
        position: relative;
    }

    .flight-section div#dateContainer {
        width: 100%;
        padding-top: 16px;
        height: 70px;
    }

    .flight-section div#returnDateContainer {
        width: 100%;
        padding-top: 16px;
    }

    .flight-section div#travellersContainer {
        width: 100%;
        padding-top: 13px;
    }

    a.btn_main {
        font-size: 17px !important;
        width: 100%;
    }

    .btn_inputbox {
        margin-left: 0px;
        width: 100%;
    }

    .custom-radio-group {
        gap: 25px;
    }

    .flight-section .search_box {
        margin-top: 14px;
        padding: 3% 5px 3% 5px;
    }

    .flight-section .form-check-input {
        width: 14px;
        height: 14px;
    }

    .flight-section .search_result.active {
        display: block;
        width: 100%;
    }

    .leavingfrom-select {
        position: absolute;
        top: 65px;
        left: 0px;
    }

    .goingto-select {
        position: absolute;
        top: 65px;
        left: 0px;
    }

    .flight-section .search_result.tsearch_result.active {
        border-radius: 0px;
        overflow: hidden;
    }

    .flight-section .box_home {
        overflow-x: unset;
    }

    .flight-section .calendar-popup {
        top: calc(100% + 0px);
        left: 0px;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
        box-sizing: border-box;
        z-index: 99999 !important;
    }

    .flight-section .calendar-popup::-webkit-scrollbar,
    .hotel-section .calendar-popup::-webkit-scrollbar {
        height: 3px;
        /* Height of horizontal scrollbar */
    }

    .flight-section .calendar-popup::-webkit-scrollbar-track,
    .hotel-section .calendar-popup::-webkit-scrollbar-track {
        background: #f1f1f1;
        /* Scrollbar track color */
        border-radius: 10px;
    }

    .flight-section .calendar-popup::-webkit-scrollbar-thumb,
    .hotel-section .calendar-popup::-webkit-scrollbar-thumb {
        background: #888;
        /* Scrollbar thumb color */
        border-radius: 10px;
    }

    .flight-section .calendar-popup::-webkit-scrollbar-thumb:hover,
    .hotel-section .calendar-popup::-webkit-scrollbar-thumb:hover {
        background: #555;
        /* Scrollbar thumb color on hover */
    }

    .flight-section .return-date .calendar-popup {
        top: 65px;
    }

    .flight-section .travellers_select {
        width: 100%;
        top: 57px;
        right: 0px;
    }

    .mutlicity-div {
        flex-direction: column;
        gap: 0px;
        position: relative;
    }

    .flight-section .mutlicity-div .filterCircle {
        /* top: 31%; */
        top: 50px;
        right: 10px;
        left: auto;
    }

    .mutlicity-div div#dateContainer2,
    .mutlicity-div div#dateContainer3,
    .mutlicity-div div#dateContainer4 {
        width: 100%;
    }

    .delete-row-icon {
        width: 100%;
        padding: 20px !important;
    }

    .dash-icon {
        margin-top: 0px;
    }

    .multicity-search-buttons {
        flex-wrap: wrap;
        padding-right: 0px;
        padding-left: 0px;
    }

    .destination-tab-flex .nav-link {
        padding: 3px 10px 3px;
    }

    a.view-all-destination {
        font-size: 15px;
        margin-right: 3px;
    }

    .destination-card {
        position: relative;
        width: 100%;
        height: 300px;
        /* Adjust height as needed */
        overflow: hidden;
        border-radius: 10px;
        flex: 0 0 100%;
        /* Ensure one card per view in slider */
    }

    .destination-bg {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .destination-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 15px;
        text-align: center;
    }

    /* Slider container */
    .custom-slider {
        display: none;
        /* Hidden by default, shown on mobile */
        width: 100%;
        overflow-x: hidden;
        /* Hide horizontal overflow */
        position: relative;
        margin-bottom: 20px;
        /* Space between sliders */
    }

    .slider-wrapper {
        display: flex;
        flex-direction: row;
        scroll-snap-type: x mandatory;
        /* Snap to each card */
        overflow-x: auto;
        /* Allow horizontal scrolling */
        scrollbar-width: none;
        /* Hide scrollbar in Firefox */
        -ms-overflow-style: none;
        /* Hide scrollbar in IE/Edge */
    }

    .slider-wrapper::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar in WebKit browsers */
    }

    .slider-wrapper .destination-card {
        scroll-snap-align: start;
        /* Snap each card to the start */
        margin-right: 15px;
        /* Gap between cards */
    }

    .destination-mobile-hide {
        display: none;
    }

    .custom-slider {
        display: block;
    }

    .custom-radio label {
        padding-left: 0px;
    }

    .flight-section label[for="departureDate"]>div:nth-child(2)>div,
    .flight-section label[for="returnDateInput"]>div:nth-child(2)>div {
        display: flex;
        align-items: flex-end;
        width: 100%;
        justify-content: space-between;
    }

    .flight-section label[for="departureDate"]>div:nth-child(2),
    .flight-section label[for="returnDateInput"]>div:nth-child(2) {
        width: 100%;
    }

    .final-date {
        margin-bottom: 0px;
    }

    .flight-section label[for="travellers"]>div:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    #listingDateContainer .calendar-popup,
    #listingReturnDateContainer .calendar-popup {
        top: calc(100% + 0px);
        min-width: 100%;
        width: 100%;
        top: calc(100% + 0px);
        left: 0px;
        overflow-x: auto;
        width: 100%;
        box-sizing: border-box;
        white-space: nowrap;
    }

    /* hotel */

    .hotel-search-details .destination {
        width: 100% !important;
    }

    .hotel-search-details div#checkInContainer {
        width: 100% !important;
    }

    .hotel-search-details .check-out-date {
        width: 100% !important;
    }

    .hotel-search-details label[for="checkInDateInput"]>div:nth-child(2)>div,
    .hotel-search-details label[for="checkOutDateInput"]>div:nth-child(2)>div {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .hotel-search-details label[for="checkInDateInput"]>div:nth-child(2),
    .hotel-search-details label[for="checkOutDateInput"]>div:nth-child(2) {
        width: 100%;
    }

    .hotel-search-details div#checkInContainer,
    .hotel-search-details .check-out-date {
        width: 100% !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .hotel-search-details label[for="travellers"]>div:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .hotel-search-details div#travellersContainer {
        padding-top: 20px;
    }

    .hotel-search-details .Hotel-final-date {
        margin-bottom: 0px;
    }

    .hotel-search-details label[for="travellers"]>div:nth-child(2) p.final-date {
        margin-bottom: 0px;
    }

    .hotel-search-details .guest-div {
        width: 100% !important;
    }

    .hotel-search-details .inputBox {
        padding: 5px 5px 5px 5px;
    }

    .hotel-search-details .btn_main {
        margin: 0px;
    }

    .hotel-search-details .search_result.active {
        width: 100%;


    }

    .hotel-search-details div#checkInCalendarPopup .calendar-grid div,
    .hotel-search-details div#checkOutCalendarPopup .calendar-grid div {
        padding: 8px 10px;
    }

    .hotel-search-details .day.in-range.check-out-date {
        width: 110% !important;
    }

    .hotel-search-details div#checkInCalendarPopup,
    .hotel-search-details div#checkOutCalendarPopup {
        overflow-x: auto;
        white-space: nowrap;
        width: auto;
        box-sizing: border-box;
    }

    .hotel-search-details .calendar-container {
        width: 630px;
    }

    .hotel-search-details div#checkOutCalendarPopup {
        left: 0px;
    }

    .hotel-section .box_home {
        overflow-x: unset;
    }

    .hotel-section .d-flex.justify-content-between {
        text-align: unset;
        justify-content: space-between !important;
    }

    p.final-date span {
        margin-right: 0px;
        margin-left: 0px;
    }

    .label_input {
        font-size: 14px;
    }

    .guest_select {
        right: 0px;
        width: 100%;
        left: 3px;
    }

    /* visa */

    .visa-section .serach-destination {
        width: 100%;
    }

    .visa-section .search-box input {
        width: 100%;
    }

    .responsive-done-btn {
        display: block;
    }

    .header-menu-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .listing-page-header .btn_login {
        margin-top: 0px;
    }

    div#fromContainer,
    div#toContainer,
    div#dateContainer,
    div#returnDateContainer,
    div#travellersContainer {
        width: 100% !important;
    }

    .flight-new-search-div div#fromContainer,
    .flight-new-search-div div#toContainer {
        height: 80px;
    }

    div#viewDetailsComboviewDetails {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .view-details-popup .modal-dialog {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .view-details-popup .modal-content {
        border-radius: 10px;
        height: 450px;
        background: white;
        overflow: auto;
        width: 100%;
    }

    .view-details-popup .fare-panel {
        margin-top: 10px;
        padding: 14px 8px 14px 8px;
        box-shadow: 0px 0px 6px 2px #1C6FBC33;
        border: 1px solid #0000001A;
    }

    .selected-fare-bottom {
        padding: 15px 12px !important;
        align-items: flex-start !important;
        flex-direction: column !important;
        position: fixed;
        width: 100%;
        left: 0px;
        box-shadow: 0px 0px 20px 0px #1C6FBC33;
        margin-top: 0px !important;
        bottom: 0;
        background: white;
        z-index: 9999999999999999999;
    }

    .view-details-popup .carousel-nav {
        font-size: 20px !important;
        width: 40px !important;
        height: 40px !important;
    }

}

@media only screen and (min-width: 601px) and (max-width: 768px) {

    .mob-hide-menu {
        display: none;
    }

    .desktop-hide-menu {
        display: block;
    }

    .mob-banner-menu {
        position: relative;
        width: 100%;
        max-width: 600px;
        overflow: hidden;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
    }

    .banner-menu-list {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        margin: 0;
        padding: 10px;
        list-style: none;
        flex: 1;
    }

    .banner-menu-list::-webkit-scrollbar {
        display: none;
    }

    .menu_li {
        flex: 0 0 auto;
    }

    .headerIcons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px 0px;
        text-decoration: none;
        color: #333;
        min-width: 69px;
    }

    .headerIcons.active {
        background: #0073e6;
        border-radius: 8px;
        color: #fff;
    }

    .headerIcons.active .headerIconText {
        color: #fff;
    }

    .headerIconWrapper img {
        width: 28px;
        height: 28px;
        object-fit: contain;
        margin-bottom: 0px;
    }

    .headerIconText {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

    /* Navigation buttons */
    .menu-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
    }

    .menu-btn i {
        font-size: 18px;
        color: #333;
    }

    .menu-btn.left {
        left: -8px;
    }

    .menu-btn.right {
        right: -5px;
    }

    .flight-section .box_ul li a,
    .hotel-section .box_ul li a,
    .visa-section .box_ul li a {
        width: 75px;
        height: 85px;
    }

    .flight-section .search-form,
    .hotel-section .search-form,
    .visa-section .search-form {
        margin-right: -25px;
        margin-left: -25px;
    }

    .flight-section .box_ul,
    .hotel-section .box_ul,
    .visa-section .box_ul {
        padding: 10px 10px;
        margin-bottom: 10px;
    }

    .flight-section .search_box,
    .hotel-section .search_box,
    .visa-section .search_box {
        padding: 2% 2%;
    }

    .flight-section div#toContainer {
        width: 46%;
    }

    .flight-section div#fromContainer {
        width: 47%;
    }

    .flight-section div#dateContainer {
        width: 32%;
    }

    .flight-section div#returnDateContainer {
        width: 33%;
    }

    .flight-section div#travellersContainer {
        width: 32.6%;
    }

    .flight-section .btn_inputbox,
    .hotel-section .btn_inputbox {
        width: 100%;
        margin-left: 0px;
    }

    .flight-section a.btn_main,
    .hotel-section a.btn_main {
        width: 100%;
    }

    .flight-section .search_result.active,
    .hotel-section .search_result.active {
        width: 100%;
    }

    .flight-section .travellers_select {
        top: 61px;
        right: -2px;
    }

    .hotel-section .leavingfrom-select {
        top: -22%;
        left: 0px;
    }

    .hotel-section .goingto-select {
        top: -13px;
        left: 0px;
    }

    .hotel-section .guest_select {
        top: -8px;
    }

    .hotel-section .calendar-container {
        width: 500px;
    }

    .hotel-section div#checkInCalendarPopup {
        left: -190px;
    }

    .hotel-section .day.in-range.check-out-date {
        width: 120% !important;
    }

    .hotel-section div#checkOutCalendarPopup {
        left: 0px;
        width: 535px;
    }

    .destination-details,
    .destination-title {
        left: 15px;
    }

    .destination-card {
        height: 230px;
    }

    /* hotel */

    .hotel-search-details .destination {
        width: 48.6% !important;
    }

    .hotel-search-details div#checkInContainer {
        width: 50% !important;
    }

    .hotel-search-details .check-out-date {
        width: 40% !important;
    }

    .hotel-search-details .guest-div {
        width: 58.6% !important;
    }

    /* visa */

    .visa-section .btn_inputbox {
        margin-left: 0px;
    }

    .visa-section .search-box input {
        width: 460px;
    }


    .why-choose-us-card {
        height: 160px;
    }

    .box_home {
        padding: 10px;
    }

    .mob-banner-menu {
        border-radius: 15px 15px 0px 0px;
    }

    .flight-section .search_box,
    .hotel-section .search_box,
    .visa-section .search_box {
        padding: 2% 2%;
        border-radius: 0px 0px 15px 15px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {

    .box_home {
        padding: 10px;
    }

    .mob-hide-menu {
        display: none;
    }

    .desktop-hide-menu {
        display: block;
    }

    .mob-banner-menu {
        position: relative;
        width: 100%;
        max-width: 600px;
        overflow: hidden;
        border-radius: 15px 15px 0px 0px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
    }

    .banner-menu-list {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        margin: 0;
        padding: 10px;
        list-style: none;
        flex: 1;
    }

    .banner-menu-list::-webkit-scrollbar {
        display: none;
    }

    .menu_li {
        flex: 0 0 auto;
    }

    .headerIcons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px 0px;
        text-decoration: none;
        color: #333;
        min-width: 69px;
    }

    .headerIcons.active {
        background: #0073e6;
        border-radius: 8px;
        color: #fff;
    }

    .headerIcons.active .headerIconText {
        color: #fff;
    }

    .headerIconWrapper img {
        width: 28px;
        height: 28px;
        object-fit: contain;
        margin-bottom: 0px;
    }

    .headerIconText {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

    /* Navigation buttons */
    .menu-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
    }

    .menu-btn i {
        font-size: 18px;
        color: #333;
    }

    .menu-btn.left {
        left: -8px;
    }

    .menu-btn.right {
        right: -5px;
    }

    .flight-section .box_ul li a,
    .hotel-section .box_ul li a,
    .visa-section .box_ul li a {
        width: 75px;
        height: 85px;
    }

    .flight-section .search-form,
    .hotel-section .search-form,
    .visa-section .search-form {
        margin-right: -25px;
        margin-left: -25px;
    }

    .flight-section .box_ul,
    .hotel-section .box_ul,
    .visa-section .box_ul {
        padding: 10px 10px;
        margin-bottom: 10px;
    }

    .flight-section .search_box,
    .hotel-section .search_box,
    .visa-section .search_box {
        padding: 2% 2%;
        border-radius: 0px 0px 15px 15px;
    }

    .flight-section div#toContainer {
        width: 46%;
    }

    .flight-section div#fromContainer {
        width: 47%;
    }

    .flight-section div#dateContainer {
        width: 32%;
    }

    .flight-section div#returnDateContainer {
        width: 33%;
    }

    .flight-section div#travellersContainer {
        width: 32.6%;
    }

    .flight-section .btn_inputbox,
    .hotel-section .btn_inputbox {
        width: 100%;
        margin-left: 0px;
    }

    .flight-section a.btn_main,
    .hotel-section a.btn_main {
        width: 100%;
    }

    .flight-section .search_result.active,
    .hotel-section .search_result.active {
        width: 100%;
    }

    .flight-section .travellers_select {
        top: 61px;
        right: -2px;
    }

    .hotel-section .leavingfrom-select {
        top: -22%;
        left: 0px;
    }

    .hotel-section .goingto-select {
        top: -13px;
        left: 0px;
    }

    .hotel-section .guest_select {
        top: -8px;
    }

    .hotel-section .calendar-container {
        width: 500px;
    }

    .hotel-section div#checkInCalendarPopup {
        left: -190px;
    }

    .hotel-section .day.in-range.check-out-date {
        width: 120% !important;
    }

    .hotel-section div#checkOutCalendarPopup {
        left: 0px;
        width: 535px;
    }

    .destination-details,
    .destination-title {
        left: 15px;
    }

    .destination-card {
        height: 230px;
    }

    /* hotel */

    .hotel-search-details .destination {
        width: 48.6% !important;
    }

    .hotel-search-details div#checkInContainer {
        width: 50% !important;
    }

    .hotel-search-details .check-out-date {
        width: 40% !important;
    }

    .hotel-search-details .guest-div {
        width: 58.6% !important;
    }

    /* visa */

    .visa-section .btn_inputbox {
        margin-left: 0px;
    }

    .visa-section .search-box input {
        width: 460px;
    }


    .why-choose-us-card {
        height: 160px;
    }

}

@media only screen and (min-width: 993px) and (max-width: 1200px) {

    .flight-section .search-form,
    .hotel-section .search-form,
    .visa-section .search-form {
        margin-right: 0px;
        margin-left: 0px;
    }

    .flight-section .box_ul,
    .hotel-section .box_ul,
    .visa-section .box_ul {
        max-width: 820px;
    }

    .flight-section .search_box,
    .hotel-section .search_box,
    .visa-section .search_box {
        padding: 3% 2%;
    }

    .flight-section .radio-group-items,
    .hotel-section .radio-group-items,
    .visa-section .radio-group-items {
        gap: 15px;
    }

    .flight-section div#fromContainer {
        width: 33%;
    }

    .flight-section div#toContainer {
        width: 33%;
    }

    .flight-section div#dateContainer {
        width: 29%;
    }

    .flight-section div#returnDateContainer {
        width: 35%;
    }

    .flight-section div#travellersContainer {
        width: 34%;
    }

    .flight-section .btn_inputbox {
        margin-left: 50px;
    }

    .flight-section .leavingfrom-select {
        top: -23%;
        left: 0px;
    }

    .flight-section .goingto-select {
        top: -18px;
        left: 0px;
    }

    .flight-section .calendar-popup {
        left: -398px;
    }

    .flight-section .travellers_select {
        right: -78px;
    }

    /* hotel */

    .hotel-search-details .destination {
        width: 40% !important;
    }

    .hotel-search-details .check-out-date {
        width: 28% !important;
    }

    .hotel-search-details div#checkInContainer {
        width: 30% !important;
    }

    .hotel-search-details .search_result.active {
        width: 100%;
    }

    .hotel-search-details div#checkInCalendarPopup {
        left: -121px;
    }

    .hotel-search-details .day.in-range.check-out-date {
        width: 170px !important;
    }

    .hotel-search-details div#checkOutCalendarPopup {
        left: -160%;
    }

    /* visa */

    .visa-section .search-box input {
        width: 630px;
    }

    /* destination */

    .destination-card {
        height: 210px;
    }

    .destination-title {
        left: 12px;
    }

    .destination-details {
        left: 11px;
    }

    .destination-price {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {

    .flight-section .search-form,
    .hotel-section .search-form {
        margin-right: -10px;
        margin-left: -10px;
    }

    .flight-section .search_box,
    .hotel-section .search_box {
        padding: 3% 2%;
    }

    .flight-section .leavingfrom-select,
    .hotel-section .leavingfrom-select {
        top: -20%;
        left: 5px;
    }

    .flight-section .goingto-select,
    .hotel-section .goingto-select {
        top: -17px;
        left: -1%;
    }

    /* hotel */
    .hotel-section div#checkOutCalendarPopup {
        left: -4%;
    }


}

@media only screen and (min-width: 1201px) and (max-width: 1280px) {

    /* visa */
    .visa-section .serach-destination {
        width: 100%;
    }

    .visa-section .search-box input {
        width: 100%;
    }

    .visa-section .search_inupt {
        justify-content: space-between;
    }

    .search_inupt {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1399px) {
    .visa-section .serach-destination {
        width: 100%;
    }

    .visa-section .search-box input {
        width: 100%;
    }

    .visa-section .search_inupt {
        justify-content: space-between;
    }

    .search_inupt {
        flex-wrap: wrap;
    }

}

@media only screen and (min-width: 1400px) and (max-width: 1490px) {
    .visa-section .serach-destination {
        width: 100%;
    }

    .visa-section .search-box input {
        width: 100%;
    }

    changes .visa-section .search_inupt {
        justify-content: space-between;
    }
}