* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rajdhani', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #0C0917;
    overflow-x: hidden;
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 50px);
    margin-top: 50px;
    word-break: break-word;
}

h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
}

h2,
h3 {
    font-weight: 600;
    margin-bottom: 0;
}

h4,
h5,
h6 {
    font-weight: 500;
    margin-bottom: 0;
}



ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    text-decoration: none;
    color: #202020;
    transition: all 0.5s ease;
}

p {
    margin-bottom: 0;

}

img {
    display: block;
    max-width: 100%;
}

a:focus {
    outline: 0;
}

.lr-ml-4 {
    margin-left: 4px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea,
select {
    box-sizing: border-box;
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    color: #0C0917;
    border: 1px solid #7070703E;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
}

/*.wrapper{
    width: calc(100% - 4%);
    margin: auto;
    }*/
.lr-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    width: 96%;
    padding: 0 15px;
}

@media only screen and (min-width: 1500px) {
    .lr-wrapper {
        max-width: 1366px;
        margin: 0 auto;
        width: 96%;
        padding: 0 15px;
    }
}



.text-left {
    text-align: left;
}

.com-left-pad {
    padding: 0 50px;
}

.com-left-pad-5 {
    padding: 0 5%;
}

.comm-pad-100 {
    padding: 50px 0 0px;
}

.comm-pad-50 {
    padding: 50px 0;
}

.wrap-content {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    min-height: calc(100vh - 230px);
}

/*Header section*/

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
}

header {
    background: #fff;
    border-bottom: 1px solid #7070703E;
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
}

.header-fixed {
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
}

/*menu*/

.menu-icon {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    cursor: pointer;
}

span.bar {
    width: 100%;
    display: block;
    border: 0.1px solid #000000a8;
    margin-bottom: 4px;
}

.mobile-menu-section {
    display: block;
    margin-left: 22px;
}

.header-main .right-side {
    display: flex;
    align-items: center;
}

.sidebar-menu {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    width: 350px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -355px;
    bottom: 0;
    background: #fff;
    transition: all 1s ease-in-out;
    z-index: 999;
    box-shadow: 0px -2px 7px 0px #00000045;
    overflow: hidden !important;
}

div#close-side-menu {
    right: 94px;
    top: 24px;
}

.side-open {

    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    right: 0;
}

.sidebar-menu .inner-side-menu {
    padding: 50px 50px 0;
}

.dash-right-panel {
    width: 100%;
    padding-left: 0;
}

.register-account p {
    margin-bottom: 0;
}

.register-account p a {
    font-weight: 600;
    color: #D5A300;
    text-decoration: underline;
}



/*Login section*/
.circle {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: #D5A300;
    display: flex;
    align-items: center;
    margin: auto;
}

.circle img {
    margin-left: -12px;
    width: 70%;
}

/*.login-left-side .content-box {
    border: 2px solid #D5A300;
    border-radius: 0px 50px 0px 0px;
    position: absolute;
    z-index: -1;
    height:337px;
    width: 81%;
    margin-left: auto;
    right: 6%;
    padding: 35px 0px 0 20px;
    top:90px;
    }*/
.login-left-side .content-box {
    padding: 30px 0px 0 13px;
    position: relative;
    margin-bottom: 14px;
    margin-left: 80px;
}

.login-left-side .inner-left-side {
    position: relative;
}

.login-left-side .inner-left-side:before {
    content: '';
    position: absolute;
    top: 0;
    right: 8%;
    width: 80%;
    height: 80%;
    border: 2px solid #D5A300;
    border-radius: 0px 50px 0px 0px;
    z-index: -1;
}

.login-left-side {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}


section.login-section {
    padding: 40px 0 30px;
}

section.login-section.wrap-content {
    display: flex;
    align-items: center;
}



.login-left-side .image-box img {
    width: 100%;
}

.login-left-side .content-box h1 {
    font-size: 48px;
    line-height: 62px;
    color: #D5A300;
}

.login-left-side .content-box h5 {
    font-size: 32px;
    line-height: 42px;
    color: #0C0917;
}

.login-form {
    margin: auto;
}

.common-btn {
    background: #D5A300;
    border-radius: 4px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 1;
    width: 100%;
    height: 50px;
    margin-top: 30px;
}

.common-title p {
    color: #7070705C;
}

label {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #707070;
    width: 100%;
    text-align: left;
}

.form-group {
    width: 60%;
    margin: auto;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}

.form-group.width-input {
    width: 77%;
}

.login-image {
    margin-bottom: 24px;
}

.common-title {
    margin: 0 0 50px;
}

.signup-area .common-title,
.verify-otp-area .common-title {
    margin: 0 0 25px;
}

.otp-input-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-input-box input {
    height: 67px;
    width: 67px;
}

.otp-input-box input {
    margin: 0 22px 0 0;
    text-align: center;
}

.login-right-side a {
    color: #D5A300;
}

.otp-area p span {
    color: #202020;
    font-weight: 600;
}

.otp-area p {
    color: #707070;
}

.otp-area .common-title p a {
    text-decoration: underline;
    margin-left: 8px;
}

.resend-box {
    margin: 10px 0 0;
}

#otp-box,
#signup-box,
#verify-otp-box {
    display: none;
}

.form-group.signup-form-state {
    width: 58%;
    margin: inherit;
    margin-left: auto;
}

.form-group.signup-form-city {
    width: 58%;
    margin: inherit;
    margin-right: auto;
}

::placeholder {
    color: #7c7c7c7d;
    font-size: 14px;
    line-height: 26px;
}

