@import "icons.css";
@import "font_style.css";








body {
    /* line-height: 24px; */
    /* line-height: 4.3vh; */
    color: #4e4e4e;
}


:focus{
    outline: none;
    border: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 0 auto -webkit-focus-ring-color;
}
a {
    text-decoration: none !important;
}

h1 {
    font-weight: normal;
    font-family: Renault Life;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5vh;
    color: #000;
}
p {
    color: #000;
}




/* ================================== 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;
}



.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: 'Renault Life';
    color: #a5a5a5;
    opacity: 0;
}
#fp-nav.fp-show-active a.active + .fp-tooltip {
    color: #fff;
    opacity: 0;
     -webkit-animation: fadeout 2s ease .2s;
    animation: fadeout 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;
}


.nav_text_fix #fp-nav ul li .fp-tooltip {
    
}

@-webkit-keyframes fadeout{
    0%{opacity:1}
    75%{opacity:1}to{opacity:0}
}

@keyframes fadeout{
    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;
}
.button.btn_more {
    /* min-width: 91px;
    line-height: 31px; */
}



.button.btn_more_yellow {
    min-width: 91px;
    background: #fece2b;
    color: #000;
}





.btn_white_border {
    border: 2px solid #fff;
    color: #fff;
    font-family: "RenaultLife-Regular",Helvetica,Arial,sans-serif;
    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: #ffd400;
    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 45px;
}
.black_border:hover {
    background: #000;
    color: #fff;
}



.btn_black_border_rounded {
    border: 1px solid #fecd2f;
    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;
    border-color: #fecd2f;
}







.btn_yellow_fill, .btn_yellow_border:hover {
    background: #fece2b;
    color: #000;
    font-weight: 600;
    border: 1px solid #fece2b;
    border-radius: 4px;
}
.btn_yellow_border, .btn_yellow_fill:hover{
    border:  1px solid #fece2b;
    color: #fece2b;
    font-weight: 600;
    background: transparent;
    border-radius: 4px;
}














.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: 50px;
    height: calc(100% - 50px);
}
.product_box_details p {
    margin-bottom: 0;
    font-family: "RenaultLife-Regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
}




#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; */
}

.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: 79px;
    height: 100vh;
}




.close_section_btn {
    /* background: #fece2b;
    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;
}

.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: #fece2b;
    color: #000;
    border: 0;
    font-weight: 600;
    border-radius: .7vh;
}







.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: #fece2b;
    border-color: #fece2b;
    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 ================================== */
.test_drive_form_1 {
    overflow: hidden;
    padding: 0 5px;
}
.form_width_500 {
    max-width: 505px;
    margin: 0 auto;
}
.form-group label {
    color: #000;
}


.form-control {
    height: 42px;
    /* margin-bottom: 5vh; */
    /* padding: 1vh 2vh; */
    /* font-size: 2.3vh; */
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fece2b36;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(254 206 43 / 21%);
}
.form-control::placeholder {
    font-weight: 600;
    /* font-size: 2.3vh; */
}


.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: #fece2b;
}
.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: 10.55vh;
}

.file_up_btn {
    background: #fece2b;
    display: inline-block;
    height: 6vh;
    width: 6vh;
    text-align: center;
    line-height: 6vh;
    font-size: 3vh;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -3vh;
    cursor: pointer;
    transform: translateY(-50%);
    font-weight: 600;
}

input.upload_custom {
    width: 6vh;
    height: 6vh;
    position: absolute;
    left: 0;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.file_upload_with_textbox_field input.form-control {
    margin-bottom: 1vh;
}
p.show_file_name {
    margin-bottom: 5vh;
    font-weight: 600;
}


/* ================================== FORM STYLE CSS END ================================== */







/* ==================================  SIDE NABVAR ================================== */
.menu_dropdown .nav-item {
    padding-left: 15px !important;
}
.navbar-nav .menu_dropdown_menu a.nav-link:hover{
    color: #000;
}

li.sidebar-nav-item.hide-nav.nav-item.menu_dropdown_menu {
    background: #ffd400;
    padding-right: 11px;
    margin-left: -8px;
    margin-right: -16px;
    padding-left: 21px;
}


.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    width: 255px;
    padding-top: 4em;
    padding-right: 1rem;
    padding-left: .5rem;
    overflow-y: scroll;
    visibility: hidden;
    background-color: #fff;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: left, visibility;
    z-index: 99999999999999999999;
}

.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);

}

