* {
    --websiteTheme2: #ff0126;
    /* --websiteTheme2: #d6214a; */
    --websiteTheme: #ff0126 ;
     --visatheme: #ff0126 ;
    /* --websiteTheme: #1c3a45 ; */
    --secondaryColor: #ff0126;
    /* --secondaryColor: #ff003c; */
    --websiteThemeLight2: #ffbfcd;
    --websiteThemeLight: #e1e9ed;
    --cardLightTheme: #bacdd5;
    --websiteThemeLighter2: #d6214a21;
    --websiteThemeLighter: #16557121;
    --websiteThemeLightest: #d6214a0a;
    --blueFilter: brightness(0) saturate(100%) invert(44%) sepia(39%) saturate(908%) hue-rotate(168deg) brightness(96%) contrast(94%);
    --yellowFilter: brightness(0) saturate(100%) invert(60%) sepia(98%) saturate(653%) hue-rotate(0deg) brightness(100%) contrast(104%)
}
.header-top-demo.navbar.navbar-expand.navbar-dark.flex-column.flex-md-row.bd-navbar {
    padding: 10px !important;
    background: var(--websiteTheme) !important;
}
.header-top-demo .container {
    padding-right: 15px;
    padding-left: 15px;
}
body.homepage {
    background: var(--websiteThemeLighter)
}

.icon-sidebar-wrapper .block:nth-child(2) {
    background: #212121
}
.homepage-banner-content {
    padding: 10px 0;
}
.homepage-banner-content p {
    color: #fff;
}
.homepage-banner-content h2 {
    color: #fff;
}
.iternary-total-price {
    background: var(--websiteTheme2)
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 10px !important;
        background: var(--websiteTheme)  !important;
}
.landing-header .navbar-light .navbar-nav .nav-link {
    background: #fff !important;
    padding: 10px;
}
.homepagea label {
    color: #333 !important;
    font-size: 14px !important;
}
.shadow-sm.border-0.overflow-hidden 
{
    height: 120px;
    border-radius: 10px !important;
}
.exclusive-deals-section .text-primary {
    color: var(--websiteTheme2) !important;
}
.exclusive-deals-section .border-bottom{
    border-color:var(--websiteTheme2) !important;
}
.form-control-sm {
    height: calc(1.5em + .75rem + 2px);}
.card.shadow-sm.border-0.rounded-lg.overflow-hidden img {
    height: 100%  !important;
    object-fit: cover !important; 
}
.flight-routes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.route-card {
    flex: 0 0 calc(50% - 15px);
    box-sizing: border-box;
}
@media screen and (max-width:576px) {
    .scroll-top-button {
        display: none !important;
    }
}

/* .rounded-theme,
.home-custom-buttons .themeBackground.addSegment,
.home-custom-buttons a.themeBackground.text-white,
.home-custom-buttons button.themeBackground.text-white {
    clip-path: polygon(15px 0, 100%0, 100%0, calc(100% - 15px) 100%, 0 100%);
    padding-right: 20px !important;
    padding-left: 20px !important;
    border-radius: 0 !important
} */
input#VisaSearch {
    background-position: 20px 18px !important;
    border: 1px solid #ccc !important;
    height: 55px !important;
    border-radius: 50px !important;
    background: url(../images/location.svg) no-repeat left;
    background-size: 15px;
}
.home-custom-buttons a.themeBackground.text-white:not(:nth-child(1)),
.home-custom-buttons button.themeBackground.text-white:not(:nth-child(1)) {
    margin-left: -10px !important
}

.banner-section {
    background: var(--websiteTheme)
}

.nav-pills-custom .nav-link {
    box-shadow: none;
}
#myTab a.active {
    background: var(--secondaryColor) !important;
    color: #fff !important;
    border-color: var(--secondaryColor) !important;
}
.nav-pills-custom .nav-link.active,
.nav-pills-custom .nav-link:hover {
    background: #fff !important;
    border-color: var(--websiteTheme)
}

#myTab a {
    border: 0;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -khtml-border-radius: .25rem
}

#myTab a.active img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.home-flight-search-form,
.home-hotel-search-form {
    display: grid
}

.home-flight-search-form>div:not(:last-child),
.home-hotel-search-form>div:not(:last-child) {
    border-right: 1px solid #dee2e6
}

.home-flight-search-form {
    grid-template-columns: 1.4fr 1.4fr 1fr 1fr 1.2fr
}

.home-flight-search-form.multi-city-form-grid {
    grid-template-columns: 1fr
}

.home-flight-search-form>div,
.holiday-form .form-group {
    padding: 10px 15px
}

.home-flight-search-form>div.disabled {
    background: #00000008
}
.embed-responsive.embed-responsive-16by9.w-100.h-100 {
    position: relative;
    padding-bottom: 56.24%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    pointer-events: none;
}
.horizontal-insurance-enquiry h2 {
    color: var(--websiteTheme) !important;
}
.horizontal-insurance-enquiry button {
    background: var(--websiteTheme);
    border-color: var(--websiteTheme) !important;
    color: #fff;
}
section.pb-5.bg-light h4 {
    color: var(--websiteTheme) !important;
}
section.pb-5.bg-light h3 {
    color: var(--websiteTheme) !important;
}
section.pb-5.bg-light .text-success {
    color: var(--websiteTheme) !important;
}
.home-flight-search-form .swap {
    top: 50% !important;
    left: 100% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    box-shadow: rgba(0, 0, 0, .12)0 1px 3px, rgba(0, 0, 0, .24)0 1px 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%
}