select {
    color: #7c7c7c7d;
    background: url(../img/down-arrow.svg) no-repeat 94% center;
    padding-right: 35px;
}

.form-group.dash-form-group select {
    background: url(../img/down-arrow.svg) no-repeat 98% center;

}

select option:not(:first-child) {
    color: #000;
}

/*.verify-email-section {
    margin-top: 30px;
    }*/

/*Dashboard section*/

.user {
    display: flex;
    align-items: center;
}

.user-detail p {
    color: #202020;
    font-weight: 600;
    margin-left: 10px;
}

/*.dash-left-panel {
    margin: 0;
    padding: 0;
    width:25%;
    border-right: 1px solid #EDEDED;
    padding: 30px 20px 0 0;
    }*/

.lr-dash-main-section {
    display: flex;
    min-height: calc(100vh - 125px);
    justify-content: flex-start;
    position: relative;
}

.dash-right-panel {
    padding: 35px 50px 20px 0px;
    width: 100%;
    padding-right: 0;
}

.lr-dash-main-section h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.tabs a:hover {
    color: #000;
}

.tabs {
    margin-top: 30px;
}

.tab-box {
    cursor: pointer;
    display: flex;
    padding: 10px;
    margin-bottom: 15px;
    align-items: center;
}

.tab-active {
    background: #FDFBF5;
    border-radius: 8px;
}

.tab-active i {
    color: #D5A300;
}

.tab-box .image {
    margin-right: 10px;
}

.detail-box span {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #727171;
}

.personal-detail-area {
    display: flex;
    position: relative;
    padding-bottom: 2%;
    margin: 15px 0 2% 0;
    flex-wrap: wrap;
}

.personal-detail-area .detail-box p {
    max-width: 330px;
    word-wrap: break-word;
}

.personal-detail-area .detail-box {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    word-break: break-word;
    /* flex-basis: 17%;*/
    /*flex-grow: 0.1;*/
    /*width: 14%;*/

}

.form-group.dash-form-group.state-city-box select {
    color: #000;
}

.personal-detail-area .detail-box:first-child {
    padding-left: 0;
    margin-left: 0;
}

.personal-detail-area .detail-box:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 0.5px;
    background: #F2F2F2;
    top: 13px;
    right: 0;
}

.personal-detail-area .detail-box:last-child:after {
    display: none;
}

.personal-detail-area:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.5px;
    background: #F2F2F2;
    bottom: 0;
    left: 0;
}

/*.dash-right-panel.right-panel-width {
    width: 70%;
    }*/

.dash-right-panel .user-name h2 {
    font-size: 40px;
    line-height: 50px;
    color: #202020;
}

.dash-right-panel .user-name {
    margin-bottom: 2%;
    position: relative;
    padding-bottom: 1%;
}

.dash-right-panel .user-row {
    position: relative;
    margin: 0;
}

.dash-right-panel .user-row:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.5px;
    background: #F2F2F2;
    bottom: 0;
    left: 0;
}

.dash-right-panel .user-name h2 span {
    color: #D5A300;
}

.dash-right-panel .user-name p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #202020;
}

.personal-detail-section {
    margin-top: 2%;
}

.dash-form-group {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.dash-form-group .default-btn {
    margin-top: 10px;
    margin-bottom: -10px;
}

.common-btn.proceed-btn.signoutbtn {
    line-height: 40px;
    max-width: 100px;
    display: block;
    height: 40px;
    padding: 0;
}

.MultiFile-wrap input::file-selector-button {
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #B48A02;
    padding: 5px 20px;
    margin: 0;
    text-align: center;
    background: #D5A300;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
}

div#files {
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    margin: 20px 0px;
    padding: 7px;
    text-align: left;
}

.upload-btn {
    padding: 8px 10px;
    position: relative;
    margin-top: 0;
    height: 30px;
    font-size: 14px;
    line-height: 16px;
}

.upload {
    position: relative;
    margin-right: 10px;
    width: 100%;
    text-align: left;
    height: 100%;
    cursor: pointer;
}

.login-form .upload {
    width: 100px;
    height: auto;
}

.upload-multiple-aadhar .upload {
    max-width: 100px;
    height: auto;
}

.upload-button input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.upload-button {
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    background: url(../img/img-icon.svg)no-repeat 3% center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    height: 50px;

}

.dash-form-group input,
.dash-form-group select,
.dash-form-group textarea,
.dash-form-group .select2-container--default .select2-selection--single {
    border: 1px solid #F2F2F2 !important;
}

.dash-form-group textarea {
    resize: none;
    padding: 10px;
}

.upload-button span {
    font-size: 14px;
    line-height: 14px;
    color: #7c7c7c7d;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
}

.dash-form-group .common-btn {
    margin: 0;
}

.select-business-area {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #D5A300;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #D5A300;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: scale(0.6);
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(0.6);
}

.select-business-area label {
    font-size: 18px;
    line-height: 23px;
    color: #202020;
    width: auto;
    font-weight: 500;
}

.select-business-area .type-box {
    margin-right: 35px;
    position: relative;
}

/*Thank you section*/
#thank-you-box,
#business-details,
#congrats-box,
#proceed-pay,
#registration-summry,
#regis-show-data,
#pay-success-box,
#final-step-box,
#congrats-activate-box,
.payable-box,
.pay-now-btn,
#detail-summary {
    display: none;
}

.inner-thank-you-section {
    border: 1px solid #F2F2F2;
    border-radius: 12px;
    align-items: center;
    display: flex;
    padding: 4px 20px;
}

.dash-right-panel .detail-box a {
    font-size: 12px;
    line-height: 24px;
    color: #347FE6;
    text-decoration: underline;
}