.offcanvas-collapse a.nav_toggle {
    position: absolute;
    top: 29px;
    left: 20px;
}
.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.open a.nav_toggle {
    transition: transform ease-in-out .10s;
    transform: rotate(-360deg);
}

.offcanvas-collapse a.nav_toggle:after {
    transform: rotate(-45deg) translateX(6px) ;
    /* margin-top: -10px; */
    transition: all ease .3s ;
}
.offcanvas-collapse a.nav_toggle:before {
    transform: rotate(45deg) translateX(6px);
}

.offcanvas-collapse.open {
    left: 0px;
    visibility: visible;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transition-property: left, visibility;
}

.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-bottom: 1px solid #eee;
    padding-left: 11px;
    position: relative;
}
.offcanvas-collapse .nav-link {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    /* 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: #fed42c;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
    transition: all ease-in-out .3s;
}
.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: #fed42c;
}


.navbar-nav .menu_dropdown_menu a.nav-link {
    display: block;
}


/* a.nav-link[aria-expanded="true"] {
    color: #fed42c;
} */
.side_nav .menu_dropdown .nav-link {
    color: #4b4b4b;
}




.offcanvas-collapse::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 6px;
    background-color: #F5F5F5;
}

.offcanvas-collapse::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.offcanvas-collapse::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fed42c;
}




/* ==================================  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; */
}


.renault_nav {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    /* padding: 2.2vh 4vh; */
    padding: 14px 25px;
    /* padding-bottom: 0; */
    z-index: 1039;
    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;

} */

a.logo img {
    max-width: 161px;
}

a.nav_toggle:before{   
    
}
a.nav_toggle:after{
    
}


.menu_desktop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 40px;

}
.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: 15px;
    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;
}
.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: 0;
}
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;
}


.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;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
    opacity: .4;
}

#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: 74.2vh;
    background-size: cover !important;
}
.banner_into {
    padding-top: 185px;
    text-align: center;
    height: 74.2vh;
    background: #00000029;
}
.banner_into h1 {
    color: #fff;
    /* margin-bottom: 0; */
    margin-bottom: 0.5vh;
}
.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%);
}



.banner.banner_style_2 .banner_into {
    padding-top: 112px;
    height: 280px;
}
.banner.banner_style_2.banner {
    height: 280px;
    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: 67.5vh;
    background-size: 100% 100% !important;
    position: relative;    
}
.banner_style_3 .banner_into {
    height: 67.5vh;
}



/* ================================== BANNER CSS ================================== */





/* ================================== BYE A RENAULT ================================== */

.select-model-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.Card-tbl {
    margin-top: 50px;
    box-shadow: 0px 0px 8px -1px #b1b1b173;
    -webkit-box-shadow: 0px 0px 8px -1px #b1b1b173;
    -moz-box-shadow: 0px 0px 8px -1px #b1b1b173;
    background-color: #fff;
    padding: 15px;
}

.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;
}


.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;
}


.Card-tbl table tbody tr td:nth-child(1) {
    text-align: left;
}

.Card-tbl table tbody tr td:nth-last-of-type(3) {
    background-color: #fffade;
    font-weight: 600;
}
.Card-tbl table tbody tr td {
    font-size: 16px;
    border: none;
    border-top: 1px solid #404040;
    text-align: center;
    vertical-align: middle;
}

.Card-tbl table tbody tr td:nth-last-of-type(1) {
    background-color: #fffade;
}

.Card-tbl table tbody tr:nth-last-of-type(1) td {
    background-color: #cacaca;
}


.btn-table {
    background: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 50px;
    padding: 6px 4vw;
    border: 1px solid #000;
}

.btn-table:focus, .btn-table:hover {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
    border-color: #fff;
}







.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: #fece2b;
    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: #fece2b;
}
.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: #fece2b;
}










.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: #fece2b;
    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;
}


hr.new1 {
    border-top: 1px solid #c7c4c4;
    display: inline-block;
    width: 97%;
}

ul.mb-0.spec_br {
    
}

/* ================================== BYE A RENAULT END ================================== */





/* ================================== LEGAL INFO ================================== */

.text_container .info_text_con:first-child {
    /* padding-top: 100px; */
    padding-top: 50px;
}

.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;
}
.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: #fff;
    font-weight: 600;
    margin-bottom: 0;
    opacity: .7;
}
.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: 15px;
}




.footer_bottom_r ul li.social_list {
    margin-right: 0;
    margin-left: 5px;
}

