@import "icons.css";
@import "font_style.css";



.error {
    color: #f00;
    font-size: 13px;
    line-height: 16px;
    display: block;
    margin-top: 5px;
}

.section {
    height: 100vh;
}


body {
    /* line-height: 24px; */
    /* line-height: 4.3vh; */
    color: #4e4e4e;
    /* font-family: "NouvelR"; */
}


:focus{
    outline: none;
}
button:focus {
    outline: 1px dotted;
    outline: 0 auto -webkit-focus-ring-color;
}
a {
    text-decoration: none !important;
}


.field_invalid:focus {
    background-color: #ffd1d5 !important;
}





/* ================================== SOME COMMON CLASSES ================================== */
.learn_more_icon, .learn_more_icon:hover {
    color: #fff;
    text-shadow: 0px 3px 10px #000000;
}

.custom-file-input:focus{
    outline: none;
    box-shadow: none;
}
.slick-slider {
    opacity: 0;
}

.slick-slider.slick-initialized {
    opacity: 1;
}

/* Modal Header Close */

.modal-header{
    padding: 0;
    border: none;
    text-transform: uppercase;
}

.modal-header button.close{
    color: #fff;
    opacity: 1;
    padding: 0;
}

.modal-header button.close:hover{
    color: #fff !important;
}

/* Modal Header Close */

.nav_text_fix #fp-nav ul li .fp-tooltip {
    left: 15px;
    top: 6px !important;
}


.nav_text_fix #fp-nav ul li {
    width: 14px;
    height: 19px;
    margin: 7px;
}
.nav_text_fix #fp-nav ul li .fp-tooltip{
    top: 0px;
    width: auto;
    font-family: "NouvelR";
    color: #fff;
    opacity: 0;
    font-weight: 600;
}
#fp-nav.fp-show-active a.active + .fp-tooltip {
    color: #fff;
    opacity: 0;
     -webkit-animation: TooltipFadeOut 2s ease .2s;
    animation: TooltipFadeOut 2s ease .2s;
}
#fp-nav ul li:hover a.active + .fp-tooltip{
    opacity: 1;
}
#fp-nav ul li:hover .fp-tooltip{
    opacity: 1;
}
.nav_text_fix #fp-nav ul li a span {
    height: 21px;
    width: 1px;
    margin: 0 !important;
    border-radius: 0;

}
.nav_text_fix #fp-nav ul li:hover a span, .nav_text_fix #fp-nav ul li:hover a.active span, .nav_text_fix #fp-nav ul li a.active span {
    height: 21px;
    width: 3px;
    left: 5px;
    top: 7px;
    margin: 0 !important;
    border-radius: 0;
    transition: all ease-in-out .3s;
}


.nav_text_fix #fp-nav ul li .fp-tooltip {

}

@-webkit-keyframes TooltipFadeOut{
    0%{opacity:1}
    75%{opacity:1}to{opacity:0}
}

@keyframes TooltipFadeOut{
    0%{opacity:1}
    75%{opacity:1}to{opacity:0}
}

.nav_text_fix #fp-nav ul li a span,.nav_text_fix .fp-slidesNav ul li a span {
    top: 7px;
}


.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}

/* .button {
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    transition: all ease-in-out .3s;
    border: 0;
    cursor: pointer;
    min-width: 116px;
} */


.button {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    transition: all ease-in-out .3s;
    cursor: pointer;
    /* padding: 8px 45px; */
    padding: 8px 45px;
    letter-spacing: 1px;
    text-transform: lowercase;
}
.button.btn_more {
    /* min-width: 91px;
    line-height: 31px; */
}



.button.btn_more_yellow {
    min-width: 91px;
    background: #fc3;
    color: #000;
}





.btn_white_border {
    border: 2px solid #fff;
    color: #fff;
    font-family: "NouvelR";
    font-weight: 400;
}


.btn_white_border:hover {
    box-shadow: inset 17em 0 0 0 #fecd2f;
    color: #000!important;
}
.btn_rounded {
    border-radius: 50px;
}


.button.yellow {
    background: #fecd2f;
    border-radius: 50px;
    color: #000;
    border: 0;
    padding: 10px 30px;
    /* height: 35px; */
    /* line-height: 35px; */
}

.black_border {
    /* min-width: 18.5vh; */
    background: transparent;
    border-radius: 50px;
    color: #000;
    border: 1px solid #000;
    padding: 10px 25px;
}
.black_border:hover {
    background: #000;
    color: #fff;
}



.btn_black_border_rounded {
    border: 1px solid #000;
    border-radius: 50px;
    color: #000;
    transition: .5s;
    /* line-height: 33px; */
}
.btn_black_border_rounded:hover {
    box-shadow: inset 28em 0 0 0 #fecd2f;
    color: #000;
}







.btn_yellow_fill, .btn_yellow_border:hover {
    background: #fc3;
    color: #000;
    font-weight: 600;
    border: 1px solid #fc3;
    border-radius: 4px;
    text-transform: lowercase;
}
.btn_yellow_border, .btn_yellow_fill:hover{
    border:  1px solid #fc3;
    color: #fc3;
    font-weight: 600;
    background: transparent;
    border-radius: 4px;
    text-transform: lowercase;
}

.black_hover:hover {
    background: #000 !important;
    color: #fc3 !important;
    border-color: #000 !important;
}



.button.btn_blank_border:hover {
    background: #fc3;
    border-color: #fc3;
}
.button.btn_blank_border {
    border: 1px solid #000;
    background: transparent;
}











.font-24px{
    font-size: 24px;
}
.mb-42 {
    margin-bottom: 42px;
}
.mb-10 {
    margin-bottom: 1rem;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}


.py-6 {
    padding-top: 9rem!important;
    padding-bottom: 9rem!important;
}
.pt-124 {
    padding-top: 124px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pt-70 {
    padding-top: 70px !important;
}


.has_section_bg .sec_gray_bg, .has_section_bg .footer_bottom {
    /* background: #ecedf1; */
}


.bread_crumb {
    text-align: left;
    color: #dcdcdc;
    margin-top: 4px;
    line-height: 14px;
}

.bread_crumb a {
    color: #ffff;
}









.row.row_with_extra_padding {
    margin-left: -35px;
    margin-right: -35px;
}
.row.row_with_extra_padding [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
}

.row.row_with_extra_padding .row {
    margin: 0 -35px;
}

.row.row_with_extra_padding .row [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
}

.row.row_with_small_padding {
    margin-left: -1vh;
    margin-right: -1vh;
}

.row.row_with_small_padding [class*="col-"] {
    padding-left: 1vh;
    padding-right: 1vh;
}



.product_box {
    /* margin-bottom: 7vh; */
    margin-bottom: 60px;
    height: calc(100% - 60px);
}
.product_box_details p {
    margin-bottom: 0;
    font-family: "NouvelR";
    font-size: 15px;
    font-weight: 400;
}




#fp-nav.fp-left:after {
    content: "";
    position: absolute;
    height: 100vh;
    width: 30vh;
    width: 188px;
    top: -18px;
    left: 0;
    /* background: linear-gradient(90deg, #000000bd, transparent); */
    background: linear-gradient(90deg, #000000bd, #000000f2, transparent);
    transform: translate(-2.2vh,-32vh);
    z-index: -1;
    filter: blur(72px);
    /* background: #000; */
    display: none;
}




.hero_slide_single_dtls {
    min-height: 100vh;
}

.hero_slide_single.hero_slide_single_in .slide .hero_slide_single_dtls {
    padding-top: 125px;
}




.more_page {
    height: 0;
    overflow: hidden;
    position: relative;
}
.more_page.learn_more_open {
    height: auto;
    overflow: initial;
}

.reset_slide_in_scroll {
    /* padding-top: 14.8vh; */
    padding-top: 76px;
    height: 100vh;
}




.close_section_btn {
    /* background: #fc3;
    color: #000;
    height: 5vh;
    width: 5vh;
    line-height: 5.4vh;
    position: fixed;
    bottom: 4.4vh;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: none; */
}
.close_section_btn:hover {
    color: #000;
}





.nav.nav-tabs.nav-tabs_reset {
    border-bottom: 0;
    text-transform: uppercase;
}

.nav.nav-tabs.nav-tabs_reset .nav-link {
    border: 0;
    margin-right: 2vh;
    background: #ecedf1;
    color: #000;
    font-weight: 600;
    transition: all ease-in-out .3s;
}

.nav.nav-tabs.nav-tabs_reset .nav-link.active, .nav.nav-tabs.nav-tabs_reset .nav-link:hover {
    background: #fc3;
    color: #000;
    border: 0;
    font-weight: 600;
    border-radius: .7vh;
}

.plan_details .owl-nav button, #suv-plan-details .owl-nav button{
    position: absolute;
    top: -128px;
}

.plan_details .owl-nav button.owl-prev, #suv-plan-details .owl-nav button.owl-prev{
    left: 0;
}

.plan_details .owl-nav button.owl-next, #suv-plan-details .owl-nav button.owl-next{
    right: 0;
}

#suv-plan-details .owl-nav button.disabled{
    display: none !important;
}

#suv-plan-details .owl-nav button.owl-next{
    margin-left: auto !important;
}

.plan_details .owl-nav{
    display: none;
}



.pegination_style1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.pegination_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.pegination_list li a {
    font-size: 14px;
    font-weight: 600;
    color: #a2a2a2;
    padding: 0 6px;
}
.pegination_list li.active a, .pegination_list li:hover a {
    color: #000;
    transition: all ease-in-out .3s;
}


.pegination_style1 a.button.inactive {
    background: #ccc;
    border-radius: 50px;
    color: #909090;
    /* height: 35px; */
    cursor: no-drop;
    /* min-width: 115px; */
    padding: 10px 30px;
}






/* PEGINATION */
.page-item .page-link {
    font-weight: 600;
    color: #000;
    transition: all ease-in-out .3s;
}

.page-item.active .page-link, .page-item:hover .page-link {
    z-index: 1;
    background-color: #fc3;
    border-color: #fc3;
    color: #000;
}

.page-item .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(254 206 43 / 0.27);
}



.fp-slidesNav.fp-bottom {
    bottom: 53px;
}

/* ================================== SOME COMMON CLASSES ================================== */




/* ================================== FORM STYLE CSS HERE ================================== */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.test_drive_form_1 {
    /* overflow: hidden; */
    padding: 0 5px;
}
.form_width_500 {
    max-width: 530px;
    margin: 0 auto;
}
.form-group label {
    color: #000;
}


.form-control {
    height: 42px;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #fc336;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(254 206 43 / 21%);
}
.form-control::placeholder {
    font-weight: 400;
    font-family:  "NouvelR";
    color: #c9c9c9;
}


.custom-checkbox .custom-control-label::before {
    border-radius: .5vh;
}
.custom-control-label::before {
    position: absolute;
    /* top: 50%; */
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    /* transform: translateY(-50%); */

}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fc3;
}
.custom-control-label::after {
    /* top: 0.8vh; */
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E);
}


.custom-control.custom-checkbox.mr-sm-2 {
    margin-bottom: 5vh;
}


.file_upload_with_textbox_field {
    position: relative;
}

.form-group.file_upload_with_textbox input.form-control {
    height: 67px;
}

.file_up_btn {
    background: #fc3;
    color: #000;
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -20px;
    cursor: pointer;
    transform: translateY(-50%);
    font-weight: 600;
}

input.upload_custom {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
}

.file_upload_with_textbox_field input.form-control {
    margin-bottom: 1vh;
}
p.show_file_name {
    margin-bottom: 5px;
    font-weight: 600;
}


/* ================================== FORM STYLE CSS END ================================== */







/* ==================================  SIDE NABVAR ================================== */
.menu_dropdown .nav-item {
    padding-left: 20px !important;
}
.navbar-nav .menu_dropdown_menu a.nav-link:hover{
    color: #8c8c8b;
}

li.sidebar-nav-item.hide-nav.nav-item.menu_dropdown_menu {
    background: #3e3f40;
    padding-right: 11px;
    margin-left: -8px;
    margin-right: -16px;
    padding-left: 27px;
}


.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    width: 250px;
    padding-top: 4em;
    visibility: hidden;
    background-color: #000;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: left, visibility;
    z-index: 1037;
}

.offcanvas-collapse {
    align-items: start;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border-right: 5px solid rgba(0, 0, 0, 0.2);

}

.navbar-nav.sidebar_scroller {
    padding-right: 1rem;
    padding-left: .5rem;
    overflow-y: auto;
    background-color: #000;
}





.navbar-nav.sidebar_scroller {
    padding-right: 1rem;
    padding-left: .5rem;
    height: 100%;
}

.navbar-nav.sidebar_scroller::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 6px;
    background-color: #F5F5F5;
}

.navbar-nav.sidebar_scroller::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.navbar-nav.sidebar_scroller::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #3E3F40;
}









.offcanvas-collapse a.nav_toggle:before, .offcanvas-collapse a.nav_toggle:after, .offcanvas-collapse a.nav_toggle span{
    background: #fed42c;
}
.offcanvas-collapse a.nav_toggle span {
    display: none
}


.offcanvas-collapse a.nav_toggle:after {
    transform: rotate(-45deg);
    /* margin-top: -10px; */
    transition: all ease .3s ;
}
.offcanvas-collapse a.nav_toggle:before {
    transform: rotate(45deg);
}

.offcanvas-collapse.open {
    left: 0px;
    visibility: visible;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transition-property: left, visibility;
}


.offcanvas-collapse.open a.nav_toggle {
    animation-name: rotate;
    animation-duration: .3s;
    animation-delay: .1s;
}


.offcanvas-collapse a.nav_toggle {
    height:  25px;
    width: 25px;
}

.offcanvas-collapse a.nav_toggle:after ,
.offcanvas-collapse a.nav_toggle:before {
    position: absolute;
    top: 12px;
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
        transform-origin: center center;
    }

    to {
        transform: rotate(90deg);
        transform-origin: center center;
    }
}

.offcanvas-collapse .menu_dropdown .nav-item {
    border: 0;
}
.offcanvas-collapse .menu_dropdown .nav-item .nav-link {
    padding: 8px;
    padding-left: 0;
}


.offcanvas-collapse .menu_dropdown hr.border-dash {
    border-top: 1px dashed #ccc;
    margin-right: -13px;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.offcanvas-collapse .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;

}

.offcanvas-collapse .nav-item {
    border-top: 1px solid #3c3c3c;
    padding-left: 11px;
    position: relative;
}
.offcanvas-collapse .nav-link {
    padding: 15px;
    padding-left: 0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    /* font-weight: 600; */
    /* border-top: 1px solid #ccc; */
    transition: all ease-in-out .3s;
    display: inline-block;
}
.offcanvas-collapse .nav-link:after {
    content: "";
    height: 1px;
    width: 0%;
    background: #8c8c8b;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
    transition: all ease-in-out .3s;
}
li.sidebar-nav-item.hide-nav.nav-item.menu_dropdown_menu a {
    padding: .69rem 0rem;
}
.offcanvas-collapse .nav-link:hover:after, .offcanvas-collapse  li.active .nav-link:after {
    width: 100%;
    opacity: 1;
    transition: all ease-in-out .20s;
}
.offcanvas-collapse .nav-link:hover, .offcanvas-collapse  li.active .nav-link {
    color: #8c8c8b;
}


.navbar-nav .menu_dropdown_menu a.nav-link {
    display: block;
}


.menu_dropdown li {
    border-top: 0;
}


/* a.nav-link[aria-expanded="true"] {
    color: #fed42c;
} */
.side_nav .menu_dropdown .nav-link {
    /* color: #4b4b4b; */
}








/* ==================================  SIDE NABVAR END ================================== */



/* ==================================  NABVAR ================================== */
a.nav_toggle {
    width: 25px;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    height: 17px;
}
a.nav_toggle span {
    background: #fff;
    height: 2px;
    width: 25px;
    display: inline-block;
    margin: 4px 0;
    border-radius: 5px;
}
a.nav_toggle:before, a.nav_toggle:after {
    content: "";
    background: #fff;
    height: 2px;
    width: 25px;
    display: inline-block;
    border-radius: 7vh;
    /* position: absolute;
    top: 12px; */
}


.renault_nav {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    /* padding: 2.2vh 4vh; */
    padding: 11.5px 25px;
    /* padding-bottom: 0; */
    z-index: 1036;
    transition: all ease-in-out .3s;
}
.renault_nav.renault_nav_fix {
    background-color: rgba(0, 0, 0, 0.20);
}
/* .renault_nav:after {
    content: "";
    background: linear-gradient(180deg, black, #0000008c, #00000000);
    position: absolute;
    height: 135%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;

} */
@media (max-width: 2500px) and (min-width: 1100px) {
    a.logo img {
        margin-right: 5px;
        /* margin-bottom: -10px; */
    }

}




a.logo img {
    max-width: 161px;
}

@media(max-width: 768px){
    a.logo img {
        max-height: 40px;
    }
}

a.nav_toggle:before{

}
a.nav_toggle:after{

}


.menu_desktop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 22px;
    margin-left: 48px;

}
.menu_desktop ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}
.menu_desktop .dropdown.profile .dropdown-menu{
    display: none;
}
.menu_desktop .dropdown.profile .dropdown-menu.show {
    display: block;
}


.menu_desktop ul li a:not(.dropdown-item) {
    color: #fff;
    text-transform: uppercase;
    padding-right: 16px;
    position: relative;
    transition: all ease-in-out .3s;
}
.menu_desktop ul li a:not(.dropdown-item):hover, .menu_desktop ul li.active a {
    color: #fed42c;
}
li.dropdown.profile.notification a.dropdown-toggle.position-relative {
    padding-right: 20px;
}
.menu_desktop ul li:not(.profile) a:not(.dropdown-item):after, .menu_desktop ul li.active a:not(.dropdown-item):after {
    content: "";
    height: 2px;
    width: 0;
    background: #fed42c;
    position: absolute;
    left: 0;
    bottom: -10px;
    opacity: 0;
    transition: all ease-in-out .3s;
}
.menu_desktop ul li:not(.dropdown) a:hover:after, .menu_desktop ul li.active a:after{
    width: calc(100% - 30px);
    opacity: 1;
}
.menu_desktop ul:last-child li:last-child a:not('.dropdown-toggle'):hover:after{
    width: 100%;
}

.menu_desktop ul:last-child li:last-child a{
    padding-right: 8px;
}
img.profile_img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -1px;
}


.collapsed .collap:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
}
.collap:after {
    font-family: 'FontAwesome';
    content: "\f0d8";
}








/* ================================== HERO SLIDER ================================== */
#fp-nav ul li .fp-tooltip {
    /* font-size: 2.2vh; */
    font-size: 14px;
}
#fp-nav.fp-left {
    left: 2vh;
}

.hero_slide {
    /* height: 100vh; */
}
.hero_slide_single {
    text-align: center;
    padding: 30px;
    padding-top: 14vh;
    position: relative;
    /* height: 100vh; */
    overflow: hidden;
}
.hero_slide_single.hero_slide_single_in {
    padding: 0;
}
.fp-tableCell {
    display: block
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: block;
}

.hero_slide_single img.hero_slide_single_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    z-index: -1;
}


video.hero_slide_single_img {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}
body.IE video.hero_slide_single_img {
    height: auto !important;
}

.hero_slide_single_dtls {

}
.hero_slide_single h1 {
    /* text-shadow: 1px 3px 1px #000; */
}

.hero_slide_single h1.text-white.mb-30 {
    margin-bottom: 15px;
}



/* .hero_slide_single h1:not(.mb-30) {
    line-height: 47px;
    margin-bottom: 20px;
}
 */
.hero_slide_single .button {
    margin: 0 10px;
    margin-bottom: 10px
    /* background: #fecd2f; */
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
    opacity: 1;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    opacity: 1;
}





h3.sub_heading {
    font-size: 3vh;
    margin-bottom: 2vh;
    font-weight: 600;
}

.hero_slide_single.hero_slide_single_in .hero_slide_single_dtls {
    /* height: 100vh; */
    padding-top: 100px;
    position: relative;
}

.hero_slide_single.hero_slide_single_in .fp-controlArrow {
    display: none;
}

.hero_slide_single_in .fp-slidesNav ul li {
    height: 4px;
    width: 28px;
    margin: 7px 3px;
}
.hero_slide_single_in .fp-slidesNav ul li a span {
    height: 4px;
    width: 28px;
    border-radius: initial;
    margin: 0;
}
.hero_slide_single_in .fp-slidesNav ul li a.active span {
    background: #fff;

}
.fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 4px;
    width: 28px;
    margin: 0 0 0 0;
    border-radius: 0;
}

.hero_slide_single_in.hero_slide_single .fp-tableCell {
    position: relative;
}
.hero_slide_single_in.hero_slide_single img.hero_slide_single_img {
    width: 100%;
}
/* ================================== HERO SLIDER ================================== */







/* ================================== BANNER CSS ================================== */


.banner {
    height: 300px;
    background-size: cover !important;
}
.banner_into {
    padding-top: 112px;
    text-align: center;
    height: 300px;
    /* background: #00000029; */
}
.banner_into h1 {
    color: #fff;
    /* margin-bottom: 0; */
    margin-bottom: 0.5vh;
    font-family: "NouvelR";
    font-weight: 700;
    text-transform: uppercase;
}
.banner_into .banner_bottom h1 {
    text-align: left;
}
.banner_bottom_container {
    left: 50%;
    transform: translate(-50%, 0);
}


.banner.banner_style_2 {
    position: relative;
}
/* .banner_bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 15px 113px;
    align-items: center;
} */

.banner_bottom {
    position: absolute;
    max-width: 1120px;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    /* padding: 18px 118px; */
    /* padding: 1.5vh 18.6vh; */
    padding: 15px 0px;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 25px;
}



.banner.banner_style_2 .banner_into {
    padding-top: 112px;
    height: 300px;
    padding-left: 15px;
    padding-right: 15px;
}
.banner.banner_style_2.banner {
    height: 300px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.banner.banner_style_2.banner.mb-70 {
    margin-bottom: 40px !important;
}


.banner_style_3 {
    height: 300px;
    background-size: 100% 100% !important;
    position: relative;
}
.banner_style_3 .banner_into {
    height: 300px;
}



/* ================================== BANNER CSS ================================== */










/* ================================== LEGAL INFO ================================== */

.text_container .info_text_con:first-child {
    /* padding-top: 100px; */
    padding-top: 80px;
}

.text_container .info_text_con:last-child {
    /* padding-bottom: 100px; */
    padding-bottom: 120px;
}
.text_container .info_text_con {
    /* padding-bottom: 50px; */
    padding-bottom: 8vh;

}
.text_container h5 {
    margin-bottom: 50px;
}

.info_text_con h5 {
    /* font-size: 24px; */
    margin-bottom:20px;
}
.info_text_con h6 {
    /* font-size: 22px; */
    margin-bottom: 15px;
    font-size: 3.5vh;
}
.info_text_con p {
    margin-bottom: 15px;
    /* font-weight: 700; */
    color: #222;
}

.info_text_con p strong, .info_text_con p b {
    font-weight: 600;
}

.info_text_con p:last-child {
    margin-bottom: 0;
}

.info_text_con ul {
    margin-bottom: 0;
}

/* ================================== LEGAL INFO END ================================== */









/* ================================== FOOTER BOTTOM ================================== */
.footer_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all ease-in-out .3s;
    background-color: rgba(0, 0, 0, 0.50);
}
/* .footer_bottom:after {
    content: "";
    background: linear-gradient(0deg, black, #000000, #00000000);
    position: absolute;
    height: 135%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
} */



.footer_bottom p, .footer_bottom a {
    color: #dbdbdb;
    /* font-weight: 600; */
    margin-bottom: 0;
    /* opacity: .7; */
}
.footer_bottom a.social {
    font-size: 16px;
}
.footer_bottom a:hover {
    color: #fed42c;
    transition: all ease-in-out .3s;
}
.footer_bottom_r ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer_bottom_r ul li {
    display: inline-block;
    margin-right: 12px;
}
.footer_bottom_r ul li:not(.social_list) a:after {
    content: "|";
    color: #fff;
    margin-left: 12px;
}
.footer_bottom_r ul li.line_hide a:after{
    display: none;
}



.footer_bottom_r ul li.social_list {
    margin-right: 0;
    margin-left: 10px;
}

.footer_bottom_r ul li.social_list a.social {
    opacity: 0.7;
}



li.social_list a img {
    width: 25px;
}

li.social_list a:hover img {
    filter: invert(68%) sepia(97%) saturate(263%) hue-rotate(353deg) brightness(213%) contrast(104%);
}
/* ================================== FOOTER BOTTOM END ================================== */




/* ================================== CAPTURE ================================== */
.hero_slide_single_dtls_bottom {
    position: absolute;
    /* bottom: 3.7vh; */
    /* bottom: 23px; */
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
    width: 66.7%;
}
.hero_slide_single_dtls_bottom.width_reset_53 {
    width: 53%;
}

.hero_slide_single_dtls_bottom.width_reset_57 {
    width: 57%;
}
.hero_slide_single_dtls_bottom.width_reset_74 {
    width: 74%;
}
.hero_slide_single_dtls_bottom.width_reset_68 {
    width: 68%;
}

.hero_slide_single_dtls_bottom_flex {
    display: flex;
    justify-content: center;
    /* align-items: end; */
}


.dtls_list {
    /* padding: 0 6vh; */
    padding: 0 45px;
    flex: 1;
}


.row.hero_slide_single_dtls_bottom_flex [class*="col-"]:first-child {
    border-right: 1px solid #dee2e6!important;
}

.row.hero_slide_single_dtls_bottom_flex [class*="col-"]:last-child {
    border-left: 1px solid #dee2e6!important;
}
@media (max-width: 540px) {
    .row.hero_slide_single_dtls_bottom_flex [class*="col-"] h2 {
        margin-bottom: 0;
    }
}



