﻿@import url(fonts.css);

.disabled-button{
pointer-events: none;
background-color: grey !important;
}


.red-textarea{
    border: 1px solid red !important;
}

body {
    font-family: DejaVu Sans;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    height: 100%;
}

.color-red{
    color: red !important;
}

.modal-open {
    overflow: hidden !important;
}

    .modal-open .modal {
        overflow: auto;
    }

main {
    min-height: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
    font-family: "DejaVu Sans";
    font-weight: 300;
}

a {
    cursor: pointer;
}

.alert-danger {
    color: #FF3C54;
    background-color: #fff;
    border: none;
}

#HomeForm label.error {
    display: none !important;
    color: red;
    font-size: 12px;
}

#HomeForm .errorText {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: 10px;
}

.s-assigned {
    color: #FFBA29;
    font-family: "DejaVu Sans";
    font-size: 16px;
    font-weight: bold;
}

.s-canceled {
    color: #f6001f;
    font-family: "DejaVu Sans";
    font-size: 16px;
    font-weight: bold;
}

.s-working {
    color: #084CAB;
    font-family: "DejaVu Sans";
    font-size: 16px;
    font-weight: bold;
}

.s-issued {
    color: #dc3545;
    font-family: "DejaVu Sans";
    font-size: 16px;
    font-weight: bold;
}

.s-finished {
    color: #43AC50;
    font-family: "DejaVu Sans";
    font-size: 16px;
    font-weight: bold;
}

.s-pending {
    color: #FF5900;
    font-family: "DejaVu Sans";
    font-size: 16px;
    font-weight: bold;
}

.s-pickedup {
    color: #4C70D5;
    font-family: "DejaVu Sans";
    font-size: 16px;
    font-weight: bold;
}

.yellow-star {
    color: #FFBA29;
}

.grey-star {
    color: #98A1BB;
}

.remove-scroll {
    overflow: hidden;
}

.navbar {
    height: 65px;
}

.car-specs-input {
    color: #060C1C;
    font-family: "License Plate";
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    height: 77px;
    border: 1px solid rgba(76, 112, 213, 0.2);
    border-radius: 3px;
    background-color: #FAFBFE;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-in-p {
    color: #c2cfde;
    font-family: FiraGO;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 17px;
    text-align: center;
    max-width: 250px;
    margin-bottom: 0px;
    text-decoration: underline;
}

    .terms-in-p:hover {
        color: #FFF;
        opacity: 0.8;
    }

.car-number {
    color: #060C1C;
    font-family: "License Plate";
    font-size: 24px;
    line-height: 28px;
}

    .car-number::-webkit-input-placeholder {
        font-family: "DejaVu Sans";
        font-size: 14px;
    }

    .car-number:-ms-input-placeholder {
        font-family: "DejaVu Sans";
        font-size: 14px;
    }

    .car-number:-moz-placeholder {
        font-family: "DejaVu Sans";
        font-size: 14px;
    }

    .car-number::-moz-placeholder {
        font-family: "DejaVu Sans";
        font-size: 14px;
    }

.text-dark {
    padding-left: 20px !important;
    color: #060C1C !important;
}

.logout-icon {
    font-size: 16px !important;
}

a {
    font-family: DejaVu Sans M;
    font-weight: 400;
}

.select-box {
    position: relative;
}

    .select-box:after {
        font-family: "Font Awesome 5 Pro";
        content: '\f0d7';
        font-size: 23px;
        position: absolute;
        top: 6px;
        right: 8px;
        z-index: 9;
        color: #808591;
        font-weight: bold;
        pointer-events: none;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.select-box1 {
    position: relative;
}

    .select-box1:after {
        font-family: "Font Awesome 5 Pro";
        content: '\f0d7';
        font-size: 18px;
        position: absolute;
        top: 6px;
        z-index: 9;
        right: 15px;
        color: #808591;
        font-weight: bold;
        pointer-events: none;
    }

.select-box2 {
    position: relative;
}

    .select-box2:after {
        font-family: "Font Awesome 5 Pro";
        content: '\f0d7';
        font-size: 23px;
        position: absolute;
        top: 6px;
        right: 8px;
        z-index: 9;
        color: #808591;
        font-weight: bold;
        pointer-events: none;
    }

.first-step {
    background-color: #fafbfe;
    margin-top: -65px;
    padding-top: 65px;
    height: 740px;
    margin-bottom: 95px;
}

.login-icon {
    color: #060C1C;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

.logo-landing {
    width: 95px;
    margin-right: 40px;
}

.navbar-caru {
    box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
    border-bottom: none !important;
}

    .navbar-caru .logo-homepage {
        width: 95px;
        margin-right: 55px;
    }

    .navbar-caru .navbar-expand .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .navbar-caru li.nav-item {
        padding: 0px 7px;
    }

        .navbar-caru li.nav-item a {
            font-family: "DejaVu Sans M";
            /*color: #060C1C !important;*/
            color: #060C1C;
            font-size: 14px;
            padding: 7px 13px;
            cursor: pointer;
            display: inline-block;
            white-space: nowrap;
        }

    .navbar-caru .user-login {
        color: #060C1C;
        font-size: 14px;
    }

    .navbar-caru a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }

    /*
    .navbar-caru li.nav-item a.user-status {
        color: #FF5900;
    }*/

    .navbar-caru li.nav-item a.user-status.user-status--active {
        color: #43AC50;
    }

    .navbar-caru li.nav-item a.user-status.user-status--inactive {
        color: #FF5900;
    }

.first-step {
    background-color: #FAFBFE;
    margin-top: -65px;
    padding-top: 60px !important;
    max-height: 740px;
}

html {
    font-size: 14px;
    font-family: DejaVu Sans;
}

.icon-lari {
    font-family: '! BPG GEL';
}

i {
    font-style: normal;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

.footer .footer-container {
    padding: 10px;
}

@media (max-width: 450px) {
    .footer-container {
        display: block !important;
    }
}

#CarBrandId {
    padding: 0.375rem 0.5rem;
    color: #6c757d;
}

.car-model {
    color: #6c757d;
}

.pickup-period {
    padding: 0.375rem 0.5rem;
    color: #6c757d;
}

.form-step1 {
    padding: 20px 28px 20px;
    box-shadow: 0 10px 20px 0 rgba(76, 112, 213, 0.1);
    border-radius: 15px;
    background-color: #FFFFFF;
}

.step1-container {
    justify-content: space-between;
    display: flex;
}

    .step1-container .form-group {
        width: 48%;
    }

.form-step1 p {
    color: #4C70D5;
    font-family: "DejaVu Sans";
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 20px;
}

.form-step1 .form-control {
    height: 46px;
    border: 1px solid rgba(76, 112, 213, 0.2);
    border-radius: 3px;
    background-color: #FAFBFE;
}

.caru-header {
    color: #060C1C;
    font-family: DejaVu Sans;
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    padding-top: 75px;
}

.quote {
    color: #4C70D5;
    font-family: DejaVu Sans M;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-align: center;
    line-height: 48px;
}

.btn-next {
    background-color: #4C70D5;
    max-width: 300px;
    border-radius: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: "DejaVu Sans M";
    font-size: 14px;
    margin: 0 auto;
    color: #FFF !important;
    margin: 30px auto 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    justify-content: center;
}

.caru-landing {
    min-height: 730px;
    position: relative;
    margin-top: 60px;
}

    .caru-landing #group-photo {
        top: 321px;
        left: -11px;
        position: absolute;
    }

        .caru-landing #group-photo #ovalBg {
            top: -35px;
            left: 50px;
            position: absolute;
        }

        .caru-landing #group-photo #gradBg {
            position: absolute;
            left: 50px;
        }

        .caru-landing #group-photo #carBg {
            z-index: 9;
            left: 61px;
            top: -42px;
            position: absolute;
        }