.dash-right-panel .detail-box a.download-invoice {
    position: relative;
    color: #D5A300;
    text-decoration: none;
}

.thank-lottifie {
    margin-right: 27px;
}

/*.inner-details .personal-detail-section:last-child .personal-detail-area {
    padding: 0;
    margin: 0;
    margin-top: 22px;
    }*/

/*.inner-details .personal-detail-section:last-child .personal-detail-area:after {
    display: none;
    }*/

.inner-thank-you-section .content h2 {
    font-size: 24px;
    line-height: 34px;
    color: #D5A300;
}

.common-btn.proceed-btn {
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #B48A02;
    padding: 8px 20px;
    margin: 0;
    text-align: center;
    max-width: 200px;
}

.common-btn.proceed-btn:hover {
    color: #fff;
}

.personal-detail-area .detail-box:last-child {
    margin: 0;
    padding: 0;
}

.inner-thank-you-section p {
    font-size: 18px;
    line-height: 28px;
}

.process-payement-btn .process-btn {
    width: 185px;
}

/*.personal-detail-section.registration-summary .personal-detail-area{display: block;}*/
.personal-detail-section .refundable-box {
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    align-items: center;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    margin: 20px 0 10px;
}

.main-refund-box .refundable-box h3 {
    font-size: 18px;
    line-height: 28px;
}

.main-refund-box .left-side p {
    font-weight: 400;
}

.main-refund-box .right-side p {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #D5A300;
}

.inner-thank-you-section.final-step-box {
    justify-content: space-between;
    padding: 20px 20px;
}

.final-title h6 {
    margin-bottom: 0;
    color: #D5A300;
}

.final-title p {
    font-weight: 400;
}

.inner-thank-you-section.final-step-box h3 {
    font-size: 16px;
    line-height: 21px;
}

.inner-thank-you-section.final-step-box .left-side {
    width: 70%;
}

.inner-thank-you-section.final-step-box .left-side.detail-flex {
    display: flex;
}

.inner-thank-you-section.final-step-box .left-side.detail-flex .detail-summary-left {
    margin-right: 30px;
}

.inner-thank-you-section.final-step-box .right-side {
    width: 30%;
}

.final-step-box .download-view a {
    position: relative;
    font-size: 16px;
    color: #D5A300;
    display: inline-block;
    margin-right: 38px;
}

.personal-detail-section.detail-summary .download-invoice {
    position: relative;
    font-size: 11px;
    color: #D5A300;
    display: inline-block;
    margin-right: 0px;
    text-decoration: none;
}

.final-step-box .download-view {
    text-align: right;
}

.final-step-box .download-view a:after,
.download-invoice:after {
    content: '';
    position: absolute;
    top: 30%;
    right: -21px;
    background: url(../img/eye.svg)no-repeat;
    width: 14px;
    height: 14px;
}

.final-step-box .download-view a.download:after,
.download-invoice:after {
    background: url(../img/download.svg)no-repeat;

}

.download-invoice:after {
    top: 0;
}

.inner-thank-you-section.final-step-box .left-side p {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 33px;
    margin-bottom: 20px;
}

.inner-thank-you-section.final-step-box .left-side p:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/doc-icon.svg)no-repeat;
    width: 25px;
    height: 25px;
}

.thank-you-box.final-steps .final-title {
    margin-bottom: 25px;
}

.sucess {
    color: #58C154;
}

.exploring-btn a {
    display: block;
}

.exploring-btn {
    display: none;
}


/*car-deals*/

.car-delas-box {
    border: 1px solid #D3D3D3;
    border-radius: 12px;
    display: flex;
    position: relative;
}

.deal-end-time-box p {
    font-size: 12px;
}

.deal-end-time-box h3 {
    font-size: 28px;
    line-height: 21px;
}

.deal-end-time-box {
    background: #D5A300 0% 0% no-repeat padding-box;
    border-radius: 0px 12px;
    position: absolute;
    right: -2px;
    top: -1px;
    color: #fff;
    font-weight: 600;
    width: 195px;
    height: 73px;
    text-align: center;
}

.car-delas-box .deal-end-time-box {
    padding: 0;
    width: 150px;
    height: 54px;
    text-align: center;
}

.car-delas-box .left-side img {
    border-radius: 12px;

}

.car-delas-box .left-side {
    width: 320px;
}

.vip_image_aspect_img {
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #fff;
    border-radius: 12px;
}

.vip_image_aspect_img img {
    width: auto !important;
    height: auto !important;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100% !important;
    display: block !important;
}

.vip_detals_image {
    height: 380px;
}

/*.car-delas-box .left-side .inner-image{display: flex;align-items: center;height: 100%;}*/
.features {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;

}

.features .feature-item {
    position: relative;
    padding-right: 30px;
    color: #202020;
    FONT-WEIGHT: 600;
    font-size: 20px;
    flex-grow: 0.1;
    flex-basis: 15%;
    margin-right: 35px;
    margin-top: 10px;

}

.features .feature-item:last-child:after {
    display: none;
}

.feature-item:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    background: #E8E8E8;
    height: 35px;
    width: 0.5px;
    transform: skew(-19deg);
}

.features .feature-item span {
    font-size: 14px;
    line-height: 24px;
    color: #B7B7B7;
    text-transform: uppercase;
}


.car-delas-box .right-side {
    padding: 30px;
    width: 70%;
}

.price p span {

    color: #D5A300;
}

.price p .price-span {
    font-size: 36px;
}

.table-responsive.detail-table {
    margin-bottom: 0;
}