a.social i {
    background: #767678;
    color: #ffff;
    /* height: 4vh; */
    /* width: 4vh; */
    border-radius: 50%;
    text-align: center;
    /* line-height: 4vh; */
    transition: all ease-in-out .3s;
    height: 28px;
    width: 28px;
    line-height: 28px;
    box-shadow: inset 0 0 2px 1px #282828;
}   

a.social:hover i {
    color: #000;
    background: #fece2b;
}
/* ================================== FOOTER BOTTOM END ================================== */




/* ================================== CAPTURE ================================== */
.hero_slide_single_dtls_bottom {
    position: absolute;
    /* bottom: 3.7vh; */
    /* bottom: 23px; */
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
    width: 59%;
}
.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 40px;
    flex: 1;
}
.hero_slide_single_dtls_bottom .dtls_list:nth-child(2) {
    border-left: 1px solid #ffffff9e;
    border-right: 1px solid #ffffff9e;
}


.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;
}



.center_btn {
    margin-top: 15px;
}

.center_btn .button.btn_more {
    margin-top: 5px;
}




.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 {
    margin-bottom: 0;
    /* font-size: 2.2vh; */
    font-family: "RenaultLife-Light","RenaultLife-Regular",Helvetica,Arial,sans-serif;
}
.hero_slide_single_dtls_bottom .hero_slide_single_dtls_bottom_flex_2 .dtls_list:nth-child(1) {
    text-align: right;
}
.hero_slide_single_dtls_bottom .hero_slide_single_dtls_bottom_flex_2 .dtls_list:nth-child(2) {
    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: 12px;
}


.dtls_list.price_spec_dtls h2 {
    font-size: 24px;
}



.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:nth-child(1) {
    margin-right: 15px;
}



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: "RenaultLife-Regular", Helvetica, Arial, sans-serif;
}



.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-top-right-radius: 8px;
    /* padding: 2px; */
}
.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;
}
.slider_heading_with_color_dot .carousel-indicators li a img {
    height: 15px;
    width: auto;
}

.car_slide_1 .carousel-inner img {
    height: auto;
    max-width: 912px;
    width: auto;
    height: 400px;
}
.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: RenaultLife-Light, RenaultLife-Regular, Helvetica, Arial, sans-serif;
}

.car_gallary_slide {
    margin-top: 30px;
    margin-bottom: 50px;
}

.gallary_slide_center_mode_single {
    padding: 0 25px;
}
/* .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 15px;
}


.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 ================================== */
.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;
}

.test_drive_details_box p {
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
}
.test_drive_box {
    margin-bottom: 20px;
    height: calc(100% - 20px);
}





/* ================================== TEST DRIVE END ================================== */


/* ================================== ABOUT US PAGE CSS ================================== */
.interior_box.about_banner_box.mb-100 .interior_box_text {
    padding-left: 7vh;
}

.interior_box.about_banner_box.mb-100 .interior_box_text h1 {
    /* font-size: 5.5vh; */
    margin-bottom: 4vh;
}




.product_box.about_product_box h3 {
    /* margin-bottom: 2.04vh; */
    /* margin-top: 3.48vh; */
    font-weight: 600;
    font-size: 16px;
    font-family: "RenaultLife-Bold","RenaultLife-Regular",Helvetica,Arial,sans-serif;
    margin-top: 20px;
}
.product_box.about_product_box .button {
    margin-top: 20px;
}
.product_box.about_product_box p {
    font-size: 14px;
}

/* ================================== ABOUT US PAGE CSS END ================================== */




/* ================================== CMS PAGE CSS ================================== */

.info_text_con li {
    margin-bottom: 5px;
}

.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 #fece2b;
    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: #fece2b36;
    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 ================================== */

.conncept_car_list {
    display: flex;
    align-items: center;
}
/* .conncept_car_list h1 {
    color: #fff;
    font-size: 7.949308755760368vh;
    margin-right: 2vh;
    margin-bottom: 0;
    line-height: 8vh;
} */
.conncept_car_list h1 {
    color: #fff;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 42px;
}



.conncept_car_list h2 {
    color: #fff;
    margin-bottom: 0;
}

.conncept_car_info_bottom .conncept_car_list {
    display: flex;
    align-items: center;
    border-left: 1px solid #ffffff9e;
    padding: 0 5vh;
    text-align: left;
}

.conncept_car_info_bottom .conncept_car_list {

}

/* .conncept_car_info_bottom_main .center_btn {
    margin-top: 40px;
    margin-bottom: 47px;
} */


.concept_car_in_slide_single img {
    width: 100%;
}