@media (max-width: 1199px) {
    .caru-landing #group-photo #gradBg {
        position: absolute;
        left: 50px;
        top: 50px;
        width: 900px;
    }

    .caru-landing #group-photo #carBg {
        z-index: 9;
        left: 61px;
        top: -42px;
        width: 500px;
        position: absolute;
    }

    .caru-landing #group-photo #ovalBg {
        top: -42px;
        left: 50px;
        position: absolute;
    }
}

.addItemsList {
    border: 1px solid #2553a5 !important;
    border-radius: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#AddItems {
    border: 1px solid #2553a5 !important;
    border-radius: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .quote {
        text-align: center;
        font-size: 19px;
    }

    #LoginModal .intl-tel-input {
        width: 100%;
    }

    .caru-header {
        text-align: center;
    }

    caru-landing {
        margin-top: 0;
    }

    .how-it-works {
        margin-top: 430px !important;
        padding-top: 0px !important;
    }

    .dashboard-card-body {
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }

    .dashboard {
        min-height: calc(100vh - 90px);
    }

    .pay-item {
        flex-wrap: wrap;
    }

    .modal-login .modal-header .close {
        padding: 0;
        margin: 0;
        right: 0px;
    }

    .first-step {
        margin-top: initial;
        padding-top: initial !important;
    }

    .btns-section a {
        width: 100% !important;
        margin-bottom: 20px;
        display: inline-block;
        padding: 0;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.form-inner1 .user-info {
    color: #6c757d;
    font-weight: normal;
    padding-bottom: 0px;
    margin-right: 20px;
}

.form-inner1 i {
    cursor: pointer;
    color: #4C70D5;
}

.form-inner1 .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("../images/Icon _ thick-check.svg");
}

.form-inner1 .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-radius: 2px;
    background-color: #4C70D5;
    font-weight: bold;
}

.form-inner1 .custom-radio .custom-control-label::before {
    border-radius: 2px;
    background-color: #FFF;
    border: 1px solid #4C70D5;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0062cc;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    background-color: #FFF;
    border: 1px solid #0062cc;
}

.btn-submit {
    background-color: #4C70D5;
    width: 300px;
    max-width: 100%;
    border-radius: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: "DejaVu Sans M";
    font-size: 14px;
    margin: 0 auto;
    color: #FFF !important;
    margin: 30px auto 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    justify-content: center;
}

.back-btn {
    cursor: pointer;
}

/*SECOND SECTION HOW IT WORKS*/
.how-it-works {
    margin-top: 0px;
}

    .how-it-works .sub-headers {
        text-align: center;
        color: #1C2F4F;
        font-family: "BPG WEB 001 Caps";
        font-size: 27px;
        letter-spacing: 0;
        line-height: 31px;
        padding-top: 0px;
        padding-bottom: 0px !important;
    }

    .how-it-works .num-oval {
        height: 46px;
        width: 46px;
        border: 2px solid rgba(76, 112, 213, 0.5);
        background-color: #FAFBFE;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 113px;
        color: #060C1C;
        font-family: "DejaVu Sans M";
        font-size: 24px;
        font-weight: bold;
    }

    .how-it-works h5 {
        margin-top: 0px;
        color: #2354A5;
        font-family: "BPG WEB 001 Caps";
        font-size: 20px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .how-it-works p {
        color: #6B7A8B;
        font-family: FiraGO;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
        max-width: 320px;
    }

    .how-it-works .img-height {
        min-height: 175px;
        display: flex;
        align-items: center;
    }

/*THIRD SECTION REVIEWS*/
.people-reviews {
    background-color: #F3F6FA;
    margin-top: 150px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 95px !important;
    position: relative;
}

    .people-reviews .caru-header {
        color: #1C2F4F;
        font-family: FiraGO;
        font-size: 29px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 42px;
        padding-bottom: 0px !important;
        text-align: center;
        padding-top: 45px !important;
    }

    .people-reviews .group-photo-reviews {
        position: absolute;
        right: 45px;
        top: 22%;
    }

        .people-reviews .group-photo-reviews .img-fluid {
            right: 0px;
        }

        .people-reviews .group-photo-reviews .img-quote {
            position: absolute;
            top: 200px;
            right: 32px;
        }

    .people-reviews .img-single-quote {
        left: 5px;
        bottom: 0;
        position: absolute;
    }

    .people-reviews .sub-headers {
        text-align: center;
    }

    .people-reviews .reviews-section {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin: 15px;
        padding-top: 2.5rem;
    }

        .people-reviews .reviews-section .userphoto-name {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-bottom: 0px;
            padding-top: 18px;
            width: 100%;
            max-width: 520px;
        }

            .people-reviews .reviews-section .userphoto-name img {
                width: 27px;
                height: 27px;
                border-radius: 5px;
                margin-right: 10px;
                object-fit: cover;
            }

            .people-reviews .reviews-section .userphoto-name p {
                margin-bottom: 0px;
                color: #060C1C;
                font-family: "DejaVu Sans";
                font-size: 18px;
                font-weight: bold;
                line-height: 27px;
            }

        .people-reviews .reviews-section .review-p {
            padding: 26px;
            border-radius: 10px;
            background-color: #FFFFFF;
            max-width: 520px;
            box-shadow: 0 10px 49px 0 rgba(46, 56, 81, 0.13);
            z-index: 2;
        }

            .people-reviews .reviews-section .review-p p {
                color: #1C2F4F;
                font-family: FiraGO;
                font-size: 16px;
                letter-spacing: 0;
                line-height: 19px;
                margin-bottom: 0px;
            }

    .people-reviews .sec2 {
        align-items: flex-start !important;
    }

    .people-reviews .sec3 {
        align-items: center !important;
    }

/*FOURTH SECTION QUESTIONS*/
.questions-section {
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

    .questions-section .accordion {
        width: 100%;
    }

        .questions-section .accordion .card {
            box-shadow: 0 10px 20px 0 rgba(76, 112, 213, 0.1);
            border: none;
            margin: 35px 10px;
            border-radius: 10px !important;
        }

            .questions-section .accordion .card button {
                margin-bottom: 0 !important;
                padding: 1.75rem 1.25rem;
                background-color: #FFF;
                border: none !important;
                border-radius: 10px !important;
            }

                .questions-section .accordion .card button:hover {
                    text-decoration: none;
                }

                .questions-section .accordion .card button:focus {
                    text-decoration: none;
                }

                .questions-section .accordion .card button .card-header {
                    background-color: #FFF;
                    border: none !important;
                    border-radius: 10px !important;
                    padding: unset !important;
                }

                    .questions-section .accordion .card button .card-header h2 {
                        width: 96%;
                        color: #4C70D5;
                        font-family: "DejaVu Sans";
                        font-size: 18px;
                        font-weight: bold;
                        line-height: 27px;
                        white-space: normal;
                        font-weight: bold;
                        line-height: 27px;
                        text-align: left;
                        text-align: -webkit-left;
                        max-width: 400px;
                    }

            .questions-section .accordion .card .card-body {
                background-color: #FFF;
                border: none !important;
                margin-top: -10px;
                border-radius: 0px !important;
                color: #060C1C;
                font-family: "DejaVu Sans";
                font-size: 16px;
                font-weight: 300;
                line-height: 28px;
            }

    .questions-section [data-toggle="collapse"]:after {
        position: absolute;
        right: 15px;
        top: 20px;
        display: inline-block;
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        font-size: 24px !important;
        font-weight: bold;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        color: #4C70D5;
        transform: rotate(90deg);
        transition: all linear 0.25s;
        float: right;
        font-size: 24px !important;
        font-weight: bold;
    }

    .questions-section [data-toggle="collapse"].collapsed:after {
        transform: rotate(0deg);
    }

    .questions-section .questions-section1 {
        padding: 30px 5px 30px;
    }

    .questions-section .questions-section2 {
        padding: 30px 5px 85px;
    }

@media (max-width: 768px) {
    .questions-section .questions-section2 {
        padding: 0px 5px 85px;
        margin-top: -51px;
    }
}

.questions-section .sub-headers {
    text-align: center;
}

.footer-web {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

    .footer-web .footer-container {
        color: #060C1C;
        font-family: DejaVu Sans;
        font-size: 14px;
        font-weight: 300;
        line-height: 28px;
    }

        .footer-web .footer-container a {
            color: #060C1C;
            font-family: DejaVu Sans;
            font-size: 14px;
            font-weight: 300;
            line-height: 28px;
        }

@media (max-width: 991px) {
    #group-photo .main-assistant {
        display: none;
    }
}

.tech-inspect {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px auto;
}

    .tech-inspect .info-tech {
        z-index: 999;
        text-align: center;
    }

    .tech-inspect img {
        position: absolute;
    }

    .tech-inspect .btn-call {
        background-color: #4C70D5;
        width: 300px;
        border-radius: 25px;
        height: 50px;
        display: flex;
        align-items: center;
        font-family: "DejaVu Sans M";
        font-size: 14px;
        margin: 0 auto;
        color: #FFF !important;
        margin: 30px auto 10px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 19px;
        text-align: center;
        justify-content: center;
    }

.top-assistants {
    background-color: #FAFBFE;
    padding: 55px 0;
}

    .top-assistants .sub-headers {
        text-align: center;
        padding-top: 40px;
    }

    .top-assistants .assistants {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 40px;
    }

        .top-assistants .assistants img {
            height: 67px;
            width: 64px;
            border: 1px solid #D6E0F1;
            border-radius: 11px;
            margin-right: 16px;
            object-fit: cover;
        }

        .top-assistants .assistants .assist-review p {
            color: #060C1C;
            font-family: "DejaVu Sans";
            font-size: 18px;
            font-weight: bold;
            line-height: 27px;
        }

        .top-assistants .assistants .assist-review img {
            width: 95px;
        }

@media (max-width: 800px) {
    .tech-inspect img {
        display: none;
    }
}

@media (max-width: 860px) {
    .group-photo-reviews .img-quote {
        display: none;
    }
}

.contact-section {
    background-color: #FAFBFE;
    padding: 50px 0;
}

    .contact-section h6 {
        color: #060C1C;
        font-family: "DejaVu Sans";
        font-size: 18px;
        font-weight: bold;
        line-height: 27px;
        padding-bottom: 15px;
    }

    .contact-section a {
        color: #060C1C;
        font-family: "DejaVu Sans";
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 1rem;
        display: block;
    }

        .contact-section a i {
            color: #4C70D5;
            margin-right: 12px;
            width: 16px;
        }

/*nav icon*/
#nav-icon3 {
    width: 20px;
    height: 15px;
    position: relative;
    margin: 4px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #4C70D5;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon3 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
            top: 7px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 14px;
        }

    #nav-icon3.open span:nth-child(1) {
        top: 9px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 14px;
        width: 0%;
        left: 50%;
    }