.home-flight-search-form .swap img {
    margin: -2px
}
input#holiday-city {
    background-position: 20px 18px !important;
    border: 1px solid #ccc !important;
    height: 55px !important;
    border-radius: 50px !important;
}
.bg-white.rounded-16.shadow-lg.p-4 {
    background: white;
    padding: 15px !important;
    border-radius: 50px;
}
button.btn.text-white.themeBackground.w-100.py-3 {
    border-radius: 50px;
}
.input-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
footer.footer-version-2.themeBackground {
    background: #333 !important;
}
@media screen and (max-width:991px) {
    .home-flight-search-form {
        grid-template-columns: 1fr 1fr;
        padding: 0
    }
    .landing-header {
    z-index: 1 !important;
}
    div#navbarSupportedContent ul.navbar-nav.ml-auto.right-link {
        position: relative;
        top: 0px !important;
    }
.fixed-input-bar .input-search-list {
    top: 50px;}
    .search-input-col.pl-4 {
    padding-left: 10px !important;
}
    .cursorPointer.py-2.px-3.themeBackgroundLighter {
    width: 175px !important;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    font-size: 10px !important;
}
.enquiry-modal-for-mobile{
    z-index: 999999999999999999;
}
a.nav-item.text-white {
    color: #333 !important;
}
.nav-item.text-white.cursor-pointer {
    color: #333 !important;
}
div#navbarSupportedContent {
    background: #fff;
    padding: 15px;
}
.why-book-with-us.py-4.text-white {
    display: none;
}
ul.navbar-nav.ml-auto.right-link {
    gap: 5px !important;
}
.cursorPointer.py-2.px-3.themeBackground.text-white {
    font-size: 10px !important;
    width: 175px;
}
    .new-flight-card .more-fair-float-box {
        top: auto;
        bottom: 10px;
        right: 0;
        z-index: 2;
    }
.pr-2.h6.mb-0.d-flex.justify-content-center.align-items-center.text-dark {
    color: #fff !important;
}
    .cursorPointer.py-2.px-3.themeBackgroundLighter {
    width: 175px !important;
    background: #fff;
    border-radius: 50px;
}
    .flight-search-listing-page .inner-header {
    display: none;
}
    .banner-content-new {
    width: 100% !important;
    margin-bottom: 10%;
    }   
    .text-left-on-mobile{
        text-align: left !important;
    }

    .home-flight-search-form>div:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #dee2e6
    }

    .home-flight-search-form>div:nth-child(odd) {
        border-right: 1px solid #dee2e6 !important
    }

    .nav-pills-custom .nav-link {
        padding: 4px 3px !important;
        margin: 0;
        border-width: 3px;
        font-size: .8rem !important
    }

    div#v-pills-tab {
        overflow: unset;
        overflow-x: auto
    }
}

@media screen and (max-width:576px) {
    .home-flight-search-form {
        grid-template-columns: 1fr
    }

    .home-flight-search-form>div:nth-child(odd) {
        border-right: 0 !important
    }

    .home-flight-search-form .swap {
        top: 100% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transform: translate(-50%, -50%) rotate(90deg)
    }

    .custom-owl-navs .owl-nav,
    #popular-destination .owl-nav {
        display: none
    }
}

.home-hotel-search-form {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr 200px
}

.home-hotel-search-form>div {
    background: #fff;
    padding: 10px
}

.home-hotel-search-form>div:nth-child(1) {
    border-radius: .25rem 0 0 .25rem
}

.home-hotel-search-form>div:nth-last-child(1) {
    border-radius: 0 .25rem .25rem 0
}

.home-hotel-search-form label {
    font-size: .8rem;
    line-height: initial;
    margin-bottom: 5px
}

.home-hotel-search-form input,
.home-hotel-search-form select {
    font-size: .85rem;
    padding-bottom: 0 !important
}

@media screen and (max-width:991px) {
    .home-hotel-search-form {
        grid-template-columns: repeat(3, 1fr)
    }

    .home-hotel-search-form>div:nth-child(1),
    .home-hotel-search-form>div:nth-child(2),
    .home-hotel-search-form>div:nth-child(3) {
        border-bottom: 1px solid #dee2e6
    }
    button.btn.text-white.themeBackground.w-100.py-3 {
    margin-top: 10px;
}
input#holiday-city {
    padding-left: 50px !important;
}

    .home-hotel-search-form>div:nth-child(1) {
        border-radius: .25rem 0 0 0
    }

    .home-hotel-search-form>div:nth-child(3) {
        border-right: 0;
        border-radius: 0 .25rem 0 0
    }

    .home-hotel-search-form>div:nth-child(4) {
        border-radius: 0 0 0 .25rem
    }

    .home-hotel-search-form>div:nth-last-child(1) {
        border-radius: 0 0 .25rem 0
    }
}

@media screen and (max-width:768px) {
    .home-hotel-search-form {
        grid-template-columns: 1fr
    }

    .home-hotel-search-form>div:nth-child(1),
    .home-hotel-search-form>div:nth-child(2),
    .home-hotel-search-form>div:nth-child(4),
    .home-hotel-search-form>div:nth-child(5) {
        border-right: 0
    }

    .home-hotel-search-form>div:nth-child(4),
    .home-hotel-search-form>div:nth-child(5) {
        border-bottom: 1px solid #dee2e6
    }

    .home-hotel-search-form>div:nth-child(1) {
        border-radius: .25rem .25rem 0 0
    }

    .home-hotel-search-form>div:nth-child(3) {
        border-radius: 0
    }

    .home-hotel-search-form>div:nth-child(4) {
        border-radius: 0
    }

    .home-hotel-search-form>div:nth-last-child(1) {
        border-radius: 0 0 .25rem .25rem
    }
}

