*, body {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

.customrSupportWrap_cs h1 {
    color: #0C3688;
    margin: 22px 0;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    text-align: center;
}

.minWrap_cs {
    max-width: 1364px;
    margin: 0 auto 86px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    border: 1px solid #D9D9D9
}

.leftNav_cs {
    min-width: 338px;
    max-width: 338px;
    background: #F3F8FF;
    border-radius: 10px 0px 0px 10px;
    padding: 25px;
}

    .leftNav_cs ul.nav {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .leftNav_cs ul li {
        font-size: 18px;
        color: #000;
        margin-bottom: 18px;
    }

        .leftNav_cs ul li p {
            margin: 2px 0;
        }

        .leftNav_cs ul li:first-child {
            border-top: none;
        }

        .leftNav_cs ul li a {
            display: flex;
            align-items: center;
            color: #747474;
            font-size: 20px;
            text-decoration: none;
            padding: 10px 15px;
            font-weight: 500;
            pointer-events: none;
        }

            .leftNav_cs ul li a span {
                height: 35px;
                width: 35px;
                background: #fff;
                border: 1px solid #747474;
                border-radius: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #747474;
                margin-right: 18px
            }

            .leftNav_cs ul li a.active {
                position: relative;
            }

                .leftNav_cs ul li a.active:before {
                    content: '';
                    position: absolute;
                    width: 6px;
                    height: 40px;
                    left: -25px;
                    background: #F12B00;
                    border-radius: 3px;
                    top: 14px;
                }

            .leftNav_cs ul li a.active, .leftNav_cs ul li a:hover {
                color: #262626;
                font-weight: 700;
            }

                .leftNav_cs ul li a.active span, .leftNav_cs ul li a:hover span {
                    background: #0C3688;
                    border-color: #0C3688;
                    color: #fff;
                }

            .leftNav_cs ul li a.completed {
                color: #0C3688;
                font-weight: 700;
                pointer-events: unset;
            }

                .leftNav_cs ul li a.completed span {
                    background: url(../img/checkBlue.svg) no-repeat center center #F3F8FF;
                    border-color: #0C3688;
                    text-indent: -100px;
                    overflow: hidden;
                }

        .leftNav_cs ul li.d-flex_cs {
            display: flex;
            padding: 15px 20px;
        }

            .leftNav_cs ul li.d-flex_cs .ms-3_cs {
                margin-left: 20px;
            }

.rightContent_cs {
    flex: 1;
    padding: 45px 55px;
    width: calc(100% - 338px);
    position: relative;
    min-height: 640px;
}

    .rightContent_cs .btnWrap_cs {
        display: none;
    }

    .rightContent_cs h3 {
        text-align: center;
        font-weight: 400;
        font-size: 30px;
        line-height: 41px;
        text-align: center;
        color: #18407E;
        font-family: 'Nunito', sans-serif;
        margin: 0 0 40px;
    }

.step_cs .innerTitleTab_cs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 25px 0;
}

    .step_cs .innerTitleTab_cs h4 {
        margin: 0;
        color: #000;
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        line-height: 23px;
        text-transform: uppercase;
    }

    .step_cs .innerTitleTab_cs span {
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
        line-height: 16px;
        color: #D83D46;
    }

.step_cs h6 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #18407E;
    margin: 24px 0 15px;
}

.step_cs label {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #0C3688;
    margin-bottom: 15px;
}

.vehicleTab_cs {
    display: flex;
    flex-wrap: wrap;
    max-width: 740px;
}