.navbar-toggler:focus {
    outline: none !important;
}

.login-content h5 {
    color: #060C1C;
    font-family: "DejaVu Sans";
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    width: 100%;
    margin-right: -55px !important;
}

/*LOGIN MODAL*/
.modal-login .modal-content {
    max-width: 420px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(76, 112, 213, 0.1);
}

    .modal-login .modal-content .modal-header {
        text-align: center;
        border-bottom: none;
        padding-top: 30px;
    }

        .modal-login .modal-content .modal-header h5 {
            color: #060C1C;
            font-family: "DejaVu Sans";
            font-size: 18px;
            font-weight: bold;
            line-height: 27px;
            width: 100%;
        }

    .modal-login .modal-content .modal-body .form-signin {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 265px;
        padding-top: 20px;
        border-top: 1px solid #dee2e6;
    }

        .modal-login .modal-content .modal-body .form-signin .form-label-group {
            min-width: 260px;
            padding-bottom: 20px;
        }

            .modal-login .modal-content .modal-body .form-signin .form-label-group .not-valid {
                border: 1px solid red;
                box-shadow: 0 0 0 0.2rem rgba(255, 15, 15, 0.1);
            }

            .modal-login .modal-content .modal-body .form-signin .form-label-group p {
                color: red;
                display: none;
            }

    .modal-login .modal-content .modal-body label {
        color: #98A1BB;
        font-family: "DejaVu Sans";
        font-size: 14px;
        font-weight: 300;
        line-height: 16px;
        padding-bottom: 7px;
    }

    .modal-login .modal-content .modal-body .form-control {
        height: 50px !important;
        border-radius: 3px;
        background-color: #FFFFFF;
    }

.modal-login .btn-login {
    height: 50px;
    max-width: 260px;
    min-width: 260px;
    border-radius: 25px;
    background-color: #4C70D5;
    color: #FFFFFF;
    font-family: "DejaVu Sans M";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
}