.flight-search-form {
    background: var(--websiteTheme)
}

.search-page-form .flight-way-tab #myTab a {
    border-radius: .25rem !important;
    -moz-border-radius: .25rem !important;
    -webkit-border-radius: .25rem !important;
    -khtml-border-radius: .25rem !important
}

.flight-search-page-form>div.disabled {
    background: #00000008
}

.flight-search-page-form input {
    border-bottom: 0 !important;
    padding-bottom: 0
}

.col-12.hide-on-med-and-down {
    background: var(--websiteTheme2) !important;
    color: #fff !important
}

.coupon>div {
    background: #fff
}

.multicity-main-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 1px solid #dee2e6 !important
}

.multicity-main-form label {
    font-weight: 600
}

.multicity-main-form>.form-group input.airport_search2 {
    border: 0
}

.multicity-main-form input.hasDatepicker {
    border: 0;
    font-weight: 400
}

.multicity-main-form>div {
    padding: 10px 15px
}

.multicity-main-form>div.form-group:nth-child(3) {
    padding: 10px 35px 10px 15px
}

.multicity-main-form>div:nth-child(1),
.multicity-main-form>div:nth-child(2) {
    border-right: 1px solid #dee2e6
}

.multicity-main-form .multicity_filghtremoveicon {
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-6px, -50%);
    -webkit-transform: translate(-6px, -50%)
}

@media screen and (max-width:768px) {
    .multicity-main-form {
        grid-template-columns: 1fr 1fr
    }

    .multicity-main-form>div:nth-child(1),
    .multicity-main-form>div:nth-child(2) {
        border-bottom: 1px solid #dee2e6
    }

    .multicity-main-form>div:nth-child(2) {
        border-right: 0
    }

    .multicity-main-form>div.form-group:nth-child(3) {
        grid-area: 2/1/3/3
    }

    .multicity-main-form .multicity_filghtremoveicon {
        top: initial;
        bottom: 18px
    }
}

@media screen and (max-width:576px) {
    .multicity-main-form {
        grid-template-columns: 1fr
    }

    .multicity-main-form>div:nth-child(1) {
        border-right: 0
    }

    .multicity-main-form>div.form-group:nth-child(3) {
        grid-area: initial
    }
}

.flight-search-listing-page .mobile-top-bar .top-grid {
    background: var(--websiteTheme)
}

.flight-search-listing-page .multicity-main-form {
    background: #fff
}

.flight-search-listing-page #myTabContent .multicity_filghtremoveicon {
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-6px, -50%);
    -webkit-transform: translate(-6px, -50%);
    font-size: initial;
    height: 22px
}

@media screen and (max-width:768px) {
    .flight-search-listing-page #myTabContent .multicity_filghtremoveicon {
        top: initial;
        bottom: 18px
    }
}

@media screen and (max-width:576px) {
    .flight-search-page-form.flight-search-page-multi-city-form {
        grid-template-columns: 1fr
    }

    .flight-search-page-form.flight-search-page-multi-city-form .traveller-class {
        grid-area: initial
    }
}