.price p {
    font: normal normal 600 14px/15px Rajdhani;
}

.view p {
    background: url('../img/eye.svg')no-repeat left center;
    padding-left: 20px;
    line-height: 24px;
    margin-top: 5px;
}

.view-details {
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    color: #202020;
    font-weight: 600;
    position: relative;
    width: 126px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.view-details:hover {
    color: #202020;
}

.view-details span {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.view-details span:after {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    background: url(../img/detail-icon.svg) no-repeat;
    width: 17px;
    height: 19px;
}

.car-delas-box .common-btn.proceed-btn {
    width: 140px;
    height: 42px;
    padding: 0;
    line-height: 42px;
}

.car-delax-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.car-delas-box h2 {
    font-size: 32px;
    line-height: 41px;
    color: #1A1919;
}

.car-delas-box .feature-item {
    padding-right: 21px;
    flex-basis: inherit;
    margin-right: 24px;
    flex-grow: inherit;
}

.car-delas-box .feature-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.price-view {
    margin: 10px 0 15px;
}


/*Mycar Dashboard Section*/

a.pend_pur_tab {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #888888;
    display: inline-block;
    margin-right: 20px;
    width: 130px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

a.tb-active {
    background: #D5A300;
    color: #fff;
}

.mycar-dash-section {
    display: none;
}

.active-section {
    display: block;
}

.car-detail-table .car-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-detail-table .car-image-box {
    width: 100px;
    height: 65px;
    overflow: hidden;
    border-radius: 10px;
}

.mycar-main-section {
    width: 100%;
    max-width: 100%;
}

.car-delas-box.car-detail-box .right-side.deal-head {
    padding-top: 0;
}

a.car-make-payment {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #2244D5;
    text-decoration: underline;
}

a.confirm-pending,
.time-left.time-disable {
    color: #E6E6E6;
}

.time-left {
    color: #D5A300;
}

.resp-table {
    width: 100%;
    display: table;
}

.resp-table-header {
    display: table-header-group;
}

.table-header-cell {
    display: table-cell;
    padding: 10px;
    text-align: justify;
    border-bottom: 1px solid #E6E6E6;
    color: #888888;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    width: 10%;
}

.table-header-cell:nth-child(1) {
    width: 10%;
}

.table-header-cell:nth-child(2) {
    width: 10%;
}

.table-header-cell:nth-child(3) {
    width: 10%;
}

.table-header-cell:nth-child(4) {
    width: 10%;
}

.table-header-cell:nth-child(5) {
    width: 10%;
}

.table-header-cell:nth-child(6) {
    width: 10%;
}

.table-header-cell:nth-child(7) {
    width: 10%;
}

.table-header-cell:nth-child(8) {
    width: 10%;
}

.table-header-cell:nth-child(9) {
    width: 10%;
}

.resp-table-body {
    display: table-row-group;
}

.resp-table-row {
    display: table-row;
    border-bottom: 1px solid #E6E6E6;
}


.table-body-cell {
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #E6E6E6 !important;
    border-width: 1px;
    word-break: break-word;
    line-height: 17px;
}

.resp-table-row:last-child .table-body-cell {
    border-bottom: none !important;
    border-width: 0;
}


table.table.car-detail-table th {
    color: #888888;
    text-transform: capitalize;
    font-weight: 600;
    width: calc(100% / 9);
    font-size: 16px;
}

table.table.car-detail-table td {
    font-weight: 600;
    width: calc(100% / 9);
}

table.table.car-detail-table tr {
    border-bottom: 1px solid #E6E6E6;
}

table.table.car-detail-table tbody tr:last-child {
    border-bottom: 0;
}

.car-detail-table th {
    padding: 10px 5px;
}

.mycar-tabs {
    margin: 15px 0 25px;
    display: flex;
}

.car-detail-table tr td {
    padding: 20px 6px 20px 6px;
    line-height: 18px;
    vertical-align: middle;
    font-size: 16px;
}

.pending-now {
    color: #FF001D;
}

.submit-sucess {
    color: #58C154;
}

.time-left a {
    color: #D5A300;
    text-decoration: underline;
}

a.upload-now {
    color: #D5A300;
    background: url(../img/upload-now.svg)no-repeat right center;
    padding-right: 25px;
}

.thank-you-pay-pop {
    display: none;
}


.car-delas-box.car-detail-box {
    border: none;
    display: block;
}

.car-delas-box.car-detail-box .right-side {
    padding: 30px 0 0;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
}

.car-delas-box.car-detail-box .features {
    max-width: 850px;
    /* max-width: 630px;*/
    padding: 20px 0 0;
}

.car-delas-box.car-detail-box .features .feature-item {
    flex-grow: inherit;
    flex-basis: max-content;
    margin-right: 34px;
    margin-top: 0;
    margin-bottom: 20px;
}

.car-delas-box.car-detail-box h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 52px;
}

.car-delas-box.car-detail-box .deal-end-time-box {
    right: 45px;
    top: 55px;
    border-radius: 6px;
}

.car-delas-box.car-detail-box .price p .price-span {
    font-size: 32px;
    padding-right: 7px;
}

.detail-content,
.sliders-content {
    height: 0;
    overflow: hidden;
}

.sliders-tab-content-section .image img {
    border-radius: 12px;
}

.acrd-content {
    margin-top: 1%;
}

.content-active {
    height: auto;
}

.car-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #70707021;
}

/*.evalution-feature-content{margin: 10px 0 0;}*/
.car-tabs a {
    position: relative;
    padding-bottom: 10px;
    color: #00000066;
    margin-right: 30px;
}

.car-tabs a:hover,
.car-tabs a.detail-active {
    color: #202020;
    font-weight: 600;
}

.car-tabs a.detail-active:after,
.car-tabs a:hover:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: #D5A300;
    height: 2px;

}

