body {
    font-size: 12px;
    color: #000;
    position: relative;
    background: #fff;
    font-family: 'opensans-regular_0', Arial, Helvetica, sans-serif
}

h1 {
    font-size: 30px;
}

h1 {
    font-size: 2em;
}
#MultiCitySearchForm {
    display: none;
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.5em;
    }
}

.checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border: 2px solid gray;
    border-radius: 4px;
}

.offers {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .offers {
        font-size: 12px;
        padding: 6px;
    }
    .card-title{
        font-size:16px;
    }
    .card-text{
        font-size:14px;
    }
}

    .banner-1 {
        background-color: #5271ff;
    }

    .banner-2 {
        background-color: #003692;
    }

    .banner-3 {
        background-color: #299f25;
    }

    .banner-4 {
        background-color: #ff914d;
    }

    .element {
        display: block;
    }

    @media only screen and (max-width: 768px) {
        .element {
            display: none;
        }
    }

    .apps {
        position: relative;
        padding-top: 100px;
    }

    .menu {
        position: relative;
        padding-right: 8px;
    }



    .card {
        width: 520px;
    }

    @media (max-width: 767.98px) {
        .card {
            width: auto;
        }
    }

    @media (min-width: 999px) {
        .card {
            width: auto;
        }
    }

    @media (min-width: 992px) {
        .card {
            width: auto;
        }
    }

    @media (min-width: 997px) {
        .card {
            width: auto;
        }
    }

    @media (min-width: 1154px) {
        .card {
            width: auto;
        }
    }

    @media (min-width: 1081px) {
        .card {
            width: auto;
        }
    }

    @media (min-width: 1055px) {
        .card {
            width: auto;
        }
    }

    @media (min-width: 1052px) {
        .card {
            width: auto;
        }
    }

    @media (min-width: 1010px) {
        .card {
            width: auto;
        }
    }

    @media (min-width: 1002px) {
        .card {
            width: auto;
        }
    }

    .deal {
        color: #565353;
    }

    .iconelement {
        display: block;
        margin-top: -10px;
    }

    .ratio {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .ratio::before {
            display: block;
            width: 100%;
            content: "";
        }

    .ratio-1\:1::before {
        padding-bottom: 100%;
    }

    .ratio-2\:1::before {
        padding-bottom: 50%;
    }

    .ratio-3\:2::before {
        padding-bottom: 66.66667%;
    }

    .ratio-3\:4::before {
        padding-bottom: 133.33333%;
    }

    .ratio-4\:3::before {
        padding-bottom: 75%;
    }

    .ratio-4\:1::before {
        padding-bottom: 25%;
    }

    .ratio-5\:4::before {
        padding-bottom: 80%;
    }

    .ratio-8\:5::before {
        padding-bottom: 62.5%;
    }

    .ratio-15\:9::before {
        padding-bottom: 60%;
    }

    .ratio-16\:9::before {
        padding-bottom: 56.25%;
    }

    .ratio-64\:45::before {
        padding-bottom: 70.3125%;
    }

    .ratio-6\:5::before {
        padding-bottom: 83.33333%;
    }

    .ratio-23\:18::before {
        padding-bottom: 78.26087%;
    }

    .ratio-41\:35::before {
        padding-bottom: 85.36585%;
    }

    .ratio-41\:45::before {
        padding-bottom: 109.7561%;
    }

    .ratio-63\:55::before {
        padding-bottom: 87.30159%;
    }

    */ :root {
        --font-primary: "Jost", sans-serif;
    }

    :root {
        --text-4: 4px;
        --text-7: 7px;
        --text-10: 10px;
        --text-12: 12px;
        --text-13: 13px;
        --text-14: 14px;
        --text-15: 15px;
        --text-16: 16px;
        --text-18: 18px;
        --text-20: 20px;
        --text-22: 22px;
        --text-24: 24px;
        --text-25: 25px;
        --text-26: 26px;
        --text-30: 30px;
        --text-40: 40px;
        --text-50: 50px;
        --text-60: 60px;
        --text-80: 80px;
    }

    :root {
        --color-white: #FFFFFF;
        --color-black: #000000;
        --color-border: #DDDDDD;
        --color-dark-1: #051036;
        --color-dark-2: #0D2857;
        --color-dark-3: #13357B;
        --color-dark-4: #163C8C;
        --color-light-1: #697488;
        --color-light-2: #F5F5F5;
        --color-light-3: #FBFCFF;
        --color-blue-1: #3554D1;
        --color-blue-2: #E5F0FD;
        --color-green-1: #EBFCEA;
        --color-green-2: #008009;
        --color-yellow-1: #F8D448;
        --color-yellow-2: #E1C03F;
        --color-yellow-3: #FFC700;
        --color-yellow-4: #FFF8DD;
        --color-brown-1: #923E01;
        --color-purple-1: #7E53F9;
        --color-red-1: #D93025;
        --color-red-2: #F1416C;
        --color-red-3: #FFF5F8;
        --color-info-1: #CDE9F6;
        --color-info-2: #4780AA;
        --color-warning-1: #F7F3D7;
        --color-warning-2: #927238;
        --color-error-1: #ECC8C5;
        --color-error-2: #AB3331;
        --color-success-1: #DEF2D7;
        --color-success-2: #5B7052;
    }

    @-webkit-keyframes reveal {
        100% {
            opacity: 1;
        }
    }

    @keyframes reveal {
        100% {
            opacity: 1;
        }
    }

    html {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        min-height: 100%;
    }

    body {
        padding: 0;
        font-family: 'opensans-regular_0', Arial, Helvetica, sans-serif;
        width: 100%;
        background-color: white;
        color: var(--color-dark-1);
        font-size: 14px;
        line-height: 1.875;
    }

    main {
        overflow: hidden;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    a {
        color: #337ab7;
        text-decoration: none;
    }

        a:hover {
            text-decoration: none;
        }

    p {
        margin: 0;
        font-size: 16px;
    }

    button {
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        background-color: transparent;
        text-decoration: none;
    }

        button:focus {
            outline: 0;
        }

    .button {
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        text-align: center;
        line-height: 1;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.2;
        border-radius: 4px;
        border: 1px solid transparent;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    input.text-white::-moz-placeholder {
        color: white;
    }

    input.text-white:-ms-input-placeholder {
        color: white;
    }

    input.text-white::placeholder {
        color: white;
    }

    h1,
    h2,
    h5 {
        margin: 0;
        line-height: 1.45;
        font-weight: 600;
    }

    .text-16 {
        font-size: var(--text-16) !important;
    }

    .text-18 {
        font-size: var(--text-18) !important;
    }

    .text-22 {
        font-size: var(--text-22) !important;
    }

    .text-24 {
        font-size: var(--text-24) !important;
    }

    .text-26 {
        font-size: var(--text-26) !important;
    }

    .text-30 {
        font-size: var(--text-30) !important;
    }

    .lh-15 {
        line-height: 1.5 !important;
    }

    .fw-500 {
        font-weight: 500;
    }

    .fw-600 {
        font-weight: 600;
    }

    .fw-700 {
        font-weight: 700;
    }

    .tabs__content {
        position: relative;
    }

    .tabs__pane {
        position: absolute;
        top: 0;
        visibility: hidden;
        transition: none;
        opacity: 0;
    }

        .tabs__pane.is-tab-el-active {
            transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
            position: relative;
            opacity: 1;
            visibility: visible;
        }

    .tabs__controls {
        position: relative;
        overflow: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
    }

        .tabs__controls > div {
            scroll-snap-align: center;
        }

    .tabs.-underline-2 .tabs__controls .tabs__button {
        position: relative;
        transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

        .tabs.-underline-2 .tabs__controls .tabs__button::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background-color: var(--color-blue-1);
            transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
            opacity: 0;
        }

        .tabs.-underline-2 .tabs__controls .tabs__button:hover {
            color: var(--color-blue-1) !important;
        }

        .tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active {
            color: var(--color-blue-1) !important;
        }

            .tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active::after {
                opacity: 1;
            }

    :root {
        --dashboard-width: 300px;
    }


    @media only screen and (max-width: 989px) {
        .destination.full-view {
            position: fixed;
            top: 0;
            left: 0;
            width: 101%;
            height: 100%;
            background-color: white;
            z-index: 1000;
            overflow-y: auto;
            padding: 2px;
        }


        .destinationarv.full-view {
            position: fixed;
            top: 0;
            left: 0;
            width: 101%;
            height: 100%;
            background-color: white;
            z-index: 1000;
            overflow-y: auto;
            padding: 2px;
        }


        .arrivalcity.full-view {
            position: fixed;
            top: 0;
            left: 0;
            width: 101%;
            height: 100%;
            background-color: white;
            z-index: 1000;
            overflow-y: auto;
            padding: 2px;
        }

        .body-no-scroll {
            overflow: hidden;
        }
    }


    .destinationhide {
        display: none;
    }

    .destinationarvhide {
        display: none;
    }

    .arrivalcityhide {
        display: none;
    }

    .airport-item {
        position: relative;
        padding: 12px;
    }

    .airportname {
        position: relative;
        padding-left: 15px;
        font-size: 14px;
        line-height: 14px;
    }

    @media only screen and (max-width: 989px) {
        .airportname {
            position: relative;
            padding-left: 12px;
            font-size: 14px;
            line-height: 14px;
        }
    }

    .departurecode {
        font-size: 14px;
        line-height: 40px;
        font-weight: 600;
        width: 15%;
        text-align: left;
        color: gray;
    }

    @media only screen and (max-width: 989px) {
        .departurecode {
            font-size: 12px;
            line-height: 40px;
            font-weight: 600;
            width: 15%;
            text-align: left;
            color: gray;
        }
    }

    .depflights {
        width: 85%;
        float: left;
    }

    .countryname {
        position: relative;
        padding-left: 15px;
        font-size: 12px;
        line-height: 14px;
        color: gray;
    }

    @media only screen and (max-width: 989px) {
        .countryname {
            position: relative;
            padding-left: 15px;
            font-size: 11px;
            line-height: 14px;
            color: gray;
        }
    }

    .searchicon {
        margin-right: 10px;
    }

    .clickhide {
        display: none;
    }


    .searchsegments {
        padding: 0px 15px;
        display: flex;
        align-items: center;
    }

    .segmentssearch {
        border: 0;
        outline: 0;
        background: none;
        cursor: pointer;
        font-size: 13px;
        color: #000;
        width: 100%;
        padding: 15px 0;
    }

    .listsegments {
        overflow: auto;
        max-height: 280px;
    }


    .searchtitle {
        color: white;
    }

    .destination {
        position: absolute;
        left: 42px;
        z-index: 99;
        background: #fff;
        border: 1px solid #d4d4d4;
        box-shadow: 0 4px 5px 0 rgb(0 0 0 / 22%);
        max-height: 300px;
        overflow-y: auto;
        border: 1px solid #ccc;
    }

    @media only screen and (max-width:760px) {
        .destination {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 99;
            background: #fff;
            border: 1px solid #d4d4d4;
            max-height: 1000px;
            width: 100%;
            overflow-y: auto;
            padding: 2px
        }
    }



    .destination::-webkit-scrollbar {
        width: 8px;
    }

    .destination::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .destination::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        .destination::-webkit-scrollbar-thumb:hover {
            background: #555;
        }


    @media only screen and (max-width: 989px) {
        .listsegments {
            max-height: 500px;
        }
    }

    .swiper-button-next {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        transition: all 0.3s ease;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

        .swiper-button-next i {
            transition: transform 0.3s ease;
        }

        .swiper-button-next:hover {
            width: 150px;
            border-radius: 20px;
        }

            .swiper-button-next:hover i {
                transform: translateX(10px);
            }

        .swiper-button-next .button-text {
            display: none;
            white-space: nowrap;
            margin-left: 10px;
            color: #030303;
            font-size: 12px;
        }

        .swiper-button-next:hover .button-text {
            display: inline;
        }



    .selectMobilecity {
        display: none;
    }

    .iconbackmobile {
        display: none;
    }

    .cityhead {
        display: none;
    }

    @media only screen and (max-width: 989px) {
        .selectMobilecity {
            width: 100%;
            float: left;
            display: flex;
            align-items: center;
            margin-bottom: 13px;
            margin-left: 15px;
            margin-top: 12px;
        }

        .iconbackmobile {
            width: 15px;
            height: 15px;
            display: inline-block;
            margin: 0 10px 0 0;
            vertical-align: middle;
        }

        .cityhead {
            position: relative;
            padding-left: 20px;
            font-size: 17px;
            color: black;
            font-weight: 500;
            height: 18px;
            display: inline-block;
        }
    }


    .makeFlex {
        display: flex;
    }

    .orderflex {
        display: flex;
        align-items: center;
    }



    .topsegments {
        background: #ECF5FE;
        padding: 5px 15px;
        font-size: 13px;
        font-weight: 600;
        border-top: 1px solid #ECECEC;
    }

    .segmentssuggestion {
        margin: 0;
        padding: 0;
        list-style: none;
        cursor: pointer;
        height: 100vh;
    }

    #suggestion {
        border-top-right-radius: var(--bs-border-radius);
        border-bottom-right-radius: var(--bs-border-radius);
    }

    #suggestionarv {
        border-top-right-radius: var(--bs-border-radius);
        border-bottom-right-radius: var(--bs-border-radius);
    }



    .countrylist {
        width: 100px !important;
        left: 0;
        height: 43px;
        bottom: 0;
        justify-content: space-between;
        border-right: 1px solid #ddd;
    }



    .fl {
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 8px;
        width: 100%;
        font-weight: 600;
        font-size: 15px;
        justify-content: space-between;
    }



    .maincenter {
        max-width: 1200px;
        margin: 0 auto;
        position: relative
    }


    .flyerfrequent {
        position: relative;
        font-size: 16px;
    }




    @media (max-width: 1199px) {
        :root {
            --dashboard-width: 250px;
        }
    }

    .select {
        position: relative;
    }

    @-webkit-keyframes preloaderWraper {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.2);
        }

        100% {
            transform: none;
        }
    }

    @keyframes preloaderWraper {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.2);
        }

        100% {
            transform: none;
        }
    }

    @-webkit-keyframes preloader {
        0% {
            transform: translateY(150%) scale(1);
        }

        50% {
            transform: translateY(0%) scale(1.2) rotate(20deg);
        }

        100% {
            transform: translateY(-150%) rotate(-20deg);
        }
    }

    @keyframes preloader {
        0% {
            transform: translateY(150%) scale(1);
        }

        50% {
            transform: translateY(0%) scale(1.2) rotate(20deg);
        }

        100% {
            transform: translateY(-150%) rotate(-20deg);
        }
    }

    .pb-0 {
        padding-bottom: 0px !important;
    }

    .px-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .pb-5 {
        padding-bottom: 5px !important;
    }

    .py-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .pt-10 {
        padding-top: 10px !important;
    }

    .pl-10 {
        padding-left: 10px !important;
    }

    .px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pt-20 {
        padding-top: 20px !important;
    }

    .pr-20 {
        padding-right: 20px !important;
    }

    .mt-20 {
        margin-top: 20px !important;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .pt-30 {
        padding-top: 30px !important;
    }

    .pb-30 {
        padding-bottom: 30px !important;
    }

    .pt-40 {
        padding-top: 40px !important;
    }

    .pb-40 {
        padding-bottom: 40px !important;
    }

    .mt-40 {
        margin-top: 40px !important;
    }

    .y-gap-5 {
        margin-top: -2.5px;
        margin-bottom: -2.5px;
    }

        .y-gap-5 > * {
            padding-top: 2.5px;
            padding-bottom: 2.5px;
        }

    .y-gap-10 {
        margin-top: -5px;
        margin-bottom: -5px;
    }

        .y-gap-10 > * {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .x-gap-20 {
        margin-left: -10px;
        margin-right: -10px;
    }

        .x-gap-20 > * {
            padding-left: 10px;
            padding-right: 10px;
        }

    .y-gap-20 {
        margin-top: -10px;
        margin-bottom: -10px;
    }

        .y-gap-20 > * {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .x-gap-30 {
        margin-left: -15px;
        margin-right: -15px;
    }

        .x-gap-30 > * {
            padding-left: 15px;
            padding-right: 15px;
        }

    .y-gap-30 {
        margin-top: -15px;
        margin-bottom: -15px;
    }

        .y-gap-30 > * {
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .x-gap-40 {
        margin-left: -20px;
        margin-right: -20px;
    }

        .x-gap-40 > * {
            padding-left: 20px;
            padding-right: 20px;
        }

    .x-gap-80 {
        margin-left: -40px;
        margin-right: -40px;
    }

        .x-gap-80 > * {
            padding-left: 40px;
            padding-right: 40px;
        }

    .layout-pt-sm {
        padding-top: 30px;
    }

    .layout-pb-sm {
        padding-bottom: 30px;
    }

    @media (max-width: 767px) {
        .layout-pt-sm {
            padding-top: 30px;
        }

        .layout-pb-sm {
            padding-bottom: 30px;
        }
    }

    @media (max-width: 575px) {
        .layout-pt-sm {
            padding-top: 30px;
        }

        .layout-pb-sm {
            padding-bottom: 30px;
        }
    }

    .flex-column {
        flex-direction: column;
    }

    .justify-between {
        justify-content: space-between !important;
    }

    .items-center {
        align-items: center !important;
    }

    .text-white {
        color: var(--color-white);
    }

    .text-black {
        color: var(--color-black);
    }

    .text-light-1 {
        color: var(--color-light-1);
    }

    .d-flex {
        display: flex !important;
    }

    .rounded-8 {
        border-radius: 8px;
    }

    .border-white-15 {
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .section-bg {
        position: relative;
        z-index: 0;
    }

    @font-face {
        font-family: 'opensans-bold_0';
        src: url('../fonts/opensans-bold_0.woff') format('woff2'), url('../fonts/opensans-regular_0.woff') format('woff'), url('../fonts/opensans-semibold.woff2') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    .customerlogo {
        width: 20%;
    }

    @media only screen and (max-width: 768px) {
        .customerlogo {
            width: 15%;
        }
    }

    .appbanner {
        background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 45%, rgba(213, 213, 213, 1) 89%);
        display: block;
    }

    @media only screen and (max-width: 768px) {
        .appbanner {
            display: none;
        }
    }

    .applogo {
        position: relative;
        margin-left: 55px;
        width: 30%;
        padding-left: 25px;
        padding-top: 30px;
    }

    .googlestore {
        width: 380%;
    }

    .qrcode {
        width: 40%;
        padding-top: 25px;
    }

    section {
        display: block;
        margin: 0;
        padding: 0;
    }

    .clearFix {
        clear: both;
        font-size: 0em;
        line-height: 0px;
        height: 0;
        margin: 0;
        padding: 0;
    }

    h1,
    h2,
    h5 {
        font-weight: normal;
    }

    .hidden {
        display: none;
    }

    .searchicon {
        margin-right: 10px;
    }

    .maincenter {
        max-width: 1200px;
        margin: 0 auto;
        position: relative
    }

    @media screen {
    }

    .officeinfo {
        justify-content: center;
    }

    @media only screen and (max-width: 760px) {
        .officeinfo {
            justify-content: start;
        }
    }

    @media (max-width: 767px) {
        .dropdown-menu {
            min-width: 300px;
        }

            .dropdown-menu.show {
                position: absolute;
                top: 50px;
                min-width: 90%;
                border-radius: 5px;
            }
    }

    .mobileui {
        display: block;
    }

    @media (max-width: 767px) {
        .mobileui {
            border: 1px solid gray;
            border-radius: 15px;
            display: flex;
            align-items: center;
            padding: 5px;
            margin-bottom: 15px;
            color: black;
            background-color: white;
            width: 100%;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            justify-content: space-between;
        }
    }

    @media (max-width: 767.98px) {
    }

    .form-floating {
        position: relative;
    }

    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }

    @keyframes fadeslide {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    .form-select {
        height: 40px !important;
        color: #2c83b6 !important;
        font-weight: bold !important;
        font-size: 14px;
    }

    .arrow-down {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: blue;
    }

    .form-control:focus {
        border-color: #23218E;
        box-shadow: none;
        outline: none;
    }

    .form-select:focus {
        border-color: #23218E;
        box-shadow: none;
        outline: none;
    }

    .countrycodepicker {
        padding: 10px 15px;
        display: flex;
        align-items: center;
    }

    .Countrycodedropdown {
        border: 0;
        outline: 0;
        background: none;
        cursor: pointer;
        font-size: 13px;
        color: #000;
        padding: 15px 0;
    }

    .countryinputsearch {
        border: solid 1px #e7e7e7 !important;
        border-radius: 4px !important;
        padding-right: 110px;
        padding-left: 15px;
    }

    @media only screen and (max-width: 768px) {
        .countryinputsearch {
            border: solid 1px #e7e7e7 !important;
            border-radius: 4px !important;
            padding-right: 70px;
            padding-left: 15px;
        }
    }

    .dropdown-menu {
        position: absolute;
        width: 100%;
        border: 1px solid #ccc;
        border-top: none;
        background-color: #fff;
        max-height: 150px;
        overflow-y: auto;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        display: none;
        font-size: 13px;
    }

        .dropdown-menu div {
            padding: 10px;
            cursor: pointer;
        }

            .dropdown-menu div:hover,
            .dropdown-menu div.selected {
                background-color: lightblue;
            }

    @keyframes backgroundFill {
        0% {
            background-color: transparent;
            border-color: transparent;
        }

        50% {
            background-color: rgba(49, 238, 96, 0.5);
            border-color: #007925;
        }

        100% {
            background-color: #007925;
            border-color: #014415;
        }
    }

    .class {
        color: #666;
        font-size: 15px;
    }

    @media (max-width: 768px) {
        .class {
            font-size: 0.9em;
        }
    }

    .title {
        flex-grow: 1;
        font-size: 15px;
        color: #333333;
        margin-left: 10px;
    }

    @media (max-width: 480px) {
        .title {
            font-size: 16px;
        }
    }

    @media (max-width: 768px) {
        .label {
            font-size: 14px;
            color: #333;
        }

        .value {
            font-size: 14px;
            color: #333;
            font-weight: bold;
        }
    }

    #pageContent {
        min-height: 300px;
        position: relative;
        z-index: 1;
        top: -18px;
    }

        #pageContent .leftHolder {
            padding: 20px;
            max-width: 50%;
            margin-left: -10px;
        }

        #pageContent .rightHolder {
            max-width: 30%;
            min-height: 400px;
            padding: 40px 0 50px;
            position: absolute;
            right: 0;
            text-align: right;
            top: 0;
            bottom: 140px;
        }

    .radioBtnHolder {
        color: #fff;
        margin: 0 0 20px;
        text-align: center;
    }

        .radioBtnHolder span {
            padding: 0 15px 0 0;
        }

        .radioBtnHolder label {
            font-size: 15px;
            font-weight: bold;
            padding: 0 0 0 2px;
            cursor: pointer;
            vertical-align: sub;
        }

.btnSearchFlight-animate {
    background: #ff7a00;
    border: 0 none;
    font-weight: 500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 15px 19px 0 0;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    width: 160px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.2s ease-in-out, background 0.3s ease-in-out;
}

.animate {
    background: repeating-linear-gradient( -45deg, #ff8c00, #ff8c00 10px, #e67e22 10px, #e67e22 18px );
    background-size: 50px 50px;
    animation: moveStripes 1.5s linear infinite;
}
@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.btnSearchFlight-animate:active {
    transform: scale(0.95);
}



.btnSearchFlight:hover {
    text-decoration: none;
    color: #ffffff;
}

    h1 img {
        width: 30px;
        height: 30px;
    }

    .inputHolder > span {
        display: block;
        font-family: 'opensans-semibold_0';
        margin: 0 0 5px;
        font-size: 14px;
    }

        .inputHolder > span em {
            font-family: 'opensans-regular_0';
            font-size: 11px;
            font-style: normal;
        }

    .xs-mt-10 {
        margin: 0;
    }

    .btnSearchFlight {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    @media only screen and (max-width: 1120px) {
        #pageContent .leftHolder {
            margin: 0 auto 20px;
            max-width: 600px;
            padding: 20px 20px 50px;
        }

        #pageContent .rightHolder {
            max-width: 600px;
            min-height: 0;
            padding: 20px 20px 1px;
            position: relative;
            right: 0;
            text-align: left;
            margin: 30px auto 0;
            top: 0;
        }
    }

    .LeftHolderBox .inputHolder {
        background-color: white;
        border-radius: 5px;
    }

    @media only screen and (max-width: 530px) {
        .inputHolder {
            float: none;
            width: auto;
        }

            .inputHolder > span em {
                display: none;
            }

        #pageContent .leftHolder {
            max-width: none;
        }

        .inputHolder .inputBox {
            margin: 0;
        }

        .radioBtnHolder span {
            display: inline;
            padding: 0 6px 10px 0;
        }

        .radioBtnHolder label {
            font-size: 12px;
            padding: 0;
        }

        .btnSearchFlight {
            display: block;
            margin: 15px 0 0;
        }
    }

    .InputsNoramlFont {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 0.7em;
    }

    @media (max-width: 325px) {
        .InputsNoramlFont {
            font-family: Arial, Helvetica, sans-serif !important;
            font-size: 0.6em;
        }
    }

    .InputsFont {
        font-family: Arial, Helvetica, sans-serif !important;
    }

    #pageContent .BannerImg {
        position: absolute;
        z-index: -1;
        -webkit-filter: brightness(80%);
        width: 100%;
        min-height: 630px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #SearchTitle {
        padding-bottom: 15px;
    }

        #SearchTitle h1 {
            text-align: center;
            color: white;
        }

    .radioBtnHolder > input[type="radio"] {
        margin: 4px 7px 0 !important;
        vertical-align: middle;
        width: 20px;
        height: 14px;
    }

    .boxed {
        color: #fff;
        padding: 2rem;
        text-align: left;
        line-height: 200%;
        margin-top: 90px;
        display: block;
    }

    @media only screen and (max-width: 768px) {
        .boxed {
            display: none;
        }
    }

    .LeftHolderBox {
        background-color: #012142;
        padding: 1.2rem;
        text-align: left;
    }

    @media only screen and (max-width: 768px) {
        .LeftHolderBox {
            background-color: #012142;
            padding: 1rem;
            text-align: left;
        }
    }

    .LeftHolderBox .row {
        margin-bottom: 10px;
    }

    .form-control {
        height: 40px !important;
        color: #2c83b6 !important;
        font-weight: bold !important;
    }



    .input-group {
        height: 40px !important;
        margin-bottom: 20px !important;
    }



    .form-control.suggestion.showError {
        border: red solid 2px !important;
    }

    #CheckMoreDates {
        height: 30px;
        width: 30px;
        vertical-align: middle;
    }

    #MoreDateLabel {
        color: white;
        font-size: initial;
    }

    #BoxedContentStyle {
        font-size: 25px;
        align-content: center;
        white-space: nowrap;
    }

    #BottomContext {
        display: none;
    }



    @media only screen and (min-device-width: 768px) and (max-device-width: 1214px) {
        #BoxedContext {
            display: none;
        }

        #BottomContext {
            background: #004aad;
            color: #fff;
            padding: 1rem;
            text-align: center;
            display: block;
        }
    }

    @media only screen and (max-device-width: 767px) {
        .xs-mt-10 {
            margin-top: 15px;
        }

        #BoxedContext {
            display: none;
        }

        #pageContent .leftHolder {
            display: unset !important
        }

        #DivCenter {
            margin: 0;
            margin-top: -30px;
            margin-bottom: -17px;
        }

        .BannerImg {
            display: none;
        }

        #BottomContext {
            background: #362DA0;
            color: #fff;
            padding: 1rem;
            text-align: center;
            display: block;
        }
    }

    img {
        border: none;
        margin: 0;
    }

    input {
        margin: 0;
        padding: 0;
    }

        input:focus {
            outline: none;
        }

        input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    .clearFix {
        clear: both;
        font-size: 0em;
        line-height: 0px;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .airport-item:hover, .airport-item:active {
        background-color: rgba(220, 220, 220, 0.5);
    }

    span.delete-airport {
        float: right;
        color: gray;
    }

        span.delete-airport:hover {
            color: #ff0000;
        }

    .route {
        opacity: 1;
        transform: translateY(20px);
        transition: all 0.3s ease;
    }

        .route.show {
            opacity: 1;
            transform: translateY(0);
        }

        .route.removing {
            opacity: 0;
            transform: translateY(-20px);
            transition: all 0.3s ease;
        }


    #trip_, #trip_0 {
        position: relative;
        z-index: 1;
    }


    #trip_1, #trip_2, #trip_3, #trip_4 {
        display: none;
        position: relative;
        z-index: 1;
    }


    .error-message {
        align-items: center;
        max-width: 400px;
        margin: auto;
        margin-top: 5px;
        padding: 5px 10px;
        background-color: #f8d7da;
        color: #842029;
        border: 1px solid #f5c2c7;
        border-radius: 4px;
        font-size: 14px;
        position: relative;
        animation: fadeIn 0.3s ease-in-out;
    }

        .error-message i {
            margin-right: 5px;
            color: #d9534f;
        }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .show-error {
        display: flex;
        margin-bottom: 10px !important;
    }

    .appheading {
        font-weight: 100;
    }

    .offercode {
        font-size: 18px;
        font-weight: 100;
    }

    .offersdescription {
        font-size: 42px;
    }

    .termndcondi {
        font-size: 10px;
        position: relative;
        top: 50px;
    }

    .cards-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .card-item {
        flex: 1 1 calc(50% - 20px); /* 2 cards per row on desktop */
    }

    /* Mobile: Force a single row with horizontal scrolling */
    @media (max-width: 767px) {
        .cards-container {
            flex-wrap: nowrap; /* Prevents wrapping */
            overflow-x: auto; /* Enables horizontal scrolling */
            gap: 30px;
            padding-bottom: 10px;
        }

        .card-item {
            flex: 0 0 auto; /* Prevents shrinking */
            width: 80%; /* Adjust width of each card in the scroll */
        }
    }