.hotel-modify-section {
    background: linear-gradient(97deg, #000021 4.43%, #52606b 104.18%);
}

.hotel-search-page .hotel-search-page-form {
    background: #fff;
    gap: 0;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -khtml-border-radius: .25rem
}

.hotel-search-page .hotel-search-page-form>div {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0
}

.hotel-search-page .hotel-search-page-form>div:nth-child(1) {
    border-radius: .25rem 0 0 .25rem;
    -moz-border-radius: .25rem 0 0 .25rem;
    -webkit-border-radius: .25rem 0 0 .25rem;
    -khtml-border-radius: .25rem 0 0 .25rem
}

.hotel-search-page .hotel-search-page-form>div:last-child {
    border-radius: 0 .25rem .25rem 0;
    -moz-border-radius: 0 .25rem .25rem 0;
    -webkit-border-radius: 0 .25rem .25rem 0;
    -khtml-border-radius: 0 .25rem .25rem 0
}

.hotel-search-page .hotel-search-page-form>div:not(:last-child) {
    border-right: 1px solid #dee2e6
}

.hotel-search-page .hotel-search-page-form>div:nth-last-child(1) {
    padding: 10px
}

@media screen and (min-width:991px) {
    .hotel-sidebar-filter {
        position: static;
        top: unset;
        max-height: unset
    }
}

@media screen and (max-width:991px) {

    .hotel-search-page .hotel-search-page-form>div:nth-child(1),
    .hotel-search-page .hotel-search-page-form>div:nth-child(2),
    .hotel-search-page .hotel-search-page-form>div:nth-child(3),
    .hotel-search-page .hotel-search-page-form>div:nth-child(4) {
        border-bottom: 1px solid #dee2e6
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(1) {
        border-radius: .25rem 0 0 0;
        -moz-border-radius: .25rem 0 0 0;
        -webkit-border-radius: .25rem 0 0 0;
        -khtml-border-radius: .25rem 0 0 0
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(3) {
        border-radius: 0 .25rem 0 0;
        -moz-border-radius: 0 .25rem 0 0;
        -webkit-border-radius: 0 .25rem 0 0;
        -khtml-border-radius: 0 .25rem 0 0
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(4) {
        border-radius: 0 0 0 .25rem;
        -moz-border-radius: 0 0 0 .25rem;
        -webkit-border-radius: 0 0 0 .25rem;
        -khtml-border-radius: 0 0 0 .25rem
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(6) {
        border-radius: 0 0 .25rem 0;
        -moz-border-radius: 0 0 .25rem 0;
        -webkit-border-radius: 0 0 .25rem 0;
        -khtml-border-radius: 0 0 .25rem 0
    }

    .hotel-search-page .hotel-search-page-form {
        grid-template-columns: 1fr 1fr
    }
}

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

    .hotel-search-page .hotel-search-page-form>div:nth-child(4),
    .hotel-search-page .hotel-search-page-form>div:nth-child(5) {
        border-bottom: 1px solid #dee2e6
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(1) {
        border-radius: .25rem .25rem 0 0
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(3) {
        border-radius: 0
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(4) {
        border-radius: 0
    }

    .hotel-search-page .hotel-search-page-form>div:nth-child(6) {
        border-radius: 0 0 .25rem .25rem
    }

    .hotel-search-page .hotel-search-page-form {
        grid-template-columns: 1fr
    }
}

.hotel-traveller-heading {
    background: var(--websiteTheme2);
    color: #fff
}

.add-pax-modal .single-traveller,
.add-travellers-modal .single-traveller {
    grid-template-columns: 40px 1fr 40px;
    gap: 20px
}

.add-pax-modal .single-traveller button,
.add-travellers-modal .single-traveller button {
    aspect-ratio: 1/1;
    background: var(--websiteThemeLight);
    place-items: center
}

.add-pax-modal .single-traveller input,
.add-travellers-modal .single-traveller input {
    width: 12px;
    font-weight: 700;
    font-size: 1rem;
    text-align: right
}

.add-pax-modal .single-traveller .adults label,
.add-travellers-modal .single-traveller .adults label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 1rem
}

.add-pax-modal .book-btns-group,
.add-travellers-modal .book-btns-group {
    gap: 10px
}

.add-pax-modal .book-btns-group .radio label:hover,
.add-travellers-modal .book-btns-group .radio label:hover {
    background: #00000014;
    transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.add-pax-modal .book-btns-group .radio label:hover,
.add-travellers-modal .book-btns-group .radio label:hover {
    background: var(--websiteThemeLighter)
}

.add-pax-modal .book-btns-group input[type=radio]:checked+label,
.add-travellers-modal .book-btns-group input[type=radio]:checked+label {
    background: var(--websiteTheme)
}

.add-pax-modal button.applyy,
.add-travellers-modal button.applyy {
    background: var(--websiteTheme)
}

.new-flight-card .top-block {
    grid-template-columns: 100px 3fr 150px;
    font-weight: 700
}

.new-flight-card.bg-theme-light {
    background: var(--cardLightTheme)
}

.new-flight-card .top-block .fs-airport-time {
    font-weight: 400;
    font-size: .7rem
}

.new-flight-card .top-block .journey-details {
    align-items: stretch;
    font-size: 11px;
}

.new-flight-card.domestic-round-trip .top-block .airline {
    grid-column: 1/3
}

.new-flight-card.domestic-multi-city .top-block .select-radio label,
.new-flight-card.domestic-round-trip .top-block .select-radio label {
    display: block;
    width: 100%;
    background: var(--websiteTheme);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 7px 5px;
    font-size: .9rem;
    font-weight: 400;
    cursor: pointer
}

.new-flight-card .other-details #pills-tab>.nav-item:nth-child(1) {
    order: 1
}

.new-flight-card .other-details #pills-tab>.nav-item:nth-child(2) {
    order: 4
}

.new-flight-card .other-details #pills-tab>.nav-item:nth-child(3) {
    order: 2
}

.new-flight-card .other-details #pills-tab>.nav-item:nth-child(4) {
    order: 3
}

@media screen and (min-width:576px) {
    .new-flight-card.domestic-round-trip .top-block {
        grid-template-columns: 1fr 120px
    }

    .new-flight-card.domestic-round-trip .top-block .journey-details {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width:1200px) {
    .new-flight-card .top-block .fs-airport-time {
        font-size: 12px
    }
}

.search-by-flight img {
    width: 20px;
    height: 20px;
    margin-top: 0
}

#popular-destination .owl-nav .owl-next,
.custom-owl-navs .owl-nav .owl-next {
    transform: translate(20px, 0)
}

#popular-destination .owl-nav .owl-prev,
.custom-owl-navs .owl-nav .owl-prev {
    transform: translate(-20px, 0)
}

.holiday-form>div:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 154px;
    align-items: center
}

.holiday-form .form-group {
    border-right: 1px solid #dee2e6 !important
}

@media screen and (min-width:768px) {
    .flightRoundDomesticFilterGrid .new-flight-card .other-details ul#pills-tab {
        width: 100%;
        max-width: calc((100vw - 370px - 5rem)/2)
    }
}

@media screen and (max-width:768px) {
    .new-flight-card.round-trip-international-flight-card .top-block .button-container {
        display: flex;
        gap: 10px
    }
}

@media screen and (max-width:576px) {
    .new-flight-card .top-block {
        grid-template-columns: 1fr !important
    }

    .new-flight-card .top-block .airline {
        padding-right: 100px
    }

    .new-flight-card .top-block .airline,
    .new-flight-card .top-block .journey-details,
    .new-flight-card .top-block .price,
    .new-flight-card.one-way-flight-card .top-block .actions {
        grid-area: unset !important
    }

    .new-flight-card.one-way-flight-card .journey-details {
        grid-template-columns: 1fr 1fr 1fr
    }

    .new-flight-card.multi-city-international-flight-card .top-block .price,
    .new-flight-card.one-way-flight-card .top-block .actions,
    .new-flight-card.round-trip-flight-card .top-block .price {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .new-flight-card.round-trip-flight-card .top-block .price {
        flex-direction: row-reverse
    }

    .new-flight-card.round-trip-flight-card.domestic-multi-city .top-block .price {
        flex-direction: row
    }

    .new-flight-card .top-block .price-shown {
        font-size: 1.1rem !important
    }

    .new-flight-card .top-block button,
    .new-flight-card.domestic-multi-city .top-block .select-radio label,
    .new-flight-card.domestic-round-trip .top-block .select-radio label {
        max-width: 110px;
        width: 110px
    }

    .new-flight-card.multi-city-international-flight-card .top-block .airline,
    .new-flight-card.round-trip-international-flight-card .top-block .airline {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .new-flight-card.multi-city-international-flight-card .more-fair-float-box,
    .new-flight-card.round-trip-international-flight-card .more-fair-float-box {
        bottom: unset;
        top: 0
    }

    .new-flight-card.round-trip-international-flight-card .top-block .flight-details {
        grid-template-columns: 1fr
    }

    div#v-pills-tab {
        overflow-x: auto;
        width: 300px
    }

    #v-pills-tabContent #myTab a {
        padding: 5px 10px;
        font-size: 12px
    }

    ul#myTab {
        gap: 5px
    }

    .home-flight-search-form>div,
    .home-hotel-search-form>div,
    .holiday-form .form-group,
    .multicity-main-form>div {
        padding: 5px 10px
    }

    .multicity-main-form>div.form-group:nth-child(3) {
        padding: 5px 30px 5px 10px
    }

    .home-flight-search-form label,
    .home-hotel-search-form label,
    .holiday-form .form-group label,
    .multicity-main-form label {
        font-size: 12px
    }

    .book-btns-group label {
        padding: 2px 10px;
        font-size: 12px;
        font-weight: 500
    }

    .extra-option label {
        font-size: 12px !important
    }

    .extra-option label input[type=radio] {
        width: 15px;
        height: 15px
    }

    .holiday-form>div,
    .holiday-form>div:nth-child(1) {
        grid-template-columns: 1fr
    }

    .holiday-form .form-group {
        border-right: 0;
        border-bottom: 1px solid #dee2e6 !important
    }
}

.book-btns-group input[type=radio]:checked+label {
    background: var(--websiteTheme2);
    border-color: var(--websiteTheme2)
}

.benefit-block .benefit-card>div:nth-child(2) {
    position: relative;
    z-index: 1
}

.benefit-block .benefit-card .shadow-image {
    z-index: 0
}

span.offercode {
    background: rgb(237, 255, 227);
    color: #212529;
    display: block;
    padding: 5px;
    font-size: 12px
}

#flight-term-modal .modal-content {
    max-width: 800px;
    margin: 50px auto;
}