.modal-login .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*CONTAINER ORDER*/
.place-order {
    background-image: url(../images/fuid-order.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

    .place-order .container-order-place {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 70px;
        min-height: 740px;
    }

        .place-order .container-order-place .container-car-order {
            width: 100%;
        }

        .place-order .container-order-place img {
            /*position: absolute;*/
            top: 27%;
            object-fit: contain;
        }

        .place-order .container-order-place h3 {
            color: #060C1C;
            font-family: "DejaVu Sans";
            font-size: 30px;
            font-weight: bold;
            line-height: 48px;
            text-align: center;
            max-width: 490px;
            margin: 0 auto;
            margin-top: -12px;
        }

        .place-order .container-order-place .car-info-container {
            padding: 35px;
            min-height: 499px;
            display: flex;
            width: 555px;
            max-width: 100%;
            flex-direction: column;
            align-items: center;
            margin-top: 40px;
            z-index: 9;
            border-radius: 15px;
            background-color: #FFFFFF;
            box-shadow: 0 10px 20px 0 rgba(76, 112, 213, 0.1);
        }

            .place-order .container-order-place .car-info-container h6 {
                color: #060C1C;
                font-family: "DejaVu Sans";
                font-size: 16px;
                font-weight: 300;
                line-height: 28px;
                text-align: center;
            }

            .place-order .container-order-place .car-info-container .car-info {
                margin: 13px 0px 20px;
                padding: 14px 9px;
                border: 1px solid rgba(76, 112, 213, 0.2);
                border-radius: 3px;
                background-color: #FAFBFE;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

                .place-order .container-order-place .car-info-container .car-info h4 {
                    color: #060C1C;
                    margin-right: 7px;
                    font-family: "DejaVu Sans";
                    font-size: 18px;
                    font-weight: bold;
                    line-height: 27px;
                    text-align: center;
                }

                .place-order .container-order-place .car-info-container .car-info h2 {
                    color: #060C1C;
                    font-family: "License Plate";
                    font-size: 24px;
                    line-height: 28px;
                    text-align: center;
                }

            .place-order .container-order-place .car-info-container p {
                max-width: 360px;
                margin: auto;
                color: #060C1C;
                font-family: "DejaVu Sans";
                font-size: 16px;
                font-weight: 300;
                line-height: 28px;
                text-align: center;
            }

        .place-order .container-order-place .btn-verify {
            border-radius: 25px;
            background-color: #4C70D5 !important;
            color: #FFFFFF;
            font-family: "DejaVu Sans M";
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 1px;
            line-height: 19px;
            text-align: center;
            margin-top: 30px;
            height: 50px;
            max-width: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .place-order .container-order-place .btn-later {
            color: #060C1C;
            font-family: "DejaVu Sans M";
            font-size: 14px;
            line-height: 19px;
            text-align: center;
            margin-top: 22px;
        }

@media (max-width: 430px) {
    .container-order-place h3 {
        font-size: 21px !important;
        line-height: 37px !important;
    }

    .car-info-container h6 {
        font-size: 15px;
    }

    .car-info-container p {
        font-size: 15px;
    }
}

#btnPassRecover {
    color: #4267b2;
    font-family: "DejaVu Sans M";
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    margin-left: -10px;
    margin-top: 3px;
}

.flatpickr-day.selected {
    background: #28a745;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #28a745;
}

    .flatpickr-day.selected:hover {
        background: #43ac50;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        border-color: #43ac50;
    }

/*.swal2-styled.swal2-confirm {
    border-radius: 25px !important;
    background-color: #4C70D5 !important;
    border: none !important;
    color: #FFFFFF;
    font-family: "DejaVu Sans M";
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    width: 205px;
    height: 50px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 20px;

    &:hover {
        border: none;
    }

    &:focus {
        border: none;
    }
}*/
.back-to-login {
    background-color: transparent;
    border: none;
    color: #818181;
    cursor: pointer;
}

.btn-code {
    height: 50px;
    max-width: 260px;
    min-width: 260px;
    border-radius: 25px;
    background-color: #4C70D5;
    color: #FFFFFF;
    font-family: "DejaVu Sans M";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    padding-top: 10px !important;
}

.back-to-code {
    background-color: transparent;
    border: none;
    color: #818181;
    cursor: pointer;
}

.btn-resend {
    color: #4267b2;
    font-family: "DejaVu Sans M";
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: -10px;
    margin-top: 3px;
    background: transparent;
}

.btn-recover {
    height: 50px;
    max-width: 260px;
    min-width: 260px;
    border-radius: 25px;
    background-color: #4C70D5;
    color: #FFFFFF;
    font-family: "DejaVu Sans M";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    padding-top: 10px !important;
}

.valid-phone {
    color: red;
    font-size: 12px;
}

.was-validated .form-control:valid {
    border-color: rgba(76, 112, 213, 0.2) !important;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #fafbfe;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #212529 !important;
}

.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.was-validated .form-control:invalid {
    border-color: #ff1313;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ff1313;
}

.bootstrap-select {
    width: 100% !important;
}

    .bootstrap-select .dropdown-toggle::after {
        display: none !important;
    }

    .bootstrap-select .dropdown-menu.show {
        max-width: 230px !important;
        min-width: 150px !important;
    }

    .bootstrap-select .dropdown-toggle {
        height: 46px;
        /* padding: 12px; */
        width: 100% !important;
        border: 1px solid rgba(76, 112, 213, 0.2);
        border-radius: 3px;
        background-color: #FAFBFE;
        font-family: "Dejavu Sans";
        color: #737e89 !important;
    }

.profile-page .form-control {
    height: 46px;
    background-color: #fafbfe;
}

@media (max-width: 991px) {
    #formCaru .form-control::-webkit-input-placeholder {
        font-family: "DejaVu Sans";
        font-size: 12px;
    }

    #formCaru .form-control:-ms-input-placeholder {
        font-family: "DejaVu Sans";
        font-size: 12px;
    }

    #formCaru .form-control:-moz-placeholder {
        font-family: "DejaVu Sans";
        font-size: 12px;
    }

    #formCaru .form-control::-moz-placeholder {
        font-family: "DejaVu Sans";
        font-size: 12px;
    }

    #formCaru .flatpickr-input {
        font-size: 12px;
    }

    .form-inner1 .filter-option-inner-inner {
        font-family: "DejaVu Sans";
        font-size: 12px;
    }

    .cont-reposnse {
        display: block;
    }

        .cont-reposnse .form-group {
            width: 100%;
        }
}