.concept_car_in_slide .slick-next {
    right: 2vh;
}
.concept_car_in_slide .slick-prev {
    left: 2vh;
    z-index: 1;
}

.concept_car_in_slide  .slick-prev:before, .concept_car_in_slide  .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #fbd12b;
}

.concept_car_with_slide_text {
    /* margin-bottom: 25vh; */
}

.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: left;
    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;
    line-height: 3vh;
    margin-bottom: 5vh;
}

.next_sec, .next_sec:hover {
    color: #fece2b;
    font-size: 40px;
}
a.next_sec.next_sec_white {
    color: #fff;
    font-size: 40px;
    line-height: 20px;
}



.f1_timeline_main {
    margin-bottom: 15px;
}
.f1_timeline_main_top h3 {
    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%;
}
.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: #000;
    font-weight: 600;
}
.fp_nav_shadow_rest .nav_text_fix #fp-nav ul li .fp-tooltip {
    top: 0px;
    width: auto;
    font-family: 'Renault Life';
    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: 2px solid #f1f1f1;
    border-radius: 12px;
    padding: 20px;
    height: calc(100% - 50px);
    margin-bottom: 50px;
}
.insurence_top {
    margin-bottom: 8.2vh;
}
.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: 625px;
    /* line-height: 3.4vh; */
}

.ins_card_img {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.ins_card_img img {
    /* max-width: 20vh; */
    max-height: 66px;
}




.ins_card h4 {
    text-align: center;
    padding-bottom: 23px;
    margin-bottom: 23px;
    font-weight: 600;
    position: relative;
}


.ins_card h4:after {
    content: "";
    height: .5vh;
    width: 35%;
    background: #fece2b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}




.list_with_check {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.list_with_check li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.list_with_check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
}





.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: 2.4vh;
}



hr.insurence_separator {
    margin-top: 8vh;
    margin-bottom: 8vh;
    border: 0;
    border-top: .3vh solid #666;
}

.insurence_what_to_do {
    margin-bottom: 10vh;
}
.insurence_what_to_do h3 {
    text-align: center;
    margin-bottom: 30px;
}
.what_to_do img {
    max-height: 10vh;
    margin-bottom: 4vh;
}




.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 #fece2b;
    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;
}
.custom-file-input:focus~.custom-file-label {
    border-color: #fece2b;
    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 {
    padding-left: 2vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: .1vh solid #ccc;
    border-bottom: .1vh solid #ccc;
    padding-left: 1vh;
    padding-right: 1vh;
}
ul.upload_file_list li:first-child {
    border-bottom: 0;
}
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_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;
}
.blog_details_container img {
    max-width: 100%
}
.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: #fece2b;
    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: 74%;
    margin: 0 auto;
}



.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 #fece2b;
    /* 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: 100% !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: 19px;
    font-family: "RenaultLife-Regular",Helvetica,Arial,sans-serif;
}


.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: 1px 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%;
}







.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: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center; */
    background-size: 20px;
    cursor: pointer;
    /* position: relative; */
    padding-right: 20px; 
}


.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 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.accordion .card:last-of-type, .accordion .card:first-of-type {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom: 1px solid #dfdfdf !important;
}


.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #dfdfdf !important;
    border-radius:5px;
}
/* ================================== DEALS AND NEWS CSS END ================================== */














/*  ================================== SUBSCRIBE PAGE CSS START  ================================== */

.subscribe_bottom h3 {
    color: #fff;
    margin-top: 6px;
    margin-bottom: 0;
}



.product_box.subscription_box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: calc(100% - 7vh);
    padding-bottom: 80px;
}

.product_box.subscription_box .product_box_details {
    padding: 1.25rem;
}
.product_box.subscription_box h4 {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
.product_box.subscription_box h4:after {
    content: '';
    height: 2px;
    width: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(50%, 20px);
    background: #fece2b;
    display: inherit;
}

.product_box.subscription_box .button.btn_black_border_rounded {
    bottom: 20px;
    left: 20px;
    margin: 0;
    max-width: calc(100% - 40px) !important;
    width: 100%;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
}



.yellow-row {
    background: #ccc;
    margin: 0 -20px;
    padding: 8px 0;
    margin-bottom: 15px;
}
.subscription_box .card-text-p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
}



.has_section_bg {
    background: #ecedf1;
}








.subscription_box {

}



.yellow_box_with_icon {
    background: #fdcd30;
    min-height: 205px;
    text-align: center;
    margin-bottom: 30px;
}
.yellow_box_with_icon p {
    font-size: 16px;
    font-weight: 700;
}



