@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    font-family: 'Lato', sans-serif !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Lato', sans-serif !important;
}

.footer-widget-subscribe-note {
    color: #fff;
}

.header-center {
    padding: 14px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.header-action-icon>li {
    margin-right: 30px;
}

.header-action-icon {
    position: relative;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.header-bottom {
    background: #003F90;
    position: relative;
}

.header-action-icon>li>a {
    position: relative;
    font-size: 15px;
    color: #003F90;
}

.header-action-icon-item-count {
    position: absolute;
    top: 0;
    right: -8px;
    font-size: 10px;
    display: inline-block;
    background: #003F90;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.default-search-style-input-box {
    padding: 10px 50px 10px 20px;
    border-radius: 08px;
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: #FFFFFF;
    color: #333333;
    opacity: 1;
    border: none;
}

.default-search-style-input-btn {
    padding: 5px 15px;
    background-color: transparent;
}

.default-search-style-input-btn i {
    color: #333;
    font-size: 18px;
}

.header-search {
    margin: 15px 0px;
}

.top-menu nav>ul>li>a {
    padding: 15px 5px;
}

.banner_img {
    width: 100%;
    height: auto;
}

.banner_img img {
    width: 100%;
    height: auto;
}

.tcc_trust_shield {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background: transparent linear-gradient(106deg, #e8f0dc 0%, #d3dbe6 100%) 0% 0% no-repeat padding-box;
}

.home-head-one {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #003F90;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.home-head-two {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #36454F;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
}

.tcc_trust_shield_full {
    width: 100%;
    height: auto;
    padding: 20px 20px;
}

.tcc_trust_shield_img {
    width: 19%;
    height: auto;
    display: inline-block;
    padding: 0% 0.5%;
    text-align: center;
    cursor: pointer;
}

.tcc_trust_shield_img img {
    width: 90%;
    height: auto;
}

.tcc_search_cars {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

.blog-feed-content {
    background: #fff;
    padding: 6px 10px;
    text-align: center;
}

.blog-feed-img {
    width: 100%;
    height: auto;
}

.blog-feed-img:hover {
    transform: scale(1.2);
}

.easy_steps .blog-feed-img {
    width: 70%;
    height: auto;
}

.section-content-gap {
    margin-bottom: 40px;
}

.tcc_collective_showrooms .section-content-gap {
    margin-bottom: 0px;
}

.tcc_testimonials .banner-img-link .banner-img {
    border-radius: 7px 7px 0px 0px;
}

.tcc_testimonials .banner-content {
    position: absolute;
    left: 0px;
    bottom: 0%;
    top: inherit;
    transform: translateY(0%);
    background: rgba(0, 63, 144, 0.8);
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 7px 7px 0px 0px;
}

.tcc_testimonials .banner-text-tiny {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 14px;
}

.tcc_testimonials p {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-weight: normal;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.tcc_testimonials .banner-link {
    color: #fff !important;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 25px;
    background: transparent;
}

.tcc_testimonials .banner-wrapper {
    margin-bottom: 30px;
}

.blog-feed-link a {
    font-size: 20px !important;
    margin-top: 0px !important;
    color: #36454F !important;
    line-height: 24px !important;
    font-weight: 600;
}

.blue-btn {
    border: none;
    background-color: #003F90;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    padding: 15px 52px;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}

.blue-btn:hover {
    background: #002e6a !important;
    color: #ffffff !important;
}

.filter-btn {
    border: none;
    background-color: #003F90;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 10px;
    margin-bottom: 10px;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    margin-right: 10px;
}

.filter-btn:hover {
    background: #002e6a !important;
    color: #ffffff !important;
}

.filter-btn-active {
    border: none;
    background-color: #FFD800;
    color: #003F90;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 10px;
    margin-bottom: 10px;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    margin-right: 10px;
}

.filter-btn-active:hover {
    background: #e4c100;
}

.product-default-single {
    padding: 0px !important;
    background: #fff !important;
    border-radius: 7px !important;
}

.product-default-img {
    display: block;
    min-height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 7px 7px 0px 0px;
}

.product-default-content {
    /* border-top: 2px solid #eee; */
    display: inline-block;
    padding: 0px;
}

.product-default-content_inner {
    padding: 10px;
}

.product-default-link a {
    display: block;
    color: #003F90;
    margin-bottom: 0px;
    line-height: 1.625;
    font-size: 15px;
    overflow: hidden;
    max-height: 20px;
}

.product-default-link a:hover {
    color: #003F90;
}

.product_wishlist {
    color: #D80000;
    position: absolute;
    bottom: -20px;
    right: 10px;
    background: #F5F4F4;
    padding: 7px 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

.product_wishlist-empty {
    color: #666666 !important;
    position: absolute;
    bottom: -20px;
    right: 10px;
    background: #F5F4F4;
    padding: 5px 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

.degree {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.degree img {
    width: 100%;
    height: auto;
}

.product-status {
    border: none;
    background-color: #88BC3A;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 10px;
    margin-bottom: 10px;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
}

ul.product_features {
    float: left;
    width: 100%;
    height: auto;
}

ul.product_features li {
    float: left;
    margin: 0px 6px 0px 0px;
    font-size: 12px;
    color: #36454F;
}

.product-default-link {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px;
    color: #003F90;
}

.product-default-price {
    display: inline-block;
    color: #003F90;
    font-size: 15px;
    width: 100%;
    height: auto;
    font-weight: 700;
}

ul.product_features_additional {
    display: inline-block;
    width: 100%;
    height: auto;
}

ul.product_features_additional li {
    margin: 0px 5px 0px 0px;
    font-size: 12px;
    color: #003F90;
    text-decoration: none;
    cursor: pointer;
}

.product_features_additional_accessories {
    margin: 0px 5px 0px 0px;
    font-size: 10px;
    color: #003F90;
}

.warranty_info {
    color: #36454f;
    font-size: 12px;
    margin-bottom: 5px;
}

.purple-bg {
    background: #A900D1;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 10px;
    margin: 0px 04px;
    box-shadow: 0px 5px 10px #EFF1F980;
    opacity: 1;
}

.purple-bg:hover {
    color: #fff;
    background: #8600a5;
}

.yellow-bg {
    background: #FFD800;
    color: #36454F;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    margin: 0px 04px;
    box-shadow: 0px 5px 10px #EFF1F980;
    letter-spacing: 0px;
    opacity: 1;
    text-transform: uppercase;
}

.yellow-bg:hover {
    background: #e4c100;
}

.light-green-bg {
    background: #22A6AC;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 10px;
    margin: 0px 04px;
    box-shadow: 0px 5px 10px #EFF1F980;
    opacity: 1;
}

.light-green-bg:hover {
    color: #fff;
    background: #2c979c;
}

.yellow-bg small {
    font-size: 8px;
    text-transform: capitalize;
    opacity: 1;
    color: #333333;
}

.product_share {
    background: #666;
    color: #ffffff;
    border-radius: 0px 0px 0px 7px;
    padding: 5px;
    float: left;
    font-size: 12px;
    opacity: 1;
    cursor: pointer;
}

.product_share:hover {
    background: #515151 !important;
    color: #ffffff !important;
}


/* .product_share:hover, .product_compare:hover {
    color: #fff;
} */

.tcc_collective_showrooms .product-default-link a:hover {
    color: #88BC3A;
}

.product_compare {
    background: #003F90;
    color: #ffffff;
    border-radius: 0px 0px 7px 0px;
    padding: 5px;
    float: right;
    font-size: 12px;
    opacity: 1;
    cursor: pointer;
}

.product_compare:hover {
    background: #002e6a !important;
    color: #ffffff !important;
}

.product_location {
    margin-bottom: 0px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #36454F;
    opacity: 1;
    margin-top: 10px;
    display: inline-block;
    line-height: 15px;
    width: 100%;
    height: 30px;
    cursor: pointer;
}

.product_enquiry {
    margin-bottom: 0px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #36454F;
    opacity: 1;
    margin-top: 10px;
    display: inline-block;
    line-height: 30px;
    width: 40%;
    height: 30px;
    cursor: pointer;
    text-transform: capitalize;
}

.product_enquiry img {
    width: 25px;
    height: auto;
    padding-right: 5px;
}

.product_enquiry i {
    padding-right: 5px;
    margin-right: 0px;
    font-size: 1.2rem;
}

.blog-feed-single {
    background-color: #fff;
    height: 100%;
    cursor: pointer;
}

.blog-feed-img-link {
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.easy_steps .blog-feed-img-link {
    text-align: center;
}

.tcc_growing_numbers {
    width: 100%;
    height: auto;
    padding: 30px 0px;
    /* background: transparent linear-gradient(106deg, #93B950 0%, #14408B 100%) 0% 0% no-repeat padding-box; */
    background: linear-gradient(152deg, rgba(136, 188, 58, 0.7) 0%, rgba(0, 63, 144, 1) 100%), url('../images/popup_bg_new_1.png') no-repeat;
}

.blog-feed-wrapper {
    margin-bottom: 0px;
}

.growing_number_full .blog-feed-content {
    background: transparent;
}

.growing_number_full .blog-feed-content .blog-feed-link {
    font-size: 60px;
    color: #fff;
    line-height: 72px;
    font-weight: 900;
}

.growing_number_full .blog-feed-content p {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    padding: 0px 18px;
}

.tcc_collective_showrooms {
    width: 100%;
    height: auto;
    padding: 10px 0px 10px 0px;
}

.showroom-status {
    border: none;
    background-color: #fff;
    color: #003F90;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 10px;
    margin-bottom: 10px;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.showroom_address {
    color: #36454F;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}

.tcc_collective_showrooms .product-default-link a {
    font-size: 14px;
    font-weight: 600;
}

.showroom_direction a {
    color: #003F90;
    text-decoration: underline !important;
    font-size: 12px;
}

.tcc_media_coverage .banner-content {
    position: absolute;
    left: 0px;
    bottom: 0%;
    top: inherit;
    transform: translateY(0%);
    background: linear-gradient(#003F9000 2.08333%, #003F90 100.6666%);
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 0px 0px 7px 7px;
}

.tcc_media_coverage .banner-img {
    border-radius: 7px 7px 7px 7px;
}

ul.media_coverage {
    display: inline-block;
    width: 100%;
    height: auto;
}

ul.media_coverage li {
    float: left;
    margin: 5px 15px 5px 0px;
    font-size: 12px;
    color: #fff;
}

.text-tiny {
    font-size: 10px;
}

.tcc_media_coverage .banner-text-small {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
}

.section-inner-bg {
    padding-top: 10px;
    padding-bottom: 30px;
    background: #003F90;
    color: #fff;
}

.footer-bottom {
    padding: 10px 0;
    background: #003F90;
    width: 100%;
}

.footer-logo {
    margin-bottom: 0px;
}

.footer-payment {
    text-align: left;
}

.footer-payment ul li {
    float: left;
    margin: 0px 10px
}

.footer-location {
    width: 100%;
    height: auto;
    text-align: right;
    color: #fff;
    cursor: pointer;
}

.footer-location:hover {
    color: #93B950;
}

.footer-location ul li a {
    color: #fff;
    display: inline-flex;
    line-height: 20px;
}

.footer-callus {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: right;
}

.footer-top-section {
    padding: 0px;
    padding-top: 10px;
    background: #003F90;
}

.border_bottom_two {
    border-bottom: 2px solid #fff;
}

.copyright-area-text {
    color: #fff;
}

.footer-widget-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
}

.footer-menu-nav>li>a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.footer-menu-nav>li>a:hover {
    color: #93b950;
}

.footer_view_all_cars {
    text-decoration: underline;
}

.footer_jubilant_logo {
    width: 15%;
    height: auto;
    float: left;
    cursor: pointer;
}

.footer_jubilant_logo img {
    width: 100%;
}

.footer_jubilant_text {
    width: auto;
    height: auto;
    float: left;
    margin: 10px 0px 0px 10px;
}

.footer_jubilant_text a {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
}

.footer_call a {
    color: #FFF;
}

.header-action-icon>li>a:hover {
    color: #88BC3A;
}


/*Header Top Menu Area*/

.top-menu {
    position: relative;
    float: right;
    cursor: pointer;
    color: #003F90;
}

.top-menu nav>ul>li {
    position: relative;
    display: inline-block;
}

.top-menu nav>ul>.has-dropdown {
    margin-right: 5px;
}

.top-menu nav>ul>.has-dropdown:last-child {
    margin-right: 0;
}

.top-menu nav>ul>.has-megaitem {
    position: static;
}

.top-menu nav>ul>li>a {
    display: block;
    line-height: 24px;
    padding: 5px 10px;
    font-size: 14px !important;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 500;
    color: #003F90;
}

.top-menu nav>ul>li>a:hover,
.top-menu nav>ul>li>a .active {
    /* background: #93B950; */
    color: #93B950 !important;
}

.top-menu nav>ul>li:hover .sub-menu,
.top-menu nav>ul>li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.main-menu {
    position: relative;
    float: right;
    margin: 25px 0px;
    color: #ffffff;
    cursor: pointer;
}

.menu_lable {
    position: relative;
    float: right;
    margin: 26px 10px 26px 0px;
    color: #fff;
}

.main-menu nav>ul>li>a {
    padding: 5px 5px !important;
    font-size: 14px !important;
}

.main-menu nav>ul>li>a:hover,
.main-menu nav>ul>li>a.active {
    background: #93B950;
    color: #fff;
}

.sub-menu>li>a,
.mega-menu-sub>li>a {
    color: #003F90;
}

.sub-menu>li>a::after,
.mega-menu-sub>li>a::after {
    background: #93B950;
}

.sub-menu>li>a:hover,
.mega-menu-sub>li>a:hover {
    color: #93B950;
}

.sub-menu {
    background: #FFF;
}


/* inner */

.sub-menu-inner>li>a,
.mega-menu-sub>li>a {
    color: #003F90;
}

.sub-menu-inner>li>a::after,
.mega-menu-sub>li>a::after {
    background: #93B950;
}

.sub-menu-inner>li>a:hover,
.mega-menu-sub>li>a:hover {
    color: #93B950;
}

.sub-menu-inner {
    background: #FFF;
    padding-left: 30px;
    display: none;
    opacity: 0;
    visibility: none;
}

.sub-menu>li>a:hover>.sub-menu-inner {
    display: block;
    opacity: 1;
    visibility: visible;
}

.sticky-header.sticky {
    background: #93B950 !important;
}

.footer-logo img {
    width: 100%;
}

.desktop_hidden {
    display: none;
}

.footer_fixed_menu {
    display: none;
}

.default-search-style-input-btn:hover {
    border-color: #ffffff;
    background: transparent;
}

.default-search-style-input-btn:hover i {
    color: #333333;
}

.trust_shield_img {
    position: absolute;
    width: 65px;
    height: 75px;
    right: 20px;
    top: 95px;
}

.trust_shield_img img {
    width: 100%;
    height: auto;
}

.sort-layout-single .product-default-content {
    border-top: 2px solid #eee;
    display: inline-block;
    padding: 0px;
    position: relative;
}

.tcc_trust_shield .product-default-content {
    display: inline-block;
    padding: 0px;
    position: relative;
}

.show_more_less {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-weight: normal;
    padding: 4px 0px 0px 0px;
    margin: 0px;
}

.show_more_less span:nth-child(6) {
    display: none !important;
    content: " " !important;
    position: absolute;
    visibility: hidden;
}


/*category page*/

.siderbar-section .default-search-style-input-box {
    padding: 5px 50px 5px 20px;
    background: #F5F4F4;
    border: 0px;
}

.checkbox-default {
    line-height: 13px;
    width: 100%;
}

.checkbox-default input::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 13px;
    border: 1px solid #003F90;
    line-height: 15px;
    text-align: center;
}

.checkbox-default .active-colors::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    line-height: 15px;
    text-align: center;
}

.checkbox-default input:checked::after {
    position: absolute;
    content: "\f00c";
    background: #36454F !important;
    border-color: #36454F !important;
    font-family: "Font Awesome 5 Brands";
    color: #FFF;
}

.checkbox-default>span {
    color: #003F90 !important;
    transform: translateX(0px);
}

.inner_ul {
    margin-left: 20px;
}

.inner_ul .checkbox-default {
    line-height: 10px;
    width: 100%;
}

.inner_ul .checkbox-default input {
    width: inherit !important;
}


/* .inner_ul .checkbox-default input::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #36454F;
    line-height: 13px;
    text-align: center;
    bottom: 22px;
} */


/* .inner_ul .checkbox-default input::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #36454F;
    line-height: 13px;
    text-align: center;
    float: left;
} */

.inner_ul .checkbox-default>span {
    color: #36454F !important;
    transform: translateX(25px);
    font-size: 12px;
    line-height: 17px;
}

.inner_ul .checkbox-default input:checked::after {
    position: absolute;
    content: "\f00c";
    background: #36454F !important;
    border-color: #36454F !important;
    font-family: "Font Awesome 5 Brands";
    color: #FFF;
}

.sidebar-single-widget {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F8F9FA;
}

.checkbox-default.color {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    border: 2px solid #666;
}

.checkbox-default.color input {
    display: block;
    cursor: pointer;
}

ul.color_filter {
    cursor: pointer;
}

ul.color_filter li {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}

.breadcrumb-nav li::after {
    position: absolute;
    content: ">";
    left: calc(100% + 5px);
}

.breadcrumb-nav li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.category_heading {
    color: #003F90;
    font-size: 20px;
    line-height: 24px;
}

.relevance-btn {
    color: #003F90;
    background: #fff;
    width: 200px;
    height: 30px;
    border-radius: 7px;
}

.selected_filter_btn {
    color: #003F90;
    background: #FFD800;
    width: auto;
    height: 30px;
    border-radius: 7px;
    margin-bottom: 10px;
}

.selected_filter_btn i {
    padding-left: 5px;
}

.reset_filter_btn {
    color: #FFF;
    background: #003F90;
    ;
    width: auto;
    height: 30px;
    border-radius: 7px;
    margin-bottom: 10px;
}

.reset_filter_btn i {
    padding-left: 5px;
}

.tcc_collective_showrooms .product-default-content_inner {
    padding: 10px;
    background: #f5f4f4;
    height: auto;
    line-height: 20px;
}

.tcc_collective_showrooms .product-default-link {
    height: 40px;
    line-height: 20px;
}

.tcc_collective_showrooms .showroom_address {
    height: 60px;
    line-height: 20px;
}

.trust_shield_img {
    position: absolute;
    width: 60px;
    height: 65px;
    left: 240px;
    top: 85px;
}

.trust_shield_img img {
    width: 100%;
    height: auto;
}

.sort-layout-single .product-default-content {
    border-top: 2px solid #eee;
    display: inline-block;
    padding: 0px;
    position: relative;
}

.listing_item_loadmore {
    border: none;
    background-color: #003F90;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    padding: 15px 52px;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    margin: 30px 0px;
}


/* input slider css file */

.input-range {
    padding: 10px;
    margin: 0px 25px 25px;
    width: auto !important;
}

span.input-range__label.input-range__label--min {
    bottom: 1rem !important;
    color: #003F90;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Lato', sans-serif !important;
    left: 0% !important;
    padding-left: 26px;
    visibility: hidden;
}

span.input-range__label.input-range__label--max {
    bottom: 1rem !important;
    color: #003F90;
    font-size: 15px;
    font-weight: 700;
    margin-right: 40px;
    font-family: 'Lato', sans-serif !important;
    visibility: hidden;
}

span.input-range__label.input-range__label--value {
    top: 0.8rem !important;
    color: #36454F;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Lato', sans-serif !important;
}

.input-range__track.input-range__track--active {
    background: rgb(136, 188, 58);
}

.sub-menu {
    left: inherit !important;
    right: 0px !important;
}

span.input-range__label-container {
    left: -60%;
}


/* sidebar */

.mobile-sidebar-title {
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 600;
    color: #003F90 !important;
    font-size: 18px;
}

.redo-btn {
    border: none;
    background-color: #727272;
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    padding: 5px 5px;
}

.apply-btn {
    border: none;
    background-color: #88BC3A;
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    padding: 5px 5px;
}

.MuiInputBase-root.MuiInput-root {
    width: 100% !important;
}


/* accordian */

.MuiPaper-root.MuiAccordion-root.makeStyles-accord-64.MuiAccordion-rounded.MuiPaper-elevation1.MuiPaper-rounded {
    box-shadow: none !important;
}

.sidebar-option-title {
    text-transform: capitalize;
    font-weight: 500;
    margin: 10px 0px 0px 0px;
    color: #36454F;
}


/* product slider banner */

p.carousel-status {
    position: absolute;
    top: auto !important;
    right: auto !important;
    padding: 10px;
    font-size: 10px;
    font-weight: 700;
    text-shadow: none !important;
    color: #797979 !important;
    left: 0px !important;
    bottom: 0px !important;
    background: #F5F4F4;
    border-radius: 5px;
    margin: 10px 10px;
}


/* product detail */

.bg-green {
    background: #88BC3A;
}

.bg-gray {
    background: #F2F3F5;
}

.bg-red {
    background: #BC2228;
}

.bg-yellow {
    background: #ffd800;
}

.finance-pricing {
    border-radius: 7px;
    color: #fff;
}

.finance-pricing .product-default-content {
    width: 100%;
}

.finance-pricing .product-default-content {
    border-top: 0px;
}

.finance-pricing .small {
    font-size: 12px;
}

.finance-pricing .product_features_additional li {
    font-size: 12px;
}

.emicalc {
    margin-top: 10px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.emicalc .emicalc_desc {
    width: 50%;
    float: left;
}

.emicalc .product_location {
    font-size: 16px;
    width: 100%;
}

.your_savings_full {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    float: right;
    margin-right: 25px;
    padding: 5px;
}

.your_savings {
    border: 1px dashed #39454E;
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

.your_savings_name {
    padding-top: 25px;
    color: #39454E;
    font-size: 12px;
}

.your_savings_value {
    color: #39454E;
    font-size: 14px;
    font-weight: 600;
}

.bg-blue {
    background: #003F90;
}

.trust_shield_section {
    border-radius: 7px;
    color: #fff;
    padding: 20px;
}

.trust_shield_section .product_features_additional li {
    color: #fff;
    font-size: 12px;
}

.trust_shield_section .product-default-content {
    width: 100%;
}

.trust_shield_section .product-default-content {
    border-top: 0px;
}

.trust_shield_section .trust_shield_desc {
    font-size: 12px;
}

.trust_shield_section .trust_shield_section_img {
    width: 100px;
    height: 100px;
    text-align: center;
    float: right;
    margin-right: 25px;
    padding: 5px;
}

.trust_shield_section .trust_shield_section_img img {
    width: 100%;
}

.product_banner {
    width: 100%;
}

.product_banner img {
    width: 100%;
    border-radius: 7px;
}

.product_highlights {
    width: 100%;
    height: auto;
    float: left;
}

.product_highlights_subsection {
    width: 100%;
    height: auto;
    float: left;
}

.product_highlights_head {
    color: #003F90;
    font-size: 20px;
}

.product_highlights_table {
    float: left;
}

.inspection_content {
    background: #fefce5;
    padding: 10px;
    color: #36454F;
}

.inspection_content ul {
    width: 100%;
    height: auto;
}

.inspection_content ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #36454F;
    padding: 10px 0px;
}

.inspection_content ul li:last-child {
    border-bottom: 0px solid #36454F;
}

.inspection_content ul li i {
    color: #88BC3A;
    margin-left: 10px;
}

.get_report_full {
    width: 60%;
    height: auto;
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 10px;
}

.get_report_full .report_btn {
    width: auto;
    height: auto;
    float: right;
    margin-left: 10px;
}

.get_report_full .report_input {
    width: 24%;
    height: auto;
    float: right;
    margin-left: 10px;
}

.get_report_full .report_text {
    width: auto;
    height: auto;
    float: right;
    margin-left: 10px;
    font-size: 12px;
    margin: 05px 5px 5px;
}

.btn-small {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 6px 6px;
    font-size: 0.7rem;
    border-radius: 4px;
    color: #fff !important;
}

.get_report_full .report_input input {
    border: 1px solid #14408B;
    border-radius: 7px;
}

.product_highlights .count {
    background: #D80000;
    padding: 0px 0px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: text-top;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-left: 10px;
}

.product_highlights .count_text {
    color: #D80000;
    font-size: 14px;
}

.product_highlights_subhead {
    color: #003F90;
    font-size: 16px;
    border-bottom: 1px solid #707070;
    padding: 10px 0px;
    text-transform: capitalize;
}

.product_highlights_table i {
    color: #88BC3A;
    margin-right: 10px;
}

.similar_products {
    width: 100%;
    height: auto;
    padding: 25px 0px;
}

.similar_products .home-head-one {
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #003F90;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}


/* compare */

.sub-menu-inner {
    position: absolute;
    min-width: 230px;
    padding: 25px 20px;
    background: #FFF;
    -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    left: 0;
    right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
    top: 100%;
    text-align: left;
}

.main-menu nav>ul>li:hover .sub-menu-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.product-list-single {
    padding: 0px;
    border: 0px;
}

.product-list-single .product-img-warp {
    width: 40%;
}

.product-list-single .product-default-content {
    width: 60%;
}

.product-list-single .product-default-price {
    color: #36454F;
}

.product-list-single .product-default-img-link {
    width: 100%;
    height: 100%;
    display: flex;
}

.product-list-single .product-default-img {
    border-radius: 7px 0px 0px 7px;
}

.product-list-single .product-default-content {
    border-top: 0px solid #eee;
}

.product-list-single .product-default-content_inner {
    border: 0px;
    border-radius: 0px 7px 7px 0px;
    background: #ffffff;
}

.compare_wishlist {
    color: #D80000;
    background: #F5F4F4;
    padding: 7px 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    float: right;
    cursor: pointer;
}

.compare_wishlist-empty {
    color: #666666;
    background: #F5F4F4;
    padding: 7px 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    float: right;
    cursor: pointer;
}

.green-bg {
    background: #88BC3A;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 10px;
}

.green-bg:hover {
    color: #fff;
}

.table_desc {
    border: 0px solid #eee;
}

.compare-table .table tbody tr td {
    border-bottom: 0px solid #eee;
    border-left: 0px solid #eee;
}

.green-btn {
    border: none;
    background-color: #88BC3A;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 10px;
    margin-bottom: 10px;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}

.close {
    border-radius: 0 7px 0px 0px;
    position: relative;
    right: -10px;
    top: -10px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    background: #BC2228;
    color: #fff;
    padding: 4px 6px;
    float: right;
}

.product-list-single .add_car_full {
    padding: 10px;
    border: 0px;
    border-radius: 7px 7px 7px 7px;
    background: #fff;
    width: 100%;
    height: auto;
}

.product-list-single .add_car_icon {
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0px auto;
}

.product-list-single .add_car_icon i {
    font-size: 24px;
    text-align: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #D2D2D2;
}

.product-list-single .add_car_text {
    text-align: center;
    font-size: 20px;
    color: #003F90;
}

.compare-head-one {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #003F90;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0px;
}

.compare-head-two {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #36454F;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0px;
}

.compare-btn {
    width: 100%;
    margin: 10px 0px;
    padding: 15px 0px;
}

.compare-section .product-default-single .close {
    border-radius: 0 7px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    background: #BC2228;
    color: #fff;
    padding: 4px 6px;
    float: right;
    z-index: 999;
}

.compare-table .table tbody tr td.first-column {
    min-width: 25%;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.compare-table .table tbody tr td.pro-desc a {
    color: #235EAB;
}

.compare-table .table tbody tr td {
    text-align: left;
    padding: 15px 30px;
    font-size: 14px !important;
    font-weight: 400 !important;
    width: 25%;
}

.even {
    background: #fefce5;
}

.text-blue {
    color: #235EAB;
}

.word-wrap {
    word-wrap: break-word;
}

.product-default-single .add_car_full {
    padding: 60px 10px;
    border: 0px;
    border-radius: 7px 7px 7px 7px;
    background: #fff;
    width: 100%;
    height: auto;
}

.product-default-single .add_car_icon {
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: 0px auto;
}

.product-default-single .add_car_icon i {
    font-size: 40px;
    text-align: center;
    width: 140px;
    height: 140px;
    line-height: 140px;
    color: #D2D2D2;
}

.product-default-single .add_car_text {
    text-align: center;
    font-size: 20px;
    color: #003F90;
}

.full-width {
    width: 100%;
}

.mobile_compare {
    position: fixed;
    z-index: 9999;
    background: #fff;
    top: 0px;
    border-bottom: 3px solid #003f90;
}

.compare-now-btn {
    border: none;
    background-color: #003F90;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 52px;
    border-radius: 0px;
    margin: 0px;
}

.compare-now-btn i {
    float: right;
}


/*popup design Start*/

.pop-up-shadow.blur-back {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.14);
}

.blur-back {
    background-image: url(../images/blur-back.png);
    height: 100vh;
    display: flex;
    background-repeat: round;
}

.popup-screens {
    display: flex;
    width: 70%;
    margin: auto;
    position: relative;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 14%);
    border-radius: 20px;
}

.popup-screens .popup-left {
    width: 35%;
    flex: 1;
    /* background: linear-gradient(152deg, #93b950 0%, #14408b 100%) 0% 0% no-repeat padding-box; */
    background: linear-gradient(152deg, rgba(136, 188, 58, 0.7) 0%, rgba(0, 63, 144, 1) 100%), url('../images/popup_bg_new.png') no-repeat;
    padding: 80px 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}

.popup-left .popup-left-img {
    width: 100%;
    height: auto;
    text-align: center;
}

.popup-left .popup-left-img img {
    width: 70%;
    height: auto;
    margin: 50px auto;
}

.popup-left .popup-left-text {
    color: #FFFFFF;
    font-size: 24px;
    width: 100%;
    word-wrap: break-word;
    margin: 0px auto;
    line-height: 30px;
}

.popup-screens .popup-right {
    width: 65%;
    background: #fff;
    padding: 40px 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.popup-close {
    border-radius: 0 7px 0px 0px;
    position: relative;
    right: -20px;
    top: -40px;
    text-align: center;
    line-height: 15px;
    font-size: 16px;
    background: #003F90;
    color: #fff;
    padding: 7px 7px;
    float: right;
}

.form-group>label {
    position: relative;
    top: 10px;
    background-color: white;
    z-index: 9;
    left: 10px;
    padding: 0px 7px;
    color: #36454F;
    font-size: 12px;
}

.form-control {
    border: 1px solid #b4b4b4;
    padding: 0.5rem 0.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #003F90;
}
select.form-control {
    height: 46px;
}

.nice-select.wide {
    width: 100%;
    height: 50px;
}

.nice-select {
    color: #003F90;
    font-size: 15px;
}

.popup-screens .form-group {
    display: inline-block;
    width: 100%;
    height: auto;
}

.selected_one {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #EFF0F8;
    padding: 10px 25px;
}

.selected_one::after {
    content: "\f078";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-top: 5px;
}

.select_modal_full {
    width: 100%;
    max-height: 250px;
    overflow: scroll;
    float: left;
    border: 1px solid #EFF0F8;
    margin-top: 10px;
}

.select_modal {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 10px;
    cursor: pointer;
}

.modal_name {
    width: 100%;
    height: auto;
    float: left;
}

.modal_name_one {
    color: #003F90;
    font-size: 15px;
    width: auto;
    display: inline-block;
}

.modal_name_price {
    color: #88BC3A;
    font-size: 15px;
    width: auto;
    display: inline-block;
    padding-left: 10px;
}

.modal_details {
    width: 100%;
    height: auto;
    float: left;
}

.modal_details ul li {
    float: left;
}

.modal_details ul li::after {
    content: "|";
    color: #707070;
    padding: 0px 10px;
}

.modal_details ul li:last-child:after {
    content: "";
}

.popup-screens .popup-full {
    width: 100%;
    background: #fff;
    padding: 40px 40px;
    border-radius: 20px;
}

.add_car_limit_img {
    text-align: center;
    width: 100%;
    height: auto;
}

.add_car_limit_img i {
    text-align: center;
    color: #D80000;
    font-size: 80px;
}

.add_car_limit_text {
    color: #36454F;
    width: 50%;
    height: auto;
    text-align: center;
    margin: 30px auto;
}


/*popup design End*/

.checkbox-default input:checked::after {
    position: absolute;
    content: "\f00c" !important;
    background: #003F90 !important;
    border-color: #003F90 !important;
    font-family: "Font Awesome 5 Free" !important;
    color: #FFF;
    z-index: 9999;
    font-weight: 900;
    font-size: 12px;
}

.checkbox-default .active-colors:checked::after {
    position: absolute;
    content: "\f00c" !important;
    background: transparent !important;
    border-color: transparent !important;
    font-family: "Font Awesome 5 Free" !important;
    z-index: 9999;
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.checkbox-default .active-colors.white:checked::after {
    color: #ffffff;
}

.checkbox-default .active-colors.black:checked::after {
    color: #000000;
}

.inner_ul .checkbox-default input:checked::after {
    position: absolute;
    content: "\f00c" !important;
    background: #36454F !important;
    border-color: #36454F !important;
    font-family: "Font Awesome 5 Free" !important;
    color: #FFF;
    z-index: 9999;
    font-weight: 900;
    font-size: 10px;
}

.compareCar_popup {
    z-index: 1295;
    position: fixed;
    background: transparent linear-gradient( 106deg, #e8f0dc 0%, #d3dbe6 100%) 0% 0% no-repeat padding-box;
    top: 0;
    border-bottom: 4px solid #003f90;
}

.menu_popup {
    --reactAppMenu-color-text: #000000 !important;
    --reactAppMenu-color-bg-hover: red;
    --reactAppMenu-color-text-hover: #000000;
    --reactAppMenu-color-bg-focus: #ffffff;
    --reactAppMenu-color-text-focus: #000000;
}

span.reactAppMenubar--menu--label {
    color: #ffffff;
}

span.reactAppMenubar--menu--label:hover {
    color: #000000;
    background: transparent !important;
}

.grey-btn {
    border: none;
    background-color: #666666;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    padding: 15px 52px;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}


/*popup design */

.media-ordered {
    margin-top: 3rem;
}

.media-ordered-list {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #fff;
    text-align: left;
}

.media-ordered-list i {
    font-size: 20px;
}

.media-points {
    margin-left: 0.5rem;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}

.loan {
    display: flex;
}

.loan-details {
    margin-right: 4rem;
    margin-left: 0rem;
}

.loan-details-heading {
    font-size: 1rem;
    font-weight: 500;
    color: #36454F;
    margin-bottom: 10px;
}

.loan-sub-details {
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: -10px;
    color: #36454F;
}

.price-details {
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: -10px;
}

.loan-interest-rate {
    margin-top: -1rem;
    font-size: 0.8rem;
}


/* .close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 2rem;
} */

.modal .close {
    background: #fff;
    opacity: 1;
    color: #003f90;
    border-radius: 0 7px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    padding-bottom: 2px;
    line-height: 10px;
    font-size: 21px;
    border: none;
    border: solid 12px #003f90;
}

.modal:hover .close:hover {
    background: #fff;
    opacity: 1;
    color: #003f90;
    border-radius: 0 7px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    padding-bottom: 2px;
    line-height: 10px;
    font-size: 21px;
    border: none;
    border: solid 12px #003f90;
}

.close-mobile {
    display: none;
    background: #fff;
    color: #003f90;
}

.close:focus,
.close:hover {
    outline: none;
    border: none;
}

.text-center {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.fa-map-marker-alt {
    margin-right: 1rem;
    font-size: 1.2rem;
}

small {
    font-size: 1rem;
    font-weight: 500;
}


/* EMI CALCULATOR PAGE */

.calculator .fa-calculator {
    color: #003f90;
    position: absolute;
    font-size: 1.5rem;
    margin-top: 0rem;
    margin-left: 0rem;
}

.media-right-heading-emi {
    color: #003f90;
    margin-top: 1.5rem;
    margin-left: 3.5rem;
    margin-bottom: 2rem;
}

.loan-amt {
    margin-bottom: 0rem;
}

.loan-amt-block {
    display: flex;
    justify-content: space-between;
    color: #003f90;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
}

.siderbar-section p.loan-amt-text {
    color: #36454F;
    font-size: 12px;
    margin-top: 15px;
}

.siderbar-section p.loan-amt-price {
    color: #36454F;
    font-size: 12px;
    margin-top: 15px;
}

p.loan-amt-text {
    color: #003f90;
    font-size: 15px;
    margin-bottom: 0px;
}

p.loan-amt-price {
    color: #003f90;
    font-size: 15px;
    margin-bottom: 0px;
}

.loan-amt-block-small {
    display: flex;
    justify-content: space-between;
    color: #36454F;
    font-size: 0.8rem;
    font-weight: 700;
}

.btn-finance-apply {
    text-transform: uppercase;
    color: #fff;
    background-color: #003f90;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px #eff1f980;
    padding: 0.5rem 1rem;
    margin: 0 1.2rem;
    font-weight: 800;
}

.btn-eligibility-check {
    text-transform: uppercase;
    color: #003f90;
    background-color: #ffd800;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px #eff1f980;
    padding: 0.5rem 1rem;
    margin: 0 1.2rem;
    font-weight: 800;
}

.btn-finance-apply:focus {
    outline: none;
}

.btn-eligibility-check:focus {
    outline: none;
}

.privacy-policy {
    font-size: 0.8rem;
    font-weight: 600;
    color: #36454f;
    margin-bottom: 1.5rem;
    margin-left: 0rem;
}

.privacy-policy>p {
    margin-bottom: 0.5rem;
}


/* BUYBACK PRICE CALCULATOR PAGE */

.tcc-logo {
    height: 9rem;
    margin-right: 4rem;
}

.media-left-group-buyback {
    padding: 2rem 0rem;
    height: auto;
}

.media-object-buyback {
    height: 7rem;
}

.buyback {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.buyback-details {
    margin-right: 4rem;
    margin-left: 0rem;
    margin-top: 1rem;
}

.buyback-details-heading {
    font-size: 1rem;
    font-weight: 500;
    color: #36454F;
}

.buyback-sub-details {
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: -10px;
    color: #36454F;
}

.media-quote-buyback {
    color: #fff;
}

.media-quote-buyback-top {
    margin-top: 2rem;
    margin-bottom: 0rem;
}

.security-disclaimer-buyback {
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 0;
}

.loan-amt-buyback {
    margin-bottom: 1rem;
}

.media-ordered-list-buyback {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin-bottom: 1rem;
}

.media-list-buyback {
    color: #fff;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: 3rem;
}

.popup-screens .popup-left.with_bg {
    /* background: url("../../assets/images/ShowRoom1.png"); */
    background-size: cover;
    padding: 0px;
    min-height: 250px;
    background-repeat: no-repeat;
}

.media-right-vehicle-model-1 {
    font-size: 1rem;
    font-weight: 500;
    color: #36454F;
}

.office-details {
    display: flex;
    align-items: center;
    margin-left: 0rem;
    margin-bottom: 1rem;
}

.office-time {
    color: #36454F;
    font-weight: 500;
    margin-bottom: 0rem;
    margin-left: 1rem;
}

.offcanvas-toggle {
    color: #003F90;
    cursor: pointer;
}

.offcanvas-toggle small {
    cursor: pointer;
}

.person {
    display: flex;
}

.person-class {
    padding: 0px 15px 0px 0px;
}

.btn-finance {
    text-transform: uppercase;
    color: #fff;
    background-color: #88bc3a;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px #eff1f980;
    padding: 0.5rem 1rem;
    margin: 0 1.2rem;
}

.btn-resend {
    text-transform: uppercase;
    color: #fff;
    background-color: #36454F;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px #eff1f980;
    padding: 0.5rem 1rem;
    margin: 0 1.2rem;
}

.btn-resend-blue {
    text-transform: uppercase;
    color: #fff;
    background-color: #003F90;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px #eff1f980;
    padding: 0.5rem 1rem;
    margin: 0 1.2rem;
}

.otp_mobile_number {
    color: #003F90;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.otp_mobile_number_text {
    width: auto;
    height: auto;
    display: inline-block;
}

.otp_mobile_number_icon {
    width: auto;
    height: auto;
    display: inline-block;
    padding-left: 10px;
}

.time-left {
    width: auto;
    height: auto;
    margin: 8px 10px 0px 0px;
    display: inline-block;
}


/* .get_otp::after {
    content: "\f303";
    color: #003F90;
    font-size: 20px;
    line-height: 20px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    position: relative;
    float: right;
    bottom: 35px;
    right: 15px;
} */

.login_text {
    color: #FFFFFF;
}


/* schedule */

.popup-right .product-list-single .product-img-warp {
    width: 40%;
}

.popup-right .product-list-single {
    padding: 0px;
    border: 1px solid #EFF0F8;
}

.popup-right ul.product_features li {
    float: left;
    margin: 0px 15px 0px 0px;
    font-size: 12px;
}

.popup-right .product-default-link a {
    font-size: 16px;
}

.popup-right .product-list-single .product-default-price {
    color: #36454F;
    font-size: 18px;
}

.popup-right .product_location {
    color: #003F90;
    font-size: 18px;
    font-weight: 600;
}

.popup-right .product_location i {
    margin-right: 0.2rem;
}

.btn-your-location {
    text-transform: uppercase;
    color: #fff;
    background-color: #003f90;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px #eff1f980;
    padding: 0.5rem 3rem;
    margin: 0 1.2rem;
    font-weight: 800;
}

.btn-tcc-showroom-active {
    text-transform: uppercase;
    color: #fff;
    background-color: #003f90;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px #eff1f980;
    padding: 0.5rem 3rem;
    margin: 0 1.2rem 0 0;
    font-weight: 800;
}

.btn-tcc-showroom {
    text-transform: uppercase;
    color: #36454F;
    background-color: #F2F3F5;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px #eff1f980;
    padding: 0.5rem 3rem;
    margin: 0 1.2rem 0 0;
    font-weight: 800;
}

.popup-right .customer_address_details {
    border: 1px solid #EFF0F8;
    margin: 10px 0px;
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
}

.popup-right .customer_name {
    color: #36454F;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin-right: 10px;
}

.popup-right .customer_mobile {
    color: #36454F;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin-right: 10px;
}

.popup-right .customer_email {
    color: #36454F;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin-right: 10px;
}

.popup-right .customer_address {
    color: #36454F;
    font-size: 14px;
    font-weight: 300;
    float: left;
    margin-right: 10px;
    width: 75%;
    word-wrap: break-word;
}

.popup-right .customer_edit_iocn {
    color: #36454F;
    font-size: 14px;
    font-weight: 600;
    float: right;
    margin-right: 10px;
}

.popup-right .customer_edit_iocn:hover {
    color: #93b950;
    font-size: 14px;
    font-weight: 600;
    float: right;
    margin-right: 10px;
}

.popup-right .customer_edit_iocn-active {
    color: #93b950;
    font-size: 14px;
    font-weight: 600;
    float: right;
    margin-right: 10px;
}

.checkbox-default>span.test_drive {
    color: #36454F !important;
    font-size: 14px;
    line-height: 36px;
    margin-top: -10px;
    width: 90%;
}

.schedule_thankyou {
    width: 100%;
    height: auto;
    color: #003F90;
    font-size: 36px;
    line-height: 36px;
    margin: 100px 0px 0px 0px;
    text-align: center;
}

.schedule_thankyou_text {
    width: 100%;
    height: auto;
    color: #36454F;
    font-size: 24px;
    line-height: 34px;
    margin: 50px 0px;
    text-align: center;
    word-wrap: break-word;
}

.text-green {
    color: #88BC3A;
}

.btn-green {
    text-transform: uppercase;
    color: #fff;
    background-color: #88BC3A;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0 1.2rem;
}

.schedule_date::after {
    content: "\f133";
    color: #36454F;
    font-size: 20px;
    line-height: 20px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    position: relative;
    float: right;
    bottom: 35px;
    right: 15px;
}

.schedule_time::after {
    content: "\f017";
    color: #36454F;
    font-size: 20px;
    line-height: 20px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    position: relative;
    float: right;
    bottom: 35px;
    right: 15px;
}

.login_text {
    color: #FFFFFF !important;
    margin: 20px 0px;
}


/*Book A Car*/

.popup-screens-inner {
    display: flex;
    width: 90%;
    margin: 50px auto;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 5px 10px #EFF1F9;
    border: 1px solid #eee;
}

.popup-screens-inner .popup-left {
    width: 55%;
    flex: 1;
    background: linear-gradient(152deg, #93b950 0%, #14408b 100%) 0% 0% no-repeat padding-box;
    padding: 80px 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}

.popup-screens-inner .popup-left .popup-left-img {
    width: 100%;
    height: auto;
    text-align: center;
}

.popup-screens-inner .popup-left .popup-left-img img {
    width: 70%;
    height: auto;
    margin: 50px auto;
}

.popup-screens-inner .popup-left .popup-left-text {
    color: #FFFFFF;
    font-size: 24px;
    width: 100%;
    word-wrap: break-word;
    margin: 0px auto;
    line-height: 30px;
}

.popup-screens-inner .popup-right {
    width: 45%;
    background: #fff;
    padding: 20px 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.popup-screens-inner .popup-left.with_bg {
    background: url("../../assets/images/book_car.jpg");
    background-size: cover;
    padding: 0px;
    min-height: 250px;
    background-repeat: no-repeat;
}

.booking-details {
    margin-bottom: 0rem;
}

.booking-details-block {
    display: flex;
    justify-content: space-between;
    color: #003f90;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
}

.booking-details-block-small {
    display: flex;
    justify-content: space-between;
    color: #36454F;
    font-size: 0.8rem;
    font-weight: 700;
}

.booking-details-text {
    color: #36454F;
    font-size: 14px;
    text-transform: capitalize;
}

.booking-details-price {
    color: #36454F;
    font-size: 14px;
}

.grand_total {
    background: #F2F3F5;
    padding: 10px 10px;
}

.cancel_content {
    text-align: center;
    color: #36454F;
}

.back-btn {
    border: none;
    background-color: #36454F;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 10px;
    margin-bottom: 10px;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}


/*Book Payment*/

.inner_pages {
    display: block;
    width: 100%;
    margin: 0px;
    position: relative;
    border-radius: 0px;
    border: 0px solid #eee;
}

.inner_pages .inner-top {
    width: 100%;
    flex: 1;
    /* background: linear-gradient(152deg, #93b950 0%, #14408b 100%) 0% 0% no-repeat padding-box; */
    background: linear-gradient(152deg, rgba(136, 188, 58, 0.7) 0%, rgba(0, 63, 144, 1) 100%), url('../images/popup_bg_new_1.png') no-repeat;
    padding: 40px 40px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
}

.inner_pages .inner-top .inner-top-img {
    width: 30%;
    height: auto;
    text-align: center;
    margin: 0px auto;
}

.inner_pages .inner-top .inner-top-img img {
    width: 75%;
    height: auto;
    margin: 0px auto;
}

.inner_pages .inner-bottom {
    width: 100%;
    background: #fff;
    padding: 20px 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.book_payment .person-class {
    float: left;
}

.book_payment_sub {
    color: #36454F;
    font-size: 20px;
}

.book_payment .input-radio span {
    font-weight: 500;
    padding-right: 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.custom-radio.payment img {
    border: 2px solid #707070;
}

.payment_received {
    color: #36454F;
    font-size: 20px;
    text-align: center;
    width: 30%;
    margin: 0px auto;
    line-height: 25px;
}

.payment_received i {
    color: #88BC3A;
    padding-right: 10px
}

.popup-screens-inner .popup-right .product-list-single {
    padding: 0px;
    border: 1px solid #EFF0F8;
    border-radius: 7px;
}

.booking-details-text small {
    font-size: 12px;
    padding-left: 5px;
}


/*sell a car */

.reserve_desc {
    color: #36454F;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    line-height: 30px;
}

.sell_a_car {
    margin-bottom: 50px;
}

.sell_a_car .compare-head-one {
    color: #fff;
    font-size: 24px;
}

.sell_a_car .inner-top .book_payment_sub {
    color: #fff;
}

.sell_a_car .inner-bottom .book_payment_sub {
    font-size: 30px;
}

.progress-indicator>li.completed .bubble::before,
.progress-indicator>li.completed .bubble::after {
    background-color: transparent;
    border-color: #fff;
    border-style: dashed;
    border-block-width: 2px;
    z-index: 1050;
}

.progress-indicator>li .bubble::before,
.progress-indicator>li .bubble::after {
    height: 2px;
    top: 22px;
}

.progress-indicator>li.completed,
.progress-indicator>li.completed .bubble {
    color: #36454F;
    font-weight: 900;
    font-size: 14px;
    z-index: 99;
}

.progress-indicator>li.completed .stacked-text {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.sell_a_car .inner-top-img {
    width: 100%;
    padding: 30px 15px 0px 0px;
}

.sell_a_car .inner-top-img img {
    width: 100%;
}

.big_btn {
    font-weight: bold;
    font-size: 18px;
}

.progress-indicator>li.completed .bubble {
    z-index: 9999 !important;
}

.progress-indicator>li.active .bubble {
    /* background-color: #FFD800;
    border-color: #FFD800; */
}

.progress-indicator>li.active .bubble_text {
    background-color: #FFD800;
    border-color: #FFD800;
    z-index: 9999;
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    left: 0%;
    display: inline-block;
    top: 0%;
}

.progress-indicator>li .bubble_text {
    background-color: #fff;
    border-color: #fff;
    z-index: 9999;
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    left: 0%;
    display: inline-block;
    top: 0%;
}

.request_btn {
    float: left;
}

.sell_a_car_evaluation .book_payment_sub {
    color: #fff;
    font-size: 20px;
}

.sell_a_car_evaluation .booking-details-text {
    width: 75%;
    font-size: 12px;
    font-weight: 400;
}

.sell_a_car_evaluation .product-default-content_inner {
    padding: 15px;
    float: left;
}

.sell_a_car_evaluation .product-default-link {
    font-size: 20px;
}

.sell_a_car_evaluation .guaranteed_price {
    font-size: 24px;
    margin-top: 15px;
    width: 100%;
    float: left;
    line-height: 20px;
    color: #fff;
}

.sell_a_car_evaluation .small {
    font-size: 0.7rem;
    width: 100%;
    float: left;
    line-height: 20px;
    color: #fff;
}

.sell_a_car_evaluation .trust_shield_section .trust_shield_desc {
    font-size: 12px;
    width: 100%;
    float: left;
    line-height: 20px;
}

.sell_a_car_evaluation .trust_shield_section .trust_shield_section_img {
    margin-right: 0px;
    height: auto;
    margin-top: 20px;
}

.my_account_my_tcc .product-default-single {
    display: flex;
    padding: 0px !important;
    background: #fff !important;
    border-radius: 7px !important;
}

.my_account_my_tcc .price-details {
    display: flex;
    width: 100%;
}

.my_account_my_tcc .product-default-price {
    display: inline-block;
    color: #36454F;
    font-size: 15px;
    font-weight: 900;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.my_account_my_tcc .price-details-text {
    font-size: 10px;
}

.inner-top-get-price-section {
    padding: 0px 0px 0px 20px;
    position: relative;
    width: 95%;
    background: #fff;
    top: 85px;
    margin: 0px auto;
    border-radius: 7px;
    box-shadow: 0px 2px 1px #f1f1f1;
}

.person-class.price_columns {
    width: 13%;
    padding-bottom: 10px;
    text-align: left;
}

.person-class.price_columns .form-group>label {
    font-size: 10px;
    /* display: flex; */
}

.inner-top-get-price-section .person-class.price_columns .form-group>label {
    display: inline-block;
}

.get_price_button {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
}

.get_price_button .big_btn {
    padding: 33px 10px;
    margin-bottom: 0px;
    font-size: 17px;
    float: right;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.MuiFormControl-root.MuiTextField-root.MuiFormControl-marginNormal {
    margin-top: 2px;
}


/*MY ACCOUNT PAGE*/


/* RESERVED CAR DETAILS PAGE */

.my_account_my_tcc .product-default-feedback-link {
    color: #003f90;
    font-size: 12px;
    font-weight: 700;
}

.my_account_my_tcc .blog-feed-wrapper-row {
    margin-top: 20px;
}

.my_account_my_tcc .btn-re-schedule {
    position: absolute;
    bottom: 30px;
    left: 15px;
    background: #003f90;
    color: #fff;
    height: 32px;
    width: 97px;
    font-size: 10px;
    font-weight: 900;
    border-radius: 5px;
    text-transform: uppercase;
}

.my_account_my_tcc .btn-change-address {
    background: #ffd800;
    color: #003f90;
    height: 32px;
    width: 119px;
    font-size: 10px;
    font-weight: 900;
    border-radius: 5px;
    text-transform: uppercase;
}

.my_account_my_tcc .booking-amt-details.bg-gray {
    color: #36454f;
}

.my_account_my_tcc .booking-amt-details.bg-green h6,
.my_account_my_tcc .booking-amt-details.bg-green span,
.my_account_my_tcc .booking-amt-details.bg-green p {
    color: #fff;
}

.my_account_my_tcc .booking-amt-details.bg-red h6,
.my_account_my_tcc .booking-amt-details.bg-red span,
.my_account_my_tcc .booking-amt-details.bg-red p {
    color: #fff;
}

.my_account_my_tcc .cancel-days {
    float: left;
    width: 100%;
    margin: 5px 0px;
}

.my_account_my_tcc .cancel_reserve {
    float: left;
}

.my_account_my_tcc .days_count {
    float: left;
}

.my_account_my_tcc .product-default-link {
    margin-bottom: 10px;
}

.my_account_my_tcc ul.product_features {
    margin-bottom: 10px;
}

.my_account_my_tcc .product-default-single .product-default-content {
    border: 1px solid #EFF0F8;
    display: inline-block;
    padding: 0px;
}

.my_account_my_tcc .product-img-warp .product-default-img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 7px;
}

.my_account_my_tcc .reserved-car-details-heading {
    color: #36454F;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 20px;
}

.my_account_my_tcc .reserved-car-cancellation-heading {
    color: #bc2228;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.my_account_my_tcc .car-amt {
    float: left;
    width: 33.3%;
    border-right: 1px solid #707070;
}

.my_account_my_tcc .loan-amt {
    float: right;
    width: 33.3%;
    padding-left: 10px;
    margin-bottom: 0px;
    border-right: 1px solid #707070;
}

.my_account_my_tcc span.product-default-price {
    margin-bottom: 0px;
}

.my_account_my_tcc .loan-amt span {
    color: #36454f;
}

.my_account_my_tcc .emi-amt {
    float: right;
    padding-left: 10px;
    width: 33.3%;
}

.my_account_my_tcc .emi-amt span {
    color: #36454f;
    font-size: 14px;
}

.my_account_my_tcc .product-default-reserved-link {
    color: #bc2228;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 2px solid #bc2228;
}

.my_account_my_tcc .product-default-reserved-link::before {
    content: "\f410";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 700;
    margin-right: 4px;
}

.my_account_my_tcc .reservation-amt-details {
    padding: 15px;
    margin: 0px 0px 0px 10px;
    border-radius: 7px;
}

.my_account_my_tcc .reservation-amt-details h6 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.my_account_my_tcc .reservation-amt-details p {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
}

.my_account_my_tcc .reservation-amt-details p:nth-last-child(2) {
    margin-bottom: 10px;
}

.my_account_my_tcc .reservation-amt-details span {
    margin-bottom: 0;
    color: #fff;
}

.my_account_my_tcc .booking-amt-details {
    position: relative;
    padding: 15px;
    margin: 0px 0px 0px 10px;
    width: 15%;
    border-radius: 7px;
}

.my_account_my_tcc .booking-amt-details span {
    margin-bottom: 0;
}

.my_account_my_tcc .booking-amt-details>h6,
p {
    color: #36454f;
    font-size: 12px;
}

.my_account_my_tcc .booking-amt-details p {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.my_account_my_tcc .booking-amt-details h6 {
    font-weight: 800;
    text-transform: uppercase;
}

.my_account_my_tcc .btn-download-receipt {
    background: #ffd800;
    color: #003f90;
    height: 32px;
    width: 147px;
    font-size: 10px;
    font-weight: 900;
    border-radius: 5px;
    text-transform: uppercase;
}

.my_account_my_tcc .fa-download {
    margin-right: 3px;
}

.my_account_my_tcc .reservation-amt-cancel {
    position: relative;
    padding: 15px;
    margin: 0px 0px 0px 10px;
    border-radius: 7px;
}

.my_account_my_tcc .reservation-amt-cancel p {
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
}

.my_account_my_tcc .reservation-amt-cancel h6 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.my_account_my_tcc .reservation-amt-cancel span {
    color: #fff;
    margin-bottom: 0;
}

.my_account_my_tcc .similar_products .home-head-one {
    color: #36454F;
}


/* SOLD CARS PAGE */

.my_account_my_tcc .test_drive .car-amt {
    border-right: 0px solid #707070;
}

.my_account_my_tcc .test_drive .buy-now {
    background: #88bc3a;
    height: 32px;
    width: 79px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    margin-right: 10px;
}

.my_account_my_tcc .test_drive .product-default-blue-link {
    position: relative;
    color: #003f90;
    font-size: 12px;
    font-weight: 600;
}

.my_account_my_tcc .product-default-status-pending-link {
    color: #bc2228;
    text-transform: uppercase;
    font-weight: 700;
}

.my_account_my_tcc .product-default-status-pending-link {
    color: #003f90;
    font-size: 12px;
    font-weight: 700;
}

.my_account_my_tcc .product-default-status-pending-link:hover {
    color: #003f90;
    font-weight: 800;
}

.my_account_my_tcc .product-default-status-pending-link span {
    color: #bc2228;
}

.my_account_my_tcc .sold-cars-cancel-evaluation {
    bottom: -140px;
    left: -35px;
}

.my_account_my_tcc .transferred {
    top: 130px;
}

.my_account_my_tcc .transferred span {
    color: #88bc3a;
}

.my_account_my_tcc .btn-download-screenshot {
    background: #ffd800;
    color: #003f90;
    height: 32px;
    width: 171px;
    font-size: 10px;
    font-weight: 900;
    border-radius: 5px;
    text-transform: uppercase;
}

.my_account_my_tcc .sold-cars-scheduled-evaluation {
    color: #003f90;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.my_account_my_tcc .btn-test-drives {
    display: flex;
}

.my_account_my_tcc .btn-test-drive {
    background: #a900d1;
    height: 32px;
    width: 111px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    margin-right: 10px;
}

.my_account_my_tcc .btn-reserve-now {
    background: #ffd800;
    height: 32px;
    width: 106px;
    border-radius: 5px;
    color: #003f90;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 4px 4px;
    margin-right: 10px;
}

.my_account_my_tcc .btn-reserve-now span {
    font-size: 6px;
    margin-bottom: 0;
    text-transform: none;
    width: 100%;
    float: left;
    color: #333;
}

.my_account_my_tcc .btn-buy-now {
    background: #88bc3a;
    height: 32px;
    width: 79px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    margin-right: 10px;
}

.my_account_my_tcc .test_drive .product-default-img {
    min-height: 200px;
}


/* HELP AND SUPPPORT PAGE */

.help_support {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px 100px;
}

.help_support .rectangular_box {
    display: inline-block;
    height: auto;
    width: 18%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #EFF1F9;
    padding: 20px;
    margin: 20px 20px 0px 0px;
}

.help_support .rectangular_box:hover {
    background: #88bc3a;
    transition: all 0.3s;
}

.help_support .rectangular_box .rectangular_box_text {
    text-align: center;
    font-size: 16px;
    color: #36454f;
    width: 100%;
    height: 50px;
    line-height: 25px;
}

.help_support .rectangular_box:hover .rectangular_box_text {
    color: #fff;
    transition: all 0.3s;
}

.help_support .rectangular_box .rectangular_box_icon_1 {
    height: 85px;
    width: 85px;
    text-align: center;
    background: url("../images/help_support/car_finding.png");
    background-size: 100%;
    margin: 0px auto;
}

.help_support .rectangular_box:hover .rectangular_box_icon_1 {
    background: url("../images/help_support/car_finding_white.png");
    background-size: 100%;
    transition: all 0.3s;
}

.help_support .rectangular_box .rectangular_box_icon_2 {
    height: 85px;
    width: 85px;
    text-align: center;
    background: url("../images/help_support/car_selling.png");
    background-size: 100%;
    margin: 0px auto;
}

.help_support .rectangular_box:hover .rectangular_box_icon_2 {
    background: url("../images/help_support/car_selling_white.png");
    background-size: 100%;
    transition: all 0.3s;
}

.help_support .rectangular_box .rectangular_box_icon_3 {
    height: 85px;
    width: 85px;
    text-align: center;
    background: url("../images/help_support/home_delivery.png");
    background-size: 100%;
    margin: 0px auto;
}

.help_support .rectangular_box:hover .rectangular_box_icon_3 {
    background: url("../images/help_support/home_delivery_white.png");
    background-size: 100%;
    transition: all 0.3s;
}

.help_support .rectangular_box .rectangular_box_icon_4 {
    height: 85px;
    width: 85px;
    text-align: center;
    background: url("../images/help_support/buy_car.png");
    background-size: 100%;
    margin: 0px auto;
}

.help_support .rectangular_box:hover .rectangular_box_icon_4 {
    background: url("../images/help_support/buy_car_white.png");
    background-size: 100%;
    transition: all 0.3s;
}

.help_support .rectangular_box .rectangular_box_icon_5 {
    height: 85px;
    width: 85px;
    text-align: center;
    background: url("../images/help_support/financing.png");
    background-size: 100%;
    margin: 0px auto;
}

.help_support .rectangular_box:hover .rectangular_box_icon_5 {
    background: url("../images/help_support/financing_white.png");
    background-size: 100%;
    transition: all 0.3s;
}

.help_support .rectangular_box .rectangular_box_icon_6 {
    height: 85px;
    width: 85px;
    text-align: center;
    background: url("../images/help_support/warranty.png");
    background-size: 100%;
    margin: 0px auto;
}

.help_support .rectangular_box:hover .rectangular_box_icon_6 {
    background: url("../images/help_support/warranty_white.png");
    background-size: 100%;
    transition: all 0.3s;
}

.help_support .rectangular_box .rectangular_box_icon_7 {
    height: 85px;
    width: 85px;
    text-align: center;
    background: url("../images/help_support/making_payment.png");
    background-size: 100%;
    margin: 0px auto;
}

.help_support .rectangular_box:hover .rectangular_box_icon_7 {
    background: url("../images/help_support/making_payment_white.png");
    background-size: 100%;
    transition: all 0.3s;
}

.help_support .rectangular_box .rectangular_box_icon_8 {
    height: 85px;
    width: 85px;
    text-align: center;
    background: url("../images/help_support/covid.png");
    background-size: 100%;
    margin: 0px auto;
}

.help_support .rectangular_box:hover .rectangular_box_icon_8 {
    background: url("../images/help_support/covid_white.png");
    background-size: 100%;
    transition: all 0.3s;
}


/* HELP AND SUPPPORT DETAILS PAGE */

.help_support .complete-part {
    display: flex;
}

.help_support .part-one {
    display: inline-block;
    height: auto;
    width: auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #EFF1F9;
    padding: 10px 20px;
    position: relative;
    margin-right: 20px;
}

.help_support .part-two {
    display: inline-block;
    height: auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #EFF1F9;
    padding: 20px 20px;
    position: relative;
    margin-right: 20px;
}

.help_support .help_support_links {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.help_support .help_support_links img {
    height: 30px;
    width: 32px;
    color: #36454f;
    margin-right: 15px;
}

.help_support .help_support_links p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.help_support .help_support_links:hover p {
    color: #88bc3a;
}

.help_support .help_support_links:hover img {
    filter: invert(66%) sepia(51%) saturate(547%) hue-rotate(42deg) brightness(94%) contrast(84%);
}

.help_support .help_and_support_para {
    word-wrap: break-word;
    width: 90%;
    padding-left: 25px;
}

.help_support .help_and_support_question_part p {
    margin-bottom: 10px;
    border-bottom: 2px solid #d4d4dd;
    padding-bottom: 15px;
}

.help_support .part-two h5 {
    color: #003f90;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.help_support .part-two p {
    font-size: 15px;
    font-weight: 600;
}

.help_support .help_and_support_question_part {
    padding-left: 30px;
    position: relative;
}


/* ACCORDION */

.help_support .accordion__single__hidden {
    display: none;
}

.help_support .accordion__single__hidden:checked~.accordion__single__answer {
    max-height: 400px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    margin-bottom: 25px;
    padding: 0 20px;
}

.help_support .accordion__single__hidden:checked~.accordion__single__question::after {
    content: "-";
    font-size: 40px;
    color: #003f90;
    line-height: 30px;
}

.help_support .accordion__single__answer {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
    transition: all 0.4s ease;
    position: relative;
}

.help_support .accordion {
    line-height: 1.5;
    width: 100%;
    padding-left: 30px;
}

.help_support .accordion__single {
    margin-bottom: 10px;
}

.help_support .accordion__single__question {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    border-bottom: 2px solid #bbbbbe;
}

.help_support .accordion__single__question:hover,
.help_support .accordion__single__question:focus {
    color: #003f90;
}

.help_support .accordion__single__question:after {
    display: inline-block;
    color: #36454f;
    content: "+";
    font-size: 22px;
}

.help_support .accordion__single__answer {
    margin-top: 5px;
}


/* PROFILE SETTINGS PAGE */

.profile-settings-details {}

.profile-settings-details .complete-part {
    display: flex;
}

.profile-settings-part-one {
    height: auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #EFF1F9;
    padding: 20px 30px;
    position: relative;
    margin-right: 20px;
}

.profile-settings-part-two {
    display: inline-block;
    height: fit-content;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #EFF1F9;
    padding: 20px 30px;
    position: relative;
    margin-right: 20px;
}

.profile-settings-part-one h5 {
    color: #003f90;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-profile-edit {
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
    color: #36454f;
    position: absolute;
    top: 25px;
    right: 30px;
}

.btn-profile-edit-profile {
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
    color: #36454f;
    position: absolute;
    top: 25px;
    right: 30px;
}

.btn-profile-edit-contact {
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
    color: #36454f;
    position: absolute;
    top: 25px;
    right: 30px;
}

.profile-settings-part-two span {
    font-size: 12px;
}

.profile-settings-part-two h5 {
    color: #003f90;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.profile-settings-part-two .person {
    margin-top: 20px;
}

.profile-settings-address {
    display: block;
}

.person span {
    font-size: 10px;
}

.payment_calculation span {
    font-size: 16px;
}
.d-block1 {
	border: 1px solid #ced4da;
    display: block;
    margin-top: 15px;
    margin-left: 15px;
}
.mt-3{
    margin-top: 1rem!important;
}
.imageuploading .form-group>label.error{
	position: absolute;
    top: 80px;
}
.mobile-header {
    width: 100%;
}

.btn-menu-section {
    font-size: 15px;
    font-weight: 600;
    width: 30%;
    border-radius: 10px;
    margin: -4px 7px;
    color: #003f90;
    background: #fff;
    border: 1px solid #eff0f8;
    box-shadow: 0px 5px 10px #eff1f9;
}

.btn-menu-section:hover {
    color: #fff;
    background: #003f90;
    transition: all 0.3s;
}

.my_account_mobile_btn {
    color: #003f90;
    background: #fff;
    border: 1px solid #eff0f8;
    box-shadow: 0px 5px 10px #eff1f9;
}

.my_account_mobile_btn.active {
    color: #fff;
    background: #003f90;
}


/* This hides the dropdowns */


/* ul li ul {
    display: none;
    width: 100%;
}

ul.main-navigation li a {
    display: block;
    padding: 1em;
    text-decoration: none;
    white-space: nowrap;
    color: #003f90;
}


ul li a:hover {
    background: #fff;
    color: #003f90;
} */


/* Display the dropdown */


/* li:hover > ul {
    display: block;
    position: absolute;
}

li:hover li {
    float: none;
}

li:hover a {
    background: #fff;
    color: #003f90 !important;
}

li a:hover ul.main-navigation li a {
    background: #fff;
    color: #003f90;
}

li:hover li a:hover {
    background: #fff;
    color: #003f90;
}

.main-navigation li ul li {
    border-top: 0;
} */


/* Displays second level dropdowns to the right of the first level dropdown */


/* ul ul ul {
    left: 100%;
    top: 0;
} */

.main-menu.my_account {
    float: left;
}

.main-menu.my_account nav>ul>li>a {
    color: #959595;
}

.main-menu.my_account nav>ul>li>a:hover,
.main-menu.my_account nav>ul>li>a.active {
    background: transparent;
    color: #fff !important;
}

.header-action-icon .has-user-dropdown::before {
    content: "";
}

.header-action-icon .user-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
}

.header-action-icon>li.has-user-dropdown {
    width: 170px;
}

.header-action-icon>li>a {
    position: inherit;
    font-size: 15px;
    color: #003F90;
    float: left;
}

.header-action-icon .profile-name {
    float: left;
    line-height: 20px;
}

.header-action-icon .profile-name .first-name {
    float: left;
    text-align: left;
    width: 100%;
}

.header-action-icon>li.has-user-dropdown i {
    float: left;
    padding-top: 7px;
}


/* My tcc */

.My_tcc_tab {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    bottom: -1px;
    position: relative;
    list-style: none;
    padding: 6px 12px;
    cursor: pointer;
}

.react-tabs__tab--selected {
    background: #fff !important;
    border-color: #fff !important;
    color: #003F90 !important;
    font-weight: 700 !important;
    border-radius: 0px 0px 0 0 !important;
    border-bottom: 2px solid #88BC3A !important;
}

.user-sub-menu {
    z-index: 9999;
}

.user-sub-menu>li>a {
    color: #36454F !important;
}

.user-sub-menu>li>a:hover {
    color: #93B950 !important;
    cursor: pointer;
}

.tcc_trust_shield .section-content-gap {
    margin-bottom: 20px;
}


/* carousel style */

button.react-multiple-carousel__arrow.react-multiple-carousel__arrow--right {
    right: calc(-1% + 1px);
}

button.react-multiple-carousel__arrow.react-multiple-carousel__arrow--right {
    position: absolute;
    outline: 0;
    transition: all .5s;
    border-radius: 34px;
    z-index: 1000;
    border: 0;
    background: rgba(242, 243, 245, 0.4);
    /* min-width: 43px; */
    min-height: 43px;
    opacity: 1;
    cursor: pointer;
    right: -38px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    vertical-align: middle;
    width: 6%;
    margin: 0px 20px;
}

button.react-multiple-carousel__arrow.react-multiple-carousel__arrow--right::before {
    font-size: 40px;
    color: #003F90;
    display: block;
    font-family: revicons;
    text-align: center;
    z-index: 2;
    height: 150px;
    position: relative;
    writing-mode: vertical-lr;
    margin: 20px -10px;
    font-weight: 800;
}

button.react-multiple-carousel__arrow.react-multiple-carousel__arrow--left {
    left: calc(-1% + 1px);
}

button.react-multiple-carousel__arrow.react-multiple-carousel__arrow--left {
    position: absolute;
    outline: 0;
    transition: all .5s;
    border-radius: 34px;
    z-index: 1000;
    border: 0;
    background: rgba(242, 243, 245, 0.4);
    /* min-width: 43px; */
    min-height: 43px;
    opacity: 1;
    cursor: pointer;
    left: -38px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    vertical-align: middle;
    width: 6%;
    margin: 0px 20px;
}

button.react-multiple-carousel__arrow.react-multiple-carousel__arrow--left::before {
    font-size: 40px;
    color: #003F90;
    display: block;
    font-family: revicons;
    text-align: center;
    z-index: 2;
    height: 150px;
    position: relative;
    writing-mode: vertical-lr;
    margin: 20px 0px;
    font-weight: 800;
}

.showroom_direction a i {
    margin-right: 6px;
    font-size: 12px;
}

.input-range__slider {
    background: #003F90 !important;
    border: 1px solid #003F90 !important;
}

.product_detail_tab {
    width: auto !important;
    background: #666666 !important;
    color: #ffffff !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    margin: 0px;
    padding: 4px 10px;
    font-size: 12px;
    cursor: pointer;
    display: inline-flex;
}

.Product_detail_tablist {
    width: auto;
}

.Product_detail_tablist .react-tabs__tab--selected {
    width: auto !important;
    background: #003F90 !important;
    color: #ffffff !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    margin: 0px;
    padding: 4px 10px;
    font-size: 12px;
}

.text-bold {
    font-weight: 600 !important;
    color: #36454F;
}


/* TCC ABOUT US PAGE */

.page_indicator p {
    color: #36454f;
}

.blog-feed-purpose-content {
    display: flex;
    padding: 0 50px;
    justify-content: space-evenly;
}

.blog-feed-purpose {
    font-size: 16px;
    color: #36454f;
}

.home-head-two-abt-us {
    width: 43%;
    line-height: 35px;
    color: #36454f;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    margin: auto;
}

.tcc-family-funny-side-img-1 img {
    width: 100%;
    border-radius: 5px;
}

.tcc-family-funny-side-details p {
    font-size: 16px;
    line-height: 27px;
}

.tcc-family-funny-side-details div {
    font-size: 16px;
    color: #36454f;
    font-weight: 400;
    padding-bottom: 15px;
}

.tcc-family-funny-side-row {
    margin: 15px 0;
}

.blog-feed-purpose-growing-content {
    padding: 0 200px;
}

.blog-feed-purpose-growing-content .col-lg-12 {
    display: flex;
}

.tcc-growth-details {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tcc-growth-details img {
    height: auto;
    width: 40%;
}

.tcc-growth-details div {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
}


/* TCC HAPPINESS ARMY PAGE */

.blog-feed-happiness-army-content {
    padding: 0 70px;
}


/* TCC SHOWROOMS PAGE */

.tcc-showroom-container .container {
    padding: 10px;
}

.tcc_showroom_links img {
    height: 35px;
    width: 35px;
    margin-right: 20px;
}

.tcc_showroom_links {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tcc_showroom_links p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.tcc_showroom_links:hover p {
    color: #88bc3a;
    font-size: 15px;
    margin-bottom: 0;
}

.complete-part {
    display: flex;
}

.complete-part .part-one {
    display: inline-block;
    /*    height: auto;
        width: auto;*/
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #eff1f9;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 10px;
}

.complete-part .part-two {
    display: inline-block;
    /*    height: auto;*/
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #eff1f9;
}

.home-head-green {
    font-size: 18px;
    font-weight: 700;
    color: #88bc3a;
    padding: 0;
}

.home-head-grey {
    font-size: 18px;
    font-weight: 700;
    color: #36454f;
    padding: 0;
}

.showroom-timings,
.showroom_mobile,
.showroom_direction {
    color: #003f90;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.showroom_direction {
    cursor: pointer;
}

.showroom-timings .fa-clock {
    margin-right: 8px;
}

.showroom_mobile .fa-mobile {
    margin-right: 14px;
}

.showroom_mobile .fa-phone {
    margin-right: 8px;
}

.showroom_direction .fa-map-marker-alt {
    margin-right: 8px;
}

.tcc-happiness-army-img-section img {
    width: 100%;
    height: auto;
    padding: 2px;
    cursor: auto;
}


/* Tcc info page end here */


/*The collective works*/

.easy_steps.static_pages .blog-feed-img-link {
    text-align: center;
    width: 50%;
    float: left;
}

.easy_steps.static_pages .blog-feed-img {
    width: 50%;
    height: auto;
    margin-top: 0%;
}

.easy_steps.static_pages .blog-feed-content {
    background: #fff;
    padding: 7% 0% 0% 0%;
    text-align: center;
    width: 40%;
    float: left;
    text-align: left;
    margin: 0% 5%;
}

.static_sub_head {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #003F90;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    margin-top: 15px;
}

.popular_cars_section {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

.popular_cars_section .footer-widget-title {
    color: #313030;
}

.popular_cars_section .footer-menu-nav>li>a {
    color: #313030;
}

.popular_cars_section .banner-wrapper {
    margin-bottom: 30px;
}

.static_pages .home-head-two {
    height: auto;
}

.static_pages.insurance_inspection .blog-feed-img-link {
    text-align: center;
}

.static_pages.insurance_inspection .blog-feed-img-link .blog-feed-img {
    width: 30%;
    text-align: center;
}


/*select city*/

.popup-screens.select_city {
    display: block;
    width: 60%;
    /*margin: 50px auto;*/
    position: relative;
    border-radius: 20px;
}

.popup-screens .popup-top {
    width: 100%;
    height: auto;
    /* background: linear-gradient(152deg, #93b950 0%, #14408b 100%) 0% 0% no-repeat padding-box; */
    background: linear-gradient(152deg, rgba(136, 188, 58, 0.7) 0%, rgba(0, 63, 144, 1) 100%), url('../images/popup_bg_new_1.png') no-repeat;
    padding: 40px 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
}

.popup-screens .popup-bottom {
    width: 100%;
    background: #fff;
    padding: 40px 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: inline-block;
    height: 92%;
}

.popup-screens .popup-top .popup-close {
    border-radius: 0 7px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    line-height: 15px;
    font-size: 16px;
    background: #fff;
    color: #003F90;
    padding: 7px 7px;
    float: right;
    cursor: pointer;
}

.popup-screens .popup-top .select_city_section {
    position: relative;
    width: 90%;
    top: 85px;
    margin: 0px auto;
}

.popup-screens .popup-top .choose_city .form-control {
    color: #36454F;
    padding-left: 45px;
}

.popup-screens .popup-top .choose_city::after {
    content: "\f002";
    color: #36454F;
    font-size: 20px;
    line-height: 20px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    position: relative;
    float: left;
    bottom: 35px;
    left: 15px;
}

.customized_city {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0px;
}

.customized_city_list {
    width: 20%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.customized_city_list_icon {
    width: 100%;
    height: auto;
    float: left;
}

.customized_city_list_icon svg {
    width: 50%;
    height: auto;
}

.customized_city_list_icon svg path {
    fill: #36454F;
}

.customized_city_list_text {
    text-transform: capitalize;
}

.customized_city_list.selected svg path {
    fill: #88BC3A;
}

.customized_city_list.selected .customized_city_list_text {
    color: #88BC3A;
}

.customized_city_list:hover .customized_city_list_icon svg path {
    fill: #88BC3A;
}

.customized_city_list:hover .customized_city_list_icon img {
    filter: invert(66%) sepia(51%) saturate(547%) hue-rotate(42deg) brightness(94%) contrast(84%);
}

.customized_city_list.selected .customized_city_list_icon img {
    filter: invert(66%) sepia(51%) saturate(547%) hue-rotate(42deg) brightness(94%) contrast(84%);
}

.customized_city_list:hover .customized_city_list_text {
    color: #88BC3A;
}

.city_select_modal_full {
    width: 100%;
    max-height: 250px;
    overflow: scroll;
    float: left;
    border: 1px solid #EFF0F8;
    margin-top: 10px;
    padding: 0px 10px;
}

.city_select {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    border-bottom: 1px solid #707070;
}

.city_select_name {
    width: 100%;
    height: auto;
    color: #36454F;
    font-size: 20px;
}


/* Tcc inspection page starts here */

.tcc_inspection {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    margin-bottom: 20px;
}

.tcc_inspection .complete-part .part-two {
    position: relative;
    padding: 20px 80px;
}

.tcc_inspection .complete-part .part-two img {
    position: absolute;
    /* 2 */
    top: 50%;
    /* 3 */
    left: 15%;
    transform: translate(0, -50%);
    margin: auto;
    height: auto;
    width: 70%;
}

.tcc_inspection .rectangular_box {
    display: inline-block;
    height: auto;
    width: 18%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #eff1f9;
    padding: 30px 35px 20px 35px;
    margin: 20px 20px 0px 15px;
}

.tcc_inspection .rectangular_box:hover {
    background: #88bc3a;
    transition: all 0.3s;
}

.tcc_inspection .rectangular_box.active {
    background: #88bc3a;
    transition: all 0.3s;
}

.tcc_inspection .rectangular_box .rectangular_box_text {
    text-align: center;
    font-size: 14px;
    color: #36454f;
    width: 100%;
    height: 40px;
    line-height: 25px;
    margin-top: 15px;
}

.tcc_inspection .rectangular_box:hover .rectangular_box_text {
    color: #fff;
    transition: all 0.3s;
}

.tcc_inspection .rectangular_box.active .rectangular_box_text {
    color: #fff;
    transition: all 0.3s;
}

.tcc_inspection .rectangular_box .rectangular_box_icon_1 {
    height: 75px;
    width: 75px;
    text-align: center;
    background: url("../images/exterior_green.png");
    background-size: 100%;
    margin: 0px auto;
}

.tcc_inspection .rectangular_box:hover .rectangular_box_icon_1 {
    background: url("../images/exterior_white.png");
    background-size: 100%;
    transition: all 0.3s;
}

.tcc_inspection .rectangular_box .rectangular_box_icon_2 {
    height: 75px;
    width: 75px;
    text-align: center;
    background: url("../images/interior_green.png");
    background-size: 100%;
    margin: 0px auto;
}

.tcc_inspection .rectangular_box:hover .rectangular_box_icon_2 {
    background: url("../images/interior_white.png");
    background-size: 100%;
    transition: all 0.3s;
}

.tcc_inspection .rectangular_box.active .rectangular_box_icon_1 {
    background: url("../images/exterior_white.png");
    background-size: 100%;
    margin: 0px auto;
}

.tcc_inspection .rectangular_box.active .rectangular_box_icon_2 {
    background: url("../images/interior_white.png");
    background-size: 100%;
    margin: 0px auto;
}

.tcc_inspection .rectangular_box.active .rectangular_box_icon_3 {
    background: url("../images/underbody_white.png");
    background-size: 100%;
    margin: 0px auto;
}

.tcc_inspection .rectangular_box .rectangular_box_icon_3 {
    height: 75px;
    width: 75px;
    text-align: center;
    background: url("../images/underbody_green.png");
    background-size: 100%;
    margin: 0px auto;
}

.tcc_inspection .rectangular_box:hover .rectangular_box_icon_3 {
    background: url("../images/underbody_white.png");
    background-size: 100%;
    transition: all 0.3s;
}

.tcc_inspection .part-one li {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tcc_inspection .complete-part .part-one {
    padding: 20px 30px;
}

.tcc_inspection .part-one li i {
    color: #88bc3a;
    margin-right: 10px;
}


/* Tcc loan section Page start */

.tcc_loan_section {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.loan-steps-and-partners {
    padding: 15px 20px;
}

.three-simple-steps {
    display: flex;
}

.each-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.each-step img {
    width: 80%;
    height: auto;
    margin-bottom: 25px;
}

.each-step div {
    color: #36454f;
    font-size: 18px;
    font-weight: 700;
}

.each-step p {
    color: #36454f;
    font-size: 14px;
    font-weight: 700;
}

.lending-partners {
    display: flex;
    box-shadow: 0px 5px 10px #eff1f9;
    padding: 40px 80px;
    margin-top: 50px;
    border-radius: 10px;
    margin: 0% auto;
    border: 1px solid #eff0f8;
}

.lending-partner-details h5 {
    font-size: 30px;
    font-weight: 700;
    color: #36454f;
    margin-bottom: 20px;
}

.lending-partner-img img {
    width: 80%;
    height: auto;
    padding: 40px 0px;
}

.lending-partner-details img {
    width: 30%;
    height: auto;
    border: 1px solid #eff0f8;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.lending-partner-details p {
    color: #36454f;
    margin-bottom: 0;
    font-weight: 600;
}

.lending-partners-loan {
    display: flex;
}

.lending-partners-loan-status {
    margin-right: 30px;
    margin-top: 15px;
}

.lending-partners-loan-status .lending-partners-loan-amount {
    font-size: 15px;
    font-weight: 900;
}

.lending-partners-loan-status .lending-partners-loan-text {
    font-size: 12px;
    font-weight: 500;
}

.btn-loan-approval {
    border: none;
    background-color: #88bc3a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 5px 15px;
    margin-top: 20px;
    word-spacing: 1px;
    line-height: 2;
    outline: 0;
}


/* Tcc loan section Page End */

.menu_button {
    color: #fff;
    margin: 0px 10px;
}

.popup-right .registration_edit_iocn {
    color: #003F90;
    font-size: 14px;
    font-weight: 600;
    float: right;
    margin-right: 18px;
    position: relative;
    bottom: 38px;
    cursor: pointer;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.detail_empty_car .product-default-single .add_car_full {
    padding: 80px 10px;
}

.top-menu .has-user-dropdown::before {
    content: "";
}

.easy_steps .blog-feed-content p {
    line-height: 15px;
}

.ratting_icon_empty {
    color: #ffffff;
}

.ratting_icon_full {
    color: #FFD800;
}

.customized_city_list_icon .city_img {
    width: 50%;
}

.MuiIconButton-edgeEnd {
    margin-right: -25px !important;
}

.makeStyles-expansionPanelSummaryRoot-343 {
    margin: 0px -25px 0px 0px !important;
}

.product-default-content_inner .product-default-link {
    font-size: 20px;
}

.product_location i {
    padding-right: 5px;
    margin-right: 0px;
}

.finance-pricing .loan-amt-block .loan-amt-text {
    margin-bottom: 0px;
    color: #fff;
}

.finance-pricing .loan-amt-block .loan-amt-price {
    margin-bottom: 0px;
    color: #fff;
}

.finance-pricing .product-default-content_inner {
    padding: 20px;
}

.trust_shield_section .loan-amt-block .loan-amt-text {
    margin-bottom: 0px;
    color: #fff;
}

.trust_shield_section .loan-amt-block .loan-amt-text-small {
    margin-bottom: 0px;
    color: #fff;
    text-transform: capitalize;
}

.popup-screens .popup-right .select-compare .form-control {
    padding: 0.5rem 0rem !important;
}

.ratting_icon_full::before,
.ratting_icon_empty::before {
    font-size: 14px;
}

.breadcrumb-nav li a {
    color: #707070;
}

.MuiExpansionPanelSummary-root.Mui-expanded {
    border-bottom: 0px;
}

.MuiExpansionPanelDetails-root {
    margin: 0px !important;
}

.menu_button i {
    padding-left: 5px;
}

.szh-menu__item--hover {
    background: #8abc3a !important;
    color: #fff !important;
}

.profile-setting-update {
    border: none;
    background-color: #93B950;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    padding: 15px 52px;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    margin: 10px 0px;
}

.btn-profile-edit-profile-active {
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
    position: absolute;
    top: 25px;
    right: 30px;
    color: #93B950;
}

.btn-profile-edit-profile:hover {
    color: #93B950;
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
    position: absolute;
    top: 25px;
    right: 30px;
}

.btn-profile-edit-contact-active {
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
    position: absolute;
    top: 25px;
    right: 30px;
    color: #93B950;
}

.btn-profile-edit-contact:hover {
    color: #93B950;
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
    position: absolute;
    top: 25px;
    right: 30px;
}

.top-menu .header_active {
    color: #93b950;
}

.sell_a_car_bottom {
    margin-top: 50px;
}

.carousel-slider .control-dots {
    /* display: none; */
}

.blog-feed-single:hover .blog-feed-content .blog-feed-link a {
    color: #88BC3A !important;
}

.footer-payment ul li a {
    color: #fff;
}

.mobile_pro_fixed {
    position: sticky;
    z-index: 9990;
    background: transparent linear-gradient(106deg, #e8f0dc 0%, #d3dbe6 100%) 0% 0% no-repeat padding-box;
    top: 0px;
    padding: 0px 10px;
    width: 100%;
}

.mobile_pro_fixed_pro_name {
    width: 60%;
    height: auto;
    float: left;
}

.mobile_pro_fixed_pro_wishlist {
    width: auto;
    height: auto;
    float: left;
    cursor: pointer;
}

.mobile_pro_fixed_pro_wishlist i {
    color: #D80000;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    padding: 15px 0px;
    cursor: pointer;
}

.mobile_pro_fixed_pro_wishlist_empty {
    width: auto;
    height: auto;
    float: left;
    cursor: pointer;
    padding: 15px 0px;
}

.mobile_pro_fixed_pro_wishlist_empty i {
    color: #666666;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.mobile_pro_fixed_pro_share {
    width: auto;
    height: auto;
    float: left;
    cursor: pointer;
    margin: 0px 25px;
}

.mobile_pro_fixed_pro_share i {
    color: #003F90;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    padding: 15px 0px;
    cursor: pointer;
}

.static_pages.collective_works .home-head-two {
    height: auto;
    font-size: 18px;
    width: 60%;
    margin: 5px auto;
}

.easy_steps.static_pages .static_sub_head {
    padding-left: 30px;
}

.easy_steps.static_pages .img-right .blog-feed-content {
    cursor: auto;
}

.easy_steps.static_pages .img-left .blog-feed-content {
    margin: 0%;
}

.easy_steps.static_pages .img-right .blog-feed-content p {
    line-height: 25px;
    cursor: auto;
    font-size: 16px;
}

.easy_steps.static_pages .img-left .blog-feed-content p {
    line-height: 25px;
    cursor: auto;
    font-size: 16px;
}

.collective_works .section-content-gap {
    margin-bottom: 0px;
}

.select_city .compare-head-one {
    font-size: 20px;
}

.MuiPickersDay-daySelected {
    color: #fff;
    font-weight: 500;
    background-color: #003f90 !important;
}

.proceed_booking {
    margin-bottom: 0.2rem;
}

.popup-right .green-btn {
    margin-left: 10px;
}

.inner-bottom .compare-head-one {
    font-size: 26px;
}

.sell_a_car_bottom .border-design {
    box-shadow: 0px 2px 1px #f1f1f1;
    border: 1px solid #f1f1f1;
    padding-bottom: 20px;
}

.css-1uccc91-singleValue {
    color: #003f90 !important;
}

.get_price_button:hover .green-btn {
    background: #6EA41D;
}

.inner-top .compare-head-one {
    color: #fff;
    font-size: 24px;
}

.my_account nav ul li {
    padding-left: 20px;
}

.my_account_my_tcc .similar_products .section-content-gap {
    margin-bottom: 0px;
}

.blog-feed-post-meta-author:hover,
.blog-feed-post-meta-date:hover,
.blog-feed-link:hover {
    color: #626262;
}

.easy_steps.static_pages .blog-feed-link {
    cursor: auto;
    font-size: 24px;
}

.easy_steps.static_pages .blog-feed-single {
    cursor: auto;
}

.MuiAccordion-root:before {
    display: none !important;
}

.MuiPaper-root.MuiAccordion-root.makeStyles-panel_root-769.Mui-expanded.MuiAccordion-rounded.MuiPaper-elevation1.MuiPaper-rounded {
    margin: 0px !important;
}

.empty_wishlist {
    width: 100%;
    height: auto;
}

.empty_wishlist img {
    width: 100%;
    height: auto;
}

.tcc-showroom-container .product-default-single {
    border: 0px !important;
}

.finance .complete-part .part-two {
    background: none;
    border-radius: 0px;
    box-shadow: none;
}

.contact-form {
    background: #fff;
    padding: 10px 30px;
}

.contact-details-wrapper {
    background: #fff;
    padding: 20px 30px;
}

.contact-details-single-item.address {
    width: 48%;
}

.contact-details-single-item {
    display: inline-flex;
    width: auto;
    margin: 0px 5px 50px 0px;
}

.contact-details-icon {
    background: #fff;
}

.contact-details-content a,
.contact-details-content span {
    display: block;
    font-size: 16px;
    color: #003F90;
}

.green-btn.contact-submit-btn {
    padding: 15px 30px;
}

.footer-top.section-inner-bg .MuiIconButton-edgeEnd {
    margin-right: 0px !important;
}

.sort-select-list .has-user-dropdown .user-sub-menu {
    width: 200px;
    left: calc(0% - 0px);
}

.relevance-btn {
    color: #003F90;
    background: #fff;
    width: 200px;
    height: 30px;
    border-radius: 7px;
}

.compare_close {
    text-align: right;
    margin-bottom: 5px;
}

.compare-close-btn {
    color: #003F90;
    background: #fff;
    height: 30px;
    border-radius: 7px;
    padding-right: 05px;
}

.empty_wishlist {
    display: block;
    width: 100%;
    margin: 0px;
    position: relative;
    border-radius: 0px;
    border: 0px solid #eee;
}

.empty_wishlist .inner-top {
    width: 100%;
    flex: 1;
    padding: 40px 40px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
}

.empty_wishlist .inner-top .inner-top-img {
    width: 30%;
    height: auto;
    text-align: center;
    margin: 0px auto;
}

.empty_wishlist .inner-top .inner-top-img img {
    width: 75%;
    height: auto;
    margin: 0px auto;
}

.empty_wishlist.empty_listing .inner-top .inner-top-img img {
    width: 100%;
}

.empty_wishlist.empty_listing {
    min-height: 700px;
    background: #fff;
    border-radius: 20px;
}

.empty_wishlist .inner-bottom {
    width: 100%;
    background: #fff;
    padding: 20px 20px;
    border-radius: 20px;
}

.empty_wish_submit {
    margin-top: 25px;
}

.empty_submit {
    text-align: left;
}

.tcc_media_coverage {
    margin-bottom: 50px;
}

.sort-select-list .has-user-dropdown::before {
    content: "";
}

.mobile_compare .compare-close-btn {
    float: right;
    width: 100%;
    height: auto;
    text-align: right;
    color: #003F90;
    background: #fff;
    border-radius: 7px;
    padding-right: 05px;
}

.sc-7dvmpp-1 {
    display: none !important;
}

.dJnoxT {
    bottom: 80px !important;
}

.footer-location i.fa-map-marker-alt {
    margin-right: 0.5rem;
}

.banner-wrapper {
    margin-bottom: 0px;
}

.has-user-dropdown i.fa-angle-down {
    margin-left: 5px;
}

.header-action-icon i.fa-map-marker-alt {
    margin-right: 0.5rem;
}

.copyright-area {
    text-align: left;
}

.privacy-policy-wrapper {
    margin-bottom: 0px;
}

.tcc-showroom-container .product-default-content {
    display: block;
}

#layout-3-grid .carousel .slide img.product-default-img {
    width: 100%;
    height: auto;
}

.compare .carousel .slide img.product-default-img {
    width: 100%;
    height: auto;
}

.menu_year ul {
    height: 300px;
    overflow-y: auto;
}

.compareCar_popup .compare_car_btn {
    margin: 0px 0px 0px 0px;
}

.fixed_filter {
    height: 35%;
    overflow-y: auto;
}

.explore-model-name {
    text-transform: uppercase;
}

.home-head-three {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #36454F;
    text-align: left;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 10px;
}

.money_back_popup_head {
    font-size: 20px;
    color: #003F90;
    text-align: center;
    margin: 20px 0px;
}

.popup-close.money_back {
    right: -40px;
}

.my_account_my_tcc.saved_cars .product-default-single .product-default-content {
    width: 50%;
}

.my_account_my_tcc.saved_cars .product-default-single .product-img-warp {
    width: 50%;
}

.inner-top.saved-cars {
    background: none;
}

.product-name {
    text-transform: uppercase;
}

.help_support .part-two ul>li {
    list-style-type: circle;
    margin-left: 50px;
}

.help_support .help_support_links.selected p {
    color: #88bc3a;
}

.help_support .help_support_links.selected img {
    filter: invert(66%) sepia(51%) saturate(547%) hue-rotate( 42deg) brightness(94%) contrast(84%);
}

.accordion__subHeader {
    margin: 0px 0px 10px 50px;
}

.pro_details_share {
    top: 10px;
}

.Demo__some-network__share-button {
    margin: 06px;
}

.help_support a:hover {
    cursor: pointer;
}

.filter-scroller-div div {
    overflow-x: hidden;
}

.siderbar-section {
    position: sticky;
    top: 10px;
}

.tcc-family-funny-side-img-1 {
    padding-bottom: 10px;
}

.help_support .part-two .accordion__subHeader {
    margin: 0px 0px 10px 20px;
    font-weight: 600;
}

.help_support .part-two p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

.product_highlights_box {
    width: 20%;
    height: auto;
    float: left;
    margin: 10px 0px 10px 0px;
}

.product_highlights_name {
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    margin: 0px 0px 5px 0px;
}

.product_highlights_name img {
    width: 15px;
    height: auto;
    margin: 0px 10px 0px 0px;
}

.product_highlights_details {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 14px;
    padding-left: 25px;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}

.sk-three-bounce {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: white;
}

.sk-three-bounce .sk-child {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #003f90;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.tcc_collective_showrooms .product-default-content {
    width: 100%;
}

.q8c6tt-2.jxPOhn {
    bottom: 60px;
}

.blog-feed-happiness-army-content .home-head-three {
    height: auto;
}


/* .filter-scroller-div .inner_ul li label.checkbox-default input{
    width: inherit !important;
} */

.filter-scroller-div .inner_ul li label.checkbox-default input {
    width: 20px !important;
    height: auto;
    float: left;
}

.slick-prev {
    left: 3% !important;
    z-index: 1 !important;
}

.slick-next {
    right: 3% !important;
    z-index: 1 !important;
}

.header-callus {
    float: right;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    width: auto;
    height: auto;
    line-height: 20px;
    text-align: right;
    margin-top: 5px;
    background: #92c439;
    border-radius: 5px;
    margin-right: 10px;
}

.product-default-content_inner .purple-bg,
.product-default-content_inner .light-green-bg {
    padding: 10px 2px;
    font-size: 10px;
    margin: 0px 2px;
}

.product-default-content_inner .yellow-bg {
    padding: 5px;
    font-size: 10px;
    margin: 0px 2px;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}

.custom-select option {
    width: 100%;
}

.booked-car {
    position: absolute;
    top: 0px;
    left: 0px;
}

.booked-car img {
    width: 100%;
    height: auto;
}

.vechicle-status {
    width: 100%;
    height: 45px;
}

.fixed_backdrop {
    background: gray;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9992 !important;
    top: 0px;
    left: 0px;
    opacity: 1;
}

.mytcc {
    margin-bottom: 20px;
}

.mytcc .mytcc-img {
    width: 50% !important;
}

.mytcc .product-default-content {
    width: 50% !important;
}

.gxFXtT {
    bottom: 60px !important;
}

.sidebar-single-widget .input-range,
.sidebar-single-widget .input-range div {
    overflow-x: initial !important;
}

.my_account_my_tcc .booking-amt-details.bg-green p {
    font-size: 10px;
}

.szh-menu-container.megamenu {
    position: absolute !important;
    width: 90% !important;
    left: -100px !important;
    top: 20px !important;
}

.megamenu .szh-menu.szh-menu--dir-bottom {
    left: 0px !important;
    width: 100% !important;
}

.megamenu .szh-menu div {
    width: 33.3% !important;
    float: left !important;
}

.megamenu .szh-menu__submenu {
    position: inherit !important;
    width: 100% !important;
}

.megamenu .szh-menu__submenu>.szh-menu__item {
    width: 100% !important;
}

.megamenu .szh-menu.szh-menu--dir-bottom .megamenu_item .szh-menu {
    width: 100% !important;
    position: absolute;
    background: #fff !important;
}

.megamenu .szh-menu.szh-menu--dir-bottom .megamenudiv {
    position: relative;
}

.megamenu .szh-menu.szh-menu--dir-bottom .megamenudiv li.szh-menu__submenu.megamenu_item {
    position: relative !important;
}

.required {
    color: red;
    font-size: 16px !important;
}

.btn-next {
    text-transform: uppercase;
    color: #fff;
    background-color: #88BC3A;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0 1.2rem;
}

.btn-previous {
    text-transform: uppercase;
    color: #fff;
    background-color: #666;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0 1.2rem;
}


/* Kuwy css */

.kuwy .form-control {
    border: 1px solid #b4b4b4;
    padding: 0.5rem 0.5rem;
	text-transform:capitalize;
    font-size: 1.3rem;
    font-weight: 500;
    color: #003F90;
    height: 50px;
    width: 100%;
}

.kuwy a.btn-link {
    line-height: 30px !important;
    text-decoration: none;
    padding: 10px;
}

.kuwy .btn-link {
    line-height: 30px !important;
    text-decoration: none;
    padding: 10px;
}

.modal-content .btn-link {
    line-height: 30px !important;
    text-decoration: none;
    padding: 10px;
}

.verify_otp p {
    font-size: 14px;
    width: 100%;
    height: auto;
    float: left;
}

.verify_otp a {
    padding: 10px 20px;
}

.verify_otp h5 {
    width: 100%;
    height: auto;
    float: left;
}

.verify_otp input {
    width: auto;
    margin: 0px 5px 0px 0px;
}

#partitioned {
    padding-left: 10px;
    letter-spacing: 38px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 30px;
    width: 180px;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
    width: 100%;
}

table.thankyou_kuwy {
    border: 1px solid #999;
    text-align: center;
}

table.thankyou_kuwy tr td {
    padding: 10px 0px;
    border-bottom: 1px solid #999;
}

.table-responsive .kuwy_table tbody tr td {
    text-align: left;
}


/*Step Progress*/

.wrapper {
    width: 100%;
    font-size: 14px;
    margin: 30px 0px;
}

.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}

.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #CCC;
}

.StepProgress-item {
    position: relative;
    counter-increment: list;
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}

.StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -44px;
    width: 30px;
    height: 30px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}

.StepProgress-item.is-done::before {
    border-left: 2px solid #003f90;
}

.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 16px;
    color: #FFF;
    text-align: center;
    border: 2px solid #003f90;
    background-color: #003f90;
}

.StepProgress-item.current::before {
    border-left: 2px solid #003f90;
}

.StepProgress-item.current::after {
    content: counter(list);
    padding-top: 1px;
    width: 30px;
    height: 30px;
    top: -4px;
    left: -44px;
    font-size: 14px;
    text-align: center;
    color: #003f90;
    border: 2px solid #003f90;
    background-color: white;
}

.StepProgress strong {
    display: block;
}

.StepProgress-item.is-timerone::after {
    content: "\f017";
    font-size: 16px;
    color: #FFF;
    text-align: center;
    border: 2px solid #00b0f0;
    background-color: #00b0f0;
    font-family: "Font Awesome 5 Free" !important;
}

.StepProgress-item.is-timertwo::after {
    content: "\f017";
    font-size: 16px;
    color: #FFF;
    text-align: center;
    border: 2px solid #a3a3a3;
    background-color: #a3a3a3;
    font-family: "Font Awesome 5 Free" !important;
}


/* Lender css */

.person .section .payment_calculation h4 {
    text-align: left;
    font-size: 14px;
}

.payment_calculation p {
    text-align: left !important;
}

.person .section p {	
    font-size: 18px;	
    font-weight: bold;	
}	
.person .section h4 {	
    font-size: 12px;	
    font-weight: bold;	
}

.person .bank_icon {
    width: 60%;
    float: left;
    width: auto;
    height: 45px;
}

.person .button {
    float: right;
    background-color: #666;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: 700;
}

.person .button-approval {
    background: #017010;
    color: #fff;
    font-size: 12px;	
    padding: 6px;	
    font-weight: bold;
}

.person.get_your_loan_card {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}

.get_your_loan_card .person-class {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #ccc;
    margin: 6px;
    float: left;
    height: 220px;
    width: 48%;
}


/* loan offer details */

.bank_icon_loan_offer {
    float: right;
    width: 40%;
}

.loan-offer h4 {
    color: #000;
    padding: 16px;
}

.loan-offer .person-class {
   padding: 15px;
   box-shadow: 2px 1px 5px 2px #ccc;
}

.loan-offer .rupees {
    background: #e087d1;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.loan-offer .id {
    background: #56a8a1;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.loan-offer .new {
    background: #e087d1;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.loan-offer .name {
    border: 2px dotted;
}

.loan-offer .name h4 {
    color: #000;
    padding: 16px;
    text-align: left;
}

.payment_calculation {
    /* background: #47b2f5; */
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 0 10px #ddd;
}

.payment_calculation h4 {
    color: #000;
    padding: 16px 0px;
    text-align: left;
    font-weight: 700;
}

.payment_calculation p {
    color: #000;
    padding: 5px 0px;
    text-align: left;
    font-weight: 700;
}

.loan-offer .emi-payment {
    background: #012757;
    border-radius: 50px;
    padding: 15px;
    color: #fff;
    float: right;
}

.loan-offer .upload-document {
    background: #012757;
    border-radius: 50px;
    padding: 15px;
    color: #fff;
    float: right;
}

.addnewaddress {
    background: #fff;
    border: 1px solid #b4b4b4;
    color: #003F90;
    margin-top: 15px !important;
    display: block;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.3rem;
}







/* kuwy loan card style 17/12/21 */

.powered-logo {
    width: 90px !important;
    display: initial;
    margin-left: 15px;
    margin-right: auto;
    margin-top: 0;
    /* position: absolute;
    right: 0;
    top: 0; */
    position: sticky;
    right: 10px;
    top: 0%;
    z-index: 9;
    float: right;
    margin-top: -152px;
    margin-right: 32px;
}
.right-logo {
    position: relative;
    display: block;
}
.loan-card h3 {
    font-size: 28px !important;
    line-height: 32px;
    margin-bottom: 10px !important;
}
button.custom-loan-btn {
    font-size: 11px;
}

.mb-20 {
    margin-bottom: 40px;
}
.kw-60 {
    width: 100%;
}
.loan-amount-cont {
    position: absolute;
    width: auto;
    top: 129px;
    left: 0px;
    right: 0px;
}
.loan-card h6 {
    font-size: 18px;
    line-height: 29px;
}
.loan-card p {
    line-height: inherit;
}
.font-11 {
    font-size: 11px !important;
}
.text-red {
    color: red;
}
.loader-form {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #f3f0f061;
    z-index: 1111;
    overflow-x: hidden;
    z-index: 2;
    display: none;
}
.loader-loan {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 45%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4183D7;
    border-top: 10px solid #F5AB35;
    -webkit-animation: loader-loan 1.2s ease-in-out infinite alternate;
    animation: loader-loan 1.2s ease-in-out infinite alternate;
}
/* .loan-card-btn .btn-volks {
    padding: 9px;
    font-size: 14px;
}
.btn-volks.active {
    background-color: #001e50;
    color: #fff;
    border: none;
} */
.mr-20 {
    margin-right: 20px !important;
}
.display-inline-block {
    display: inline-block;
}
/* .btn-volks {
    outline: none !important;
}
.btn-volks {
    border: none;
    border-radius: 50px;
    background: #f8f8f8;
    display: block;
    color: #a3a3a3;
    width: 200px;
    height: 57px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
} */
.top-forecast {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 8px;
}
.font-12 {
    font-size: 12px;
    line-height: 29px;
}
.loan-card h4 {
    font-size: 18px;
    line-height: 32px;
}
.loan-card h6 {
    font-size: 18px;
    line-height: 29px;
}
ul {
    list-style: none;
}
ul.loan-eligibility-bg {
    width: auto;
    float: left;
}
ul.loan-eligibility-bg li {
    width: 105px;
    height: 80px;
    margin: 10px 0 10px 0;
    float: left;
    padding: 10px 0 0 0!important;
    text-align: center!important;
    border-radius: 12px;
    border: 1px #fff solid;
    color: #fff;
}
.loan-eligibility-bg p {
    font-size: 12px;
    margin-top: 9px;
    line-height: 10px;
}
.car-detail ul li {
    text-align: left;
    line-height: 10px!important;
    padding: 0;
}
.ky-header-app {
    background: rgb(85, 204, 124);
    background: -moz-linear-gradient(45deg, rgba(85, 204, 124, 1) 0%, rgba(245, 249, 127, 1) 100%);
    background: -webkit-linear-gradient(
45deg, rgba(85, 204, 124, 1) 0%, rgba(245, 249, 127, 1) 100%);
    background: linear-gradient(
45deg, rgba(85, 204, 124, 1) 0%, rgba(245, 249, 127, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#55cc7c", endColorstr="#f5f97f", GradientType=1);
    /* font-size: 150%; */
    text-align: center;
    color: #112233;
    text-transform: uppercase;
    flex-basis: 30%;
    padding: 2vmin;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 10;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.ky-header-app {
    /* background: #ff9a32; */
    font-size: 150%;
    text-align: center;
    /* color: #fff; */
    flex-basis: 30%;
    padding: 2vmin;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 10;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.w-100 {
    width: 100%!important;
}
.kt11 {
    font-size: 21px;
}
.ky-box {
    position: relative;
    width: 100%;
    padding: 1em;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgb(0 0 0 / 10%) inset;
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%) inset;
    margin-bottom: 10px;
    border-radius: 12px;
}
.ky-box:after, .ky-box:before {
    content: "";
    position: absolute;
    z-index: -2;
}
.loan-card h4 {
    font-size: 18px;
    line-height: 32px;
}
.text-color-ore {
    color: #ff9801;
}
.text-align-center {
    text-align: center!important;
}
figure img {
    width: 8rem;
    height: 8rem;
    border-radius: 15%;
    /* border: 1.5px solid #f05a00; */
    margin-right: 1.5rem;
    padding: 1rem;
}
img {
    max-width: 100%;
    margin: 0 auto;
}
.loan-card h6 {
    font-size: 18px;
    line-height: 29px;
}
.text-red {
    color: red;
}
.loan-card h4 {
    font-size: 18px;
    line-height: 32px;
}
.display-inline-block {
    display: inline-block;
}
.float-right {
    float: right!important;
}

/**svg styles**/

.kt0 {
    fill: #124570
}

.kt1 {
    fill: #175483
}

.kt2 {
    enable-background: new
}

.kt3 {
    fill: #fb4848
}

.kt4 {
    fill: #fff
}

.kt5 {
    fill: #caaa75
}

.kt6 {
    fill: #caaa75;
    stroke: #124570;
    stroke-miterlimit: 10
}

.kt7 {
    font-family: 'VWHead-Bold'
}

.kt8 {
    font-size: 30px
}

.kt9 {
    font-size: 12px
}

.kt10 {
    font-family: 'VWHead-Bold'
}

.kt11 {
    font-size: 21px
}

.kt12 {
    font-size: 18px
}

.kuwy-logo {
    position: relative;
    left: 107px;
}

.new-car {
    left: 71px;
    position: relative;
}

.lender-list {
    position: relative;
    left: 14px;
}

.eoffer-list {
    position: relative;
    left: 67px;
}

.reference {
    position: relative;
    left: 169px;
}

.sch-app {
    position: relative;
    left: 156px;
}

.menu {
    width: 100%;
    z-index: 99;
    position: static;
}

.menu.sticky {
    position: fixed;
    top: 0;
}


@media (min-width: 1200px) {
    .container.card-container {
        max-width: 1140px !important;
    }
}

/* kuwy loan card responsive style */
@media(max-width:1440px) {
    #accordion .panel-heading .accordion-toggle::before {
        left: 140px;
    }
}

@media(min-width:1336px) and (max-width:1400px) {
    #accordion .panel-heading .accordion-toggle::before {
        left: 88px;
    }
}

@media(max-width:1280px) {
    #accordion .panel-heading .accordion-toggle::before {
        left: 56px;
    }
}

@media(max-width:1200px) {
    #accordion .panel-heading .accordion-toggle::before {
        left: 27px;
    }
}

@media(max-width:1024px) {
    .container {
        padding: 0 25px;
    }
    .panel-title {
        font-size: 20px;
        margin-left: 20px;
    }
    #accordion .panel-heading .accordion-toggle::before {
        left: 16px;
    }
    .radio_warper .radio {
        padding-right: 0px;
    }
    .residence.radio_warper .radio {
        padding-right: 0px;
    }
    .car-detail-title h3 {
        font-size: 30px !important;
    }
    .loan-card-btn .btn-volks {
        padding: 9px;
        font-size: 12px;
    }
    ul.loan-eligibility-bg li {
        width: 102px !important;
    }
}

@media(max-width:900px) {
    .loan-amount-cont {
        top: 88px;
    }
}

@media(max-width:890px) {
    .panel-title {
        font-size: 20px;
        margin-left: 20px;
    }
    .datepicker-dropdown {
        width: auto !important;
    }
}

@media(max-width:768px) {
    .loan-amount-cont {
        top: 70px;
    }
    .loan-amount-cont h6 {
        font-size: 15px;
    }
    .loan-amount-cont h3 {
        font-size: 30px !important;
    }
    .content-sec h3 {
        margin-bottom: 0px;
    }
    .datepicker-dropdown {
        width: auto !important;
    }
    .otp input[type="text"] {
        padding: 2px !important;
    }
    .powered-logo {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 auto;
    }
    .right-logo {
        position: relative;
        display: flex;
    }
}

@media(max-width:601px) {
    .loan-amount-cont {
        top: 196px;
    }
    .loan-amount-cont h6 {
        font-size: 20px;
    }
    ul.loan-eligibility-bg li {
        width: 101px !important;
    }
    .loan-card-btn .btn-volks {
        width: 150px;
    }
    .otp input[type="text"] {
        left: 8% !important;
        width: 17% !important;
        padding: 5px !important;
    }
}

@media(max-width:561px) {
    .loan-amount-cont {
        top: 120px;
    }
    .datepicker-dropdown {
        width: auto !important;
    }
    .completed .order-track-status-line {
        height: 8rem;
    }
    .not-started .order-track-status-line {
        height: 8rem;
    }
    .order-track-status-line {
        height: 8rem;
    }
    ul.loan-eligibility-bg li {
        width: 93px !important;
    }
    .loan-card-btn .btn-volks {
        width: 150px;
    }
}

@media(max-width:480px) {
    .loan-amount-cont {
        top: 90px;
    }
    .loan-amount-cont h3 {
        font-size: 30px !important;
    }
    .mr-20 {
        margin-right: 0px !important;
    }
    .datepicker-dropdown {
        width: auto !important;
    }
    .car-detail ul li {
        font-size: 14px !important;
        display: inline flow-root list-item;
    }
    .loan-card-btn .btn-volks {
        width: 100%;
    }
}

@media(max-width:400px) {
    .radio_warper .radio {
        font-size: 16px;
    }
    .otp input[type="text"] {
        width: 20%;
    }
    .mr-20 {
        margin-right: 0px !important;
    }
    .datepicker-dropdown {
        width: auto !important;
    }
}



/* OTP style */

  .otp-value input{
    display:inline-block;
    width:50px;
    height:50px;
    text-align:center;
    border-bottom: 1px solid #888888;
    margin-right: 10px;
  }


  .kuwy .btn-default.dropdown-toggle {
    height: 50px;
  }
  .kuwy span.multiselect-selected-text {
    width: 97%;
    font-size: 1.3rem !important;
  }
  .kuwy b.caret {
    display: none;
}
.kuwy span.input-group-addon {
    width: 98%;
}
.multiselect-container>li input {
    width: initial !important;
}
li.multiselect-item.multiselect-filter {
    display: none;
}
.dropdown-menu {
    top: 50px;
}
.datepicker.datepicker-dropdown.dropdown-menu {
    width: initial !important;
}

 .experian-modal h5, .modal-content h5 {
    color: #003f90;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.otp-verify{
	width: 5%;
    border-bottom: 1px solid #000;
}
select.form-control{
    height: 46px;
}
.btn-next{
	font-size:11px;
    line-height: 30px !important;
}



/* update css */	
.used-car-pincode {	
    border: 1px solid #b4b4b4;	
    padding: 10px 5px;	
    font-size: 1.3rem;	
    font-weight: 500;	
    color: #003F90;	
    height: 50px;	
    width: 100%;	
    border-radius: 6px;	
    margin-top: 30px;	
}	
.form-control[readonly] {	
    background-color: #E9ECEF !important;	
    opacity: 1;	
}
.lender-logo {
    width: 100%;
    height: 60px;
}
.lender-logo img {
    width: auto !important;
    height: 100% !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: capitalize;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: capitalize;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: capitalize;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: capitalize;
}
::placeholder { /* Recent browsers */
    text-transform: capitalize;
}






.checkbox-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    gap: 20px;
  }
  
  .select-lender>.checkbox {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    user-select: none;
    float: right;
  }
  .select-lender>.checkbox:hover .checkbox-checkmark {
    border: 2px solid #6340FF;
  }
  
  .checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkbox-input:focus ~ .checkbox-checkmark-box {
    border-color: #6340FF;
  }
  .checkbox-input:checked ~ .checkbox-checkmark-box .checkbox-checkmark:after {
    display: block;
  }
  .checkbox-input:checked ~ .checkbox-checkmark-box .checkbox-checkmark {
    background-color: #6340FF;
    border: 2px solid #6340FF;
  }
  .checkbox-input:disabled ~ .checkbox-checkmark-box .checkbox-checkmark {
    border: 2px solid #B0B0B0;
    cursor: not-allowed;
  }
  .checkbox-input:disabled:checked ~ .checkbox-checkmark-box .checkbox-checkmark {
    background-color: #B0B0B0;
  }
  .checkbox-input:disabled:checked ~ .checkbox-checkmark-box .checkbox-checkmark:after {
    background: url("../images/tick.svg") no-repeat center;
    background-size: contain;
  }
  
  .checkbox-checkmark-box {
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 4px;
  }
  
  .checkbox-checkmark {
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #b9b9b9;
    border-radius: 4px;
    cursor: pointer;
  }
  .checkbox-checkmark:after {
    content: "";
    display: none;
    background: url("../images/tick.svg") no-repeat center;
    width: 15px;
    height: 20px;
    background-size: contain;
  }

.person-class.checked {
    border: 2px solid #6340ff;
    box-shadow: 0px 0px 10px 0px #878787;
}