#flight-term-modal .modal-body {
    padding: 20px;
}

#flight-term-modal .modal-header {
    background: var(--websiteTheme2) !important;
    color: #fff;
    padding: 10px !important;
}

#flight-term-modal .modal-header h5 {
    font-size: 16px;
}

.check-term label {
    padding: 0px;
    font-weight: 500;
    margin: 0 0;
    align-items: center;
    font-size: 18px;
    display: inline-flex;
}

.check-term label input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.continue-btn {
    background: var(--websiteTheme2);
}

#flight-term-modal .modal-header .close {
    opacity: 1;
}

.attention-traveller ol {
    padding-left: 20px;
    padding-top: 20px;
}

.attention-traveller {
    overflow-y: auto;
    height: 300px;
    padding: 10px;
}

#flight-term-modal .modal-footer {
    padding: 4px;
    background: #f2f2f2;
}

.filter-white {
    filter: brightness(0) invert(1);
}

.trending-routes {
  font-family: 'Poppins', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.routes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.route-card {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.route-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.city-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.special-label {
  background-color: #ff6b6b;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.route-details {
  margin-bottom: 15px;
}

.route-code {
    font-size: 15px;
    font-weight: 600;
    color: #5aa1e9;
    margin-bottom: 0px;
}

.route-date {
  font-size: 12px;
  color: #666;
}

.route-price {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  text-align: right;
}

/* Responsive design */
@media (max-width: 992px) {
  .routes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .routes-grid {
    grid-template-columns: 1fr;
  }
  
  .section-title {
    font-size: 20px;
  }
  
  .city-name {
    font-size: 16px;
  }
  
  .route-price {
    font-size: 18px;
  }
}
.route-flight-image {
    width: 80px;
    border-radius: 5px;
    height: 80px;
}
.route-flight-image img{
border-radius: inherit;
height: 100%;
}
.themeBackground.rounded-circle.d-flex.justify-content-center.align-items-center h4 i {
    color: #fff;
}
button.btn.text-white.w-100.h-100.themeBackground {
    background: var(--secondaryColor) !important;
}
.home-middle-banners .image {
    height: 150px;
    width: 90%;
    margin: 0 auto;
    border-radius: 15px;
}
.home-middle-banners .image img{
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

/* ///// */
.blue-search-container {
    background-color: var(--websiteTheme);
    padding: 40px 0 60px 0;
    font-family: 'Poppins', sans-serif;
}
.blue-search-container h2 {
    color: white;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
}
.blue-search-container p {
    color: #e0e0e0;
    font-size: 16px;
    margin-bottom: 25px;
}
/* Custom Tabs */
.custom-tabs-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 60px;
}
.custom-tab-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    background: transparent;
    color: white;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}
.custom-tab-link.active {
    background: none;
    color: #fff;
    font-weight: 600;
    border-bottom: 3px solid #fff;
}
.custom-tab-link.active:hover {
    color: #fff !important;
}
.custom-tab-link:hover{
    color: #fff !important;
}
.custom-tab-link svg,
.custom-tab-link svg path,
.custom-tab-link i {
    fill: currentColor;
}

/* The Yellow Bar Form */
.yellow-search-bar {
    display: flex;
    background: white;
    border: 4px solid var(--websiteTheme2);
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    position: relative;
    align-items: center;
}
.search-input-col {
    flex: 1;
    padding: 8px 15px;
    border-right: 1px solid #eee;
    position: relative;
}
.search-input-col:last-child {
    border-right: none;
}
.search-input-col label {
    display: block;
    font-size: 11px;
    color: #666;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.search-input-col input, .search-input-col .form-control {
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none !important;
}
.search-input-col i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 20px;
    display: none; 
}