span.subs_small_font {
    display: block;
    font-weight: normal;
    font-size: 16px;
}




.trial_sub_card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}
.img_area {
    min-height: 186px;
    border-bottom: 1px solid #ccc;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.trial_sub_card .img_area h5 {
    margin: 9px 0px 15px;
    font-size: 18px;
    color: #241f21;
    font-weight: 600;
    text-transform: uppercase;
}


.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 0;
    padding-left: 40px;
    padding-right: 40px;
    font-family: "RenaultLife-Regular",Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #000;
}
.trial_sub_list.text-left ul > li > ul > li {
    padding: 0;
    line-height: 18px;
}
.trial_sub_list.text-left ul > li:nth-child(1) {

}

.trial_sub_list.text-left .yellow_li_bg {
    background: #fecd2f;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.trial_sub_list.text-left ul > li > ul > li:nth-child(2) {
    background: #fff;
    color: #000;
}

.trial_sub_list.text-left ul > li:nth-child(3) {
    font-weight: 600;
    padding-top: 15px;
    min-height: 80px;
    color: #000;
}
.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) {
    padding-top: 0;
    color: #000;
}

.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) {
    height: 92px;
}

.trial_sub_list.text-left ul > li:nth-child(7) {
    min-height: 35px;
}

.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-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}





ul.left_sub_list {
    padding-left: 0;
    text-align: right;
    list-style: none;
    font-weight: 600;
    font-size: 12px;
    color: #000;
}
ul.left_sub_list > li {
    padding: 10px 0;
    font-family: "RenaultLife-Regular",Helvetica,Arial,sans-serif;
}

ul.left_sub_list > li:nth-child(3) {
    font-weight: 600;
    padding-top: 15px;
    min-height: 80px;
}
ul.left_sub_list > li:nth-child(6) {
    padding-top: 10px;
    padding-bottom: 14px;
    height: 92px;
}
ul.left_sub_list > li:nth-child(7) {
    min-height: 35px;
}


/* 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: 92px;
    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 {
    border-bottom: 0;
    margin-bottom: 40px;
    margin-left: -15px;
}
.nav.nav-tabs.sub_tabs .nav-link {
    background: linear-gradient(#b0b0b0, #848484);
    margin-left: 15px;
    border-radius: 0;
    color: #000;
    /* font-weight: 600; */
    border: 0;
    transition: all ease-in-out .3s;
    /* border: 1px solid #8e8e8e; */
    padding: 5px 29px;
    font-size: 20px;
}
.nav.nav-tabs.sub_tabs .nav-link img {
    max-height: 30px;
}
    
.nav.nav-tabs.sub_tabs .nav-link.active, .nav.nav-tabs.sub_tabs .nav-link:hover {
    color: #000;
    background: linear-gradient(#fece2b, #fece2b);
    border-color: #fece2b #fece2b #fece2b;
    /* font-weight: 600; */
}





.tab_bottom_btn {
    text-align: left;
    margin-bottom: 40px;
    margin-left: -7px;
    border: 0;
}
.tab_bottom_btn a {
    background: #fff;
    padding: 9px 30px;
    border-radius: 50px !important;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    margin-left: 15px;
    display: inline-block;
}


.tab_bottom_btn a.active,.tab_bottom_btn a:hover {
    background-color: #fece2b !important;
    color: #000 !important;
}




.trial_sub_list.text-left ul > li:nth-child(2) del {
    color: #888888;
}



.trial_sub_card_100 {
    max-width: initial;
}


.trial_sub_list.text-left.trial_sub_list_column {
    display: flex;
}
.trial_sub_list.text-left.trial_sub_list_column ul:nth-of-type(even) {
    background: #fffade;
}
.trial_sub_list.text-left.trial_sub_list_column ul li ul:nth-of-type(odd), .trial_sub_list.text-left.trial_sub_list_column ul li ul li {
    background: inherit;
}



.owl-carousel .img_area img {
    width: auto;
    max-width: 100%;
    max-height: 168px;
    display: inline-block;
}

.subcard_arrow.next_slide {
    right: 15px;
}
.subcard_arrow.prev_slide {
    left: 15px;
}

.subcard_arrow {
    display: inline-block;
    font-size: 35px;
    position: absolute;
    top: 93px;
    transform: translate(0, -50%);
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.subcard_arrow:hover {
    color: #fecd2f;
}




.accordion-titel {
    font-size: 19px;
    text-align: left;
    font-weight: 600;
}

.sub_accordion {
    margin-bottom: 50px;
}







.sub_additi_tab_btn.active {
    background: #fecd2f;
}

h6.heading_sub_uline {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}



a.addtional_info_close {
    background: #ffd400;
    color: #000;
    font-weight: 600;
    font-family: "RenaultLife-bold",Helvetica,Arial,sans-serif;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
}

}
a.addtional_info_close {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-left: 5px;
}
a.addtional_info_close i {
    font-weight: 600;
}



.additional_img img {
    max-width: 450px;
    width: 100%;
}



.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: center;
    margin: 0;
    padding: 15px;
    margin-bottom: 10px;
    border: 3px solid transparent;
    flex-flow: wrap;
}
label.checkbox-alias b {
    font-family: "RenaultLife-bold",Helvetica,Arial,sans-serif;
    color: #000;
}
.invisible_checkboxes_box input[type=radio]{
  display: none;
}

