@media(min-width: 1400px){
    .sideicons{
    position: fixed;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    z-index: 999;
    background: var(--bg-linear);
    background: #222;
    padding: 20px 10px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sideicons a{
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 40px;
}
.sideicons a img{width: 21px;}
.mobhome,
.sideicons a img.black-icon{display: none;}
.sideicons a img.white-icon{
    width: 26px;
}
.sideicons a span{
    position: absolute;
    right: -5px;
    top: 50%;
    transform-origin: right;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 20px;
    background: var(--bg-linear);
    background: #222;
    padding: 5px 70px 5px 30px;
    border-radius: 50px;
    z-index: -1;
    transition: .3s linear;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
    letter-spacing: .5px;
}
.sideicons a.b2t{
    display: none;
}
.sideicons a.b2t.fix{
    display: block;
}
.sideicons a:hover span{
    opacity: 1;
    pointer-events: auto;
}
    .whatsappicon img{width: 80px;}
.popup-right .innerright{
    text-align: center;
}
.popup-right .innerright .popuplogo{
    display: inline-block;
    margin: 0 0 10px;
}
.popup-right .innerright .popuplogo img{width: 250px;}
.popup-right .innerright h4{
    font-size: 16px;
    margin: 0 0 25px;
    color: #313131;
    letter-spacing: 1px;
}
.popup-right form{
    text-align: start;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.popup-right form .fields{
    position: relative;
    z-index: 1;
    margin: 0 0 30px;
    width: 48%;
}
.popup-right form .fields.inquiryfor{
    width: 100%;
}
.popup-right form .fields :is(input, select, textarea){
    color: #000;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 15px;
    background: none;
    border: 1px solid var(--secondary-color);
    width: 100%;
    height: 50px;
}
.popup-right form .fields :is(input, select, textarea):focus{
    box-shadow: none;
    outline: none;
}
.popup-right form .fields label{
    position: absolute;
    top: -11px;
    left: 15px;
    background: #fff;
    padding: 0 5px;
    color: var(--secondary-color);
    letter-spacing: 1px;
    font-size: 16px;
}


/*.popup-right form .fields{*/
/*    width: 48%;*/
/*    display: inline-block;*/
/*    margin: 0 0 20px;*/
/*}*/
/*.popup-right form .fields :is(input, select){*/
/*    width: 100%;*/
/*    border: 1px solid #ddd;*/
/*    padding: 10px;*/
/*    border-radius: 5px;*/
/*}*/
/*.popup-right form .fields :is(input, select):focus{*/
/*    border-color: var(--secondary-color);*/
/*    outline: none;*/
/*}*/
/*.popup-right form .fields :is(input, select)::placeholder{*/
/*    font-size: 15px;*/
/*}*/
/*.popup-right form .fields input{}*/
/*.popup-right form .fields select{}*/
.popup-right form .fields-btn{
}
.popup-right form .fields-btn button{
    background: var(--secondary-color);
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 40px;
    border-radius: 3px;
    transition: .3s linear;
    letter-spacing: 1px;
}
.popup-right form .fields-btn button:hover{background: #0e1378;}
    
    .product-section .productbox .productdetails a {
        font-size: 30px;
    }
    
    .product-section .productbox .productdetails.slick-center {
        transform: scale(1.1);
    }
    
    .about-section .aboutdesc p {
        font-size: 20px;
        line-height: 1.4;
        color: #000;
    }
    
    .about-section .readmorebtn {
        font-size: 18px;
        background: #1F4385;
        display: inline-block;
        padding: 10px 15px;
        border-radius: 5px;
        color: #fff;
        font-weight: 500;
        letter-spacing: .5px;
        transition: .3s linear;
    }
    .about-section .readmorebtn:hover{
        background: #1e4ca1;
        color: #fff;
    }
    .third-widget{padding: 80px 0;}
    
    .mySwiper3 .swiper-wrapper .swiper-slide.swiper-slide-active {
        transform: scale(1.3);
    }
    
    .mySwiper3 .swiper-wrapper .swiper-slide.swiper-slide-next, .mySwiper3 .swiper-wrapper .swiper-slide.swiper-slide-prev {
        transform: scale(1.1);
    }
    
    .mySwiper3 .swiper-wrapper .swiper-slide {
        transform: scale(0.9);
    }
    
    .categorybox .catnav li a {
    font-size: 18px;
    background: #1f4385;
    background: #1e4ca1;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    transition: .3s linear;
    }
    .categorybox .catnav li a:hover,
    .categorybox .catnav li a.active{
        background: #1f4385;
    }
    .maintitle{
        display: block;
        padding: 0 0 35px;
    }
    .maintitle:before{
        display: none;
    }
    .maintitle span {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 22px;
        color: #888;
        letter-spacing: .5px;
        display: block;
    }
    .maintitle h1,
    .maintitle h2 {
        font-size: 50px;
        font-weight: 800;
        padding: 0 0 20px;
        color: #1a2188;
    }
    /* .maintitle h2:after, */
    .maintitle h2:before{
        content: "";
        width: 160px;
        height: 8px;
        background: #ec3237;
        position: absolute;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
    }
    .maintitle h2:after{
        /* left: -110px; */
    }
    .maintitle h2:before{
    }
    .whocontent .maintitle{text-align: start;}
    .whocontent .maintitle h3{
        font-size: 40px;
        font-weight: 800;
        padding: 0 0 20px;
        color: #1a2188;
        position: relative;
        display: inline-block;
    }
    .whocontent .maintitle h3:after{
        content: "";
        width: 80px;
        height: 8px;
        background: #ec3237;
        display: block;
        margin: 20px 0 0;
    }
    .advantages .maintitle{padding: 0 0 70px;}
    .about-section .maintitle h2{
        font-weight: 600;
        font-size: 34px;
        padding: 0 0 10px;
        color: #000;
    }
    .productright .actionbtns .enquirynow{
        font-size: 18px;
        background: #1f4385;
        display: inline-block;
        padding: 10px 15px;
        border-radius: 5px;
        color: #fff;
        font-weight: 500;
        letter-spacing: .5px;
        transition: .3s linear;
    }
    .productright .actionbtns .enquirynow:hover{background:#1e4ca1}
    .aboutbox{padding-right: 50px;}
    .becomedealer-box .maintitle{
        text-align: left;
    }
    .becomedealer-box .maintitle h2:before{
        left: 0;
        transform: translateX(0);
    }
    .becomedealer-faq{padding: 100px 0 0;}
    .maintitle .explore {
        font-size: 22px;
    }
    .advantages .maintitle h1{
        font-size: 60px;
        font-weight: 800;
        padding: 0 0 20px;
        color: #1a2188;
    }
    .advantages .maintitle h1:before{
        content: "";
        width: 160px;
        height: 8px;
        background: #ec3237;
        position: absolute;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
    }
    .product-section {
        padding: 40px 0;
    }
    .menu-header .container-lg {
        min-width: 1300px;
        max-width: 95%;
        margin: 0 auto 0px;
    }
    
    .menubox .menulist .menulink {
        font-size: 22px;
        text-transform: none;
        letter-spacing: 1.5px;
        font-weight: 400;
    }
    
    .menubox {
        justify-content: center;
        gap: 50px;
    }
    
    .submenu .sublist .sublink {
        font-size: 23px;
    }
    header .menu-header{padding: 0 40px;}
    .leftlogo img {
        width: 80%;
    }
    .weblogo img {
        width: 80px;
    }
    .childmenu .childlist a {
        font-size: 23px;
    }
    .partenrsection #financetieup img {
        height: 200px;
    }
    
    .footerbox ul li a {
        font-size: 22px;
        font-weight: 300;
        padding: 0 0 10px;
        color: #000;
    }
    .social{
    gap: 10px;
}
    .social a {
        font-size: 30px;
        color: #000;
    }
    
    .footerbox h3 {
        font-size: 26px;
        color: #000;
    }
    
    .footerbox form .fields :is(input,select,textarea) {
        font-size: 22px;
    }
    
    .footerbox form .fields-btn button {
        font-size: 22px;
    }
    
    .copyright p {
        font-size: 18px;
        color: #000;
    }
    .headerbreadcrumb {
    }
    .becomedealer-container {
        padding: 180px 40px;
    }
    
    .becomedealer-frm-container .title h3 {
        font-size: 30px;
        font-weight: 800;
        color: #1a2188;
    }
    
    .becomedealer-frm-container form .fields label {
        font-size: 20px;
        position: absolute;
        top: -14px;
        left: 10px;
        background: #fff;
        padding: 0 5px;
        color: #000;
        font-weight: 500;
        font-family: var(--secondary-font);
    }
    
    .becomedealer-frm-container form .fields input::placeholder {
        font-size: 22px;
    }
    
    .becomedealer-box p {
    font-size: 20px;
    line-height: 1.4;
    }
    
    .becomedealer-frm-container form .fields-btn button {
        font-size: 18px;
        background: #1f4385;
        display: inline-block;
        padding: 20px 15px;
        border-radius: 5px;
        color: #fff;
        font-weight: 500;
        letter-spacing: .5px;
        transition: .3s linear;
    }
    
    .becomedealer-faq .faqsbox h3 {
        font-weight: 600;
        font-size: 26px;
    }
    
    .becomedealer-faq .faqsbox .faqinnerbox p {
        font-size: 20px;
        line-height: 1.4;
    }
    
    .becomedealer-frm-container form .fields :is(input, select) {
        font-size: 18px;
        padding: 20px 15px;
    }
    
    .policybox p {
        font-size: 20px;
    }
    
    .contact-query {
        padding: 140px 0 60px;
    }
    
    .contactinfo-details .infodiv .icon i {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }
    
    .contactinfo-details .infodiv .content span {
        font-size: 20px;
        font-weight: 700;
        color: #1a2188;
    }
    
    .contactinfo-details .infodiv .content a {
        font-size: 22px;
    }
    
    .social-wrap .social-box a {
        font-size: 22px;
        width: 50px;
        height: 50px;
    }
    
    .queryright form .title h3 {
        font-size: 32px;
        color: #000;
        font-weight: 700;
    }
    
    .queryright form .fields :is(input, select, textarea) {
        font-size: 22px;
    }
    
    .queryright form .fields input::placeholder, .queryright form .fields textarea::placeholder {
        font-size: 22px;
    }
    
    .awardsection .award-box .awardbox .awardcontent h2.title {
        font-size: 30px;
    }
    
    .awardsection .award-box .awardbox .awardcontent p {
        font-size: 22px;
    }
    
    .awardsection .award-box .awardbox .awardimg img {
        width: 250px;
    }
    
    .leadershipbox .content h3 {
        font-size: 30px;
    }
    
    .leadershipbox .content h4 {
        font-size: 22px;
    }
    
    .leadershipbox .socialinfo a {
        font-size: 22px;
    }
    .whocontent p {
        text-align: justify;
        font-size: 20px;
        line-height: 1.4;
    }
    .aboutadvantages{}
    .outer-advantagebox{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .advantagebox p {
        font-size: 20px;
        line-height: 1.4;
    }
    
    .advantagebox {
        height: 250px;
        background: #fff;
    }
    
    .advantagebox span {
        top: -42px;
        width: 80px;
        height: 80px;
    }
    
    .aboutadvantages2 .advantagebox2 h3 {
        font-weight: 600;
        font-size: 30px;
        padding: 0 0 10px;
    }
    
    .aboutadvantages2 .advantagebox2 p {
        font-size: 20px;
        line-height: 1.4;
    }
    
    .aboutadvantages2 .advantagebox2 .icon {
        width: 150px;
    }
    
    .aboutadvantages2 .advantagebox2 .icon span {
        width: 55px;
        height: 55px;
        font-size: 18px;
        right: -20px;
    }
    
    .plantcontent p {
        font-size: 20px;
        line-height: 1.4;
    }
    
    .plantpoint ul li {
        font-size: 22px;
        line-height: 1.4;
    }
    
    .plantpoint p {
        font-size: 20px;
        line-height: 1.4;
    }
    
    .aboutpoints .innerpoints p {
        font-size: 22px;
        color: #000;
    }
    
    .product-section .vehicleboxx .container {
        max-width: 90%;
    }
    
    .product-section .productbox .productdetailsbox .headingbox p {
        font-size: 20px;
        line-height: 1.4;
        padding: 0 0 30px;
    }
    
    .product-section .productbox .productdetailsbox .headingbox .title {
        font-size: 50px;
        font-weight: 800;
        padding: 0 0 20px;
        line-height: 1;
        color: #1a2188;
    }
    .product-section .productbox .productdetailsbox .headingbox .knowmore {
        font-size: 18px;
        background: #1f4385;
        display: inline-block;
        padding: 10px 15px;
        border-radius: 5px;
        color: #fff;
        font-weight: 500;
        letter-spacing: .5px;
        transition: .3s linear;
    }
    
    
.lounge-container{
    padding: 150px 0 50px;
}
.lounge-left{}
.lounge-left h1{
    font-size: 50px;
    font-weight: 800;
    padding: 0 0 20px;
    color: #1a2188;
    position: relative;
    display: inline-block;
}
.lounge-left h1:after{
        content: "";
        width: 80px;
        height: 8px;
        background: #ec3237;
        /* position: absolute; */
        top: 75px;
        left: 50%;
        /* transform: translateX(-50%); */
        display: block;
        margin: 20px 0 0;
    }
.lounge-left p{
    font-size: 24px;
    font-weight: 400;
}
.lounge-left .lounge-btns{
    padding: 25px 0;
}
.lounge-left .lounge-btns a{
    font-size: 18px;
    background: #1f4385;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    transition: .3s linear;
}
.lounge-left .lounge-btns a:hover{
    background: #1e4ca1;
}
.lounge-left .dealersinfo{
    display: flex;
    gap: 20px;
}
.lounge-left .dealersinfo .box{
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #f1f1f1;
    border-radius: 5px;
}
.lounge-left .dealersinfo .box span{font-size: 18px;font-weight: 500;padding: 5px 0 0;color: #666;}
.lounge-left .dealersinfo .box span:nth-child(1){
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    color: #1e1e1e;
}
.lounge-right{}
.lounge-right img{width: 100%;}

.dealernetwork-container{
    padding: 50px 0;
    background: #eee;
}
.network-left > h3{
    font-weight: 600;
    font-size: 34px;
    padding: 0 0 10px;
}
.network-left > p{
    font-size: 20px;
    line-height: 1.4;
}
.network-left .network-why{
    padding: 40px 0;
}
.network-left .network-why h3{
    font-weight: 600;
    font-size: 26px;
}
.network-left .network-why ul{}
.network-left .network-why ul li{
    line-height: 1.4;
    font-size: 20px;
    padding: 10px 0 0;
}
.network-left .network-why ul li span{}
.network-left .network-who{}
.network-left .network-who h3{
    font-weight: 600;
    font-size: 26px;
    padding: 0 0 10px;
}
.network-left .network-who ul{}
.network-left .network-who ul li{
    line-height: 1.4;
    font-size: 20px;
    padding: 10px 0 0;
}
.network-right{
    padding-left: 100px;
}
.network-right h3{
    font-weight: 600;
    font-size: 26px;
    padding: 0 0 10px;
}
.network-right ul{
    padding: 0 0 35px;
}
.network-right ul li{
    line-height: 1.4;
    font-size: 20px;
    padding: 10px 0 0;
}
.network-right .applynow{
    font-size: 18px;
    background: #1F4385;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    transition: .3s linear;
}
.network-right .applynow:hover{
    background: #1e4ca1;
}
    .network-get-touch{
    padding: 40px 0 0;
}
.network-get-touch h3{
    font-weight: 600;
    font-size: 26px;
    padding: 0 0 10px;
}
.network-get-touch p{
    font-size: 20px;
}
.network-get-touch p span{
    font-weight: 600;
}
.network-get-touch p a{
    color: #006ebd;
    display: inline-block;
}
    
.dealerbenefits{
    padding: 50px 0;
}
.dealerbenefits .maintitle{
    padding: 0 0 20px;
}
.dealerbenefits .maintitle h3{
    font-weight: 600;
    font-size: 34px;
    padding: 0 0 10px;
}
.dealerbenefits .benefitsbox{
    text-align: center;
    box-shadow: 0 2px 15px 8px #eee;
    border-radius: 10px;
    height: 100%;
    padding: 20px;
    transition: .3s linear;
}
.dealerbenefits .benefitsbox:hover{
    transform: translateY(-10px)
}
.dealerbenefits .benefitsbox i{
    font-size: 50px;
    color: #1F4385;
    padding: 0 0 20px;
    display: inline-block;
}
.dealerbenefits .benefitsbox h3{
    font-weight: 600;
    font-size: 26px;
    padding: 0 0 10px;
}
.dealerbenefits .benefitsbox p{
    line-height: 1.4;
    font-size: 20px;
    padding: 10px 0 0;
}
    
    .popup-right .innerright .popuplogo{}
    .popup-right .innerright .popuplogo img{
        width: 150px;
    }
    .popup-right .innerright h4{
        font-size: 16px;
        margin: 0 0 25px;
    }
    .popup-right form .fields :is(input, select, textarea){
        padding: 10px;
    }
    .popup-right form .fields label{
        font-size: 14px;
    }
    .popup-right form .fields{
        margin: 0 0 20px;
    }
    .popup-right form .fields-btn button{
        padding: 10px 40px;
    }
    
    
    .aboutimg .videobox iframe{height: 500px;}    
    .processbox{height: 600px;}
    .footerbox iframe{height: 300px;}
    

    .productright{
    padding: 40px 0 0 30px;
}
.productright h1{
    font-size: 40px;
    font-weight: 500;
    color: var(--secondary-color);
    letter-spacing: 1px;
    padding: 0 0 20px;
}
.productright .price{
    padding: 15px 0 0;
}
.productright .price .newprice{
    font-weight: 600;
    font-size: 18px;
}
.productright .price .newprice div{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.productright .category{
    padding: 10px 0 10px;
    display: flex;
    flex-wrap: wrap;
}
.productright .category > span{
    font-size: 18px;
    display: block;
    padding: 0 0 20px;
    flex: 1 0 50%;
    color: #999999;
    font-weight: 500;
}
.productright .category > span:nth-child(1){
}
.productright .category > span > span{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    display: block;
}
.productright .colors{
    margin: 0 0 20px;
}
.productright .colors span{color: #000;font-size: 20px;font-weight: 500;display: block;}
.productright .colors a{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 8px;
    border: 5px solid #fff;
    box-shadow: 0 2px 5px #ccc;
}
.productright .colors a:hover{}
.productright p{
    font-size: 20px;
    color: #666;
}
.productright .actionbtns{
    padding: 20px 0 30px;
    display: flex;
    gap: 15px;
}
.productright .actionbtns .actionbtn{
    font-size: 18px;
    background: #1f4385;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    transition: .3s linear;
}
.productright .actionbtns .actionbtn:hover,
.productright .actionbtns .enquiry{background: #1e4ca1;color: #fff;}
    
    .prodescbox{padding: 180px 0 50px;}
    
    .prodescbox .desctab{
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.prodescbox .desctab li{}
.prodescbox .desctab li a{
    font-size: 28px;
    font-weight: 600;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-bottom: none;
    color: #666;
}
.prodescbox .desctab li a.active{
    color: #000;
}
.prodescbox .desctab li a:hover{}
.prodescbox .desccontent{
    display: flex;
    align-items: start;
    /* gap: 1%; */
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}
.prodescbox .desccontent.active{
    display: flex;
}
.prodescbox .desccontent .featuresbox{flex: 0 0 24%;margin: 0 0 40px;box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);border-radius: 10px;overflow: hidden;}
.prodescbox .desccontent .featuresbox figure{
    margin: 0;
}
.prodescbox .desccontent .featuresbox figure img{
    width: 100%;
}
.prodescbox .desccontent .featuresbox .content{
    padding: 15px;
}
.prodescbox .desccontent .featuresbox .content h4{font-weight: 600;font-size: 28px;padding: 0 0 10px;}
.prodescbox .desccontent .featuresbox .content p{
    font-size: 20px;
    line-height: 1.4;
}
.desccontent .specibox{
    flex: 1 0 100%;
}
.desccontent .specibox a{
    font-size: 26px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding: 25px;
    box-shadow: 0 0 20px 5px #eee;
}
.desccontent .specibox .specibottombox{
    padding: 15px;
    display: none;
    background: #f3f3f3;
}
.desccontent .specibox .specibottombox span{
    border: 1px solid #ddd;
    width: 49%;
    display: inline-block;
    padding: 20px;
    font-size: 26px;
}


.product-related{
    padding: 80px 0 50px;
}
.product-related .slick-track{
    margin-left: initial;
    margin: 0 0 15px;
}
.product-related .probox{
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    margin: 0 20px;
}
.product-related .probox:hover{
    box-shadow: 2px 2px 10px rgb(0 0 0 / 18%);
}
.product-related .probox figure{
    background: #f2f2f2;
    margin: 0;
}
.product-related .probox figure img{width: 100%;}
.product-related .probox .content{
    padding: 20px;
    text-align: center;
}
.product-related .probox .content h3{
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 10px;
    
}
.product-related .probox .content span{
    font-size: 18px;
    color: #888;
    transition: .3s linear;
}
.product-related .probox .content span:hover{
    color: #222;
}


.plantcontent{
}
.plantcontent .title{
    position: relative;
    z-index: 0;
    margin: 0 0 20px;
}
.plantcontent .title:before{
    content: "";
    height: 100%;
    width: 3px;
    background: #0b3975;
    position: absolute;
    top: 0;
    display: none;
    left: 0;
}
.plantcontent .title span{
    color: #0b3975;
}
.plantcontent .title h3{font-size: 40px;font-weight: 800;color: #1a2188;position: relative;display: inline-block;}
.plantcontent p{
    padding: 0 0 15px;
    font-size: 22px;
    text-align: justify;
}

.plantcontent2{padding:30px 0 0;}

.aboutpoints{
    padding: 40px 0 0;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    background: rgb(255 255 255 / 50%);
    padding: 10px;
    border-radius: 10px;
}
.aboutpoints .innerpoints{
    text-align: center;
    margin: 0 0 40px;
    position: relative;
    z-index: 0;
}
.aboutpoints .innerpoints:last-child){margin: 0;}
.aboutpoints .innerpoints:not(:last-child):before{
    content: "";
    width: 100%;
    height: 1px;
    background: #0b387224;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.aboutpoints .innerpoints span{
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    color: #0b3975;
    margin: 0 0 10px;
    display: inline-block;
}
.aboutpoints .innerpoints p{
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.3;
}
.whatsappicon img{
    width: 50px;
}

.gallerypage{
    padding: 140px 0 0;
}
.vehiclehead{
    padding: 140px 0 0;    
}

.becomedealer-box{}
.becomedealer-box .maintitle{}
.becomedealer-box .maintitle h1{
    padding: 0;
}
.becomedealer-box .maintitle h1:before{
    left: 0;
    transform: initial;
    top: initial;
    bottom: -15px;
}
.policybox h3{
    font-size: 40px;
    font-weight: 700;
    padding: 0 0 30px;
    color: #1a2188;
    position: relative;
    z-index: 1;
}
.policybox h3:before{
    content: "";
    width: 100px;
    height: 4px;
    background: #ec3237;
    position: absolute;
    top: 60px;
    z-index: 9;
}
.certification-page{padding: 140px 0 40px;}
}


@media(min-width: 1200px){
    .mySwiper3{padding: 150px 0;}    
}
