.header_form,
.header_mc {
    display: -webkit-box;
    display: -ms-flexbox;
}
.header_form,
.header_mc,
.knc_alphabet_container ul,
.knc_alphabet_container ul>li>a,
.knc_alphabet_container ul>li>a>span,
.knc_banner_mc {
    display: -ms-flexbox;
}
.form_group button,
.main_menu > ul>li>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    font-size: 16px;
    line-height: 16px;
}
.form_group button,
.menu_icon {
    background: #2b317d;
    color: #fff;
}
*,
.main_menu > ul {
    padding: 0;
}
*,
.main_menu>ul,
body {
    margin: 0;
    scroll-behavior: smooth;
}
.main_menu>ul>li>ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: none;
    width: 100%;
}

.main_menu>ul>li>ul>li>a {
    display: block;
    text-decoration: none;
    color: #29337a;
    text-transform: uppercase;
    padding: 10px 14px;
    font-family: var(--FiraSans-Light);
    font-size: 14px;
    
}
.main_menu>ul>li>ul>li {
    border-bottom: 2px solid #cfd0db;
}
.main_menu>ul>li>ul>li:last-child {
    border-bottom: 0;
}
.knc_banner,
.knc_banner_mc,
.main_menu>ul>li>a,
.main_menu>ul>li {
    position: relative;
}
.footer_content a,
.footer_nav a,
.footer_social a,
.main_menu>ul>li>a,
.menu_icon {
    text-decoration: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: FiraSans-Bold;
    src: url("../fonts/FiraSans-Bold.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: FiraSans-SemiBold;
    src: url("../fonts/FiraSans-SemiBold.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: FiraSans-Medium;
    src: url("../fonts/FiraSans-Medium.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: FiraSans-Book;
    src: url("../fonts/FiraSans-Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: FiraSans-Light;
    src: url("../fonts/FiraSans-Light.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: FiraSans-UltraLight;
    src: url("../fonts/FiraSans-UltraLight.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Montserrat-Regular;
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Montserrat-Black;
    src: url("../fonts/Montserrat-Black.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Montserrat-Bold;
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
:root {
    --FiraSans-Bold: "FiraSans-Bold";
    --FiraSans-SemiBold: "FiraSans-SemiBold";
    --FiraSans-Medium: "FiraSans-Medium";
    --FiraSans-Book: "FiraSans-Book";
    --FiraSans-Light: "FiraSans-Light";
    --FiraSans-UltraLight: "FiraSans-UltraLight";
    --Font-Awesome : "Font Awesome 6 Free";
    --Montserrat-Regular: "Montserrat-Regular";
    --Montserrat-Black: "Montserrat-Black";
    --Montserrat-Bold: "Montserrat-Bold";
    --Banner-Title-Family: "Montserrat-Black";
    --Banner-Title-Size: 48px;
    --Banner-Content-Family: "FiraSans-Light";
    --Banner-Content-Size: 15px;
    --Button-Family: "FiraSans-Book";
    --Button-Size: 15px;
    --Button-Background-Color: #273B80;
    --Button-Readmore-Family: "FiraSans-Light";
    --Button-Readmore-Size: 15px;
    --Button-Readmore-Background-Color: "#aaaaaa";
    --Blue-BG-Light-Color: #273B80;
    --Blue-BG-Dark-Color: #06254B;
    --Grey-BG-Light-Color: #E5E5E5;
    --Grey-BG-Dark-Color: #CCCCD0;
    --Section-Header-Family: "FiraSans-SemiBold";
    --Section-Header-Size: 34px;
    --Section-Content-Family: "FiraSans-Light";
    --Section-Content-Size: 15px;
    --Section-Sub-Head-Family: "FiraSans-Light";
    --Section-Sub-Head-Size: 18px;
    --Section-Sub-Content-Family: "FiraSans-UltraLight";
    --Section-Sub-Content-Size: 15px;
}
.section_container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.header_mc {
    max-width: 1280px;
    padding: 10px 15px;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.header_form,
.menu_icon {
    -webkit-box-align: center;
}
.header_form {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.header_form form {
    display: none;
}
.main_menu>ul>li:last-child>a::after,
.main_menu>ul>li:nth-child(3)>a::after,
.main_menu>ul>li:last-child {
    display: none;
}
.form_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu_icon {
    margin-left: 20px;
    width: 30px;
    height: 30px;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    display: none;
}
.form_group input {
    padding: 0 15px;
    height: 28px;
    min-width: 234px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border: 1px solid #000;
}
.form_group button {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-width: 30px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border: 0;
}
.main_menu>ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main_menu {
    background: #dfdfe0;
    border-radius: 35px;
}
.main_menu>ul>li:last-child {
    margin-right: 0;
}
.main_menu>ul>li>a {
    display: inline-flex;
    padding: 10px 12px;
    color: #555;
    font-family: var(--FiraSans-Light);
}
.main_menu>ul>li>a.active {
    color: #2b317d;
    font-family: var(--FiraSans-Book);
}
.main_menu>ul>li>a:hover {
    color: #2b317d;
}
.header_logo img {
    display: block;
}
.knc_alphabet_container ul,
.knc_alphabet_container ul>li>a,
.knc_alphabet_container ul>li>a>span,
.knc_banner_mc {
    display: -webkit-box;
    display: -ms-flexbox;
}
section.knc_alphabet {
    padding: 40px 0;
}
.knc_alphabet_container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
}
.knc_alphabet_container ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333%;
    flex: 0 0 8.333%;
}
.knc_alphabet_container ul>li>a {
    color: #939dbf;
    text-decoration: none;
    font-size: 30px;
    line-height: normal;
    font-family: var(--FiraSans-Light);
    display: flex;
    width: 52px;
    height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
}
.knc_alphabet_container ul>li>a>span {
    background: #fff;
    width: 48px;
    height: 32px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.knc_alphabet_container ul>li>a.active {
    background: -webkit-gradient(linear, right top, left top, from(#00c1ff), to(#008074));
    background: -o-linear-gradient(right, #00c1ff, #008074);
    background: linear-gradient(to left, #00c1ff, #008074);
    border: 2px solid transparent;
    border-radius: 5px;
}
.knc_alphabet_container ul>li>a.active::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75%;
    height: 8px;
    background: #037de2;
    border-radius: 35px;
}
.knc_banner_container {
    background-image: url("../images/mobility/knowyourcar/z-bg-new.jpg");
    background-repeat: no-repeat;
    width: 100%;
}
.knc_banner_mc {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}
.knc_banner_sc:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
.knc_banner_sc:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 20px 0;
}
.knc_banner_img img {
    display: block;
    max-width: 100%;
    max-height: 300px;
    height: 100%;
    margin: auto;
}
.knc_banner_header h3 {
    margin: 0 0 15px;
}
.knc_banner_header h3 span {
    display: block;
    color: #fff;
    font-weight: 400;
    font-family: var(--FiraSans-Light);
    font-size: 48px;
    line-height: normal;
}
.knc_banner_desc h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
    font-family: var(--FiraSans-Medium);
}
.knc_banner_desc p {
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--FiraSans-Light);
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    margin-top: 0;
}
.footer_mc {
    background: #d6d6da;
    padding: 16px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_content a,
.footer_content span {
    margin-top: 5px;
    display: block;
    color: #555;
    font-family: var(--FiraSans-Book);
}
.footer_content a {
    font-size: 20px;
    line-height: 20px;
    margin-top: 8px;
}
.footer_nav a {
    display: block;
    color: #29337a;
    font-family: var(--FiraSans-Book);
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}
.footer_social span {
    color: #555;
    font-family: var(--FiraSans-Book);
    font-size: 15px;
    line-height: 15px;
}
.footer_social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    line-height: 14px;
}
.footer_social a.facebook {
    background: #3b5998;
}
.footer_social a.twitter {
    background: #1da1f2;
}
.footer_social a.instagram {
    background: #f09433;
    background: -o-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.footer_social a.linkedin {
    background: #0077b5;
}
.technology_video_img {
    max-width: 625px;
    margin: 0 auto;
}
.technology_video_image_only .technology_video_img img {
    max-width: 400px;
    margin: 0 auto 30px;
}
.technology_video_img img {
    display: block;
    width: 100%;
}
.tech_popup_video {
    display: none;
}
.naf_banner .pb_header h1 {
    color: #fff;
}
.blsd_banner .sa_banner_main_header h1 > span {color: #fff;}
.tech_popup_container {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 11;
}
.tech_popup_sub_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.tech_popup_mc {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
}
a.tech_video_close {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 15px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    text-decoration: none;
    background: #2b317d;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.tech_popup_content iframe {
    height: 400px;
}
section.technology_video {
    padding: 40px 0 50px;
}
section.home_features {
    padding: 30px 0;
}
.home_features_mc {
    display: flex;
    flex-wrap: wrap;
}
.home_features_sc {
    flex: 0 0 33.33%;
    text-align: center;
}
.home_features_sc>a {
    display: block;
    text-decoration: none;
}
.home_features_sc:nth-child(even) a {
    position: relative;
}
.home_features_sc:nth-child(even) a::before,
.home_features_sc:nth-child(even) a::after {
    content: '';
    position: absolute;
    height: 62px;
    width: 2px;
    background: #ddd;
    bottom: 0;
}
.home_features_sc:nth-child(even) a::before {
    left: 0;
}
.home_features_sc:nth-child(even) a::after {
    right: 0;
}
.hf_nav {
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}
.hf_nav span {
    background: #273b80;
    color: #fff;
    text-decoration: none;
    font-family: var(--FiraSans-Book);
    font-size: 14px;
    line-height: 16px;
    min-width: 140px;
    text-align: center;
    padding: 10px 12px;
    border-radius: 8px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.home_features_sc>a:hover .hf_nav::after {
    background: #0086ff;
}
.hf_nav::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 6px;
    background: #273b80;
    top: 100%;
    border-radius: 34px;
}
.hf_icon {
    position: relative;
    margin-bottom: 20px;
}
.hf_icon img {
    width: 46px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.hf_icon img:last-child {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}
.home_features_sc>a:hover .hf_icon img:last-child {
    display: inline;
}
.ht_desc {
    max-width: 90%;
    margin: 0 auto;
}
.ht_desc sup {
    display: inline-block;
    position: relative;
    left: -4px;
    top: 2px;
    font-size: 10px;
}
.ht_desc p {
    font-family: var(--FiraSans-Light);
    color: #000;
    font-size: 15px;
    line-height: 22px;
}
.pb_mc {
    position: relative;
}
.pb_header h3 {
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 32px;
    line-height: 32px;
}
.pb_header h1 {
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 32px;
    line-height: 32px;
}
.pb_header.text_white h3 {
    color: #ffff;
}
.pb_header.text_white h1 {
    color: #ffff;
}
.naf_banner .pb_header h3 {
    color: #ffffff;
}
.naf_banner .pb_description.tech_bg {
    background: rgb(245 245 245 / 60%);
}
.mobility_home_banner .pb_description {
    background: rgb(248 245 238 / 60%);
}
.naf_banner .pb_description.tech_bg p {
    margin-bottom: 10px;
}
.naf_banner .pb_description.tech_bg p strong {
    color: #ffffff;
}
.naf_banner .pb_description.tech_bg p:last-child {
    margin-bottom: 0px;
}
.naf_banner .sa_banner_top_header h4 {
    padding: 4px 14px;
    font-size: 10px;
}
.pb_header span {
    font-family: var(--Montserrat-Black);
    display: block;
}
.pb_img img {
    display: block;
    width: 100%;
}
.pb_description {
    font-family: var(--FiraSans-Book);
    background: rgba(188, 207, 217, 0.6);
    padding: 16px 25px 10px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
}
.pb_description.tech_bg {
    background: rgba(175, 180, 168, .6);
}
.pb_description strong {
    font-family: var(--FiraSans-Bold);
}
.pb_description p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}
.pb_description p:last-child {
    margin-bottom: 0;
}
.pb_description.firstletter>p::first-letter {
    font-size: 56px;
    display: inline-block;
    position: relative;
    margin-right: -8px;
}
.highlight_description {
    margin-top: 20px;
}
.page_banner,
.car_care_banner {
    position: relative;
}
.author_mc {
    display: flex;
    background: rgba(118, 119, 133, .4);
    padding: 10px;
    border-radius: 8px;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
}
.author_sc {
    flex: 0 0 33%;
}
.author_content {
    position: relative;
}
.author_initial_content {
    font-family: var(--FiraSans-Book);
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 30%;
    left: 72%;
    transform: translate(-65%, -30%);
    max-width: 250px;
    width: 100%;
    padding-right: 0px;
}
.author_img img {
    display: block;
    width: 100%;
    border-radius: 14px;
}
.author_desc {
    position: absolute;
    bottom: 0;
    left: 72%;
    transform: translate(-65%, 0%);
    width: 100%;
    max-width: 250px;
    padding-right: 0;
}
.author_desc h4 {
    font-size: 11px;
    font-weight: normal;
    font-family: var(--FiraSans-Bold);
    line-height: 12px;
    margin-bottom: 0px;
    color: #000000;
}
.author_designation {
    position: relative;
    top: -6px;
}
.author_designation span {
    display: inline-block;
    font-size: 9px;
    font-weight: normal;
    font-family: var(--FiraSans-Bold);
    line-height: 9px;
    color: #000000;
}
.author_video_icon {
    position: absolute;
    left: 20px;
    bottom: 12px;
    display: none;
}
.author_video_icon a {
    display: inline-flex;
    width: 24px;
    height: 24px;
    color: #555555;
    text-decoration: none;
    border: 1px solid #555555;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}
.bottom_nav {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px 15px;
}
.bottom_nav>a {
    display: flex;
    background: #273b80;
    color: #fff;
    text-decoration: none;
    font-family: var(--FiraSans-Book);
    font-size: 14px;
    line-height: 16px;
    min-width: 154px;
    text-align: center;
    padding: 10px 12px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 6px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bottom_nav>a:last-child {
    margin-right: 0;
}
.bottom_nav>a>span {
    display: block;
}
.bottom_nav>a:hover::after {
    background: #0086ff;
}
.bottom_nav>a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 6px;
    background: #273b80;
    bottom: -10px;
    border-radius: 34px;
}
.section_title {
    font-family: var(--Section-Header-Family);
    font-size: var(--Section-Header-Size);
    color: #000000;
    margin-bottom: 50px;
}
.experience_history .section_title {
    margin-bottom: 30px;
}
.suzuki_features {
    padding: 40px 0 50px;
}
section.kseries_engine {
    padding: 50px 0;
}
.suzuki_features_mc {
    display: flex;
    flex-wrap: wrap;
}
.suzuki_features_sc {
    background: #dadade;
    padding: 30px 18px;
    text-align: center;
}
.sf_img img {
    display: block;
    margin: 0 auto 25px;
    max-width: 70px;
}
.sf_desc {
    font-family: var(--Section-Sub-Content-Family);
    font-size: var(--FiraSans-Light);
    color: #000000;
}
.readmore_header h3 {
    font-family: var(--FiraSans-Medium);
    font-weight: normal;
    margin-bottom: 20px;
}
.readmore_container p:last-child {
    margin-bottom: 0;
}
.readmore_container p {
    font-family: var(--FiraSans-Light);
    font-size: var(--Section-Content-Size);
    line-height: 20px;
    margin-bottom: 20px;
}
a.read_more_link {
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #aaaaaa;
    min-width: 90px;
    font-family: var(--FiraSans-Light);
    font-size: 15px;
    padding: 4px 8px;
    max-width: 90px;
    margin: 0 auto 20px;
    border-radius: 34px;
    text-transform: capitalize;
    display: none;
}
.readmore_section {
    background: #e5e5e5;
    padding: 40px 0 40px;
}
.readmore_content {
    display: block;
}
.suzuki_test_mc {
    display: flex;
    flex-wrap: wrap;
    background: #dee1ec;
    padding: 15px;
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
}
.suzuki_test_sc {
    flex: 0 0 47%;
}
.suzuki_test_img img {
    display: block;
    width: 100%;
    border-radius: 15px;
}
.suzuki_test_header h3 {
    font-family: var(--FiraSans-Medium);
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}
.suzuki_test_header h3 span {
    display: block;
}
.suzuki_test_header h3::before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 6px;
    border-radius: 34px;
    background: #273b80;
    bottom: 0;
}
.suzuki_test_desc p {
    color: #000;
    font-size: 15px;
    font-family: var(--FiraSans-Light);
    margin-bottom: 20px;
    line-height: 19px;
}
.suzuki_test_desc p:last-child {
    margin-bottom: 0;
}
section.suzuki_test {
    padding: 50px 0 10px;
}
.sa_banner_img img {
    display: block;
    width: 100%;
    max-height: 700px;
    height: 100%;
    object-fit: cover;
}
.sa_banner_top_header h4 {
    display: inline-block;
    font-family: var(--Montserrat-Bold);
    color: #fff;
    text-transform: uppercase;
    padding: 8px 14px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
    font-weight: normal;
    background: rgba(6, 37, 75, 0.6);
}
.sa_banner_main_header h2>span {
    display: block;
    font-family: var(--Montserrat-Black);
    font-size: 34px;
    line-height: 40px;
    font-weight: normal;
}
.sa_banner_main_header h1>span {
    display: block;
    font-family: var(--Montserrat-Black);
    font-size: 34px;
    line-height: 40px;
    font-weight: normal;
}
.blsd_banner .sa_banner_main_header h2>span {
    color: #ffffff;
}
.sa_banner {
    position: relative;
}
.sa_banner_top_header {
    position: absolute;
    top: 0;
    max-width: 1170px;
    width: 100%;
    text-align: right;
    z-index: 1;
}
.sa_banner_main_header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rce_banner .sa_banner_main_header,
.suzuki_connect_banner .sa_banner_main_header {
    top: 10%;
    left: 10%;
    transform: translate(-10%, -10%);
    color: #ffffff;
}
.suzuki_connect_content {
    cursor: pointer;
}
.rce_banner .sa_banner_main_header {
    color: #000;
}
.blsd_banner .sa_banner_main_header {
    top: 70%;
    left: 15%;
    transform: translate(-15%, -70%);
}
.kseries_engine_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kseries_engine_sc {
    background: #dbdbde;
}
.kseries_engine_top {
    display: flex;
    justify-content: space-between;
    background: #36508e;
}
.kseries_engine_top_title {
    max-width: 65%;
    padding-left: 15px;
}
.kseries_engine_top_title h4 {
    font-family: var(--FiraSans-Light);
    font-weight: normal;
    font-size: 20px;
    color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    min-height: 76px;
}
.kseries_engine_top_icon {
    min-width: 76px;
    background: #0b194f;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 76px;
}
.kseries_engine_top_icon img {
    display: block;
    width: 40px;
}
.kseries_engine_bottom {
    padding: 20px 15px;
    font-family: var(--FiraSans-Light);
    font-weight: normal;
    font-size: 14px;
}
.kseries_banner {
    background-image: url('../images/technology/next-generation-powersystem/bg-with-lines.jpg');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding: 30px 0;
    background-position: center;
}
.kseries_banner_header h3 {
    font-family: var(--Montserrat-Black);
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
    color: #000;
}
.kseries_banner_content {
    background: #deebf5;
    padding: 15px;
    margin-bottom: 15px;
}
.kseries_banner_content p {
    font-family: var(--FiraSans-Book);
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
}
.kseries_banner_content p strong {
    font-weight: normal;
    font-family: var(--FiraSans-SemiBold);
}
.kseries_banner_content p:last-child {
    margin-bottom: 0;
}
.kseries_banner_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kseries_banner_sc {
    flex: 0 0 30%;
}
.kseries_img img {
    display: block;
    width: 100%;
}
.kseries_nav {
    text-align: center;
    position: relative;
    z-index: 1;
}
.kseries_nav span {
    display: inline-block;
    background: #273b80;
    color: #fff;
    text-decoration: none;
    font-family: var(--FiraSans-Light);
    font-size: 14px;
    line-height: 14px;
    min-width: 110px;
    text-align: center;
    padding: 8px 10px;
    border-radius: 8px;
    position: relative;
}
.kseries_nav span::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 6px;
    background: #273b80;
    bottom: -10px;
    border-radius: 34px;
}
.kseries_hover_container {
    max-width: 420px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 40px;
    display: none;
}
.kseries_banner_sc:hover .kseries_hover_container {
    display: block;
}



.kseries_hover_mc {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-between;
}
.kseries_hover_sc:first-child {
    flex: 0 0 25%;
}
.kseries_hover_sc:last-child {
    flex: 0 0 70%;
}
.hover_left_img_txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    border: 4px solid #ddd;
    border-radius: 20px;
    margin-bottom: 10px;
}
.hover_left_img img {
    display: block;
    width: 100%;
}
.hover_left_img_txt h6 {
    font-family: var(--FiraSans-Book);
    color: #000;
    font-weight: normal;
    font-size: 11px;
}
.kseries_hover_right_img img {
    display: block;
    width: 100%;
}
.kseries_banner_container {
    position: relative;
}
.kseries_hover_right_img span {
    display: inline-block;
    background: #273b80;
    color: #fff;
    text-decoration: none;
    font-family: var(--FiraSans-Light);
    font-size: 14px;
    line-height: 14px;
    min-width: 110px;
    text-align: center;
    padding: 8px 10px;
    border-radius: 8px;
    position: relative;
}
.kseries_hover_right_img {
    text-align: center;
}
.kseries_pagen_banner_img img {
    display: block;
    width: 100%
}
.kseries_page_banner_container {
    position: relative;
}
.kseries_page_header_main h3 {
    font-size: 34px;
    font-family: var(--Montserrat-Black);
    font-weight: normal;
    color: #fff;
}
.kseries_page_header_main h1 {
    font-size: 34px;
    font-family: var(--Montserrat-Black);
    font-weight: normal;
    color: #fff;
}
.kseries_page_header_sub h3 {
    font-family: var(--Montserrat-Black);
    font-size: 24px;
    color: #fff;
}
.kseries_page_header_sub h1 {
    font-family: var(--Montserrat-Black);
    font-size: 24px;
    color: #fff;
}

.kpc_header h3 {
    font-family: var(--FiraSans-SemiBold);
    font-size: 34px;
    font-weight: normal;
    background: #303684;
    border-radius: 10px;
    padding: 12px 28px;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
}
.kpc_group h4,
.kpc_group h5 {
    font-family: var(--FiraSans-Medium);
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}
.kpc_group h5 {
    color: #303684;
}
.kpc_group p {
    font-family: var(--FiraSans-Light);
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px;
}
.kpc_group ul {
    margin-bottom: 20px;
}
.kpc_group ul>li {
    font-size: 15px;
    line-height: 19px;
    font-family: var(--FiraSans-Light);
    list-style-type: none;
    padding-left: 10px;
    position: relative;
}
.kpc_group ul>li::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    background: #777;
    border-radius: 50%;
    top: 7px;
}
.kseries_page_content {
    padding: 40px 0;
}
.kpc_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kpc_sc {
    flex: 0 0 48%;
}
.kpc_sc:last-child {
    background: #f7f7f7;
    padding: 25px 30px;
    border-radius: 34px;
}
.kpc_img_txt_group {
    border: 3px solid #ddd;
    border-radius: 34px;
    display: flex;
    height: 120px;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin-bottom: 20px;
    transition: .3s linear;
    position: relative;
}
.kpc_mc_last .kpc_img_txt_group:hover {
    z-index: 1;
    position: relative;
}
.kpc_img_txt_group:hover .kpc_img_txt_group_sc:first-child {
    display: block;
    flex: 0 0 35%;
}
.k_series_kpc_image_txt_container .kpc_img_txt_group:hover,
.k_series_kpc_image_txt_container .kpc_img_txt_group:hover .kpc_img_only img {
    height: auto;
    padding: 20px 20px;
}
/* .kpc_img_txt_group:hover {
    display: block;
} */
.custom_scng_system .kpc_img_txt_group:hover {
    display: flex;
    background: #fff;
    align-items: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    justify-content: space-between;
    padding: 20px;
    max-width: 500px;
    width: 100%;
}
.kpc_img_txt_group:hover .kpc_img_only img {
    transform: scale(1.2);
    object-position: center;
}
.kpc_img_txt_group:hover .kpc_img_txt_group_sc:last-child {
    flex: 0 0 65%;
}
.custom_scng_system .kpc_img_txt_group:hover .kpc_img_txt_group_sc:first-child {
    flex: 0 0 60%;
}
.custom_scng_system .kpc_img_txt_group:hover .kpc_img_txt_group_sc:last-child {
    flex: 0 0 35%;
}
.kpc_img_txt_group_sc:first-child {
    display: none;
}
.kpc_img_txt_group_sc {
    flex: 0 0 100%;
}
.kpc_img_txt {
    text-align: center;
}
.custom_scng_system .kpc_img_txt {
    background: #cccccc;
    padding: 20px 15px;
    border-radius: 14px;
}
.kpc_img_txt h3>span {
    display: block;
    font-family: var(--FiraSans-Medium);
    font-weight: normal;
}
.kpc_img_txt h3 {
    margin-bottom: 15px;
    font-size: 15px;
}
.kpc_img_txt>ul {
    list-style-type: none;
}
.kpc_img_txt>ul>li {
    padding: 10px 0;
    border-top: 2px solid #ddd;
}
.kpc_img_txt>ul>li>span:first-child {
    font-family: var(--FiraSans-Medium);
    display: block;
    margin-bottom: 6px;
}
.kpc_img_txt>ul>li>span {
    font-size: 12px;
}
.kpc_img_txt>ul>li>span:not(:first-child) {
    font-family: var(--FiraSans-Light);
    display: block;
}
.kpc_img_only img {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center -48px;
}
.scng_system .kpc_img_only img {
    height: 200px;
    object-position: center;
}
.kseries_page_content_nav {
    display: flex;
    justify-content: center;
    margin: 30px 0 20px;
}
.kseries_page_content_nav>a {
    display: flex;
    background: #273b80;
    color: #fff;
    text-decoration: none;
    font-family: var(--FiraSans-Book);
    font-size: 14px;
    line-height: 16px;
    min-width: 154px;
    text-align: center;
    padding: 10px 12px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 6px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.kseries_page_content_nav>a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 6px;
    background: #273b80;
    bottom: -10px;
    border-radius: 34px;
}
.kseries_page_content_nav>a:hover::after,
.kseries_page_content_nav>a.active::after {
    background: #0086ff;
}
.image_shrink_container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 0;
}
.image_shrink_mc {
    display: flex;
    justify-content: space-between;
}
.image_shrink_sc {
    flex-basis: 33%;
    padding: 0 2px;
}
.blsd_shrink .image_shrink_sc {
    flex-basis: 20%;
}
.mobility_banner .image_shrink_sc {
    flex-basis: 24.5%;
}
.iss_shrink .image_shrink_sc,
.ps_shrink .image_shrink_sc {
    flex-basis: 32%;
    padding: 30px 2px;
    background: #f0f0ed;
    border-radius: 16px;
    margin: 0 4px;
}
.iss_shrink .image_shrink_mc {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.iss_shrink .section_title,
.ps_shrink .section_title,
.hybrid_features .section_title,
.ie_grandvitara .section_title,
.suzuki_features .section_title,
.ps_behind .section_title,
.rce_footprint .section_title,
.scng_drive_features .section_title {
    text-align: center;
}
.image_shrink_sc:hover {
    flex-basis: 50%;
    transition: .3s linear;
    cursor: pointer;
}
.hud_image_shrink .image_shrink_sc:hover,.iss_shrink .image_shrink_sc:hover,.ps_shrink .image_shrink_sc:hover {
    flex-basis: 70%;
}
.image_shrink_sc:hover .image_shrink_img img {
    flex-shrink: 0;
}
.image_shrink_img img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 35px;
}
section.nav_container {
    padding: 20px 0 30px;
}
.suzuki_banner .pb_header h3 {
    text-align: center;
    color: #fff;
}
.suzuki_banner .pb_description {
    max-width: 100%;
    text-align: center;
    background: rgba(113, 141, 143, 0.6);
    color: rgba(255, 255, 255, .7);
}
.suzuki_banner .pb_description p {
    margin-bottom: 12px;
}
.suzuki_banner .pb_description p:last-child {
    margin-bottom: 0;
}
.suzuki_banner .pb_description p>b {
    display: block;
    font-family: var(--FiraSans-Bold);
    font-weight: normal;
}
.suzuki_banner .bottom_nav {
    justify-content: center;
}
section.blsd_section {
    padding: 20px 0;
}
.blsd_section .section_header {
    text-align: center;
    margin-bottom: 50px;
}
.blsd_section .section_tagline {
    font-family: var(--FiraSans-Light);
}
.blsd_section .section_tagline strong {
    font-weight: normal;
    font-family: var(--FiraSans-Bold);
}
.blsd_section_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 85%;
    margin: 0 auto;
    position: relative;
}
.blsd_section_sc {
    flex: 0 0 42%;
}
.blsd_section_img img {
    display: block;
    width: 100%;
}
.blsd_section_content h6 {
    margin: 10px 0;
    font-family: var(--FiraSans-Light);
    font-size: 15px;
    font-weight: normal;
}
.blsd_arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.blsd_arrow i {
    font-size: 50px;
    line-height: 50px;
}
.hybrid_banner .pb_description p:last-child,
.sustain_banner .pb_description p:last-child {
    margin-bottom: 0;
}
.hybrid_banner .pb_description p {
    margin-bottom: 20px;
}
.sustain_banner .pb_description p {
    margin-bottom: 5px;
}
.iss_banner .sa_banner_main_header,
.ps_banner .sa_banner_main_header {
    top: 10%;
    left: 10%;
    transform: translate(-10%, -10%);
    color: #ffffff;
}
.center_content_banner .sa_banner_main_header {
    top: 35%;
    transform: translate(-10%, -35%);
}
.eop_banner .sa_banner_main_header {
    top: 50%;
    left: 80%;
    transform: translate(-50%, -80%);
    color: #ffffff;
    /* text-align: center; */
    bottom: auto;
}
.ps_banner .sa_banner_main_header {
    color: #000000;
}
section.hybrid_features {
    padding: 40px 0;
}
section.hybrid_features_bg {
    background: #273b80;
}
section.hybrid_features_bg .hybrid_features_icon {
    background: #e5e5e5;
}
section.hybrid_features_bg .hybrid_features_content {
    color: rgba(255, 255, 255, .7);
}
.hybrid_features_mc,
.eop_features_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.intelligent_eletric_features .hybrid_features_mc {
    justify-content: center;
}
.intelligent_eletric_features .hybrid_features_sc,
.scng_features .hybrid_features_sc {
    background: #ccccd0;
    margin-bottom: 20px;
    border-radius: 26px;
    padding: 30px 8px 15px;
}
.scng_features .hybrid_features_sc {
    background: #d5d5d9;
    padding: 30px 15px 20px;
}
.intelligent_eletric_features .hybrid_features_icon {
    background: #fff;
}
.scng_features .hybrid_features_icon {
    background: transparent;
}
.intelligent_eletric_features .hybrid_features_icon img {
    width: 80px;
}
.scng_features .hybrid_features_icon img {
    width: 100px;
}
.hybrid_features_sc,
.eop_features_sc {
    flex: 0 0 32%;
}
.hybrid_features_content,
.eop_features_content {
    text-align: center;
}
.hybrid_features_icon,
.eop_features_icon {
    max-width: 140px;
    max-height: 100px;
    background: #273b80;
    border-radius: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
}
.eop_features_icon {
    background: #e4e4e4;
}
section.readmore_section.eop_readmore {
    background-color: #ffffff;
    background-image: url('../images/technology/sustainability/electrification-of-powertrain/electrification-of-powertrain-bg.png');
    background-position: top;
    background-size: cover;
    padding-top: 60px;
}
.hybrid_features_icon img,
.eop_features_content img {
    display: block;
    width: 60px;
    margin: 0 auto;
}
.hybrid_features_content h4 {
    font-family: var(--FiraSans-Light);
    font-size: 28px;
    font-weight: normal;
    margin: 20px 0;
}
.eop_features_content h4 {
    margin: 20px 0;
}
.eop_features_content h4>span {
    font-family: var(--FiraSans-Light);
    font-size: 18px;
    font-weight: normal;
    display: block;
}
.eop_features_mc {
    margin-top: 80px;
}
.eop_readmore_container {
    background: #e5e5e5;
    padding: 20px 15px;
    border-radius: 32px;
}
.hybrid_features_content p {
    font-family: var(--FiraSans-Light);
    font-size: 15px;
    line-height: 18px;
}
.ps_behind {
    padding: 40px 0;
}
.ps_behind_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ps_behind_sc {
    flex: 0 0 49%;
}
.ps_behind_content h4 {
    font-size: 30px;
    color: #2b317d;
    margin-bottom: 6px;
}
.ps_behind_content h4,
.ps_behind_content h5,
.ps_behind_content p {
    font-family: var(--FiraSans-Light);
    font-weight: normal;
}
.ps_behind_content h5 {
    font-size: 24px;
    margin-bottom: 6px;
}
.ps_behind_content p {
    font-size: 15px;
    line-height: 20px;
}
.ie_grandvitara_img img {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.ie_work {
    padding: 50px 0;
}
.ie_work .section_header {
    text-align: center;
    margin-bottom: 60px;
}
.ie_work .section_tagline {
    font-family: var(--FiraSans-Light);
    font-weight: normal;
    max-width: 80%;
    margin: 0 auto;
}
.ie_work_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ie_work_mc:nth-child(even) {
    flex-direction: row-reverse;
}
.ie_work_sc {
    flex: 0 0 47%;
}
.ie_work_img img,
.ie_work_img video {
    display: block;
    width: 100%;
}
.ie_work_content h4 {
    color: #000;
    font-size: 25px;
    font-family: var(--FiraSans-Light);
    margin-bottom: 30px;
    font-weight: normal;
    position: relative;
    padding-bottom: 12px;
}
.ie_work_content h4::before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 6px;
    border-radius: 34px;
    background: #273b80;
    bottom: 0;
}
.ie_work_content p {
    color: #000;
    font-size: 15px;
    font-family: var(--FiraSans-Light);
    margin-bottom: 20px;
    line-height: 19px;
}
.ie_work_image_only_img img {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 30px auto;
}
section.eop_image_section {
    padding: 40px 0 0px;
}
.eop_image_section_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.eop_image_section_img img {
    display: block;
    width: 100%;
}
.header_tagline_container p {
    font-family: var(--FiraSans-Light);
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
}
section.rce_footprint {
    padding: 40px 0 10px;
}
.rce_footprint .section_title>span {
    display: block;
}
.rce_footprint_mc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.rce_footprint_sc {
    flex: 0 0 19%;
}
.rce_footprint_content {
    min-height: 260px;
    background: #e5e5e5;
    border-radius: 18px;
}
.rce_footprint_icon img {
    display: block;
    width: 100%;
    border-radius: 18px;
}
.rce_footprint_desc {
    padding: 20px 10px;
    text-align: center;
    font-family: var(--FiraSans-Light);
    font-size: 15px;
    line-height: 19px;
}
section.rce_features {
    padding: 50px 0 0;
}
.rce_features_container {
    padding: 50px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.rce_features_container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    background: #e5e5e5;
    left: 0;
    top: 0;
    z-index: -1;
}
.rce_features_header .section_tagline {
    font-family: var(--FiraSans-Light);
    font-size: 15px;
    margin-bottom: 15px;
}
.rcs_img_container {
    position: relative;
}
.rcs_img {
    position: relative;
}
.rcs_img::after {
    content: '';
    background: rgba(42, 60, 96, 1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 50px;
    height: 10px;
    border-radius: 34px;
}
.rcs_img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    border-radius: 28px;
    padding: 10px;
    border: 1px solid;
}
.rce_img_txt_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 640px;
}
.rce_img_txt_content {
    padding: 25px 30px;
    background: rgba(134, 149, 191, .5);
    background: rgba(42, 60, 96, .8);
    border-radius: 28px;
    font-family: var(--FiraSans-Light);
    font-weight: normal;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    max-width: 100%;
}
.rce_img_txt_content>p>span {
    display: block;
}
.rce_img_txt_content strong {
    font-weight: normal;
    font-family: var(--FiraSans-SemiBold);
    color: #ffffff;
    font-size: 28px;
}
.rce_img_txt_content h4 {
    font-family: var(--FiraSans-SemiBold);
    font-weight: normal;
    font-size: 48px;
}
.rce_img_txt_content_mc {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.rce_img_txt_content_sc {
    flex: 0 0 45%;
}
.rce_img_txt_desc span {
    display: block;
    text-align: center;
}
.rce_img_txt_desc b {
    font-family: var(--FiraSans-SemiBold);
    font-weight: normal;
    display: block;
    text-align: center;
}
.rce_img_txt_content_mc::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #ffffff;
}
section.three_r_prevent {
    padding: 50px 0 0;
}
.three_r_prevent .section_header {
    text-align: center;
    margin-bottom: 50px;
}
.three_r_prevent_container {
    margin: 0 auto;
}
.three_r_prevent_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.three_r_prevent_sc {
    flex: 0 0 47%;
    background: #efefef;
    border-radius: 34px;
    margin-bottom: 6%;
}
.three_r_prevent_content {
    padding: 30px 15px 20px;
    text-align: center;
    font-family: var(--FiraSans-Light);
    font-size: 15px;
}
.three_r_prevent_img {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.three_r_prevent_img img {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    object-fit: contain;
    height: auto;
}
.three_r_prevent_content h4 {
    font-weight: normal;
    font-family: var(--FiraSans-Light);
    margin: 30px 0 6px;
    font-size: 24px;
}
.plus {
    --b: 2px;
    /* the thickness */
    width: 140px;
    /* the size */
    aspect-ratio: 1;
    border: 10px solid #ddd;
    /* the outer space */
    background:
        conic-gradient(from 90deg at var(--b) var(--b), #ddd 90deg, transparent 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/ calc(50% + var(--b)) calc(50% + var(--b));
    display: inline-block;
}
.alt {
    border: none;
    margin: 0px;
    background:
        conic-gradient(from 90deg at var(--b) var(--b), transparent 90deg, #ddd 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/ calc(50% + var(--b)) calc(50% + var(--b));
}
.three_r_prevent_mc::after {
    content: '';
    position: absolute;
    background-size: contain;
    background-image: url('../images/technology/sustainability/3r/water-wastage-icon.png');
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.trf_container {
    text-align: center;
    padding: 45px 0;
}
.trf_top_icon {
    position: relative;
    background-color: #fff;
    z-index: 1;
}
.trf_top_icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 30%;
    height: 2px;
    background: #e5e5e5;
    width: 100%;
    z-index: -1;
}
.trf_top_icon img {
    display: block;
    margin: 0 auto;
    max-width: 40px;
}
.trf_container h4 {
    font-family: var(--FiraSans-SemiBold);
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.trf_container p {
    font-family: var(--FiraSans-Light);
    font-size: 15px;
    line-height: 20px;
    margin: 0 auto 20px;
}
.trf_container p:last-child {
    margin: 0 auto 0;
}
.trf_img img {
    display: block;
    width: 100%;
    max-width: 520px;
    border-radius: 28px;
    margin: 50px auto 0;
}
.trf_container:nth-child(even) .trf_img {
    max-width: 540px;
    margin: 0 auto;
    padding: 20px 25px;
    background: #273b80;
    border-radius: 34px;
}
.three_r_features .three_r_prevent_sc {
    flex: 0 0 32%;
    position: relative;
}
.three_r_features .three_r_prevent_sc h4 {
    background: #273b80;
    position: absolute;
    display: inline-block;
    padding: 6px 8px;
    border-radius: 18px;
    top: -48px;
    font-size: 18px;
    color: #fff;
    min-width: 140px;
    left: 50%;
    transform: translateX(-50%);
}
.three_r_features .three_r_prevent_img {
    min-height: 160px;
}
.trf_img_txt_container_group {
    display: flex;
    align-items: center;
}
.trf_img_txt_container_group span:first-child {
    font-size: 11px;
    font-family: var(--FiraSans-Light);
    display: inline-block;
    margin-right: 2px;
}
.trf_img_txt_container_group img {
    display: block;
    max-width: 50px;
    position: relative;
    z-index: 1;
}
.trf_img_txt_container_group span:last-child {
    height: 10px;
    background: #05aaa5;
    display: inline-block;
    width: 100px;
    position: relative;
    left: -8px;
}
.trf_img_txt_container_group.old span:last-child {
    background: #dbdcdd;
    width: 140px;
}
.three_r_features .three_r_prevent_mc {
    margin-top: 60px;
}
.three_r_features .three_r_prevent_mc::after {
    display: none;
}
.three_r_features .trf_container p strong {
    font-weight: normal;
    font-size: 36px;
    font-family: var(--FiraSans-Light);
}
section.suzuki_connect {
    background: #06254b;
    padding: 60px 0;
}
.suzuki_connect_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.suzuki_connect_sc {
    flex: 0 0 48%;
}
.suzuki_connect_img img {
    display: block;
    width: 100%;
    border: 6px solid #fff;
    border-radius: 34px;
}
.suzuki_connect_desc {
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--FiraSans-Light);
    font-weight: normal;
    color: #fff;
    font-size: 15px;
}
.suzuki_connect_desc h4 {
    font-weight: normal;
}
.suzuki_connect_desc a {
    color: #fff;
    display: inline-block;
}
.suzuki_connect_desc a:first-child {
    margin-right: 10px;
}
section.s_cng_question {
    padding: 50px 0;
    background: #273b80;
}
.s_cng_question_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.s_cng_question_sc {
    flex: 0 0 32%;
    position: relative;
}
 
.s_cng_question_content {
    text-align: center;
    padding: 0 15px;
}
.s_cng_question_content h4 {
    font-family: var(--FiraSans-Light);
    color: rgba(255, 255, 255, .7);
    font-weight: normal;
    font-size: 18px;
    text-transform: capitalize;
}
.s_cng_question_content h4 strong {
    font-family: var(--FiraSans-Light);
    color: #fff;
    font-weight: bold;
}
.s_cng_question_content p {
    font-size: 15px;
    font-family: var(--FiraSans-Light);
    color: rgba(255, 255, 255, .7);
}
.s_cng_question_sc:nth-child(even)::before,
.s_cng_question_sc:nth-child(even)::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background: rgba(255, 255, 255, .5);
}
.s_cng_question_sc:nth-child(even)::before {
    left: 0;
}
.s_cng_question_sc:nth-child(even)::after {
    right: 0;
}
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 360px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    transition: transform 0.8s;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-box-back {
    background-color: #002c64;
    color: white;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box:hover .flip-box-inner {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
section.sc_features {
    padding: 70px 0 40px;
}
.sc_features_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sc_features_front_content {
    position: relative;
}
.sc_features_front_img img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}
.sc_features_front_desc {
    background: rgb(247, 247, 247, .9);
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    min-height: 150px;
}
.sc_features_front_desc h4 {
    font-weight: normal;
    font-family: var(--FiraSans-Light);
    font-size: 24px;
    margin-bottom: 8px;
}
.sc_features_front_desc p {
    font-family: var(--FiraSans-Light);
    font-size: 15px;
}
.sc_features_sc {
    position: relative;
    margin-bottom: 70px;
}
.sc_features_sc::before,
.sc_features_sc::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 34px;
}
.sc_features_sc::before {
    width: 100px;
    top: -16px;
    height: 4px;
    background: #06244a;
}
.sc_features_sc::after {
    width: 50px;
    background: #06254b;
    bottom: -6px;
    height: 12px;
}
.flip-box:hover .sc_features_sc::after {
    background: #e0e0e0;
}
.sc_features_back_content {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.sc_features_back_group {
    display: flex;
    margin-bottom: 20px;
}
.sc_features_back_group:last-child {
    margin-bottom: 0px;
}
.sc_features_back_group_img img {
    display: block;
    width: 100%;
    width: 70px;
    height: 70px;
}
.sc_features_back_desc h4 {
    font-family: var(--FiraSans-Book);
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 8px;
}
.sc_features_back_desc p {
    font-family: var(--FiraSans-Light);
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
}
.sc_features_back_desc {
    margin-left: 15px;
}
section.scng_drive_features {
    padding: 40px 0;
}
.scng_drive_features_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.scng_drive_features_img {
    background: #d5d5d9;
    border-radius: 34px;
    padding: 20px 15px;
}
.scng_drive_features_sc {
    flex: 0 0 30%;
}
.scng_drive_features_img img {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
}
.scng_drive_features_desc h4 {
    font-family: var(--FiraSans-Light);
    font-size: 28px;
    font-weight: normal;
    margin: 20px 0;
}
.scng_drive_features_desc ul {
    font-family: var(--FiraSans-Light);
    font-size: 15px;
}
.scng_drive_features_desc ul>li {
    margin-bottom: 10px;
}
.scng_drive_features_desc ul>li:last-child {
    margin-bottom: 0;
}
.scng_banner .sa_banner_top_header {
    display: none;
}
.scng_banner_bottom_mc {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, .3);
    padding: 10px 12px;
    border-radius: 34px;
}
.scng_banner_bottom_sc {
    flex: 0 0 20%;
}
.scng_banner_bottom_desc {
    text-align: center;
}
.scng_banner_bottom_img img {
    display: block;
    max-width: 50px;
    margin: 0 auto 8px;
}
.scng_banner_bottom_txt span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: var(--FiraSans-Book);
    color: rgba(255, 255, 255, .7);
}
.kseries_hover_left {
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 8px;
}
.kseries_hover_left::-webkit-scrollbar {
    width: 4px;
}
/* Track */
.kseries_hover_left::-webkit-scrollbar-track {
    background: transparent;
}
/* Handle */
.kseries_hover_left::-webkit-scrollbar-thumb {
    background: #777;
}
/* Handle on hover */
.kseries_hover_left::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.scng_system_header {
    font-family: var(--Section-Header-Family);
    font-size: var(--Section-Header-Size);
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}
.scng_system_header h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.scng_system_header img {
    display: block;
    max-width: 140px;
    margin: 0 10px;
}
.sa_banner_top_logo {
    top: 15%;
    right: 10%;
    transform: translateY(-15%);
    color: #ffffff;
    position: absolute;
}
.sa_banner_top_logo img {
    display: block;
    max-width: 160px;
}
section.mobility_features {
    padding: 40px 0;
}
.mobility_features_mc {
    display: flex;
    padding: 30px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mobility_features_sc:first-child {
    flex: 0 0 18%;
}
.mobility_features_sc:last-child {
    flex: 0 0 75%;
}
.mobility_features_img {
    width: 140px;
    height: 140px;
    background: #273b80;
    border-radius: 18px;
    padding: 10px;
}
.mobility_features_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mobility_features_content h3,
.mobility_features_content p {
    font-weight: normal;
    font-family: var(--FiraSans-Book);
    color: #000000;
}
.mobility_features_content h3 {
    font-size: 20px;
    margin-bottom: 24px;
    text-transform: capitalize;
}
.mobility_features_content p {
    font-size: 15px;
}
section.mobility_essentials {
    background: #273b80;
    padding: 50px 0;
}
.center_head {
    text-align: center;
}
.white_text .section_title {
    color: #ffffff;
}
.mobility_essentials_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.mobility_essentials_sc {
    flex: 0 0 24%;
    margin-bottom: 40px;
}
.me_img img {
    display: block;
    width: 100px;
    margin: 0 auto 20px;
}
.me_content {
    font-family: var(--Montserrat-Regular);
    font-weight: normal;
    color: rgba(255, 255, 255, .8);
    text-align: center;
}
.me_content h3 {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 17px;
    text-transform: capitalize;
}
.mobility_essentials .section_title {
    text-transform: capitalize;
}
.mobility_essentials_mc.first_row .mobility_essentials_sc:nth-child(1) .me_content p,
.mobility_essentials_mc.first_row .mobility_essentials_sc:nth-child(2) .me_content p,
.mobility_essentials_mc.first_row .mobility_essentials_sc:nth-child(3) .me_content p {
    max-width: 85%;
}
.me_content p {
    font-size: 13.5px;
    margin: 0 auto;
}
.delights_slider {
    padding-top: 50px;
}
.delights_slider_mc {
    padding: 0 20px;
}
.delights_slider_item img {
    display: block;
    border-radius: 28px;
    /* max-width: 90%; */
    width: 100%;
    margin: 0 auto;
}
.delights_slider_item h4 {
    text-align: left;
    font-weight: normal;
    font-family: var(--FiraSans-Light);
    font-size: 20px;
    margin: 20px 0;
}
.delights_slider_mc .slick-arrow {
    position: absolute;
    top: 20%;
    transform: translateY(-20%);
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 32px;
    color: #888;
    font-weight: normal;
    cursor: pointer;
}
.scng_system .slick-arrow,
.learn-driving-inner-wrap .slick-arrow,
.idtr-clients-inner .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 32px;
    color: #888;
    font-weight: normal;
    cursor: pointer;
    width: auto;
    height: auto;
}
.scng_system .slick-prev,
.learn-driving-inner-wrap .slick-prev,
.idtr-clients-inner .slick-prev {
    left: -15px;
}
.scng_system .slick-next,
.learn-driving-inner-wrap .slick-next,
.idtr-clients-inner .slick-next {
    right: -15px;
}
.slick-prev {
    left: -10px;
}
.slick-next {
    right: -10px;
}
button.slick-next::before, button.slick-prev::before{
    content:"";
}
.scng_system .slick-next:hover, .scng_system .slick-prev:hover{
    color: #888;
}
#cars_slider .slick-arrow {
    background: transparent;
    border: 0;
    font-size: 24px;
    color: #cccccc;
}
#cars_slider .best-seller-gallery-wrap {
    max-width: 100%;
}
section.blue_strip {
    padding: 50px 0;
}
.blue_strip_content {
    background: #273b80;
    color: #ffffff;
    text-align: center;
    padding: 20px 15px;
    border-radius: 48px;
    font-family: var(--FiraSans-Light);
    font-weight: normal;
    font-size: 24px;
    max-width: 80%;
    margin: 0 auto;
}
section.mobility_do {
    padding: 50px 0;
}
.mobility_do_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mobility_do_img img {
    display: block;
    width: 100%;
    border-radius: 28px;
    margin-bottom: 40px;
}
.mobility_do_content h4 {
    font-weight: normal;
    font-family: var(--FiraSans-Book);
    font-size: 20px;
    margin-bottom: 15px;
}
.mobility_do_content p {
    font-family: var(--FiraSans-Light);
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 20px;
}
.mobility_do_content p:last-child {
    margin-bottom: 0;
}
.mobility_route_top {
    background: #b9b9bd;
    padding: 40px 0;
}
.mobility_route_header {
    /* text-align: center; */
    color: #000000;
}
.mobility_route_title {
    font-family: var(--Section-Header-Family);
    font-size: var(--Section-Header-Size);
    margin-bottom: 10px;
}
.mobility_route_tagline {
    font-family: var(--FiraSans-Light);
    font-size: 16px;
}
.mobility_route_bottom {
    padding: 40px 0;
}
.mobility_route_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.mobility_route_sc:first-child {
    flex: 0 0 60%;
}
.mobility_route_sc:last-child {
    flex: 0 0 35%;
}
.mobility_route_bl_nan .mobility_route_sc:first-child {
    flex: 0 0 100%;
}
.mobility_route_bl_nan .mobility_route_sc:last-child {
    display: none;
}
.mobility_route_content {
    font-family: var(--FiraSans-Light);
    color: rgba(255, 255, 255, .6);
}
.mobility_route_content h4 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
}
.mobility_route_content p {
    font-size: 15px;
}
.mobility_route_img img {
    display: block;
    width: 100%;
}
section.mobility_route {
    background-color: #06254b;
}
.mobility_banner_mc {
    display: flex;
    width: 100%;
}
.mb_bottom_header h3 {
    display: none;
}
.mb_bottom_header h3,
.mobility_banner_top_desc h1 {
    font-family: var(--Montserrat-Black);
    font-weight: normal;
    color: #06254b;
}
.mb_bottom_header h3>span,
.mobility_banner_top_desc h1>span {
    display: block;
}
.mobility_banner_top_desc h4 {
    font-weight: normal;
    color: #06254b;
    font-family: var(--FiraSans-Bold);
    font-size: 20px;
    margin-bottom: 5px;
}
.mb_bottom_img img {
    display: block;
    width: 100%;
    max-width: 100%;
}
section.mobility_banner {
    padding: 0px 0 40px;
    /* background-image: url('../images/mobility/destination-drive/bangalore-to-nandihills/destination-drives.png'); */
    background-repeat: no-repeat;
    background-position: center;
}
.mobility_banner_top_mc {
    display: flex;
}
.mobility_banner_top_sc:first-child {
    flex: 0 0 45%;
    position: relative;
}
.mobility_banner_top_desc h3 {
    font-weight: normal;
    font-family: var(--FiraSans-Book);
    font-size: 20px;
    margin-bottom: 15px;
}
.mobility_banner_top_desc p {
    font-size: 15px;
    font-family: var(--FiraSans-Light);
}
.destination_banner .pb_description p>b {
    font-family: var(--FiraSans-SemiBold);
}
section.atoz_alphabet {
    padding: 40px 0;
}
.atoz_alphabet_container ul,
.atoz_alphabet_container ul>li>a,
.atoz_alphabet_container ul>li>a>span,
.atoz_banner_mc {
    display: -ms-flexbox;
}
.atoz_alphabet_container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
}
.idtr-main .safety-sec-cmn-banner-cnt h1 {
    margin: 0 auto;
    background: var(--Blue-BG-Light-Color);
    color: #ffffff;
    padding: 6px 15px;
    font-size: 38px;
}
.atoz_alphabet_container ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333%;
    flex: 0 0 8.333%;
}
.atoz_alphabet_container ul>li>a {
    color: #939dbf;
    text-decoration: none;
    font-size: 30px;
    line-height: normal;
    font-family: var(--FiraSans-Light);
    display: flex;
    width: 52px;
    height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
}
.atoz_alphabet_container ul>li>a>span {
    background: #fff;
    width: 48px;
    height: 32px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.atoz_alphabet_container ul>li>a.active {
    background: -webkit-gradient(linear, right top, left top, from(#00c1ff), to(#008074));
    background: -o-linear-gradient(right, #00c1ff, #008074);
    background: linear-gradient(to left, #00c1ff, #008074);
    border: 2px solid transparent;
    border-radius: 5px;
}
.atoz_alphabet_container ul>li>a.active::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75%;
    height: 8px;
    background: #037de2;
    border-radius: 35px;
}
.atoz_banner .pb_header {
    color: #ffffff;
}
section.mobility_route_two {
    background-image: url('../images/mobility/destination-drive/jaipur-to-udaipur/map-section-bg-line.png');
}
section.mobility_route.mobility_route_dl_muso {
    background-image: url('../images/mobility/destination-drive/delhi-to-mussoorie/map-section-bg-line.png');
    background-repeat: no-repeat;
    background-size: cover;
}
section.mobility_route_bl_nan.mobility_route {
    background-image: url('../images/mobility/destination-drive/bangalore-to-nandihills/map-section-bg-line.png');
}
.mobility_route_two .mobility_route_content h4 {
    margin-top: 20px;
}
.mobility_route_two .mobility_route_content p>span {
    display: block;
}
.mobility_route_two .mobility_route_content p {
    margin-bottom: 20px;
}
.mobility_route_two .mobility_route_content p:last-child {
    margin-bottom: 0px;
}
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.footer_bottom_up_arrow {
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: none;
    z-index: 10;
}
a.site_up {
    display: flex;
    text-decoration: none;
    width: 35px;
    height: 35px;
    background: #273b80;
    color: #ffff;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}
/* Safety Style Start */
/* Safety Landing Page Starts Here */
.safety-landing .knc_banner_container {
    background: #ffffff;
}
.safe_banner_lt_50,
.safe_banner_rt_50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.safety-landing {
    margin: 20px 0;
}
.safety-landing .knc_banner_container:after {
    content: '';
    width: 48%;
    position: absolute;
    height: 100%;
    background: var(--Blue-BG-Light-Color);
    top: 0;
    z-index: 0;
}
.safe_banner_lt {
    position: relative;
    z-index: 1;
    padding: 30px 10px 30px 0;
    min-height: 510px;
}
.safe_banner_lt h2 {
    color: #ffffff;
    font-size: var(--Banner-Title-Size);
    line-height: 52px;
    margin-bottom: 30px;
    font-family: var(--Montserrat-Black);
}
.esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt h1 {
    color: #ffffff;
text-align: left;

}
.safe_banner_lt h1 {
    color: #ffffff;
    font-size: var(--Banner-Title-Size);
    line-height: 52px;
    margin-bottom: 30px;
    font-family: var(--Montserrat-Black);
}
.safe_banner_lt p {
    font-family: var(--FiraSans-Light);
    margin-bottom: 15px;
    font-size: var(--Banner-Content-Size);
    line-height: 20px;
    color: #ffffff;
}
.safe_banner_rt {
    position: relative;
    /* right: -80px; */
}
.safe_banner_rt img {
    width: 100%;
    height: auto;
}
.safety-landing .knc_banner_container:before {
    content: '';
    position: absolute;
    width: 48%;
    height: 149px;
    background: var(--Blue-BG-Light-Color);
    top: 78%;
    left: 0;
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 100%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 100%);
    z-index: 1;
}
.safety-landing .knc_banner_mc {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 1240px;
}
.safety_features .home_features_mc {
    max-width: 765px;
    margin: 0 auto;
}
.safety_features .home_features_sc:nth-child(even) a::before,
.safety_features .home_features_sc:nth-child(even) a::after {
    display: none;
}
.safe_banner_inner {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 30px;
    left: 0;
}
/* Safety Landing Page Ends Here */
/* Active Safety Landing Page Starts Here */
.safety-sec-cmn-img img {
    width: 100%;
    height: auto;
}
.safety-sec-cmn-img {
    font-size: 0;
}
.safety-sec-cmn-wrapper .safety_features {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
}
.safety-sec-cmn-wrapper {
    position: relative;
}
.safety-sec-cmn-banner-cnt {
    position: absolute;
    top: 25px;
    max-width: 1000px;
    margin: 0 auto;
    left: 15px;
    right: 15px;
}
.safety-sec-cmn-banner-cnt h2 {
    font-size: 36px;
    line-height: 42px;
    font-family: var(--Montserrat-Black);
    margin-bottom: 15px;
    text-align: center;
    margin-top: 30px;
}
.safety-sec-cmn-banner-cnt h1 {
    font-size: 36px;
    line-height: 42px;
    font-family: var(--Montserrat-Black);
    margin-bottom: 15px;
    text-align: center;
    margin-top: 30px;
    color: #fff;
}
.safety-sec-cmn-banner-cnt .cmn-para {
    padding: 15px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}
.safety-sec-cmn-banner-cnt .cmn-para p {
    margin-bottom: 8px;
    font-size: var(--Banner-Content-Size);
    line-height: 20px;
    text-align: center;
    font-family: var(--FiraSans-Light);
}
.safety-sec-cmn-banner-cnt .cmn-para p:last-child {
    margin: 0;
}
/* ABS with EBD Style Starts Here */
.abs-with-ebd-main .safety-sec-cmn-banner-cnt h2 {
    color: #ffffff;
    text-align: left;
}
.abs-with-ebd-main .safety-sec-cmn-banner-cnt h1 {
    color: #ffffff;
    text-align: left;
}
.abs-with-ebd-main .safety-sec-cmn-banner-cnt {
    top: inherit;
    bottom: 19%;
    max-width: 1080px;
}
.fixed-label-safety {
    position: absolute;
    top: 0;
    max-width: 1080px;
    margin: 0 auto;
    display: block;
    left: 15px;
    right: 15px;
    text-align: right;
}
.fixed-label-safety p {
    display: inline-block;
    padding: 8px 14px;
    background: rgba(6, 37, 75, 0.6);
    font-size: 15px;
    font-family: var(--Montserrat-Bold);
    color: #ffffff;
    border-radius: 0 0 8px 8px;
}
.active-safe-inner-main {
    background: #d6d6da;
}
.active-safe-inner-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}
.active-safe-inner-content {
    padding: 40px 0;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}
.active-safe-inner-content h3 {
    font-size: 16px;
    font-family: var(--FiraSans-Medium);
    color: #000000;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 20px;
}
.active-safe-inner-content p {
    font-size: var(--Section-Sub-Content-Size);
    font-family: var(--FiraSans-Book);
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
}
.read-more-btn {
    font-size: var(--Button-Readmore-Size);
    font-family: var(--Button-Readmore-Family);
    color: #ffffff;
    text-decoration: none;
    background: #9a9a9a;
    padding: 2px 10px;
    border-radius: 14px;
    line-height: 18px;
}
.home_features_sc>a.active .hf_nav::after {
    background: #0086ff;
}
section.home_features.safety_inner_features {
    padding-top: 0;
}
/* ABS with EBD Style Ends Here */
/* ESP Style Starts Here */
.esp-img-wrapper img {
    width: 100%;
    height: auto;
}
.esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt {
    bottom: inherit;
    top: 13%;
}
.esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt h2 {
    max-width: 510px;
    margin: 0 0 0 auto;
}
.section-content h3 {
    font-size: var(--Section-Header-Size);
    font-family: var(--Section-Header-Family);
    text-align: center;
    margin-bottom: 20px;
}
.section-content h2 {
    font-size: var(--Section-Header-Size);
    font-family: var(--Section-Header-Family);
    text-align: center;
    margin-bottom: 20px;
}
.best-seller-gallery-wrap .best-seller-inner-wrap {
    display: flex;
}
.best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item {
    width: 16.66%;
    padding: 0px 6px;
    list-style-type: none;
    transition: 0.3s width ease-in-out;
    min-height: 320px;
    max-height: 320px;
}
.best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item:hover {
    width: 68%;
}
.best-seller-gallery-in {
    position: relative;
    padding: 100px 8px;
    background: #ffffff;
    border-radius: 15px 15px 15px 15px;
    height: 100%;
    overflow: hidden;
}
.best-seller-gallery-in img {
    width: 100%;
    height: auto;
    transform: scale(3);
    transition: 0.3s transform ease-in-out;
}
.best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item:hover .best-seller-gallery-in img {
    transform: scale(1);
}
.best-seller-gallery-in p {
    font-size: 15px;
    font-family: var(--FiraSans-Book);
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.3s all ease-in-out;
}
.park-assist-best-seller .best-seller-gallery-in p {
    bottom: 32px;
}
.park-assist-best-seller .warining-text {
    margin-left: auto;
    text-align: right;
    margin-right: 15px;
}
.best-sell-wrap {
    background: #eeeeee;
    padding: 4px 4px 8px 4px;
    border-radius: 15px 15px 15px 15px;
    height: 100%;
}
.best-seller-gallery-wrap {
    max-width: 820px;
    margin: 0 auto 40px;
}
/* ESP Style End Here */
/* Park Assist Camera Style Starts Here */
.park-asst-img-wrapper {
    display: flex;
    justify-content: space-between;
}
.park-asst-img-wrapper .park-assist-img {
    width: 50%;
}
.park-asst-img-wrapper .park-assist-img:first-child {
    padding-right: 2px;
}
.park-asst-img-wrapper .park-assist-img:last-child {
    padding-left: 2px;
}
.park-assist-best-seller .best-seller-gallery-in {
    background: #eeeeeb;
    border-radius: 10px;
}
.park-assist-best-seller .best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item {
    width: 20%;
    min-height: 300px;
    max-height: 300px;
}
.park-assist-best-seller .best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item:hover {
    width: 70%;
}
.park-assist-best-seller .best-sell-wrap {
    padding: 0;
    border-radius: 10px;
}
/* .park-assist-best-seller .best-seller-gallery-in p {
    bottom: inherit;
    top: 10px;
} */
.park-assist-main.esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt h2 {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}
.park-assist-main.esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt {
    top: 17%;
    padding: 0;
}
.park-assist-best-seller {
    margin-top: 30px;
}
/* Park Assist Camera Style Ends Here */
/* Active Safety Landing Page Ends Here */
/* Passive Safety Landing Page Starts Here */
#behavioural-main .safety-sec-cmn-banner-cnt .cmn-para {
    background: transparent;
    padding: 0;
    max-width: 450px;
    margin-left: auto;
    width: auto;
}
#passive-main .safety-sec-cmn-banner-cnt .cmn-para {
    background: rgba(0, 0, 0, 0.7);
    max-width: 610px;
}
#passive-main .safety-sec-cmn-banner-cnt h2,#passive-main .safety-sec-cmn-banner-cnt h1
#behavioural-main .safety-sec-cmn-banner-cnt h2 ,#behavioural-main .safety-sec-cmn-banner-cnt h1{
    font-size: var(--Banner-Title-Size);
    line-height: 52px;
    color: #ffffff;
    text-align: left;
}
#passive-main .safety-sec-cmn-banner-cnt h1, #behavioural-main .safety-sec-cmn-banner-cnt h1 {
    font-size: var(--Banner-Title-Size);
    line-height: 52px;
    color: #ffffff;
    text-align: left;
  }