.invisible_checkboxes_box input[type=radio]:checked + .checkbox-alias {
    border: 3px solid #ffd400;
}
label.checkbox-alias img {
    margin-right: 15px;
    height: 20px;
}



.total_moth_fee {
    background: #ffd400;
    padding: 15px;
}



p.para_with_underline {
    display: inline-block;
    border-bottom: 1px solid #979797;
    padding-bottom: 3px;
}




.meter_box {
    background: #fff;
    padding: 8px;
    display: block;
    border: 3px solid transparent;
    margin-bottom: 15px;
    height: calc(100% - 15px);
    position: relative;
    padding-bottom: 20px;
}
.meter_box_col .meter_box .price {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.meter_box img {
    max-width: 48px;
}
.meter_box p {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    min-height: 39px;
}
.meter_box p span {
    display: block;
    font-size: 14px;
}
.meter_box p b {
    display: block;
}
.price {
    color: #000;
    font-family: RenaultLife-Bold, RenaultLife-Regular, Helvetica, Arial, sans-serif;
}




.meter_box_col input[type=radio]:checked + .meter_box {
    border: 3px solid #ffd400;
}





.meter_box_col.meter_box_col_2 .meter_box img {
    max-width: 25px;
    margin-bottom: 5px;
}
.meter_box_col.meter_box_col_2 .meter_box .price {
    font-size: 15px;
}
.meter_box_col.meter_box_col_2 .meter_box p {
    font-size: 12px;
}

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;
}
.meter_box_col.meter_box_col_2 .meter_box .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; */
}



ul.wear_tier_list {
    text-align: left;
}

ul.wear_tier_list li {
    font-weight: 600;
    font-size: 14px;
}


.wear_box {
    background: #fff;
    padding: 15px;
}


.yellow_check.custom-control-label::before {
    background-color: #ffd400;
}


/*  ================================== SUBSCRIBE PAGE CSS END  ================================== */








/*  ================================== MY PROFILE ================================== */
.bg_black {
    background: #0c0c0c;
}
.my_pro_banner {
    height: 383px;
    padding-top: 136px;
    max-width: 1300px;
    margin: 0 auto;
}
img.my_pro_banner_img {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}




.pro_nm {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    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;
}


.profile_container {
    max-width: 1300px;
    margin: 0 auto;
}



.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: #ffd400 !important;
}

ul.profile_tab li {
    float: left;
    list-style: none;
    margin-right: 60px;
    padding-bottom: 15px;
    position: relative;
}

ul.profile_tab li a:after,  ul.profile_tab li a:hover:after {
    content: "";
    width: 0%;
    height: 4px;
    background: #fece2b;
    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 {

 }












.line-container {
    display: flex;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 120px;
}

.profile_mini_container {
    max-width: 915px;
    margin: 0 auto;
    min-height: 68vh;
    padding: 15px;
}

.line-container .progress-line {
     position: relative;
     margin: 0 auto;
     border-radius: 10px;
     width: 80%;
     background: #3d3e3b;
     height: 2px;
     z-index: -1;
     display: flex;
     justify-content: space-between;
}
 .line-container .progress-line .progress {
     position: absolute;
     width: 75%;
     height: 100%;
     background: #fece2b;
     transition: width 1s ease-in-out;
}
.line-container .status {
    position: relative;
    top: -27px;
    height: 50px;
}
p.status_nm {
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
    position: absolute;
    min-width: 163px;
    left: -47px;
    top: 58px;
    font-weight: 600;
    line-height: 16px;
    padding-right: 15px;
}

.dot.completed.current + p.status_nm {
    color: #fece2b;
}


.line-container .status .dot {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background: #3d3e3b;
     border: 1px solid #3d3e3b;
     cursor: pointer;
     text-align: center;
     line-height: 50px;
}


 .line-container .status .dot.current {
     background: white;
     border:  1px solid #fece2b;
}
 .line-container .status .dot.completed {
     position: relative;
     background: #fece2b;
}

.line-container .status .dot::after {
    content: attr(data-number);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    font-family: 'Renault Life';
}
.line-container .status .dot.completed.current:after {
    color: #000;
}
.line-container .status .dot.completed::after {
    
}





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 {
    color: #fece2b;
    font-size: 14px;
    cursor: pointer;
}

.sub_delete i {
    font-size: 18px;
}

.car_info_table_dtls_top_head {
    margin-top: 15px;
    margin-bottom: 10px;
    padding:0 13px;
}

.car_info_table_dtls {
    /* padding: 0 13px; */
}

.car_info_table_dtls_top_head h4 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.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-weight: 400;
    padding-bottom: 15px;
}
.car_info_table th .font-weight-bolder {
    font-family: "RenaultLife-Bold",Helvetica,Arial,sans-serif;
}



