body {
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, 'Open Sans', sans-serif;
}

a:hover {
    color: #fff;
}



.newPP {
    display: none !important;
}

.remove {
    display: none;
}

.add {
    display: block;
}

.noscroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.aboutBox {
    background: #ffffff;
    /*  color: #ffffff87;*/
}

/*11-8-25*/
:root {
    --electric: #0c5178;
    --ink: #0f223f;
    --muted: #5e7194;
    --bg: #f7faff;
    --card: #ffffff;
    --line: #e1eaff;
    --navy: #102542;
}


/*desktop view*/


#genericBannerCntr {
    position: relative;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /* background-color: #001837; */
}

.change-cancel-card {
    padding: 18px 12px 10px;
    background: linear-gradient(180deg, #f9fbff, #ffffff);
    margin-top: 0;
    display: block;
    justify-content: space-between;
    width: 50%;
    float: left;
}

.headline-card {
    background: var(--electric);
    color: #fff;
    border-radius: 18px 18px 0 0;
    padding: 50px 50px 5px;
    /* box-shadow: 0 18px 40px rgba(30, 82, 253, .28); */
    width: 100%;
}

    .headline-card h1 {
        margin: 0 0 6px;
        font-size: 36px;
        line-height: 1.08;
        font-weight: 900;
    }

.btn-call {
    background: var(--electric);
    color: #fff;
    box-shadow: none;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 26%);
    font-size: 32px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0px 0 50px 45px;
    border-radius: 0 0 18px 18px;
    font-weight: 900;
    border: 0;
}

.cta-btn p {
    margin: 10px 0 0 10px;
}

ul.trust-visit {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    margin: 70px 0 4px;
    padding: 10px;
    list-style: none;
    width: 100%;
    flex-direction: row;
    background: transparent;
    white-space: pre;
}

    ul.trust-visit li {
        color: #183155;
        background: #f1f6ff;
        border: 1px solid var(--line);
        box-shadow: 0 6px 14px rgba(18, 49, 108, .06);
        display: flex;
        align-items: center;
        gap: 0;
        padding: 10px 8px;
        border-radius: 999px;
        font-size: 12px;
    }

.second-clock {
    padding: 20px 40px;
    width: 50%;
    float: left;
    background: #f1f6ff;
    margin-top: 20px;
    border-radius: 5px;
}

.service-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px 12px;
    box-shadow: 0 6px 16px rgba(18, 49, 108, .06);
    margin-bottom: 10px;
}

.how-works {
    padding: 10px 12px;
    width: 100%;
    float: left;
}