.price-breakup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dashed #F2F2F2;
}

.price-breakup:last-child {
    border: none;
}

.common-modal-dialoge.view-breakup-popup h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}

.common-modal-dialoge.view-breakup-popup .common-modal-content {
    padding: 30px;
}

.common-modal-content .price-breakup p {
    font-size: 20px;
    font-weight: 500;
    color: #202020;
}

.common-modal-content .price-breakup .right-para {
    color: #D5A300;
    font-weight: 600;
}

.view-breakup {
    border: 1px solid #D5A300;
    border-radius: 4px;
    font: normal normal 600 14px/18px Rajdhani;
    letter-spacing: 0px;
    color: #D5A300;
    padding: 7px 14px;
    display: inline-block;
    margin: 5px 0;
}

.view-breakup:hover {
    color: #D5A300;
}

.detail-table tr td {
    width: 33.3%;
    padding: 15px 0;
}

.detail-table tr {
    border-bottom: 1px solid #70707021;

    vertical-align: middle;
}

.detail-table tr:last-child {
    border: none;
}

.car-detail-specification h2 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 38px;
    color: #000000;
    margin: 10px 0;
}

.car-detail-specification .accordion-item .acrd-title h3 {
    font-size: 20px;
}

.door-driver-box {
    border: 1px solid #70707021;
    padding: 20px;
    display: flex;
    font-weight: bold;
    align-items: center;
    margin: 20px 0;
}

.door-driver-box img {
    margin: 0 15px;
}

.detail-table tr td .image img {
    margin: auto;
}

.detail-table tr td:nth-child(2) {
    color: #59C155;
}

.detail-table tr td span {
    color: #00000098;
    width: 70%;
    display: inline-block;
}

a.detail-active {
    font-weight: 600;
}


.sliders-content .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
}

.sliders-content .slick-prev {
    left: 25px;
}

.sliders-content .slick-next {
    right: 25px;
}

.car-tabs.sliders-tabs {
    justify-content: flex-start;
    border: none;
}

.car-tabs.sliders-tabs a {
    font-weight: 700;
    color: #000;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.sliders-content .exterior-items .image img {
    /*height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;*/
    width: 100%;

}

/*.sliders-content .exterior-items .image{
    display: inline-block;
    
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 100%;
    }*/
.sliders-content .exterior-items {
    border-radius: 6px;
    cursor: pointer;
    /*height: 30em;*/
    overflow: hidden;
    position: relative;
    width: 100%;
}

.car-detail-right-side {
    margin: 0 0 0 5%;
}

.car-detail-right-side .paymode-section h1 {
    color: #D5A300;
    font-size: 42px;
    line-height: 45px;
}

.paymode-section.payable-box .payment-method-box .select-business-area {
    margin: 0;
}

.payment-method-box h6 {
    font-weight: 700;
    margin: 20px 0;
}

.paymode-section.payable-box span {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #D5A300;
}

.paymode-box [type="radio"]:checked+label:before,
.paymode-box [type="radio"]:not(:checked)+label:before {
    border: 1px solid #202020;
}

.paymode-box .select-business-area .type-box {
    display: flex;
    align-items: center;
}

.info-span {
    margin-left: 10px;
    cursor: pointer;
    width: 16px;
    display: inline-block;
}

.info-span img {
    width: 100%;
}

.sliders-content .slick-prev img {
    transform: rotate(180deg);
}

.view-detail-popup .right-side .features {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.view-detail-popup .right-side .features .feature-item p {
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.view-detail-popup .right-side .features .feature-item {
    /*margin-bottom: 8px;*/
    text-align: left;
    margin-right: 24px;
    flex-basis: 23%;
    flex-grow: inherit;
}

.balance-booking-box {
    display: flex;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
    margin: 15px 0 22px 0;
}

.inner-booking-balance {
    margin-right: 40px;
}


.common-modal-content .inner-booking-balance p {
    margin: 0;
    font-weight: 600;
}

.common-modal-content .main-booking-balance .inner-booking-balance span {
    font-size: 12px;
    color: #202020;
    font-weight: 400;
}

.main-booking-balance h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #202020;
    text-transform: uppercase;
    opacity: 1;
}

select:required:invalid {
    color: gray;
}

select:invalid>option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

#make-payment-popup .common-modal-content {
    padding: 30px 40px 34px 59px;
    width: max-content;
    max-width: 1080px;
    top: 0;
    transform: translate(-50%, 0);
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

#make-payment-popup .common-modal-dialoge,
div#view-detail-popup .common-modal-dialoge {
    height: auto;
}

.balance-amount-box {
    position: absolute;
    top: 31px;
    right: 90px;
}

.common-modal-content .balance-amount-box p {
    font: normal normal bold 30px/38px Rajdhani;
    color: #D5A300;
    margin: 0;
}

.balance-amount-box span {
    font-size: 16px;
    line-height: 21px;
    color: #888888;
}

.main-make-payment-pop-section .main-booking-balance h2 {
    font-size: 18px;
    line-height: 28px;
}

.main-make-payment-pop-section .add-payment-details-area {
    margin-top: 15px;
}

/*.add-payment-details-area .dash-form-group .date-payment{position: relative;}*/
.add-payment-details-area .dash-form-group .date-payment input {
    background: url(../img/calender.png) no-repeat 94%center;
    background-size: 20px 20px;

}

