.remove {
    display: none;
}

.add {
    display: block;
}

.noscroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.aboutBox {
    background: #ffffff;
    /*  color: #ffffff87;*/
}

header.headerCntr {
    display: block;
}

.footerCntr .footer__linkBox {
    background: #260e3e;
    /* background: #939495; */
    width: 100%;
    padding: 35px 0 20px 0;
    float: left;
}

/*11-8-25*/
:root {
    --ink: #0f172a;
    /* charcoal */
    --ink-2: #1f2937;
    /* slate */
    --bg: #f6f7fb;
    /* soft light */
    --brand: #0ea5e9;
    /* sky */
    --brand-deep: #0369a1;
    /* deep sky */
    --accent: #f59e0b;
    /* amber */
    --ok: #10b981;
    /* emerald */
    --muted: #64748b;
    /* slate-500 */
    --card: #ffffff;
    --ring: rgba(14,165,233,.35);
}

body {
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, 'Open Sans', sans-serif;
}

a:hover {
    color: #fff;
}


/*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: #071322;
    margin-top: 0;
    display: block;
    justify-content: space-between;
    width: 50%;
    float: left;
    position: relative;
    margin-top: 50px;
}

    .change-cancel-card:before {
        content: "";
        position: absolute;
        inset: 0;
        background: url(https://images.unsplash.com/photo-1504196606672-aef5c9cefc92?auto=format&fit=crop&w=1600&q=80) center / cover no-repeat;
        opacity: .24;
    }

.first_block {
    position: relative;
    padding: 0;
}

.headline-card {
    background: var(--electric);
    color: #fff;
    border-radius: 18px 18px 0 0;
    padding: 20px 10px 5px;
    /* box-shadow: 0 18px 40px rgba(30, 82, 253, .28); */
    width: 100%;
}

.bigcall .btn-call {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
    border-radius: 14px;
    padding: 14px 16px;
    background: linear-gradient(90deg, #1fb6ff, #0ea5e9 60%, #0284c7);
    color: #062031;
    box-shadow: 0 18px 45px -20px #1fb6ff80, inset 0 -2px 0 #ffffff3a;
    font-size: 32px;
}

a.btn.btn-call svg {
    width: 52px;
    margin-right: 10px;
}

ul.trust-visit {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 18px;
}

.bigcall {
    display: flex;
    gap: 10px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #ffe2a8;
}

ul.trust-visit li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #102135;
    border: 1px solid #18324a;
    color: #cce9ff;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: normal;
}

.headline-card h1 {
    margin: 0 0 6px;
    font-size: 36px;
    line-height: 1.08;
    font-weight: 900;
}


.cta-btn p {
    margin: 10px 0 0 10px;
}




.second-clock {
    padding: 20px 40px;
    width: 50%;
    float: left;
    background: #f1f6ff;
    margin-top: 20px;
    border-radius: 5px;
    margin-top: 100px;
}

.service-btn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    background: var(--card);
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 14px 12px;
    box-shadow: 0 6px 20px -18px #0b1220;
    margin-bottom: 10px;
    flex-direction: column;
}

.how-works {
    padding: 10px 12px;
    width: 100%;
    float: left;
}