.error-page {
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .error-page img {
        position: relative;
        max-width: 100%;
    }

    .error-page p {
        position: absolute;
        top: 280px;
        color: #4C70D5;
        font-family: "DejaVu Sans";
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
    }

    .error-page .orange-btn {
        position: absolute;
        top: 335px;
        border-radius: 24px;
        background-color: #4C70D5;
        color: #FFFFFF;
        font-family: "DejaVu Sans";
        font-size: 18px;
        font-weight: bold;
        line-height: 21px;
        padding: 13px 78px;
    }

@media (max-width: 991px) {
    /*.caru-header {
        padding-top: 55px;
    }*/
    .caru-landing {
        margin-top: 0;
    }
}

.account-numbers {
    font-weight: normal;
    display: none;
    margin-bottom: 10px;
}

    .account-numbers p {
        font-weight: normal;
        margin-bottom: 0;
    }

strong {
    font-weight: bold !important;
}

.termsanchor {
    text-decoration: none;
    color: #1558C8;
    font-weight: 600;
    font-family: FiraGO;
    font-size: 13px;
}

.close {
    position: absolute;
    right: -20px;
    top: -31px;
    color: #FFF;
    opacity: 1;
    font-size: 28px;
}

.fb-login-button {
    margin: auto;
    width: 260px;
}

.modaldesServ .modal-content {
    padding: 9px;
}

.modaldesServ .modal-body {
    display: flex;
    flex-direction: row;
    padding: 20px 20px;
    align-items: center;
    justify-content: space-evenly;
}

.modaldesServ .btn-info {
    border-radius: 26px;
    background-color: #28a745;
    border: none;
    font-size: 16px;
    font-family: "Dejavu Sans";
    letter-spacing: 1px;
    min-width: 88px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modaldesServ .close-btn-new {
    border-radius: 26px;
    background-color: #3a56a3;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-family: "Dejavu Sans";
    letter-spacing: 1px;
    min-width: 88px;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ModalReturnYourCar .modal-content {
    padding: 9px;
}

#ModalReturnYourCar .modal-body {
    display: flex;
    flex-direction: row;
    padding: 20px 20px;
    align-items: center;
    justify-content: space-evenly;
}

#ModalReturnYourCar .btn-info {
    border-radius: 26px;
    background-color: #28a745;
    border: none;
    font-size: 16px;
    font-family: "Dejavu Sans";
    letter-spacing: 1px;
    min-width: 88px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ModalReturnYourCar .close-btn-new {
    border-radius: 26px;
    background-color: #3a56a3;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-family: "Dejavu Sans";
    letter-spacing: 1px;
    min-width: 88px;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-collapse:not(:disabled):not(.disabled):active {
    border: 1px solid #2553a5;
    border-radius: 26px;
    padding: 11px 44px;
    background-color: #FFF;
    color: #2553a5;
}

.btn-collapse i {
    font-size: 18px;
}

.order-info-mob h3 {
    font-size: 13px;
    color: #4c70d5;
    opacity: 0.5;
    color: #264B8E;
}

.btn-collapse {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
    border: 1px solid #2553a5;
    border-radius: 26px;
    padding: 11px 44px;
    background-color: #FFF;
    color: #2553a5;
    font-family: "DejaVu Sans M";
    line-height: 19px;
    cursor: pointer;
}

    .btn-collapse:active {
        border: 1px solid #2553a5;
        border-radius: 26px;
        padding: 11px 44px;
        background-color: #FFF;
        color: #2553a5;
    }

    .btn-collapse:hover {
        border: 1px solid #2553a5;
        border-radius: 26px;
        padding: 11px 44px;
        background-color: #FFF;
        color: #2553a5;
    }

    .btn-collapse:focus {
        border: 1px solid #2553a5;
        border-radius: 26px;
        padding: 11px 44px;
        background-color: #FFF;
        color: #2553a5;
    }

    .btn-collapse:visited {
        border: 1px solid #2553a5;
        border-radius: 26px;
        padding: 11px 44px;
        background-color: #FFF;
        color: #2553a5;
    }

    .btn-collapse:focus-within {
        border: 1px solid #2553a5;
        border-radius: 26px;
        padding: 11px 44px;
        background-color: #FFF;
        color: #2553a5;
    }

@media (max-width: 991px) {
    .btn-collapse {
        width: 100% !important;
    }
}

#collapseExample .card-body {
    margin-top: 15px;
}

.btn-trash {
    background: transparent;
    border: none;
    color: #dc3545;
    margin-left: 10px;
}

    .btn-trash:hover {
        background-color: #dc3545 !important;
        border-radius: 4px;
    }

    .btn-trash:not(:disabled):not(.disabled):active, .btn-trash:not(:disabled):not(.disabled).active, .show > .btn-trash.dropdown-toggle {
        color: #fff;
        background-color: #dc3545 !important;
        background-color: #dc3545 !important;
    }

    .btn-trash:focus, .btn-trash.focus {
        box-shadow: none !important;
    }

    .btn-trash:active, .btn-trash.active {
        box-shadow: none !important;
    }

.box-verify {
    width: max-content;
    padding: 27px 23px;
    margin: auto;
    border: 1px solid rgba(76, 112, 213, 0.16);
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 16px 0 rgba(76, 112, 213, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .box-verify #new-profpic {
        width: 72px;
        height: 72px;
        object-fit: cover;
        border-radius: 50%;
    }

    .box-verify h5 {
        color: #2C2D3B;
        font-family: "DejaVu Sans M";
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        margin-top: 13px;
        margin-bottom: 10px;
    }

    .box-verify p {
        color: #4C70D5;
        font-family: "DejaVu Sans M";
        font-size: 14px;
        font-weight: bold;
        margin-top: 11px;
        line-height: 24px;
        margin-bottom: 0px;
    }

.price-total-w {
    color: #2C2D3B;
    font-family: "DejaVu Sans";
    font-size: 16px;
    font-weight: bold;
}

.garraty {
    margin-top: -9px;
    text-align: right;
    color: #2653a5;
}

.language {
    list-style: none !important;
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

    .language li {
        position: relative;
        list-style: none !important;
    }

        .language li a {
            display: flex;
            align-items: center;
            cursor: pointer;
            color: #4C70D5 !important;
            font-weight: bold !important;
            font-family: "DejaVu Sans";
            font-size: 15px;
        }

        .language li img {
            width: 25px;
            height: 25px;
            object-fit: cover;
        }

        .language li i {
            color: #4C70D5;
            font-size: 1.1rem;
            margin-left: 5px;
        }

        .language li .lang-dropdown {
            position: absolute;
            display: block;
            border: 1px solid rgba(133, 144, 183, 0.18);
            border-radius: 3px;
            background-color: #FFFFFF;
            box-shadow: 0 2px 10px 0 rgba(76, 112, 213, 0.1);
            /* margin-right: 13px; */
            width: 100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            top: 24px;
            left: -33px;
            display: none;
            transition: 0s;
            padding: 0;
            list-style: none;
        }

            .language li .lang-dropdown li {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .language li .lang-dropdown li a {
                    text-align: center;
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    padding: 4px 0px;
                    font-family: "DejaVu Sans";
                    font-size: 15px;
                }

                    .language li .lang-dropdown li a:hover {
                        background-color: rgba(76, 112, 213, 0.12);
                    }

.language-prof {
    display: flex;
}

    .language-prof a {
        width: 40px;
        color: #4C70D5 !important;
        font-family: "DejaVu Sans";
        font-size: 15px;
        font-weight: bold;
        line-height: 18px;
        margin-right: 7px;
    }

.languge-active.active {
    width: 40px;
    color: #FFF !important;
    background-color: #4C70D5;
    border-radius: 3px;
    text-align: center;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */
.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(24, 54, 101, 0.39);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
}

    /* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
    .lightbox-target img {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: 0%;
        max-width: 0%;
        box-sizing: border-box;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

/* Styles the close link, adds the slide down transition */
a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    /*background: white;
    color: black;*/
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */
/*a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/
/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
    z-index: 9999;
    left: 0;
    right: 0;
}

    .lightbox-target:target img {
        max-height: 100%;
        max-width: 90%;
    }

    .lightbox-target:target a.lightbox-close {
        top: 0px;
    }

.iti-flag {
    background-image: url("../img/flags.png");
}

.iti-arrow {
    display: none;
}

.selected-flag {
    padding-right: 5px !important;
}

.reg-phonenumber {
    padding-left: 85px;
}

#btnSendPhoneNumber {
    padding-left: 86px !important;
}

.form-flag {
    padding-left: 86px !important;
}

.reg-phonenumber {
    padding-left: 86px !important;
}

#inviteFriendPhoneNumber {
    padding-left: 86px !important;
}

.img-addition {
    position: absolute;
    top: 324px;
    z-index: 1;
}

.form-search {
    outline: 0;
    float: left;
    border-radius: 16px;
    height: 32px;
    background-color: #F4F6F7;
    color: #264B8E;
    font-family: "DejaVu Sans";
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 15px;
    display: flex;
}

    .form-search > .textbox {
        outline: 0;
        height: 42px;
        width: 244px;
        line-height: 42px;
        padding: 0 16px;
        height: 32px;
        background-color: #F4F6F7;
        border-radius: 16px;
        color: #264B8E;
        border: 0;
        float: left;
    }

        .form-search > .textbox:focus {
            outline: 0;
            background-color: #F4F6F7;
        }

    .form-search > .button {
        outline: 0;
        background: none;
        float: left;
        width: 42px;
        text-align: center;
        border: 0;
        font-family: "Font Awesome 5 Pro";
        font-size: 16px;
        text-rendering: auto;
        height: 32px;
        border-radius: 16px;
        background-color: #F4F6F7;
        color: #264B8E;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 33px;
        text-shadow: none !important;
        transition: background-color .4s ease;
        cursor: pointer;
        /*z-index: 1;*/
    }

.new-bg {
    position: relative;
}

    .new-bg #group-photo {
        position: absolute;
        top: 140px !important;
        left: -160px;
    }

    .new-bg .main-assistant {
        position: absolute;
        top: -6px;
        left: 60px;
    }

    .new-bg .gradient {
        position: absolute;
        top: 50px;
        left: -60px;
    }

.main-title {
    color: #32323F;
    font-family: "ALK Sanet";
    font-size: 43px;
    letter-spacing: 0;
    line-height: 52px;
    text-align: left;
    font-weight: normal;
}

.quote {
    color: #333547;
    font-family: FiraGO;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 42px;
    text-align: left;
}

.overflow-x-hidden {
    overflow-x: hidden;
    overflow-y: hidden;
}

.reviews-cont {
    display: flex;
    align-items: center;
    max-width: 430px;
    justify-content: space-around;
    margin-top: 30px;
}

    .reviews-cont .review-cont {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .reviews-cont .review-cont p {
            color: #7786A0;
            font-family: FiraGO;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 23px;
        }

        .reviews-cont .review-cont span {
            color: #2E3239;
            font-family: FiraGO;
            font-size: 23px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 35px;
        }

    .reviews-cont .img-span {
        display: flex;
        align-items: center;
    }

        .reviews-cont .img-span img {
            margin-right: 9px;
        }

.order-btn {
    color: #FFFFFF !important;
    cursor: pointer;
    font-family: "BPG WEB 001 Caps";
    font-size: 23px;
    letter-spacing: 0;
    line-height: 26px;
    border-radius: 37px;
    box-shadow: 0 23px 39px -16px #1558C8;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    margin-top: 22px;
    background-color: #2254a5;
}

    .order-btn:hover {
        opacity: 0.9;
        color: #FFF !important;
    }

.why-caru {
    background-color: #2354A5;
    padding: 70px 0px 70px;
}

    .why-caru h1 {
        color: #FFFFFF;
        font-family: "BPG WEB 001 Caps";
        font-size: 27px;
        letter-spacing: 0;
        line-height: 31px;
        margin-bottom: 45px;
        text-align: center;
    }

    .why-caru .div-white {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .why-caru .div-white h4 {
            color: #FFFFFF;
            font-family: "BPG WEB 001 Caps";
            font-size: 20px;
            letter-spacing: 0;
            line-height: 24px;
            margin: 18px 0px;
        }

        .why-caru .div-white p {
            color: #C2CFDE;
            font-family: FiraGO;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 17px;
            text-align: center;
            max-width: 250px;
            margin-bottom: 0px;
        }

.partu-redirect {
    background: #fff;
    color: #000 !important;
}

.caru-puprose .row {
    margin-top: 140px;
}

.caru-puprose .photos-car {
    position: relative;
}

    .caru-puprose .photos-car .gradient-second {
        position: absolute;
        right: 0;
    }

    .caru-puprose .photos-car .car-absolute {
        position: absolute;
        top: 109px;
        z-index: 2;
        right: 65px;
    }

.caru-puprose h1 {
    color: #1C2F4F;
    font-family: "BPG WEB 001 Caps";
    font-size: 32px;
    letter-spacing: 0;
    line-height: 42px;
    max-width: 549px;
    text-align: center;
    margin: auto;
    margin-bottom: 35px;
}

.caru-puprose .services {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: auto;
}

.caru-puprose .purposes {
    border-radius: 26px;
    background-color: #FFFFFF;
    box-shadow: 0 11px 34px -5px rgba(13, 52, 117, 0.13);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 155px;
}

    .caru-puprose .purposes p {
        color: #2354A5;
        font-family: FiraGO;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0;
        text-align: center;
        line-height: 25px;
        margin-top: 25px;
        margin-bottom: 0px;
    }

.caru-puprose h5 {
    color: #34394B;
    font-family: FiraGO;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 29px;
    max-width: 500px;
    margin: auto;
    margin-top: 25px;
}

.caru-puprose .order-btn-second {
    max-width: 500px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 37px;
    background-color: #2254a5;
    box-shadow: 0 23px 39px -16px #1558C8;
    height: 72px;
    color: #FFFFFF;
    font-family: "BPG WEB 001 Caps";
    font-size: 23px;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 55px;
}

.user-name-review {
    color: #1C2F4F;
    font-family: FiraGO;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

.reviews-col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 25px;
}

.custom-margin-user3 {
    margin-top: -40px !important;
    margin: 15px;
}

.custom-margin-user4 {
    margin-top: -21px !important;
    margin: 15px;
}

.car-logos {
    display: flex;
}

    .car-logos img {
        width: 28px !important;
        height: 28px !important;
        border-radius: unset !important;
    }

.name-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .name-logo p {
        color: #4A4E58 !important;
        font-family: FiraGO !important;
        font-size: 17px !important;
        font-weight: bold !important;
        letter-spacing: 0;
        line-height: 27px !important;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .name-logo img {
        border: none !important;
        margin-right: 8px !important;
    }

.fix-count {
    color: rgba(8, 23, 50, 0.76) !important;
    font-family: FiraGO !important;
    font-size: 14px !important;
    letter-spacing: 0;
    line-height: 27px !important;
    font-weight: normal !important;
    margin-bottom: 0px;
}

.blue-header {
    color: #1558C8;
    font-family: "BPG WEB 001 Caps";
    font-size: 32px;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
    margin-bottom: 20px !important;
}

.social-net {
    color: #060C1C;
    font-family: FiraGO;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}

    .social-net img {
        margin-right: 10px;
    }

.step1-container .car-brand .dropdown-item {
    padding: 7px !important;
}

    .step1-container .car-brand .dropdown-item span.text {
        color: #34383F;
        font-family: FiraGO;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 12px;
    }

        .step1-container .car-brand .dropdown-item span.text img {
            max-height: 26px !important;
            margin-right: 3px !important;
        }

.step1-container .car-brand .dropdown-menu .bs-searchbox .form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(76, 112, 213, 0.2);
    padding: 5px;
    height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .step1-container .car-brand .dropdown-menu .bs-searchbox .form-control:focus {
        box-shadow: none !important;
    }

.step1-container .car-brand .filter-option {
    display: flex;
    align-items: center;
}

    .step1-container .car-brand .filter-option .filter-option-inner-inner {
        padding: 0px !important;
    }

        .step1-container .car-brand .filter-option .filter-option-inner-inner span {
            display: none;
        }

        .step1-container .car-brand .filter-option .filter-option-inner-inner img {
            max-height: 29px !important;
        }

.select-without-after:after {
    content: none !important;
}

.select-without-after .dropdown {
    position: relative;
}

#modalNew {
    z-index: 1045;
}

    #modalNew .modal-dialog {
        max-width: 566px;
    }

.donate-now {
    list-style-type: none;
    margin: 25px 0 0 0;
    padding: 0;
    display: flex;
}

    .donate-now li {
        float: left;
        margin: 0 5px 0 0;
        width: 73px;
        height: 40px;
        position: relative;
    }

    .donate-now label,
    .donate-now input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .donate-now input[type="radio"] {
            opacity: 0.01;
            z-index: 100;
        }

            .donate-now input[type="radio"]:checked + label,
            .Checked + label {
                border: 2px solid #2354A5;
                border-radius: 8px;
                background-color: #C5D6F2;
                color: #2354A5;
                font-family: FiraGO;
                font-size: 14px;
                font-weight: 600;
                letter-spacing: 0.1px;
                line-height: 12px;
                text-align: center;
            }

    .donate-now label {
        box-sizing: border-box;
        height: 39px;
        width: 69px;
        border: 1px solid #D7E2EC;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 90;
        color: #383943;
        font-family: FiraGO;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 12px;
        text-align: center;
    }

        .donate-now label img {
            max-width: 30px;
            margin: 0 auto;
        }

        .donate-now label:hover {
            background: #DDD;
        }

.form-select {
    width: 100% !important;
    margin-bottom: 0px;
    height: 39px;
    border-radius: 8px;
}

.radios-select {
    align-items: flex-end;
    justify-content: center;
}

    .radios-select .dropdown-toggle.btn-light {
        margin-bottom: 0px;
        height: 39px;
        border-radius: 8px;
        width: 69px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.step-modal {
    max-width: 380px;
    margin: auto;
    padding: 0;
    background: none;
    box-shadow: none;
}

    .step-modal .car-model .dropdown-toggle {
        border: 1px solid #D7E2EC;
        border-radius: 8px;
        background-color: #FFF;
    }

.new-label {
    color: #8488A3;
    font-family: "BPG WEB 001 Caps";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
}

.step-modal .form-control {
    height: 39px;
    border: 1px solid #D7E2EC;
    border-radius: 6px;
    background-color: transparent;
}

.step-modal .car-model .dropdown-toggle {
    height: 39px;
}

#modalNew .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px 0 12px 12px;
    background-color: #EFF2FC;
    color: #2354A5;
    font-family: FiraGO;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    padding: 15px;
}

    #modalNew .modal-footer i {
        margin-right: 8px;
        font-weight: 500;
    }

#modalNew .modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    padding-top: 25px;
}

    #modalNew .modal-header .btns-texts {
        display: flex;
        justify-content: space-between;
    }

        #modalNew .modal-header .btns-texts span {
            position: absolute;
            z-index: 99;
            left: 0px;
            top: 8px;
            color: #FFFFFF;
            font-family: FiraGO;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 12px;
            width: 100%;
            text-align: center;
        }

    #modalNew .modal-header .text-arrow {
        position: relative;
    }