.hero_slide_single_dtls_bottom .dtls_list:nth-child(2) {
    border-left: 1px solid #ffffff9e;
    border-right: 1px solid #ffffff9e;
}
.hero_slide_single_dtls_bottom .hero_slide_single_dtls_bottom_flex_2 .dtls_list:nth-child(2) {
    margin-left: 0 !important;
}
.hero_slide_single_dtls_bottom .hero_slide_single_dtls_bottom_flex_2 .dtls_list:last-child {
    border-left: 1px solid #ffffff9e;
    text-align: left;
    /* margin-left: 25px; */
}

.dtls_list p, .dtls_list h2, .three_text {
    color: #fff;
}
.dtls_list p {
    margin-bottom: 0px;
}
.dtls_list h2 {
    /* font-size: 6vh; */
    margin: 15px 0 5px;
}

.three_text {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
}



.center_btn {
    margin-top: 15px;
}

.center_btn .button.btn_more {
    margin-top: 10px;
}




.hero_slide_single_dtls_bottom_flex_2 {
    display: flex;
    /* align-items: baseline; */
}
.hero_slide_single_dtls_bottom_flex_2 h2 {
    /* font-size: 3.3vh; */
    /* margin-bottom: 1vh; */
    margin-top: 0;
    margin-bottom: 8px;
}
.hero_slide_single_dtls_bottom_flex_2 p {
    font-weight: 400;
    margin-bottom: 10px;
    /* font-size: 2.2vh; */
    font-family: "NouvelR";
}
.hero_slide_single_dtls_bottom .hero_slide_single_dtls_bottom_flex_2 .dtls_list:nth-child(1) {
    text-align: right;
/*     padding-left: 15px;
    padding-right: 45px; */
}
.hero_slide_single_dtls_bottom .hero_slide_single_dtls_bottom_flex_2 .dtls_list:nth-child(2) {
    border-right: 0;
    text-align: center;
/*     padding-left: 15px;
    padding-right: 15px; */
}
.hero_slide_single_dtls_bottom .hero_slide_single_dtls_bottom_flex_2 .dtls_list:last-child {
    border-right: 0;
    text-align: left;
}



.hero_slide_single_dtls_bottom_flex_2 h2 span {
    float: left;
    margin-top: -10px;
    margin-left: 0px;
    margin-right: 17px;
    font-weight: 600;
    shape-outside: inset(20%);
}

.hero_slide_single_dtls_bottom_flex_2 h2 p {
    margin-top: 8px;
    line-height: 20px;
    font-weight: 400;
}

.hero_slide_single_dtls_bottom_flex_2 h2 span.star_rat i {
    margin-right: 1px;
}
.hero_slide_single_dtls_bottom_flex_2 h2 span.star_rat {
    /* font-size: 2.3vh; */
    margin-top: 0;
    float: none;
    margin: 0;
    color: #fecd2f;
    /* margin-right: 2vh; */
    margin-right: 10px;
}


.dtls_list.price_spec_dtls h2 {
    font-size: 24px;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}



.specImgLeft {
    text-align: center;
    height: 100%;
    /* max-width: 432px; */
/*     margin: 0 auto;
    border-right: 4px solid #cccccc52;
    border-left: 4px #cccccc52;
    border-left-style: dashed; */
    /* padding-left: 28px; */
}
.specImgLeft img {
    width: 100%;
    /* max-height: 95vh; */
}

/* .specImgLeft .specImgLeft_dtls1:after {
    color: #7e7e7e;
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-orientation: sideways;
    writing-mode: tb-rl;
    border-left: 1px solid #d7d7d7;
}
.specImgLeft .specImgLeft_dtls2:after {
    content: 'Wheelbase 2,606mm';
    color: #7e7e7e;
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-orientation: sideways;
    writing-mode: tb-rl;
    border-left: 1px solid #d7d7d7;
} */


.specdetailRight h1.dtls_spec_heading {
    font-size: 3vh;
    font-weight: 600;
    margin-bottom: 30px;
}


.more_btn_space_adjust_2 {
    margin: 37px 37px !important;
    margin-bottom: 40px !important;
}


.chat_btn_more_up .more_btn_space_adjust_2 {
    margin-bottom: 64px !important;
}

.specdetailRight h1.dtls_spec_heading {
    font-weight: 600;
    margin-bottom: 30px;
    text-shadow: none;
}



h3.sub_heading {
    font-size: 2.47vh;
    margin-bottom: 15px;
    font-weight: 600;
    text-shadow: none;
}
.specdetailRight .sub_heading {
    font-size: 3.2vh;
    margin-bottom: 3vh;
}

.specdetailRight ul {
    padding-left: 22px;
    margin-bottom: 3.2vh;
}
/* .specdetailRight ul:last-child {
    margin-bottom: 28vh;
} */


.specdetailRight ul li {
    line-height: 3vh;
}

.learn-more {
    height: 0;
    overflow: hidden;
}


.specImgLeft_dtls1 {
    position: relative;
    /* display: inline-block; */
    /* max-height: 602px; */
}


/* .specImgLeft_dtls1:before {
    content: "1,778mm";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 296px;
    height: 30px;
    border-top: 1px solid #ccc;
    transform: translateX(-50%);
    line-height: 30px;
}

.right_1_text {
    position: absolute;
    top: 0;
    right: -25px;
    height: calc(100% - 80px);
    writing-mode: tb-rl;
    border-left: 1px solid #ccc;
    line-height: 30px;
} */



/* .specImgLeft_dtls1:after {
    content: "4,122mm";
    position: absolute;
    top: 50%;
    right: -102px;
    width: 50%;
    height: 30px;
    border-top: 1px solid #ccc;
    transform: rotate(270deg);
} */





/* .news_style::first-letter {
  font-size: 51px;
  font-weight: 600;
  float: left;
  shape-outside: polygon(41% 33%, 71% 9%, 91% 0, 90% 16%, 90% 44%, 89% 60%, 89% 100%, 65% 100%, 65% 57%, 15% 55%);
  clip: rect(110px, 160px, 170px, 60px);
  clip-path: inset(10px 20px 30px 40px);
  margin-right: 5px;
  margin-top: -6px;
  margin-bottom: -10px;
  -webkit-shape-outside: polygon(41% 33%, 71% 9%, 91% 0, 90% 16%, 90% 44%, 89% 60%, 89% 100%, 65% 100%, 65% 57%, 15% 55%);
} */


.step_text {

}

.right_1_text {
    writing-mode: tb-rl;
    height: 92%;
    border-left: 1px solid #d7d7d7;
}

.step_1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.step_2 {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-flow: column;
}
.step_text.bottom_1_text {
    border-top: 1px solid #d7d7d7;
    max-width: 283px;
    width: 100%;
    margin-left: -8px;
}
.step_text.right_2_text {
    writing-mode: tb-rl;
    height: 72%;
    border-left: 1px solid #d7d7d7;
    margin-left: 10px;
    line-height: 18px;
    padding-left: 5px;
}
.step_3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.step_text {
    color: #7e7e7e;
}
.banner_bottom.with_button div .button {
    background: #fecd2f;
}
.banner_bottom.with_button div .button:nth-child(1) {
    margin-right: 10px;
}



table.spec_table td {
    vertical-align: top;
    width: 50%;
    padding-bottom:20px;
}
table.spec_table tr:last-child td {
    padding-bottom: 0;
}

table.spec_table td h3 {
    font-size: 18px;
    font-weight: 600;
}
table.spec_table td p {
    margin-bottom: 0;
    font-family: "NouvelR";
    font-weight: 400;
}


.space_adjust {
    margin-bottom: 9vh;
}


table.spec_table.price_list_table tr td:first-child {
    width: 66%;
}
table.spec_table.price_list_table tr:last-child td {
    padding-bottom: 15px;
}


.specdetailRight .space_adjust:last-child {
    margin-bottom: 0;
}

.btn_more_yellow_top_space_adjust {
    margin-bottom: 64px;
    margin-right: 0;
}
.btn_height_same_as_chat_btn {
    /* height: 6.6vh; */
    /* height: 42px; */
    /* line-height: 38px; */
}





.product_box_img {
    /* background: #000; */
    border-top-left-radius: 8px;
    overflow: hidden;
    border-radius: 8px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_box.about_product_box .product_box_img {
    height: 237px;
}
.product_box_img img {
    width: 100%;
    /* border-radius: 10px; */
}

.product_box_details h3 {
    margin-top: 30px;
    text-align: left;
    margin-bottom: .75rem;
}

.product_box_details {
    text-align: left;
}


.slider_heading_with_color_dot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider_heading_with_color_dot .carousel-indicators {
    position: initial;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    margin: 0;
}

.slider_heading_with_color_dot .carousel-indicators li {
    height: auto;
    text-indent: 0;
    width: 20px;
}



.slider_heading_with_color_dot h4 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.slider_heading_with_color_dot .carousel-indicators li a img {
    height: 15px;
    width: auto;
}

.car_slide_1 .carousel-inner img {
    height: auto;
    max-width: 710px;
    width: 100%;
}
.car_slide_1 .carousel-inner .carousel-caption h5 {
    margin: 0;
    font-weight: 600;
}


.slide.car_slide_1 {
    margin-bottom: 30px;
}
.slide.car_slide_1 .carousel-indicators {
    position: initial;
}
.slide.car_slide_1 .carousel-indicators li {
    text-indent: initial;
    height: auto;
}
p.color-desc {
    color: #000;
    text-align: center;
    font-size: 18px;
    padding: 0;
    margin-top: -50px;
    font-family: "NouvelR";
    font-weight: 300;
}

.car_gallary_slide {
    margin-top: 30px;
    margin-bottom: 50px;
}
.center_slide_conteiner {
    padding: 0 15px;
    padding-top: 0;
}
.gallary_slide_center_mode_single {
    /* padding: 0 25px; */
    margin-left: 25px;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 15px;
}
/* .gallary_slide_center_mode_single img{
    width: auto;
    height: 400px;
}
 */

.gallary_slide_center_mode.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.car_gallary_slide_dot ul.slick-dots:nth-child(1) {

}
.car_gallary_slide_dot ul.slick-dots {

    position: inherit;
}
.car_gallary_slide_dot ul.slick-dots li {
    margin: 0;
}
.car_gallary_slide_dot ul.slick-dots li button {
    padding: 2px;
}
.car_gallary_slide_dot ul.slick-dots li button:before {
    font-size: 1.6vh;
}
.car_gallary_slide_dot ul.slick-dots li, .car_gallary_slide_dot ul.slick-dots li button, .car_gallary_slide_dot ul.slick-dots li button:before {
    height: 15px;
    width: 15px;
    line-height: 15px;
}



.wrap-fluid {
    padding: 0 30px;
}


.interior_box {
    position: relative;
    /* margin-bottom: 15vh; */
    margin-bottom: 55px;
}
.interior_box_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 170px;
}
.interior_box_text h1 {
    margin-bottom: 0;
    color: #fff;
}
.interior_box_text img:not(.arrow_left) {

}


.interior_box img:not(.arrow_left) {
    width: 100%;
}


/* ================================== CAPTURE END================================== */








/* ================================== TEST DRIVE ================================== */
.vertical_align_top td {
    vertical-align: top;
}
.sample_selfie_btn {
    border: 0;
    background: #ccc;
    border-radius: 50%;
}
.test_drive_manage_list li b {
    font-family: "NouvelR";
}

.card_accodion_One.accodion_status_dot .card-header {
    padding-left: 2rem !important;
}
.card_accodion_One.accodion_status_dot .card-header .status_dot {
    height: 15px;
    width: 15px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 4px;
}
.card_accodion_One.accodion_status_dot .card-header .status_dot.pending_bg {
    background: #df9329;
}

.card_accodion_One.accodion_status_dot .card-header .status_dot.red_bg {
    background: red;
}
.card_accodion_One.accodion_status_dot .card-header .status_dot.green_bg {
    background: green;
}
.card_accodion_One.accodion_status_dot .card-header .status_dot.end_bg {
    background: #d8d8d8;
}





.card_accodion_One.bg_metal .card_accodion_One_header p {
    color: #cecece;
    font-family:  "NouvelR";
    font-size: 13px ;
}















.choose_car h2 {
    font-weight: 600;
    font-family: "NouvelR";
    text-transform: uppercase;
}

.test_drive_head p {
    color: #333;
    text-transform: lowercase;
}

.test_drive_img_box {
    /* overflow: hidden; */
    position: relative;
}


.test_drive_img_box a img {
    width: 100%;
    border-radius: 6px;
    border: .35vh solid transparent;
    transition: all ease-in-out .3s;
}
.check {
    font-size: 10px;
    display: inline-block;
    background: #fece2b;
    color: #000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    opacity: 0;
    transition: all ease-in-out .3s;
}


.test_drive_img_box:hover img {
    border: .35vh solid #fece2b;
}
.test_drive_img_box:hover .check {
    opacity: 1;
}

.test_drive_details_box {
    text-align: center;
    padding-top: 20px;
}
.test_drive_details_box h4 {
    margin-bottom: 8px;
    font-family: "NouvelR";
}

.test_drive_form_1 h5 {
    font-family: "NouvelR";
}

.test_drive_details_box p {
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.test_drive_box {
    margin-bottom: 20px;
    height: calc(100% - 20px);
}






.test_drive_icon_box {
    padding: 35px;
    text-align: center;
    border-radius: 4px;
    transition: all ease-in-out .1s;
    display: block;
    margin-bottom: 0;
    position: relative;
    border: 4px solid transparent;
    margin-bottom: 15px;
}
.test_drive_icon_box:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e4e4e4;
    z-index: -1;
}
.test_drive_check_with_box input[type=radio] {
    display: none;
}
.test_drive_check_with_box input[type=radio]:checked + .test_drive_icon_box {
    border: 4px solid #fece2b;
}



.test_drive_check_with_box input[type=radio]:checked + .test_drive_icon_box .check {
    opacity: 1;
}



.bg_yellow {
    background: #ffd400;
}
.icon_box {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}
.icon_box:after {
    height: 87px;
    width: 87px;
    border: 1px solid #ffd400;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}
.icon_box img {
    max-height: 50px;
    max-width: 50px;
    transition: all ease-in-out .3s;
}


.form-group.black_input label {
    color: #3b3b3b;
}
.input_with_icon {
    position: relative;
}
.form-group.black_input .form-control {
    border-color: #3b3b3b;
    color: #000;
    border: 1px solid;
}
.input_with_icon i {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #000;
}










.datepicker td, .datepicker th {
    text-align: center;
    width: 38px;
    height: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd400), to(#ffd400));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #ffd400, #ffd400);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #ffd400 #ffd400 #ffd400;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
    font-weight: 600;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td, .datepicker th {
    font-weight: 600;
}


h5.shape {
    position: relative;
    display: inline-block;
    background: #ffd400;
    color: #000;
    padding: 5px;
    padding-left: 22px;
}
h5.shape:after {
    content: "";
    height: 24px;
    width: 24px;
    top: 5px;
    right: -12px;
    background: #ffd400;
    position: absolute;
    transform: rotate(45deg);
    margin-left: -5px;
    z-index: -1;
}

.label_white label {
    color: #fff;
}
.custom-control-label {
    min-height: 23px;
    line-height: 23px;
}
.custom-control-label::before {
    left: -2rem;
    position: absolute;
    top: 0;
    width: 23px;
    height: 23px;
    background-color: #ffffff;
}
.custom-control-label::after {
    position: absolute;
    top: 0px;
    left: -2rem;
    display: block;
    width: 23px;
    height: 23px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form_box_with_border {
    border: 1px solid #ffd400;
    padding: 15px 25px;
}
a.btn.small_btn {
    background: #ffd400;
    color: #000;
    font-weight: 600;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 30px;
    line-height: 10px;
}
.small_dot_icon {
    background: #fff;
    border-radius: 30px;
    font-size: 10px;
    height: 12px;
    width: 12px;
    color: #000;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin: 0 3px;
    cursor: pointer;
}

/* ================================== TEST DRIVE END ================================== */


/* ================================== ABOUT US PAGE CSS ================================== */
.interior_box.about_banner_box.mb-100 .interior_box_text {
    padding-left: 30px;
}

.interior_box.about_banner_box.mb-100 .interior_box_text h1 {
    /* font-size: 5.5vh; */
    margin-bottom: 20px;
}


.interior_box.about_banner_box.mb-100 .interior_box_text h1 span.font-weight-bold {
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.interior_box.about_banner_box.mb-100 .interior_box_text h1 span.font-weight-light {
    text-transform: lowercase;
}


.interior_box.about_banner_box.mb-100 .interior_box_text .button.yellow {
    padding: 10px 45px;
}

.product_box.about_product_box h3 {
    /* margin-bottom: 2.04vh; */
    /* margin-top: 3.48vh; */
    font-weight: 600;
    font-size: 16px;
    font-family: "NouvelR";
    margin-top: 20px;
    text-transform: capitalize;
}
.product_box.about_product_box .button {
    margin-top: 10px;
    width: 159px;
}
.product_box.about_product_box p {
    font-size: 14px;
    font-weight: 700;
    font-family:  Helvetica, Arial, sans-serif;
    color: #282435;
    margin-bottom: 30px;
}
/* ================================== ABOUT US PAGE CSS END ================================== */




/* ================================== CMS PAGE CSS ================================== */



.info_text_con h2 {
    margin-bottom: 20px;
    color: #222;
}
.info_text_con p {
    margin-bottom: 30px;
    color: #222;
}
.info_text_con ul li {
    margin-bottom: 10px;
}
.info_text_con table td {
    font-family: "NouvelR";
    font-weight: 700;
    color: #222;
}
.info_text_con strong {
    font-family: "NouvelR";
}


.text_container .tab_in_cms_reset .info_text_con:first-child {
    padding-top: 10vh;
}

.info_text_con li > ul > li {
    margin: 0;
}

.info_text_con li > p {
    margin: 0;
}

/* ================================== CMS PAGE CSS ================================== */





/* ================================== CONTACT US PAGE ================================== */
.contact_form_container {
    padding-top: 70px;
}

.contact_form_container h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.contact_form_container h6 {
    font-weight: 600;
    margin-bottom: 10px;
}


.contact_add_top {
    border-bottom: .1vh solid #fc3;
    padding-bottom: 7vh;
    margin-bottom: 7vh;
}
.contact_add_top .address {
    margin-bottom: 0;
}


form.contact_form input[type=text], form.contact_form textarea {
    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    border-radius: .3em;
    margin-bottom: 2em;
    height: 40px;
}
form.contact_form input[type=radio] {
    display: inline;
    margin-bottom: 0;
}
form.contact_form textarea {
    width: 100%;
    height: 216px;
}

form.contact_form .custom-checkbox .custom-control-label::before {
    border: .1vh solid #ccc;
}


form.contact_form .custom-control-label::after {
    /* top: 8px; */
}
form.contact_form .custom-control-label {
    font-weight: 600;
}
form.contact_form {
    margin-bottom: 66px;
}

form.contact_form input[type=text]:focus, form.contact_form textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fc336;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(254 206 43 / 21%);
}
.contact_check {
    margin-bottom: 2em;
}
/* ================================== CONTACT US PAGE ================================== */





/* ================================== CONCEPT CAR PAGE CSS ================================== */
.hero_slide_single_dtls p.mb-30.text-white.concept_car_H_para {
    font-size: 16px;
    font-family: "NouvelR";
    font-weight: 400;
}
.concept_car_outerCard {
    position: absolute;
    bottom: 45px;
    left: 0;
}

.concept_car_outerCard .center_btn{
    margin-top: 0;
    position: initial;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
}

.conncept_car_list h1 {
    font-size: 68px;
    font-family: "NouvelR";
    color: #fff;
    margin-right: 0;
    margin-bottom: 0;
}


.conncept_car_list .div {
    color: #fff;
    font-family: "NouvelR";
    line-height: 18px;
    padding-left: 5px;
}

.conncept_car_list .div span {

}
span.list_big_font {
    font-size: 24px;
}


.conncept_car_info_bottom .conncept_car_list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.conncept_car_info_bottom .conncept_car_list {

}
.concept_car_dtls_text_right p {
    font-family: "NouvelR";
    font-weight: 400;
}


.concept_car_in_slide_single {
    overflow: hidden;
    height: 300px;
    border-radius: 6px;
}



@media screen and (max-width: 1024px) {
    .padd-r-0 {
        padding-right: 0px;
    }
    .conncept_car_list h1 {
        font-size: 55px;
    }
    .conncept_car_list .div {
        font-size: 15px;
    }
    span.list_big_font {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .conncept_car_list h1 {
        font-size: 34px;
    }
    .conncept_car_list .div {
        font-size: 12px;
        line-height: 14px;
    }
    span.list_big_font {
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
   .conncept_car_list .div {
        font-size: 8px;
        line-height: 10px;
    }
    span.list_big_font {
        font-size: 11px;
    }
    .padd-r-0 {
        padding: 0px 4px;
    }
}

@media screen and (max-width: 375px){
    .m-l--30 {
        margin-left: -30px;
    }
    .padd-r-0 {
        padding: 0px 2px;
    }
    .concept_car_outerCard .center_btn {
        padding-right: 15px;
    }
}
@media screen and (max-width: 320px){
    span.list_big_font {
        font-size: 9px;
    }
    .conncept_car_list .div {
        line-height: 12px;
    }
}

.in_page_next_section {
    margin: 30px 0;
}

.concept_car_in_slide  .slick-prev, .concept_car_in_slide .slick-next {
    z-index: 1;
}
.concept_car_in_slide  .slick-prev {
    left: 15px;
}
.concept_car_in_slide  .slick-next {
    right: 15px;
}
.concept_car_in_slide  .slick-prev:before, .concept_car_in_slide .slick-next:before {
    color: #e2b628;
}

.concept_car_in_slide  {
    margin: 0 25px;
}


.fullpage-wrapper .fp-section:last-child .in_page_next_section {
    display: none;
}



.fp_nav_shadow_rest .nav_text_fix #fp-nav ul li .fp-tooltip {
    top: 0.3vh !important;
    left: 4vh;
}

.fp_nav_shadow_rest .nav_text_fix #fp-nav ul li {
    margin-left: 0;
}
.fp_nav_shadow_rest #fp-nav.fp-left:after {
    width: 30vh;
    background: linear-gradient(90deg, #000000ad, transparent);
    transform: translate(-2.2vh,-32vh);
    z-index: -1;
    filter: blur(0);
}
.fp_nav_shadow_rest .container.resize_container {
    max-width: 1022px;
}

.concept_car_dtls_text_right {
    text-align: justify;
    display: flex;
    height: 100%;
    align-items: center;
}
.concept_car_dtls_text_right h3 {
    margin-bottom: 15px;
}
.concept_car_dtls_text_right ul {
    padding-left: 20px;
}


/* ================================== CONCEPT CAR PAGE CSS END ================================== */





/* ================================== MOTORSPORT CSS START ================================== */
.motorsport_info_bottom {
    width: 43%;
}
.motorsport_info_bottom h3 {
    color: #fff;
}
.motorsport_info_bottom p {
    color: #fff;
}

.next_sec, .next_sec:hover {
    color: #fc3;
    font-size: 25px;
}
a.next_sec.next_sec_white {
    color: #fff;
    font-size: 25px;
    line-height: 20px;
    height: 25px;
    display: inline-block;
}



.f1_timeline_main {
    margin-bottom: 15px;
}
.f1_timeline_main_top h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.f1_timeline_main_top p {
    margin-bottom: 0;
}

.f1_timeline_text_img {
    margin-bottom: 9vh;
}


.f1_timeline_img img {
    width: 100%;
    border-radius: 15px;
}
.f1_timeline_text {

}
.f1_timeline_text {
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
}
.f1_timeline_text h4 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.f1_timeline_text p {
    margin-bottom: 0;
}

.in_sec_next_sec {
    margin-bottom: 9vh;
}
.in_sec_next_sec a.next_sec {
    font-size: 50px;
}


.f1_timeline_main_top_2.f1_timeline_text h4 {

}
.f1_timeline_main_top_2.f1_timeline_text p {

}



.fp_nav_shadow_rest #fp-nav ul li:hover .fp-tooltip, .fp_nav_shadow_rest #fp-nav.fp-show-active a.active + .fp-tooltip {
    color: #565656;
    font-weight: 600;
}
.fp_nav_shadow_rest .nav_text_fix #fp-nav ul li .fp-tooltip {
    top: 0px;
    width: auto;
    font-family: "NouvelR";
    color: #adabab;
    opacity: 1;
}
.fp_nav_shadow_rest #fp-nav.fp-left:after {
    display: none;
}
.fp_nav_shadow_rest #fp-nav ul li:hover a span,.fp_nav_shadow_rest  #fp-nav ul li:hover a.active span,.fp_nav_shadow_rest  #fp-nav ul li a.active span {
    color: #565656;
    background: #565656;
}
.fp_nav_shadow_rest #fp-nav ul li a span,.fp_nav_shadow_rest .fp-slidesNav ul li a span {
    background: #adabab;
    opacity: 1;
}
/* ================================== MOTORSPORT CSS END ================================== */





/* ================================== INSURENCE CSS START ================================== */
.what_to_do {
    text-align: center;
}


.ins_card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 8px;
    /* padding: 20px; */
    height: 480px;
    margin-bottom: 50px;
}

.insurence_top {

}
.text-center.insurence_top h3 {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 700;
    margin-bottom: 20px;
}
.text-center.insurence_top p {
    font-size: 16px;
    margin-bottom: 0;
    /* width: 100vh; */
    margin: 0 auto;
    max-width: 779px;
    /* line-height: 3.4vh; */
    color: #4e4e4e;

    margin-bottom: 30px;
}