.vehicleCard_cs {
    padding: 16px;
    width: 130px;
    background: #F8FAFF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin: 0 15px 15px 0;
    cursor: pointer;
}

    .vehicleCard_cs img {
        max-width: 82px;
        display: block;
        margin: 0 auto 8px;
    }

    .vehicleCard_cs p {
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        color: #3A3A3A;
        margin: 0;
    }

    .vehicleCard_cs.active {
        border: 2px solid #0C3688;
        background: linear-gradient(180deg, #DDE7F5 0%, #FFFFFF 100%);
        position: relative;
        box-shadow: 0px 4px 20px 0px #00000033;
    }

        .vehicleCard_cs.active:after {
            content: '';
            height: 20px;
            width: 20px;
            position: absolute;
            top: -10px;
            left: 0;
            right: 0;
            margin: auto;
            background: url(../img/checkIco.svg) no-repeat center center #fff;
            border-radius: 30px;
        }

.inputGroup_cs {
    background: #FFFFFF;
    border: 2px solid #C6CEDA;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 20px;
    position: relative;
}

.inputGroup_cs .autocomplete-list{
    position: absolute;    
    left: -2px;
    right: -2px;
    border: 2px solid #C6CEDA;
    border-radius: 0 0 6px 6px;
    border-top: none;
    z-index: 4;
    max-height: 300px;
    overflow: auto;
	background: #fff;
    padding: 0 5px;
}
.inputGroup_cs .autocomplete-list .nudge-autocomplete-item{
	background: #deeaff;
	margin-bottom: 3px;
}
.inputGroup_cs .autocomplete-list .autocomplete-label{
	font-size: 14px;
    padding: 6px 10px;
}
.inputGroup_cs .autocomplete-list .autocomplete-label:hover{
	background: #0C3688;
    color: #fff;
}

.red_cs {
    color: #EE313C;
}

.inputGroup_cs select, .inputGroup_cs input, .inputGroup_cs textarea {
    max-width: 100%;
    display: block;
    width: 100%;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding: 0;
    border: none;
    resize: none;
}

    .inputGroup_cs input:focus, .inputGroup_cs textarea:hover {
        outline: none;
    }

.inputGroup_cs label {
    margin-bottom: 4px;
}

.flg_cs {
    display: flex;
    border-right: 1px solid #ccc;
    margin-right: 10px;
    padding-right: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #0C3688;
}

    .flg_cs img {
        margin-right: 5px;
    }

.customNav_cs {
    margin-bottom: 20px;
}

    .customNav_cs .nav-link {
        background: #F8FAFF;
        border: 1px solid #D9D9D9;
        border-radius: 5px;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        color: #000000;
        margin-right: 10px;
        padding: 11px 15px;
    }

    .vehicleCard_cs:last-child, .customNav_cs .nav-item:last-child .nav-link {
        margin-right: 0;
    }

    .customNav_cs .nav-link.active, .customNav_cs .show > .nav-link {
        background: #18407E;
        color: #fff;
        border-color: #18407E;
    }

.btnAction_cs {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    .inputGroup_cs.re90_cs font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #18407E;
    border: none;
    min-width: 163px;
    min-height: 50px;
}

    .btnAction_cs:disabled, .btnAction_cs.disabled {
        background-color: #7D8FAB;
        opacity: 1;
    }

        .btnAction_cs:disabled:hover, .btnAction_cs.disabled:hover {
            background-color: #7D8FAB;
            cursor: not-allowed;
        }

    .btnAction_cs.btnPrevious {
        margin-right: 25px;
        background-image: url('../img/leftArow.svg');
        background-repeat: no-repeat;
        background-position: 24px center;
    }

    .btnAction_cs:hover {
        background-color: #103165;
    }

    .btnAction_cs.btn-secondary {
        max-width: 111px;
        background: #fff;
        color: #18407E;
        border: 1px solid #18407E;
    }

    .btnAction_cs.btnAction_cs_min {
        height: 40px;
        min-width: 140px;
        font-size: 14px;
    }

.checkboxWrap_cs {
    margin-top: 30px;
}

    .checkboxWrap_cs .form-check {
        margin: 2px 0 0;
    }

    .checkboxWrap_cs label {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 24px;
        text-transform: none;
        color: #3A3A3A;
        margin-bottom: 0px;
    }

    .checkboxWrap_cs .form-check-input {
        border-radius: 0;
        border: 2px solid #3A3A3A;
    }

        .checkboxWrap_cs .form-check-input:checked {
            background-color: #18407E;
            border-color: #18407E;
        }

    .checkboxWrap_cs label a {
        font-family: 'Nunito';
        color: #3A3A3A;
        text-decoration: underline;
    }

.thankYouTab_cs h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    /* identical to box height */
    text-align: center;
    color: #18407E;
    margin: 80px 0 30px;
}