#passive-main .safety-sec-cmn-banner-cnt .cmn-para p,
#behavioural-main .safety-sec-cmn-banner-cnt .cmn-para p {
    color: #ffffff;
    font-size: var(--Banner-Content-Size);
    line-height: 20px;
    text-align: left;
}
#passive-main .safety-sec-cmn-banner-cnt {
    max-width: 1080px;
}
/* Airbags Style Starts Here */
.airbags-inner-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0px 0 40px;
}
.airbags-inner-wrap a {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    font-size: 0;
    text-decoration: none;
    min-height: 312px;
    max-height: 312px;
    transition: 0.3s width ease-in-out;
}
.airbags-inner-wrap a:first-child {
    width: 25%;
}
.airbags-inner-wrap a:last-child {
    width: 74%;
}
.custom-airbags-inner-wrap.airbags-inner-wrap a:first-child,
.custom-airbags-inner-wrap.airbags-inner-wrap a:last-child {
    width: 49.5%;
}
.custom-airbags-inner-wrap.airbags-inner-wrap a:first-child:hover {
    width: 75%;
    margin-right: 10px;
}
.custom-airbags-inner-wrap.airbags-inner-wrap a:last-child:hover {
    width: 75%;
    margin-left: 10px;
}
.airbags-inner-wrap a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.airbags-main.esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt h2 {
    max-width: 100%;
    text-align: center;
}
.airbags-main.esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt {
    top: inherit;
    bottom: 75px;
}
.airbags-safe .active-safe-inner-content h3 {
    max-width: 800px;
}
.warining-text {
    font-size: 12px;
    font-family: var(--FiraSans-Book);
    text-align: center;
    margin-bottom: 30px;
}

