﻿
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Segoe UI';
    color: #757575;
    background: #F8FAFF;
}

a {
    color: #206bfb;
    text-decoration: none;
}

    a:hover {
        color: #206bfb;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Montserrat', sans-serif;*/
}

p {
    line-height: 24px;
}

.p-0 {
    padding: 0px;
}

.p-6 {
    padding: 60px;
}

.p-2 {
    padding: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-6 {
    padding-top: 120px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-9 {
    padding-bottom: 9rem !important;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-2 {
    margin-top: 20px;
}

.mb-2 {
    margin-bottom: 20px;
}
/* ----------------
    font-face font-face
    --------------------
*/

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('Segoe UI Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('Segoe UI Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('Segoe UI Bold Italic.woff') format('woff');
}


/* ----------------
    End font-face font-face
    --------------------
*/

/*color pallete*/

:root {
    --primary-color: #757575;
    --primary-hover: #1d1d1b;
    --primary-green-color: #07c597;
    --primary-green-hover-color: #40B702;
    --text-color: #252423;
    --text-inner-color: #757575;
}
/*End color pallete*/

.relative {
    position: relative;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.profile_click {
    display: none;
    position: absolute;
    bottom: 0px;
    background: #fff;
    width: 190px;
    right: 0px;
    top: 50px;
    z-index: 9999;
    height: fit-content;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.user_logedin:hover .profile_click {
    display: block;
}


.navbar button.sign-out-btn, .navbar button.sign-out-btn:hover {
    display: block !important;
    width: 100% !important;
    background: #5edfb1 !important;
    border: 0px !important;
    color: #fff !important;
    text-align: center;
    padding: 10px 70px !important;
}

.navbar .dropdown.user_logedin ul {
    left: -172px;
}


.book-service {
    background: #37B006 !important;
    display: inline-flex !important;
    color: #fff !important;
    border: 0px !important;
    padding: 10px 15px !important;
    text-decoration: none;
}

    .book-service:hover {
        background: #222222 !important;
        display: inline-flex !important;
        color: #fff !important;
        border: 0px !important;
        padding: 10px 15px !important;
    }

@media (max-width: 1366px) {
}


@media (max-width: 991px) {
    #header {
        padding: 0px 0;
    }
    /*.navbar ul {
        background: #f0f0f0;
    }*/

    /*  .navbar ul li a {
            justify-content: flex-start;
            padding: 15px 15px 15px 15px !important;
        }
*/
    li.signinbtn {
        display: inline-flex;
    }

    .navbar ul li.signinbtn a {
        padding: 10px 20px !important;
    }
}

/*@media (max-width: 767px) {
    body {
        padding-top: 63px;
    }

    #header {
        padding: 0px 0;
    }
}*/

@media (max-width: 567px) {
    #header {
        padding: 0px 0;
    }

    #header .logo {
        padding: 16px 10px 16px 0;
        line-height: 0;
    }

    #header .logo img {
        max-height: 30px;
    }

    .navbar .dropdown.user_logedin:hover > ul {
        top: 100%;
        visibility: visible;
        left: -172px;
    }

    span.appointment-call-nav {
        font-size: 20px;
    }

    .appointment-phone-nav span {
        font-size: 14px;
    }


    nav-link.selected ~ .dropdown-menu {
        display: block;
    }

    /* .dxbs-menu div.nav .dropdown-menu {
        right: -12px;
        border: 0px;
        background: #f0f0f0;
        padding: 8px;
        height: 100vh !important;
        overflow-x: scroll;
        width: 100vw !important;
        max-width: 100vw !important;
        left: auto;
        top: 32px;
    }*/

   
}

/*==========================
    End Navigation
 ===========================
*/

.light-bg {
    background: #E3F3F7;
    padding: 10px 0px;
}
/*Breadcurmb*/

/*
.breadcrumb-header {
    background: #E3ECFA;
    padding: 10px 0px;
}



.custom-breadcurmb {
    background: none;
}

    .custom-breadcurmb li a {
        color: #003264;
        text-decoration: none;
        font-size: 14px;
    }

    .custom-breadcurmb li.active {
        font-weight: bold;
        color: #003264;
        text-decoration: none;
    }

    .custom-breadcurmb .breadcrumb-item + .breadcrumb-item::before {
        color: #003264;
    }

    .custom-breadcurmb .breadcrumb-item.active::before {
        color: #003264;
        font-weight: 900;
    }
*/

/*end Breadcurmb*/

section.custom-space {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.blue-bg {
    background: #FAFCFF;
}


/*=========
    Login
    ==============*/
.login-form {
    padding: 0px;
}

.form-control.input-text {
    border: 1px solid #171A20;
    height: 50px;
}

    .form-control.input-text:hover, .form-control.input-text:focus {
        outline: none !important;
        box-shadow: none !important;
        border: 1px solid #171A20;
    }

.login-btn {
    background: #40B702;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: background .15s ease-in-out;
    color: #fff;
    border-radius: 5px;
    font-size: 21px;
    font-weight: 700;
    border: 1px solid #37B006;
}

    .login-btn:hover {
        background: #379a04;
        border: 1px solid #379a04;
        transition: background .15s ease-in-out;
    }

.booking-btn {
    background: #5edfb1;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 0;
    font-size: 21px;
    font-weight: 700;
    border: 0px;
    height: 56px;
    transition: background .15s ease-in-out;
}

    .booking-btn:hover {
        background: #45c799;
        transition: background .15s ease-in-out;
    }

.k-checkbox {
    border-color: rgb(55 55 55 / 78%) !important;
    background-color: #ffffff !important;
}

button[disabled] {
    background: #ddd !important;
}

.other-signin {
    text-align: center;
    position: relative;
}

    .other-signin span:after, .other-signin span:before {
        position: absolute;
        content: "";
        width: 90px;
        height: 2px;
        background: #BFCCD8;
        display: flex;
        align-items: center;
        top: 14px;
    }

    .other-signin span:before {
        left: 0px;
    }

    .other-signin span:after {
        right: 0px;
    }

.btn-social-login {
    padding: 10px !important;
    border: 1px solid #605E5C !important;
    width: 100%;
    border-radius: 0px !important;
}

    .btn-social-login:hover, .btn-social-login:focus {
        outline: none !important;
        box-shadow: none !important;
    }

span.error {
    position: absolute;
    font-size: 12px;
    color: #37B006;
    font-weight: 600;
    bottom: -18px;
    display: none;
}

.seprator {
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 55%;
    position: relative;
}

    .seprator:after, .seprator:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background: #BFCCD8;
    }

    .seprator:before {
        top: 0px;
    }

    .seprator:after {
        bottom: 0px;
    }

    .seprator span {
        background: #ECEFF1;
        border-radius: 40px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        color: #605E5C;
        font-weight: 700;
    }

a.sign-up-btn {
    display: block;
    border: 1px solid #5C5E62;
    padding: 12px 10px;
    text-decoration: none;
    color: #484644;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    margin: 20px 0px;
    transition: background .15s ease-in-out;
}

    a.sign-up-btn:hover {
        border: 1px solid #40b702;
        text-decoration: none;
        color: #fff;
        text-align: center;
        background: #40b702;
        transition: background .15s ease-in-out;
    }

/*====================
    end Login command signup
    ===================
*/

/*==============
    Stepper
    ===================
*/
section.stepper {
    padding: 50px 0px 0 0;
}

ul.custom-stepper {
    display: flex;
    width: 100%;
}

    ul.custom-stepper li {
        width: inherit;
        text-align: center;
        position: relative;
        color: #5C5E62;
        font-size: 12px;
        font-weight: 600;
    }

        ul.custom-stepper li a {
            color: #5C5E62;
            text-decoration: none;
        }

        ul.custom-stepper li:before {
            position: absolute;
            content: "";
            width: 179px;
            height: 1.5px;
            background: #5C5E62;
            top: 8px;
            left: 92px;
        }

        ul.custom-stepper li:last-child:before {
            display: none;
        }

        ul.custom-stepper li span.dot {
            width: 20px;
            height: 20px;
            background: #fefefe;
            border-radius: 20px;
            margin: 0px auto 20px;
            display: block;
            position: relative;
            border: 5px solid var(--primary-color);
        }

        ul.custom-stepper li a.active {
            color: #171A20
        }

            ul.custom-stepper li a.active span.dot {
                border-color: #37b006;
            }


/*==============
    End Stepper
    ===================
*/

.car-name b {
    text-transform: uppercase;
    font-size: 14px;
    color: #1d1d1b;
}

.detail {
    padding: 6px 6px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 0.9 !important;
    background: #3e3e3e !important;
}
/*========================
    Book Appointment
    =====================
*/

.text-blue {
    color: #3E6AE1;
}

.text-red {
    color: #E82127;
}

.text-green {
    color: var(--primary-green-color);
}

.w-100 {
    width: 100%
}

.back {
    color: #484644;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.icons {
    margin-right: 60px;
    position: relative;
}

.icon-service {
    background: var(--primary-color);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.icons:before {
    position: absolute;
    content: "";
    border: 1px dashed #A2A3A5;
    height: 100%;
    left: 20px;
    top: 40px;
}

.before-border-0:before {
    display: none;
}

.custom-radio-btn li {
    background: #fff;
    padding: 20px 20px 20px 20px !important;
    box-shadow: 0px 4px 4px rgb(51 51 51 / 4%), 0px 4px 16px rgb(51 51 51 / 8%);
    border-radius: 3px;
    display: inline-flex !important;
}

.custom-radio-btn-dev {
    background: #fff;
    padding: 20px 10px 20px 20px !important;
    box-shadow: 0px 4px 4px rgb(51 51 51 / 4%), 0px 4px 16px rgb(51 51 51 / 8%);
    border-radius: 3px;
    display: inline-flex !important;
}

.thanks {
    border: 1px solid #98ddee;
    background: #eff8fa;
}

.approval {
    border-bottom: 1px solid #ddd;
    background: #eff8fa;
}

    .approval h2 p {
        font-size: 19px;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 0px;
    }

.error-info {
    font-size: 45px;
    color: #FFB300;
}

.appointment-right h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-hover);
    margin-bottom: 0px;
}

    .appointment-right h4 i {
        color: #40b702;
    }