.active-btn-select {
    border: 2px solid #2354A5 !important;
    border-radius: 8px !important;
    background-color: #C5D6F2 !important;
    color: #2354A5;
    font-family: FiraGO;
    font-size: 14px;
    font-weight: 600;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
    outline-offset: unset !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
    outline-offset: unset !important;
}

.car-brand-change .filter-option {
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalNew .btn-next {
    border-radius: 6px;
    background-color: #2254a5;
    border: none;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    font-family: "BPG WEB 001 Caps";
    color: #FFF !important;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 40px 0px 35px;
}

#modalNew .not-valid {
    border: 1px solid red;
    box-shadow: 0 0 0 0.2rem rgba(255, 15, 15, 0.1);
}

#modalNew .not-valid-text {
    display: none;
    color: red;
    font-weight: normal;
    padding-top: 10px;
}

.btns-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 35px;
}

.btn-back-style {
    height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    color: #5874A3 !important;
    font-family: "BPG WEB 001 Caps";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    width: 48%;
    border-radius: 6px;
    background-color: #EBF0FA;
}

.btn-blue-modal {
    border-radius: 6px;
    height: 46px;
    background-color: #2254a5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    font-family: "BPG WEB 001 Caps";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    width: 48%;
    cursor: pointer;
}

.radios-days {
    width: 100%;
}

    .radios-days li {
        width: 105px !important;
        margin: 0 24px 0 0;
    }

    .radios-days label {
        width: 121px !important;
    }

    .radios-days .donate-now input[type="radio"]:checked + label,
    .radios-days .Checked + label {
        border: 2px solid #2354A5;
        border-radius: 8px;
        background-color: #C5D6F2;
        color: #2354A5;
        font-family: FiraGO;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.1px;
        line-height: 12px;
        text-align: center;
    }