.ins_card_img {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ins_card_img img {
    /* max-width: 20vh; */
    height: 90px;
}

.ins_card_body {
    padding: 0 14px;
    padding-bottom: 15px;
}

.ins_card h4 {
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 23px;
    font-weight: 600;
    position: relative;
}


.ins_card h4:after {
    content: "";
    height: 5px;
    width: 80px;
    background: #fc3;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}




.ins_card ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.ins_card ul li {
    position: relative;
    padding-left: 39px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "NouvelR";
    color: #282435;
}
.ins_card ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 9px;
}





.insurence_row {
    margin-left: -3.5vh;
    margin-right:-3.5vh;
}
.insurence_row [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
}


p.insurence_small {
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    font-family: "NouvelR";
}


.subline {
    font-family: "NouvelR";
    font-weight: 700;
    color: #4e4e4e;
}


hr.insurence_separator {
    margin-top: 60px;
    margin-bottom: 60px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.insurence_what_to_do {
    margin-bottom: 10vh;
}
.insurence_what_to_do h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    color: #282435;
    font-size: 1.5rem;
}
.insurence_more_details h4 {
    font-weight: 400;
    color: #282435;
}
.what_to_do img {
    height: 90px;
    width: 90px;
    margin-bottom: 1.5rem;
}


.com_dtls_head {
    margin-bottom: 30px;
}


.list_car_top_texts h3 {
    font-weight: 600;
    margin-bottom: 15px;
}
.list_car_top_texts p {
    /* font-size: 2.5vh; */
    margin-bottom: 0;
}



.list_icon {
    margin: 20px;
}
.list_icon p {
    text-align: center;
}
.sell_list_with_icon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.list_icon img {
    max-height: 30px;
}

.list_icon_img {
    border: .3vh solid #fc3;
    padding: inherit;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_icon h4 {
    /* font-size: 2.6vh; */
    text-align: center;
}
.list_icon h4 span {
    font-weight: 500;
}

.list_icon {
    width: 20%;
    padding: 15px;
    margin: 0;
}




.file_upload_with_upload_list {
    background: #fff;
    padding: 23px 54px;
    margin-bottom: 30px;
}

.file_upload_with_upload_list .custom-file .custom-file-label {
    border: 0;
    /* line-height: 4vh; */
    font-weight: 600;
    padding-left: 0;
}


.file_upload_with_upload_list .custom-file .custom-file-label::after {
    position: absolute;
    /* top: 0;
    right: 0; */
    bottom: 0;
    z-index: 3;
    display: block;
    height: 36px;
    padding: .375rem 2rem;
    line-height: 26px;
    color: #495057;
    background-color: #e9ecef;
    border-left: 0;
    border-radius: .5vh;
    text-transform: lowercase;
}
.custom-file-input:focus~.custom-file-label {
    border-color: #fc3;
    box-shadow: 0 0 0 0.2rem rgb(254 206 43 / 21%);
}
.file_upload_with_upload_list .custom-file {
    /* margin-bottom: 2vh; */
}
ul.upload_file_list {
    margin-top: 2vh;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
ul.upload_file_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: .1vh solid #505050;
    color: #ffd400;
    padding: 2px;
    font-size: 12px;
}
ul.upload_file_list li:first-child {

}
ul.upload_file_list li a {
    color: red;
}







/* ================================== INSURENCE CSS END ================================== */


/* ================================== TRADE IN CSS ================================== */

p.tread_in_top {
    color: #fff;
}
.trade_in .dtls_list h2 {
    margin-bottom: 0;
}
.tread_in_bottom {
    color: #fff;
    margin-top: 15px;
}
/* ================================== TRADE IN CSS END ================================== */








/* ================================== BLOG PAGE CSS ================================== */
.blog_details_container {
    padding: 0 0;
}
.blog_box p.post_date {
    /* margin-top: 1.5vh; */
    font-weight: 600;
    /* font-size: 1.9vh; */
    /* margin-bottom: .5vh; */
    margin-top: 16px;
    margin-bottom: 6px;
}

.blog_box.product_box.about_product_box h3 {
    /* margin-bottom: 2.04vh; */
    margin-bottom: 15px;
    margin-top: 0;
    /* font-size: 2.9vh; */
    font-weight: 600;
}


.spaceing_for_blog {
    margin-top: 40px;
    margin-bottom: 115px;
}





.blog_details_container {
    max-width: 62%;
    margin: 0 auto;
    color: #282435;
}
.blog_details_container p, .blog_details_container ul li {
    color: #282435;
}
.blog_details_container img {
    max-width: 340px;
    height: auto;
    margin: 10px;
}
.blog_in_img_1 img {
    width: 100%;
}
.blog_details_container p {
    /* font-size: 2.6vh; */
}
.blog_in_img_1 {
    margin-bottom: 1rem;
}

img.out_of_con {
    width: 100%;
}



img.out_of_con {
    margin-bottom: 3vh;
}



.blog_detail_back_with_share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 5vh; */
    /* margin-bottom: 5vh; */
    margin-bottom: 50px;
    margin-top: 50px;
}



.blog_rel_slider_top_with_btn_right h3 {
    /* font-size: 3.5vh; */
}
.blog_slider {
    /* margin-bottom: 10vh; */
    margin-bottom: 100px;
}

.blog_rel_slider_top_space {
    margin-top: 90px;
}



.blog_slider .slick-slide {
    margin: 0 35px;
}
/* the parent */
.blog_slider .slick-list {
    margin: 0 -35px;
}


.blog_rel_slider_top_with_btn_right {
    /* margin-bottom: 8vh; */
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn_for_slide_round, .btn_for_slide_round:hover {
    background: #fc3;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #000;
    margin-left: 5px;
}
/* ================================== BLOG PAGE CSS END ================================== */




/* ================================== CAREER PAGE CSS ================================== */
.career_conteiner {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 15px;
}



.career_list_with_icon.sell_list_with_icon {
    display: flex;
    justify-content: space-between;
    margin-bottom: -15px;
}
.career_list_with_icon .list_icon {
    margin: 0;
    width: 12%;
    margin-bottom: 15px;
}
.career_list_with_icon .list_icon_img {
    border: .3vh solid #fc3;
    /* padding: 19px; */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ================================== CAREER PAGE CSS END ================================== */




/* ================================== DEALS AND NEWS CSS ================================== */
.deals_news_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center !important;
    background-size: cover !important;
    bottom: 0;
}



.deals_bottom_box h3 span {
    display: block;
    font-size: 8vh;
}

.deals_bottom_box h3 span.span_3 {
    display: inline-block;
}

.deals_bottom_box {
    background: #f1f1f1;
    padding: 3vh;
    margin: 0 2vh;
    border-radius: .8vh;
    max-width: 25vh;
}


/* p.deal_bottom_para {
    margin-top: 3vh;
    margin-bottom: 3vh;
} */


p.deal_bottom_para {
    margin-bottom: 15px;
    margin-top: 15px;
}

a.next_sec.white_angle {
    color: #fff;
}




.product_box.promo_box {
    border: .1vh solid #ccc;
    border-radius: 12px;
    overflow: hidden;
    min-height: 100vh;
}
.product_box.promo_box .product_box_details {
    /* line-height: 20px; */
    padding: 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 77vh;
}

.product_box.promo_box .product_box_details h3 {
    font-weight: 600;
    margin-top: 2.3vh;
    margin-bottom: 2vh;
}
.product_box.promo_box p {
    margin-bottom: 1vh;
    margin-bottom: 10px;
}
.product_box_details ul {
    margin-bottom: 10px;
    padding-left: 15px;
    font-family: "NouvelR";
}
.product_box_details ul li {
    margin-bottom: 10px;
    color: #282435;
}

.product_box.promo_box .product_box_details h3 {
    font-weight: 600;
    margin-top: 0vh;
    margin-bottom: 15px;
}


.promo_btns_bottom {
    display: flex;
    justify-content: space-between;
}

a.button.btn_black_border_rounded.with_svg_icon {
    color: #3f3f3f;
    border: .2vh solid #3f3f3f;
    padding: 8px 16px;
    border-radius: 50px;
    margin: 0;
}



ul.list_with_big_dotte {
    padding-left: 0;
    list-style: none;
    position: relative;
}


ul.list_with_big_dotte li {
    position: relative;
    padding-left: 27px;
}

ul.long_padding li {
    padding-bottom: 2vh;
}
ul.list_with_big_dotte li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    transform: translate(0, -50%);
    height: 10px;
    width: 10px;
    border: .25vh solid #969696;
    border-radius: 50%;
}

table.table_with_gray_head {
    font-size: 1.8vh;
    color: #000;
}
table.table_with_gray_head th {
    background: #ccc;
    border: .5vh solid #fff;
}
table.table_with_gray_head th, table.table_with_gray_head td {
    padding: 0 2vh;
}

table.table_with_gray_head.bold_td td {
    font-weight: 600;
}










.three_hour_box {
    border: 2px solid #fece00;
    height: calc(100% - 15px);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.three_hour_box_details {
    text-align: left;
    padding: 20px;
}
.three_hour_box_details h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}

.three_hour_box_img img {
    width: 100%;
}
/* ================================== DEALS AND NEWS CSS END ================================== */





/*  ================================== MY PROFILE ================================== */
.bg_black {
    background: #0c0c0c;
}
.my_pro_banner {
    height: 315px;
    /* background-size: 100% auto !important; */
    padding-top: 136px;
    padding-left: 75px;
    padding-right: 75px;
}
img.my_pro_banner_img {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}




.pro_nm {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin: 10px 0;
    text-shadow: 2px 2px 2px #0c0c0c91;
}
.pro_welcome {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
}
.pro_nm_after {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 2px 2px 2px #0c0c0c91;
}

p.pro_nm_after_next.mb-0 {
    color: #fff;
    font-weight: 600;
    font-family: "NouvelR";
}


@media(max-width:640px){
    p.pro_nm_after_next.mb-0 {
        font-size: 12px;
    }
}














.profile_mini_container {
    max-width: 915px;
    margin: 0 auto;
    min-height: 68vh;
    padding: 15px;
}







h3.car_info_table_heading {
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.car_info_table_main {
    background: #1f1f1f;
    margin-bottom: 30px;
}
.car_info_table_head {
    background: #3b3b3b;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    position: relative;
}
.sub_delete {
    position: absolute;
    right: 0;
    top: 8px;
    right: 10px;
    color: #fc3;
    font-size: 12px;
    cursor: pointer;
    text-transform: lowercase;
}

.car_info_table_dtls_top_head {
    margin-top: 15px;
    margin-bottom: 10px;
}
.car_info_table_dtls_top_head h4 {
    color: #fff;
    font-weight: 600;
}
.car_info_table_dtls_top_head p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}



.table-sm td, .table-sm th {
    padding: .1rem;
}
.car_info_table {
    margin-bottom: 15px;
}
.car_info_table th {
    width: 60%;
    vertical-align: top;
    padding-right: 5px;
    font-family:  Helvetica, Arial, sans-serifsans-serif;
}
.car_info_table td {
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
}








.select-Specifications-area h3 {
    font-size: 18px;
    color: #fecd2f;
    font-weight: 600;
    margin-bottom: 20px;
}
.Specifications-titel {
    font-size: 14px;
    /* text-transform: uppercase; */
    background-color: #1f1f1f;
    padding: 13px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
}
.Specifications-titel-inner {
    padding: 13px;
    font-size: 14px;
    color: #fff;
}
.bg-trans {
    background-color: transparent!important;
}

.input-group.promo_code .form-control {
    /* height: 6.5vh; */
}
.input-group.promo_code .input-group-append .btn-light {
    background-color: #fc3;
    border-color: #fc3;
    color: #0c0c0c;
    font-weight: 600;
    text-transform: lowercase;
}


.select-Specifications-area_btn {
    margin: 50px 0;
    text-align: center;
}








form.mt-2.select_car_form label {
    color: #fff;
}

.mandatory {
    color: red !important;
    margin-left: 5px;
}
form.select_car_form .form-control {
    margin-bottom: 0;
}






a.in_form_tab {
    color: #fff;
    font-weight: 600;
    border:  1px solid #fff;
    padding: 4px 18px;
    border-radius: 50px;
    display: inline-block;
    font-size: 12px;
    transition: all ease-in-out .3s;
}

a.in_form_tab.active, a.in_form_tab:hover {
    background: #fff;
    color: #000;
}



.check_text_inline {
    display: flex;
    color: #fff;
}
span.main_label {
    margin-right: 10px;
}
.check_text_inline .custom-control {
    padding-left: 2rem;
}
.check_text_inline .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #fc3;
}



.form-yellow-titel {
    font-size: 18px;
    color: #fecd2f;
    margin-top: 15px;
    font-weight: 600;
}

.custom-file-label {
    /* line-height: 1.9; */
    font-weight: 600;
}


.custom-file-label::after {
    top: 50%;
    transform: translate(0, -50%);
    height: 2rem;
    background-color: #3d3e3b;
    border-left: 0;
    border-radius: 0 .25rem .25rem 0;
    text-transform: uppercase;
    right: 2px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}



p.file_01_file_nm {
    color: #fff;
    margin: 0;
    margin-top: 5px;
}
p.file_01_file_nm span:before {
    content: "X";
    color: #fc3;
    font-weight: 600;
    margin-right: 3px;
}

p.file_01_file_nm span {
    margin-right: 5px;
    position: relative;
}



.collect-dropdown select {
    max-width: 300px !important;
}

.form-group.this_space_adj_bottom {
    margin-bottom: 36px;
}

.viewimage {
    color: #fecd2f;
    text-align: right;
    margin-top: 7px !important;
    font-size: 12px;
}

.viewimage a{
    color: #fecd2f;
    text-decoration: underline;
}



.content_scroll_text-white {

}
.content_scroll_text-white h5 {
    margin-bottom: 15px;
}
.content_scroll_text-white h5, .content_scroll_text-white h6 {
    color: #fff;
    font-weight: 600;
}
.content_scroll_text-white * {
    color: #fff
}

.content-scroll {
    overflow-x: hidden;
    height: 500px;
    overflow-y: auto;
    display: block;
    position: relative;
    margin-top: 10px;
    padding-right: 10px;
}


.content-scroll::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.content-scroll::-webkit-scrollbar-track {
    background-color: #2f2f2f;
    border-radius: 10px;
}

/* Handle */
.content-scroll::-webkit-scrollbar-thumb {
    background: #6c6c6c;
    border-radius: 10px;
}





table.table.table-bordered.table_content th, table.table.table-bordered.table_content td {
    padding: 2px 20px;
    border: .2px solid rgba(255, 255, 255, 0.7);
}





#accordion-payment .card {
    background-color: #494949;
    border-radius: 5px;
    margin-bottom: 10px;
    border: none;
}
.bg-colleps {
    background-color: #282828;
}
.pay_now {
    padding: 20px;
    margin-top: 10px;
}
.b-dashed {
    border: 1px dashed rgba(255, 255, 255, 0.5)!important;
}

.b-rad {
    border-radius: 10px!important;
}

.pay_now ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.pay_now ul li label {
    color: #fff;
    margin-bottom: 0;
}

.pay_now ul li p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 18px;
}

.velue-text {
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
}


.pay-detail-headding {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #fff;
}
.pay-detail-headding.btn-link {
    color: #fff !important;
}
.pro_head1 {
    background: #fecd2f;
    padding: 3px 10px;
    border-radius: 2px;
    margin-bottom: 12px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.pro1 {
    display: inline-block;
}
.tot1 {
    display: inline-block;
}
.pay-hr {
    border-top: 1px solid rgba(104, 104, 104, 0.56);
}
.pay_now ul li {
    margin-bottom: 10px;
}
/* .pay_now ul li label {
    color: #fff;
    margin-bottom: 0;
    line-height: 16px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
} */




.pay_modal_btn {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

.pay_modal_btn .button.btn_yellow_fill {
    margin-bottom: 10px;
}

.pay_modal_btn button {
    display: inline-block;
    width: 28vh;
}


.pay_now ul li .pay_you_check label.custom-control-label::before {
    top: 5px;
    transform: initial;
}
.pay_you_check label {
    font-size: 12px;
    line-height: 14px;
}
.pay_you_check label {
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5) !important;
}




h6.type-of-payment {
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 12px;
    margin-top: -9px;
}
button#openPaymentModel {
    background: #fecd2f;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #fecd2f;
}
button#openPaymentModel:focus {
    box-shadow: 0 0 3px 0.2rem rgb(71 71 71);
}





.modal_para {
    color: rgba(255, 255, 255, 0.5);
}
.bg-body {
    background-color: #0c0c0c;
    /* #474747 */
}


.Specifications-titel-inner {
    padding: 13px;
    font-size: 14px;
    color: #fff;
}



.yellow_bg.pad_heaing {
    background: #fc3;
    color: #000;
    font-weight: 600;
}
.remove_add_on {
    display: inline-block;
    background: #fff;
    /* font-weight: 600; */
    /* font-size: 20px; */
    height: 15px;
    width: 15px;
    color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 13px;
    font-size: 24px;
    margin-left: 5px;
    cursor: pointer;
}










.sub_head_dtls {
    color: #aaaaac;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}

.sub_head_dtls span {
    margin-right: 10px;
}







a.button.td_btn {
    background: #fc3;
    color: #000;
    min-width: inherit;
    height: inherit;
    padding: 7px 6px;
    line-height: 10px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
}


img.pdf_ic {
    height: 23px;
}



.form_controll_mb_0 .form-control {
    margin-bottom: 0;
}


.car_info_table_img {
    height: 100%;
}
/*  ================================== MY PROFILE END ================================== */






/* ================================== PRE OWNED ================================== */
.car_info_table_img.text-center .carousel-item img {
    margin-top: 15px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
}

a.button.yellow.btn_for_pre_ownd {
    padding: 10px 45px;
}
a.button.yellow.btn_for_pre_ownd.btn_gray_round {
    background-color: #ececec;
    color: #000;
}

.pre_own_search-bar {
    padding: 15px 0px;
    padding-bottom: 0;
    background-color: #5e5f60;
    border-radius: 7px;
    margin-bottom: 30px;
}
.pre_own_search-bar .row {
    margin: 0;
}

.pre_own_search-bar .form-control {
    margin-bottom: 0;
    height: 50px;
}
.pre_own_search-bar .form-control.grey-dd {
    background-color: #5e5f60;
    color: #fff;
    border-color: #fff;
}

.pre_own_search-bar .row {

}

.result_row {
    background-color: #fff;
    padding: 15px 0px;
    border-radius: 7px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
.result_row .carousel-item {
    border-radius: 7px;
    overflow: hidden;
}
.result_row .carousel-item img {
    width: auto;
    height: 240px;
    max-height: 100%;
    object-fit: cover;
}
.pre_own-title {
    font-size: 21px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 25px;
}
.pre_own-cost strong, .pre_own-emi strong, .pre_own-remarks strong {
    font-size: 25px;
}
.pre_own-cost strong, .pre_own-emi strong, .pre_own-remarks strong {
    margin-bottom: 0px;
    font-size: 25px;
    display: block;
    color: #000;
    line-height: 28px;
}
.pre_own-cost small, .pre_own-emi small {
    font-size: 12px;
}
.pre_own-details strong {
    font-size: 15px;
    line-height: 13px;
    display: block;
    color: #282435;
    font-family: "NouvelR";
}
.pre_own-details small {
    font-size: 12px;
}


.result_row.row .row {
    margin: 0 0 ;
}
.result_row.row .row [class*='col-'] {
    padding: 0 0px;
}

.result_row.row .row .row {
    margin: 0 -15px;
}

.result_row.row .row .pre_own-details {
    padding-top: 15px;
}

.pre_own-cost, .pre_own-emi, .pre_own-title {
    margin-bottom: 20px;
    color: #282435;
}

.pre_own-cost, .pre_own-emi {
    display: inline-block;
    padding-right: 15px;
}

.pre_own-details .second-row {
    margin-top: 36px !important;
}


.pre_ownen_button {
    background: rgb(239, 239, 239);
    color: #000;
    text-transform: lowercase !important;
    min-width: auto;
    padding: 8px 26px;
    height: auto;
    border-radius: 50px;
    min-width: 136px;
    transition-duration: .8s;
    border: 2px solid #efefef;
}

.pre_ownen_button:hover {
    box-shadow: inset 17em 0 0 0 #fecd2f;
    color: #000;
}


.result_row .carousel-indicators li {
    width: 7px;
    height: 7px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
}
.profile_container h5.text-white.pb-2 {
    color: #ffd400 !important;
}
label.renault_life.renault_life_600.mb-3{
    color: #ffd400;
}
/* ================================== PRE OWNED END ================================== */






/* ================================== BOOTSTRAP TAB RESET ================================== */

.bootstap_tab_reset.nav-tabs{
    border-bottom: 0
}
.bootstap_tab_reset.nav-tabs .nav-item.show .nav-link, .bootstap_tab_reset.nav-tabs .nav-link.active, .bootstap_tab_reset.nav-tabs .nav-link{
    background-color: transparent;
    border: 0;
    color: #6d6d6d;
    padding: 0;
    padding-bottom: .5rem;
    text-transform: uppercase;
}

/* #commonLoadingModel.modal{
    display: flex;
    justify-content: space-around;
    align-items: center;
} */

#commonLoadingModel.modal .text-center{
    color: #fff;
}

#commonLoadingModel.modal p.loader-processing{
    font-size: 26px;
    margin-left: 10px;
    margin-top: 17px;
    color: #fc3;
}

#commonLoadingModel.modal .modal-body{
    display: flex;
    align-items: center;
    justify-content: center;
}



.modal-title {
    padding: 10px 25px;
}


.modal_card.card {
    background: #1f1f1f;
    margin-bottom: 30px;
    border-left: 4px solid #4a4b50;
}
.modal_card.card .card-header {
    background-color: #3b3b3b;
    color: #fff;
    position: relative;
}
.modal_card.card .card-header h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.accordion .modal_card.card:last-of-type, .accordion .modal_card.card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0 !important;
}
.accordion .modal_card.card h2.collapsed:after, .accordion .modal_card.card h2:after {
    font-size: 25px;
    top: 10px;
    height: 20px;
    line-height: 20px;
}
.Hdmanage {
    background-color: #3a3b3e;
    padding: 6px;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: 700;
    color:  #fff;
}


.accordion .modal_card.card .Specifications-titel {
    background-color: #333333 !important;
}
.accordion .modal_card.card .select-Specifications-area {
    padding: 15px;
}


.contact_toll {
    background: #4a4b50;
    width: 100%;
    margin-bottom: 0px;
    padding: 8px 10px !important;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.contact_toll a {
    color: #fecd2f;
}


.accordion .modal_card.card .line-container .progress-line {
    z-index: 1;
}

.accordion .modal_card.card .line-container p.status_nm {
    /* white-space: nowrap; */
    color: #4a4b50;
}
.accordion .modal_card.card .line-container .status .dot {
    background: #3a3b3e;
}
.accordion .modal_card.card .line-container .status .dot::after {
    color: #fff;
}

.accordion .modal_card.card .line-container .status .dot.completed {
    position: relative;
    background: #fc3;
}
.accordion .modal_card.card .line-container .status .dot.completed:after {
    color: #000;
}








.billingTbl .table .thead-dark th {
    font-size: 14px;
    color: #fff;
    background-color: #27282b !important;
    border-color: transparent !important;
    padding: .75rem;
}

.table_buy .card-body .table th, .table td {
    border: none;
    font-size: 14px;
    padding-right: 6px;
    padding: 8px;
}
.billingTbl .table td,.billingTbl .table th {
    border-top: 1px solid #27282b !important;
}




.promo_container {
    max-width: 600px;
    margin: 0 auto;
    min-height: 48vh;

}
.promo_code_box {
    background: #2b2b2b;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid #4a4b50;
    margin-bottom: 30px;
    position: relative;
    padding-right: 125px;
}
.promo_code_box h6 {
    font-weight: 600;
    color: #fc3;
    margin-bottom: 10px;
}
.promo_code_box table {
    color: #fff;
    font-size: 13px;
}
.promo_code_box table th {
    padding-right: 25px;
    width: 110px;
    vertical-align: top;
}
.promo_code_box table td {

}



.table_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.table_top h3.car_info_table_heading {
    margin-bottom: 0;
}


a.promo_code_box_btn {
    color: #fc3;
    padding: 0px 14px;
    border-radius: 4px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: all ease-in-out .5s;
    font-weight: 600;
    text-transform: lowercase;
}
a.promo_code_box_btn.bordered {
    border: 1px solid #fc3;
}

a.promo_code_box_btn.fill {
    border: 1px solid #fc3;
    box-shadow: inset 17em 0 0 0 #fecd2f;
    color: #000;
}
a.promo_code_box_btn.fill:hover {
    border: 1px solid #fc3;
    box-shadow: inset -0em 0 0 0 #fecd2f;
    color: #fc3;
}


a.promo_code_box_btn.bordered:hover {
    box-shadow: inset 17em 0 0 0 #fecd2f;
    color:  #000;
}




.input_section {
    /* background: #2d2d2d; */
    background: #1d1d1d;
    padding: 15px;
    margin-bottom: 1rem;
    padding-bottom: 0;
    overflow: hidden;
}

select.btn-secondary {
    color: #fff;
    background-color: #27282b;
    border-color: #27282b;
    color: #fc3;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    min-width: 150px;
}

select.btn-secondary:focus, select.btn-secondary:hover, select.btn-secondary:active {
    box-shadow: 0 0 9px 0.02rem rgb(254, 206, 43, 37%);
    background-color: #27282b !important;
    color: #fff;
}
select.btn-secondary:hover:after {
    color: #fff;
}
.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}



.accordion .card h2:after {
    top: 50% !important;
    transform: translateY(-50%);
}










.copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.copyright a {
    font-size: 12px;
}
/* ================================== BOOTSTRAP TAB RESET END ================================== */


.chat_btn_more_up a.sticky_chat {
    /* right: 5vh; */
    /* bottom: 10vh; */
    margin: 10px;
    right: 10px;
    bottom: 35px;
}


a.sticky_chat {
    display: inline-block;
    position: fixed;
    right: 36px;
    bottom: 37px;
    z-index: 9;
}
/* a.sticky_chat img {
    width: 100%;
    max-width: 90px;
}
 */





.promotions-card-box .custom-control-label::after {
    top: .25rem;
    transform: inherit;

}












.next_sec.white_next_sec {
    color: #fff;
    font-size: 37px;
}