.counter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 45px;
}
@media only screen and (max-width: 768px) {
    .counter-container {
       top: 0px;
    }
    }

.deals{
    padding-top: 40px;
}
@media only screen and (max-width: 768px) {
    .deals {
        padding-top: 20px;
    }
}


    .travelertrust {
        font-size: 40px;
        font-weight: bold;
        color: #2854a3;
        margin-top: -40px;
    }

    @media only screen and (max-width: 768px) {
        .travelertrust {
            font-size: 30px;
        }
    }

    .counter-box {
        font-size: 50px;
        font-weight: bold;
        color: #ff7a00;
        margin-bottom: 5px;
    }

    .wemade {
        display: none;
    }


    @media only screen and (max-width: 768px) {
        .wemade {
            justify-content: center;
            display: flex;
        }
    }

    .ui-datepicker {
        width: 750px !important;
        overflow: hidden;
        padding: 10px 0 !important;
        border-radius: 4px !important;
        box-shadow: 0 7px 15px rgba(0, 0, 0, .25);
        border-color: #ededed !important;
        background: #fff !important;
        /*    top:410px !important;*/
        z-index: 999999 !important;
    }



    @media screen and (max-width: 768px) {
        .ui-datepicker {
            width: 100% !important;
            height: 100vh;
            top: 0px !important;
            left: 0px !important;
            overflow-y: auto;
            z-index: 999999 !important;
        }


        #calendar-container {
            width: 100% !important;
            height: 100% !important;
            top: 0px !important;
            left: 0px !important;
            overflow-y: auto;
            position: fixed !important;
            z-index: 99999;
        }

        .ui-datepicker-group {
            display: block !important;
            width: 100% !important;
        }

        .ui-datepicker-group-middle,
        .ui-datepicker-group-last {
            margin-top: 10px;
        }

        .ui-datepicker-header {
            text-align: center;
        }
    }

    .ui-datepicker-group {
        display: block !important;
        width: 100% !important;
    }



    .ui-datepicker-header {
        text-align: center !important;
    }


    .ui-widget.ui-widget-content {
        border: none !important;
    }


    .ui-datepicker .ui-datepicker-header {
        background-color: #fff !important;
        top: -8px !important;
    }

    .ui-widget-header {
        border: none !important;
    }

    .ui-datepicker-header {
        background-color: #fff !important;
        color: black !important;
    }



    .ui-datepicker td span,
    .ui-datepicker td a {
        display: block;
        padding: .2em !important;
        text-align: center !important;
        text-decoration: none !important;
    }

    /* Style the calendar days */
    .ui-datepicker-calendar td {
        padding: 10px !important;
        background: #fafafa !important;
        border: 2px solid #fff !important;
    }

        .ui-datepicker-calendar td:hover {
            background-color: #e9f8fe !important;
        }

    .ui-state-default,
    .ui-widget-content .ui-state-default {
        border: #fff !important;
        background: none !important;
        font-weight: normal;
        color: #454545 !important;
        width: 25px;
        font-weight: bold;
    }
    /* Style for today's date */
    .ui-datepicker .ui-state-today {
        position: relative !important;
    }

        .ui-datepicker .ui-state-today:hover::after {
            content: "Today";
            position: absolute !important;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
            background: #aeaeae !important;
            color: #fff;
            padding: 5px 10px !important;
            border-radius: 4px !important;
            font-size: 12px !important;
            white-space: nowrap;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }

        .ui-datepicker .ui-state-today:hover::before {
            content: "" !important;
            position: absolute;
            top: -10px !important;
            left: 50% !important;
            transform: translateX(-50%);
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #aeaeae transparent;
            z-index: 1;
        }



    .ui-datepicker .selected-start {
        background-color: #008cff !important;
        color: white !important;
    }

    .ui-datepicker .selected-multicity {
        background-color: #11b3f1 !important;
        color: white !important;
    }




    .ui-datepicker .selected-end {
        background-color: #008cff !important;
        /* Darker blue for end */
        color: white !important;
    }

    td.ui-datepicker-week-end.selected-start a.ui-state-default {
        color: white !important;
    }

    .ui-state-active,
    .ui-widget-content .ui-widget-header a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        background-color: #11b3f1 !important;
    }


    .ui-datepicker .selected-range {
        background-color: #e9f8fe !important;
        color: #59caf5 !important;
    }

    /* Hover effect for all days */
    .ui-datepicker td:hover {
        background-color: #e9f8fe !important;
        color: #59caf5 !important;
        cursor: pointer;
    }

    .selected-start-end {
        background-color: #11b3f1 !important;
        color: white !important;
    }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 50% !important;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        background: #f6f6f6;
        font-weight: bold !important;
        color: black !important;
    }

    .ui-datepicker .ui-datepicker-title {
        font-size: 16px !important;
    }

    a.ui-state-default.ui-state-active {
        color: white !important;
    }

    .ui-widget-header {
        color: black !important;
    }

    .ui-datepicker thead th:nth-child(1),
    .ui-datepicker thead th:nth-child(2),
    .ui-datepicker thead th:nth-child(3),
    .ui-datepicker thead th:nth-child(4),
    .ui-datepicker thead th:nth-child(5),
    .ui-datepicker thead th:nth-child(6),
    .ui-datepicker thead th:nth-child(7) {
        color: black !important;
        font-weight: bold; /* Optional: makes them stand out more */
    }

    #calendar-container {
        position: absolute;
        z-index: 99999 !important;
    }

    .form-picker {
        color: #2c83b6 !important;
        font-weight: bold !important;
        border: none;
        width: 100%;
    }