.date-new::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #383943 !important;
    font-family: FiraGO;
    opacity: 1;
}

.date-new:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #383943 !important;
    font-family: FiraGO;
    opacity: 1;
}

.date-new::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #383943 !important;
    font-family: FiraGO;
    opacity: 1;
}

.date-new:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #383943 !important;
    font-family: FiraGO;
    opacity: 1;
}

.date-new::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #383943 !important;
    font-family: FiraGO;
    opacity: 1;
}

.date-new::placeholder {
    /* Most modern browsers support this now. */
    color: #383943 !important;
    font-family: FiraGO;
    opacity: 1;
}

.radios-time {
    display: flex;
    justify-content: space-between;
}

    .radios-time li {
        width: 48% !important;
        margin: 0px !important;
    }

    .radios-time label {
        width: 100% !important;
    }

.step-modal .intl-tel-input {
    width: 100% !important;
}

.label-new-confirm {
    font-family: FiraGO;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
}

@media (max-width: 992px) {
    .quote {
        color: #333547;
        font-family: FiraGO;
        font-size: 15px !important;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center !important;
        position: relative;
        z-index: 2;
    }

    .first-step {
        height: 451px;
        margin-bottom: 26px;
    }

        .first-step .caru-landing {
            position: relative;
            max-height: 500px !important;
            height: 500px !important;
            min-height: unset;
        }

        .first-step .main-title {
            color: #32323F;
            font-family: "ALK Sanet";
            font-size: 22px;
            letter-spacing: 0;
            line-height: 24px;
            text-align: center;
            z-index: 2;
            position: relative;
            margin-top: 30px;
        }

        .first-step .reviews-cont {
            position: relative;
            z-index: 2;
        }

        .first-step .order-btn {
            position: relative;
            z-index: 3;
            color: #FFFFFF;
            font-family: "BPG WEB 001 Caps";
            font-size: 17px;
            letter-spacing: 0;
            line-height: 20px;
            height: 58px;
        }

        .first-step .new-bg .gradient {
            width: 447px;
            left: 234px;
            z-index: 0;
        }

        .first-step .new-bg #group-photo {
            position: absolute;
            top: -358px;
            z-index: 1;
        }

    .how-it-works {
        margin-top: 0px !important;
    }

        .how-it-works .sub-headers {
            color: #1C2F4F;
            font-family: "BPG WEB 001 Caps";
            font-size: 21px !important;
            letter-spacing: 0;
            line-height: 19px;
        }

        .how-it-works .col-lg-4 {
            margin-bottom: 0px !important;
            padding-bottom: 20px !important;
        }

    .caru-puprose .photos-car .gradient-second {
        position: absolute;
        right: 56px;
        top: -52px;
        z-index: 2;
        width: 447px;
    }

    .caru-puprose .photos-car .car-absolute {
        position: relative;
        top: 0;
        z-index: 2;
        right: 65px;
        width: 300px;
        left: -14px;
    }

    .caru-puprose h1 {
        color: #1C2F4F;
        font-family: "BPG WEB 001 Caps";
        font-size: 22px;
        letter-spacing: 0;
        line-height: 30px;
        text-align: center;
        position: absolute;
        top: -267px !important;
        z-index: 99;
    }

    .caru-puprose .services {
        margin-top: 80px;
    }

    .caru-puprose .purposes {
        padding: 13px 22px;
        height: 130px;
        max-width: 110px;
    }

        .caru-puprose .purposes img {
            max-width: 39px;
        }

        .caru-puprose .purposes p {
            color: #2354A5;
            font-family: FiraGO;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 18px;
            text-align: center;
            margin-top: 15px;
        }

    .caru-puprose h5 {
        color: #34394B;
        font-family: FiraGO;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }

    .caru-puprose .order-btn-second {
        color: #FFFFFF;
        font-family: "BPG WEB 001 Caps";
        font-size: 17px;
        letter-spacing: 0;
        line-height: 20px;
        height: 58px;
        margin-top: 40px;
    }

    .people-reviews {
        margin-top: 59px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px !important;
        padding-bottom: 45px !important;
    }

        .people-reviews .group-photo-reviews {
            top: 4%;
            right: 0px;
        }

        .people-reviews .people-reviews .group-photo-reviews .img-fluid {
            right: 0px;
            width: 100px;
        }

        .people-reviews .img-single-quote {
            max-width: 138px;
        }

        .people-reviews .caru-header {
            color: #1C2F4F;
            font-family: FiraGO;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 42px;
            text-align: center;
        }

        .people-reviews .reviews-col {
            padding: 0px;
        }

        .people-reviews .reviews-section {
            margin: 0;
            margin-bottom: 20px;
            margin-top: 0px !important;
            padding-top: 15px;
        }

        .people-reviews .remove-on-mob {
            display: none !important;
        }

    .top-assistants {
        background-color: #FAFBFE;
        padding: 0px 0 20px;
    }

        .top-assistants h3 {
            color: #1558C8;
            font-family: "BPG WEB 001 Caps";
            font-size: 22px;
            letter-spacing: 0;
            line-height: 48px;
            text-align: center;
            padding-bottom: 20px !important;
        }

    .div-white {
        margin-bottom: 40px;
    }

    .why-caru h1 {
        color: #FFFFFF;
        font-family: "BPG WEB 001 Caps";
        font-size: 23px;
        letter-spacing: 0;
        line-height: 26px;
    }
}