/* BOOTSTRAP 4 TAB SLIDER */


.profile_container {
    margin: 0 auto;
    max-width: calc(100% - 75px * 2);
}




.pro_tab_con {
    border-bottom: 2px solid #cccccc29;
    margin-bottom: 30px;
}
ul.profile_tab {
    margin-bottom: 0;
    padding-left: 0;
    overflow: hidden;
    flex-wrap: initial;
}
ul.profile_tab li a {
    color: #6d6d6d;
    font-size: 18px;
    font-weight: 600;
    transition: all ease-in-out .3s;
}
ul.profile_tab li a.active {
    color: #fff !important;
}

ul.profile_tab li {
    float: left;
    list-style: none;
    margin-right: 60px;
    padding-bottom: 5px;
    position: relative;
}

ul.profile_tab li a:after,  ul.profile_tab li a:hover:after {
    content: "";
    width: 0%;
    height: 3px;
    background: #fc3;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease-in-out .3s;
}

ul.profile_tab li a:hover:after, ul.profile_tab li a.active:after {
    width: 100%;
}

ul.profile_tab li a:hover {
    color: #fff !important;
}


ul.profile_tab li.active a, ul.profile_tab li:hover a {

}

.scrtabs-tabs-fixed-container {
    /* padding: 0 10px; */
}
.scrtabs-tabs-movable-container ul {
    height: 42px;
}
.scrtabs-tab-scroll-arrow {
    border: 0;
    border-top: none;
    background: #0c0c0c;
    color: #fece00;
    display: none;
    float: left;
    font-size: 29px;
    height: 42px;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    width: 20px;
    text-align: center;
}
.scrtabs-tab-scroll-arrow:hover {
    background-color: #0b0b0b;
}


/* BOOTSTRAP 4 TAB SLIDER END */







.app_flow {
    margin-bottom: 30px;
}
.circle_prog {
    text-align: center;
}

.circle_prog h5 {
    color: #fff;
}
.circle_prog h6 a{
    color: #a9a9a9;
}

.progress-circle {
    font-size: 20px;
    margin: 20px;
    position: relative;
    padding: 0;
    width: 5em;
    height: 5em;
    background-color: #fff;
    border-radius: 50%;
    line-height: 5em;
    margin: 30px auto 15px;
}
.progress-circle span {
    position: absolute;
    line-height: 5em;
    width: 5em;
    text-align: center;
    display: block;
    color: #ffffff;
    z-index: 2;
    font-weight: 600;
}
.left-half-clipper {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    position: absolute;
    clip: rect(0, 5em, 5em, 2.5em);
}
.progress-circle:after {
    border: none;
    position: absolute;
    top: 0.35em;
    left: 0.35em;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 4.3em;
    height: 4.3em;
    background-color: #0c0c0c;
    content: " ";
}
.progress-circle:not(.over50) .first50-bar {
    display: none;
}
.progress-circle:not(.over50) .first50-bar {
    display: none;
}

.value-bar {
    position: absolute;
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.45em solid #f9cc00;
    /* background-color: #4D642D; */
    box-sizing: border-box;
}


.progress-circle:not(.over50) .first50-bar{ display: none; }
/* Progress bar rotation position */
.progress-circle.p0 .value-bar { display: none; }
.progress-circle.p1 .value-bar { transform: rotate(4deg); }
.progress-circle.p2 .value-bar { transform: rotate(7deg); }
.progress-circle.p3 .value-bar { transform: rotate(11deg); }
.progress-circle.p4 .value-bar { transform: rotate(14deg); }
.progress-circle.p5 .value-bar { transform: rotate(18deg); }
.progress-circle.p6 .value-bar { transform: rotate(22deg); }
.progress-circle.p7 .value-bar { transform: rotate(25deg); }
.progress-circle.p8 .value-bar { transform: rotate(29deg); }
.progress-circle.p9 .value-bar { transform: rotate(32deg); }
.progress-circle.p10 .value-bar { transform: rotate(36deg); }
.progress-circle.p11 .value-bar { transform: rotate(40deg); }
.progress-circle.p12 .value-bar { transform: rotate(43deg); }
.progress-circle.p13 .value-bar { transform: rotate(47deg); }
.progress-circle.p14 .value-bar { transform: rotate(50deg); }
.progress-circle.p15 .value-bar { transform: rotate(54deg); }
.progress-circle.p16 .value-bar { transform: rotate(58deg); }
.progress-circle.p17 .value-bar { transform: rotate(61deg); }
.progress-circle.p18 .value-bar { transform: rotate(65deg); }
.progress-circle.p19 .value-bar { transform: rotate(68deg); }
.progress-circle.p20 .value-bar { transform: rotate(72deg); }
.progress-circle.p21 .value-bar { transform: rotate(76deg); }
.progress-circle.p22 .value-bar { transform: rotate(79deg); }
.progress-circle.p23 .value-bar { transform: rotate(83deg); }
.progress-circle.p24 .value-bar { transform: rotate(86deg); }
.progress-circle.p25 .value-bar { transform: rotate(90deg); }
.progress-circle.p26 .value-bar { transform: rotate(94deg); }
.progress-circle.p27 .value-bar { transform: rotate(97deg); }
.progress-circle.p28 .value-bar { transform: rotate(101deg); }
.progress-circle.p29 .value-bar { transform: rotate(104deg); }
.progress-circle.p30 .value-bar { transform: rotate(108deg); }
.progress-circle.p31 .value-bar { transform: rotate(112deg); }
.progress-circle.p32 .value-bar { transform: rotate(115deg); }
.progress-circle.p33 .value-bar { transform: rotate(119deg); }
.progress-circle.p34 .value-bar { transform: rotate(122deg); }
.progress-circle.p35 .value-bar { transform: rotate(126deg); }
.progress-circle.p36 .value-bar { transform: rotate(130deg); }
.progress-circle.p37 .value-bar { transform: rotate(133deg); }
.progress-circle.p38 .value-bar { transform: rotate(137deg); }
.progress-circle.p39 .value-bar { transform: rotate(140deg); }
.progress-circle.p40 .value-bar { transform: rotate(144deg); }
.progress-circle.p41 .value-bar { transform: rotate(148deg); }
.progress-circle.p42 .value-bar { transform: rotate(151deg); }
.progress-circle.p43 .value-bar { transform: rotate(155deg); }
.progress-circle.p44 .value-bar { transform: rotate(158deg); }
.progress-circle.p45 .value-bar { transform: rotate(162deg); }
.progress-circle.p46 .value-bar { transform: rotate(166deg); }
.progress-circle.p47 .value-bar { transform: rotate(169deg); }
.progress-circle.p48 .value-bar { transform: rotate(173deg); }
.progress-circle.p49 .value-bar { transform: rotate(176deg); }
.progress-circle.p50 .value-bar { transform: rotate(180deg); }
.progress-circle.p51 .value-bar { transform: rotate(184deg); }
.progress-circle.p52 .value-bar { transform: rotate(187deg); }
.progress-circle.p53 .value-bar { transform: rotate(191deg); }
.progress-circle.p54 .value-bar { transform: rotate(194deg); }
.progress-circle.p55 .value-bar { transform: rotate(198deg); }
.progress-circle.p56 .value-bar { transform: rotate(202deg); }
.progress-circle.p57 .value-bar { transform: rotate(205deg); }
.progress-circle.p58 .value-bar { transform: rotate(209deg); }
.progress-circle.p59 .value-bar { transform: rotate(212deg); }
.progress-circle.p60 .value-bar { transform: rotate(216deg); }
.progress-circle.p61 .value-bar { transform: rotate(220deg); }
.progress-circle.p62 .value-bar { transform: rotate(223deg); }
.progress-circle.p63 .value-bar { transform: rotate(227deg); }
.progress-circle.p64 .value-bar { transform: rotate(230deg); }
.progress-circle.p65 .value-bar { transform: rotate(234deg); }
.progress-circle.p66 .value-bar { transform: rotate(238deg); }
.progress-circle.p67 .value-bar { transform: rotate(241deg); }
.progress-circle.p68 .value-bar { transform: rotate(245deg); }
.progress-circle.p69 .value-bar { transform: rotate(248deg); }
.progress-circle.p70 .value-bar { transform: rotate(252deg); }
.progress-circle.p71 .value-bar { transform: rotate(256deg); }
.progress-circle.p72 .value-bar { transform: rotate(259deg); }
.progress-circle.p73 .value-bar { transform: rotate(263deg); }
.progress-circle.p74 .value-bar { transform: rotate(266deg); }
.progress-circle.p75 .value-bar { transform: rotate(270deg); }
.progress-circle.p76 .value-bar { transform: rotate(274deg); }
.progress-circle.p77 .value-bar { transform: rotate(277deg); }
.progress-circle.p78 .value-bar { transform: rotate(281deg); }
.progress-circle.p79 .value-bar { transform: rotate(284deg); }
.progress-circle.p80 .value-bar { transform: rotate(288deg); }
.progress-circle.p81 .value-bar { transform: rotate(292deg); }
.progress-circle.p82 .value-bar { transform: rotate(295deg); }
.progress-circle.p83 .value-bar { transform: rotate(299deg); }
.progress-circle.p84 .value-bar { transform: rotate(302deg); }
.progress-circle.p85 .value-bar { transform: rotate(306deg); }
.progress-circle.p86 .value-bar { transform: rotate(310deg); }
.progress-circle.p87 .value-bar { transform: rotate(313deg); }
.progress-circle.p88 .value-bar { transform: rotate(317deg); }
.progress-circle.p89 .value-bar { transform: rotate(320deg); }
.progress-circle.p90 .value-bar { transform: rotate(324deg); }
.progress-circle.p91 .value-bar { transform: rotate(328deg); }
.progress-circle.p92 .value-bar { transform: rotate(331deg); }
.progress-circle.p93 .value-bar { transform: rotate(335deg); }
.progress-circle.p94 .value-bar { transform: rotate(338deg); }
.progress-circle.p95 .value-bar { transform: rotate(342deg); }
.progress-circle.p96 .value-bar { transform: rotate(346deg); }
.progress-circle.p97 .value-bar { transform: rotate(349deg); }
.progress-circle.p98 .value-bar { transform: rotate(353deg); }
.progress-circle.p99 .value-bar { transform: rotate(356deg); }
.progress-circle.p100 .value-bar { transform: rotate(360deg); }
 .stepwizard-row:before{margin-left: 87px;}



.payent_list_mobile li {
    color: #fff;
}


.card.type.modal_card ul.text-left.m-0.pl-0.list-unstyled li {
    font-size: 14px;
}
.text-yellow {
    color: #fece00;
}

.list-dashed{
    display: flex;
}

.list-dashed::before {
    content: "-";
    margin-right: 5px;
}

.mobile_view.profile_banner {
    position: absolute;
    z-index: -1;
    height: 270px;
    width: 100%;
    top: 0;
    left: 0;
}
.desktop_view.profile_banner {
    height: 315px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}



.bg_metal .progress-circle:after {
    background-color: #1f1f1f;
}













/* =============================== MODAL DESIGN  =============================== */


.yellow_modal .modal-header {
    background: #fecd2f;
    color: white;
}
.modal-body {
    /* max-height: 60vh; */
    overflow-y: auto;
    font-weight: 800;
    font-family: "NouvelR";
    color: #282435;
}


/* .modal-body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 6px;
    background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fed42c;
} */


.modal-body::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    background-color: #969696;
    width:1px;
}






/* LG MODAL */
.yellow_modal .modal-content{
    border-radius: 10px;
    overflow: hidden;
}
.modal_btn {
    padding: 8px 45px !important;
    font-size: 14px !important;
}
.modal_btn:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.lg_modal .modal-body {
    font-size: 16px;
    font-weight: 800;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
}
.bold_title {
    font-family: "NouvelR";
}
.modal_header_extrapadding {
    padding: 3em 2em;
}

/* =============================== MODAL DESIGN END =============================== */








/* =============================== REVIEW PAGE DESIGN =============================== */
.round-img.review-img img {
    height: 100px;
    width: auto;
}
.round-img.review-img {
    width: 100px;
    border-radius: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 50%);
}
.review-box .card {
    border: 0;
}

.review-box .card-body {
    border: 1px solid #7d7d7d;
    text-align: center;
    border-radius: 10px;
    min-height: 390px;
}

.review_slider.slick-initialized .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

.bord {
    width: 55px;
    border: 1.5px solid #fecd2f;
    color: #fecd2f;
}






.fp-viewing-Reviews #fp-nav.fp-left:after {
    display: none;
}
.fp-viewing-Reviews.nav_text_fix #fp-nav ul li .fp-tooltip, .fp-viewing-REVIEWS.nav_text_fix #fp-nav ul li .fp-tooltip {
    color: #000000;
}
.fp-viewing-Reviews #fp-nav ul li:hover .fp-tooltip,
.fp-viewing-REVIEWS #fp-nav ul li:hover .fp-tooltip,
.fp-viewing-Reviews #fp-nav.fp-show-active a.active + .fp-tooltip,
.fp-viewing-REVIEWS #fp-nav.fp-show-active a.active + .fp-tooltip,
.fp-viewing-F1-Timeline #fp-nav.fp-show-active a.active + .fp-tooltip,
.fp-viewing-Sporting-Technologies #fp-nav.fp-show-active a.active + .fp-tooltip,
.fp-viewing-Mega-Parts-Clearance #fp-nav.fp-show-active a.active + .fp-tooltip,
.fp-viewing-Subscription-Promotions #fp-nav.fp-show-active a.active + .fp-tooltip {
    color: #000;
    font-weight: 600;
}
.fp-viewing-Reviews #fp-nav ul li a span,.fp-viewing-Reviews .fp-slidesNav ul li a span, .fp-viewing-REVIEWS .fp-slidesNav ul li a span {
    background: #000;
    opacity: 1;
}

.fp-viewing-Models_Available #fp-nav ul li a span, .fp-viewing-Overview #fp-nav ul li a span, .fp-viewing-Subscription_Plans #fp-nav ul li a span, .fp-viewing-Why_Subscribe #fp-nav ul li a span, .fp-viewing-Subscription_FAQs #fp-nav ul li a span {
    background: #000;
    opacity: 1;
}

.fp-viewing-Reviews.nav_text_fix #fp-nav ul li a.active span, .fp-viewing-REVIEWS #fp-nav ul li a span,  .fp-viewing-F1-Timeline #fp-nav ul li a span, .fp-viewing-Sporting-Technologies #fp-nav ul li a span {
    background: #000;
    font-weight: 600;
    opacity: 1;
}

.review_slider .slick-prev ,.review_slider .slick-next {
    top: 57%;
    z-index: 99
}
.review_slider .slick-prev {
    left: -35px;
}
.review_slider .slick-next {
    right: -15px;
}
.review_slider .slick-prev:before,.review_slider .slick-next:before {
    color: #fc3;
    font-size: 40px;
}
/* =============================== REVIEW PAGE DESIGN END =============================== */







/* LOGIN/ REGISTRATION */
.radi-20 {
    border-radius: 20px;
}
.nav-pills .nav-link.left-radius {
    border-radius: 0;
    border-top-left-radius: 20px;
}
.nav-pills .nav-link.right-radius {
    border-radius: 0;
    border-top-right-radius: 20px;
}
.mx_minus_15 {
    margin-left: -15px;
    margin-right: -15px;
}
.nav-fill .nav-link {
    color: #fff;
    background-color: #1d1d1d;
    padding: .7rem 1rem;
    text-transform: uppercase;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #fecd2f;
    font-weight: 700;
    text-transform: uppercase;
}

.bg_login_black {
    background-color: #000;
}



.log_reg_form .form-group label {
    color: #fff;
}


.red {
    color: red;
}


.radius-0 {
    border-radius: 0 !important;
}



.button.yellow.login_btn {
    padding: .2999rem .5rem;
    border-radius: .2rem;
    font-size: 16px;
    line-height: 1.5;
    font-family: "NouvelR";
    letter-spacing: 0;
    text-transform: lowercase;
}
.login_heading {
    font-family: "NouvelR";
    text-transform: uppercase;
}

.reg_aggre_label label {
    font-size: 13px !important;
    color: rgb(255 255 255) !important;
}



.dropdown-menu > .dropdown {
  position: relative;
}

.dropdown-menu > .dropdown a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: .9rem;
  top: .9rem;
}

.dropdown-menu > .dropdown .dropdown-menu {
  top: -.7rem;
  left: 100%;
  border-radius: 0 .25rem .25rem .25rem;
}

.dropdown.profile .dropdown-menu {
    min-width: 190px;
    right: 0 !important;
    left: initial !important;
    top: 10px !important;
    padding: 0;
    overflow: hidden;
}
.dropdown.profile .dropdown-menu li:first-child a.dropdown-item {
    padding-top: 4px;
}
.dropdown.profile .dropdown-menu li a.dropdown-item {
    color: #656666;
    padding: 4px 8px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0 !important;
}
.dropdown.profile .dropdown-menu li a.dropdown-item:focus, .dropdown.profile .dropdown-menu li a.dropdown-item:hover {
    background-color: #3e3f40;
    color: #fff;
}
li.sign_out {
    border-top: 1px solid #ccc;
}
li.sign_out a {
    padding-top: 4px;
}




/* ===================== FIXING LEFT FULLPAGE.JS MENU ===================== */

.fp-viewing-Overview #fp-nav ul li:hover .fp-tooltip, .fp-viewing-Overview #fp-nav.fp-show-active a.active + .fp-tooltip {
    color: #ffffff;
    font-weight: 600;
}

.fp-viewing-Overview #fp-nav ul li:hover a span, .fp-viewing-Overview #fp-nav ul li:hover a.active span, .fp-viewing-Overview #fp-nav ul li a.active span {
    color: #ffffff;
    background: #ffffff;
}

.fp-viewing-Overview #fp-nav ul li .fp-tooltip {
    color: #fff;
    font-weight: 400;
}

.fp-viewing-Overview #fp-nav ul li a span, .fp-viewing-Overview .fp-slidesNav ul li a span {
    background: #fff;
    color:  #fff;
}











/* ===================== FIXING LEFT FULLPAGE.JS MENU END ===================== */










p.gallery-desc {
    position: relative;
    bottom: 0;
    color: #000;
    text-shadow: none;
    font-weight: bold;
    font-size: 16px !important;
    text-align: center;
    padding: 15px;
    font-family: "NouvelR";
    margin-bottom: 20px;
}
p.gallery-desc small {
    font-family: "NouvelR";
}



.close_section_btn.fixed {
    font-size: 14px;
    position: fixed;
    z-index: 1000;
    /* bottom: 106px; */
    bottom: 47px;
    transform: translateX(-50%);
    left: 50%;
    opacity: .7;
    background: #fecd2f;
    color: #000;
    display: none;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}










.bg-price {
    background-color: #ededed;
}
.key_spec strong {
    color: #000;
}


.mt-30 {
    margin-top: 30px;
}


.dtls_spec_heading {
    margin-bottom: 30px;
    text-transform: uppercase;
}









.gallary_slide_center_mode_1 .slick-next, .gallary_slide_center_mode_2 .slick-next, .gallary_slide_center_mode_3 .slick-next, .gallary_slide_center_mode_4 .slick-next {
    right: 47px;
    z-index: 999;
}

.gallary_slide_center_mode_1 .slick-next:before, .gallary_slide_center_mode_2 .slick-next:before, .gallary_slide_center_mode_3 .slick-next:before, .gallary_slide_center_mode_4 .slick-next:before {
    color: #ffd400;
    font-size: 40px;
}

.gallary_slide_center_mode_1 .slick-prev, .gallary_slide_center_mode_2 .slick-prev, .gallary_slide_center_mode_3 .slick-prev, .gallary_slide_center_mode_4 .slick-prev {
    left: 25px;
    z-index: 999;
    color: #ffd400;
}
.gallary_slide_center_mode_1 .slick-prev:before, .gallary_slide_center_mode_2 .slick-prev:before, .gallary_slide_center_mode_3 .slick-prev:before, .gallary_slide_center_mode_4 .slick-prev:before{
    color: #ffd400;
    font-size: 40px;
}

.gallary_slide_center_mode_1 .slick-prev, .gallary_slide_center_mode_2 .slick-prev, .gallary_slide_center_mode_3 .slick-prev, .gallary_slide_center_mode_4 .slick-prev, .gallary_slide_center_mode_1 .slick-next, .gallary_slide_center_mode_2 .slick-next, .gallary_slide_center_mode_3 .slick-next, .gallary_slide_center_mode_4 .slick-next {
    top: 40%;
}





.d-flex.dtls_list_and_apple {
    margin-right: -90px;
}




.back-button-holder.my-5 {
    margin-bottom: 3.5rem !important;
}




.hero_slide_single_dtls_bottom.subs_feture_text {
    width: 70%;
}

.sub_dtls_list_heading {
    font-size: 24px;
    color:#fff;
    font-weight: normal;
    margin-bottom: 10px;
}
.hero_slide_single_dtls_bottom.subs_feture_text .hero_slide_single_dtls_bottom_flex .dtls_list p {
    font-weight: 400;
}

a.next_sec.next_sec_white.yellow-text {
    color: #fc3;
}




.test_form_con {
    margin-bottom: 50px;
}


@media(max-width: 425px) {
    .test_form_con {
        margin-bottom: 0;
    }
}
















/* ================================== FP-NAV FIX ================================== */



.nav_text_fix.fp-viewing-Captur-trophy #fp-nav.fp-left:after,
.nav_text_fix.fp-viewing-Models_Available #fp-nav.fp-left:after,
.nav_text_fix.fp-viewing-Subscription_Plans #fp-nav.fp-left:after,
.nav_text_fix.fp-viewing-Why_Subscribe #fp-nav.fp-left:after,
.nav_text_fix.fp-viewing-Subscription_FAQs #fp-nav.fp-left:after
{
    display: none;
}
.nav_text_fix.fp-viewing-Captur-trophy #fp-nav ul li .fp-tooltip,
.nav_text_fix.fp-viewing-Models_Available #fp-nav ul li .fp-tooltip,
.nav_text_fix.fp-viewing-Subscription_Plans #fp-nav ul li .fp-tooltip,
.nav_text_fix.fp-viewing-Why_Subscribe #fp-nav ul li .fp-tooltip,
.nav_text_fix.fp-viewing-Subscription_FAQs #fp-nav ul li .fp-tooltip,
.nav_text_fix.fp-viewing-Easy-Payment-Plan #fp-nav ul li .fp-tooltip,
.nav_text_fix.fp-viewing-Subscription-Promotions #fp-nav ul li .fp-tooltip
{
    color: #000000;
    font-weight: 600;
}

.nav_text_fix.fp-viewing-Captur-trophy #fp-nav ul li a.active span,
.nav_text_fix.fp-viewing-Captur-trophy #fp-nav ul li a span,
.nav_text_fix.fp-viewing-Models_Available #fp-nav ul li a span,
.nav_text_fix.fp-viewing-Subscription_Plans #fp-nav ul li a span,
.nav_text_fix.fp-viewing-Why_Subscribe #fp-nav ul li a span,
.nav_text_fix.fp-viewing-Subscription_FAQs #fp-nav ul li a span,
.nav_text_fix.fp-viewing-Subscription-Promotions #fp-nav ul li a span
{
    background: #000;
    opacity: 1;
}

.fp-viewing-Reviews.nav_text_fix #fp-nav ul li a.active span,
.nav_text_fix.fp-viewing-Models_Available #fp-nav ul li a.active span,

.fp-viewing-Mega-Parts-Clearance.nav_text_fix #fp-nav ul li a.active span,
.fp-viewing-Mega-Parts-Clearance.nav_text_fix #fp-nav ul li a span,

.fp-viewing-Subscription-Promotions.nav_text_fix #fp-nav ul li a.active span,
.fp-viewing-Subscription-Promotions.nav_text_fix #fp-nav ul li a span,

.fp-viewing-Easy-Payment-Plan.nav_text_fix #fp-nav ul li a.active span,
.fp-viewing-Easy-Payment-Plan.nav_text_fix #fp-nav ul li a span {
    background: #000;
    font-weight: 600;
}


/* ================================== FP-NAV FIX ================================== */



.interior_box {
    height: 360px;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.interior_box.about_banner_box.mb-100 {
    margin-bottom: 104px !important;
}

/* .interior_box img:not(.arrow_left) {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    object-fit: cover;
} */


.interior_box img:not(.arrow_left) {
    min-height: 100%;
    min-width: 100%;
    /* width: auto; */
    object-fit: cover;
}
.interior_box.about_banner_box {
    height: 287px;
}





.review_scroll {
    margin-bottom: 0;
    max-height: 242px;
    text-align: center;
    overflow-y: auto;
    padding-right: 5px;

}
.review_scroll p {
    font-family: "NouvelR";
    color: #000;
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 300;
}

.review_scroll::-webkit-scrollbar-track
{
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 6px;
    background-color: #F5F5F5;
}

.review_scroll::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

.review_scroll::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #fed42c;
}




#back_to_top {
    position: fixed;
    top: 100px;
    right: 30px;
    z-index: 104;
    font-size: 24px;
    color: #e2b628;
    cursor: pointer;
    display: none;
}











/* ============================= OWNERSHIP ============================= */

.product_box.ownership {
    border: 1px solid #ccc;
    border-radius: 8px;
}

.product_box.ownership .product_box_img {
    text-align: left;
}
.product_box.ownership .product_box_details {
    text-align: justify;
    padding: 0 15px;
    padding-bottom: 15px;
}
.product_box.ownership .product_box_img img {
    width: auto;
}



.ownership_box.with_btn_bottom {
    position: relative;
    padding-bottom: 80px;
}
.ownership_box.with_btn_bottom .button {
    position: absolute;
    bottom: 15px;
    left: 0;
}


.product_box.ownership.body_service_box img {
    height: 70px;
}



.product_box.ownership.body_service_box .product_box_details {
    padding: 30px;
    text-align: center;
}

.product_box.ownership.body_service_box {
    margin-left: 15px;
    margin-right: 15px;
}