a.add-address {
    color: #ddd;
    border: 2px dashed #b6b6b6;
    display: flex;
    border-radius: 5px;
    height: 100%;
}

    a.add-address i {
        font-size: 35px
    }

.custom-input {
    border: 1px solid #D0D1D2 !important;
    border-radius: 0px !important;
    box-shadow: 0px 4px 4px rgb(51 51 51 / 4%), 0px 4px 16px rgb(51 51 51 / 8%);
    appearance: auto !important;
    width: 100%;
}

    .custom-input .dxbs-input-group input {
        height: 47px !important;
        border-radius: 0px;
        border: 0px;
        padding-left: 20px !important;
    }

        .custom-input .dxbs-input-group input:hover, .custom-input .dxbs-input-group input:focus {
            outline: none !important;
            box-shadow: none !important;
        }

    .custom-input .input-group-prepend {
        display: none;
    }

    .custom-input .input-group-append {
        height: 100% !important;
    }

.custom-input-icons {
    background: #fff !important;
    border-left: 1px solid #ffff !important;
    border-radius: 0px !important;
    color: #3E6AE1 !important;
    font-size: 26px !important;
    box-shadow: none !important;
}

.form-check-input-additional {
    height: 22px !important;
    width: 69% !important;
    overflow: hidden;
    border: 0px !important;
}