.main-make-payment-pop-section .common-modal-content .inner-booking-balance p {
    font-size: 18px;
}

.common-modal-content .main-make-payment-pop-section .main-booking-balance .inner-booking-balance span {
    font-size: 14px;
    color: #888888;
    font-weight: 500;
    word-break: break-word;
}

/*.common-modal-content .main-make-payment-pop-section .balance-booking-box {
    justify-content: space-between;
    }*/
.common-modal-content .main-make-payment-pop-section .balance-booking-box .inner-booking-balance {
    flex-basis: 100%;
}

/*.common-modal-content .main-make-payment-pop-section .main-booking-balance.balance-booking-update{
    height: 200px;
    overflow-y: auto;
    }*/

.demo-y {
    height: 155px;
}

.common-modal-content .main-make-payment-pop-section .upload-button {
    background: url(../img/upload-pay.svg)no-repeat 96% center;
    padding-left: 14px;
    padding-right: 10px;
}

.main-make-payment-pop-section [type="radio"]:checked+label:before,
.main-make-payment-pop-section [type="radio"]:not(:checked)+label:before {
    border: 1px solid #202020;
}

.inner-thank-you-section.final-step-box.detail-summary {
    border: none;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 2%;
    display: flex !important;
    border-radius: 0;
}

.otp-input-box input:last-child {
    margin-right: 0;
}

.view-detail-popup .right-side h2 {
    padding-right: 30px;
    font-size: 30px;
}

.demo-y.view-popup-demoy {
    height: 314px;
}

.view-detail-popup .main-booking-balance .inner-booking-balance {
    flex-basis: 100%;
}

.view-detail-popup .main-booking-balance .inner-booking-balance:last-child {
    margin-right: 0;
}

.car-image img {
    border-radius: 10px;
}

div#view-detail-popup .car-image img {
    width: 300px;
    height: 170px;
    object-fit: cover;
}

.video-fancy-box a {
    position: relative;
    display: block;
    border-radius: 12px;
}

.video-fancy-box a:after {
    background: url(../img/play-icon.svg) no-repeat;
    background-size: cover;
    content: "";
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
}

.video-fancy-box a img {
    width: 100%;
    /*height: 500px;
    object-fit: cover;*/
    border-radius: 12px;
}

.car-detail-left-section .slick-arrow.slick-disabled {
    display: none !important;
}

div#upload-rc .common-modal-content {
    width: 500px;
}

div#upload-rc .common-modal-content h1 {
    margin: 5% 0;
}

.accordion-item {
    margin: 0px 0 15px;
    padding: 20px 17px;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: 12px !important;

}

.accordion-item .acrd-title {
    position: relative;
    cursor: pointer;
}

.accordion-item .acrd-title:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 9px;
    background: url(../img/down-arrow.svg) no-repeat 100% center;
    cursor: pointer;
}

.accordion-item .acrd-title.current-acrdn:before {
    transform: rotate(180deg);
}







/*Footer section*/

footer {
    background: #fff;
    border-top: 1px solid #7070703E;
    padding: 13px 0;
    height: 50px;
}


.main-footer .right-side ul {
    display: flex;
    align-items: center;
}

.main-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;

}

.main-footer .right-side ul li {
    padding: 0 10px;
    position: relative;
}

.main-footer .right-side ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 30%;
    width: 0.5px;
    height: 46%;
    background: #000;
}

.main-footer .right-side ul li:last-child:after {
    display: none;
}

.main-footer p {
    color: #000;
}

.main-footer .right-side ul li a {
    color: #000000;
}




/*popup*/
.modal-up {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffeb;
    /*opacity: 0;
    visibility: hidden;*/
    display: none;
    z-index: 6;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
}

.modal-up-dialoge {
    position: relative;
    height: 100%;
}

.modal-up-content {
    background: #fff;
    max-width: 450px;
    border: 1px solid #F2F2F2;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 1s ease-in-out;
    height: 100%;
    overflow-y: auto;
}

.modal-up-content .car-delas-box {
    flex-direction: column;
    border: none;

}

.buy-now-heading-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-up-content .car-delas-box .buy-now-heading-box .price {
    color: #D5A300;
    font-size: 20px;
    font-weight: 600;
}

.buy-now-heading-box .detail-price {
    color: #D5A300;
    font-size: 20px;
    font-weight: 600;
    padding-right: 50px;
}

.modal-up-content .car-delas-box h2 {
    font-size: 22px;
    line-height: 32px;
    color: #1A1919;
}

.modal-up-content .car-delas-box .right-side {
    width: 100%;
}

.modal-up-content .features {
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    margin: 20px 0;
    padding: 15px 0;
}

.modal-up-content .features:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5px;
    border-top: 2px dashed #eee;
}

.modal-up-content .features:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5px;
    border-top: 2px dashed #eee;
}

.modal-up-content .features .feature-item {
    font-size: 16px;
    flex-basis: 23%;
    padding-right: 0;
    flex-grow: inherit;
}

.modal-up-content .feature-item:after {
    display: none;
}

.modal-up-content .car-delas-box .left-side {
    width: 100%;
    height: 250px;
    padding: 30px 30px 0px 30px;
}

#info-popup .common-modal-content {
    max-width: 700px;
}

.close {
    position: absolute;
    right: 68px;
    top: 30px;
    font-size: 30px;
    cursor: pointer;
    z-index: 3;
}

.modal-up-content .close {
    top: 10px;
}

.paymode-box .select-business-area {
    margin: 10px 0;
    border: 1px solid #F2F2F2;
    border-radius: 12px;
    padding: 14px
}