/* Airbags Style Ends Here */
/* ISOFIX Seat Style Starts Here */
.isofix-main .safety-sec-cmn-banner-cnt h2 {
    color: #fff;
    max-width: 370px;
    text-align: left;
    margin: 0 0 0 auto;
}
.isofix-main .safety-sec-cmn-banner-cnt h1 {
    color: #fff;
    max-width: 370px;
    text-align: left;
    margin: 0 0 0 auto;
}

.isofix-main .safety-sec-cmn-banner-cnt {
    top: 15%;
    transform: translate(-50%,-15%);
    left: 50%;
    right: auto;
}
.isofix-img-wrapper .section_container {
    max-width: 100%;
    padding: 0;
}
.isofix-img-wrapper .airbags-inner-wrap img {
    width: 100%;
    height: auto;
}
/* ISOFIX Seat Style Ends Here */
/* HearTect Style Starts Here */
.heartect-main .safety-sec-cmn-banner-cnt h2 {
    color: #ffffff;
    max-width: 100%;
    top: 0;
}
.heartect_extra_space {
    padding-bottom: 60px;
}
.heartect-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.heartect-keypoints-wrap {
    width: 33.33%;
    padding: 0 30px;
}
.heartect-kwypoint-in {
    background: var(--Blue-BG-Light-Color);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    position: relative;
}
.heartect-kwypoint-in img {
    width: 100px;
}
.heartect-kwypoint-in h4 {
    color: #fff;
    font-size: 18px;
    font-family: var(--Section-Sub-Content-Family);
    margin-top: 15px;
    font-weight: normal;
}
.heartect-keypoints-wrap p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 18px;
    font-family: var(--FiraSans-Book);
    text-align: center;
}
#behavioural-main .safety-sec-cmn-banner-cnt h1 {
    text-align: left;
    color: black;
}
.heartect-kwypoint-in:before {
    content: '';
    width: 30px;
    height: 8px;
    border-radius: 5px;
    background: #ffffff;
    position: absolute;
    top: -4px;
}
.heartect-keypoints {
    margin-top: -100px;
}
/* HearTect Style Ends Here */
/* Passive Safety Landing Page Ends Here */
/* Behavioural Safety Landing Page Starts Here */
#behavioural-main .safety-sec-cmn-banner-cnt {
    max-width: 1250px;
}
#behavioural-main .safety-sec-cmn-banner-cnt h2 {
    text-align: left;
    color: black;
}
/* 10 Essantial Safety Rules Style Starts Here */
.essential-rules-main {
    padding: 140px 0 40px;
}
.essential-in {
    display: flex;
    align-items: center;
}
.essential-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.essential-item {
    width: 50%;
    padding: 15px;
}
.essential-lt img {
    width: 100px;
}
.essential-rt h4 {
    font-family: var(--FiraSans-Book);
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
}
.essential-rt p {
    color: #000;
    font-size: 15px;
    font-family: var(--FiraSans-Book);
    margin-bottom: 20px;
    line-height: 19px;
}
.essential-rt {
    position: relative;
    width: calc(100% - 180px);
}
.essential-count {
    position: absolute;
    transform: translate(-50%, -50%);
}
.essential-lt {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.essential-wrapper .essential-item:nth-child(even) {
    margin-top: 210px;
}
.essential-rt ul li {
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-family: var(--FiraSans-Book);
    line-height: 23px;
}
.essential-rt ul {
    margin-left: 15px;
}
.essential-main .safety-sec-cmn-banner-cnt {
    color: #ffffff;
}
/* 10 Essantial Safety Rules Style Starts Here */
/* MSDS Safety Starts Here */
.msds-main .safety-sec-cmn-banner-cnt h2 {
    max-width: 250px;
    margin: 40px 0 0 auto;
    font-size: 40px;
    text-align: inherit;
}
.msds-main .safety-sec-cmn-banner-cnt h1 {
    max-width: 250px;
    margin: 40px 0 0 auto;
    font-size: 40px;
    text-align: inherit;
}
.msds-points-main .essential-wrapper .essential-item:nth-child(even) {
    margin: 0 0 40px;
}
.msds-points-main .essential-item {
    width: 33.33%;
    padding: 30px 21px;
    border-right: 1px solid #cad1d9;
    margin-bottom: 40px;
    position: relative;
}
.msds-points-main .essential-item:after {
    content: '';
    width: 60%;
    height: 1px;
    background: #cad1d9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.msds-points-main .essential-item:last-child:after {
    display: none;
}
.msds-points-main .essential-item:nth-child(3n+3) {
    border-right: none;
}
.msds-points-main .essential-item:last-child {
    border-left: 1px solid #cad1d9;
    position: relative;
    left: -379px;
}
.msds-points-main .essential-in {
    flex-direction: column;
}
.msds-points-main .essential-lt {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.msds-points-main .essential-rt {
    width: 100%;
}
.msds-points-main .essential-lt .essential-count {
    top: 40%;
    left: 64%;
}
.msds-points-main .essential-lt img {
    width: 130px;
}
.msds-points-main .essential-lt .essential-count img {
    width: 200px;
}
.msds-points-main .essential-rt h4 {
    text-align: center;
}
.msds-points-main .essential-rt p {
    text-align: center;
    margin-bottom: 0;
}
.msds-points-main .essential-wrapper {
    justify-content: center;
}
.msds-points-main .warining-text {
    max-width: 960px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}
.learn-driving-main {
    background: var(--Blue-BG-Light-Color);
    padding: 50px 0;
    margin-bottom: 40px;
}
.learn-driving-wrapper h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.learn-drive-item {
    padding: 6px;
    width: 25%;
}
.learn-drive-in {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}
.learn-drive-in img {
    width: 70px;
    margin: 0 auto;
    height: 60px;
    object-fit: contain;
}
.learn-drive-in h4 {
    font-size: 18px;
    margin-top: 25px;
    font-family: var(--FiraSans-Book);
}
.learn-drive-in p {
    font-size: 14px;
    margin-top: 20px;
    font-family: var(--FiraSans-Light);
    min-height: 70px;
}
.learn-driving-inner-wrap .slick-dots,
.idtr-clients-inner .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.learn-driving-inner-wrap .slick-dots li,
.idtr-clients-inner .slick-dots li {
    list-style-type: none;
}
.learn-driving-inner-wrap .slick-dots li button,
.idtr-clients-inner .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    opacity: 0.4;
    border: none;
}
.learn-driving-inner-wrap .slick-dots li.slick-active button,
.idtr-clients-inner .slick-dots li.slick-active button {
    opacity: 1;
}
/* MSDS Safety Ends Here */
/* IDTR Safety Style Starts Here */
.idtr-clients-inner .slick-dots li button {
    background: #929292;
}
.idtr-facilities-main {
    padding: 40px 0 0;
    background: var(--Blue-BG-Light-Color);
    background-image: url(../../msengage/images/safety/IDTR-BG.jpg);
    background-size: contain;
}
.idtr-facilities-wrapper h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.idtr-facilities-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 920px;
    margin: 0 auto;
}
.idtr-facilities-item {
    width: 50%;
    margin-bottom: 30px;
    padding: 10px;
}
.idtr-facilities-in {
    padding: 30px;
    text-align: center;
    height: 100%;
}
.idtr-facilities-in img {
    background: #d7d7db;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100px;
}
.idtr-facilities-in h5 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 22px;
    font-family: var(--FiraSans-Book);
}
.view-all-btn {
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #aaaaaa;
    font-family: var(--FiraSans-Light);
    font-size: 15px;
    padding: 4px 12px;
    border-radius: 34px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px;
    transition: 0.3s all ease-in-out;
}
.view-all-btn:hover {
    background: #939393;
}
.idtr-clients-wrapper {
    position: relative;
}
.idtr-clients-wrapper .section_title {
    text-align: center;
    margin-bottom: 30px;
}
.idtr-clients-items {
    width: 25%;
    padding: 0 8px;
    cursor: pointer;
}
.idtr-img-wrap {
    padding: 8px;
}
.idtr-clients-in {
    background: var(--Blue-BG-Light-Color);
    border-radius: 12px;
    transition: 0.3s all ease-in-out;
}
.idtr-img-wrap img {
    width: 100%;
    border-radius: 8px;
}
.idtr-client-details {
    padding: 8px;
    border: 1px solid #f5f5f5;
}
.idtr-client-details h3 {
    font-size: 13px;
    font-family: var(--FiraSans-Book);
    color: #ffd333;
    text-align: left;
}
.idtr-contact-details {
    padding: 8px;
    min-height: 112px;
}
.idtr-contact-details p {
    font-size: 12px;
    color: #fff;
    font-family: var(--FiraSans-Light);
    line-height: 16px;
    text-align: left;
}
.idtr-phone-email p a {
    font-size: 12px;
    color: #fff;
    font-family: var(--FiraSans-Light);
    text-decoration: none;
}
.idtr-clients-items .idtr-reg-btn {
    background: var(--Blue-BG-Light-Color);
    color: #fff;
    text-decoration: none;
    font-family: var(--FiraSans-Light);
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 10px 12px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
}
.idtr-clients-items:hover .idtr-reg-btn {
    opacity: 1;
    visibility: visible;
}
.idtr-clients-items:hover .idtr-clients-in {
    background: #00008f;
}
.idtr-clients-main {
    padding: 40px 0;
}
.idtr-main .safety-sec-cmn-banner-cnt {
    top: calc(50% - 40px);
}
.idtr-main .safety-sec-cmn-banner-cnt h2 {
    margin: 0 auto;
    background: var(--Blue-BG-Light-Color);
    color: #ffffff;
    padding: 6px 15px;
    font-size: 38px;
}
.idtr-clients-items .idtr-reg-btn:hover {
    background: #00008f;
}
/* IDTR Safety Style Ends Here */
/* Behavioural Safety Landing Page Ends Here */
/* Safety Style End */
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}
.grey_color.next_section_icon a {
    color: #9c9393;
}
.black_color.next_section_icon a {
    color: #000000;
}
.white_color.next_section_icon a {
    color: rgba(255, 255, 255, .7);
}
.next_section_icon a {
    text-decoration: none;
    font-size: 24px;
    position: relative;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.next_section_icon a::before {
    top: 4px;
}
#heartect-main .next_section_icon a::before,
.next_section_icon a::after {
    content: '\f078';
    font-family: var(--Font-Awesome);
    font-weight: 600;
    text-decoration: none;
    position: absolute;
}
.next_section_icon a::after {
    top: 12px;
}
.position_relative {
    position: relative;
}
.next_section_icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}
.scng_banner .next_section_icon {
    bottom: 0;
}
.delights_tagline,
.experience_history_tagline {
    font-family: var(--FiraSans-Light);
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    margin: 0 auto 40px;
}
.delights_slider_item p {
    font-family: var(--FiraSans-Light);
    font-size: 15px;
    max-width: 90%;
}
.nobr {
    white-space: no-wrap;
}
.mobility_do_sc {
    flex: 0 0 32%;
    padding: 30px;
    background: #d6d6d6;
    border-radius: 28px;
}
section.experience_history {
    background-color: #cccccc;
    background-image: url('../images/mobility/destination-drive/delhi-to-mussoorie/lower-section-bg-line.png');
    background-position: 0 262%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
}
section.experience_history.bl_nan_experience_history {
    background-position: 0 -320px;
}
section.experience_history.dl_mus_experience_history {
    background-position: 0 238%;
}
.experience_history_img img {
    display: block;
    width: 100%;
}
.experience_history {
    position: relative;
}
.experience_history::before {
    content: '';
    background-image: url(../images/mobility/destination-drive/jaipur-to-udaipur/location.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-size: contain;
    z-index: 0;
    top: 10px;
    opacity: 0;
    display: none;
}
.experience_history .section_container {
    position: relative;
}
section.mobility_banner.mobility_top_banner {
    padding-bottom: 0;
    background-color: #ffff;
    position: relative;
}
section.mobility_banner.mobility_top_banner .section_container {
    position: relative;
    z-index: 1;
}
section.mobility_banner.mobility_top_banner::before {
    background-image: url(../images/mobility/destination-drive/delhi-to-mussoorie/upper-section-bg-line.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.mob_the_route {
    padding: 50px 0;
    background-color: #d1d1d1;
}
.mob_the_route_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/* .dl_mus_mob_the_route .mob_the_route_mc {
    align-items: initial;
} */
.mob_the_route_sc:first-child {
    flex: 0 0 40%;
}
.mob_the_route_sc:last-child {
    flex: 0 0 50%;
}
.mob_the_route_left_img img {
    display: block;
    margin: 40px auto;
    max-width: 100%;
}
.mob_the_route_right_img img {
    display: block;
    width: 100%;
}
.mobility_banner_bottom {
    display: none;
}
.delights_slider_mc .slick-list {
    margin: 0 -22px;
}
.delights_slider_mc .slick-slide {
    margin: 0 22px;
}
.mobility_route_bl_nan .mobility_route_content {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.mobility_route_bl_nan .mobility_route_content p {
    margin-bottom: 15px;
}
.mobility_route_content_sc:first-child {
    flex: 0 0 65%;
}
.mobility_route_content_sc:last-child {
    flex: 0 0 30%;
}
.mobility_route_content_sc img {
    display: block;
    width: 100%;
}
.home_car_care_banner .sa_banner_top_header,
.destination_banner .sa_banner_top_header{
    left: 50%;
    transform: translateX(-50%);
}
.mobility_winter_banner .sa_banner_top_header {
    top: 6px;
}
 /* updated css */
/* new styles for  */
/* safety landing pages */
.safety-land-content p:last-child {
    font-weight: 600;
}
.safety-land-content p>strong {
    font-family: var(--FiraSans-Bold);
    font-weight: normal;
}
/* active-safety */
.cmn-para p:last-child {
    font-weight: 600;
}
#active-safety-banner h2 {
    font-size: 37px;
}
/* esp */
#esp-banner h2 {
    position: absolute;
    top: 57px;
    font-size: 37px;
}
/* park assit */
/* passive safety */
/* heartect */
#heartect {
    font-size: var(--Section-Header-Size);
    font-family: var(--Section-Header-Family);
    text-align: center;
    margin-bottom: 20px;
}
/* behaviour */
#behavioural-main .safety-sec-cmn-banner-cnt .cmn-para p {
    font-size: var(--Banner-Content-Size);
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    color: black;
}
#msds h3 {
    font-size: var(--Section-Header-Size);
    font-family: var(--Section-Header-Family);
    text-align: center;
    margin-bottom: 50px;
    margin-top: -100px;
}
#msds h2 {
    font-size: var(--Section-Header-Size);
    font-family: var(--Section-Header-Family);
    text-align: center;
    margin-bottom: 50px;
    margin-top: -100px;
}
/* .essential-item:last-child {
    position: relative;
    right: 379px;
} */
.msds-points-main .essential-container {
    background-image: url(../../msengage/images/safety/ILLUSTRATION.png);
    background-position: bottom;
    background-size: 675px 450px;
    background-repeat: no-repeat;
    background-position-x: right;
}
.idtr-reg-btn {
    background: var(--Blue-BG-Light-Color);
    color: #fff;
    text-decoration: none;
    font-family: var(--FiraSans-Light);
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 10px 12px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 10px
}
.active-safety-banner .cmn-para {
    padding: 0px;
}
#park-assist-main .fixed-label-safety p {
    display: inline-block;
    padding: 8px 14px;
    background: rgba(6, 37, 75, 0.6);
    font-size: 15px;
    font-family: var(--Montserrat-Bold);
    color: #ffffff;
    position: relative;
    left: 78px;
    border-radius: 0 0 8px 8px;
}
.ct-keypoints {
    margin-top: 25px;
}
#airbags {
    padding-top: 40px;
}
/* passive heartect */
.heartect-keypoints .section_container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 130px;
}
.assit-info {
    margin-top: 10px;
    margin-bottom: 0;
}
.home_car_care_banner {
    padding-bottom: 40px;
}
#abs {
    top: 4%;
    left: 20%;
}
.suzuki_banner .pb_description.suzuki_landing_pb_description {
    padding: 16px 16px 10px;
}
.suzuki_banner .pb_description.suzuki_landing_pb_description p>b>span {
    display: block;
}
.scng_banner_claim_txt {
    font-family: var(--FiraSans-Light);
    font-size: 9px;
    position: absolute;
    bottom: 10px;
    right: 2px;
    max-width: 250px;
    color: rgba(255, 255, 255, .9);
}
.readmore_header.scng_readmore_header {
    margin-top: 20px;
}
.blsd_section .section_tagline p {
    text-align: center;
    margin: 20px auto;
}
.sc_features_back_main_header_group h4 {
    font-family: var(--FiraSans-Book);
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 8px;
}
.sc_features_back_main_header_group p {
    font-family: var(--FiraSans-Light);
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 20px;
}
.smartwatch_container {
    margin-bottom: 20px;
    width: 100%;
}
.smartwatch_container h3 {
    font-family: var(--FiraSans-Book);
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 8px;
}
.smartwatch_mc {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.smartwatch_sc {
    flex: 0 0 30%;
}
.smartwatch_img img {
    display: block;
    width: 100%;
    height: 70px;
    object-fit: cover;
}
.smartwatch_container h4 {
    font-family: var(--FiraSans-Light);
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    margin-top: 6px;
}
.sc_features_last_img img {
    display: block;
    width: 100%;
}
.sc_features_sc:last-child::before,
.sc_features_sc:last-child::after {
    opacity: 0;
}
.sc_features {
    background-image: url('../images/technology/new-age-features/suzuki-connect/suzuki-connect-bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
}
.s-scng-logo img {
    height: 104px;
    object-fit: contain;
}
.image_shrink_img {
    position: relative;
}
.image_shrink_img span {
    font-family: var(--FiraSans-Book);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -18px;
}
.custom_msds_container .essential-item a {
    opacity: 0;
}
.custom_msds_container .essential-item:hover a {
    opacity: 1;
}
.kseries_engine .section_title {
    text-transform: capitalize;
}
.author_hover_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    background: rgb(39, 59, 128, 0.9);
    border-radius: 14px;
    font-family: var(--FiraSans-Book);
    font-size: 13px;
    line-height: 15px;
    padding: 6px 8px;
    color: #fff;
    display: none;
}
.author_content:hover .author_hover_content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-our-best-seller-main .best-seller-gallery-in img {
    transform: scale(2.3);
}
.footer_content span:first-child::after {
    content: ':';
    font-family: var(--FiraSans-Book);
    color: #555;
    display: inline-block;
    margin-left: -3px;
}
.custom-essential-item-img img {
    width: 100%;
    display: block;
}
.essential-container.custom_msds_container {
    position: relative;
}
.equipped_section .section-content h3 {
    margin-top: 40px;
}
.author_initial_content::before {
    content: '\f10d';
    font-family: var(--Font-Awesome);
    font-weight: 600;
    position: absolute;
    top: -16px;
    color: #777;
}
.author_initial_content::after {
    content: '\f10e';
    font-family: var(--Font-Awesome);
    font-weight: 600;
    position: absolute;
    right: 0;
    color: #777;
}
.author_hover_content::before {
    content: '\f10d';
    font-family: var(--Font-Awesome);
    font-weight: 600;
    position: absolute;
    top: 6px;
    color: #fff;
    left: 8px;
}
.author_hover_content::after {
    content: '\f10e';
    font-family: var(--Font-Awesome);
    font-weight: 600;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.slider_with_expand .slick-slide {
    text-align: center;
    color: #ccc;
    background: white;
    width: 230px;
    margin-right: .5rem;
    margin-left: .5rem;
    border-radius: 15px;
    border: 2px solid #eeeeee;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 320px;
    max-height: 320px;
}
.slider_with_expand .slick-slide:hover {
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -ms-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
    cursor: pointer;
    width: 350px;
    top: 0;
    left: 0;
}
.slider_with_expand button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 32px;
    color: #888;
    font-weight: normal;
    cursor: pointer;
}
.slider_with_expand button.slick-prev {
    left: -20px;
}
.slider_with_expand button.slick-next {
    right: -20px;
}
.custom-seller-gallery-in img {
    display: block;
    transform: scale(2);
    width: 100%;
    object-position: center 25px;
}
.slider_with_expand .slick-slide:hover .custom-seller-gallery-in img {
    transform: scale(1.1);
}
.custom-seller-gallery-in p {
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    font-family: var(--FiraSans-Book);
    color: #000;
    font-size: 16px;
}
.slider_with_expand {
    padding-bottom: 80px;
}

.pagenotfound_container {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
}
.pagenotfound_container h2 {
    font-size: 130px;
    color: #273b80;
    font-family: var(--FiraSans-Bold);
    margin: 0;
    line-height: 100%;
    margin-bottom: 20px;
}

.pagenotfound_container h3 {
    font-family: var(--FiraSans-SemiBold);
    font-weight: normal;
    font-size: 40px;
    margin: 0 0 20px;
    line-height: 100%;
}
.pagenotfound_container p {
    font-family: var(--FiraSans-Light);
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 20px;
}
.pagenotfound_container p > span {
    display: block;
}
.pagenotfound_container a {
    display: flex;
    background: #273b80;
    color: #fff;
    text-decoration: none;
    font-family: var(--FiraSans-Book);
    font-size: 14px;
    line-height: 16px;
    min-width: 154px;
    text-align: center;
    padding: 10px 12px;
    border-radius: 8px;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 154px;
    margin: 0 auto;
}
.pagenotfound_container a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 6px;
    background: #273b80;
    bottom: -10px;
    border-radius: 34px;
}
span.rcs_sticky_txt {
    position: absolute;
    text-align: right;
    max-width: 640px;
    width: 100%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    padding-right: 20px;
    font-family: var(--FiraSans-SemiBold);
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}
.kseries_landing_banner,
.sticky_nav_container {
    position: relative;
}
.kseries_landing_banner .sa_banner_top_header h4 > span {
    display: block;
    text-align: center;
}
.footer_sticky_txt {
    font-family: var(--FiraSans-Light);
    position: absolute;
    bottom: 5px;
    right: 0;
    max-width: 1170px;
    line-height: 100%;
    color: #000000;
    font-size: 10px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
    padding: 0 15px;
}