.k-checkbox:checked, .k-checkbox.k-checked {
    border-color: #474747 !important;
    color: white;
    background-color: #434343 !important;
}

.border-right-0 {
    border-right: 0px !important;
}

.cupon-msg {
    font-size: 13px;
}

.service-selected {
    padding: 10px !important;
    margin: 0px;
    background: #fff;
    display: block;
    box-shadow: 0px 4px 4px rgb(51 51 51 / 4%), 0px 4px 16px rgb(51 51 51 / 8%);
}

.service-heading {
    padding-bottom: 10px;
    text-align: center;
}

    .service-heading h1 {
        font-size: 18px;
        margin: 0px;
        text-align: center;
        font-weight: 600;
        color: #252423;
    }

span.price {
    font-size: 25px;
    color: #393C41;
    font-weight: 700;
    text-align: center;
    display: flow-root;
    width: 100%;
}

    span.price span {
        font-size: 13px;
        display: flex;
        align-items: end;
    }

.list-service li {
    font-size: 13px;
}

.service-btn {
    background: #ffff !important;
    border-radius: 0px !important;
    padding: 3px 10px !important;
    font-size: 14px !important;
    border: 1px solid #ddd !important;
    color: #5C5E62 !important;
}

    .service-btn.selected {
        background: #393C41 !important;
        border: 1px solid #393C41 !important;
        color: #fff !important;
    }