.car_info_table td {
    color: #fff;
    vertical-align: top;
    text-align: right;
}








.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 0;
    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: #fece2b;
    border-color: #fece2b;
    color: #0c0c0c;
    font-weight: 600;
}


.select-Specifications-area_btn {
    margin: 60px 0;
    text-align: center;
}








form.mt-2.select_car_form label {
    color: #fff;
}
.mandatory {
    color: red;
    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: #fece2b;
}



.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: #fece2b;
    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 {
    text-align: justify;
}
.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 p, .content_scroll_text-white li{
    color: rgba(255, 255, 255, 0.7);
}

.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 {
    font-size: 14px;
    color: #fff;
}



.yellow_bg.pad_heaing {
    background: #fece2b;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: 5px 9px;
}
.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;
}




.Payment-Methods-inner {
    padding: 20px;
    border: 1px solid #fecd2f;
    border-radius: 7px;
    border-left: 20px solid #fecd2f;
}
.Payment-Methods-inner p {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 17px;
}



.payment_methods_container {
    max-width: 394px;
    margin: 0 auto;
}



a.button.td_btn {
    background: #fece2b;
    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%;
}
.car_info_table_img img {
    width: 100%;
}
/*  ================================== MY PROFILE END ================================== */






/* ================================== PRE OWNED ================================== */
.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;
}


.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: 18px;
    display: block;
    color: #000;
    line-height: 18px;
}

.pre_own-details strong{
    font-size: 16px;
    line-height: 18px;
    display: block;
    color: #000;
}


.result_row.row .row {
    margin: 0 0 ;
}
.result_row.row .row [class*='col-'] {
    padding: 0 0px;
}

.pre_own-cost, .pre_own-emi, .pre_own-title {
    margin-bottom: 25px;
}

.pre_own-cost, .pre_own-emi {
    display: inline-block;
    padding-right: 15px;
}

.pre_own-details .second-row {
    margin-top: 25px !important;
}


.pre_ownen_button {
    background: rgb(239, 239, 239);
    color: #000;
    /* text-transform: uppercase; */
    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%;
}
/* ================================== 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{
    background-color: transparent;
    border: 0;
    color: #fff;
    padding: 0;
    font-weight: 400;
}

.bootstap_tab_reset.nav-tabs .nav-link.active {
    font-weight: 600;
}




.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: #fece2b;
}
.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: 8px;
}

.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: 94vh;

}
.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: #fece2b;
    margin-bottom: 10px;
}
.promo_code_box table {
    color: #fff;
}
.promo_code_box table th {
    padding-right: 25px;
}
.promo_code_box table td {

}



.table_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.promo_code_box_btn {
    color: #fece2b;
    padding: 0px 14px;
    border-radius: 4px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: all ease-in-out .5s;
    font-weight: 600;
}
a.promo_code_box_btn.bordered {
    border: 1px solid #fece2b;
}

a.promo_code_box_btn.fill {
    border: 1px solid #fece2b;
    box-shadow: inset 17em 0 0 0 #fecd2f;
    color: #000;
}
a.promo_code_box_btn.fill:hover {
    border: 1px solid #fece2b;
    box-shadow: inset -0em 0 0 0 #fecd2f;
    color: #fece2b;
}


a.promo_code_box_btn.bordered:hover {
    box-shadow: inset 17em 0 0 0 #fecd2f;
    color:  #000;
}




.input_section {
    background: #2d2d2d;
    padding: 15px;
    margin-bottom: 1rem;
    padding-bottom: 0;
    overflow: hidden;
}

select.btn-secondary {
    color: #fff;
    background-color: #27282b;
    border-color: #27282b;
    color: #fece2b;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
}

select.btn-secondary:focus, select.btn-secondary:hover {
    box-shadow: 0 0 9px 0.02rem rgb(254, 206, 43, 37%);
    background-color: #27282b !important;
}



.accordion .card h2:after {
    top: 50% !important;
    transform: translateY(-50%);
}










.copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.copyright a {
    font-size: 12px;
    color: #fff;
}
/* ================================== BOOTSTRAP TAB RESET END ================================== */