.ownership_box.product_box.about_product_box .product_box_img {
    height: auto;
}
.ownership_box.product_box.about_product_box h3 {
    font-weight: 400;
    font-size: 20px;
    font-family: "NouvelR";
}
.ownership_box.product_box.about_product_box {
    text-align: justify;
    font-family: "NouvelR";
    margin-bottom: 25px;
    height: calc(100% - 25px);
}

.ownership_box.product_box.about_product_box .button {
    width: auto;
}



/* ============================= OWNERSHIP ============================= */




.home_slide_btn {
    min-width: 163.55px;
}






.hero_slide_single_dtls_bottom_flex .dtls_list p {
    margin-bottom: 20px;
}


.about_button a {
    color: black;
}



a.link.text-yellow:hover {
    color: #e2b628;
    transition: all ease-in-out .3s;
}

.log_reg_form label {
    font-size: 14px;
    margin-bottom: .2rem !important;
}



.py-6 {
    padding-top: 9rem!important;
    padding-bottom: 9rem!important;
}


.log_reg_form .form-control{
    border: 2px solid transparent;
}




.remember_me_check {

}


.custom-control.custom-checkbox.mb-3.remember_me_check {
    padding-left: 1.55rem;
}
.custom-checkbox.remember_me_check .custom-control-label::before {
    border-radius: .25rem;

}
.custom-checkbox.remember_me_check .custom-control-label::before, .custom-checkbox.remember_me_check .custom-control-label::after {
    top: -.1rem;
}
.log_reg_form label.remember_me {
    margin-bottom: 0 !important;
    font-size: 10px;
}

.text-yellow.forgot_password {
    font-size: 12px;
}
.text-yellow.forgot_password:hover {
    color: #e2b628;
}



.menu_desktop ul li a {
    font-family: "NouvelR";
    font-weight: 600;
}
i.fa.fa-user-circle-o {
    padding-right: 6px;
}















/* ========================= D2D SERVICE ========================= */
.bg_yellow_with_check {
    background: #fece2b;
    border-radius: 6px;
    padding: 10px;
    padding-left: 0;

}

@media(max-width:540px) {
    .bg_yellow_with_check {
        padding: 5px;
        padding-left: 0;
    }
}


.bg_yellow_with_check label.custom-control-label {
    color: #000 !important;
    font-size: 16px;
    cursor: pointer;
}
.bg_yellow_with_check.big_check .custom-control-label::before  {
    background-color: #fff !important;
    top: 50%;
    transform: translateY(-50%);
    left: -2.3rem;
}

.bg_yellow_with_check.big_check .custom-control-label::after {
    top: 50%;
    transform: translateY(-50%);
    left: -2.3rem;
}
.bg_yellow_with_check.big_check.custom-control {
    padding-left: 3rem;
}

select#sort_appointment {
    width: 200px;
}
table.inTable_border_less.font-Small {
    width: 100%;
}
.form_label_bold .form-group label {
    font-weight: 600;
    font-family: "NouvelR";
    font-size: 15px;
}





.big_check.custom-control {
    padding-left: 2rem;
}


.big_check .custom-control-label::before {
    border-radius: .25rem;
}

.big_check .custom-control-label::before {
    left: -2rem;
    position: absolute;
    top: 0;
    width: 23px;
    height: 23px;
    background-color: #fc3;
}

.big_check .custom-control-label::after {
    position: absolute;
    top: 0px;
    left: -2rem;
    display: block;
    width: 23px;
    height: 23px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.big_check.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #fc3;
}
.big_check.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: none !important;
}




.more_big_check.big_check.mb-1 {
    margin-bottom: 15px !important;
}

.more_big_check.big_check label.custom-control-label {
    font-size: 16px;
}

.more_big_check.big_check.custom-control {
    padding-left: 2.5rem;
}
.more_big_check.big_check .custom-control-label::before {
    border-radius: .25rem;
}

.more_big_check.big_check .custom-control-label::before {
    left: -2.5rem;
    position: absolute;
    top: -6px;
    width: 30px;
    height: 30px;
    background-color: #fc3;
}

.more_big_check.big_check .custom-control-label::after {
    position: absolute;
    top: -6px;
    left: -2.5rem;
    display: block;
    width: 30px;
    height: 30px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.more_big_check.big_check.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background: #fc3 !important;
}
.more_big_check.big_check.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image:initial !important;
}


.desktop_view.profile_banner {
    background-position: center !important;
}



.d2d_form .form-control,.d2d_form select.form-control{
    color: #000;
    border-radius: 2px;
}
.d2d_form .form-control::placeholder, .d2d_form select.form-control::placeholder {
    color:#464646;
}


.pl_for_mini_check {
    padding-left: 39px !important;
}

.label_light.big_check label {
    font-size: 15px;
    font-family: "NouvelR";
}





.bg-yellow {
    background: #fc3;
}



.bg_brown {
    background: #3e3935;
}



.right_target {
    height: 70%;
    position: absolute;
    width: 2px;
    border-right: 2px dashed #fff;
    margin: 0 auto;
    top: 37px;
}

img.tagert_top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-46%);
    width: 25px;
}

img.tagert_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-46%);
    width: 25px;
}

/* Custom Dropdown */

.custom-dropdown .filter_option:after{
    display: none;
}

.custom-dropdown .dropdown-toggle:focus{ 
    background: #d7d7d7;
}

.custom-dropdown .options-disabled{
    opacity: 0.3;
    pointer-events: none;
}

.custom-dropdown .dropdown-toggle{
    background: #fff;
    border: 1px solid #d7d7d7;
}

.dropdown{
    position: relative;
}

.dropdown .dropdown-toggle{
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.custom-dropdown .dropdown-toggle span{
    flex-grow: 1;
    margin: auto 0;
}

@keyframes dropdown-animation {
    from {height: 0;}
    to {height: 200px;}
  }

.custom-dropdown.dropdown .dropdown-menu {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    height: 200px;
    overflow: scroll;
    z-index: 999;
    transform: none !important;
    box-shadow: 5px -15px 50px #888888;
    border: 1px solid #ced4da;
    padding: 0;
    animation-name: dropdown-animation;
    animation-duration: 0.3s;
}

.custom-dropdown .dropdown-item{
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #ced4da;
    text-align: center;
}


.dropdown .dropdown-menu .dropdown-item{
    padding: 5px 15px;
}

#buy-renault-slider-options{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
}

.reg_type_tbl_slider .owl-nav{
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    right: 0;
}

.reg_type_tbl_slider .owl-nav i{
    font-size: 18px;
}

.reg_type_tbl_slider .owl-nav button {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.reg_type_tbl_slider .owl-nav img{
    height: 15px;
    object-fit: contain;
}

.reg_type_tbl_slider .owl-nav button.owl-prev{
    left: -30px;
    padding: 5px !important;
}

.reg_type_tbl_slider .owl-nav button.owl-next{
    right: -30px;
    padding: 5px !important;
}

.reg_type_tbl_slider .owl-nav button.disabled{
    display: none;
}

/* Custom Dropdown */

.carousel-control-next-icon, .carousel-control-prev-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 70% 70%;
    background-color: rgba(10,10,10,0.5);
    border-radius: 50%;
}


.map_dtls_table {
    color: #fff;
}

.map_dtls_table_1 tr td:first-child{
    width: 15%;
}

@media(max-width: 768px) {
    .map_dtls_table tr td:first-child {
        width: 40%;
    }

    .map_dtls_table_1 .custom-control-label{
        width: auto;
    }
}

.map_dtls_table b {
    display: block;
}


.yellow_text {
    color: #ffd400;
}
.orange_text {
    color: #df9329;
}









.d2d_hidden_form small {
    font-family: "NouvelR";
    font-size: 14px;
}











.table_consider_bg {
    background: #3d3935;
    color: #fff;
}
.table_consider th {
    font-weight: 400;
    padding: 15px 12px;
}

.table_consider td {
    border-bottom: 1px solid rgb(255 255 255 / 0.25);
}
.table_consider td {
    vertical-align: top;
    padding: 12px;
    font-size: 14px;
    color: #fff;
    font-size: 12px;
}

@media (max-width:1024px) {
    .table_consider td {
        font-size: 11px;
    }
}

.table_consider td .button {
    font-size: 12px;
}
.table_consider td .button.disabled {
    cursor: context-menu;
}

.table_consider tr th:nth-child(5), .table_consider tr td:nth-child(5) {
    width: 24%;
}

.inTable_border_less.font-Small td {
    font-size: 12px;
    font-weight: 300;
}
table.inTable_border_less td {
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 5px;
    padding-top: 5px;
}

table.inTable_border_less.font-Small td {
    font-family: "NouvelR" !important;
}


.inTable_border_less.font-Small tr td:nth-child(1) {
    width: 40%;
}

.form_top_paragraph {
    font-family:"NouvelR" !important;
    font-weight: 300;
}
.mb_for_banner {
    margin-bottom: 117px;
}







.bg_metal {
    background: #1f1f1f;
    color: #cecece;
}
.card_accodion_One {
    margin-bottom: 15px;
}
.card_accodion_One.bg_metal .card_accodion_One_header b {
    color: #fff;
    font-family:  "NouvelR";
}
.card_accodion_One  .card-header {
    border-bottom: 0px solid rgb(255 255 255 / 13%);
}

.card_accodion_One.bg_metal .card-body {
    border-top: 1px solid #cecece9e;
}

.collapse_arrow_icon:after {
    content: "\f106";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out .3s;
    height: 13px;
    line-height: initial;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.collapse_arrow_icon[aria-expanded="false"]:after {
    transform: translateY(-50%) rotate(180deg);
}
.collapse_arrow_icon {
    position: relative;
}


.accordion_with_contact_toll .card-body{
    position: relative;
    padding-bottom: 58px !important;
}

.card_accodion_One.bg_metal.accordion_with_contact_toll .card-body.p-0.pt-3.pb-3 {
    padding-bottom: 58px !important;
}


.card-body.pb-3{
    padding-bottom: 37px !important;
}
.accordion_with_contact_toll .contact_toll {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 .25rem .25rem;
}

/* ========================= D2D SERVICE END ========================= */








.review_slider.mb-70 {
    margin-bottom: 103px !important;
}


.grey-content {
    background: #ecedf1;
}


.career_top_texts p {
    font-family: "NouvelR";
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: justify;
    color: #282435;
}
.career_top_texts h3.list_car_heading {
    text-transform: capitalize;
}
.career_upload.file_upload_with_upload_list {
    background: #fff;
    padding: 12.5px 12px;
    margin-bottom: 30px;
}



.contact_btn {
    margin-top: 40px;
}
.contact_check label {
    font-size: 14px;
    font-weight: 700;
    font-family: "NouvelR";
}




.field_valid {
    background: #b2ffc4;
    /* color: #28a745 !important; */
    border-color: #b2ffc4;
}

.field_invalid {
    background: #ffd1d5;
    /* color: #dc3545 !important; */
    border-color: #ffd1d5;
}

.socials a {
    padding: 20px 5px;
}
.socials a img {
    height: 25px;
}
.scrtabs-tabs-fixed-container ul.nav-tabs>li {
    text-align: left !important;
    -webkit-box-flex: initial !important;
    -ms-flex: initial !important;
    flex: initial !important;
}
.select_car_form.profile_container {
    padding: 0;
}


.collapse_arrow_icon {
    cursor: pointer;
}

.row.mb-4.px-15 small {
    text-align: left;
}

.center_btn.home_slider_arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
}



.button.btn_rounded.hero_btn_same_width {
    min-width: 163.55px;
}


.hero_slide_single_dtls_intro {
    height: 81.2%;
    position: absolute;
    top: 90px;
    width: 100%;
    left: 0;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.text-center.btn_home_next_sec {
    /* position: absolute; */
    bottom: 33px;
    width: 100%;
    text-align: center;
    left: 0;
}

.hero_slide_single.hero_slide_single_in .hero_slide_single_dtls.pt-0 {
    padding-top: 0 !important;
}








/* =============================
=============================
             SHOWROOM / SERVICE CENTER CSS
=============================
=============================*/



.filter_box {
    position: absolute;
    top: 120px;
    left: 40px;
    /* transform: translate(-50%); */
    max-width: 400px;
    height: 800px;
    width: calc(100% - 30px);
}

.filter_box .card-body {
    height: 500px;
}
.location_shape {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #fecd2f;
    transform: rotate(-45deg);
    margin-top: 10px;
}

.location_shape p {
    font-size: 20px !important;
    font-weight: 700 !important;
    transform: rotate(45deg);
    text-align: center;
    line-height: 30px;
    margin-top: -7px !important;
}

.filter_text:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 130px;
    width: 2px;
    height: 40px;
    background-color: #000;
}

.filter_text.input-group-text {
    padding: 12px 57px;
    color: #000;
    padding-left: 35px;
    font-weight: 700;
    background-color: #ffffff;
    border-radius: 50px;
    border: 0;
    font-weight: 600;
    font-family: "NouvelR";
}

 .showroom.input-group>.form-control {
    border-radius: 50px;
 }


.filter_box select.form-control {
    font-size: 12px;
}
.filter_box select.form-control::placeholder {
    font-size: 12px
}

.filter_box select.form-control, .filter_box .form-control {
    border-radius: 50px;
    border: 0;
    appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 48px;
}



.current_location {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 700;
    /* text-decoration: underline; */
}


a.current_location_link {
    text-decoration: underline !important;
    color: #000;
    font-weight: 700;


}
.current_location i {
    font-size: 32px;
    color: #282435;
    margin-right: 10px;
}


.form-group.has-search {
    position: relative;
}

.has-search .form-control {
    padding-left: 2.375rem;
}


.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
}


.has-search .form-control::placeholder{
    color: #495057;
    font-family: "NouvelR";
    font-weight: 600;
    font-size: 16px;
}

.append h6 {
    font-family: "NouvelR";
    margin-bottom: 20px;
    margin-top: 0px !important;
}
.append p {
    font-family: "NouvelR";
    font-weight: 600;
    font-size: 14px;
}


.showroom_phone {
    margin-bottom: 15px;
}

.map {
    position: absolute !important;
    height: 920px !important;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

/* ============================= SHOWROOM / SERVICE CENTER CSS END =============================*/













/* ============================= NEWSLETTER MODAL ============================= */

.newsletter_mdl {

}
.newsletter_mdl .modal-header {
    padding: 38.1px;
}

.newsletter_mdl .close {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 25px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter_mdl .close_icon {
    font-size: 14px;
    color: #ffcf02;
}


.newsletter_mdl .form-control {
    padding: 0.750rem .75rem;
    font-weight: 600;
    border: 1px solid #e3e4ea;
    height: 50px;

}
.newsletter_mdl .form-control::placeholder {
    /* modern browser */
    color: #c7c7c7!important;
    font-size: 16px;
    font-family: "NouvelR";
    font-weight: 800
}
.newsletter_mdl .r_round {
    border-radius: 40px;
}
.newsletter_mdl .modal-body {
    padding: 35px 50px 16px 50px;
}


/* ============================= NEWSLETTER MODAL END ============================= */








.fullpage-wrapper .fp-section:last-child .page-down {
    display: none;
}

.log_reg_form label.remember_me::before {
    background: #fecd2f;
}

.log_reg_form .custom-control label::before, .log_reg_form .custom-control label::after {
    height: 1rem;
    width: 1rem;
    top: .20rem !important;
    left: -23px;
}



.custom-control.custom-checkbox.mt-1.mb-1.mr-sm-2.reg_aggre_label {
    padding-left: 1.55rem;
}
.custom-control.custom-checkbox.mt-1.mb-1.mr-sm-2.reg_aggre_label .custom-control-label:before {
    border-radius: .25rem;
    background: #fecd2f;
}



.log_reg_form .remember_me_check label.remember_me::before {
    background: #fecd2f;
}


.page-down.hero_slide_next a:hover, .page-down a.nextx:hover {
    color: #fecd2f;
}





.form_section.bg_brown a.yellow_text:hover {
    color: #ffffff;
}





p.rester_pass_p.text-white {
    font-size: 12px;
    font-family: "NouvelR";
    font-weight: 400;
}
label.font-size-10.font-mob.bottom_font {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-family: "NouvelR";
    margin-top: 26px !important;
    margin-bottom: 10px !important;
}

a.text-yellow:hover{
    color: #e2b628;
}


.log_reg_form .form-control {
    border: 2px solid transparent;
    padding: .6rem 1.5rem;
}




.car_slide_1.carousel-fade .carousel-inner .carousel-item {
    /* opacity: 0; */
}
.car_slide_1.carousel-fade .carousel-inner .carousel-item.active {
    /* opacity: 1 !important; */
}
.car_slide_1.carousel-fade .carousel-item {
    transition-duration: 1s;
    transition-property: opacity;
}
.blog_title_heading {
    font-size: 40px;
    color: rgb(40,36,53);
    margin-bottom: 20px;
}







/* ================ CUSTOM SELECT ==================== */
.table_top .table_filter_select select {
    min-width: 200px;
}
.table_top .table_filter_select:after {
    color: #000;
}


.table_filter_select select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

@media(max-width: 640px) {
    .table_filter_select {
        margin-top: 15px;
    }
}

.table_filter_select {
    position: relative;
}
.table_filter_select:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #fc3;
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out .3s;
    height: 13px;
    line-height: initial;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}




.custom_select_with_arrow select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


.custom_select_with_arrow {
    position: relative;
}
.custom_select_with_arrow:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #0c0c0c;
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out .3s;
    height: 13px;
    line-height: initial;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}





.center_btn .next_sec:hover {
    color: #fc3;
}













/*
   ====================
   ====================
   CONSIDERATION CSS START HERE
   ====================
   ====================
*/


.irs--big .irs-from, .irs--big .irs-to {
    top: -24px;
    background-color: #fc3;
    background: #fc3;
    font-size: 10px;
    padding: 1px 3px;
    border-radius: 3px;
    font-weight: 600;
    color: #000;
    /* display: none; */
}
.irs--big .irs-min, .irs--big .irs-max {
    display: none;
}


span.irs-handle.to .to, span.irs-handle.from .from {
    background: #fc3;
    padding: 0 3px;
    top: -25px;
    position: absolute;
    border-radius: 4px;
    transform: translateX(-50%);
    left: 50%;
    font-weight: 600;
    font-size: 11px;
    opacity: 0;
    transition: all ease-in-out .3s;
    color: #000;
    min-width: 30px;
    text-align: center;
}
span.irs-handle.state_hover .to, span.irs-handle.state_hover .from {
    opacity: 1;
}
span.irs-handle .to:after, span.irs-handle .from:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    top: -36%;
    left: 7px;
    font-size: 31px;
    color: #fc3;
}



.range_slide_sec {
    padding: 15px;
    box-shadow: 0px 0px 6px 0px #ccccccd4;
    background: #fff;
}
.range_left_img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom_range_slider {
    flex: 1;
}
.custom_range_slider .irs--big .irs-handle {
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(255 255 255);
    background-color: #ffd400;
    background: #ffd400;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 58%), inset 0 0 3px 1px #c1c1c1;
    border-radius: 30px;
}
.custom_range_slider .irs--big .irs-grid-text {
    display: none;
}
.custom_range_slider .irs-grid {
    top: 20px;
}
.custom_range_slider .irs--big.irs-with-grid {
    height: 39px;
}
.custom_range_slider .irs--big .irs-line {
    top: 6px;
    height: 2px;
    background-color: black;
    background: linear-gradient(to bottom, #000 -50%, black 150%);
    border: 1px solid #000;
    border-radius: 12px;
}
.custom_range_slider .irs--big .irs-bar {
    top: 6px;
    height: 3px;
    background-color: #ffd400;
    border: 1px solid #ffd400;
    background: linear-gradient(to bottom, #ffd400 0%, #ffd400 30%, #ffd400 100%);
    box-shadow: inset 0 0 1px 1px rgb(255 212 0);
}

span.irs-grid-pol.small {
    display: none;
}

.custom_range_slider .irs--big .irs-grid-pol {
    background-color: #000000;
}
.custom_range_slider .irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
}

.range_left_img img {
    max-width: 100%;
}





.range_input input {
    width: 100%;
    background: #f1f1f1;
    border: 0;
    height: 39px;
    padding: 0 10px;
    text-align: center;
    font-weight: 600;
}
.filter_option select {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background: #f1f1f1;
    border: none;
    appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.filter_option:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #0c0c0c;
    font-size: 17px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(-50%);
}





.consider_car_card {
    margin-bottom: 30px;
    transition: all ease-in-out .3s;
    background: #f1f1f1;
}
.consider_card_img {
    margin: 10px 0;
    margin-top: 0;
}
.consider_card_img img {
    max-width: 90%;
    max-height: 178px;
}

.bg_consider_car_card {
    background: #d7d7d7;
}
.consider_car_card_info {
    background: #c2c2c2;
    height: 100%;
}

.consider_car_card_info ul {
    font-size: 14px;
    padding-left: 16px;
    margin-bottom: 0;
}
.consider_car_card_info ul li {
    color: #3d3935;
}

.pb_for_button {
    padding-bottom: 1rem !important;
    position: relative;
}
.consider_fix_button_footer {
    white-space: nowrap;
}

.checkbox_check_border {
    height: 100%;
    position: relative;
}
label.checkbox_check_border {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border: 3px solid transparent;
}
label.checkbox_check_border p.text-capitalize.font-weight-normal.mb-0 {
    font-size: 14px;
}

.checkbox_check_border .custom-control-label {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.checkbox_check_border input[type=checkbox] {
    top: 40%;
    display: none;
}

.checkbox_check_border input[type=checkbox]:checked ~ .checkbox_check_border {
    border: 3px solid #ffd400;
}

.checkbox_check_border .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffd400;
    border: 0;
}
.checkbox_check_border .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.checkbox_check_border .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.checkbox_check_border .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #969696;
    box-shadow: none;
    border-radius: 50%;
}

.checkbox_check_border .custom-control-label::before, .checkbox_check_border .custom-control-label::after {
    width: 20px;
    height: 20px;
    transition: all ease-in-out .3s;
}
a.button.yellow.consider_fix_button_footer {
    background: #929292;
}
.checkbox_check_border input[type=checkbox]:checked ~ .checkbox_check_border a.button.yellow.consider_fix_button_footer {
    background: #ffd400;
}



.d-flex.w-100.justify-content-between.align-items-center.flex-row p {
    font-weight: 400;
    font-family: "NouvelR";
}

.d-flex.w-100.justify-content-between.align-items-center.flex-row p b {
    font-weight: 600;
    font-family: "NouvelR";
}

.row.range_input b {
    font-family: "NouvelR";
}

.range_slide_sec h5 {
    font-family: "NouvelR"
}
.range_slide_sec .button {
    text-transform: lowercase;
}



p.mb-0.mt-3.text-muted {
    font-family: "NouvelR";
}





h5.text-center.my-4 {
    font-family: "NouvelR";
}



.checkbox_check_border * {
    font-family: "NouvelR";
}
.checkbox_check_border h2 {
    font-family: "NouvelR";
    font-weight: bold;
    font-size: 40px;
    color: #3d3935;
    line-height: 30px;
}
.checkbox_check_border h5 {
    font-family: "NouvelR";
    font-weight: bold;
}
.checkbox_check_border h5.consider_price {
    font-size: 16px;
}
.checkbox_check_border h5 del {
    color: #97999b !important;
    font-weight: 400;
    font-size: 14px;
}
.checkbox_check_border p b, .checkbox_check_border p strong {

}

h5.checkbox_check_border del {
    font-size: 16px;
    font-weight: 400;
}

.checkbox_check_border p strong {
    font-weight: 400 !important;
}





.preApproved h5 {
    font-family: "NouvelR";
}
@media(max-width:640px){
    .preApproved h5 {
        font-size: 14px;
    }
}
.preApproved .button {
    text-transform: lowercase;
}



.pegination_style2 ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 5px;
    display: block;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
}
.pegination_style2 ul li a.pegi_angle {
    background-color: #000;
    color: #fff;
}
.pegination_style2 ul li a:hover, .pegination_style2 ul li a.active {
    background: #ffd400;
    color: #000;
    border-color: #ffd400;
    transition: all ease-in-out .3s;
}



.mb_for_banner {
    margin-bottom: 117px;
}
.page_bottom_banner {
    min-height: 215px;
    padding: 50px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: end;
}

.page_bottom_banner.mb_for_preApproved {
    margin-bottom: 136px;
}





.modal-content .row .button {
    margin: 5px 0;
}



.sub_bg {
    background: #d7d7d7;
}
.buy_bg {
    background: #f7f7f7;
}
.car_preview_box {
    text-align: center;
    padding: 15px;
    position: relative;
    min-height: 274px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    font-family: "NouvelR";
}
.delete_pre_box {
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    width: 16px;
    background: #ffd400;
    color: #000;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: "NouvelR";
}
.car_preview_box h4 {
    color: #3d3935;
    text-align: center;
    margin-bottom: 0;
    font-family:"NouvelR";
}
.car_preview_box img {
    max-width: 100%;
    margin: 10px 0;
}
.car_preview_box h6 {
    margin-bottom: 5px;
    font-family: "NouvelR";
}
p.plan_year {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    font-family: "NouvelR";
}
p.preview_box_price {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    font-family: "NouvelR";
}
p.preview_box_price del {
    color: #868686;
    font-size: 14px;
    font-family: "NouvelR";
    display: block;
}



.brown_box {
    background: #3d3935;
    padding: 7px;
}
.in_form_tab_style_two {
    display: flex;
    border: 1px solid #ffd400;
    border-radius: 4px;
}
.in_form_tab_style_two a.in_form_tab.in_form_tab_two.active {
    background: #ffd400;
}
.in_form_tab_style_two a.in_form_tab.in_form_tab_two:hover {
    border-radius: 4px !important;
    background: #ffd400;
    color: #000;
}
.in_form_tab_style_two.three_btn .in_form_tab_two:nth-child(2) {
    border-right: 1px solid #ffd400;
    border-left: 1px solid #ffd400;
}
.in_form_tab_style_two a.in_form_tab.in_form_tab_two {
    border-radius: 4px;
    border: 0;
    padding: 10px 25px;
    margin: -1px;
    text-transform: lowercase;
    border-right: 1px solid #ffd400;
}
.consider_request_slider.yellow_slider_nav.slider_nav_inside.slick-initialized.slick-slider.slick-dotted {
    margin-right: -15px;
    margin-left: -15px;
}