.steps {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.step {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 12px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    box-shadow: 0 6px 16px rgba(18, 49, 108, .06);
    width: 33%;
}

.faq-title {
    padding: 10px 12px 0;
    font-weight: 900;
    color: #1c2c4a;
    font-size: 16px;
}

.faqBox ul li .faqhead {
    font-weight: 900;
    font-size: 16px;
}

.faqBox ul li {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px;
    margin: 8px 0;
}

    .faqBox ul li .faqcontent {
        font-size: 13px;
        padding-top: 12px;
    }

    .faqBox ul li .faqhead:after {
        content: url(/images/down-arrow-svgrepo-com.svg) !important;
        top: 2px;
        position: absolute;
        left: -10px;
        /* width: 10px; */
        /* display: inline-block; */
        /* text-align: center; */
        /* height: 20px; */
        /* line-height: 19px; */
        border: none;
        transform: rotate(270deg);
    }

    .faqBox ul li .faqhead.active:after {
        content: url(/images/down-arrow-svgrepo-com.svg);
        transform: none;
    }

    .faqBox ul li .faqhead {
        font-size: 16px;
        padding-left: 15px;
    }

.faqcontent p {
    margin: 8px 0 0;
    font-size: 13px;
    color: #44526a;
    font-weight: 400;
}

.service-btn strong {
    display: block;
    font-size: 16px;
    color: #000;
}

.service-btn span {
    color: #5e7194;
    font-size: 12px;
}

ul.trust-visit li {
    color: #183155;
    background: #f1f6ff;
    border: 1px solid var(--line);
    box-shadow: 0 6px 14px rgba(18, 49, 108, .06);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 8px;
    border-radius: 999px;
    font-size: 14px;
}

    ul.trust-visit li span.icons {
        width: 22px;
        height: 22px;
        border-radius: 999px;
        background: linear-gradient(180deg, #fff, #e9f1ff);
        box-shadow: inset 0 0 0 2px #d1e2ff;
        display: grid;
        place-items: center;
        font-size: 14px;
    }

.steps {
    display: flex;
    gap: 10px;
}

.step {
    width: 100%;
}

    .step b {
        background: linear-gradient(90deg, #f2a319, #ffd07e) !important;
        color: #04213e;
        min-width: 28px;
        height: 28px;
        border-radius: 10px;
        display: grid;
        place-items: center;
        font-weight: 900;
    }

    .step h3 {
        margin: 0 0 2px;
        font-size: 14px;
        font-weight: 700;
    }

    .step p {
        margin: 0;
        font-size: 12px;
        color: #44526a;
    }

.call-Cta {
    display: none;
}

a.service-btn {
    text-decoration: none;
}

.stickyFooter {
    display: none;
}

.quick_links {
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

    .quick_links ul {
        list-style: none;
        /* display: flex; */
        /* white-space: pre; */
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        column-gap: 30px;
        justify-content: space-between;
        row-gap: 8px;
        /* margin: 5px 0; */
    }

        .quick_links ul li {
            line-height: 20px;
            width: 25%;
            float: left;
        }

            .quick_links ul li a {
                color: #000;
                font-size: 12px;
                font-weight: 500;
                text-decoration: underline;
            }

.new_booking a {
    color: #1e52fd;
    text-decoration: underline;
}

    .new_booking a:hover {
        color: #000;
    }

.new_booking {
    padding: 10px;
    font-size: 12px;
}

.headline-card p a {
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
}

.faq-title {
    padding: 10px 12px 0;
    font-weight: 900;
    color: #1c2c4a;
    font-size: 16px;
}

.faqBox ul li .faqhead {
    font-weight: 900 !important;
    font-size: 16px !important;
}

.faqBox ul li {
    background: var(--card);
    border: 1px solid var(--line) !important;
    border-radius: 14px !important;
    padding: 12px !important;
    margin: 8px 0;
}

    .faqBox ul li .faqcontent {
        font-size: 13px;
        padding-top: 12px;
    }

    .faqBox ul li .faqhead:after {
        content: url(/images/down-arrow-svgrepo-com.svg) !important;
        top: 2px !important;
        position: absolute !important;
        left: 0px !important;
        width: 10px !important;
        display: inline-block !important;
        text-align: center !important;
        height: 20px !important;
        line-height: 19px !important;
        border: none !important;
        transform: rotate(270deg);
    }

    .faqBox ul li .faqhead.active:after {
        content: url(/images/down-arrow-svgrepo-com.svg);
        transform: none;
    }

    .faqBox ul li .faqhead {
        font-size: 16px !important;
        padding-left: 15px;
    }

.faqcontent p {
    margin: 8px 0 0;
    font-size: 13px;
    color: #44526a;
    font-weight: 400;
}

@media (max-width: 767px) {
    .quick_links ul li {
        line-height: 20px;
        width: 50%;
        float: left;
    }

    #mobileSearchCntr.mobile_searchCntrHome {
        background: transparent;
    }

    .new_booking {
        padding: 10px;
        /* border: 1px solid #0000002e; */
        display: block;
        position: relative;
        float: left;
        margin: 20px;
        border-radius: 6px;
        background: #f5f5f5;
        color: #5e7194;
        font-size: 12px;
        line-height: 20px;
    }

    .second-clock {
        width: 100%;
        padding: 0px 20px 0 20px;
        background: transparent;
    }

    .steps {
        display: grid;
        gap: 10px;
        justify-content: normal;
    }

    .change-cancel-card {
        width: 100%;
        padding: 18px 12px 10px;
        background: linear-gradient(180deg, #f9fbff, #ffffff);
        margin-top: 60px;
    }

    .headline-card {
        background: var(--electric);
        color: #fff;
        border-radius: 18px;
        padding: 18px 10px 14px;
        box-shadow: 0 18px 40px rgba(30, 82, 253, .28);
    }

        .headline-card h1 {
            margin: 0 0 6px;
            font-size: 22px;
            line-height: 1.08;
            font-weight: 900;
        }

        .headline-card p {
            margin: 5px 0;
            font-size: 14px;
        }

    .cta-btn {
        display: grid;
        gap: 10px;
        margin-top: 12px;
    }

        .cta-btn p {
            font-size: 12px;
            color: #3e506d;
        }

    .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 18px;
        border-radius: 16px;
        font-weight: 900;
        border: 0;
        font-size: 16px;
    }

    .btn-call {
        background: var(--electric);
        color: #fff;
        box-shadow: 1px 2px 9px 0px rgb(0 0 0 / 54%);
        text-shadow: 2px 2px 0px rgb(0 0 0 / 26%);
    }

    ul.trust-visit {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 12px 0 4px;
        padding: 0 2px;
        list-style: none;
    }

        ul.trust-visit li {
            color: #183155;
            background: #f1f6ff;
            border: 1px solid var(--line);
            box-shadow: 0 6px 14px rgba(18, 49, 108, .06);
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 10px 8px;
            border-radius: 999px;
            font-size: 14px;
        }

    econd-clock {
        padding: 10px 12px;
    }

    .service-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        background: var(--card);
        border: 1px solid var(--line);
        border-radius: 16px;
        padding: 14px 12px;
        box-shadow: 0 6px 16px rgba(18, 49, 108, .06);
        margin-bottom: 10px;
    }

    .call-Cta {
        display: block;
        font-weight: 900;
        color: var(--electric);
    }

    .service-btn strong {
        display: block;
        font-size: 16px;
        color: #000;
    }

    .service-btn span {
        color: #5e7194;
        font-size: 12px;
    }

    .how-works {
        padding: 10px 12px;
    }



    /*form css*/
    #mobileSearchCntr.mobile_searchCntrHome {
        background: linear-gradient(180deg, #0d1a36, #0a152b);
        /* background: #ffb5a9; */
        color: #fff;
        padding: 0;
        margin: 12px;
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 20px;
        float: left;
        width: 95%;
    }

    .tripType.inputSet label input[type=radio]:checked ~ span {
        list-style: none;
        /* border-color: #5a78b8; */
        border: 1px solid #5a78b8;
        background: #172649;
        color: #d7e7ff;
        padding: 8px 12px;
        border-radius: 999px;
        font-weight: 800;
    }

    .tripType.inputSet label input[type=radio] ~ span {
        list-style: none;
        font-size: 12px;
        border: 1px solid rgba(255, 255, 255, .2);
        background: rgba(255, 255, 255, .06);
        color: #d7e7ff;
        padding: 8px 12px;
        border-radius: 999px;
        font-weight: 800;
    }

    #mobileSearchCntr .top_row {
        margin-bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #mobileSearchCntr .inputField {
        width: 100%;
        margin-top: 0px;
        padding: 10px 0 14px 45px !important;
        font-size: 14px;
        border: none;
        border-radius: 14px;
        font-weight: 300;
        outline: none;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .18);
        background: rgb(15 30 58 / 54%) !important;
        color: #eaf3ff;
        margin: 0;
    }

    #mobileSearchCntr .label {
        background: transparent;
    }

    #mobileSearchCntr .box-shadow {
        background: transparent;
    }

    #depD_text br {
        display: none;
    }

    #retD_text br {
        display: none;
    }

    #mobileSearchCntr .icons {
        position: absolute;
        left: 10px;
        top: 0;
        display: block;
        pointer-events: none;
        font-size: 20px;
        color: #85939b !important;
    }

    #mobileSearchCntr .mobilesearchButton {
        font-size: 13px;
        text-align: center;
        cursor: pointer;
        outline: none;
        margin: 0 auto;
        position: relative;
        background: transparent;
        color: #eaf3ff;
        border: 1px solid rgba(255, 255, 255, .35);
        padding: 12px;
        border-radius: 12px;
        font-weight: 800;
        width: 100%;
        left: 0;
        transform: none;
    }

    .inline-cta {
        display: flex;
        gap: 10px;
        align-items: center;
        margin: 12px 0 12px 0;
    }

    .muter {
        color: #9fb3d9;
        font-size: 12px;
    }

    .inline-cta .btn-call {
        flex: 1;
    }

    .fixedCta .btn-call {
        box-shadow: none;
    }

    .cta-btn a {
        font-size: 16px;
    }

        .cta-btn a:hover {
            color: #fff;
        }

    .fixedCta {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        top: 62vh;
        z-index: 2;
        display: flex;
        align-items: center;
        background: var(--electric);
        color: #fff;
        padding: 12px 18px;
        border-radius: 999px;
        box-shadow: 0 22px 54px rgba(30, 82, 253, .35);
        max-width: 250px;
        width: 100%;
    }

    #mobileSearchCntr .icons.exchange {
        position: absolute !important;
        display: block !important;
        pointer-events: all !important;
        top: 36px !important;
        border-radius: 5px !important;
        background: #f2a319 !important;
        padding: 0px 0px 7px 0px !important;
        font-size: 15px !important;
        text-align: center !important;
        width: 35px !important;
        border: none !important;
        color: #000000 !important;
        margin-top: 1px !important;
        font-weight: 900;
        left: 80% !important;
        height: 35px !important;
        line-height: 35px !important;
        z-index: 1 !important;
    }

    .headerTop {
        position: fixed;
        top: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 8px;
        background: #f4f4f4;
        color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        backdrop-filter: saturate(120%) blur(6px);
        width: 100%;
    }

    .fixedCta .btn-call:hover {
        color: #e3e1e1;
        text-decoration: none;
    }

    .top_row {
        color: #2D174D;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0 0 12px 15px;
        white-space: nowrap;
        margin: 0px -12px;
    }

    .logo-head img {
        width: 35px;
    }

    .logo-head {
        display: flex;
        align-items: center;
        gap: 0;
        font-weight: 900;
        letter-spacing: .2px;
        width: 50%;
        float: left;
    }

    .call-top {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        border-radius: 999px;
        background: #f2a319;
        color: #fff;
        font-weight: 900;
        box-shadow: 0 12px 28px rgba(30, 82, 253, .32);
        float: right;
        margin: 0;
    }

    .logo-head img {
        /* width: 50px !important; */
        width: 110px;
        /* height: 35px; */
        border-radius: 9px;
        object-fit: cover;
        /* box-shadow: 0 6px 14px rgba(0, 0, 0, .25); */
        /* background: #fff; */
        padding: 3px;
    }

    .stickyFooter {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        /* background: #f2a319; */
        padding: 10px;
        padding-bottom: max(12px, env(safe-area-inset-bottom));
        /* box-shadow: 0 -22px 44px rgba(0, 0, 0, .2); */
        display: block;
    }

        .stickyFooter a {
            font-size: 18px;
            border: 1px solid #877e7e;
            background: #0c5178;
        }

            .stickyFooter a svg {
                width: 20px
            }

            .stickyFooter a:hover {
                color: #fff;
            }

    a:hover {
        color: #fff;
    }

    .full-screen-modal {
        position: fixed;
        top: 0;
        left: 100%;
        height: 100%;
        width: 100vw;
        background: #fff;
        z-index: 9;
        will-change: transform;
        transition: transform 0.3s ease;
    }

    .contentBox {
        padding: 0px 5px !important;
    }

    #mobileSearchCntr .widget-seg.searchData {
        background: transparent !important;
    }

    #mobileSearchCntr .box-shadow {
        background: transparent;
    }


    /*form css*/
    #mobileSearchCntr.mobile_searchCntrHome {
        background: #0c5278 !important;
        color: #e2e8f0;
        border-top: 1px solid #0b12202f;
        margin: 15px 0;
        float: left;
        width: 100%;
    }

    .tripType.inputSet label input[type=radio]:checked ~ span {
        list-style: none;
        /* border-color: #5a78b8; */
        /* border: 1px solid #5a78b8 !important; */
        background: #f2a319 !important;
        color: #021635 !important;
        padding: 8px 12px;
        border-radius: 999px;
        font-weight: normal;
        font-size: 14px;
    }

    .tripType.inputSet label input[type=radio] ~ span {
        list-style: none;
        font-size: 14px;
        font-weight: normal;
        padding: 8px 12px;
        border-radius: 999px;
        background: #0f1a2d !important;
        border: 1px solid #24334b !important;
        color: #e2e8f0 !important;
    }

    #mobileSearchCntr .top_row {
        margin-bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 0;
    }

    #mobileSearchCntr .inputField {
        width: 100% !important;
        margin-top: 0px !important;
        padding: 10px 0 14px 45px !important;
        font-size: 14px !important;
        border: none;
        border-radius: 14px !important;
        font-weight: 300 !important;
        outline: none !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
        border: 1px solid rgba(255, 255, 255, .18) !important;
        background: rgb(15 30 58 / 54%);
        color: #f7f7f7 !important;
        margin: 0;
    }

        #mobileSearchCntr .inputField span {
            font-size: 16px !Important;
        }

    .new-date {
        display: block !important;
        color: #e9e9e9 !important;
        width: 100% !important;
        margin-top: -61px !important;
        padding: 20px 10px 10px 40px !important;
        font-size: 16px !important;
        font-weight: 400 !important;
    }

        .new-date br {
            display: none;
        }

    #mobileSearchCntr .widget-seg.searchData {
        transparent !important;
        margin: 0;
    }

    #mobileSearchCntr .row.date-fields {
        border-radius: 0 0 8px 8px;
        border-top: none !important;
        margin: auto !important;
    }

    #mobileSearchCntr .label.brd:after {
        content: "";
        height: 41px;
        width: 1px;
        background: transparent !important;
        display: block;
        position: absolute;
        left: 0px;
        top: 5px;
    }

    #mobileSearchCntr .label {
        /* background: transparent; */
        margin: 2px 0 !important;
    }

    #mobileSearchCntr .box-shadow {
        background: transparent;
        margin-bottom: 0;
    }

    .box-shadow.traveler_action.p-0 {
        margin-top: 5px;
    }

    div#mobile_calendar_rt .label {
        width: 100%;
        /* display: flex; */
        background: rgb(15 30 58 / 54%) !important;
        margin: 5px 0 !important;
        border: 1px solid rgba(255, 255, 255, .18) !important;
        border-radius: 12px;
    }

        div#mobile_calendar_rt .label input {
            width: 100%;
            color: #fff;
        }

    #depD_text br {
        display: none;
    }

    #retD_text br {
        display: none;
    }

    #mobileSearchCntr .icons {
        position: absolute !important;
        left: 10px !important;
        top: 0 !important;
        display: block !important;
        pointer-events: none !important;
        font-size: 20px !important;
        color: #85939b !important;
    }

    #mobileSearchCntr .i-origin:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 50px;
        border-left: none !important;
        z-index: 9;
        left: 10.3%;
        top: 43px;
    }

    #mobileSearchCntr .mobilesearchButton {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 10px 0;
        border-radius: 12px;
        font-weight: 800;
        padding: 12px 14px;
        background: linear-gradient(90deg, #f2a319, #c08a2a) !important;
        color: #052012;
        font-size: 14px;
    }

    .top_row {
        color: #2D174D;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0 0 0 15px;
        white-space: nowrap;
        margin: 0px -12px;
    }

    #mobileSearchCntr .box-shadow {
        float: left;
        width: 100%;
        border-radius: 5px;
        /* margin-bottom: 12px; */
        background: transparent !important;
    }

    .box-shadow.single .label.cursor {
        background: #0b2740 !important;
        width: 100% !important;
        border: 1px solid rgba(255, 255, 255, .18);
        background: #0f1e3a;
        border-radius: 14px;
    }

    #mobileSearchCntr .hr-line {
        width: 79%;
        height: 1px;
        background: #c4c6ce;
        position: relative;
        top: 67px;
        display: none;
        margin: 0 auto;
    }

    header.headerCntr {
        display: none;
    }

    ul.tripType.inputSet {
        margin: 0;
    }
}