/* Swap Icon */
.swap-circle {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
}

.blue-search-container h2 {
    color: white;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
}
.themeBackground2.text-white.rounded.p-3.shadow-sm.d-flex.align-items-center.justify-content-between.flex-wrap {
    border: 1px solid #ddd;
    background: #05517c;
}
table.tvdetails {
    border: 1px solid #ddd;
    border-radius: 5px;
    border-collapse: separate;
}
.blue-search-container p {
    color: #e0e0e0;
    font-size: 16px;
    margin-bottom: 25px;
}
.custom-tabs-nav {
    display: flex;
    gap: 15px;
    height: 50px;
    margin-bottom: 20px;
}
.custom-tab-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 0;
    background: none;
    color: white;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}
/* .custom-tab-link:hover, .custom-tab-link.active {
    background: white;
    color: #004CB7;
} */
.custom-tab-link svg, .custom-tab-link i {
    fill: currentColor;
}
.yellow-search-bar {
    display: flex;
    background: white;
    border: none;
    border-radius: 50px;
    box-shadow: none !important;
    position: relative;
    align-items: center;
}
.yellow-search-bar .search-input-col {
    border-right: none !important;
    /* width: 180px; */
}
.btn-search-main:hover {
    background: var(--secondaryColor);
    color: #fff;
}
/* Multi City Specific */
.yellow-search-bar.multi-city-layout {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
}
.multi-city-row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 5px;
    position: relative;
}
.multi-city-row:last-child {
    border-bottom: none;
}
.remove-segment-btn {
    position: absolute;
    right: -15px;
    top: -10px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    z-index: 10;
}

.search-input-col {
    flex: 1;
    padding: 8px 10px;
    border-right: 1px solid #eee;
    position: relative;
}
.search-input-col:last-child {
    border-right: none;
}
.search-input-col label {
    display: block;
    font-size: 11px;
    color: #666;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.search-input-col input, .search-input-col .form-control {
    border: none;
padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none !important;
}
.swap-circle {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
}
.btn-search-main {
background-color: var(--websiteTheme2);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 0 25px;
    height: 54px;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    transition: background 0.3s;
}
.btn-search-main-multy{
     background-color: var(--websiteTheme2);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 40px;
    border: none;
    border-radius: 8px;
    margin-left: 10px;
    transition: background 0.3s;
    margin-top: 10px;
}
.blue-search-container input::placeholder {
    color: #000;
}
.SelectClass {
    width: 112px;
    max-width: 112px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-search-main:hover {
    background-color: var(--secondaryColor);
    color: #fff;
}
.flight-radio-options {
    display: flex;
    gap: 20px;
    color: white;
    margin-bottom: 15px;
    align-items: center;
}
.custom-radio {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}
.add-city-btn {
    background: rgba(255,255,255,0.2);
    color: white !important;
    border: 1px solid white;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
}
.add-city-btn:hover {
    background: white;
    color: #004CB7;
}
@media(max-width: 991px) {
    .yellow-search-bar, .yellow-search-bar.multi-city-layout {
        flex-direction: column;
        border: none;
        background: transparent;
        box-shadow: none;
    }
    .bookinng-form {
    border-radius: 10px !important;
}
.yellow-search-bar .search-input-col {
    border-right: 1px solid !important;
    width: 100%;
}
    .multi-city-row {
        flex-direction: column;
        background:transparent;
        border:none;
        padding:0;
    }
    .search-input-col {
        width: 100%;
        background: white;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    .swap-circle { display: none; }
    .btn-search-main {
        width: 100%;
        margin-left: 0;
        height: 50px;
    }
    .custom-tabs-nav { overflow-x: auto; }
}
input#onefrom, input#tofrom {
    background: url(../images/departure.webp) no-repeat left;
    background-size: 20px;
    background-position: left 3px;
    padding-left: 30px !important;
}

#visa-country, input#holiday-city {
    background: url(../images/departure.webp) no-repeat left;
    background-size: 20px;
    background-position: left 3px;
    padding-left: 50px !important;
}
input#tofrom {
    background: url(../images/return.webp) no-repeat left;
    background-size: 20px;
    background-position: left 3px;
    padding-left: 30px !important;
}
input#defrom {
    background: url(../images/departure.webp) no-repeat left;
    background-size: 20px;
    background-position: left 3px;
    padding-left: 30px !important;
}