.term-condition-area {
    display: flex;
    align-items: center;
}

.paymode-box .select-business-area label {
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
    color: #202020;
}

.term-condition-area label {
    font-size: 12px;
    color: #000;
}

.term-condition-area label a {
    text-decoration: underline;
    color: #D5A300;
}

.modal-up-content .common-btn.proceed-btn,
.car-detail-right-side .common-btn.proceed-btn {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    height: 50px;
    padding: 0;
}



/*Common Popup*/

.common-modal-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffeb;
    display: none;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;

}

.common-modal-dialoge {
    position: relative;
    height: 100%;
}

.common-modal-content {
    background: #fff;
    max-width: 80%;
    border: 1px solid #F2F2F2;
    border-radius: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px 26px 20px;
    width: max-content;
}

#view-detail-popup .common-modal-content {
    max-width: 990px;
    padding: 30px 20px 0px 20px;
    left: 50%;
    /* margin: auto;*/
    padding: 30px 40px 30px 30px;
    width: max-content;
    top: 0;
    transform: translate(-50%, 0);
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;

}

.main-booking-balance .balance-booking-box.dynamicAppend:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.common-modal-content .icon img {
    margin: 28px auto;
}

.common-close {
    position: absolute;
    top: 30px;
    right: 42px;
    cursor: pointer;
}

.common-modal-content p {
    font-weight: 400;
    color: #202020;
    margin: 20px;
}


/*Select box*/


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 0px !important;
    margin-top: 0px !important;
    top: 39% !important;
    width: 16px !important;
    background: url(../img/down-arrow.svg) no-repeat !important;
    border: none !important;
    height: 19px !important;
}


.select2-container--default .select2-selection--single {
    height: 50px !important;
    border: 1px solid #7070703E !important;
    border-radius: 4px !important;

}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 10px !important;
    padding-right: 0px !important;
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    color: #E6E6E6 !important;
    line-height: 46px !important;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 22% !important;
    right: 20px !important;
}

:focus-visible {
    outline: none !important;
}

.select2-container {
    width: 100% !important;
}

/*Logo*/

.logo img {
    width: 100%;
}

.logo {
    width: 200px;
}

.tabs .tab-box .image img {
    filter: grayscale(100%);
}

.tabs .tab-box.tab-active .image img {
    filter: grayscale(0);
}




/*Swiper slider*/


.swiper-slider-main .swiper {
    width: 100%;
    height: 100%;
}

.swiper-slider-main .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slider-main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slider-main .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slider-main .swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-slider-main .mySwiper2 {
    height: 80%;
    width: 100%;
}

.swiper-slider-main .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper-slider-main .mySwiper .swiper-slide {
    width: 25% !important;
    height: 100%;
    opacity: 0.4;
}

.swiper-slider-main .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slider-main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slider-main.car-detail-left-section {
    height: 500px;
}

.thumbnail {
    z-index: 10000000;
    width: 30px;
    height: 30px;
    color: #fff;
}



/*popup swipe slider*/
.swipe-slider-popup {

    position: fixed;
    width: 100%;
    height: 100%;
    background: #eee;
    z-index: 100;
    /*overflow: hidden;*/
    display: none;

}

/*.swipe-slider-popup.test { height: 100%; }*/

.slider-popup-dialouge .slider {
    padding-left: 32px;
    height: 100%;
}

.slider-popup-dialouge .slider .swiper-container {
    width: 100%;
    height: 100%;
}

.slider-popup-dialouge .slider__flex {
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.slider-popup-dialouge .slider__col {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 32px;
    height: 100%;
    background: #fff;
    padding: 10px;
}

.slider-popup-dialouge .pop-slide-prev,
.slider-popup-dialouge .pop-slide-next {
    cursor: pointer;
    text-align: center;
    font-size: 0px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider-popup-dialouge .pop-slide-prev:focus,
.slider-popup-dialouge .pop-slide-next:focus {
    outline: none;
}

.slider-popup-dialouge .slider__thumbs {
    height: 100%;
    overflow: hidden;
}

.slider-popup-dialouge .slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.slider-popup-dialouge .slider__thumbs .slider__image:hover {
    opacity: 1;
}

.slider-popup-dialouge .slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.slider-popup-dialouge .slider__images {
    height: 500px;
    overflow: hidden;
    position: relative;
    margin: 7% 2% 0;
}

.slider-popup-dialouge .slider__image {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.slider-popup-dialouge .slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-popup-dialouge,
.swiper-content {
    height: 100%;
}

.zoom-main {
    position: relative;
}

figure.containerZoom {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor:
        zoom-in;
    margin: 0
}

figure.containerZoom img {
    transition: opacity .5s;
    display: block;
    width: 100%
}

figure.containerZoom.active img {
    opacity: 0;
}

/*@media (max-width: 767.98px) {
    .slider-popup-dialouge .slider__flex {
    flex-direction: column-reverse;
    }
    .slider-popup-dialouge .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
    }
    .slider-popup-dialouge .slider__images {
    width: 100%;
    }
    .swipe-slider-popup .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
    }
    .slider-popup-dialouge .slider__prev,
    .slider-popup-dialouge .slider__next {
    height: auto;
    width: 32px;
    }
    }*/
a.show-link {
    text-decoration: underline;
}

.no-deal-found img {
    width: 400px;
}


.error {
    text-align: left;
    font-size: 12px;
    color: red;
}

.no-deal-found p {
    font-size: 30px;
}

section.login-section.wrap-content.data-page {
    padding-top: 35px;
}

section.login-section.wrap-content.data-page h1 {
    margin-bottom: 30px;
}

section.login-section.wrap-content.data-page h3 {
    margin: 30px 0 10px;
}

#make-payment-popup .thankyou-position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

#make-payment-popup .thankyou-dailouge {
    height: 100%;
}

.application_rejected small {
    font-size: 18px;
    line-height: 20px;
    color: #202020;
    margin-top: 12px;
    display: block;
}

.application_rejected {
    font-size: 30px;
}

.thank-you-box {
    margin-top: 25px;
}

a.car-make-payment.deal-confirmation-awaiting .info-span img {
    filter: grayscale(1);
}

a.car-make-payment.deal-confirmation-awaiting .info-span {
    margin-left: 4px;
    width: 11px;
    position: relative;
    top: 2px;
}

.error-align {
    text-align: center;
    margin-top: 15px;
}

/*.error {position: absolute;bottom: -17px;width: 100%;left: 0; font-size: 12px;}*/
.succe-align {
    margin-top: 15px;
}

.position-no-deal {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);

}

a.multiple-adhar-btn {
    display: block;
    background: #D5A300;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 1;
    max-width: 170px;
    width: 100%;
    margin-top: 17px;
    margin-left: auto;
    text-align: center;
}

select,
input[type="date"],
input[type="file"],
#date_of_payment {
    cursor: pointer;
}

