﻿
/*--------------------------------------------------------------
# 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: #37B006;
    --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: var(--primary-color) !important;
    border: 0px !important;
    color: #fff !important;
    text-align: center;
    padding: 10px 70px !important;
}


.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;
    }

    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
 ===========================
*/


 

/*Breadcurmb*/


.breadcrumb-header {
    background: #E3ECFA;
    padding: 10px 0px;
}

.light-bg {
    background: #f5f5f5;
    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,
.form-control {
    height: 35px;
    border-radius: 0px !important;
    border: 1px solid #ced4da !important;
}

.form-control.input-text:hover, .form-control.input-text:focus, 
.form-control:hover, .form-control: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: #37B006;
    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: #379a04;
    transition: background .15s ease-in-out;
}

/*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: 10px 10px;
    text-decoration: none;
    color: #484644;
    text-align: center;
    border-radius: 0px;
    font-size: 18px;
    margin: 20px 0px;
    transition: background .15s ease-in-out;
}

.a.sign-up-btn:hover {
    border: 1px solid var(--primary-green-color);
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: var(--primary-green-color);
    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
    ===================
*/

/*========================
    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;
}
.service-provider-tahnks {
    position: absolute;
    top: 2px;
    right: 40px;
    width: 84px;
}
.thanks {
    border: 1px solid #98ddee;
    background: var(--primary-green-color);
}

.appointment-right h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-hover);
   
}
.appointment-right h4 i { 
    color: #40b702;
}
.card-header {
    padding: 19px 16px !important;
    margin-bottom: 0;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size:16px ;
    font-weight:500;
}
.card-header h5 {
     font-size:16px ;
    font-weight:500;
    margin-bottom: 0;
}
a.add-address {
    color: #ddd;
    /*border: 2px dashed #b6b6b6;*/
    display: flex;
    border-radius: 5px;
    height: 100%;
}
    a.add-address i {
        font-size: 16px;
        color: var(--primary-color);
        border-radius: 20px;
        margin-right: 4px;
        padding: 0px;
        border: 1px solid var(--primary-color);
    }

.add-new-address {
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 500;
    display: flex;
    align-items: center;
}
.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: var(--primary-color) !important;
    color: white;
    background-color: var(--primary-color) !important;
}
.form-check-input[type=radio],
.k-radio {
    border-width: 2px !important;
    background: transparent !important;
    border-color: var(--primary-color) !important;
}

.form-check-input:checked[type=radio],
.k-radio:checked,
.k-radio.k-checked {
    border-width: 2px;
    background: transparent !important;
    border-color:  var(--primary-color) !important;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #1d1d1d !important;
}
input[type="checkbox"],
.k-checkbox {
    width: 14px;
    height: 14px;
    border-radius: 0px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    border-color: var(--primary-hover-color) !important;
    border-width: 2px !important;
    border-radius: 0px !important;
}
input[type="checkbox"]:focus,
.k-checkbox:checked:focus,
.k-checkbox.k-checked.k-focus {
    box-shadow: 0 0 0 2px #ddd;
}


.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 5px 5px rgb(51 51 51 / 4%), 0px 0px 23px 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: 35px;
    border: 0px;
    background: #fff !important;
}

.date-time button {
     
    color: var(--primary-color); 
}

.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;
}
@media (max-width: 767px) {
    .service-provider-tahnks {
        display: none;
    }
}
/*===========================
    Booking Summary
    ==========================
*/
.sticky-top.booking-summary {
    top: 80px !important;
    z-index: 1;
}

.sticky-div.fixed {
    position: fixed;
}