input#refrom {
    background: url(../images/return.webp) no-repeat left;
    background-size: 20px;
    background-position: left 5px;
    padding-left: 30px !important;
}
input#sea-hotel {
    padding-left: 30px !important;
}
input#checkin, input#checkout {
    padding-left: 30px !important;
}
select#nation, select#nations {
    padding-left: 30px !important;
}
.custom-radio {
    font-weight: 400!important;
}
.flight-radio-options input {
    width: 30px;
    height: 20px;
}


.trending-routes {
    padding: 30px 0;
}

.section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

/* CARD */
.trend-card {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1.5px solid var(--websiteTheme2);
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.trend-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* IMAGE */
.trend-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

/* CONTENT */
.trend-content {
    flex: 1;
}

.trend-city {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plane-icon {
    margin: 0 6px;
    color: var(--websiteTheme2);
}

.trend-code {
    font-size: 12px;
    font-weight: 600;
    color: var(--websiteTheme2);
    margin-top: 2px;
}

/* BOTTOM ROW */
.trend-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}

.trend-date {
    font-size: 12px;
    color: #666;
}

.trend-price {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.routes-swiper .trend-card {
    margin-right: 0;
}

@media (max-width: 767px) {
    .routes-grid {
        display: none;
    }
    .flight-radio-options {
    display: flex;
    gap: 15px;
    color: white;
    margin-bottom: 15px;
    align-items: center;
}
.navbar-light .navbar-toggler{
    border-color: #fff !important;
}
ul.navbar-nav.ml-auto.right-link {
    position: relative;
    top: 15px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.yellow-search-bar h5 {
    color: #fff;
}
.yellow-search-bar label {
    color: #fff;
}
.yellow-search-bar.flex-grow-1.p-3.mt-4 {
    padding: 0 !important;
}
.width100onmobile{
    width: 100%;
    max-width: 100%;
    flex:1;
}
form#bookinghotel label {
    color: #000 !important;
}
    form#bookingFlight label {
        color: #000 !important;
    }
form#bookingFlight .custom-radio {
    color: #fff;
}
.d-flex.align-items-center.ml-auto.mt-md-0.mt-2 {
    width: 100%;
}
button.exclusive-prev.btn.btn-light.rounded-circle.d-flex.align-items-center.justify-content-center.mr-2 {
    position: relative;
    top: 60px;
    z-index: 99999;
        background: var(--websiteTheme) !important;
        border-color:var(--websiteTheme) !important;
    color: #fff !important;
    left: 0;
}
button.exclusive-next.btn.btn-light.rounded-circle.d-flex.align-items-center.justify-content-center.mr-3 {
          position: relative;
        top: 60px;
        z-index: 99999;
        right: -15px;
        margin-left: auto;
            background: var(--websiteTheme) !important;
             border-color:var(--websiteTheme) !important;
    color: #fff !important;
    }
.exclusive-deals-section .swiper {
    margin-top: -50px;
}
}
.banner-offer img {
    object-fit: cover;
    max-height: 100% !important;
}
@media (min-width: 768px) {
    .banner-section-tabs .home-flight-search-form .top-form-grid {
        grid-template-columns: 1fr 1fr;
    }
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 10px !important;
    background: transparent !important;
    box-shadow: none;
}
.header-top-demo.navbar.navbar-expand.navbar-dark.flex-column.flex-md-row.bd-navbar {
    padding: 10px !important;
    background: transparent !important;
}
.landing-header {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: transparent !important;
}
.logo-brand {
    gap: 20px;
    display: flex;
    align-items: center;
}
.banner-content-new {
    width: 65%;
    margin-bottom: 5%;
}
.trip-dropdown {
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
}
.search-input-col span {
    font-size: 13px;
}
.dropdown-arrow {
    margin-left: 10px;
    font-size: 14px;
}

.trip-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    margin-top: 8px;
    z-index: 1000;
    overflow: hidden;
}

.trip-option {
    padding: 12px 15px;
    cursor: pointer;
    transition: 0.3s;
}

.trip-option:hover {
    background: #f2f2f2;
}

.trip-option.active {
    background: #e9ecef;
    font-weight: 600;
}
.travel-class-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.travel-pill {
    position: relative;
    padding: 10px 10px;
    border-radius: 30px;
    background: #f2f2f2;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid transparent;
}
.bookinng-form {
    background: white;
    padding: 15px;
    border-radius: 50px;
}

/* Hide radio */
.travel-pill input {
    display: none;
}

/* Active selected */
.travel-pill.active {
    background: #fff;
    border: 1px solid #000;
}

/* Hover effect */
.travel-pill:hover {
    background: #e6e6e6;
}
.inner-header .logo-brand img {
    filter: none !important;
}
.inner-header #navbarSupportedContent ul{
    align-items: center;
}
.inner-header #navbarSupportedContent li a{
    color: #333 !important;
    font-weight: 600;
}
.inner-header #navbarSupportedContent li div {
    color: #333 !important;
    font-weight: 600;
}
.inner-header {
    background: #fff;
}
.header-top-demo ul li a {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
}
.inner-header .header-top-demo .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.inner-header .header-top-demo ul li a {
    color: #333 !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
}
.inner-header .header-top-demo ul {
   gap: 10px;
}
.inner-header .header-top-demo
 {
    border-bottom: 1px solid #eee;
}
.fare-dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.fare-selected {
    background: #fff;
    font-size: 13px;
    font-weight: 600;
}