.figure_disclaimer{
    position: absolute;
    width: 100%;
    bottom: 3px;
}
.figure_disclaimer p{
    text-align: center;
    font-size: 13px;
    font-family: var(--FiraSans-Light);
}

.kseries_hover_container .kseries_hover_close{
    display:none;
}

@media all and (min-width: 577px) {
    .alexa_img img {
        object-position: 0 -65px;
    }
    .rce_footprint_icon img {
        height: 120px;
        object-fit: cover;
    }
    .blue_strip_content p {
        max-width: 75%;
        margin: 0 auto;
    }
    .plus.alt,
    .three_r_prevent_mc::after {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
    .rce_img_txt_container {
        width: 50%;
    }
    .header_tagline_container {
        text-align: center;
        margin-bottom: 60px;
    }
    .header_tagline_container h3 {
        margin-bottom: 25px;
    }
    .header_tagline_container p {
        max-width: 55%;
        margin: 0 auto;
    }
    .eop_image_section_sc:first-child {
        flex: 0 0 40%;
    }
    .eop_image_section_sc:last-child {
        flex: 0 0 55%;
    }
    .hud_banner .sa_banner_main_header {
        top: 20%;
        transform: translate(-50%, -20%);
        text-align: center;
        width: 100%;
    }
    .kseries_page_banner_content {
        max-width: 1170px;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 15px;
    }
    .readmore_container p,
    .readmore_header h3 {
        text-align: center;
    }
    .suzuki_test_mc {
        margin-bottom: 50px;
    }
    .suzuki_test_mc:nth-child(even) {
        flex-direction: row-reverse;
    }
    .suzuki_test_mc:nth-child(even) .suzuki_test_header h3::before {
        left: auto;
        right: 0;
    }
    .suzuki_test_mc:nth-child(even) .suzuki_test_content {
        text-align: right;
    }
}
@media all and (min-width: 768px) {
    .main_menu>ul>li:first-child>ul>li:nth-child(5)> a {
        max-width: 85%;
    }
    .main_menu>ul>li>span {
        display: none;
    }
    .main_menu>ul>li>ul {
        list-style-type: none;     
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #f3f3f1;
        border-radius: 34px;
        padding: 12px 0;
        min-width: 200px;
        transform: translateX(-20%);
        display: none;
    }
    .main_menu>ul>li:hover>ul {
        display: block;
    }
    .main_menu>ul>li>ul::before {
        content: "";
        width: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #f0f0ee;
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block
    }
    .custom-essential-item {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 65%;
    }
    .custom-essential-item-img img {
        object-position: center 100px;
    }
    #passive-main .safety-sec-cmn-banner-cnt {
        top: 40%;
        left: 25%;
        transform: translate(-25%, -40%);
    }
    #abs h2 {
        font-size: 38px;
    }
    .me_img.drinking_water img {
        width: 60px;
        object-fit: contain;
        object-position: center;
        top: 20px;
        position: relative;
    }
    .mobility_route_mc.mobility_route_dl_mu_mc .mobility_route_sc:first-child {
        justify-content: center;
        display: flex;
    }
    .mobility_route_mc.mobility_route_dl_mu_mc {
        align-items: center;
    }
    .mobility_route_two .mobility_route_mc {
        align-items: initial;
    }
    .mobility_route_two .mobility_route_sc:first-child,
    .mobility_route_two .mobility_route_sc:last-child {
        flex: 0 0 44%;
    }
    section.mobility_banner {
        padding: 80px 0 40px;
    }
    .mobility_banner_top_sc:first-child::after {
        content: '';
        position: absolute;
        top: 0;
        right: 10%;
        height: 100%;
        width: 2px;
        background: #ddd;
    }
    section.mobility_route {
        background-image: url('../images/mobility/destination-drive/bangalore-to-nandihills/background.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
        height: 100%;
        background-position: center;
    }
    section.mobility_route.mobility_route_two {
        background-image: none;
        position: relative;
    }
    section.mobility_route.mobility_route_two::before {
        content: '';
        background-image: url('../images/mobility/destination-drive/bangalore-to-nandihills/background.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        position: absolute;
        height: 100%;
        background-position: center;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0.3;
    }
    section.mobility_route.mobility_route_bl_nan {
        background-position: -32px 60px;
        background-size: contain;
    }
    .mobility_essentials_mc.first_row .mobility_essentials_sc:nth-child(1),
    .mobility_essentials_mc.first_row .mobility_essentials_sc:nth-child(2),
    .mobility_essentials_mc.first_row .mobility_essentials_sc:nth-child(3) {
        flex: 0 0 32%;
    }
    .mobility_features_container .mobility_features_mc:nth-child(even) {
        flex-direction: row-reverse;
    }
    .mobility_features_container .mobility_features_mc:nth-child(even) .mobility_features_content {
        text-align: right;
    }
    .mobility_features_container .mobility_features_mc:nth-child(even) .mobility_features_sc:first-child .mobility_features_img {
        margin-left: auto;
    }
    .scng_banner_bottom_txt {
        position: relative;
    }
    .scng_banner_bottom_txt::after {
        content: '';
        position: absolute;
        width: 2px;
        background: rgba(255, 255, 255, .7);
        height: 100%;
        right: 0;
        top: 0;
    }
    .scng_banner_bottom_sc:last-child .scng_banner_bottom_txt::after {
        display: none;
    }
    .scng_banner_bottom {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .scng_banner .scng_banner_bottom {
        bottom: 38px;
    }
    .s_cng_question_content h4 {
        font-size: 26px;
        margin-bottom: 20px;
        min-height: 64px;
    }
    .three_r_prevent_content p {
        max-width: 90%;
        margin: 0 auto;
    }
    .three_r_prevent_container {
        max-width: 90%;
    }
    .eop_features_mc {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .ie_work_mc:nth-child(even) .ie_work_sc:last-child {
        margin-left: 40px;
    }
    .intelligent_eletric_features .hybrid_features_sc {
        margin-left: 2%;
    }
    .hybrid_features_sc:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .ps_behind {
        padding: 40px 0 70px;
    }
    section.hybrid_features_bg {
        padding-top: 120px;
    }
    section.hybrid_features_bg .hybrid_features_mc {
        position: relative;
        top: -160px;
    }
    section.hybrid_features_bg .hybrid_features_icon {
        margin-bottom: 60px;
    }
    section.hybrid_features_bg .hybrid_features_content p {
        margin-bottom: -80px;
    }
    .kseries_page_content_nav>a:nth-child(even) {
        margin-left: 20px;
        margin-right: 20px;
    }
    .kseries_engine_top_icon {
        min-width: 64px;
        min-height: 64px;
    }
    .kseries_engine_top_title h4 {
        font-size: 16px;
        min-height: 64px;
    }
    .kseries_engine_sc {
        margin-left: 2%;
        flex: 0 0 31.33%;
        margin-bottom: 2%;
    }
    .kseries_engine_sc:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .main_menu>ul>li>a::after {
        content: "";
        width: 1px;
        height: 16px;
        background-color: #555;
        position: absolute;
        display: inline-table;
        z-index: 1;
        right: -15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .main_menu>ul>li {
        margin-right: 29px;
    }
    .footer_sc:first-child {
        width: 40%;
    }
    .footer_sc {
        width: 30%;
    }
    .footer_social {
        text-align: right;
    }
}
@media all and (min-width: 992px) {
    .bl_nan_experience_history p.experience_history_tagline {
        margin-bottom: -80px;
    }
    .alexa_img img {
        object-position: 0 -50px;
    }
    .eop_readmore.readmore_section .readmore_container {
        max-width: 90%;
    }
    .hybrid_features_content p {
        max-width: 88%;
        margin: 0 auto;
    }
    .sc_features_sc:last-child {
        flex: 0 0 66%;
        align-self: center;
    }
    .blsd_section .section_tagline p {
        max-width: 70%;
    }
    .knc_banner_desc.p_knc_banner_desc p {
        max-width: 90%;
    }
    .delights_tagline {
        max-width: 78%;
    }
    .experience_history_tagline {
        max-width: 85%;
    }
    .atoz_banner .pb_content {
        color: #fff;
        left: 20%;
        transform: translate(-20%, -50%);
        width: 100%;
        top: 50%;
    }
    .atoz_banner .pb_description {
        background: transparent;
        max-width: 345px;
    }
    .destination_banner .pb_description {
        background: rgba(243, 233, 229, .8);
    }
    section.car_care_banner {
        padding-top: 40px;
    }
    .car_care_banner .pb_content {
        position: static;
        transform: none;
        text-align: center;
        margin: 0 auto;
    }
    .car_care_banner .pb_description {
        background: transparent;
        max-width: 75%;
        margin: 0 auto;
    }
    .mobility_home_banner .pb_description {
        max-width: 365px;
    }
    .bottom_nav>a {
        margin-right: 4px;
    }
    .mb_bottom_header {
        flex: 0 0 25%;
    }
    .mb_bottom_img {
        flex: 0 0 60%;
    }
    .mb_bottom_header h3,
    .mobility_banner_top_desc h1 {
        font-size: 36px;
        line-height: 38px;
    }
    .sustain_banner .pb_content {
        transform: translate(-50%, -5%);
        top: 5%;
        background: rgb(254, 252, 242, .8);
        margin-top: 25px;
        border-radius: 28px;
    }
    .kpc_mc_last .kpc_sc:last-child {
        background: transparent;
        padding: 0;
        border-radius: 0;
        position: relative;
        z-index: 1;
    }
    .kpc_mc_last .kpc_sc:last-child .kpc_image_txt_container,
    .kpc_img_txt_group_last {
        background: #f7f7f7;
        padding: 25px 30px;
        border-radius: 34px;
    }
    .kpc_img_txt_group_last {
        position: absolute;
        left: 0;
        margin-top: 50px;
        width: 100%;
    }
    .hybrid_banner .pb_content {
        left: 50%;
        transform: translate(-50%, -12%);
        top: 12%
    }
    .sc_features_sc {
        margin-left: 2%;
        flex: 0 0 32%;
        margin-bottom: 70px;
    }
    .sc_features_sc:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .s_cng_question_content h4 {
        font-size: 36px;
        margin-bottom: 40px;
        line-height: 40px;
        min-height: 84px;
    }
    .trf_container p {
        max-width: 70%;
    }
    .trf_reduce_container p {
        max-width: 100%;
    }
    .plus.alt {
        top: 45%;
        left: 50%;
        transform: translate(-50%, -45%);
    }
    .three_r_prevent_mc::after {
        top: 46%;
        left: 50%;
        transform: translate(-50%, -46%);
    }
    .three_r_prevent_content h4 {
        font-size: 30px;
    }
    .three_r_prevent_container {
        max-width: 70%;
    }
    .rce_img_txt_container {
        max-width: 340px;
    }
    .rce_features_header .section_tagline {
        max-width: 55%;
        margin: 0 auto 50px;
    }
    .rce_footprint_mc {
        justify-content: space-between;
    }
    .hybrid_banner .pb_content,
    .sustain_banner .pb_content {
        display: flex;
        align-items: center;
    }
    .hybrid_banner .pb_header {
        flex: 0 0 28%;
    }
    .hybrid_banner .pb_description {
        max-width: 100%;
        flex: 0 0 72%;
        background: rgba(237, 243, 247, 0.6);
    }
    .sustain_banner .pb_description {
        max-width: 100%;
        flex: 0 0 62%;
        background: rgba(254, 252, 242, 0.6);
        border-top-right-radius: 28px;
        border-bottom-right-radius: 28px;
    }
    .sustain_banner .pb_header {
        flex: 0 0 39%;
        padding-top: 16px;
    }
    .hybrid_banner .pb_header h3,
    .sustain_banner .pb_header h3 {
        margin-bottom: 0;
    }
    .suzuki_banner .pb_description p>b {
        color: #ffffff;
    }
    .readmore_section .readmore_header,
    .readmore_section .readmore_container {
        max-width: 88%;
        margin: 0 auto;
    }
    .readmore_section .readmore_header.scng_readmore_header {
        margin-top: 20px;
    }
    .naf_banner .pb_description.tech_bg {
        background: rgba(0, 0, 0, .5);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: rgba(255, 255, 255, .7);
        max-width: 420px;
    }
    .naf_banner .pb_header h3 {
        max-width: 420px;
        margin-bottom: 0;
        padding: 16px 25px 0px;
        background: rgba(0, 0, 0, .5);
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .naf_banner .pb_header h1 {
        max-width: 420px;
        margin-bottom: 0;
        padding: 16px 25px 0px;
        background: rgba(0, 0, 0, .5);
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .naf_banner .pb_content {
        transform: translate(-50%, -50%);
        top: 50%;
    }
    .kseries_engine_top_title h4 {
        font-size: 20px;
        min-height: 76px;
    }
    .kseries_engine_top_icon {
        min-width: 76px;
        min-height: 76px;
    }
    .suzuki_features_sc {
        margin-left: 2%;
        flex: 0 0 23.5%;
        margin-bottom: 2%;
    }
    .suzuki_features_sc:nth-of-type(4n+1) {
        margin-left: 0;
    }
    .pb_content {
        position: absolute;
        max-width: 1080px;
        left: 50%;
        transform: translate(-50%, -20%);
        width: 100%;
        top: 20%;
    }
    .home_page_banner .pb_content {
        max-width: 1180px;
    }
    .banner_bottom_container {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        bottom: 8px;
    }
    .header_logo img {
        max-width: 260px;
    }
    .main_menu {
        padding: 8px 25px;
        padding: 0 25px;
    }
    .main_menu>ul>li>a {
        padding: 18px 12px;
    }
}
@media all and (min-width: 1200px) {
    .airbags-img-wrapper p.warining-text {
        text-align: right;
    }
    .ps_behind_content p {
        max-width: 98%;
    }
    .safety-sec-cmn-banner-cnt h2 {
        margin-top: 15px;
    }
    .safe_banner_rt_img img {
        transform: scale(1.1);
    }
    #cars_slider .best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item:hover {
        width: 300px;
    }
    section.mobility_banner {
        background-position: right;
        background-size: cover;
    }
    .bottom_nav>a {
        margin-right: 30px;
    }
    .mobility_features_container {
        max-width: 90%;
        margin: 0 auto;
    }
    .me_img {
        min-height: 120px;
    }
}
@media all and (min-width: 1500px) {
    .safety-landing .knc_banner_mc {
        max-width: 1540px;
    }
}
@media all and (min-width: 577px) and (max-width: 767px) {
    .suzuki_features_sc,
    .kseries_engine_sc,
    .rce_footprint_sc {
        margin-left: 2%;
        flex: 0 0 49%;
        margin-bottom: 2%;
    }
    .suzuki_features_sc:nth-of-type(2n+1),
    .kseries_engine_sc:nth-of-type(2n+1),
    .rce_footprint_sc:nth-of-type(2n+1) {
        margin-left: 0;
    }
}
@media all and (min-width: 577px) and (max-width: 991px) {
    .sc_features_sc {
        margin-left: 2%;
        flex: 0 0 49%;
        margin-bottom: 70px;
    }
    .sc_features_sc:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .sc_features_sc:last-child {
        flex: 0 0 49%;
        align-self: center;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .bl_nan_experience_history p.experience_history_tagline {
        margin-bottom: -50px;
    }
    .kpc_img_only img {
        object-position: center -27px;
    }
    .author_mc {
        max-width: 100%;
    }
    .author_desc h4 {
        font-size: 10px;
        line-height: 14px;
    }
    .author_designation span {
        font-size: 10px;
        line-height: 14px;
    }
    .author_desc {
        left: 15%;
        transform: translate(-15%, -40%);
    }
    .author_video_icon {
        left: 8%;
        transform: translateX(-8%);
        bottom: 8%;
    }
    .suzuki_features_sc,
    .rce_footprint_sc {
        margin-left: 2%;
        flex: 0 0 31.33%;
        margin-bottom: 2%;
    }
    .suzuki_features_sc:nth-of-type(3n+1),
    .rce_footprint_sc:nth-of-type(3n+1) {
        margin-left: 0;
    }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
    .suzuki_connect_readmore_section.readmore_section .readmore_header {
        max-width: 75%;
        margin: auto;
    }
}
@media all and (max-width: 1199px) {
    .sa_banner_top_header {
        right: 15px;
    }
}
@media all and (max-width: 1024px) {
    .safety-landing .safe_banner_rt {
        right: inherit;
    }
}
@media all and (max-width: 991px) {
    .suzuki_banner .pb_description.suzuki_landing_pb_description p>b>span{
        display: initial;
    }
    .kpc_mc_last .kpc_sc:last-child .kpc_image_txt_container {
        background: #f7f7f7;
        padding: 25px 30px;
        border-radius: 34px;
    }
    .kpc_mc_last .kpc_sc:last-child {
        position: relative;
        /* padding-bottom: 180px; */
        background: transparent;
        padding: 0 0 180px;
    }
    .kpc_img_txt_group_last {
        position: absolute;
        left: 0;
        margin-top: 50px;
        width: 100%;
        padding: 25px 10px;
    }
    .safe_banner_lt h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .safety-landing .knc_banner_container:before {
        height: 160px;
    }
    /* Active Safety Landing Page Starts Here */
    .safety-sec-cmn-banner-cnt h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .safety-sec-cmn-banner-cnt .cmn-para p {
        font-size: 14px;
        line-height: 20px;
    }
    /* ESP Style Starts Here */
    .esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt h2 {
        max-width: 340px;
    }
    .best-seller-gallery-wrap {
        max-width: 100%;
    }
    /* ESP Style Ends Here */
    /* Active Safety Landing Page Ends Here */
    /* Passive Safety Style Starts Here */
    #passive-main .safety-sec-cmn-banner-cnt h2 {
        font-size: 32px;
        line-height: 36px;
    }
    /* ISOFIX Style Starts Here */
    .isofix-main .safety-sec-cmn-banner-cnt h2 {
        max-width: 260px;
    }
    /* ISOFIX Style Ends Here */
    /* Passive Safety Style Ends Here */
    /* Behavioural Safety Style Starts Here */
    /* Essentail Safety Style Starts Here */
    .essential-lt {
        width: 150px;
    }
    .essential-rt {
        width: calc(100% - 150px);
    }
    .essential-count img {
        width: 200px;
    }
    .essential-wrapper .essential-item:nth-child(even) {
        margin-top: 180px;
    }
    .essential-main .safety-sec-cmn-banner-cnt {
        top: 35px;
    }
    /* Essentail Safety Style Ends Here */
    /* IDTR Style Starts Here */
    .idtr-main .safety-sec-cmn-banner-cnt h2 {
        font-size: 32px;
        line-height: 38px;
    }
    /* IDTR Style Ends Here */
    /* Behavioural Safety Style Ends Here */
    .car_care_banner .pb_mc {
        display: flex;
        flex-direction: column;
    }
    .car_care_banner .pb_content {
        order: 1;
    }
    .car_care_banner .pb_description,
    .atoz_banner .pb_description {
        background: rgb(245 245 245 / 60%);
    }
    .car_care_banner .pb_header {
        position: absolute;
        left: 50%;
        top: 10%;
        transform: translate(-50%, -10%);
        color: #fff;
        text-align: center;
    }
    .mb_bottom_header h3,
    .mobility_banner_top_desc h1 {
        font-size: 26px;
        line-height: 28px;
    }
    .rce_img_txt_content h4 {
        font-size: 28px;
    }
    .rce_img_txt_content {
        font-size: 15px;
    }
    .rce_img_txt_content strong {
        font-size: 18px;
    }
    .sa_banner_top_header {
        right: 15px;
    }
    .hybrid_banner .pb_description,
    .sustain_banner .pb_description {
        background: rgb(245 245 245 / 60%);
    }
    .sustain_banner .pb_header {
        top: 5%;
        transform: translate(-15%, -5%);
    }
    .suzuki_banner .pb_header h3 {
        max-width: 80%;
        margin: 0 auto;
    }
    .suzuki_banner .pb_header {
        width: 100%;
        text-align: center;
    }
    .suzuki_banner .pb_description {
        text-align: left;
        background: rgb(245 245 245 / 60%);
        color: #000
    }
    .naf_banner .pb_header {
        top: 5%;
        transform: translate(-15%, -5%);
    }
    .bottom_nav a {
        flex: 0 0 32%;
        margin-right: 1%;
        margin-bottom: 20px;
    }
    .pb_header h3 {
        margin-bottom: 0;
        padding-left: 0;
        font-size: 22px;
        line-height: 26px;
    }
    .pb_header {
        position: absolute;
        left: 15%;
        top: 15%;
        transform: translate(-15%, -15%);
    }
    .pb_description {
        margin: 20px 15px;
        width: auto;
        max-width: 100%;
    }
    .banner_bottom_container {
        padding: 20px 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    .knc_banner_header h3 {
        margin: 0 0 20px;
    }
    .knc_banner_header h3 span {
        font-size: 36px;
    }
    .main_menu {
        padding: 8px 15px;
        padding: 0 15px;
    }
    .header_logo img {
        max-width: 240px;
    }
    .main_menu>ul>li>a {
        font-size: 15px;
        padding: 18px 12px;
    }
}
@media all and (max-width: 767px) {
    .main_menu>ul>li>span {
        display: inline-flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: absolute;
        right: 0;
        z-index: 1;
        top: 8px;
    }    
    .main_menu>ul>li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
    }
    .s_cng_question_sc {
        flex: 0 0 100%;
        padding: 10px 0;
    }
    .header_form {
        display: block;
    }
    .bl_nan_experience_history p.experience_history_tagline {
        margin-bottom: -30px;
    }
    .author_initial_content {
        top: 30%;
        left: 80%;
        transform: translate(-68%, -30%);
    }
    .author_desc {
        bottom: 5%;
        left: 80%;
        transform: translate(-68%, -30%);
    }
    .msds-points-main .essential-item:last-child {
        left: auto;
    }
    .kpc_img_only img {
        object-position: center -20px;
    }
    .author_hover_content {
        font-size: 12px;
        line-height: 14px;
    }
    .scng_banner .next_section_icon {
        display: none;
    }
    /* .kpc_img_only img {
        object-position: -42px 50%;
    } */
    /* .kpc_img_txt_group:hover .kpc_img_only img {
        object-position: center;
    } */
    .scng_banner_claim_txt {
        top: 44%;
        transform: translateY(-44%);
    }
    .mob_the_route_sc:last-child,
    .mob_the_route_sc:first-child,
    .mobility_route_content_sc:first-child,
    .mobility_route_content_sc:last-child {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .safety-landing .knc_banner_mc {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .safe_banner_inner {
        position: static;
        width: 100%;
        background: var(--Blue-BG-Light-Color);
        border-radius: 15px;
        padding: 20px;
    }
    .safety-landing .knc_banner_container:before,
    .safety-landing .knc_banner_container:after {
        display: none;
    }
    .safe_banner_lt {       
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        position: static;
        min-height: inherit;
        padding: 30px 0 0 0;
    }
    .safe_banner_rt {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
    }
    .safe_banner_lt h2 {
        font-size: 22px;
        line-height: 28px;
        color: #000000;
        position: absolute;
        top: 0;
        left: 20px;
        width: 200px;
    }
    .safety-landing .safe_banner_rt {
        padding-left: 10%;
        padding-top: 120px;
    }
    /* Active Safety Landing Page Starts Here */
    .safety-sec-cmn-banner-cnt h2 {
        font-size: 32px;
        line-height: 36px;
        position: absolute;
        max-width: 380px;
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .safety-sec-cmn-banner-cnt .cmn-para {
        background: #f5f5f5;
    }
    .safety-sec-cmn-banner-cnt {
        position: static;
        padding: 20px;
    }
    .safety-sec-cmn-wrapper .hf_nav {
        margin-bottom: 5px;
    }
    .safety-sec-cmn-wrapper .safety_features {
        position: static;
        padding: 20px 0;
    }
    .safety-sec-cmn-banner-cnt .cmn-para p {
        text-align: left;
    }
    /* ABS and EBD Style Starts Here */
    .abs-with-ebd-main .safety-sec-cmn-banner-cnt h2 {
        position: static;
        margin: 0;
    }
    .abs-with-ebd-main .safety-sec-cmn-banner-cnt {
        position: absolute;
        bottom: 15%;
    }
    .fixed-label-safety p {
        padding: 6px;
        font-size: 12px;
    }
    /* ABS and EBD Style Ends Here */
    /* ESP Style Starts Here */
    .section-content h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .best-seller-gallery-wrap .best-seller-inner-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item {
        margin-bottom: 20px;
        width: 33.33%;
    }
    .best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item:hover {
        width: 33.33%;
    }
    /* ESP Style Ends Here */
    /* Park Assist Camera Starts Here */
    .park-assist-best-seller .best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item {
        width: 50%;
    }
    .park-assist-best-seller .best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item:hover {
        width: 50%;
    }
    .park-assist-best-seller .best-seller-gallery-in img {
        transform: scale(2);
    }
    /* Park Assist Camera Ends Here */
    /* Active Safety Landing Page Ends Here */
    /* Passive Safety Landing Page Starts Here */
    #passive-main .safety-sec-cmn-banner-cnt .cmn-para {
        max-width: 100%;
        background: #f5f5f5;
    }
    #passive-main .safety-sec-cmn-banner-cnt h2 {
        font-size: 32px;
        line-height: 36px;
        left: 20px;
        margin-left: inherit;
        margin-right: auto;
    }
    #passive-main .safety-sec-cmn-banner-cnt .cmn-para p {
        color: #000000;
        font-size: 14px;
        line-height: 20px;
    }
    /* Airbags Style Starts Here */
    .airbags-main.esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt {
        padding: 0;
        bottom: 50px;
    }
    /* Airbags Style Ends Here */
    /* ISOFIX Style Starts Here */
    .isofix-main .safety-sec-cmn-banner-cnt {
        position: absolute;
        padding: 0;
    }
    .isofix-main .safety-sec-cmn-banner-cnt h2 {
        position: static;
    }
    /* ISOFIX Style Ends Here */
    /* Heartect Platform Style Start Here */
    .heartect_extra_space {
        padding-bottom: 20px;
    }
    .heartect-keypoints {
        margin-top: 40px;
    }
    .heartect-keypoints-wrap {
        width: 100%;
        max-width: 360px;
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .heartect-wrapper {
        justify-content: center;
    }
    /* Heartect Platform Style Ends Here */
    /* Passive Safety Landing Page Ends Here */
    /* Behavioural Safety Landing Page Starts Here */
    #behavioural-main .safety-sec-cmn-banner-cnt h2 {
        margin: 0px 0px 0 auto;
        max-width: 275px;
        right: 10px;
        font-size: 32px;
        line-height: 36px;
    }
    #behavioural-main .safety-sec-cmn-banner-cnt .cmn-para {
        max-width: 100%;
        background: #f5f5f5;
        width: 100%;
        padding: 15px;
    }
    #behavioural-main .safety-sec-cmn-banner-cnt .cmn-para p {
        color: #000000;
        font-size: 14px;
        line-height: 20px;
    }
    /* Essentail Safety Style Starts Here */
    .essential-lt {
        width: 150px;
    }
    .essential-rt {
        width: calc(100% - 150px);
    }
    .essential-count img {
        width: 160px;
    }
    .essential-wrapper .essential-item,
    .essential-wrapper .essential-item:nth-child(even) {
        margin-top: 90px;
    }
    .essential-wrapper .essential-item:first-child {
        margin-top: 0;
    }
    .essential-item {
        width: 100%;
    }
    .essential-rules-main {
        padding: 100px 0 40px;
    }
    .essential-main .safety-sec-cmn-banner-cnt {
        position: absolute;
        padding: 0;
    }
    .essential-main .safety-sec-cmn-banner-cnt h2 {
        position: static;
        max-width: 100%;
    }
    /* Essentail Safety Style Ends Here */
    /* MSDS style Starts Here */
    .msds-main .safety-sec-cmn-banner-cnt {
        position: absolute;
        padding: 0;
    }
    .msds-main .safety-sec-cmn-banner-cnt h2 {
        max-width: 400px;
        margin: 40px 20px 0 auto;
        text-align: right;
    }
    .msds-points-main .essential-item {
        margin-top: 0;
        width: 100%;
        border: none;
        margin-bottom: 20px;
        padding: 15px;
    }
    .msds-points-main .essential-item:nth-child(3n+3) {
        margin-top: 0;
        border-right: 1px solid #cad1d9;
    }
    .msds-points-main .essential-item:nth-child(even) {
        border-right: none;
    }
    .msds-points-main .essential-item:nth-child(9):after {
        display: none;
    }
    .msds-points-main .essential-item:nth-child(3n+3),
    .msds-points-main .essential-item:last-child {
        border: none;
    }
    .msds-points-main .essential-item:after {
        display: none;
    }
    .msds-points-main {
        padding: 40px 0 40px;
    }
    /* MSDS style Ends Here */
    /* IDTR Style Starts Here */
    .idtr-main .safety-sec-cmn-banner-cnt {
        position: absolute;
        padding: 0;
    }
    .idtr-main .safety-sec-cmn-banner-cnt h2 {
        font-size: 28px;
        line-height: 32px;
        position: static;
    }
    .idtr-facilities-main {
        padding-top: 30px;
    }
    .idtr-facilities-wrapper h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .idtr-clients-wrapper .section_title {
        text-align: left;
        padding-left: 8px;
    }
    .learn-driving-inner-wrap .slick-dots,
    .idtr-clients-inner .slick-dots {
        margin-top: 15px;
    }
    /* IDTR Style Ends Here */
    /* Behavioural Safety Landing Page Ends Here */
    .atoz_alphabet_container ul>li>a {
        font-size: 20px;
        width: 42px;
    }
    .atoz_alphabet_container ul>li>a>span {
        width: 38px;
    }
    .atoz_alphabet_container ul {
        row-gap: 10px;
    }
    section.mobility_do {
        padding: 50px 0 0;
    }
    .mobility_banner_bottom {
        margin-bottom: 15px;
    }
    .mobility_banner_container {
        display: flex;
        flex-direction: column;
    }
    .mobility_banner_top {
        order: 1;
    }
    .mobility_banner_top_desc h1 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .mb_bottom_header h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .mobility_banner_top_desc h1>span {
        display: initial;
    }
    .mobility_banner_top_desc h3 {
        font-size: 16px;
    }
    .mobility_banner_top_mc {
        flex-wrap: wrap;
    }
    .mobility_banner_top_sc:last-child {
        background: #f5f5f5;
        padding: 20px 15px;
        border-radius: 10px;
    }
    .mobility_banner_top_sc:first-child,
    .mobility_banner_top_sc:last-child {
        flex: 0 0 100%;
    }
    .section_title,
    .mobility_route_title {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .mobility_features_sc:first-child,
    .mobility_features_sc:last-child,
    .mobility_essentials_sc,
    .mobility_do_sc,
    .mobility_route_sc:first-child,
    .mobility_route_sc:last-child {
        flex: 0 0 100%;
    }
    .mobility_essentials_sc,
    .mobility_do_sc,
    .mobility_route_sc:first-child {
        margin-bottom: 15px;
    }
    .mobility_features_img {
        margin: 0 auto 15px;
        width: 100px;
        height: 100px;
    }
    .mobility_features_mc {
        padding: 10px 15px;
    }
    .mobility_features_content h3 {
        margin-bottom: 15px;
    }
    .scng_banner_bottom {
        padding: 20px 15px;
    }
    .scng_banner_bottom_mc {
        justify-content: center;
        padding: 20px 0 0;
    }
    .scng_banner_bottom_sc {
        flex: 0 0 33%;
        margin-bottom: 16px;
    }
    .scng_drive_features_sc {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .scng_drive_features_sc:last-child {
        margin-bottom: 0;
    }
    .scng_drive_features_mc {
        max-width: 90%;
        margin: 50px auto 0;
    }
    .scng_drive_features_desc h4 {
        font-size: 20px;
    }
    .s_cng_question_content h4 {
        margin-bottom: 6px;
    }
    .s_cng_question_sc:last-child {
        margin-bottom: 0;
    }
    .three_r_features .three_r_prevent_sc {
        flex: 0 0 100%;
        max-width: 90%;
        margin: 0 auto 60px;
    }
    .three_r_features .three_r_prevent_sc:last-child {
        margin: 0 auto 0;
    }
    .rce_img_txt_content {
        font-size: 13px;
    }
    .rce_features_container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .eop_features_mc .eop_features_sc:last-child {
        margin-bottom: 0;
    }
    .hybrid_features_sc,
    .ie_work_sc,
    .eop_features_sc {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .ie_work .section_header {
        text-align: left;
        margin-bottom: 10px;
    }
    .ie_work .section_tagline {
        max-width: 100%;
    }
    .hybrid_features_icon {
        max-width: 100px;
        max-height: 70px;
    }
    .hybrid_features_icon img {
        width: 50px;
    }
    .blsd_banner .sa_banner_main_header h2>span {
        display: initial;
    }
    .blsd_banner .sa_banner_main_header {
        width: 100%;
        text-align: center;
    }
    .image_shrink_img img {
        height: 250px;
        border-radius: 14px;
    }
    .kpc_sc {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .kpc_header {
        text-align: center;
    }
    .kseries_page_content_nav {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .kseries_page_content_nav>a {
        margin-bottom: 20px;
        min-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    .kpc_header h3 {
        font-size: 20px;
        padding: 8px 18px;
    }
    .ht_desc p {
        font-size: 14px;
        line-height: 20px;
    }
    section.technology_video {
        padding: 20px 0 30px;
    }
    .tech_popup_content iframe {
        height: auto;
    }
    .knc_banner_img img {
        max-height: initial;
        height: auto;
    }
    .form_group input,
    .main_menu {
        display: none;
    }
    .form_group button {
        height: 30px;
        border-radius: 4px;
    }
    .header_form,
    .knc_banner_desc p:last-child {
        margin-bottom: 0;
    }
    .knc_banner_contennt {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .knc_banner_desc {
        background: #f5f5f5;
        margin: 0 15px;
        padding: 8px 15px;
        border-radius: 12px;
    }
    .knc_banner_desc h4 {
        color: #000;
        font-size: 18px;
        line-height: 20px;
    }
    .knc_banner_desc p {
        color: #555;
    }
    .knc_banner_header h3 span {
        font-size: 26px;
    }
    .knc_banner_mc {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .knc_alphabet_container ul>li>a {
        font-size: 20px;
        width: 42px;
    }
    .knc_alphabet_container ul>li>a>span {
        width: 38px;
    }
    .knc_alphabet_container ul {
        row-gap: 10px;
    }
    .header_logo img {
        max-width: 180px;
    }
    .main_menu>ul>li>a {
        display: block;
    border-bottom: 1px solid #ddd;
    width: 100%;
    }
    .main_menu>ul>li:last-child>a {
        border-bottom: 0;
    }
    .header_mc {
        position: relative;
        padding: 12px 15px 10px;
        border-bottom: 1px solid #ddd;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .main_menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 101%;
        background: #fff;
        border-radius: 0;
        z-index: 5;
    }
    .main_menu>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu_icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .footer_sc {
        width: 100%;
        text-align: center;
    }
    .footer_content a,
    .footer_content span,
    .footer_nav a,
    .footer_social span {
        font-size: 14px;
        line-height: 19px;
        color: #555;
        margin-bottom: 10px;
        display: block;
    }
    .footer_nav a {
        color: #29337a;
    }
    .footer_social a {
        margin-right: 10px;
    }
    .footer_social a:last-child {
        margin-right: 0;
    }
}
@media all and (max-width: 639px) {
    .scng_banner_claim_txt {
        top: 29%;
        transform: translateY(-29%);
        font-size: 9px;
        bottom: auto;
    }
    .footer_content span:first-child {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 240px;
    }
}
@media all and (max-width: 600px) {
    .slider_with_expand .slick-slide {
        width: 160px;
        min-height: 200px;
        max-height: 200px;
    }
    .slider_with_expand .slick-slide:hover {
        width: 240px;
    }
    .custom-seller-gallery-in img {
        object-position: center 8px;
    }
    .slider_with_expand button.slick-arrow {
        font-size: 20px;
    }
    .slider_with_expand button.slick-prev {
        left: -14px;
    }
    .slider_with_expand button.slick-next {
        right: -14px;
    }
}
@media all and (max-width: 576px) {
    section.home_features.custom_airbags_features{
        padding-bottom: 40px;
    }
    .kseries_img  {
        margin-bottom: 10px;
    }
    .kseries_banner_sc:hover .kseries_nav {
        opacity: 0;
    }
    
    .scng_banner_bottom_txt span{
        font-weight:900;
    }
   .kseries_hover_container .kseries_hover_close{
        display:block;
        text-align: right;
        width: 100%;
        padding: 10px;
   }
   .kseries_hover_container .kseries_hover_close a{
    text-decoration: none;
    font-family: var(--FiraSans-Medium);
    color:#000;
   }
    .figure_disclaimer p{
        font-size: 10px;
        max-width: 280px;
    }
    span.rcs_sticky_txt {
        bottom: 10px;
        font-size: 10px;
    }
    .hud_image_shrink .image_shrink_mc {
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .hud_image_shrink .image_shrink_sc {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .hud_image_shrink .image_shrink_sc:hover {
        flex-basis: 100%;
    }
    .hud_image_shrink .image_shrink_img img {
        height: auto;
    }
    .sustain_banner .pb_header h3 {
        color: #fff;
    }
    .custom_scng_system .kpc_img_txt_group:hover {
        max-width: 320px;
    }
    .custom_scng_system .kpc_img_txt_group:hover .kpc_img_txt_group_sc:first-child {
        flex: 0 0 60%;
    }
    .custom_scng_system .kpc_img_txt_group:hover .kpc_img_txt_group_sc:last-child {
        flex: 0 0 35%;
    }
    .kpc_img_txt_group:hover .kpc_img_only img {
        object-position: 0px center;
        transform: none;
        object-fit: contain;
    }
    .kpc_sc:last-child,
    .kpc_mc_last .kpc_sc:last-child .kpc_image_txt_container {
        padding: 25px 10px;
    }
    .destination_banner .pb_header {
        left: 15%;
        top: 25%;
        transform: translate(-15%, -25%);
    }
    .mobility_home_banner .pb_header {
        left: 15%;
        top: 25%;
        transform: translate(-15%, -25%);
    }
    .sustain_banner .pb_header {
        top: 15%;
        transform: translate(-15%, 0%);
        left: auto;
        right: -5px;
    }
    .suzuki_connect_banner .sa_banner_main_header {
        top: 18%;
        left: 10%;
        transform: translate(-10%, -18%);
        height: fit-content;
    }
    .naf_banner .pb_header {
        top: 25%;
        transform: translate(-15%, -25%);
    }
    .naf_banner .pb_description.tech_bg p strong{
        color: #000;
    }
    .hybrid_banner .pb_header {
        left: 15%;
        top: 3%;
        transform: translate(-15%, -3%);
    }
    .r_d_banner .sa_banner_main_header {
        top: 50%;
        transform: translate(-95%, -50%);
        left: 95%;
        max-width: 230px;
        width: 100%;
    }
    .suzuki_banner .pb_header {
        left: 50%;
        top: 8%;
        transform: translate(-50%, -8%);
    }
    .rce_banner .sa_banner_main_header {
        top: 10%;
        left: 15%;
        transform: translate(-15%, -10%);
        max-width: initial;
        height: fit-content;
    }
    .author_hover_content {
        width: 100%;
        max-width: 100%;
    }
    .author_desc {
        bottom: -8px;
        transform: translate(-68%, 0%);
        left: 80%;
    }
    
    .author_initial_content {
        top: 25%;
        padding-right: 20px;
        font-size: 10px;
    }
    .author_initial_content::before {
        top: -10px;
    }
    .author_initial_content::after {
        right: 22px;
        bottom: -2px;
    }
    .kseries_banner_sc {
        position: relative;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .kseries_banner_sc:hover .kseries_hover_container {
        bottom: auto;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .93);
           flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .rce_img_txt_content {
        font-size: 11px;
        padding: 21px 30px;
    }
    .s_cng_question_sc:nth-child(even) {
        padding: 40px 0;
    }
    .s_cng_question_sc:nth-child(even)::after {
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        bottom: auto;
        top: 92%;
    }
    .s_cng_question_sc:nth-child(even)::before {
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        top: 8%;
    }
    .alexa_img img {
        object-position: 0 -58px;
        object-fit: fill;
    }
    .sc_features_sc:last-child {
        flex: 0 0 100%;
    }
    .safe_banner_lt h2 {
        font-size: 22px;
        line-height: 25px;
        margin-top: 20px;
    }
    .safe_banner_rt img {
        margin-top: 15px;
    }
    .safe_banner_inner {
        margin-top: -20px;
    }
    .safety-landing .safe_banner_rt {
        padding-top: 100px;
    }
    .safety_features .home_features_sc>a {
        padding: 0;
    }
    .safety_features .home_features_sc>a:hover {
        background: #ffffff;
    }
    section.home_features {
        padding-bottom: 10px;
    }
    /* Active Safety Landing Page Starts Here */
    .safety-sec-cmn-wrapper .hf_nav {
        margin-bottom: 30px;
        width: 42%;
    }
    .safety-sec-cmn-wrapper .home_features_sc:last-child .hf_nav {
        margin-bottom: 15px;
    }
    .safety-sec-cmn-img img {
        object-fit: cover;
        min-height: auto;

    }
    .active-safe-inner-content h3 {
        text-align: left;
        line-height: 20px;
    }
    .active-safe-inner-content p {
        text-align: left;
    }
    .active-safe-inner-content p:last-child {
        margin-bottom: 0;
    }
    /* ESP Style Starts Here */
    .active-safe-inner-main {
        background: transparent;
    }
    .active-safe-inner-wrapper {
        padding: 20px;
    }
    .active-safe-inner-content {
        padding: 15px;
        background: #f5f5f5;
        border-radius: 10px;
    }
    .isofix-main .safety-sec-cmn-banner-cnt {
        top: 2%;
        transform: translate(-10%,-2%);
        left: 10%;
       right: auto;
   }
    .esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt h2 {
        max-width: 190px;
    }
    .best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item {
        margin-bottom: 20px;
        width: 100%;
    }
    .best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item:hover {
        width: 100%;
    }
    .best-seller-gallery-in img {
        transform: scale(2);
    }
    .fixed-label-safety p {
        font-size: 8px;
    }
    #esp-banner h2 {
        position: absolute;
        font-size: 11px;
        line-height: normal;
        left: 15px;
        top: auto;
        height: fit-content;
        right: auto;
    }
    .home_features.safety_features.safety_inner_features .hf_nav {
        width: 42%;
    }
    /* ESP Style Ends Here */
    /* Park Assist Camera Starts Here */
    .park-assist-best-seller .best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item {
        width: 100%;
    }
    .park-assist-best-seller .best-seller-gallery-wrap .best-seller-inner-wrap .best-seller-inner-item:hover {
        width: 100%;
    }
    .section-content h3 {
        font-size: 24px;
    }
    .park-asst-img-wrapper .park-assist-img {
        width: 100%;
    }
    .park-asst-img-wrapper .park-assist-img:first-child {
        padding: 0 0 5px 0;
    }
    .park-asst-img-wrapper .park-assist-img:last-child {
        padding: 0;
    }
    .park-asst-img-wrapper {
        flex-wrap: wrap;
    }
    #park-assist-main .fixed-label-safety p {
        padding: 5px 12px;
        font-size: 9px;
        right: 7px;
        left: 0px;
    }
    /* Park Assist Camera Ends Here */
    /* Active Safety Landing Page Ends Here */
    /* Passive Safety Landing Page Starts Here */
    #passive-main .safety-sec-cmn-banner-cnt h2,
    #behavioural-main .safety-sec-cmn-banner-cnt h2 {
        font-size: 18px;
        line-height: 20px;
        max-width: 180px;
    }
    #behavioural-main .safety-sec-cmn-banner-cnt h2 {
        padding-top: 38px;
        padding-left: 33px;
        font-size: 11px;
        line-height: 13px;
    }
    /* Airbags style starts Here */
    .airbags-img-wrapper .section_container {
        padding: 0;
    }
    .warining-text {
        padding: 0 15px;
    }
    .airbags-main.esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt {
        bottom: 25px;
        max-width: 100%;
    }
    /* Airbags style starts Here */
    /* ISOFIX Style Starts Here */
    .isofix-main .safety-sec-cmn-banner-cnt h2 {
        max-width: 160px;
    }
    /* ISOFIX Style Ends Here */
    /* Passive Safety Landing Page Ends Here */
    /* HearTect Style Starts Here */
    .heartect-main .safety-sec-cmn-banner-cnt h2 {
        margin-top: 18px;
    }
    #heartect {
        margin-top: -80px;
    }
    /* .airbags-img-wrapper .our-best-seller-main .section-content h3 {
        margin-top: -250px;
    } */
    #heartect-main .next_section_icon a::before,
    .next_section_icon a::after {
        opacity: 0;
    }
    /* Behavioural Safety Style Starts Here */
    /* Essentail Safety Style Starts Here */
    .essential-lt {
        width: 120px;
    }
    .essential-rt {
        width: calc(100% - 120px);
    }
    .essential-count img {
        width: 140px;
    }
    .essential-wrapper .essential-item:first-child {
        margin-top: 0;
    }
    .essential-item {
        padding: 0;
    }
    .essential-rules-main {
        padding: 80px 0 40px;
    }
    .essential-lt img {
        width: 75px;
    }
    .essential-in {
        align-items: flex-start;
    }
    .essential-rt h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .essential-rt p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0;
    }
    section.essential-rules-main.msds-points-main {
        margin-top: 40px;
    }
    /* Essentail Safety Style Ends Here */
    /* MSDS Safety Style Starts Here */
    .msds-main .safety-sec-cmn-banner-cnt h2 {
        margin: 0px -12px 0 auto;
        max-width: 100px;
        font-size: 11px;
        line-height: 13px;
        text-align: left;
        position: relative;
        color: #ffffff;
    }
    /* MSDS Safety Style Ends Here */
    /* IDTR Style Starts Here */
    .idtr-facilities-wrapper h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .idtr-facilities-item {
        width: 100%;
    }
    .idtr-facilities-in {
        padding: 0;
    }
    .view-all-btn {
        top: 2px;
    }
    .idtr-clients-items .idtr-reg-btn {
        opacity: 1;
        visibility: visible;
    }
    .idtr-clients-items {
        text-align: center;
    }
    #IDTR .hf_nav {
        width: 59%;
    }
    #essential_rules .hf_nav {
        width: 59%;
    }
    #msds_page .hf_nav {
        width: 59%;
    }
    #behavioural_safety_features .hf_nav {
        width: 59%;
    }
    .ht_desc p {
        font-weight: 600;
    }
    #passive-main .safety-sec-cmn-banner-cnt h2 {
        font-size: 11px;
        line-height: 13px;
        max-width: 180px;
        margin-top: 30px;
    }
    /* IDTR Style Ends Here */
    /* Behavioural Safety Style Ends Here */
    .blue_strip_content {
        max-width: 100%;
        font-size: 18px;
    }
    .sa_banner_top_logo img {
        max-width: 120px;
    }
    .suzuki_connect_sc,
    .sc_features_sc {
        flex: 0 0 100%;
    }
    .suzuki_connect_sc:first-child {
        margin-bottom: 20px;
    }
    .three_r_features .section_container {
        padding: 0;
    }
    .three_r_features .trf_content_container {
        padding: 0 15px;
    }
    .trf_container {
        text-align: left;
        padding: 20px 0;
    }
    .trf_top_icon::before {
        max-width: 100%;
    }
    .trf_container h4 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .trf_img img {
        margin: 20px auto 0;
    }
    .plus.alt,
    .three_r_prevent_mc::after {
        display: none;
    }
    .three_r_prevent_img {
        min-height: 100px;
    }
    .three_r_prevent_img img {
        max-width: 120px;
    }
    .three_r_prevent_content h4 {
        margin: 20px 0 6px;
    }
    .rce_img_txt_container {
        width: 75%;
    }
    .rce_features_container {
        text-align: left;
    }
    .rce_footprint_content {
        max-width: 80%;
        margin: 0 auto;
    }
    .rce_footprint_sc:last-child,
    .three_r_prevent_sc:last-child {
        margin-bottom: 0;
    }
    .rce_footprint_sc,
    .three_r_prevent_sc {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .header_tagline_container {
        background: #f5f5f5;
        padding: 10px;
        border-radius: 8px;
        margin-bottom: 20px;
    }
    .eop_banner .sa_banner_main_header {
        top: 50%;
        left: 90%;
        transform: translate(-90%, -50%);
        text-align: left;
    }
    .kseries_page_content_nav>a {
        max-width: 100%;
        display: block;
        width: 100%;
    }
    section.readmore_section.eop_readmore {
        margin: 0 20px;
        padding-top: 40px;
    }
    .ps_behind_sc,
    .eop_image_section_sc {
        flex: 0 0 100%;
    }
    .eop_features_mc {
        margin-top: 40px;
    }
    .ps_behind_sc:first-child,
    .eop_image_section_sc {
        margin-bottom: 20px;
    }
    .ps_behind_content h4 {
        font-size: 20px;
    }
    .ps_behind_content h5 {
        font-size: 18px;
    }
    .iss_banner .sa_banner_main_header,
    .ps_banner .sa_banner_main_header {
        top: 35%;
        left: 15%;
        transform: translate(-15%, -35%);
    }
    .sa_banner_top_logo {
        top: 10%;
        transform: translateY(-10%);
        right: 12px;
    }
    .pb_header h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .blsd_section_sc {
        flex: 0 0 100%;
    }
    .blsd_section_sc:first-child {
        margin-bottom: 80px;
    }
    .blsd_arrow i {
        transform: rotate(90deg);
    }
    .image_shrink_sc {
        padding: 0 4px;
    }
    .image_shrink_sc:hover {
        flex-basis: 200%;
    }
    .image_shrink_img img {
        height: 160px;
    }
    .naf_banner .bottom_nav a {
        min-height: 52px;
    }
    .kseries_page_header_main h3 {
        font-size: 20px;
        color: #fff;
    }
    .kseries_page_header_sub h3 {
        font-size: 18px;
        color: #fff;
    }
    .kseries_page_header_main,
    .kseries_page_header_sub {
        position: absolute;
        top: 40%;
    }
    .kseries_page_header_main {
        left: 10%;
        transform: translate(-10%, -40%);
    }
    .kseries_page_header_sub {
        right: 6%;
        transform: translate(-6%, -40%);
    }
    .kseries_engine_top_title h4 {
        font-size: 16px;
        min-height: 58px;
    }
    .kseries_engine_top_icon {
        min-height: 58px;
        min-width: 58px;
    }
    .kseries_banner_header h3 {
        font-size: 18px;
    }
    .kseries_banner_content {
        order: 1;
    }
    .kseries_banner_container {
        display: flex;
        flex-direction: column;
    }
    .hud_banner .sa_banner_main_header {
        top: 36%;
        transform: translate(-50%, -36%);
        left: 50%;
        width: 100%;
        text-align: center;
    }
    .hud_banner.three_r_banner .sa_banner_main_header {
        top: 35%;
        transform: translate(-50%, -35%);
    }
    .sa_banner_main_header {
        top: auto;
        bottom: 15px;
        left: 30px;
        transform: none;
    }
    .sa_banner_main_header h2>span {
        font-size: 11px;
        line-height: 13px;
    }
    .ps_banner .sa_banner_main_header h2>span {
        font-size: 11px;
        line-height: 13px;
    }
    .sa_banner_top_header,
    .destination_banner .sa_banner_top_header {
        right: 15px;
    }
    .sa_banner_top_header h4 {
        font-size: 9px;
        padding: 5px 8px;
    }
    .section_title,
    .mobility_route_title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    section.suzuki_test {
        padding: 10px 0;
    }
    .suzuki_features {
        padding: 10px 0 20px;
    }
    .suzuki_test .section_container {
        padding: 0;
    }
    .suzuki_test_mc {
        border-radius: 0;
    }
    .readmore_section {
        margin: 20px 30px;
        border-radius: 10px;
        padding: 20px 0;
    }
    .suzuki_test_header h3 {
        font-size: 18px;
    }
    .suzuki_test_sc {
        flex: 0 0 100%;
    }
    .suzuki_test_sc:first-child {
        margin-bottom: 20px;
    }
    .sf_desc {
        max-width: 80%;
        margin: 0 auto;
    }
    .suzuki_features_sc,
    .kseries_engine_sc {
        flex: 0 0 100%;
        margin-bottom: 2%;
    }
    .kseries_engine_sc {
        margin-bottom: 20px;
    }
    .home_features_sc,
    .bottom_nav a {
        flex: 0 0 100%;
    }
    .home_features_sc:nth-child(even) a::before,
    .home_features_sc:nth-child(even) a::after {
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .home_features_sc>a {
        padding: 35px 0;
    }
    .home_features_sc>a:hover {
        background: #e8f2f6;
        border-radius: 8px;
    }
    .home_features_sc:nth-child(even) a::before {
        top: -35px;
    }
    .home_features_sc:nth-child(even) a::after {
        bottom: -35px;
    }
    .knc_alphabet_container ul>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%;
    }
    .knc_banner_sc:first-child,
    .knc_banner_sc:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .knc_banner_header h3 span {
        font-size: 20px;
        font-family: var(--FiraSans-Medium);
    }
    .technology_landing .pb_header {
        left: 14%;
        top: 26%;
        transform: translate(-14%, -26%);
    }
    .pb_header span {
        font-size: 11px;
        line-height: 13px;
    }
    .k15series_page_content .kpc_group ul>li {
        max-width: 90%;
    }
    .progressive_hybrid_features .hybrid_features_sc,
    .iss_hybrid_features .hybrid_features_sc,
    .intelligent_eletric_features .hybrid_features_sc {
        margin: 20px 0 30px;
    }
    .scng_banner .sa_banner_main_header h2>span {
        font-size: 11px;
        line-height: 13px;
    }
    .scng_banner .sa_banner_main_header {
        top: 15%;
        left: 10%;
        transform: translate(-10%, -15%);
        height: fit-content;
        max-width: 100px;
        width: 100%;
    }
    .scng_readmore_section .readmore_container p {
        max-width: 90%;
    }
    .blsd_banner .sa_banner_main_header {
        text-align: left;
        width: auto;
    }
    .blsd_banner .sa_banner_main_header h2>span {
        display: block;
        font-size: 11px;
        line-height: 13px;
    }
    .blsd_banner .sa_banner_top_header {
        max-width: 120px;
        text-align: left;
    }
    .airbags-main.esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt h2,
    .isofix-main .safety-sec-cmn-banner-cnt h2 {
        line-height: normal;
    }
    .custom-airbags-inner-wrap.airbags-inner-wrap a:last-child:hover,
    .custom-airbags-inner-wrap.airbags-inner-wrap a:first-child:hover {
        width: 120%;
    }
    .custom_msds_container .custom-essential-item {
        position: relative;
        top: -60px;
    }
    .idtr-main .safety-sec-cmn-banner-cnt h2 {
        font-size: 11px;
        line-height: 13px;
    }
    .idtr-main .safety-sec-cmn-banner-cnt {
        top: calc(50% - 10px);
    }
    .essential-main .safety-sec-cmn-banner-cnt h2 {
        line-height: normal;
        margin-top: -4px;
    }
    .essential-rt ul li {
        font-size: 13px;
        line-height: normal;
        margin-bottom: 4px;
    }
    .car_care_banner .pb_header {
        top: 43%;
        transform: translate(-50%, -43%);
        color: #000;
    }
    .car_care_banner .pb_description {
        margin-top: 40px;
    }
    .summer_car_car_banner.iss_banner .sa_banner_main_header {
        left: 7%;
        transform: translate(-7%, -35%);
    }
    .mobility_features_mc {
        margin-bottom: 30px;
    }
    .mobility_essentials_sc {
        margin-bottom: 50px;
    }
    .me_img.drinking_water img {
        height: 60px;
        object-fit: contain;
    }
    .mobility_banner_container {
        padding-top: 40px;
    }
    .mobility_banner_top {
        order: initial;
    }
    section.mobility_route_bl_nan.mobility_route,
    section.mobility_route.mobility_route_dl_muso {
        background-image: none;
        position: relative
    }
    section.mobility_route_bl_nan.mobility_route::before {
        content: '';
        background-image: url('../images/mobility/destination-drive/bangalore-to-nandihills/map-section-bg-line.png');
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: left -25px;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.2;
    }
    section.mobility_route.mobility_route_dl_muso::before {
        content: '';
        background-image: url('../images/mobility/destination-drive/delhi-to-mussoorie/map-section-bg-line.png');
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        /* background-position: left -25px; */
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.3;
    }
    section.experience_history.bl_nan_experience_history,
    section.experience_history {
        padding-top: 25px;
        margin-top: 30px;
    }
    .safety-sec-cmn-banner-cnt h2,
    #active-safety-banner h2 {
        font-size: 11px;
        line-height: normal;
        margin-top: 15px;
    }
    .esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt#esp-banner {
        bottom: 18px;
        top: auto;
    }
    .park-assist-main.esp-main.abs-with-ebd-main .safety-sec-cmn-banner-cnt h2 {
        margin-top: 0px;
    }
    #abs {
        top: -14px;
        left: 10%;
        bottom: auto;
    }
    .ps_shrink .image_shrink_sc:hover .image_shrink_img img {
        object-fit: contain;
    }
}