.con_table_in_table tr:nth-child(odd) {
    background: #3d3935;
    color: #fff;
}
table.con_table_in_table td {
    padding: 5px 10px;
    border-bottom: 0;
}
table.con_table_in_table td:last-child{
   text-align: right;
}
table.con_table_in_table {
    width: 100%;
}



.green_text {
    color: #28a745;
}
.red_text {
    color: #ff0400;
}




th{
    font-family: "NouvelR";
    font-weight: normal;
}


.table_consider td .button {
    padding: 5px 12px;
    white-space: nowrap;
}
.btn_green_border {
    color: #28a745;
    border: 1px solid #28a745;
    border-radius: 4px;
}

.btn_green_border:hover {
    background: #28a745;
    color: #000;
}








.consider_details_table th {
    padding: 10px;
    font-size: 14px;
}
.consider_details_table td {
    padding: 10px;
    color: #fff;
    font-family: "NouvelR";
    font-weight: 400;
    border-bottom: 2px solid #ffffff85;
    font-size: 12px;
}
.consider_details_table td del.text-muted {
    display: block;
}


.consider_details_table td .button {
    padding: 4px 13px;
    display: block;
}



.btn_red_fill {
    border: 1px solid #ff0400;
    color: #ff0400;
    border-radius: 4px;
}

.btn_red_fill:hover{
    background: #ff0400;
    color: #000;
}



span.del {
    line-height: 18px;
    display: block;
}
span.del del {
    font-size: 12px;
}



table.con_table_in_table td h6 {
    font-weight: 600;
    font-family: "NouvelR";
}






.slider_nav_inside .slick-next {
    right: 0;
    z-index: 1;
    height: 27px;
    width: 27px;
}
.slider_nav_inside .slick-prev {
    left: 0;
    z-index: 1;
    height: 27px;
}
.yellow_slider_nav .slick-prev:before, .yellow_slider_nav .slick-next:before {
    color: #ffd400;
    opacity: 1;
    font-size: 27px;
}

#pre-approved-plans.yellow_slider_nav .slick-prev:before {
    background: url('../image/left-arrow.png');
    background-size: contain;
}

.ul-cross-browser{
    padding-left: 15px;
}

#pre-approved-plans.yellow_slider_nav .slick-next:before{
    background: url('../image/right-arrow.png');
    background-size: contain;
}

#pre-approved-plans.yellow_slider_nav .slick-arrow:before{
    width: 27px;
    height: 27px;
    content: '';
    color: #ffd400;
    opacity: 1;
    font-size: 27px;
    position: absolute;
    left: 0;
    top: 0;
} 

.custom-file.custom_file_style_three .custom-file-label::after {
    height: 100%;
    right: 0;
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    line-height: 30px;
    text-transform: lowercase;
    font-size: 16px;
    background: #ffd400;
    color: #000;
    padding: .375rem .75rem;
    font-weight: 600;
}

.custom-file.custom_file_style_three .custom-file-label {
    height: 42px;
    line-height: 30px;
    color: #ccc;
    font-weight: 400;
    border: 0;
}
.custom-file.custom_file_style_three .custom-file-label .complete {
    color: #000;
}
.custom-file.custom-file.custom_file_style_three {
    height: auto;
}
.custom-file.custom-file.custom_file_style_three input {
    height: 42px;
}
/*
   ====================
   ====================
   CONSIDERATION CSS START HERE
   ====================
   ====================
*/







/* NOTIFICATION START*/
.dropdown.profile .dropdown-menu {
    overflow: initial;
}
ul.notif_ist {
    margin-left: 30px;
}
span.not_point {
    position: absolute;
    background: red;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 9px;
}
.profile.notification.dropdown.profile .dropdown-menu {
    width: 230px;
}
.notification_box_head {
    display: flex;
    justify-content: space-between;
    padding: 3px 7px;
    color: #000;
    box-shadow: 0px 1px 2px #ccc;
    text-transform: uppercase;
}
.dropdown .dropdown-menu:before {
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    position: absolute;
    top: -8px;
    right: 14px;
    transform: rotate(45deg);
    z-index: -1;
}
.notification_box_footer {
    text-align: center;
    padding: 3px 7px;
    box-shadow: 0px -1px 2px #ccc;
}
.notification_box_footer a {
    font-family: "NouvelR";
    font-size: 14px !important;
    color: #000 !important;
    padding: 0 !important;
}


.notification_box_body {
    max-height: 201px;
    overflow-y: scroll;
}

.notification_box_body::-webkit-scrollbar-track
{
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: #fff;
}

.notification_box_body::-webkit-scrollbar
{
    width: 3px;
    background-color: #fff;
}

.notification_box_body::-webkit-scrollbar-thumb
{
    background-color: #e5e5e5;
}


.notification a::after {
    display: none;
}



.notification_box_body_item {
    font-size: 14px;
    line-height: 16px;
    padding: 9px;
    border-bottom: 1px solid #dcdcdc;
}
.not_time_con {
    text-align: right;
    font-size: 12px;
}

/* NOTIFICATION END*/







/* NAVBAR FOR NOTIFICATION CANGE STYLE */
.menu_right_for_notification {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* NAVBAR FOR NOTIFICATION CANGE STYLE */









/* OVERVIEW OUTERCARDS */

.overview_outercard_list .sub-title-small {
    color: #fff;
    font-family: "NouvelR";
    font-weight: 700;
    font-size: 15px;
}

.overview_outercard_list .title {
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 10px;
}
.overview_outercard_list .title small {
    font-size: 24px;
    font-family: "NouvelR";
}

.overview_outercard_list .title xsmall {
    font-size: x-small;
    font-family: "NouvelR";
}

.overview_outercard_list .title p {
    color: #fff;
    font-family: "NouvelR";
    font-size: 24px;
    margin-bottom: 10px;
}


.overview_outercard [class*="col-"]:nth-child(1) {
}
.overview_outercard [class*="col-"]:nth-child(2) {
    border-left: 1px solid #fff;
}

.overview_outercard [class*="col-"]:nth-child(3) {
    border-left: 1px solid #fff;
}

.overview_outercard [class*="col-"]:nth-child(4) {
    border-left: 1px solid #fff;
}
.overview_outercard [class*="col-"]:last-child {
}


.d-flex.dtls_list_and_apple h2, .d-flex.dtls_list_and_apple p {
    color: #fff;
}
.d-flex.dtls_list_and_apple h2 {
    font-size: 44px;
    font-family: "NouvelR";
    font-weight: 400;
}
.d-flex.dtls_list_and_apple p {
    font-size: 15px;
}



@media (max-width: 1024px){
    .overview_outercard_list .title {
        font-size: 20px;
    }
    .overview_outercard_list .title small {
        font-size: 16px;
    }
    .overview_outercard_list .title xsmall {
    font-size: x-small;
    font-family: "NouvelR";
    }

   .overview_outercard_list .title p {
        color: #fff;
        font-family: "NouvelR";
        font-size: 16px;
        margin-bottom: 10px;
    }

     .d-flex.dtls_list_and_apple p {
        font-weight: 400;
        font-size: 15px;
    }

    .d-flex.dtls_list_and_apple h2 {
        font-size: 20px;
        font-weight: 400;
    }
}
@media (max-width: 768px){
    .overview_outercard_list .title {
        font-size: 20px;
    }
    .overview_outercard_list .title small {
        font-size: 16px;
    }
    .overview_outercard_list .title xsmall {
    font-size: x-small;
    font-family: "NouvelR";
    }

  .overview_outercard_list .title p {
        color: #fff;
        font-family: "NouvelR";
        font-size: 16px;
        margin-bottom: 10px;
    }

    .overview_outercard_list .sub-title-small {
        line-height: 18px;
    }

    .d-flex.dtls_list_and_apple p {
        font-weight: 400;
        font-size: 15px;
    }

    .d-flex.dtls_list_and_apple h2 {
        font-size: 20px;
    }
}

@media (max-width: 425px){
    .d-flex.dtls_list_and_apple .text-left {
        line-height: 12px;
    }
}


/* OVERVIEW OUTERCARDS */





/* DUAL OUTER CARDS */


.dual_feature_outercard {
    position: absolute;
    left: 0;
    bottom: 63px;
    width: 100%;
}

.dual_feature_row .dual_feature:first-child {
    text-align: right;
    padding-right: 45px;
}

.dual_feature_row .dual_feature:last-child {
    text-align: left;
    padding-left: 45px;
}

.dual_feature_div [class*="col-"]:nth-child(2) {
    text-align: left;
    border-left: 1px solid #fff;
    padding-left: 45px;
}

 .dual_feature_div [class*="col-"]:nth-child(3) {
    text-align: left;
    border-left: 1px solid #fff;
    padding-left: 45px;
}
.dual_feature_div [class*="col-"]:nth-child(4) {
    text-align: left;
    border-left: 1px solid #fff;
    padding-left: 45px;
}


.dual_feature_row .dual_feature h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}
.dual_feature_row .dual_feature p {
    color: #fff;
    font-family: "NouvelR";
    font-size: 15px;
    margin-bottom: 10px;
}


.dual_feature_row .dual_feature h3 img.star_rat {
    width: 100px;
    margin-top: -6px;
    margin-right: 10px;
}



@media (max-width: 768px) {
    .dual_feature_row .dual_feature h3 {
        font-size: 19px;
    }

    .dual_feature_row .dual_feature p {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .dual_feature_row .dual_feature p {
        font-size: 12px;
    }
}

.feature_btn .btn_more.learn_more_btn {
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 8px 45px;
}

@media (max-width: 767px) {
    .feature_btn .btn_more.learn_more_btn {
        margin-top: 15px;
    }
}

/* DUAL OUTER CARDS */



/* OWNERSHIP CSS */


.ownwrship_title {
    margin-bottom: 25px !important;
}


.ownwrship_arrow {
    padding: 7px 20.5px;
    margin: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    display: inline-block;
}


.mt-25 {
    margin-top: 25px !important;
}
.mb-48 {
    margin-bottom: 48px !important;
}

.product_box.ownership h5 {
    font-family: "NouvelR";
}

.ownership_icon_box.product_box.ownership h5 {
    font-family: NouvelR;
}
.accident-text ul {
    list-style: none;
    padding-left: 0;
}
/* OWNERSHIP CSS END*/












/* BUY A RENAULT CSS START*/
.col-md-4.col-6.meter_box_col.text-center.optional_package .meter_box {
    position: relative;
    padding-bottom: 30px;
}
.col-md-4.col-6.meter_box_col.text-center.optional_package p.mt-2 {
    position: absolute;
    bottom: 10px;
    width: 100%;
    font-weight: 600;
}



table.table_tr_border_bottom tr {
    border-bottom: 1px solid #464646;
}




.card.border-0.card_yellow_header.radius_0.mb-30 ul.line_before_list.list-unstyled.mb-3 li {
    font-size: 14px;
}

.form-control.table_in_dropdown {
    font-size: 12px;
    width: 150px;
    /* background: #333; */
    border-color: #fff;
    /* color: #fff; */
    height: 37px;
}


@media(max-width: 640px) {
    .form-control.table_in_dropdown {
        margin: 0 auto;
    }
}





.buy_car_slide.car_slide_1 .carousel-indicators li img {
    border: 1px solid transparent;
    height: 30px;
}
.buy_car_slide.car_slide_1 .carousel-indicators li.active img {
    border: 2px solid #333333;
}

div#buy_renault_section_details .slider-prev-next {
    display: none;
}
.radius_0 {
    border-radius: 0 !important;
}

.select-model-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.Card-tbl {

}

@media(max-width: 640px) {
    .Card-tbl table.table.table-bordered td {
        display: table-cell;
    }
}

.table-titel h1 {
    font-size: 32px;
    margin-bottom: 5px;
    font-weight: 600;
}
.table-titel p {
    font-size: 18px;
    font-weight: normal;
}
.Card-tbl .bg-gray {
    background-color: #d2d2d2;
}




th.car-area {
    width: 40%;
}
.billingTbl .table.border0 td, .table.border0 th {
    border-top: 0px!important;
}
.card-table-heading th {
    background-color: #fecd2f;
    padding: 0 !important;
    font-size: 12px;
    color: #000;
}
.table_buy td, .table th {
    border-bottom: none !important;
}
.Card-tbl table thead tr th {
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
}

.Card-tbl th.table-titel {
    text-align: left !important;
}



.Card-tbl .table th {
    padding: 1px;
}





.btn-table {
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    padding: 6px;
    border: 1px solid #000;
    width: 110px;
    text-transform: lowercase;
}

.btn-table:focus, .btn-table:hover {

}







.promotions-card-box {
    background-color: #ffffff;
    box-shadow: 0 14px 11px rgba(0, 0, 0, 0.16);
    margin-bottom: 50px;
    padding-bottom: 15px;
}
label.checkbox_yellow_label {
    color: #fc3;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}


.pl-3.terms_label a {
    border-left: 2px solid #fecd2f;
    padding-left: 5px;
}

.terms_label {
    text-align: end;
    padding-right: 15px;
}
label.checkbox_yellow_label {
    color: #000;
}




.promotions-card-box .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #fc3;
}
.promotion-titel {
    border-bottom: 3px solid #fecd2f;
}


.promotions-card-box .custom-control-label::after {
    background-color: #ccc;
}
.promotions-card-box .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #fc3;
}










.promotion-titel {
    border-bottom: 3px solid #fecd2f;
    font-size: 19px;
    display: block;
    font-weight: 600;
    padding: 15px;
}

.promotion-checkbox {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
}

.carColors {
    text-align: right;
    margin-bottom: 0;
}


.feature-icons {
    text-align: center;
    background: #fc3;
    padding: 15px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    box-shadow: 0 9px 11px rgba(0, 0, 0, 0.16);
}

.feature-icons h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}
.feature-icons p {
    line-height: 20px;
    color: #1f1f1f;
    margin-top: 10px;
    margin-bottom: 0;
}








.specifications-titel p {
    font-size: 24px;
    background-color: #d7d8dc;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
    padding-left: 30px;
    font-weight: 600;
}

.specifications-titel-two h3 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 0px;
}


ul.mb-0.spec_br {

}


.table_yellow_bordered {
    border-color: #ffcc33;
}

.box_white.padding_20px {
    padding: 20px;
}
.form-control.yellow_border {
    border: 1px solid #ffcc33;
    background: #eaebef;
    font-family:  "NouvelR";
}



.buy_car_slide_img_box {
    height: 389px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #000; */
}
.buy_car_slide .carousel-item img {
    width: 100% !important;
    height: auto !important;
}
.buy_car_slide .color-desc {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px;
}
@media (max-width: 1280px){
    .car_slide_1 .carousel-inner img {
        height: auto;
        max-width: 912px;
        width: auto;
        height: 400px;
    }
}



.Card-tbl table thead tr.card-table-heading th {
    background-color: #fecd2f;
    font-size: 15.41px;
    padding: 9px !important;
    color: #000;
    font-weight: 600;
    font-family: "NouvelR";
    border-bottom: none;
    border: 1px solid #fecd2f;
}


.Card-tbl table tbody tr td {
    font-family:  "NouvelR";
    font-size: 14px;
    font-weight: 600;
    border: none;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    color: #000;
}

.Card-tbl table tbody tr td:nth-child(1) {
    text-align: left;
    max-width: 200px;
    padding-left: 20px;
}


.Card-tbl table tbody tr:nth-last-of-type(1) td {
}







.btn_with_radio input[type="radio"] {
    display: none;
}
.btn-table {
    background: #fff;
    font-weight: 600;
    text-transform: lowercase;
    font-size: 16px;
    border-radius: 50px;
    padding: 7px 17px;
    border: 1px solid #fecd2f;
    letter-spacing: 1px;
}
.btn_with_radio input[type="radio"]:checked + .btn {
    background: #ffd400;
}


.Card-tbl table tbody tr:nth-of-type(even) {
    background-color: #eaebef;
}
.Card-tbl table tbody tr:last-child {
    background: #fff;
    border-top: 1px solid #f2f2f2;
}



.box_white_margin {
    margin-bottom: 30px;
}



.card_yellow_header .card-header {
    background: #fecd2f;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0;
}
.card_yellow_header .card-header h5 {
    font-size: 18px;
}

.collapse_arrow_icon.caret:after {
    content: "\f0d8";
    font-size: 18px;
}
.collapse_arrow_icon[aria-expanded="false"]:after {
    transform: translateY(-50%) rotate(180deg);
}
.collapse_arrow_icon:after {
    content: "\f106";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out .3s;
    height: 13px;
    line-height: initial;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



.bg_metal .collapse_arrow_icon:after {
    color: #fff;
}







.key_feature.meter_box_col .meter_box .price {
    position: inherit;
}

.meter_box_col input:checked + .meter_box {

}
.meter_box {
    background: #fff;
    padding: 3px;
    display: block;
    border: 3px solid transparent;
    margin-bottom: 15px;
    height: calc(100% - 15px);
    position: relative;
    padding-bottom: 20px;
}
.key_feature.meter_box_col .meter_box {
    padding-bottom: 0;
}

.meter_box .price {
    color: #000;
    line-height: 20px;
}
.meter_box .price.mh-40 {
    min-height: 40px;
}

.key_feature.meter_box_col .meter_box img {
    margin: 5px 0;
    max-width: 48px;
}
.meter_box p {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    min-height: 39px;
    font-family: "NouvelR";
}





.invisible_checkboxes_box input[type=radio] {
    display: none;
}
.checkbox-alias {
    background-color: white;
    display: flex;
    z-index: 1;
    position: relative;
    transition: all 250ms ease-out;
    cursor: pointer;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 8px;
    margin-bottom: 7px;
    border: 3px solid transparent;
    flex-flow: wrap;
}
.buy_renault_color_chcek label.checkbox-alias {
    border: 3px solid #0000000a;
}
.invisible_checkboxes_box input[type=radio]:checked + .checkbox-alias {
    border: 3px solid #ffd400;
}

.color_chcek_title {
    width: 70%;
    display: flex;
    align-items: center;
}
.buy_renault_color_chcek label.checkbox-alias b {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
label.checkbox-alias img {
    margin-right: 15px;
    height: 20px;
}




.spec_heading {
    font-weight: 600;
    font-size: 14px;
    font-family: "RenaultLife-Bold", Helvetica, Arial, sans-serifsans-serif;
}
.line_before_list li {
    padding-left: 9px;
    position: relative;
}
.line_before_list li:before {
    content: " - ";
    position: absolute;
    left: 0;
    top: 0;
}
.key_spec_list li {
    font-family: "NouvelR";
    color: #000;
    font-size: 14px;
}


ul.line_before_list.list-unstyled.mb-3 {
    margin-bottom: .5rem !important;
}
.card_yellow_header #key_spec .card-body ul.line_before_list.list-unstyled.mb-3:last-child {
    margin-bottom: 0 !important;
}
hr.new1 {
    border-top: 1px solid #c7c4c4;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5rem;
}
.card_yellow_header #key_spec .card-body hr:last-child {
    display: none;
}



.card_mini_heading {
    font-size: 14px;
    background: #eaebef;
    font-family: "RenaultLife-Bold", Helvetica, Arial, sans-serifsans-serif;
    color: #000;
    font-weight: 600;
}
.custom-control {
    padding-left: 2rem;
}


.bg_yellow_check::before {
    background-color: #fecd2f !important;
}
.promotion_acc label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding-right: 18px;
    cursor: pointer;
}
.label_accordion_with_arrow:after {
    content: "\f106";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out .3s;
    font-weight: 600;
}
.promotion_acc label[aria-expanded="false"] .label_accordion_with_arrow:after {
    transform: translateY(-50%) rotate(180deg);
}


.promp_list li {
    font-family: "NouvelR";
    font-size: 14px;
}



.meter_box_col.optional_package .meter_box {
    border: 3px solid #0000000a;
    padding-bottom: 8px;
    height: calc(100% - 15px);
    height: 142px;
    padding-top: 20px;
}
.meter_box_col.optional_package p {
    min-height: auto;
}
.meter_box_col.optional_package img {
    height: 35px;
    margin-bottom: 15px;
    max-width: initial;

}
.meter_box_col .meter_box .price.position-relative {
    margin-top: 10px;
}
.meter_box_col input[type=checkbox]:checked + .meter_box {
    border: 3px solid #ffd400;
}
.meter_box_col input[type=radio]:checked + .meter_box {
    border: 3px solid #ffd400;
}


span.tooltips.rounded_bedge {
    display: inline-block;
    background: #000;
    color: #ffff;
    font-size: 11px;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    cursor: pointer;
    line-height: 13px;
    text-align: center;
    font-weight: 600;
}
.view_btn {
    background: #ffd400;
    color: #000;
    display: inline-flex;
    border-radius: 50px;
    text-transform: uppercase;
    width: 52px;
    height: 15px;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    /* margin: 4px 0; */
}




.car_loan_form label {
    font-family: "NouvelR";
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.car_loan_form .form-control {
    background-color: #e9ecef;
    height: 40px;
    font-family: "NouvelR";
    color: #1a1a1a;
}




.legend-con {
    margin-top: 42px;
}
.legend-con ul {
    list-style: none;
    padding-left: 0;
}
.legend-con ul li {
    display: flex;
    align-items: center;
}
span.chart-legend {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 12px;
    border-radius: 3px;
}

span.chart-legend-label-text {
    font-size: 14px;
    color: #000;
    font-family:  Helvetica, Arial, sans-serifsans-serif;
    font-weight: 600;
}


.canvas-con-inner {
    position: relative;
}
.canvas-con .total {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    width: 63%;
}
.canvas-con .total b {
    display: block;
    font-size: 20px;
    font-family: "NouvelR";
}



p.instalment_text {
    margin: 27px 0 30px;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-family: "NouvelR";
    font-weight: 400;
}



.custom-control.custom-checkbox .promotion_acc .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: none;
}






/* BUY A RENAULT CSS END */




/* MANAGE RENAULT */

table.vehicle_prepare_table.w-100 {
    width: 68.7% !important;
    margin-left: auto;
}
table.vehicle_prepare_table.w-100 tr td {
    display: block;
    width: 100%;
}


.box_top_heading.buy_box_top_title{

}

@media (max-width: 768px) {
    .box_top_heading.buy_box_top_title h2 {
        font-size: 25px;
    }
    .box_top_heading.buy_box_top_title p.font-20px {
        font-size: 16px;
    }
}

.car_info_table_img img {
    width: 100%;
}
.car_info_table_img img+h5 {
    margin-top: 15px;
}
.car_info_table_img.text-center img {
    max-width: 50%;
}
#ConfirmPlan h5.mb-0.text-center.text-white.renault_life {
    background-color: #ffc100;
    padding: 10px 0 8px 0!important;
    color: #000 !important;
}
@media(max-width: 640px) {
    .car_info_table_img.text-center img {
        max-width: 100%;
    }
}



.row.spec_text_left_right_row {
    color: #dcdcdc;
    border-bottom: 1px solid #464646;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "NouvelR";
}

.row.spec_text_left_right_row [class*="col-"]:first-child {
    padding-left: 0;
}

.row.spec_text_left_right_row [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}


.row.spec_text_left_right_row [class*="col-"] {
    font-family: "NouvelR";
    font-size: 14px;
}

.table-striped.table_black_striped tbody tr:nth-of-type(odd) {
    background-color: rgb(12 12 12);
}



table.spec_table_two tr td:first-child {
    padding-left: 100px;
}
table.spec_table_two tr td {
    font-family:  Helvetica, Arial, sans-serif;
    width: 50%;
    padding: 15px;
    vertical-align: bottom;
    font-weight: 400;
}
table.spec_table_two tr td p.text-white.mb-2 b {
    font-family:  Helvetica, Arial, sans-serif;
    font-weight: 600;
}


.table_last_td_text_right tr td:last-child {
    text-align: right;
}

.td_text_white tr td {
    color: #fff;
}
.td_text_white tr td, .td_text_white tr th {
    font-family: "NouvelR";
}

.border_bottom_gray {
    border-bottom: 1px solid #cecece9e;
}


.car_info_table.ph4 td, .car_info_table.ph4 th {
    color: #fff;
    font-family:  "NouvelR";
    font-weight: 300;
    font-size: 14px;
}




table.vehicle_prepare_table td {
    vertical-align: top;
    padding: 5px;
    font-family: "NouvelR";
    width: 50%;
}
table.vehicle_prepare_table td p {
    font-family: "NouvelR";
    font-weight: 400;
    margin-bottom: 0;
}
@media(max-width: 640px) {
    table.vehicle_prepare_table.w-100 {
        display: block;
        width: 72% !important;
        margin-left: 21.6%;
    }
    table.vehicle_prepare_table.w-100 tr td {
        display: block;
        width: 100%;
    }
}

@media(max-width: 375px) {
    table.vehicle_prepare_table.w-100 {
        margin-left: 16.6%;
    }
}

@media(max-width: 320px) {
    table.vehicle_prepare_table.w-100 {
        margin-left: 8.6%;
    }
    .card_accodion_One.bg_metal .card_accodion_One_header p {
        font-size: 12px;
    }
}



.payment_table {

}
.payment_table th{

}
.payment_table td {
    padding: .75rem;
}
/* MANAGE RENAULT */



/* FROM STEPPER */


.card_accodion_One .line-container {
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
}
.card_accodion_One .line-container .progress-line {
    z-index: 1;
}