.fare-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-top: 6px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    z-index: 1000;
}

.fare-item {
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
}

.fare-item:hover {
    background: #f5f5f5;
}

.fare-item.active {
    font-weight: 600;
    background: #f0f4ff;
}
.flight-search-form .themeBackground2.text-white.rounded.p-3.shadow-sm.d-flex.align-items-center.justify-content-between.flex-wrap {
    border: none;
    background: none;
        box-shadow: none ! IMPORTANT;
}
section.flight-search-form.search-page-form.d-lg-block.d-none {
    background: #f9f9ff;
}

.flight-search-form .d-flex.align-items-center.border-right.border-light.pr-4.mr-4 {
    color: #333 !important;
}
.flight-search-form .d-flex.align-items-center.border-right.border-light.pr-4.mr-4 small {
    color: #333 !important;
}
.flight-search-form .border-right.border-light.pr-4.mr-4.d-none.d-md-block small {
    color: #333 !important;
}
.flight-search-form span.font-weight-bold {
    color: #333 !important;
}
.flight-search-form .d-none.d-md-block small {
    color: #333 !important;
}
.flight-search-button{
        background: var(--secondcolor) !important;
}
section#FilterSection {
    font-size: 12px;
}
#FilterSection .search-by-flight label{
    font-size: 12px;
}
 #FilterSection label{
    font-size: 12px;
 }
 section#FilterSection .font-weight-bold.h5.mb-0 {
    font-size: 14px;
}
.depart-time span {
    font-size: 12px;
}
.mb-2.flight-filtration-grid.bg-white.d-grid.rounded.overflow-hidden.border {
    display: flex;
    background: transparent !important;
    gap: 10px;
    border: none ! IMPORTANT;
}
.cursorPointer.py-2.px-3.themeBackgroundLighter {
    width: 200px;
    background: #fff;
    border-radius: 50px;
}
.flight-filtration-grid .price {
    font-size: 14px;
}
.flight-filtration-grid>div {
    border-radius: 50px;
    width: 200px;
}
.airline {
    display: flex;
    width: 190px;
    align-items: center;
    font-size: 12px;
}
.col-12.hide-on-med-and-down.bg-theme.bg-filter.desktop-sort-buttons {
    position: sticky !important;
    top: 0 !important;
    max-width: 100% !important;
    width: 100%;
    z-index: 999;
    background: #fff !important;
}
.seat-luggage.d-flex.flex-wrap.gap-20 {
    font-size: 12px;
}
.new-flight-card .bottom-block .links {
    width: 110px;
    font-size: 12px;
}
.col-12.hide-on-med-and-down .sort-button-grid span {
    color: #333;
        font-size: 12px;
}
.new-flight-card .journey-details {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
}
.actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-block.d-grid.align-items-center.px-2.py-2.py-sm-3.border-bottom.position-relative {
    grid-template-columns: 100px 3fr 240px;
    font-weight: normal;
}
.new-flight-card .top-block .price-shown {
    font-size: 14px;
}
@media screen and (min-width: 576px) {
    .new-flight-card .more-fares {
        border: 1px solid;
        background: #fff !important;
        border-radius: 50px !important;
        color: #333 !important;
    }
}
.terminal-detail .lbl-medium {
    font-size: 12px;
}
.flight-detail-tab-d.border.rounded {
    font-size: 12px;
}
.flight-detail-collapse .nav-link {
    color: #6e6e6e !important;
    font-weight: 500;
    padding: 0.5rem !important;
    font-size: 12px;
}
.order-2 {
    order: inherit !important;
}
.collapse {
    visibility: inherit !important;
}
.inner-header .collapse {
    visibility: inherit;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px !important;
}
.banner-content-new h2 {
    font-size: 2rem !important;
}
section.Traveller-heading {
    background: #fff;
    margin-top: 0;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.apply-coupon input::placeholder {
    font-size: 14px;
}
button.btn.btn-sm.w-100.btn-primary {
    padding: 8px;
}
section.Traveller-heading .container-fluid {
    padding: 0 30px;
}
.flight-traveller-det {
    background: #eee;
}
.cursorPointer.px-3.py-2.rounded.d-flex.gap-20.align-items-center.whitespace-nowrap.themeBackgroundLight {
    background: #fff;
}
span.scheduleDay {
    font-weight: normal;
    background: none;
}
.flightItenary {
    background: none;
}
.traveller-fair-summary.flight-iternary-fair-summary.bg-white.p-0.shadow.mb-lg-2.w-100.d-below-lg-block {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px !important;
    background-color: #fff;
    max-width: 380px;
    margin: 20px auto;
    font-family: Poppins, sans-serif;
    box-shadow: 0 2px 8px #00000008;
}
.fair-summary-heading {
    background: none;
}
.fair-summary-heading h5 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}
.traveller-fair_content strong {
    font-weight: normal;
}
.flight-traveller-det h5 {
    font-size: 16px;
}
.traveller-fair_summary-coupon.bg-white.border.p-0 {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px ! IMPORTANT;
    background-color: #fff;
    max-width: 400px;
    margin: 20px auto;
    box-shadow: 0 2px 6px #0000000d;
}
.traveller-fair_summary-coupon h5{
        font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}
.fair_content.coupon-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