.steps {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.step {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px;
    width: 33%;
    box-shadow: 0 6px 20px -18px #0b1220;
    border: 1px solid #dad6d6;
    border-radius: 15px;
}

.faq-title {
    padding: 10px 12px 0;
    font-weight: 700;
    color: #000000;
    margin: 6px 0 12px;
    font-size: 22px;
}

.faqBox ul li .faqhead {
}

.faqBox ul li {
    margin: 8px 0;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 14px;
    padding: 10px 12px;
}

    .faqBox ul li .faqcontent {
        font-size: 13px;
        padding-top: 12px;
    }

    .faqBox ul li .faqhead:after {
        content: url(/images/down-arrow-svgrepo-com.svg);
        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: 0;
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 700;
    }

.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 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 {
        width: 28px;
        height: 28px;
        border-radius: 9px;
        background: linear-gradient(135deg, var(--brand), #22d3ee);
        color: #042436;
        display: grid;
        place-items: center;
        font-weight: 800;
    }

    .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;
}

@media (max-width: 767px) {

    .second-clock {
        width: 100%;
        padding: 0px 20px 0 20px;
        background: transparent;
        margin-top: 20px;
    }

    .steps {
        display: grid;
        gap: 10px;
        justify-content: normal;
    }
    .step{
        border:none;
        box-shadow:none;
    }

    .change-cancel-card {
        width: 100%;
        padding: 0;
        margin-top: 60px;
        position: relative;
        overflow: hidden;
        background: #071322;
        color: #fff;
    }

        .change-cancel-card:before {
            content: "";
            position: absolute;
            inset: 0;
            background: url(https://images.unsplash.com/photo-1504196606672-aef5c9cefc92?auto=format&fit=crop&w=1600&q=80) center / cover no-repeat;
            opacity: .24;
        }

    .headline-card {
        color: #fff;
        border-radius: 18px;
        padding: 0;
    }

        .headline-card h1 {
            margin: 6px 0 10px;
            font-size: 26px;
            line-height: 1.08;
            font-weight: 900;
        }

        .headline-card p {
            margin: 0;
            color: #cbd5e1;
            margin-bottom: 16px;
        }

    .cta-btn {
        display: grid;
        gap: 10px;
        margin-top: 12px;
    }

    .bigcall {
        display: flex;
        gap: 10px;
    }

    .cta-btn p {
        font-size: 12px;
        color: #3e506d;
    }


    .bigcall .btn-call {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-weight: 800;
        border-radius: 14px;
        padding: 14px 16px;
        background: linear-gradient(90deg, #1fb6ff, #0ea5e9 60%, #0284c7);
        color: #062031;
        box-shadow: 0 18px 45px -20px #1fb6ff80, inset 0 -2px 0 #ffffff3a;
        font-size: 18px;
    }

    .rating {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 10px;
        color: #ffe2a8;
    }

    ul.trust-visit {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 10px 0 18px;
    }

        ul.trust-visit li {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #102135;
            border: 1px solid #18324a;
            color: #cce9ff;
            border-radius: 999px;
            padding: 8px 12px;
            font-size: 14px;
            line-height: normal;
        }

    econd-clock {
        padding: 10px 12px;
    }

    .service-btn {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        background: var(--card);
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        padding: 14px 12px;
        box-shadow: 0 6px 20px -18px #0b1220;
        margin-bottom: 10px;
        flex-direction: column;
    }

    .call-Cta {
        display: block;
        color: var(--brand-deep);
        font-weight: 700;
    }

    .service-btn strong {
        display: block;
        font-size: 16px;
        color: #000;
    }

    .service-btn span {
        color: #5e7194;
        font-size: 12px;
        text-align: left;
        display: block;
    }

    .how-works {
        padding: 10px 12px;
        background: var(--card);
        border-radius: 16px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 6px 20px -18px #0b1220;
    }



    /*form css*/
    #mobileSearchCntr.mobile_searchCntrHome {
        background: #0b1220 !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: #172649 !important;
        color: #d7e7ff;
        padding: 8px 12px;
        border-radius: 999px;
        font-weight: normal;
    }

    .tripType.inputSet label input[type=radio] ~ span {
        list-style: none;
        font-size: 16px;
        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;
    }

    #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: #0f1e3a;
        color: #f7f7f7;
        margin: 0;
    }

        #mobileSearchCntr .inputField span {
            font-size: 16px !Important;
        }

    .new-date {
        display: block;
        color: #e9e9e9;
        width: 100%;
        margin-top: -61px;
        padding: 20px 10px 10px 40px;
        font-size: 16px;
        font-weight: 400;
    }

        .new-date br {
            display: none;
        }

    #mobileSearchCntr .widget-seg.searchData {
        background: transparent;
        margin: 0;
    }

    #mobileSearchCntr .row.date-fields {
        border-radius: 0 0 8px 8px;
        border-top: none;
        margin: auto;
    }

    #mobileSearchCntr .label.brd:after {
        content: "";
        height: 41px;
        width: 1px;
        background: transparent;
        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: #0f1e3a;
        margin: 5px 0 !important;
        border: 1px solid #22324a;
        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;
        left: 10px;
        top: 0;
        display: block;
        pointer-events: none;
        font-size: 20px;
        color: #0c5178;
    }

    #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, #22c55e, #10b981);
        color: #052012;
        font-size: 14px;
    }

    .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;
        display: block;
        pointer-events: all !important;
        top: 36px;
        border-radius: 5px;
        background: #ff987d;
        padding: 0px 0px 7px 0px;
        font-size: 15px;
        text-align: center;
        width: 35px;
        border: none;
        color: #000000;
        /* margin-top: 1px; */
        font-weight: 900;
        left: 80%;
        height: 35px;
        line-height: 35px;
        z-index: 1;
    }

    .headerTop {
        position: fixed;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 12px;
        width: 100%;
        top: 0;
        z-index: 2;
        background: linear-gradient(180deg, #0b1220, #0b1220f0 70%, #0b122000);
        color: #fff;
        backdrop-filter: saturate(120%) blur(6px);
        border-bottom: 1px solid #0b12202a;
    }

    .fixedCta .btn-call:hover {
        color: #e3e1e1;
        text-decoration: none;
    }

    .top_row {
        color: #2D174D;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0 0 0 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: 40%;
        float: left;
    }

    .call-top {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: linear-gradient(90deg, var(--brand), #22c55e);
        color: #051320;
        border: none;
        border-radius: 999px;
        padding: 10px 14px;
        font-weight: 700;
        box-shadow: 0 6px 20px -6px #0ea5e980;
        transition: .2s transform, .2s box-shadow;
        float: right;
        /* width: 130px; */
        font-size: 15px;
    }

    a.call-top svg {
        width: 20px;
    }

    .logo-head img {
        width: 60%;
        /* width: 35px; */
        /* 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: 50%;
        transform: translateX(-50%);
        bottom: 14px;
        z-index: 1;
        width: clamp(260px, 92vw, 460px);
        background: linear-gradient(90deg, var(--brand), #22c55e);
        color: #062031;
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 6px 16px;
        box-shadow: 0 18px 50px -16px #0ea5e9;
    }

        .stickyFooter a {
            font-size: 18px;
            color: #062031;
            font-weight: 700;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
        }

    a.btn.btn-call svg {
        width: auto;
        margin-right: 10px;
    }

    .stickyFooter a.btn.btn-call svg {
        width: 30px;
    }

    .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: 18px 16px;
        background: #f6f7fb;
    }

    .us-based {
        font-size: 12px;
        color: var(--muted);
        text-align: left;
    }

    .first_block {
        position: relative;
        padding: 28px 16px 18px;
    }

    .card_cta {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .footerCntr .footer__copyrightBox {
        padding: 25px 0;
        font-size: 16px;
        overflow: visible;
    }

    header.headerCntr {
        display: none;
    }
.box-shadow.single .label.cursor {
    background: #0f1e3a;
    width: 100% !important;
    border: 1px solid rgba(255, 255, 255, .18);
    background: #0f1e3a;
    border-radius: 14px;
}
.box-shadow.single  input{
    width:100%;
}


}

.footerCntr .footer__copyrightBox {
    padding: 25px 0;
    font-size: 16px;
    overflow: visible;
}