.date-time input {
    height: 45px;
    border: 0px;
    background: #fff !important;
}

.date-time button {
    background: inherit;
    color: var(--primary-color);
    padding: 0px 20px !important;
}

    .date-time button .dxbs-button-icon {
        position: absolute;
        width: 25px;
        height: 25px;
        top: calc(50% - 10px);
        left: calc(50% - 10px);
    }

.box-shadow {
    box-shadow: 0px 4px 4px rgb(51 51 51 / 4%), 0px 4px 16px rgb(51 51 51 / 8%);
}

.list-pointers li {
    line-height: 2;
}
/*===========================
    Booking Summary
    ==========================
*/
.booking-summary {
    box-shadow: 0px 4px 4px rgb(51 51 51 / 4%), 0px 4px 16px rgb(51 51 51 / 8%);
    background: #fff;
}

h3.booking-summary-heading {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding: 20px 20px 20px 20px;
}

.car-details-overflow {
    width: 88%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-amount {
    padding: 0 30px 20px;
}

.booking-summary-details {
    background: #F6F8FF;
    padding: 20px 30px;
}

.booking-content h4 {
    font-size: 16px;
    color: #484644;
    margin: 0px;
    font-weight: 400;
}

.booknow-cupon {
    border: 1px solid;
    padding: 10px;
}

.total-amt span {
    font-size: 16px;
}

/*Pickupdate*/
.pickupdate span.k-link.k-state-selected {
    background-color: #1d1d1b !important;
    color: #fff !important;
}

.pickupdate.k-panelbar > .k-item > .k-link,
.pickupdate.k-panelbar > .k-panelbar-header > .k-link {
    color: #1d1d1b !important;
}


.customer-tabs ul {
    background: #fff;
}

    .customer-tabs ul li {
        width: fit-content;
        margin-bottom: 0px !important;
        border: 0px !important;
    }

        .customer-tabs ul li.k-state-active {
            border-bottom: 1px solid #000 !important;
        }

            .customer-tabs ul li.k-state-active span.k-link {
                color: #000;
            }

        .customer-tabs ul li span.k-link {
            padding: 15px 50px;
            color: #B0B0B0;
        }

.k-grid-header table, .k-grid-footer table {
    table-layout: auto !important;
}

.k-grid-content table, .k-grid-content-locked table {
    table-layout: auto !important;
}

.k-grid td {
    border-width: 0px 0px 0px 1px;
    vertical-align: middle;
    min-width: 130px !important;
    max-width: 130px !important;
}

.k-grid-header .k-header {
    position: relative;
    vertical-align: bottom;
    cursor: default;
    min-width: 130px !important;
    max-width: 130px !important;
}
/*===============
    footer Section
    =================
*/
.cta-background {
    background: #37B006;
    color: #fff;
}

.top-footer {
    padding: 40px 0px;
}

.grey-light-bg {
    background: #F8F8F8;
}

.needcarhelp {
    margin: 0px;
}

.getAquote {
    background: #ffffff !important;
    color: #444444;
    font-weight: 600 !important;
    padding: 10px 30px !important;
}

    .getAquote:hover {
        background: #ffffff !important;
        color: #37B006 !important;
    }

.page-footer {
    background: #f1f5f8;
    padding: 80px 0px;
}

.bookcall {
    display: inline-flex;
}

span.appointment-call {
    display: flex;
    align-items: center;
    margin-right: -6px;
    font-size: 50px;
    transform: rotate( 24deg );
    color: #393C41;
}

.appointment small {
    display: inline-flex;
    width: 100%;
}

.appointment span {
    font-weight: 600;
    font-size: 17px;
    color: #393C41;
}

h5.footer-heading {
    margin: 0px 0px 20px 0px;
}

.ftr-list li a {
    color: #444;
    text-decoration: none;
    padding: 4px 0px;
    display: block;
    font-size: 16px;
}

    .ftr-list li a:hover {
        color: #37B006;
        transition: color 0.25s;
    }

hr.footer_boder {
    margin: 40px 0px;
}

.email-send {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 50px;
}

ul.social-media {
    display: flex;
}

    ul.social-media li {
        padding: 0px 6px;
    }

        ul.social-media li a {
            color: #393C41;
            font-size: 24px;
        }

            ul.social-media li a:hover {
                color: #37B006;
                transition: color 0.25s;
            }


/*==============
    Select car
 ================*/

span.car-logo {
    align-items: center;
    margin: 0 0px;
    width: 23%;
    display: inline-block;
}

span.car-name {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 6px 0px;
    min-height: 58px;
}

.edit-icon {
    color: var(--primary-color);
}

    .edit-icon:hover {
        color: var(--primary-hover);
    }

.btn-select {
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    height: 35px;
}

.selected {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
}

span.car-number {
    color: var(--primary-color);
    font-weight: 400;
}

span.add-vehicle {
    float: right;
    font-size: 15px;
    color: #3e6ae1;
    display: flex;
    align-items: center;
    height: 100%;
    text-transform: uppercase;
    cursor: pointer;
}

.add-new-vehicle h5 {
    color: #5C5E62;
    font-size: 15px;
    font-weight: 400;
}

.input-additional-info {
    background: inherit !important;
    border-color: #000 !important;
    color: #3e6ae1 !important;
    font-weight: 500 !important;
}

button.view-saved-cars {
    background: inherit;
    border: 0px;
    color: #3e6ae1;
}

    button.view-saved-cars i {
        font-size: 18px;
    }

h5.note {
    border: 2px solid #3e6ae1;
    padding: 10px 10px;
}

a.add-vehicle {
    float: right;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid;
    color: var(--primary-color);
    padding: 5px 10px;
}

    a.add-vehicle:hover {
        background: var(--primary-hover);
        border-color: var(--primary-hover);
        color: #fff;
    }
/*==============
    Select Address
 ================*/
button.btn-add-new {
    background: #fff;
    padding: 15px 25px;
    border: 1px solid #ddd;
    width: 100%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

label.form-check-label {
    font-size: 14px;
    opacity: 1 !important;
}

.custom-radio-btn input[type="radio"]:checked,
.custom-radio-btn input[type="checkbox"]:checked {
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
}

    .custom-radio-btn input[type="radio"]:checked:focus,
    .custom-radio-btn input[type="checkbox"]:checked:focus {
        box-shadow: 0 0 0 2px rgb(51 46 44 / 20%);
    }

ul.edit-list {
    margin: 5px 0 0 0;
    display: flex;
    justify-content: end;
}

    ul.edit-list li a {
        font-size: 14px;
        border-right: 1px solid #ddd;
        padding: 0px 10px;
        line-height: 1;
        text-decoration: none;
    }

    ul.edit-list li:last-child a {
        border-right: 0px;
        padding-right: 0px;
    }

.btn-save {
    background: var(--primary-color) !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 11px 15px !important;
}

    .btn-save:hover {
        background: var(--primary-hover) !important;
        border-color: var(--primary-hover) !important;
    }


.btn-cancel {
    background: #ffffff !important;
    border-radius: 0px !important;
    color: var(--primary-color) !important;
    padding: 11px 15px !important;
    font-size: 18px !important;
    margin-left: 20px;
    border: 1px solid var(--primary-color) !important;
}

    .btn-cancel:hover {
        background: var(--primary-hover) !important;
        border-color: var(--primary-hover) !important;
        color: #fff !important;
    }

/*==========
    addredd popup
    ===================
*/

.add-address-popup {
    width: 100% !important;
    max-width: 600px !important;
    padding: 0px 20px !important;
}

    .add-address-popup .modal-content {
        padding: 20px 20px;
    }

button.dxbs-close {
    background: inherit !important;
    border: 0px;
}

    button.dxbs-close svg {
        width: 20px;
        height: 20px;
    }

button.btn-address-save {
    border: 1px solid #ddd;
    padding: 10px 40px;
    background: inherit !important;
}

.save-address-checkbox {
    font-size: 17px;
    margin: 0px;
}

.popup-button {
    padding: 10px 20px !important;
    font-size: 19px !important;
}

.modal-footer {
    border-top: 0px !important;
}


/*Cart Page*/
.cart-item {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.cart-header {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    display: flex;
    flex-direction: row;
}

    .cart-header h2 {
        font-size: 21px;
        margin: 0px;
        display: flex;
        width: 90%;
    }

    .cart-header span {
        display: flex;
        justify-content: end;
        width: fit-content;
        align-items: center;
    }

.cart-body {
    padding: 15px;
}

.proceed_list li {
    border-right: 1px solid #ddd;
    padding: 0px 40px;
}

    .proceed_list li:last-child {
        border-right: 0px;
        padding-right: 0px;
    }

    .proceed_list li a:hover {
        color: #37B006;
        text-decoration: none;
    }

/*Review order*/
.review_order {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

span.additional-price {
    position: absolute;
    right: 10px;
    background: #EEEEEE;
    padding: 10px;
    top: 0px;
    border-radius: 0px 0px 5px 5px;
    font-weight: 600;
}

/*Order Booked*/

/*.car-icon {
    font-size: 27px;
}*/

.car-details {
    margin-bottom: 20px;
}


.call-driver {
    background: #FAFAFA;
    padding: 20px;
}

.outer-loader {
    background: #ededed42;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    /*opacity: 0.2;*/
}


/*User Profile*/
.user-pointers ul {
    display: block;
    border-bottom: 0px;
}

    .user-pointers ul li {
        margin-bottom: 10px !important;
        display: block !important;
    }

        .user-pointers ul li a {
            background: #fff;
            width: 100%;
            display: block;
            padding: 15px;
            color: var(--primary-color);
            text-decoration: none;
        }

            .user-pointers ul li a.active {
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }

ul.list-inline.user-profile-tabs {
    display: flex;
    margin: 0px;
    border-bottom: 1px solid #BFCCD8;
}

.user-profile-tabs li a {
    border: 1px solid transparent;
    padding: 10px 15px;
    margin: 0px !important;
    display: flex;
    border-bottom: 0px;
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none
}

.user-profile-tabs li.active a {
    border: 1px solid #D0D1D2;
    border-bottom: 0px;
    color: var(--primary-hover);
}
/*Telerik tabs*/
.telerik-tabing ul {
    display: block;
    box-shadow: none !important;
}

.telerik-tabing .k-tabstrip-content {
    border: 0px;
}

.telerik-tabing ul li {
    margin-bottom: 0px !important;
    display: inline-block !important;
}

    .telerik-tabing ul li .k-link {
        background: #fff;
        width: 100%;
        display: block;
        padding: 15px 35px;
        color: var(--primary-color);
        text-decoration: none;
        box-shadow: none !important;
    }

    .telerik-tabing ul li.k-state-active .k-link {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        font-weight: 700;
    }

.telerik-tabing li a {
    border: 1px solid transparent;
    padding: 10px 15px;
    margin: 0px !important;
    display: flex;
    border-bottom: 0px;
    color: #484644;
    text-decoration: none
}



.user-order-header {
    background: #F4F6F8;
}

.validation-message {
    color: red;
}


/*===========
    Resposnive Css
    ==============
*/
@media only screen and (max-width:1200px) {
}



@media only screen and (max-width:576px) {
    .thumbnail {
        text-align: center;
        margin-bottom: 20px;
    }
}