.sticky-div.footstick {
    position: absolute;
    bottom: 0;
    top: inherit !important
}
.fixed-height {
    /*padding: 0 20px;*/
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.fixed-height::-webkit-scrollbar {
    width: 3px; /* width of the entire scrollbar */
}

.fixed-height::-webkit-scrollbar-thumb {
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 3px solid var(--primary-green-color); /* creates padding around scroll thumb */
}
.booking-summary.choose-summary {
    box-shadow: 0px 4px 4px rgb(51 51 51 / 4%), 0px 4px 16px rgb(51 51 51 / 8%);
}

h3.booking-summary-heading {
    font-size: 18px;
    color: #000;
    font-weight: 600;
   /* border-bottom: 1px solid #ddd;*/
    padding: 20px 20px 0px 20px;
}
.cart-amount {
    background: #222;
    border-radius: 50%;
    padding: 10px;
    line-height: normal;
    color: #fff;
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    top: 8px;
}
.car-details-overflow {
    width: 88%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order-amount {
    padding: 0 4px 20px;
}
.order-amount p {
    margin-bottom: 5px;
 /*   font-size: 13px;*/
}
.booking-summary-details {
    background: #F6F8FF;
    padding: 10px 20px;
}
.booking-summary-details p {
    margin-bottom: 0;
}
.booking-content h4 {
    font-size: 16px;
    color: #484644;
    margin: 0px;
    font-weight:700;
}

.booknow-cupon {
    border: 1px dashed #ccc;
    display: flex;
    margin-bottom: 20px;
}

.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;
}

/*===============
    footer Section
    =================
*/


.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: 22px;
    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: 14px;
    font-weight: 400;
    width: 100%;
    overflow: hidden;
    display: block; 
}

.vertical-line {
    width: 1px;
    height: 100%;
    background: #ddd;
    display: block;
    border: 1px solid #ddd;
}
.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);
}

.btn-select.btn-radio {
    display: flex;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    padding: 0px;
    justify-content: start;
    align-items: self-start;
}

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;
    align-items: baseline;
    margin-top: 4px;
    min-width: 25px;
    margin-right: 10px;
    display:flex;

}

.car-details {
   /* margin-bottom: 20px;*/
    display: flex;
}


.tracking-id {
    background: #ffffff;
}

.tracking-id h4 {
    font-size: 17px;
    font-weight: 700;
    color: #484644;
}
.tracking-id .form-check-inline .form-check-input {
    margin-right: 8px;
}

.order-track {
    /* z-index: 9999;*/
    padding-bottom: 20px !important;
    width: 100%;
    margin: 0;
}
.order-track label.form-check-label {
    font-size: 14px;
    font-weight: 400;
    display: flex;
}
.order-track:last-child {
    padding-bottom: 0px !important;
}

.order-track label input:before {
    position: absolute;
    content: "";
    width: 1px;
    border: 1px dashed #000;
    height: 74%;
    left: 9px;
    top: 21px;
}

.order-track:last-child label input:before {
    display: none;
}

.order-track label input {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-width: 20px;
}

.order-track label input.form-check-input:checked {
    background-color: #000000;
    border-color: #e3e3e3;
}

.order-track label input.form-check-input:disabled {
    opacity:1;
}

.thanks h4 {
    font-size: 29px;
    font-weight: 300;
}
.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;*/
}

.small-loader {
    background: #ededed42;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/*User Profile*/
.user-pointers {
    box-shadow: 0px 5px 5px rgb(51 51 51 / 4%), 0px 0px 23px rgb(51 51 51 / 8%);
}
.user-pointers ul {
    display: block;
    border-bottom: 0px;
}

.user-pointers ul li {
    margin-bottom: 0px !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,
.user-pointers ul li a:hover{
    font-weight:bold;
    box-shadow: 0px 8px 13px rgb(0 0 0 / 17%);
    border-color: #fff !important;
}

    .user-pointers .k-panelbar > .k-item > .k-link, .user-pointers .k-panelbar > .k-panelbar-header > .k-link {
        padding: 0px 0px;
    }
    .user-pointers .k-panelbar > .k-item > .k-link, .user-pointers .k-panelbar > .k-panelbar-header > .k-link {
        color: #ff6358;
        background-color: #ffffff;
    }
    .user-pointers span.k-icon, .user-pointers span.menu-icons {
        display: none;
    }
    .user-pointers ul li a.active:after {
        position: absolute;
        content: "\e9b2";
        font-size: 24px;
        right: 10px;
        font-family: 'boxicons' !important;
        top: 9px;
    }
    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;
}
.user-order-header a{
    color: inherit;
}
.validation-message {
    color: red;
    font-size: 14px;
}