input::file-selector-button {
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.evaluation_report td.label-spec {
    position: relative;
    padding-left: 15px;
    width: 230px;
}

.evaluation_report td.label-spec:before {
    content: '*';
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    /* background: #000; */
    border-radius: 50%;
    font-size: 25px;
}

.modal-up-content .car-delas-box .left-side img {
    border-radius: 12px;
    object-fit: contain;
    height: 100%;
    width: 100%;


}

.inner-booking-balance span.Not.Approved {
    color: red !important;
}

.inner-booking-balance span.Approved,
.main-booking-balance span#status {
    color: green !important;
    font-weight: 600 !important;
}

.balance-booking-box.dynamicAppend .Not.Apporved {
    color: red !important;
}

.balance-booking-box.dynamicAppend .Apporved {
    color: green !important;
    font-weight: 600 !important;
}

.summary-head {
    color: #D5A300 !important;
}

div#upload-multiple-aadhar .common-modal-content {
    max-width: 500px;
}

.personal-detail-area.document-download-section .detail-box {
    width: 195px;
}

span.MultiFile-title {
    font-size: 12px;
}

.MultiFile-list {
    width: 100%;
    margin: auto;
    padding-left: 130px;

}

.MultiFile-label {
    line-height: 20px;
    position: relative;
    padding-top: 12px;
}

.MultiFile-label .MultiFile-remove {
    position: absolute;
    left: -21px;
    background: #B48A02;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 100%;
    top: 16px;
}

.term-condition-area input[type=checkbox] {
    position: relative;
    border: 1px solid #D5A300;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
}

.term-condition-area input[type=checkbox]:checked {
    background-color: #D5A300;
}

.term-condition-area input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px 0px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

ul.bulletlist {
    margin-left: 20px;
}

ul.bulletlist li {
    list-style: disc;
}

section.login-section.wrap-content.data-page p {
    margin: 15px 0px;
}

.mobile-list-heading {
    display: none;
}

.sliders-tab-content-section {
    position: relative;
}

.hide-scroll {
    overflow-y: hidden;
}

.common-nav .slick-list.draggable {
    padding-right: 10px;
}

.common-nav .exterior-items {
    margin-right: 5px;
    margin-top: 5px;
    opacity: 0.5;
}

.common-nav .exterior-items.slick-slide.slick-current.slick-active {
    opacity: 1;
}

.common-slider .exterior-items .image a {
    position: relative;
}

.common-slider .exterior-items .image a:before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: url(../img/white-search.png);
    width: 36px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 26px;
    display: none;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-width: 2px !important;
    border-color: #D5A300 !important;
}

.car-detail-specification {
    margin-top: 20px;
}

.evaluation_report {
    margin: 10px 0;
}

.fancybox__thumbs {
    display: none;
}

.fancybox__slide {
    padding: 0 !important;
}

/*Pdf file*/

/*.evaluation_report #Iframe-Master-CC-and-Rs {
     max-width:512px;
      max-width: 100%;
      max-height:100%; 
      overflow-y: auto;
      height: 600px;
    }
    
    .evaluation_report .responsive-wrapper {
      position: relative;
      height: 0;
      
    }
    
     
    .evaluation_report .responsive-wrapper iframe,.evaluation_report .responsive-wrapper object {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;  
      margin: 0;
      padding: 0;
      border: none;
    }
    
    .evaluation_report .responsive-wrapper-wxh-572x612 {
      padding-bottom: 17%;
      height: 100%;
    }
    
    .evaluation_report .set-box-shadow {
        -webkit-box-shadow: 4px 4px 14px #4f4f4f;
        -moz-box-shadow: 4px 4px 14px #4f4f4f;
        box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    }
    
    .evaluation_report .set-border {
        border: 2px inset #4f4f4f;
    }
    .evaluation_report .set-padding {
      padding: 10px;
    }
    .evaluation_report .set-margin {
      margin:0px;
    }
    .evaluation_report .center-block-horiz {
      margin-left: auto !important;
      margin-right: auto !important;
    }*/
.view-pdf-button {
    background: url(../img/file-textt-color.svg)no-repeat left center;
    background-size: 20px;
    padding-left: 29px;
    margin: 20px 0;
    display: block;
    max-width: 115px;
}

.view-pdf-button:hover {
    color: #202020;
}