.t_dri_mnag_img_box {
    height: 280px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.t_dri_mnag_img_box img {
    width: -webkit-fill-available;
    width: 100%;
}



.line-container {
    display: flex;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 120px;
}
.line-container .progress-line {
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    width: 80%;
    background: #3d3e3b;
    height: 1px;
    z-index: -1;
    display: flex;
    justify-content: space-between;
}
 .line-container .progress-line .progress {
     position: absolute;
     width: 75%;
     height: 100%;
     background: #fc3;
     transition: width 1s ease-in-out;
}
.line-container .status {
    position: relative;
    top: -27px;
    height: 50px;
}


.dot.completed.current + p.status_nm, .line-container .status .dot.completed + p {
    color: #fece2b;
}


.line-container .status .dot {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background: #0c0c0c;
     border: 1px solid #3f3f3f;
     cursor: pointer;
     text-align: center;
     line-height: 50px;
}


 .line-container .status .dot.current {
     background: white;
     border:  1px solid #fc3;
}
 .line-container .status .dot.completed {
     position: relative;
     background: #fc3;
}

.line-container .status .dot::after {
    content: attr(data-number);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    font-family:  Helvetica, Arial, sans-serif;
}

.line-container .status .dot.completed::after {
    color: #000;
}

.line-container .status .dot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3d3935;
    border: 1px solid #3d3935;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
}
p.status_nm {
    margin-bottom: 0;
    text-align: center;
    color: #878785;
    position: absolute;
    min-width: 163px;
    left: -47px;
    top: 58px;
    font-weight: 600;
    line-height: 16px;
    padding-right: 15px;
    font-family:  Helvetica, Arial, sans-serif;
}

.font-20px {
    font-size: 20px;
}

.after_heading_text {
    font-family:  Helvetica, Arial, sans-serif;
    font-weight: 400;
}




.box_top_heading h2 {

}

.box_top_heading p {

}



form.mt-2.select_car_form label a.text-yellow.font-weight-bold.text-uppercase {
    font-family: "NouvelR";
}




.bg_metal .line-container .status .dot {
    background: #878785;
    border: 1px solid #878785;
}
.bg_metal .line-container .progress-line {
    background: #878785;
}
.bg_metal .line-container .status .dot.completed {
    background: #fc3;
    border-color: #fc3;
}

/* FROM STEPPER END */





















/*  */

.form-group label {
    margin-bottom: 15px;
}


/*  */


input#otp {
    padding-right: 83px;
}
a.resend_otp {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0,-50%);
    border: none;
    background-color: transparent;
    color: #fecd2f;
    padding: 0px;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
}






/* MENU HAMBURGER */

.hamburger {
    padding: 0px 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: fixed;
    z-index: 1039;
    top: 30px;
    left: 25px;
}

/*
@media(max-width: 1024px){
    .hamburger {
        top: 19px;
    }
} */

.hamburger-box {
    width: 25px;
    height: 24px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}


.hamburger-inner::before {
    top: -7px;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::after {
    bottom: -7px;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}





                /*  after open sidebar*/

                .hamburger--spin.is-active .hamburger-inner {
                    transform: rotate(225deg);
                    transition-delay: 0.12s;
                    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                }

                .hamburger--spin.is-active .hamburger-inner::before {
                    top: 0;
                    opacity: 0;
                    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
                }


                .hamburger--spin.is-active .hamburger-inner::after {
                    bottom: 0;
                    transform: rotate(-90deg);
                    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
                }
                .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
                    background-color: #ffffff;
                }

                 /*  after open sidebar*/

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* MENU HAMBURGER END*/





.android_auto {
    font-family: "NouvelR";
    font-weight: 400;
}








/* DEALS AND NEWS */


.deals_card {
    text-align: left;
    border-radius: 10px 10px 0px 0px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.deals_card_details {
    padding: 10px;
    font-family: "NouvelR";
}
.deals_card .card-img-top {
    margin-bottom: 15px;
    border-radius: 10px 10px 0px 0px;
}


.book-button.deals_btn .button {
    padding: 10px 18px;
    font-weight: 400;
}

.text-center.deal_in_box_btn .button {
    margin: 8px;
    min-width: 164px;
    padding: 10px 18px;
    font-weight: 400;
    font-size: 16px;
}



.deal_img img {
    width: 100%;
}



.deals_row_order .row:nth-child(even) {

}
.deals_row_order .row {
    margin-top: 50px;
    margin-bottom: 50px;
}



.deal_dtls {
    margin-bottom: 30px;
    color: #000;
}
.deal_img {
    margin-bottom: 30px;
}
.deals_row_order .row:nth-child(even) .deal_img {
    order: 2;
}


.deal_in_box_btn {
    margin-top: 0px;
}

.product_box_details .deal_in_box_btn .button {
    margin: 10px;
    min-width: 167px;
}

.deal_dtls ul li {
    list-style: disc;
}
.deal_dtls ul {
    padding-left: 40px;
}




.deals_card_details ul {
    padding-left: 18px;
}
.deals_card_details ul li {
    list-style: disc;
}





/* DEALS AND NEWS */






















/*  ================================== SUBSCRIBE PAGE CSS START  ================================== */
.choose_sub_color .mb-3.text-left h5 {
    font-size: 18px;
}

.choose_sub_color .mb-3.text-left p {
    font-size: 14px;
}

/* OUTERCARD */

.subscription_overview_outercard .row.overview_outercard {
    margin-bottom: 30px;
}

.subscription_overview_outercard .overview_outercard_list .title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.subscription_overview_outercard .subscription_desc_title.sub-title-small {
    color: #fff;
    font-family: "NouvelR";
    font-weight: 400;
    font-size: 15px;
}

.subscription_overview_outercard a.next_sec {
    padding: 5px 20px;
    margin: 10px;
    line-height: 30px;
    height: 39px;
}
/*  OUTERCARD END*/




.plan_head_top {
    margin-bottom: 30px;
}
.plan_head_top h5 {
    font-family:  "NouvelR";
    font-weight: 600;
    margin-bottom: 8px;
}
.plan_head_top p {
    font-family:  "NouvelR";
}





.subscribe_bottom h3 {
    color: #fff;
    margin-top: 6px;
    margin-bottom: 0;
}










.has_section_bg {
    background: #ecedf1;
}








.subscription_box {

}






span.subs_small_font {
    display: block;
    font-weight: normal;
    font-size: 16px;
}




.trial_sub_card {
    background: #fff;
    max-width: 328.33px;
    border-radius: 5px;
    overflow: hidden;
}
.img_area {
    min-height: 221px;
    position: relative;
    padding-top: 15px;
    max-width: 297px;
    margin: 0 auto;
    cursor: pointer;
}
.img_area:after {
    /* content: ""; */
    width: 100%;
    height: 1px;
    background: #ccc;
    left: 0;
    position: absolute;
}
/* .trial_sub_list {
    padding-top: 2px;
    border-top: 1px solid #ccc;
} */
.img_area.img_area_200{
    min-height: 174px
}

.trial_sub_card .img_area img {
    max-width: 100%;
    width: auto;
    max-height: 124px;
    margin: 0 auto;
}


.Fixed_Tab .trial_sub_card .img_area.img_area_200, .Fixed_Tab .trial_sub_card .img_area.img_area_200 {
    min-height: 175px;
}
.fixed_slider .img_area.img_area_200 {
    min-height: 168px;
}


.fixed_slider .img_area {
    min-height: 170px
}
.Fixed_Tab .fixed_slider .img_area {
    min-height: 170px
}
.fixed_slider .trial_sub_card .img_area img {
    max-height: 117px;
}
.fixed_slider .trial_sub_card .owl-item.active.center .img_area h5 {
    margin-top: 8px;
}
.fixed_slider .slide_img_scale {
    height: 155px;
}


.trial_sub_card .owl-item.active .img_area img {
    max-width: 60%;
}
.trial_sub_card .owl-item.active.center .img_area img {
    max-width: 100%;
}
.trial_sub_card .owl-item.active.center .img_area h5 {
    font-size: 20px;
}
.trial_sub_card .owl-item.active .img_area h5 {
    font-size: 14px;
    margin-top: 5px;
}
.trial_sub_card .owl-item.active.center .img_area h5 {
    margin-top: 15px;
}

.trial_sub_card .owl-item.active .img_area .slide_img_scale {
    padding-top: 10%;
}
.trial_sub_card .owl-item.active.center .img_area .slide_img_scale {
    padding-top: 0;
}



h5.plan_model_heading {
    font-family: "NouvelR";
    font-weight: 600;
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.img_area.img_area_200 .slide_img_scale h5 {
    margin-top: 15px;
}
.trial_sub_card.trial_sub_card_100 h5.plan_model_heading {
    padding: 0 0;
}


.plan_img_slide .slide .owl-nav .owl-prev.disabled, .plan_img_slide .slide .owl-nav .owl-next.disabled {
    display: none;
}

.plan_details .owl-nav button i{
    font-size: 35px;
    color: #000;
    padding: 15px;
}

/* FULL WIDTH SLIDER */

/* FULL WIDTH SLIDER */


.Switch_Tab ul.left_sub_list > li:nth-child(4) {
    padding-top: 12px;
    min-height: 58px;
}
.Switch_Tab .trial_sub_list.text-left ul > li:nth-child(4) {
    min-height: 56px;
}
.Switch_Tab .trial_sub_list.text-left ul > li {
    min-height: auto !important;
}
.trial_sub_list.text-left ul li ul li {

}



/* SINGLE PLAN SLIDER */
.sub_card_slide .owl-nav .owl-next {
    position: absolute;
    top: 53px;
    right: 9px;
    font-size: 35px !important;
}

.sub_card_slide .owl-nav .owl-prev {
    position: absolute;
    top: 53px;
    left: 9px;
    font-size: 35px !important;
}
.sub_card_slide .owl-nav .disabled {
    opacity: 0;
}

.sub_card_slide .owl-dots {
    margin-top: 1.5rem;
}

.sub_card_slide button.owl-dot.active span {
    background: #fece00;
}
.sub_card_slide button.owl-dot span {
    background: #ababab;
    padding: 5px;
    display: inline-block;
    margin: 3px;
    border-radius: 50%;
}



.Trail_Tab  {

}

.Trail_Tab .img_area, .Switch_Tab .img_area {
    min-height: 180px;
    border-bottom: 1px solid #cccccc78;
}
.Trail_Tab .img_area.img_area_200, .Switch_Tab .img_area.img_area_200 {
    min-height: 179px;
}
.sub_card_slide_single {
    height: 700px;
}



.Switch_Tab .trial_sub_list.text-left ul > li:nth-child(6) {
    min-height: auto;
}
.Switch_Tab ul.left_sub_list > li:nth-child(3) {
    min-height: 56px;
}
.Switch_Tab ul.left_sub_list > li:nth-child(6){
    min-height: auto;
}
.Switch_Tab ul.left_sub_list > li:nth-child(7){
    min-height: 123px;
    padding-top: 6px;
}


/* SINGLE PLAN SLIDER END */





.m-0.text-left.trial_sub_list.row {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
}
.m-0.text-left.trial_sub_list::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    border-radius: 8px;
    background-color: #F5F5F5;
}

.m-0.text-left.trial_sub_list::-webkit-scrollbar
{
    height:8px;
    width: 12px;
    background-color: #fff;
}

.m-0.text-left.trial_sub_list::-webkit-scrollbar-thumb
{
    height:8px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
    background-color: #333;
}
.m-0.text-left.trial_sub_list .col {
    float: left;
    min-width: 25%;
}



.trial_sub_list.text-left ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 13px;
}
.trial_sub_list.text-left ul > li {
    padding: 10px 20px;
    font-family: "NouvelR";
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.trial_sub_list.text-left ul > li > ul > li {
    padding: 0;
    line-height: 18px;
    min-height: auto;
}
.trial_sub_list.text-left ul > li:first-child {
    color: #000;
    font-family: "NouvelR";
    font-weight: 600;
    font-size: 15px;
}

.trial_sub_list ul li ul li:first-child {
    font-family: "NouvelR";
    color: #000;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.trial_sub_list.text-left .yellow_li_bg {
    background: #fecd2f;
    font-size: 15px;
    padding: 12px 20px;
    font-weight: 600;
    color: #000;
    min-height: auto;
    margin-top: -3px;
}

.trial_sub_list.text-left ul > li.price_double_height {

}

li.price_double_height del {
    display: block;
    margin-left: 5px;
}
li.price_double_height {
    /* padding-top: 20px !important; */
    height: 50px;
    display: flex;
    align-items: center;
    /* flex-flow: column; */
    /* justify-content: center; */
}

.left_sub_list li.price_double_height {
    align-items: center;
    justify-content: flex-end;
}


.trial_sub_list.text-left ul > li > ul > li:nth-child(2) {
    font-weight: normal;
}

.trial_sub_list.text-left ul > li:nth-child(3) {
    padding-top: 15px;
    color: #000;
    min-height: 79px;
}
.trial_sub_list.text-left ul > li > ul > li:nth-child(3) {
    min-height: initial;
}
.trial_sub_list.text-left ul > li > ul > li:nth-child(3) {
    font-weight: 400 !important;
    padding-top: 0;
}

.trial_sub_list.text-left ul > li:nth-child(4) {

}

.trial_sub_list.text-left ul > li:nth-child(5) {

}

/* .trial_sub_list.text-left ul > li:nth-child(6) {
    min-height: 100px;
} */
.trial_sub_list.text-left ul > li > ul > li:nth-child(6) {
    min-height: auto;
}

.trial_sub_list.text-left ul > li:nth-child(7) {
}
#swich_tab .trial_sub_list.text-left ul > li:nth-child(6) {
    min-height: auto;
}



.trial_sub_list.text-left ul > li:nth-child(8) {

}

.trial_sub_list.text-left ul > li:nth-child(9) {

}



.trial_sub_list.text-left ul > li.btn_car_card_list {
    padding-right: 15px;
    text-align: left;
    padding-bottom: 15px;
}


.trial_sub_list.text-left ul > li.btn_car_card_list a.button.btn_black_border_rounded {
    padding: 10px 42px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #241f21;
    margin: 0;
}
.trial_sub_list.text-left ul > li.btn_car_card_list a.button.btn_black_border_rounded:hover {
    border-color: #fecd2f;
}
.trial_sub_list.text-left ul > li.btn_car_card_list a.button.btn_black_border_rounded.active {
    background: #ffd400;
    border-color: #ffd400;
    color: #241f21;
}


.font_size_16 {
    font-size: 16px;
}

ul.left_sub_list {
    padding-left: 0;
    text-align: right;
    list-style: none;
    font-size: 16px;
    color: #000;
}
ul.left_sub_list > li {
    padding: 10px 0;
    font-family: "NouvelR";
}

ul.left_sub_list > li:nth-child(3) {
    padding-top: 10px;
    min-height: 79px;
}
#fixed_tab ul.left_sub_list > li:nth-child(3), #fixed_tab .trial_sub_list.text-left ul > li:nth-child(3) {
    min-height: 61px;
}

ul.left_sub_list > li:nth-child(6) {
    padding-top: 10px;
    padding-bottom: 14px;
    /* min-height: 100px; */
}
#fixed_tab ul.left_sub_list > li:nth-child(6), #fixed_tab .trial_sub_list.text-left ul > li:nth-child(6) {
    height: 92px;
}
#fixed_tab .trial_sub_list.text-left ul > li > ul > li:nth-child(3) {
    min-height: auto;
}

ul.left_sub_list > li:nth-child(7) {
}


/* LIST RESET */
.trial_sub_list_2 {

}

/* .left_sub_list_2 {

} */
.left_sub_list_2 li:nth-child(5) {

}

.left_sub_list.left_sub_list_2 > li:nth-child(3), .trial_sub_list_2 li:nth-child(3) {
    min-height: 50px !important;
}
.trial_sub_list_2 li ul li:nth-child(3), .trial_sub_list_2 li ul li:nth-child(4){
    min-height: auto !important;
}

.left_sub_list.left_sub_list_2 > li:nth-child(4), .trial_sub_list_2 li:nth-child(4) {
    min-height: 60px !important;
}
ul.left_sub_list.left_sub_list_2 > li:nth-child(6) {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.left_sub_list.left_sub_list_2 > li:nth-child(7) {
    min-height: 128px;
}


ul.left_sub_list > li:last-child {
    padding-top: 19px;
}


.left_sub_list li, .trial_sub_list li {
    line-height: 18px;
}










.sub_card_slide .slick-track{
    width: 100% !important;
}
/* .fixed_slider_single .slick-track  */

.text-center.center_btn.in_sec_next_btn {
    margin-bottom: 3vh;
}








.nav.nav-tabs.sub_tabs {
    justify-content: flex-end;
    border-bottom: 0;
    margin-bottom: 30px;
}
.nav.nav-tabs.sub_tabs .nav-link {
    background: #878785;
    margin-right: 15px;
    border-radius: 2px;
    transition: all ease-in-out .3s;
    border: 0;
    padding: 4.2px 58px;
    font-size: 20px;
    color: #000;
}
.nav.nav-tabs.sub_tabs .nav-link img {
    max-height: 31px;
}

.nav.nav-tabs.sub_tabs .nav-link.active, .nav.nav-tabs.sub_tabs .nav-link:hover {
    color: #000;
    background: #fc3;
    border-color: #fc3 #fc3 #fc3;
}





.tab_bottom_btn {
    text-align: right;
    margin-bottom: 30px;
    border-bottom: 0;
}
.tab_bottom_btn.nav-tabs a.nav-link {
    background: #fff;
    padding: 5px 21px;
    border-radius: 50px;
    color: #000;
    font-size: 16px;
    margin-right: 15px;
    border: 0;
}

.tab_bottom_btn.nav-tabs a.nav-link.active, .tab_bottom_btn.nav-tabs a.nav-link:hover {
    background: #fc3;
}




.trial_sub_list.text-left ul > li:nth-child(2) del {
    color: #888888;
}



.trial_sub_card_100 {
    max-width: 100%;
}


/* PLAN CARDS */

.trial_sub_list .col:nth-child(even) {
    background: #fffade;
}
.trial_sub_list.row {
    /* padding-right: 3px;
    padding-bottom: 3px; */
}

/* PLAN CARS CSS END */








/* PLAN SLIDER */
.plan_img_slide {
    padding: 0 20px;
}

.plan_img_slide .owl-item.active .slide_img_scale img {
    opacity: .5;
}
.plan_img_slide .owl-item.active.center .slide_img_scale img {
    /* transition: all ease-in-out .2s; */
    opacity: 1;
}
.plan_img_slide .slide .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}
.plan_img_slide .slide .owl-nav.disabled {
    display: block;
}

.plan_img_slide .slide .owl-nav button {
    display: inline-block;
    font-size: 35px !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    transition: all ease-in-out .3s;
    font-size: 20px;
    color:  #000 !important;
}

button:hover {
    /* color: #fc3 !important; */
}
.plan_img_slide .slide .owl-nav .owl-prev {
    left: -5px;
}
.plan_img_slide .slide .owl-nav .owl-next {
    right: -5px;
}


.subcard_arrow:hover {
    color: #fecd2f;
}


/* PLAN SLIDER END */





.accordion-titel {
    font-size: 19px;
    text-align: left;
    font-weight: 600;
}

.sub_accordion {
    margin-bottom: 50px;
}











/* ADDITIONAL TAB */
.row.row_15_padding {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.row.row_15_padding [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.additional_img img {
    max-width: 529px;
    width: 100%;
}
.additional_img  h5 {
    font-family:  "NouvelR";
    font-weight: bold;
}

h6.heading_sub_uline {
    border-bottom: 1px solid #979797;
    padding-bottom: 10px;
}

.addtional_info {
    display: none !important;
}
.addtional_info.active {
    display: block !important;
}

a.addtional_info_close {
    background: transparent;
    color: #000;
    font-weight: 600;
    padding: 8px 20px;
    /* border-radius: 50px; */
    display: inline-block;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid #373735;
    transition: all ease-in-out .3s;
    text-transform: lowercase;
}
a.addtional_info_close:hover {
    background: #ffcc33;
    border: 1px solid #fc3;
}
a.addtional_info_close span {
    background: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
}

p.para_with_underline {
    display: inline-block;
    border-bottom: 1px solid #979797;
    padding-bottom: 3px;
}
.total_fee_box {
    background: #fc3;
    padding: 13px;
}


.mt-35 {
    margin-top: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.addtional_info h5.py-3.desktop_view {
    background-color: #ffc100;
    padding: 10px 0 8px 0!important;
}
/* ADDITIONAL TAB END*/



/* MILEAGE BOX */
.addtional_info .meter_box {
    min-height: 130px;
    padding-bottom: 35px;
}
.addtional_info .meter_box .price {
    bottom: 8px !important;
}
.addtional_info .meter_box img {
    height: 35px;
    margin-bottom: 10px;
    width: 100%;
    object-fit: contain;
    max-width: initial !important;
}


.meter_box_col .meter_box .price {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
}

.meter_box img {
    max-width: 39.397px;
    margin-bottom: 2px;
}
.addtional_info .meter_box p {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    min-height: 32px;
    margin-bottom: 1px;
}

.addtional_info .meter_box p span.tooltips.rounded_bedge {
    margin-left: 5px;
}

/* MILEAGE BOX END*/




/* MODEL CARD CSS */
.subscription_model_card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    color: #282435;
    height: calc(100% - 30px);
    position: relative;
    padding-bottom: 79px;
}
.subscription_model_card img {
    width: 100%;
}
.model_card_details .card_gray_bg {
    background: #d2d2d2;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 -1.25rem;
    margin-bottom: 10px;
}
.subscription_model_card h4 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    color: #282435;
}
@media (max-width:768px) and (min-width: 640px){
    .subscription_model_card h4 {
        font-size: 14px;
    }
    .model_card_details ul li {
        font-size: 14px;
    }
    .model_card_details .card_gray_bg p {
        font-size: 13px;
    }
    .subscription_model_card .promo_btns_bottom a {
        font-size: 11px !important;
    }
}
.subscription_model_card h4:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    bottom: 0;
    left: 50%;
    border-bottom: 4px solid #fecd2f;
    margin-left: -50px;
    margin-right: auto;
}
.model_card_details .card_gray_bg p {
    margin: 5px 0;
    padding: 0 15px;
    font-weight: 600;
}
.model_card_details ul {
    padding-left: 17px;
}
.model_card_details ul li {
    text-align: left;
    margin-bottom: 10px;
}

.subscription_model_card .promo_btns_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 1.25rem;
}
.subscription_model_card .promo_btns_bottom a {
    width: 100%;
    margin: 0;
    border: 2px solid #000;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 8px;
}


/* MODEL CARD CSS END */










/* WHY SUBSCRIBE */
.why_sub_top h2 {
    font-size: 34px;
    color: #282435;
    font-family: "NouvelR";
}
.why_sub_top p {
    margin-bottom: 25px;
}
.yellow_box_with_icon {
    background: #fdcd30;
    text-align: center;
    margin-bottom: 30px;
    border-radius: .25rem;
    border: 1px solid rgba(0,0,0,.125);
    min-height: 205px;
    height: calc(100% - 30px)
}
@media(max-width:768px){
    min-height: 245px;
}
.yellow_box_with_icon p {
    font-size: 16px;
    font-weight: 700;
    font-family: "NouvelR";
    padding: 0 15px;
}


/* WHY SUBSCRIBE END */



/* FAQ */


.accordion_deals {
    margin-bottom: 20vh;
}

h3.accordion_deals_title {
    text-align: left;
    margin-bottom: 20px;
}
.accordion {

}
.accordion .card {
     margin-bottom: 10px;
     border-bottom: 1px solid #dfdfdf;
}
.accordion .card-head {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px;
    position: relative;
}
.accordion .card h2 {
    background-size: 20px;
    cursor: pointer;
    padding-right: 20px;
    line-height: 1.4;
}


.accordion .card h2:after {
    content: "-";
    position: absolute;
    right: 15px;
    top: 0px;
    /* transform: translate(0, -50%); */
    font-size: 40px;
    font-weight: 600;
}
.accordion .card h2.collapsed:after {
    content: "+";
    font-size: 25px;
    top: 10px;
}
 .accordion .card-body {

}

.accordion .card-body p {
    font-family: "NouvelR";
    font-weight: 400;
    margin-bottom: 0;
}

.accordion .card {
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px !important;
    border-bottom-left-radius: 11px !important;
    border-bottom-right-radius: 11px !important;
}

/* FAQ END */


/* SUBSCRIPTION DASHBOARD */


.d_payment_table.sub_dsh_table th.car_model_td {
    width: 92px;
}
.d_payment_table.sub_dsh_table th.sub_type_td {
    width: 80px;
}
.d_payment_table.sub_dsh_table th {
    padding: 10px 6px;
}
.d_payment_table.sub_dsh_table td {

}

.row.spec_text_left_right_row.border_bottom_none {
    border-bottom: none !important;
}




.icon_field i {
    position: absolute;
    top: 12px;
    color: #000;
    right: 11px;
}
.icon_field {
    position: relative;
}




.sub_vechile_collection_form .form-control {
    background: #ecedf1;
    border-radius: 2px;
    color: #000;
}

.sub_vechile_collection_form .form-control, .sub_vechile_collection_form .form-control::placeholder{
    color: #000 !important;
    font-family: Helvetica,Arial,sans-serif !important;
    font-weight: 700;
}
.d-flex.justify-content-between.bg-yellow.p-2.radius-2px.mt-3 span.text-black {
    color: #000;
}
.radius-2px {
    border-radius: 2px;
}




.h5_extra_margin h5 {
    margin-top: 50px;
    margin-bottom: 50px;
}
/* SUBSCRIPTION DASHBOARD */



.cover_follow {
    color: #000;
}
.wear_tier_list ul {
    margin: 0;
    padding-left: 16px;
}
.cover_follow ul li {
    color: #000;
    font-family: "NouvelR";
    font-weight: 400;
    font-size: 14px;
}