.hide-on-desktop {
    display: none;
}

li.form-select {
    width: 18% !important;
}

@media (max-width: 767px) {
    #modalNew {
        width: 100%;
        padding-left: 0px;
    }

        #modalNew .modal-footer {
            color: #2354A5;
            font-family: FiraGO;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0;
            border-radius: unset;
            line-height: 18px;
        }

        #modalNew .close {
            top: 8px;
            right: 16px;
            color: #394a52;
            opacity: 1;
            padding: 0.7rem;
            font-size: 27px;
        }

        #modalNew .btns-texts {
            width: 100%;
        }

        #modalNew .modal-header {
            padding-right: 25px;
            padding-left: 25px;
            padding-top: 40px !important;
        }

        #modalNew .modal-dialog {
            margin: 0px;
            border: none;
            height: 100%;
            min-height: 100% !important;
        }

        #modalNew .modal-content {
            border: none;
            border-radius: unset;
            min-height: 100%;
        }

        #modalNew .hide-on-desktop {
            display: flex;
        }

        #modalNew .donate-brands {
            display: block;
            width: 100%;
            margin: 25px -4px 0px;
        }

            #modalNew .donate-brands label {
                width: 100%;
            }

            #modalNew .donate-brands .editable-li {
                margin: 0 3px 5px 4px !important;
                width: 31%;
                height: 40px;
                position: relative;
            }

        #modalNew li.form-select {
            width: 31% !important;
            margin: 0 4px 0px 4px;
        }

        #modalNew .radios-select .dropdown-toggle.btn-light {
            width: 100% !important;
            border: 1px solid #D7E2EC;
            border-radius: 6px;
            background-color: #FFF;
        }

        #modalNew .modal-header .btns-texts span {
            height: 100%;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .radios-days label {
        width: 100% !important;
    }

    .radios-days li {
        width: 50% !important;
        margin: 0 5px 0 0;
    }

    .car-brand-change .dropdown-menu ul li {
        width: 100%;
    }

    .radios-time li {
        width: 48% !important;
        margin: 0px !important;
    }

    .radios-time label {
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    .modal-header {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }
}

.car-brand-change .bs-searchbox {
    height: 30px !important;
}

.flatpickr-calendar.open {
    z-index: 3333333333333333;
}

.first-step-arrow img, .second-step-arrow img, .third-step-arrow img {
    filter: brightness(80%);
}

#howItWorks {
    padding-top: 95px;
    margin-top: -95px;
}

.car-brand-change ul.dropdown-menu.inner.show li {
    width: 100% !important;
}

#modalUserReg .modal-title {
    font-size: 21px;
}

#modalUserReg ul {
    padding: 0;
    text-align: center;
}

    #modalUserReg ul li {
        list-style: none;
        color: black !important;
        font-size: 15px !important;
    }

#modalUserReg .btn-lg {
    color: #FFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalUserReg .recover-content {
    display: block !important;
}

#modalUserReg1 .modal-title {
    font-size: 21px;
}

#modalUserReg1 ul {
    padding: 0;
    text-align: center;
}

    #modalUserReg1 ul li {
        list-style: none;
        color: black !important;
        font-size: 15px !important;
    }

#modalUserReg1 .btn-lg {
    color: #FFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalUserReg1 .recover-content {
    display: block !important;
}

.error-html {
    color: black !important;
    font-size: 15px !important;
    text-align: center;
    padding: 10px;
}

.map-enable {
    border-radius: 5px;
    box-shadow: 0 3px 17px 0 rgba(69, 110, 221, 0.31);
    background-color: #255BB5;
    color: white;
    height: 46px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    cursor: pointer;
}

    .map-enable img {
        margin-right: 10px;
    }

#map, #mapAss {
    height: 200px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.id-num::-webkit-outer-spin-button,
.id-num::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.id-num[type=number] {
    -moz-appearance: textfield;
}

#HomeForm .errorText-last, #HomeForm .errorText-terms {
    color: red;
    font-size: 12px;
    margin-top: 10px;
}

#termsModal .modal-body {
    max-height: 400px;
    overflow-y: auto;
}

#edit-review-cont{
    display: none;
}

#edit-recommendation-cont{
    display: none;
}

#update-rate-user-form>textarea{
    width: 370px;
}

#edit-review-btn{
    color: cornflowerblue;
}