.thankYouTab_cs h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    text-align: center;
    color: #18407E;
    margin: 0;
}

.thankYouTab_cs p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #18407E;
    margin: 15px 0 30px;
}

.martop3 {
    margin-top: 30px;
}

.fade:not(.show) {
    height: 0px;
    display: none;
}

.mobTitle {
    display: none;
    text-align: center;
    margin: 8px 0 25px;
    font-size: 24px;
    font-weight: 700;
}

/*.btnWrap .col-md-12 {
    text-align: center;
}*/

select.form-control option {
    cursor: pointer;
}

.inputGroup_cs select, .custom-dropdown {
    background: url(../img/downPointer.svg) no-repeat 98% center #fff !important;
}

.inputGroup_cs span.text-danger {
    font-size: 12px;
}

.form-control:disabled {
    background: #fff;
}

.inputGroup_cs .autocomplete-list.auto-dropdown-list {
    border: 1px solid #ccc;
    position: absolute;
    left: 15px;
    right: 15px;
    background: #fff;
    max-height: 200px;
    z-index: 1;
    overflow: auto;
    border-radius: 4px;
}

.inputGroup_cs .form-control.custom-dropdown {
}

.inputGroup_cs .autocomplete-list .custom-select-dropdown-list-item {
    padding: 4px 10px;
    font-size: 14px;
    cursor: pointer;
}

.nudge-autocomplete-item.custom-select-dropdown-list-item:hover {
    background: #0C3688;
    color: #fff;
}

    .nudge-autocomplete-item.custom-select-dropdown-list-item:hover .text-secondary {
        color: #fff !important
    }

.inputGroup_cs button#is_showCountryCode {
    padding-right: 10px
}

button#is_showCountryCode:before {
    right: 4px;
    height: 11px;
    top: 5px;
}

.ride-captcha {
    margin-top: 10px;
}

    .ride-captcha .g-recaptcha {
        border: 2px solid #C6CEDA;
        border-radius: 6px;
        padding: 5px;
    }

a.btn.btnAction_cs {
    max-width: 100%;
    min-width: 1px;
    width: auto;
    padding: 10px 16px;
    min-height: 1px;
    margin: 0 5px;
    box-shadow: none !important;
}

.highlighted {
    background-color: #007bff;
    color: white;
}

.loader-container {
    display: none;
    /* Hide the loader by default */
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Semi-transparent background */
    z-index: 9999;
    /* Make sure the loader is on top of everything */
}

.spin {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

    .spin::before,
    .spin::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #FFFFFF;
        animation: prixClipFix 2s linear infinite;
    }

    .spin::after {
        border-color: #FF3D00;
        animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
        inset: 6px;
    }

.step_cs .alert.alert-danger {
    font-size: 14px;
    padding: 8px 10px;
    margin: 10px 0 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

@media (max-width: 680px) {
    .leftNav_cs ul li a span {
        background: #F3F8FF;
        border: 1px solid #D4DDE9;
    }

    a.btn.btnAction_cs {
        margin: 5px;
    }
}

.mobile-device footer {
    display: none;
}

.mobile-device .mobile-footer-menu.d-xl-none {
    display: none;
}

.inputGroup_cs .form-control.custom-dropdown {
    padding-right: 22px;
    text-overflow: ellipsis;
}