.link_accourdion.with_arrow {
    position: relative;
    padding-right: 25px;
}
.link_accourdion.with_arrow:after {
    content: "\f106";
    font-family: 'FontAwesome';
    color: #ffd400;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out .3s;
    height: 13px;
    line-height: initial;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.link_accourdion.with_arrow[aria-expanded="false"]:after {
    transform: translateY(-50%) rotate(180deg);
}





h6.arrow_heading {
    background: #fc3;
    display: inline-block;
    padding: 5px;
    padding-right: 15px;
    padding-left: 10px;
    font-weight: 600;
    font-family: "NouvelR";
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.row.spec_text_left_right_row h6.arrow_heading {
    background: no-repeat;
    color: #fc3;
    padding: 0;
}

.caret_left:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 14.5px solid transparent;
    border-bottom: 14.5px solid transparent;
    border-left: 14.5px solid #ffcc33;
    right: -14.5px;
    top: 0;
    position: absolute;
}



.child_seat img.img-fluid {
    max-height: 269px;
}
.position_top_right_cross_btn:hover i {
    color: #000;
}
.position_top_right_cross_btn {
    border: 0;
    background: #ffcc33;
    border-radius: 50%;
    float: right;
    cursor: pointer;
}



.calendar_check .calendar_check_img {
    height: 176px;
}

.calendar_check .custom-control.mb-0 {
    margin-top: 10px;
    margin-bottom: 15px !important;
    text-align: center;
}
.calendar_check .custom-control-label::before {
    background: #ffcc33;
}
.calendar_check .custom-control-label {
    color: #ffcc33;
}
.calendar_check .custom-control-label::before, .calendar_check .custom-control-label::after {
    height: 20px;
    width: 20px;
    top: 2px;
}








.sub_m_dtls {
    font-size: 12px;
}
.font_14px {
    font-size: 14px;
}
.font_12px {
    font-size: 12px;
}


.calendar_check_b_right {
    border-right: 1px solid #ffffff40;
}
.row.justify-content-center .calendar_check_b_right:nth-child(2) {
    border: 0;
}

.calendar_check img.w-50 {
    width: 100% !important;
    max-width: 200px;
    margin-top: 50px;
}

.calen_box {
    background: #131313;
    margin-top: 15px;
    padding: 12px 5px;
    box-shadow: inset 0 0 3px black;
    border-radius: 4px;
}
.calen_box p, .calen_box b {
    font-size: 12px;
    color: #fff;
}
.calen_box a.text-yellow {
    font-size: 10px;
    color: #fece00;
    display: block;
    margin-bottom: 2px;
}
.calen_box table {
    width: 100%;
}
.calen_box tr td {
    padding: 0 10px;
    border-right: 1px solid #ffffff29;
}

@media(max-width: 1024px) {
    .calen_box tr td {
        padding: 0 6px;
    }
    .calen_box {
        padding: 6px 0px;
    }
}


.calen_box tr td:last-child {
    border: 0;
}
.calen_box td b {
    display: block;
    margin-bottom: 10px;
}
.calen_box td p {
    margin-bottom: 2px;
    font-size: 10px;
}



.calen_box td p.green_text {
    color: #28a745;
}
.calen_box td p.yellow_text {
    color: #be4a05;
}






.switch_days a.button {
    font-size: 10px;
    padding-left: 4px;
    padding-right: 4px;
    text-transform: uppercase;
}
.switch_days .form-control {
    background: #ffffff;
    border-color: #ffffff;
    color: #000;
}
.switch_days .form-control::placeholder {
    color: #000 !important;
}
.switch_days .input_with_icon i {
    top: 12px;
    color: #000;
}

/*  ================================== SUBSCRIBE PAGE CSS END  ================================== */







/*  ================================== INSURENCE CSS START ================================== */

.insurance_form {
    max-width: 550px;
    margin: 0 auto;
}


.bg_black .form-group label {
    color: #fff;
}


.form_row_with_dot.form-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.form_row_with_dot.form-row [class*=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.form_row_with_dot .dot {
    position: relative;
}
.form_row_with_dot .dot:after {
    content: "";
    background: #fc3;
    height: 4px;
    width: 4px;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 50%;
}



.custom_radio_with_border.custom-radio .custom-control-label::before  {
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #ccc;
}
.custom_radio_with_border.custom-radio .custom-control-label::after  {

}


.custom_radio_with_border.custom-radio .custom-control-input:checked~.custom-control-label::before {
    height: 20px;
    width: 20px;
    background-color: initial;
    border: 2px solid #fc3;
}
.custom_radio_with_border.custom-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(255 204 51 / 32%);
}

.custom_radio_with_border.custom-radio .custom-control-input:checked~.custom-control-label::after {
    height: 20px;
    width: 20px;
    background-size: 50% 50%;
}









/* BROWN INPUT FIELD */
.form-control.form_control_brown {
    background: #3d3935;
    border-color: #3d3935;
    border-radius: 2px;
    color: #fff;
}

.form-control.form_control_brown::placeholder {
    color: #fff !important;
    font-size: 14px;
}
.form-control.form_control_brown:focus {
    box-shadow: 0 0 0 0.2rem rgb(77 71 66 / 35%);
}

/* BROWN INPUT FIELD END */



/* YELLOW PROGRESSBAR */
.progress_style_1.progress {
    height: 1.25rem;
    padding: 2px;
}
.yellow_progress .progress-bar {
    background-color: #ffcc33 ;
}
.yellow_progress .progress-bar-striped {
    background-image: linear-gradient(45deg,#eab000 25%,transparent 25%,transparent 50%,#eab000 50%,#eab000 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

/* YELLOW PROGRESSBAR */




/* STEPPER STYLE 2 */
.stepper_style_2 {
    position: relative;
}
.card_accodion_One.bg_metal .stepper_style_2 .col .step_title {
    font-size: 14px;
}
.stepper_style_2 .col {
    text-align: center;
    color: #fff;
    font-family: "NouvelR";
    font-weight: 600;
}
.step_no {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.step_no.brown_step_no {
    background: #3d3935;
}
.stepper_style_2 .active .step_no {
    background: #fc3;
    color: #000;
}
.stepper_style_2 .active .step_title {
    color: #fc3;
}

.step_title {
    color: #595958;
}

.stepper_progress_bar {
    position: absolute;
    width: 75%;
    background: #878785a1;
    top: 25px;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
}

.stepper_progress {
    background: #fc3;
    height: 2px;
}
/* STEPPER STYLE 2 */



.custom-control.form-check-inline {
    display: inline-flex;
}





.th_border_bottom_none th {
    border-top: 0;
}
.td_white_text td {
    color: #fff;
    padding: .75rem;
}

.thead_brown thead {
    background: #3e3935;
}
.thead_brown th {
    color: #fff;
}

.td_border_bottom td {
    border-bottom: 1px solid #ffffff5c;
}
.td_wdth_30P td {
    width: 33.3333%;
}
.table_in_icon {
    font-size: 20px;
    padding: 0 10px;
}

.td_v_align_middle td {
    vertical-align: middle;
}

.font_16px {
    font-size: 16px;
}
.info_tooltip {
    height: 20px;
    width: 20px;
    background: #fff;
    color: #fff;
    padding: 0px 7px;
    border-radius: 50%;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}


.insurence_driver_row_mobile {
    background: #1f1f1f;
    border-radius: 5px;
}

.insurence_driver_row_mobile .col-6{
    color: #fff;
}


.insurence_driver_col_left {
    font-weight: 600;
    font-family: "NouvelR";
}






.insurence_driver_row_mobile .col-6 {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.insurence_driver_row_mobile {
    background: #1f1f1f;
    border-radius: 5px;
}





a.button.white_border_btn.table_btn {
    color: #fff;
    border: 1px solid #fff;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 4px;
}



.insur_premium_box_with_check .custom-control-label {
    padding-top: 2.5rem !important;
}

.insur_premium_box_with_check .custom-control-label::before {
    left: 15px;
    top: 15px;
}
.insur_premium_box_with_check .custom-control-label::after {
    left: 15px;
    top: 15px;
}



.insur_premium_box_with_check .custom-control-input:checked+.custom-control-label{
    border: 3px solid #ff3;
}



.insur_premium_box_with_check .custom-control-input:checked + .custom-control-label {
    border: 2px solid #fc3;
}


.insur_premium_box_with_check .custom-control-label:focus ::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(255 204 51 / 39%);
}




.premium_details_card {

}
.premium_details_card {
    background: #3d3935;
}
.premium_details_card * {
    color: #fff;
    font-family: "RenaultLife-Regular";
}
.premium_details_card .card-header {
    border-bottom: 1px solid #999999;
    font-weight: 600;
    font-family: "RenaultLife-Bold";
}

.premium_details_card .card-body .row [class*=col-] {
    padding-bottom: 5px;
}

/*  ================================== INSURENCE CSS END ================================== */



.show_in_tab {
    display: none;
}


/*  */

.renault_life {
    font-family:  "NouvelR";
}

.renault_life_600 {
    font-family:  "NouvelR";
    font-weight: 600;
}
.renault_life_400 {
    font-family:  "NouvelR";
    font-weight: 400;
}
.renault_life_300 {
    font-weight: 300;
}


/*  */




a.yellow_text:hover {
    color: #c5a400;
}


.iScrollVerticalScrollbar.iScrollLoneScrollbar {
    width: 4px !important;
}

.custom-control.custom-radio.manage-radio-btn {
    margin-right: 12px;
}


labe.megane_small small {
    font-family: "NouvelR";
    font-size: 57%;
    color: #4e4e4e;
}




.pending_button {
    padding: 4px 13px;
    background: #fc3;
    color: #000;
    font-weight: 600;
    border: 1px solid #fc3;
    border-radius: 4px;
    text-align: center;
}







/* DASHBOARD CSS HERE */
.card-body.pb-3.pb_reset_3 {
    padding-bottom: 1rem!important;
}
h5.dash_acc_heading {
    font-size: 18px;
}
.t_dri_mnag_img_box.t_dri_mnag_img_box_reset {
    height: auto;
}
.manage_row.w-100 {
    max-width: 100%;
}
.dashboard_tab.nav-pills .nav-link{
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 8px 8px;
}

.dashboard_tab.nav-pills .nav-link.active {
    border-color: #fecd2f;
    background: transparent;
    color: #fecd2f;
    font-weight: 400;
}

.mt_minus_15  {
    margin-top: -15px;
}
.manage_row {
    max-width: 702px;
    margin: 0 auto;
}
.manage_icon_box a {
    cursor: pointer;
}

.manage_icon_box input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: -1;s
}
.manage_icon_box input[type="radio"]:checked ~ .manage_icon_for_check {
    border: 2px solid #fecd2f;
}
.manage_icon_box input[type="radio"]:checked ~ .manage_icon_for_check .yellow_bg_img {
    background: #fecd2f;
    border-color: #fecd2f;

}



.manage_icon_box input[type="radio"]:checked ~ .manage_icon_for_check .yellow_bg_img img {
    filter: brightness(0.01);
}
.manage_icon_box input[type="radio"]:checked ~ .manage_icon_for_check  p {
    color: #fecd2f;
}

.yellow_bg_img, .yellow_bg_img img {
    transition: all ease-in-out .3s;
}
.manage_icon_for_check:hover{
    border-color: #fecd2f;
}
.manage_icon_box:hover .manage_icon_for_check .yellow_bg_img {
    background: #fecd2f;
    border-color: #fecd2f;
}
.manage_icon_box:hover .manage_icon_for_check .yellow_bg_img img {
    filter: brightness(0.01);
}
.manage_icon_box:hover .manage_icon_for_check p {
    color: #fecd2f;
}


.manage_icon_for_check {
    cursor: pointer;
    transition: all ease-in-out .3s;
    background: #303030;
    height: 174px;
    border: 2px solid transparent;
    border-radius: 10px;
    display: block;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 30px;
}
.manage_icon_for_check * {
    color: #fff;
}


.yellow_bg_img {
    border:  1px solid #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}











/* notification */
form.black_input_with_icon {
    position: relative;
}
form.black_input_with_icon .form-control {
    height: 30px;
    background: #45464b;
    border: 0;
    width: 226px;
    color: #fff;
}
form.black_input_with_icon select.form-control {
    color: #fff;
}
form.black_input_with_icon input.form-control::placeholder {
    color: #aaaaaa;
}
form.black_input_with_icon button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    height: 100%;
    color: #fff;
    font-size: 12px;
}


.notif_dtls_box {
    background: #27282b;
    padding: 15px;
    position: relative;
}
.notif_dtls_box * {
    color: #fff;
    font-size: 12px;
}
p.notif_heading {
    font-weight: 600;
    text-transform: uppercase;
}
p.notif_heading small {
    color: #bcbcbc;
}


a.notif_dtls_btn {
    border: 1px solid #fecd2f;
    color: #fecd2f;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: lowercase;
    font-size: 10px;
}

a.notf_box_del {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #ffd400;
    color: #000;
    height: 17px;
    width: 17px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
}
/* notification end */


.Payment-Methods-inner {
    padding: 20px;
    border: 1px solid #fecd2f;
    border-radius: 7px;
    border-left: 20px solid #fecd2f;
    margin: 0;
}
.Payment-Methods-inner p {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 17px;
    font-family: "RenaultLife-Bold", Helvetica, Arial, sans-serif;
}










table.d_payment_table {
    width: 100%;
}
table.d_payment_table thead {
    background: #27282b;
    color: #fff;
    line-height: 18px;
    font-size: 13px;
}

.d_payment_table th {
    padding: 5px 8px;
    height: 46px;
}
.d_payment_table td {
    padding: 10px 8px;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    border-bottom: 1px solid #ffffff3d;
}


a.btn_table_small {
    font-size: 12px;
    padding: 1px 3px;
    border-radius: 2px;
    margin-top: 5px;
}
a.btn_table_small:hover {
    border-radius: 2px;
}



.d_payment_table td .modal-content p.text-white.text-center.mb-3 {
    font-size: 16px !important;
}




.td_th_font_12px.car_info_table.ph4 td, .td_th_font_12px.car_info_table.ph4 th {
    font-size: 14px;
}



.Bg-manage .Specifications-titel {
    background: #333;
}


/* DASHBOARD CSS END HERE */









/* DASHBOARD MOBILE CSS START FROM HERE */
.card.desh_mob_acc_card {
    border: none;
    background: #0c0c0c;
}
.card.desh_mob_acc_card * {
    /* font-size: 14px; */
}
.card.desh_mob_acc_card .card-header {
    font-weight: 600;
}
.card.desh_mob_acc_card > .card-header, .card.desh_mob_acc_card > .card-body {
    padding: 8px 15px;
    border: 0;
    background: #0c0c0c;
    color: #fff;
    border: 1px solid #fff;
}
.card.desh_mob_acc_card .card-header {
    font-family:  Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.card.desh_mob_acc_card > .card-header[aria-expanded="false"] {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    animation-name: anind;
    animation-duration: 1.2s;
}
.card.desh_mob_acc_card > .card-header[aria-expanded="true"] {
    border: 1px solid #fecd2f;
    border-bottom: none;
    color: #fecd2f;
}
.card.desh_mob_acc_card > .card-header[aria-expanded="true"].collapse_arrow_icon:after {
    color: #fecd2f;
}
.card.desh_mob_acc_card > .card-header[aria-expanded="true"] ~ .card-body {
    border-color: #fecd2f;
}
@keyframes anind {
  0% {
    border-bottom: none;
  }
  100% {
    border-bottom: 1px solid #fff;
  }
}



.card.desh_mob_acc_card .card-body {
    border-top: 0;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.card.desh_mob_acc_card .card-header.collapse_arrow_icon:after {
    right: 15px;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
}







.history_acc_in.card {
    background: transparent;
    border: 0;
}
.history_acc_in.card > .card-header {
    border: 1px solid #fff;
    padding: .35rem 1.25rem;
    border-radius: .25rem;
}
.history_acc_in.card > .card-header[aria-expanded="false"] {

}
.history_acc_in.card > .card-header[aria-expanded="true"] {
    background: #fecd2f;
    border-color: #fecd2f;
    color: #000;
}
.history_acc_in.card > .card-header[aria-expanded="true"]:after {
    color: #000;
}



.dark_pegination .page-link {
    background-color: #27282b;
}
.dark_pegination .page-link {
    font-family:  Helvetica, Arial, sans-serif;
    background-color: #161616;
    border: 1px solid #ffffff12;
    color: #ffff;
    font-weight: 600;
}

@media (max-width: 640px) {
    .dark_pegination .page-link {
        font-size: 12px;
    }
}
/* DASHBOARD MOBILE CSS END START FROM HERE */










/* LOADING SPINNER */


.loading_spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}


.ajax-spinner-bars {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.ajax-spinner-bars > div {
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: #4e4e4e;
    opacity: 0.05;
    animation: fadeit 0.8s linear infinite;
}
.ajax-spinner-bars > .bar-1 {
  transform: rotate(0deg) translate(0, -8px);
  animation-delay:0.05s;
}
.ajax-spinner-bars > .bar-2 {
  transform: rotate(22.5deg) translate(0, -8px);
  animation-delay:0.1s;
}
.ajax-spinner-bars > .bar-3 {
  transform: rotate(45deg) translate(0, -8px);
  animation-delay:0.15s;
}
.ajax-spinner-bars > .bar-4 {
  transform: rotate(67.5deg) translate(0, -8px);
  animation-delay:0.2s;
}
.ajax-spinner-bars > .bar-5 {
  transform: rotate(90deg) translate(0, -8px);
  animation-delay:0.25s;
}
.ajax-spinner-bars > .bar-6 {
  transform: rotate(112.5deg) translate(0, -8px);
  animation-delay:0.3s;
}
.ajax-spinner-bars > .bar-7 {
  transform: rotate(135deg) translate(0, -8px);
  animation-delay:0.35s;
}
.ajax-spinner-bars > .bar-8 {
  transform: rotate(157.5deg) translate(0, -8px);
  animation-delay:0.4s;
}
.ajax-spinner-bars > .bar-9 {
  transform: rotate(180deg) translate(0, -8px);
  animation-delay:0.45s;
}
.ajax-spinner-bars > .bar-10 {
  transform: rotate(202.5deg) translate(0, -8px);
  animation-delay:0.5s;
}
.ajax-spinner-bars > .bar-11 {
  transform: rotate(225deg) translate(0, -8px);
  animation-delay:0.55s;
}
.ajax-spinner-bars > .bar-12 {
  transform: rotate(247.5deg) translate(0, -8px);
  animation-delay:0.6s;
}
.ajax-spinner-bars> .bar-13 {
  transform: rotate(270deg) translate(0, -8px);
  animation-delay:0.65s;
}
.ajax-spinner-bars > .bar-14 {
  transform: rotate(292.5deg) translate(0, -8px);
  animation-delay:0.7s;
}
.ajax-spinner-bars > .bar-15 {
  transform: rotate(315deg) translate(0, -8px);
  animation-delay:0.75s;
}
.ajax-spinner-bars> .bar-16 {
  transform: rotate(337.5deg) translate(0, -8px);
  animation-delay:0.8s;
}
@keyframes fadeit{
    0%{ opacity:1; }
    100%{ opacity:0;}
}



/* LOADING SPINNER CSS END */










img.td_pdf_icon {
    height: 25px;
    margin-top: 5px;
}



@media(max-width: 640px) {
    .card.desh_mob_acc_card > .card-header {
        padding-right: 25px;
    }
    .card.desh_mob_acc_card .card-header.collapse_arrow_icon:after {
        right: 7px;
    }
    .desh_mob_acc_card label {
        color: #fff;
    }
    .manage_icon_for_check p {
        font-size: 12px
    }
    .car_info_table_img.h-auto.mb-4 img {
        margin-bottom: 0;
    }

}












/* MODAL WITH TAB */
.modal_tab .tab-pane {
    color: #fff;
}
.modal_tab .nav-tabs {
    border-color: #fc3;
}
.modal_tab .nav-tabs .nav-link {
    color: #fc3;
    font-family:  Helvetica, Arial, sans-serif;
    font-weight: 600;
}
.modal_tab .nav-tabs .nav-link.active, .modal_tab .nav-tabs .nav-link:hover {
    background: #fc3;
    color: #000;
    border-color: #fc3;
}
/* MODAL WITH TAB */


@media(max-width: 768px) {
    col-md-6.col-12.yellow_text.px-0.px-md-1 button {
        font-size: 12px;
    }

    div#buy_renault_section_details .slider-prev-next{
        display: flex;
    }
}

@media(max-width:640px) {
    .sub_card_slide_single {
        height: auto;
    }
}
@media(max-width: 320px) {
    .sub_card_slide_single {
        height: auto;
    }
    .meter_box_col .meter_box .price {
        font-size: 12px;
    }
}


.meter_box_col .custom-control-input {
    opacity: 0;
}




/* ul.nav.nav-tabs.sub_tabs.justify-content-start {
    justify-content: initial !important;
}
ul.nav.nav-tabs.sub_tabs.justify-content-start li.nav-item {
    margin-left: 23px;
}
ul.nav.nav-tabs.sub_tabs.justify-content-start li.nav-item:first-child {
    margin-left: 0;
} */




@media (max-width: 768px) {
    .row.m-0.spec_text_left_right_row.border-0 .col-md-6.col-12.yellow_text.px-0.px-md-1 button {
        font-size: 10px;
    }
}
@media (max-width: 425px) {
    .row.m-0.spec_text_left_right_row.border-0 .col-md-6.col-12.yellow_text.px-0.px-md-1 button {
        font-size: 14px;
    }
}








i.fa.fa-trash.text-yellow.ml-2 {
    cursor: pointer;
}

div.li_before_line ul {
    margin-bottom: 0;
}













@media (max-width:640px) {
    .td_row_col td .row [class*="col-"] {
        /* font-size: 12px; */
    }
}

@media (max-width:320px) {
    .box_top_heading p {
        font-size: 14px;
    }
    .td_row_col td .row [class*="col-"] {
        font-size: 11px;
    }


    table.table-sm.text-white.car_info_table.w-100.mb-0.table_last_td_text_right.td_text_white td {
        font-size: 12px;
    }
    table.table-sm.text-white.car_info_table.w-100.mb-0.table_last_td_text_right.td_text_white td:first-child {
        width: 65%;
    }
}


.c100:hover > span {
    color: #ffcc33;
}








table.deliverd_table_list {
    margin: 0 auto;
}
table.deliverd_table_list td.list_td {
    padding-right: 15px;
    text-align: right;
    color: #fff;
    width: 50%;
}






.collapse .input_section.label_white.p-md-5.p-3 {
    /* padding-top: 0 !important; */
    background: transparent;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
@media(max-width: 640px){
    .collapse .input_section.label_white.p-md-5.p-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.collapse .input_section.label_white.p-md-5.p-3+.select-Specifications-area_btn {
    margin-bottom: 0;
    margin-top: 15px;
}





div#message p {
    font-size: 13px;
    margin: 0;
}
div#message p.error:before{
    content:"✖";
}
div#message p.text-white:before{
    content:"✔";
}





.vehicle_prepare_table_reset td {
    width: 50%;
    vertical-align: top;
    padding-bottom: 10px;
}











h1.pre_owned_dtls_title {
    margin-bottom: 0;
    color: #fff;
    font-size: 40px!important;
    line-height: 44px!important;
    font-family:  "NouvelR";
}
@media(max-width: 425px){
    h1.pre_owned_dtls_title {
        font-size: 30px !important;
    }
}


.button.cancel_sub_btn.button.disabled {
    background: #626262;
    border-color: #626262;
    color: #9b9b9b;
    cursor: default;
}

div#PDPAModal .modal-dialog .content-scroll {
    max-height: 56vh;
}

/*Menu*/
li.nav-item.mobile_view,li.nav-item.desktop_view {
    text-transform: uppercase;
}
.bg_login_black ul li {
    text-transform: uppercase;
}

/*PreOwned*/
.page-link.custom_pagination {
    text-transform: lowercase;
}
h3.mb-3.font-weight-bolder,.car_info_table_dtls_top_head h4 {
    text-transform: uppercase;
}
/*Subscription*/
.plan_head_top p,.d-block a.view_btn {
    text-transform: lowercase;
}
.promo_container h3,#payment_tab h3,#payment h3 {
    text-transform: uppercase;
}
#select_plan_tab h5,#manage_plan_tab h5 {
    text-transform: uppercase;
}

/*Consideration*/
ul#pagn.pagination {
    text-transform: lowercase;
}
.profile_mini_container h4 {
    text-transform: uppercase;
}

/*D2D*/
#ServiceAppointment h5,#D2DServiceForm h5,.modal-content h5,.d2d_form h4,#ModalConsiderationUploadDoc p.font-weight-bold  {
    text-transform: uppercase;
}
#select_car form h5 {
    text-transform: uppercase !important;
}

/*BuyNew*/
.profile_mini_container form h5,#manage h5,#select_car h5,.promo_code p,.car_info_table_main.p-3 h5,.box_top_heading.buy_box_top_title h5 {
    text-transform: uppercase;
}


/*dashboard*/
#v-pills-tabContent h5 {
    font-weight: bold;
    text-transform: uppercase;
}
.ManageMyPayment h6,#manage_cd_card h6 {
    text-transform: uppercase;
}

/*Payment*/
.payment_box h2,.payment_box p {
    text-transform: uppercase;
}

/*notification*/
.bd-example-modal-lg p.font-weight-bold {
    text-transform: uppercase;
    font-size: 20px;
}

/*testdrive*/
#p_t_drive h3,#m_t_drive h5,.profile_mini_container h5 {
    text-transform: uppercase;
}

/*homepopup*/
#modal-0.lg_modal .modal-body {
    font-weight: initial;
}


/*subscription Custome CSS*/
.subscription-size {
  font-size: 14px;
/*  min-height: 84px;
*/
}
.subscription-size-desc {
  font-size: 14px;
}
.subscription-size-title {
  font-size: 1.4em;
/*  min-height: 70px;
*/
}
.subscription-size-btn {
  font-size: 11px !important;
}

@media screen and (min-width: 800px) {
.subscription-size {
  min-height: 84px;

}
.subscription-size-title {
  min-height: 70px;

}
}
@media (max-width: 540px){
.tab_bottom_btn.nav-tabs a.nav-link {
    margin-bottom: 14px;

}
}
