* {
    --websiteTheme2: #ef7f1b;
    --websiteTheme: #00548d;
    --secondaryColor: #ef7f1b;
    --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%)
}

body.homepage {
    background: var(--websiteThemeLighter)
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.py-0 {
    padding: 5px 0 !important;
}
.icon-sidebar-wrapper .block:nth-child(2) {
    background: #212121
}
.themeBackground2.text-white.rounded.p-3.shadow-sm.d-flex.align-items-center.justify-content-between.flex-wrap
 {
    background: transparent;
    box-shadow: none !important;
}
.iternary-total-price {
    background: var(--websiteTheme2)
}

@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
}

.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;
    border-bottom: 5px solid transparent
}

.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
}

.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
}

@media screen and (max-width:991px) {
    .home-flight-search-form {
        grid-template-columns: 1fr 1fr;
        padding: 0
    }
    .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
    }

    .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: var(--websiteTheme)
}

.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
}

.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);
}