a.sticky_chat {
    display: inline-block;
    position: fixed;
    right: 36px;
    bottom: 50px;
    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;
}













.scrtabs-tab-scroll-arrow {
    border: 0;
    border-top: none;
    background: #0b0b0b;
    color: #fece00;
    display: none;
    float: left;
    font-size: 29px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 0;
    padding-top: 0;
    width: 20px;
    text-align: center;
}
.scrtabs-tab-scroll-arrow:hover {
    background-color: #0b0b0b;
}








.app_flow {
    margin-bottom: 30px;
}
.circle_prog {
    text-align: center;
}

.circle_prog h5 {
    color: #fff;
}
.circle_prog h6 a{
    color: #767779;
}

.progress-circle {
    font-size: 20px;
    margin: 20px;
    position: relative;
    padding: 0;
    width: 5em;
    height: 5em;
    background-color: #4f5052;
    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: #53777A;
    z-index: 2;
}
.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: #27282b;
    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;
}



.mobile_view.profile_banner {
    position: absolute;
    z-index: -1;
    height: 352px;
    width: 100%;
    top: 0;
    left: 0;
}
.desktop_view.profile_banner {
    background-size: cover !important;
    height: 383px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}














/* =============================== MODAL DESIGN  =============================== */


.yellow_modal .modal-header {
    background: #fecd2f;
    color: white;
}
.modal-body {
    max-height: 60vh;
    overflow-y: scroll;
}


.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 DESIGN END =============================== */








/* =============================== REVIEW PAGE DESIGN =============================== */
.round-img.review-img img {
    height: 80px;
    width: auto;
}
.round-img.review-img {
    width: 80px;
    border-radius: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 50%);
}
.review-box .card {
    border: 0;
}

.review-box .card-body {
    border: 1px solid #ccc;
    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 {
    color: #000000;
}
.fp-viewing-Reviews #fp-nav ul li:hover .fp-tooltip,.fp-viewing-Reviews #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 {
    background: #000;
    opacity: .4;
}
.fp-viewing-Reviews.nav_text_fix #fp-nav ul li a.active span {
    background: #000;
    font-weight: 600;
}

.review_slider .slick-prev ,.review_slider .slick-next {
    top: 57%;
    z-index: 99
}
.review_slider .slick-next { 
    right: -15px;
}
.review_slider .slick-prev:before,.review_slider .slick-next:before {
    color: #fece2b;
    font-size: 30px;
}
/* =============================== 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;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #fecd2f;
    font-weight: 700;
}

.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: 8px 45px;
}






.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: #000;
    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: #fece2b;
}
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:RenaultLife-Light, RenaultLife-Regular, Helvetica, Arial, sans-serif;
}




.close_section_btn.fixed {
    position: fixed;
    z-index: 1000;
    /* bottom: 70px; */
    bottom: 106px;
    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;
}









.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: 25px;
    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: 30px;
}

.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: 30px;
}

.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: #fece2b;
}




.test_form_con {
    margin-bottom: 50px;
}


@media(max-width: 425px) {
    .test_form_con {
        margin-bottom: 0;
    }
}





.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;
}



.long_button {
    min-width: 310px;
}





.icon_field input {
    padding-right: 37px;
}
.icon_field i {
    position: absolute;
    top: 50%;
    right: 15px;
    color: #000;
    font-size: 20px;
    transform: translateY(-50%);
}
.icon_field {
    position: relative;
}


table.inTable_border_less td {
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 30px;
}

.inTable_border_less.font-Small td {
    font-size: 13px;
    font-weight: 300;
}
.table_filter_select .btn {
    height: 43px;
}




.owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}
.owl-dots.disabled {
    display: none;
}

.owl-carousel button.owl-dot.active span {
    background: #ffd400;
}
.owl-carousel button.owl-dot span {
    background: #ffd4005c;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    border-radius: 50%;
}