/*
 Theme Name:     gars
 Theme URI:      https://www.gars.com
 Description:    Divi Child Theme
 Author:         gars
 Author URI:     https://www.gars.com
 Template:       Divi
 Version:        1.0.0
*/
body {
    font-family: "Jost", sans-serif;
    color: #3D3D3D;
}

.site_ttl_pd {
    padding-bottom: 10px;
}

.bnr_vdo .et_pb_slide {
    height: 800px;
}

.scrl_dwn_con_inr {
    width: 57px;
    height: 57px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
}

.scrl_dwn_con {
    display: flex;
    justify-content: center;
}

.scrl_cd {
    position: absolute;
    top: auto;
    bottom: -30px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 99;
}

.scrl_dwn_con_inr:before {
    content: '';
    position: absolute;
    width: 61px;
    height: 61px;
    background: #005087;
    border-radius: 100%;
    z-index: -1;
    top: auto;
    bottom: 1px;
    margin: auto;
}

/*---------------- about us section start ----------- */
.btn_mn_con {
    padding-top: 15px;
}

.abt_ttl_mn_con {
    position: absolute;
    left: 15px;
    top: 120px;
}

.abt_ttl_con_inr .site_ttl {
    font-size: 42px !important;
}

.abt_img {
    position: absolute;
    top: auto;
    bottom: 70px;
    right: -180%;
    width: 840px !important;
    transition: 3s;
}

@keyframes rotate_tyre {

    0% {
        rotate: 360deg;
    }

    100% {
        rotate: 0deg;
    }
}

.abt_img:after,
.abt_img:before {
    content: '';
    position: absolute;
    bottom: -10px;
    background-size: 100% 100% !important;
    animation: rotate_tyre 2s infinite linear;
}

.abt_img:after {
    width: 122px;
    height: 122px;
    background: url('../../uploads/2024/11/tyre-1.png');
    left: 102px;
}

.abt_img::before {
    width: 120px;
    height: 120px;
    background: url('../../uploads/2024/11/tyre-2.png');
    right: 60px;
    z-index: 99;
}

.active_flr .abt_img {
    right: -180px;
}

.remove_type_effact .abt_img:after,
.remove_type_effact .abt_img:before {
    /* animation: none; */
    animation-play-state: paused;
}

.abt_col1 {
    width: 48% !important;
}

.abt_col2 {
    width: 52% !important;
    padding-left: 60px;
}

.abt_desc_con {
    padding-top: 70px;
}

.abt_ttl_con_inr {
    padding-bottom: 5px;
}

.abt_svg_con {
    display: flex;
    justify-content: end;
    position: relative;
    z-index: -1;
}

@keyframes move {
    0% {
        transform: translateX(60px);
    }

    100% {
        transform: translateX(0);
    }
}

.abt_sec:before {
    content: 'GARS LUBRICANT';
    position: absolute;
    left: 0;
    top: 70px;
    font-size: 104px;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(181.95deg, rgba(230, 0, 29, 0.08) 1.64%, rgba(242, 121, 136, 0.10375) 46.13%, rgba(255, 255, 255, 0.13) 98.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: move 2s infinite alternate ease-in-out;
}

@keyframes zoomin_out_lg {
    0% {
        transform: scale(0.8) translate(20px, -30px);
    }

    100% {
        transform: scale(1);
    }
}

.active_flr .abt_svg_con_inr svg {
    stroke-dashoffset: 0;
    stroke-dasharray: 1860;
}

.abt_svg_con_inr svg {
    stroke-dashoffset: 1860;
    stroke-dasharray: 1860;
    transition: 5s;
}

.abt_svg_con:after {
    content: '';
    position: absolute;
    width: 190px;
    height: 280px;
    background: url('../../uploads/2024/10/gars_ab_lg.png');
    top: 10px;
    right: 10px;
    background-size: 100% 100%;
    z-index: -1;
    animation: zoomin_out_lg 2s infinite alternate ease-in-out;
}

.abt_img img {
    width: 100% !important;
    height: 167px;
    object-fit: contain;
}

/*---------------- about us section end ----------- */
/*---------------- Partner With The Best Lubricants Manufacturers In India section start ---------------------- */
.ln_img_con {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: -50px;
}

.ln_img_con_inr img {
    width: 100% !important;
    height: 120px;
    object-fit: contain;
}

.ln_img_con_inr {
    clip-path: polygon(49.031% 99.61%, 49.031% 99.61%, 37.048% 92.592%, 27.082% 83.994%, 18.968% 74.165%, 12.542% 63.45%, 7.642% 52.197%, 4.101% 40.754%, 1.757% 29.466%, 0.446% 18.683%, 0.003% 8.749%, 0.264% 0.014%, 100% 0.014%, 100% 0.014%, 98.439% 20.022%, 95.415% 37.292%, 91.182% 52.013%, 85.995% 64.376%, 80.107% 74.568%, 73.771% 82.78%, 67.242% 89.201%, 60.773% 94.02%, 54.618% 97.427%, 49.031% 99.61%);
    background: #fff;
    width: 165px;
    height: 135px;
}

.ln_sec:before,
.ln_sec:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 6px;
    background: #005087;
    top: -12px;
    left: 50%;
    transition: 2s;
}

.active_ln:before,
.active_ln:after {
    left: 0;
    width: 50%;
}

.ln_sec:after {
    background: #E6001D;
    top: -24px;
}

.ln_row:before,
.ln_row:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 6px;
    background: #005087;
    top: -12px;
    right: 50%;
    visibility: visible;
    transition: 2s;
}

.active_ln .ln_row:before,
.active_ln .ln_row:after {
    right: 0;
    width: 50%;
}

.ln_row:after {
    background: #E6001D;
    top: -24px;
}

.prtnr_ec_con {
    width: 25%;
    padding: 15px 5px;
    border-top: 1px solid #000;
    position: relative;
}

@keyframes zoomin_out {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.prtnr_ec_con:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #005087;
    top: -5px;
    left: 0;
    animation: zoomin_out 2s infinite alternate ease-in-out;
}

.prd_tp_ec_con_inr:hover .prd_tp_img_con {
    transform: scale(0.9);
}

.prtnr_mn_con {
    padding-top: 30px;
}

.prtnr_svg_con_inr svg {
    animation: zoomin_out 2s infinite alternate ease-in-out;
}

.bst_ttl_con {
    padding: 8px 0;
}

.prd_tp_ec_con_inr {
    cursor: pointer;
}

/*---------------- Partner With The Best Lubricants Manufacturers In India section end ---------------------- */
/*-------------------- Why Choose Us? section start ------------------ */
.wc_svg_con {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    z-index: -1;
}

.wc_svg_con_inr svg {
    transition: 4s;
    stroke-dashoffset: 1470;
    stroke-dasharray: 1470;
}

.active_wc .wc_svg_con_inr svg {
    stroke-dashoffset: 0;
    stroke-dasharray: 1470;
}

.wc_sec {
    overflow: hidden;
}

.wc_desc_con {
    padding: 0 65px 50px
}

.wc_ttl_con {
    padding: 50px 80px 0;
}

.wc_img_con_inr img {
    width: 100% !important;
    height: 385px;
    object-fit: contain;
}

.wc_col2 {
    padding-left: 80px !important;
}

.wc_ec_con {
    width: 50%;
    position: relative;
}

.wc_ec_con:nth-child(1) {
    padding-right: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D4D4D4;
}

.wc_ec_con:nth-child(2) {
    padding-left: 50px;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 50px;
}

.wc_ec_con:nth-child(3) {
    padding-right: 50px;
    padding-top: 50px;
}

.wc_ec_con:nth-child(4) {
    padding-left: 50px;
    padding-top: 50px;
}

.wc_dt_mn_con {
    position: relative;
}

.wc_dt_mn_con_inr:before {
    content: '';
    height: 100%;
    background: #D4D4D4;
    width: 1px;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
    bottom: auto;
}

.wc_ec_con:nth-child(1):after {
    content: '';
    position: absolute;
    width: 57px;
    height: 51px;
    background: url('../../uploads/2024/10/wc_aftr_img.png'), #fff;
    /* top: 0; */
    bottom: -25px;
    /* left: 0; */
    right: -30px;
    background-size: 100% 100%;
    margin: auto;
    z-index: 2;
}

.whc_svg_con_inr {
    box-shadow: 0px 0px 4px 0px #00000040;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.whc_svg_con {
    padding-bottom: 15px;
}

/*-------------------- Why Choose Us? section end ------------------ */
/*------------------ get in touch section start ------------ */
.get_section:after {
    position: absolute;
    content: "";
    height: 534px;
    width: 27%;
    background: url(../../uploads/2024/02/get_touch.html) no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
}

.get_section:before {
    position: absolute;
    content: "";
    height: 570px;
    width: 20%;
    border: 2px solid rgba(43, 46, 74, 1);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 8%;
}

.get_in_touch_row {
    display: flex;
    flex-wrap: wrap;
}

.get_in_touch_col_6 {
    width: 50%;
}

.get_in_touch_col_6,
.get_in_touch_col_12 {
    padding: 7px;
}

.get_in_touch {
    margin: 0 -7px;
}

.get_in_touch_col_12 {
    width: 100%;
}

.get_in_touch_box input,
.get_in_touch_box textarea,
.get_in_touch_box select {
    width: 100%;
    padding: 15px 10px;
    color: rgba(0, 0, 0, 1) !important;
    border: 1px solid #D2D2D2 !important;
    border-radius: 0 !important;
	    background: #ffffff;
}

.get_in_touch_box input::placeholder,
.get_in_touch_box textarea::placeholder,
.get_in_touch_box select {
    color: #BBBBBB;
    font-size: 16px;
    font-weight: 400;
}

.get_in_touch_box textarea {
    height: 120px;
    resize: none;
}

span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.mp_cd iframe {
    width: 100% !important;
    height: 228px;
    box-shadow: 0px 0px 4px 0px #00000040;
    margin-top: 15px;
}

.gt_col1 {
    width: 55% !important;
}

.gt_col2 {
    width: 45% !important;
    padding-left: 70px;
}

.cntct_mn_con {
    border: 3px solid #ddd;
}

.git_ttl_con {
    padding: 22px;
    border-bottom: 1px solid #ddd;
}

.git_dtl_con {
    padding: 30px 20px;
}

.cnt_svg_con_inr {
    width: 75px;
    height: 75px;
    background: #005087;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.cnt_svg_con_inr svg {
    transform: rotate(0deg);
    transition: 0.6s;
}

.cnt_svg_con_inr:hover svg {
    transform: rotate(360deg);
}

.cnt_ec_con_inr {
    flex-wrap: nowrap;
}

.cnt_txt_mn_con {
    width: 85%;
    padding-left: 20px;
}

.cnt_ec_con {
    padding: 20px 0;
}

.cnt_ec_con:last-child {
    padding-bottom: 0;
}

.cnt_ec_con:first-child {
    padding-top: 0;
}

.cntct_mn_con_inr .site_desc span {
    padding: 0;
}

.cntct_mn_con_inr .site_desc a {
    display: block;
    color: #3D3D3D !important;
}

.sc_dtl_con {
    background: #E6001D;
    padding: 12px;
}

.sc_ec_con {
    line-height: 0;
    padding-right: 12px;
}

.sc_ec_con_inr svg {
    width: 40px;
    height: 40px;
}

.sc_ec_con:last-child {
    padding-right: 0;
}

/*------------------ get in touch section end ------------ */
/*--------------- pdf swiper section start ------------ */
.df-ui-nav {
    top: auto;
    bottom: -20px !important;
    right: -12px !important;
    left: 0 !important;
    font-size: 30px;
}

.df-ui-nav.df-ui-next {
    left: auto !important;
}

.pdf_col1 {
    width: 52% !important;
}

.pdf_col2 {
    width: 48% !important;
    padding-left: 50px !important;
}

/*--------------- pdf swiper section end ------------ */
/* -------------------Products Section start --------------- */
.prdct_tp_mn_con .slick-list {
    padding: 40px 0 10px !important;
}

.prd_desc_con,
.prd_ttl_con_inr,
.prdct_ec_con .btn_mn_con {
    transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1);
    transform: translatex(-100%);
}

.slick-active .prd_desc_con,
.slick-active .prd_ttl_con_inr,
.slick-active .prdct_ec_con .btn_mn_con {
    transform: translatex(0%);
}

.prdct_rgt_con_inr,
.prd_img_con {
    transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1);
    transform: translatex(100%);
}

.slick-active .prdct_rgt_con_inr,
.slick-active .prd_img_con {
    transform: translatex(0%);
}

.prd_tp_img_con {
    padding-bottom: 15px;
    transition: 0.6s;
}

.prd_tp_img_con_inr img {
    width: 100% !important;
    height: 74px;
    object-fit: contain;
    object-position: center;
}
.prd_tp_nm_con {
    text-align: center;
}

.prd_tp_ec_con {
    padding: 0 20px;
}

.slick-current .prd_tp_nm {
    color: #E6001D !important;
}

.prd_tp_nm_con_inr {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.slick-current .prd_tp_nm_con_inr:before,
.slick-current .prd_tp_nm_con_inr:after,
.actv_cls .prd_tp_nm_con_inr:before,
.actv_cls .prd_tp_nm_con_inr:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #005087;
    position: absolute;
    left: 0;
    top: auto;
    bottom: -10px;
}

.slick-current .prd_tp_nm_con_inr:after,
.actv_cls .prd_tp_nm_con_inr:after {
    width: 50%;
    left: auto;
    right: 0;
    background-color: #E6001D;
}

.prdct_tb_row:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 97px;
    background: #fff;
    top: auto;
    left: 0;
    bottom: 0px;
    visibility: visible;
}

.prdct_ec_con_inr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.prdct_lft_con {
    width: 55%;
}

.prdct_rgt_con {
    width: 45%;
    padding-left: 50px;
}

.prdct_dtl_mn_con_inr {
    padding: 60px 0 0px !important;
}

.prd_sec {
    padding-bottom: 50px !important;
}

.prd_ttl_con {
    padding-right: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D4D4D4;
}

.prd_desc_con {
    padding-right: 50px;
    padding-top: 15px;
}

.prdct_dtl_mn_con {
    position: relative;
}

.prdct_dtl_mn_con:before {
    content: '';
    position: absolute;
    height: calc(100% + 50px);
    width: 1px;
    background: #D4D4D4;
    right: auto;
    top: 0;
    left: 55%;
}

.prdct_rgt_con_inr img {
    width: 100% !important;
    height: 450px;
    object-fit: cover;
    border: 4px solid #fff;
}

.prd_col:after,
.prd_col:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 90px;
    background: url('../../uploads/2024/10/prd_aftr.png');
    bottom: 4px;
    z-index: -1;
    background-size: 100% 100%;
    left: 0;
    animation: zoomin_out 2s infinite alternate ease-in-out;
}

.prd_col:before {
    left: auto;
    right: 0;
    background: url('../../uploads/2024/11/prd_before.png');
}

/* -------------------Products Section end --------------- */

/* -----------Best Lubricant Engine Oil Manufacturer start-------------  */

.best_row2.pd0 {
    padding-top: 65px !important;
}

.bst_col1 {
    width: 30% !important;
    padding-right: 50px;
}

.bst_col2 {
    width: 41% !important;
    padding-right: 68px;
}

.bst_col3 {
    width: 29% !important;
}

.bst_sec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 210px);
    background: #F5F5F5;
    bottom: 0;
}

.bst_img img {
    width: 100% !important;
    height: 262px;
    object-fit: contain;
}

@keyframes zoom-in-out {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.bst_sec:before,
.best_row2:before {
    content: '';
    position: absolute;
    width: 315px;
    height: 315px;
    background: url('data:image/svg+xml,<svg width="316" height="316" viewBox="0 0 316 316" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="158" cy="158" r="157.5" transform="matrix(-1 0 0 1 316 0)" stroke="%23005087" stroke-opacity="0.25"/><circle cx="132" cy="132" r="131.5" transform="matrix(-1 0 0 1 299 26)" stroke="%23005087" stroke-opacity="0.25"/></svg>');
    z-index: 99;
    background-size: 100% 100% !important;
    animation: zoom-in-out 2s alternate infinite linear;
}

.best_row2:before {
    bottom: -50px;
    right: -190px;
}

.bst_sec:before {
    bottom: 40px;
    left: -190px;
    background: url('data:image/svg+xml,<svg width="316" height="316" viewBox="0 0 316 316" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="158" cy="158" r="157.5" stroke="%23005087" stroke-opacity="0.25"/><circle cx="149" cy="158" r="131.5" stroke="%23005087" stroke-opacity="0.25"/></svg>');
}

.bst_img img {
    width: 100% !important;
    height: 265px;
    object-fit: contain;
}

.bst_sec {
    overflow: hidden;
}

/*--------------- Best Lubricant Engine Oil Manufacturer end-------------  */


/*---------------- Additives/Speciality Products section start ------------ */

.spcl_tb_ec_con {
    width: 50%;
    padding: 0 65px;
}

.spcl_tb_sldr_mn_con {
    width: 50%;
    padding: 0 65px;
}

.spcl_tb_mn_con_inr {
    margin: 0 -65px;
}

.spcl_tb_img_con_inr img {
    width: 100% !important;
    height: 455px;
    object-fit: cover;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.spcl_tb_sldr_mn_con .spcl_tb_ec_con {
    width: 100% !important;
    padding: 0;
}

.spcl_prdct_ttl_con {
    padding: 15px 0 10px;
}

.spcl_tb_img_con {
    padding: 0 75px;
}


.spcl_tb_ttl_aftr {
    background: linear-gradient(181.95deg, rgba(230, 0, 29, 0.08) 1.64%, rgba(242, 121, 136, 0.10375) 98.35%, rgba(255, 255, 255, 0.13) 98.36%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    font-weight: 800;
    line-height: 0;
    opacity: 0.6;
}

.adtv_sec {
    overflow: hidden;
}

.adtv_sec:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #E6001D 53.48%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.spcl_btn_mn_con_inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.sp_nxt_btn {
    transform: rotate(180deg);
}

.spcl_btn_con {
    line-height: 0;
    cursor: pointer;
    z-index: 9;
}

.spcl_btn_mn_con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -200px;
    bottom: 0;
    margin: auto;
}

.spcl_tb_sldr_con {
    position: relative;
}

.spcl_tb_sldr_con_inr {
    z-index: 9;
}
/*---------------- Additives/Speciality Products section end ------------ */
/* ------------state (aurangabad) */
.state_mn_con_inr {
    background: #EBF1F6;
    padding: 50px;
}
.state_ot_ttl_box {
    padding-top: 20px;
}






@media all and (min-width: 320px) and (max-width: 767px) {
    .bnr_vdo .et_pb_slide {
        height: 280px;
    }

    .abt_svg_con:after {
        width: 90px;
        height: 120px;
    }

    .abt_sec:before {
        display: none;
    }

    .abt_desc_con {
        padding-top: 0;
    }

    .abt_svg_con {
        display: none;
    }

    .abt_img img {
        width: 300px !important;
        height: 55px;
    }


    .abt_img {
        width: 100% !important;
        display: flex;
        justify-content: center;
        display: none;
    }

    .abt_ttl_con_inr .site_ttl {
        font-size: 23px !important;
    }

    .abt_img span.et_pb_image_wrap {
        justify-content: center;
        position: relative;
    }

    .abt_img::before {
        width: 42px;
        height: 42px;
        right: 29px;
    }

    .abt_img:after {
        width: 42px;
        height: 42px;
        left: 43px;
    }

    .abt_img:after,
    .abt_img:before {
        content: '';
        position: absolute;
        bottom: 24px;
    }

    .active_flr .abt_img {
        right: 0;
    }

    .btn_mn_con {
        padding-top: 8px;
    }

    .abt_col {
        width: 100% !important;
        padding: 0 !important;
    }

    .abt_row {
        flex-direction: column-reverse;
    }

    .abt_ttl_mn_con {
        left: 0px;
        top: 0;
        position: relative;
    }

    .abt_img {
        bottom: 0;
        position: relative;
        padding: 20px 10px 30px;
    }

    .mb_tc {
        text-align: center;
    }

    .btn_mn_con_inr {
        justify-content: center;
    }

    .scrl_dwn_con_inr {
        width: 47px;
        height: 47px;
    }

    .scrl_dwn_con_inr:before {
        width: 51px;
        height: 51px;
    }

    .scrl_cd {
        bottom: -25px;
    }

    ._df_book {
        min-height: 0;
        max-height: 200PX;
        display: flex;
        align-items: center;
    }

    .ln_img_con_inr img {
        height: 40px;
    }

    .ln_img_con_inr {
        width: 60px;
        height: 48px;
    }

    .ln_img_con {
        top: -22px;
    }

    .ln_sec:before,
    .ln_sec:after {
        height: 3px;
        top: -6px;
    }

    .ln_row:before,
    .ln_row:after {
        height: 3px;
        top: -6px;
    }

    .ln_sec:after,
    .ln_row:after {
        top: -12px;
    }

    /* -------------------50+ Sales and Service Members section start ---------- */
    .pdf_col {
        width: 100% !important;
        padding: 0 !important;
    }

    .df-ui-nav {
        bottom: 10px !important;
        right: -10px !important;
    }

    /* -------------------50+ Sales and Service Members section end ---------- */
    /*---------------- Partner With The Best Lubricants Manufacturers In India section start ---------------------- */
    .bst_ttl_con {
        padding: 10px 0 0;
    }

    .prtnr_svg_con_inr svg {
        width: 32px;
        height: 32px;
    }

    .prtnr_ec_con {
        padding: 29px 4px 4px;
    }

    .prtnr_mn_con {
        padding-top: 10px;
    }

    .prtnr_ec_con_inr {
        height: 100%;
        border: 1px solid #DDD;
        padding: 20px 10px 10px;
    }

    .prtnr_ec_con {
        width: 100%;
        border-top: none;
    }

    .prtnr_svg_con {
        margin-top: -48px;
    }

    .prtnr_svg_con_inr {
        display: inline-block;
        padding: 8px;
        background: #fff;
        border: 1px solid #DDD;
        border-radius: 100%;
        line-height: 0;
    }

    .prtnr_ec_con::before {
        display: none;
    }

    /*---------------- Partner With The Best Lubricants Manufacturers In India section end ---------------------- */
    /*---------------- our products section start ---------------- */
    .prdct_rgt_con_inr img {
        height: 200px;
    }

    .prd_ttl_con {
        padding-right: 0;
        text-align: center;
        padding-bottom: 5px;
    }

    .prd_desc_con {
        text-align: center;
        padding-right: 0;
        padding-top: 5px;
    }

    .prd_tp_img_con {
        padding-bottom: 10px;
    }

    .prdct_tp_mn_con .slick-list {
        padding: 20px 0 10px !important;
    }

    .prdct_lft_con {
        width: 100%;
    }

    .prd_tp_ec_con {
        padding: 0 10px;
    }

    .prdct_dtl_mn_con_inr {
        padding: 20px 0 0px !important;
    }

    .prd_tp_nm_con_inr {
        padding-bottom: 2px;
    }

    .prd_tp_img_con_inr img {
        height: 65px;
    }

    .prdct_dtl_mn_con:before {
        height: calc(100% + 30px);
        left: 60%;
        display: none;
    }

    .prdct_rgt_con {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }

    .prdct_tb_row:before {
        height: 87px;
    }

    .prd_sec {
        padding-bottom: 30px !important;
    }

    .prdct_rgt_con {
        display: none;
    }

    .prd_img_con_inr img {
        width: 100% !important;
        height: 200px;
        object-fit: contain;
    }

    .prd_img_con {
        padding: 10px 0;
    }

    .prd_col:after,
    .prd_col:before {
        width: 25px;
        height: 55px;
        bottom: 15px;
        display: none;
    }

    /*---------------- our products section end ---------------- */
    /*-------------------- Why Choose Us? section start ----------- */
    .wc_img_con_inr img {
        height: 210px;
    }

    .wc_col2 {
        padding-left: 0 !important;
    }

    .wc_svg_con_inr svg {
        width: 340px;
        height: 360px;
    }

    .wc_svg_con {
        display: none;
    }

    .wc_desc_con {
        padding: 0 0 0;
    }

    .wc_ec_con {
        padding: 5px !important;
        width: 100%;
    }

    .wc_ec_con_inr {
        padding: 10px;
        border: 1px solid #D4D4D4;
    }

    .wc_ttl_con {
        padding: 0 0 0;
    }

    .wc_ec_con:nth-child(1):after {
        width: 47px;
        height: 41px;
        bottom: -20px;
        display: none;
        right: -24px;
    }

    .wc_img_con {
        padding: 20px 0;
    }

    .wc_dt_mn_con_inr:before {
        display: none;
    }


    .wc_ec_con:nth-child(1) {
        padding-right: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #D4D4D4;
    }

    .wc_ec_con:nth-child(2) {
        padding-left: 20px;
        border-bottom: 1px solid #D4D4D4;
        padding-bottom: 20px;
    }

    .wc_ec_con:nth-child(3) {
        padding-right: 20px;
        padding-top: 20px;
    }

    .wc_ec_con:nth-child(4) {
        padding-left: 20px;
        padding-top: 20px;
    }

    .whc_svg_con_inr svg {
        width: 25px;
    }

    .whc_svg_con_inr {
        width: 50px;
        height: 50px;
    }

    .whc_svg_con {
        padding-bottom: 5px;
    }

    .wc_ec_con {
        border-bottom: none;
    }

    /*-------------------- Why Choose Us? section end ----------- */
    /* ------------------get in touch form section start ----------- */
    .gt_col {
        width: 100% !important;
        padding: 0 !important;
    }

    .gt_col1 {
        padding-bottom: 20px !important;
    }

    .cnt_ec_con {
        padding: 5px 0;
    }

    .get_in_touch_col_6,
    .get_in_touch_col_12 {
        padding: 4px;
    }

    .git_dtl_con {
        padding: 15px 15px;
    }

    .mp_cd iframe {
        margin-top: 10px;
    }

    .git_ttl_con {
        padding: 10px;
    }

    .cnt_svg_con_inr {
        width: 50px;
        height: 50px;
    }

    .cnt_svg_con {
        width: 100%;
        display: flex;
        padding-bottom: 7px;
        justify-content: center;
    }

    .cnt_txt_mn_con {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .sc_ec_con {
        padding-right: 8px;
    }

    .sc_dtl_con {
        padding: 8px;
    }

    .sc_ec_con_inr svg {
        width: 28px;
        height: 28px;
    }

    .get_in_touch_box input,
    .get_in_touch_box textarea,
    .get_in_touch_box select {
        padding: 10px 7px;
    }

    .mp_cd iframe {
        height: 148px;
    }

    .get_in_touch_col_6 {
        width: 100%;
    }

    .btn_df {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cnt_ec_con_inr {
        flex-wrap: wrap;
    }

    /* ------------------get in touch form section end ----------- */
    /* -------------Best Lubricant Engine Oil Manufacturer section start ------------- */
    .bst_sec:before,
    .best_row2:before {
        width: 200px;
        height: 200px;
        display: none;
    }

    .bst_sec:before {
        left: -120px;
        bottom: 15px;
    }

    .best_row2:before {
        right: -120px;
    }

    .best_row2.pd0 {
        padding-top: 15px !important;
    }

    .bst_img img {
        height: 58px;
    }

    .bst_img {
        display: none;
    }

    .bst_col {
        width: 100% !important;
        padding: 0 !important;
    }

    .bst_sec:after {
        height: calc(100% - 100px);
        display: none;
    }

    .bst_sec {
        background: #F5F5F5;
    }

    .best_row2:before {
        bottom: -20px;
    }

    /* -------------Best Lubricant Engine Oil Manufacturer section end ------------- */

    
    /*---------------- Additives/Speciality Products section start ------------ */

    .spcl_tb_img_con_inr img {
        height: 250px;
    }

    .spcl_tb_img_con {
        padding: 0 15px;
    }

    .spcl_tb_ec_con {
        padding: 0 15px;
        width: 100%;
    }

    .spcl_btn_mn_con {
        top: -150px;
    }

    .spcl_tb_mn_con_inr {
        margin: 0 -15px;
    }

    .adtv_sec:after {
        display: none;
    }

    .spcl_tb_sldr_mn_con {
        width: 100%;
        padding: 0 15px;
        padding-top: 40px;
    }

    .spcl_prdct_ttl_con {
        padding: 5px 0 5px;
    }

    .spcl_tb_ttl_aftr {
        font-size: 30px;
    }

    .spcl_btn_con svg {
        width: 20px;
    }

    .sp_prv_btn {
        left: -5px;
        position: relative;
    }

    .sp_nxt_btn {
        right: -5px;
        position: relative;
    }
    /*---------------- Additives/Speciality Products section end ------------ */
		.abt_col .btn_mn_con_inr {
    padding-bottom: 20px;
}
	.prtnr_ttl_con_inr {
    padding-bottom: 10px;
}
			/* ------------state (aurangabad) */
.state_mn_con_inr {
    padding: 10px;
}
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .bnr_vdo .et_pb_slide {
        height: 400px;
    }

    .cnt_ec_con_inr {
        flex-wrap: nowrap;
    }

    .cnt_svg_con {
        width: auto;
    }

    .abt_img img {
        height: 225px;
    }

    ._df_book {
        min-height: 0;
        max-height: 350PX;
        display: flex;
        align-items: center;
    }

    .prtnr_ec_con {
        width: 50%;
    }

    .wc_ec_con {
        width: 50%;
    }

    .wc_ec_con_inr {
        height: 100%;
    }

    .wc_img_con_inr img {
        height: 240px;
    }

    .get_in_touch_col_6 {
        width: 50%;
    }

    .cnt_txt_mn_con {
        width: 88%;
        padding-left: 10px;
        text-align: left;
    }

    .cnt_svg_con {
        justify-content: end;
    }

    .spcl_tb_img_con_inr img {
        height: 330px;
        object-fit: contain;
        box-shadow: none;
    }


}

@media all and (min-width: 768px) and (max-width: 980px) {
    .bnr_vdo .et_pb_slide {
        height: 460px;
    }

    .scrl_dwn_con_inr {
        width: 47px;
        height: 47px;
    }

    .scrl_dwn_con_inr:before {
        width: 51px;
        height: 51px;
    }

    .scrl_cd {
        bottom: -25px;
    }

    .abt_svg_con:after {
        width: 90px;
        height: 120px;
    }

    .abt_ttl_con_inr .site_ttl {
        font-size: 25px !important;
    }

    .abt_sec:before {
        display: none;
    }

    .abt_desc_con {
        padding-top: 0;
    }

    .abt_svg_con {
        display: none;
    }

    .abt_img img {
        height: 120px;
    }

    .btn_mn_con {
        padding-top: 8px;
    }

    .abt_col {
        width: 100% !important;
        padding: 0 !important;
    }

    .abt_row {
        flex-direction: column-reverse;
    }

    .abt_ttl_mn_con {
        left: 0px;
        top: 0;
        position: relative;
    }

    .abt_img {
        bottom: 0;
        position: relative;
        padding: 20px 50px 30px;
    }

    .abt_img {
        width: auto !important;
    }

    .mb_tc {
        text-align: center;
    }

    .abt_img::before {
        width: 90px;
        height: 90px;
        right: 97px;
    }

    .abt_img:after {
        width: 92px;
        height: 92px;
        left: 128px;
    }

    .abt_img:after,
    .abt_img:before {
        content: '';
        position: absolute;
        bottom: 20px;
    }

    .active_flr .abt_img {
        right: 0;
    }

    .btn_mn_con_inr {
        justify-content: center;
    }

    .ln_img_con_inr img {
        height: 50px;
    }

    .ln_img_con_inr {
        width: 75px;
        height: 60px;
    }

    .ln_img_con {
        top: -30px;
    }

    /* -------------------50+ Sales and Service Members section start ---------- */
    .pdf_col {
        width: 100% !important;
        padding: 0 !important;
    }

    .df-ui-nav {
        bottom: 10px !important;
        right: -10px !important;
    }

    /* -------------------50+ Sales and Service Members section end ---------- */
    /*---------------- Partner With The Best Lubricants Manufacturers In India section start ---------------------- */
    .bst_ttl_con {
        padding: 10px 0 0;
    }

    .prtnr_svg_con_inr svg {
        width: 32px;
        height: 32px;
    }

    .prtnr_ec_con {
        padding: 29px 8px 8px;
    }

    .prtnr_mn_con {
        padding-top: 10px;
    }

    .prtnr_ec_con_inr {
        height: 100%;
        border: 1px solid #DDD;
        padding: 20px 10px 10px;
    }

    .prtnr_ec_con {
        width: 50%;
        border-top: none;
    }

    .prtnr_svg_con {
        margin-top: -48px;
    }

    .prtnr_svg_con_inr {
        display: inline-block;
        padding: 8px;
        background: #fff;
        border: 1px solid #DDD;
        border-radius: 100%;
        line-height: 0;
    }

    .prtnr_ec_con::before {
        display: none;
    }

    /*---------------- Partner With The Best Lubricants Manufacturers In India section end ---------------------- */
    /*---------------- our products section start ---------------- */
    .prdct_rgt_con_inr img {
        height: 230px;
    }

    .prd_ttl_con {
        padding-right: 20px;
        padding-bottom: 5px;
    }

    .prd_desc_con {
        padding-right: 20px;
        padding-top: 5px;
    }

    .prd_tp_img_con {
        padding-bottom: 10px;
    }

    .prdct_lft_con_inr .btn_mn_con_inr {
        justify-content: left;
    }

    .prdct_tp_mn_con .slick-list {
        padding: 20px 0 10px !important;
    }

    .prdct_lft_con {
        width: 60%;
    }

    .prd_tp_ec_con {
        padding: 0 15px;
    }

    .prdct_dtl_mn_con_inr {
        padding: 20px 0 0px !important;
    }

    .prd_tp_nm_con_inr {
        padding-bottom: 2px;
    }

    .prd_tp_img_con_inr img {
        height: 65px;
    }

    .prdct_dtl_mn_con:before {
        height: calc(100% + 30px);
        left: 60%;
    }

    .prdct_rgt_con {
        width: 40%;
        padding-left: 20px;
    }

    .prdct_tb_row:before {
        height: 87px;
    }

    .prd_sec {
        padding-bottom: 30px !important;
    }

    .prd_col:after,
    .prd_col:before {
        width: 25px;
        height: 55px;
        bottom: 15px;
        display: none;
    }

    /*---------------- our products section end ---------------- */
    /*-------------------- Why Choose Us? section start ----------- */
    .wc_img_con_inr img {
        height: 275px;
    }

    .wc_ec_con:nth-child(3) {
        padding-right: 20px;
        padding-top: 20px;
    }

    .wc_ec_con:nth-child(2) {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .wc_ec_con:nth-child(1) {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .wc_ec_con:nth-child(4) {
        padding-left: 20px;
        padding-top: 20px;
    }

    .wc_col2 {
        padding-left: 30px !important;
    }

    .wc_svg_con_inr svg {
        width: 340px;
        height: 360px;
    }

    .wc_svg_con {
        display: none;
    }

    .wc_desc_con {
        padding: 0 40px 0;
    }

    .wc_ttl_con {
        padding: 0 40px 0;
    }

    .wc_ec_con:nth-child(1):after {
        width: 47px;
        height: 41px;
        bottom: -20px;
        right: -24px;
    }

    .wc_img_con {
        padding: 20px 0;
    }


    .wc_ec_con:nth-child(1) {
        padding-right: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #D4D4D4;
    }

    .wc_ec_con:nth-child(2) {
        padding-left: 20px;
        border-bottom: 1px solid #D4D4D4;
        padding-bottom: 20px;
    }

    .wc_ec_con:nth-child(3) {
        padding-right: 20px;
        padding-top: 20px;
    }

    .wc_ec_con:nth-child(4) {
        padding-left: 20px;
        padding-top: 20px;
    }

    .whc_svg_con_inr svg {
        width: 25px;
    }

    .whc_svg_con_inr {
        width: 50px;
        height: 50px;
    }

    .whc_svg_con {
        padding-bottom: 5px;
    }


    /*-------------------- Why Choose Us? section end ----------- */
    /* ------------------get in touch form section start ----------- */
    .gt_col {
        width: 100% !important;
        padding: 0 !important;
    }

    .gt_col1 {
        padding-bottom: 20px !important;
    }

    .cnt_ec_con {
        padding: 10px 0;
    }

    .get_in_touch_col_6,
    .get_in_touch_col_12 {
        padding: 4px;
    }

    .get_in_touch {
        margin: 0 -4px;
    }

    .git_dtl_con {
        padding: 15px 15px;
    }

    .mp_cd iframe {
        margin-top: 10px;
    }

    .git_ttl_con {
        padding: 10px;
    }

    .cnt_svg_con_inr {
        width: 60px;
        height: 60px;
    }

    .cnt_txt_mn_con {
        width: 91.5%;
        padding-left: 10px;
    }

    .sc_ec_con {
        padding-right: 8px;
    }

    .sc_dtl_con {
        padding: 8px;
    }

    .sc_ec_con_inr svg {
        width: 35px;
        height: 35px;
    }

    .get_in_touch_box input,
    .get_in_touch_box textarea,
    .get_in_touch_box select {
        padding: 10px 7px;
    }

    .mp_cd iframe {
        height: 188px;
    }

    .btn_df {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* ------------------get in touch form section end ----------- */
    /* -------------Best Lubricant Engine Oil Manufacturer section start ------------- */
    .bst_sec:before,
    .best_row2:before {
        width: 200px;
        height: 200px;
    }

    .bst_sec:before {
        left: -120px;
        bottom: 15px;
    }

    .best_row2:before {
        right: -120px;
    }

    .best_row2.pd0 {
        padding-top: 15px !important;
    }

    .bst_img img {
        height: 140px;
    }

    .bst_col {
        width: 100% !important;
        padding: 0 !important;
    }

    .bst_sec:after {
        height: calc(100% - 100px);
    }

    .best_row2:before {
        bottom: -20px;
    }

    /* -------------Best Lubricant Engine Oil Manufacturer section end ------------- */


    /*---------------- Additives/Speciality Products section start ------------ */

    .spcl_tb_img_con_inr img {
        height: 320px;
    }

    .spcl_tb_img_con {
        padding: 0 15px;
    }

    .spcl_tb_ec_con {
        padding: 0 15px;
    }

    .spcl_btn_mn_con {
        top: -150px;
    }

    .spcl_tb_mn_con_inr {
        margin: 0 -15px;
    }

    .adtv_sec:after {
        width: 2px;
    }

    .spcl_tb_sldr_mn_con {
        padding: 0 15px;
    }

    .spcl_prdct_ttl_con {
        padding: 5px 0 5px;
    }

    .spcl_tb_ttl_aftr {
        font-size: 30px;
    }

    .spcl_btn_con svg {
        width: 20px;
    }

    .sp_prv_btn {
        left: -10px;
        position: relative;
    }

    .sp_nxt_btn {
        right: -10px;
        position: relative;
    }
    /*---------------- Additives/Speciality Products section end ------------ */
		/* ------------state (aurangabad) */
.state_mn_con_inr {
    padding: 10px;
}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .bnr_vdo .et_pb_slide {
        height: 550px;
    }

    .abt_svg_con:after {
        width: 90px;
        height: 120px;
    }

    .abt_sec:before {
        left: 0;
        top: 30px;
        font-size: 54px;
    }

    .abt_desc_con {
        padding-top: 40px;
    }

    .abt_img img {
        height: 90px;
    }

    .abt_col2 {
        width: 50% !important;
        padding-left: 40px;
    }

    .btn_mn_con {
        padding-top: 8px;
    }

    .abt_col1 {
        width: 50% !important;
    }

    .abt_svg_con_inr svg {
        width: 380px;
        height: 440px;
    }

    .abt_ttl_con_inr .site_ttl {
        font-size: 26px !important;
    }

    .site_ttl {
        line-height: 1.2;
    }

    .abt_img {
        width: 460px !important;
    }

    .abt_sec.pd90 {
        padding-bottom: 80px !important;
    }

    .active_flr .abt_img {
        right: -10px;
    }


    .abt_img:after,
    .abt_img:before {
        bottom: -7px;
    }

    .abt_img:after {
        width: 66px;
        height: 66px;
        left: 56px;
    }

    .abt_img::before {
        width: 66px;
        height: 66px;
        right: 33px;
        bottom: -7px;
    }

    .abt_ttl_mn_con {
        left: 0px;
        top: 100px;
    }

    .abt_img {
        bottom: 100px;
    }

    .ln_img_con_inr img {
        height: 70px;
    }

    .ln_img_con_inr {
        width: 100px;
        height: 82px;
    }

    /* -------------------50+ Sales and Service Members section start ---------- */
    .pdf_col1 {
        width: 47% !important;
    }

    .pdf_col2 {
        width: 53% !important;
        padding-left: 30px !important;
    }

    .df-ui-nav {
        bottom: 10px !important;
        right: -10px !important;
    }

    .pdf_sec.pd90 {
        padding: 40px 0 !important;
    }

    ._df_book {
        min-height: 0;
        max-height: 400PX;
        display: flex;
        align-items: center;
    }

    /* -------------------50+ Sales and Service Members section end ---------- */
    /*---------------- Partner With The Best Lubricants Manufacturers In India section start ---------------------- */
    .bst_ttl_con {
        padding: 10px 0 0;
    }

    .prtnr_svg_con_inr svg {
        width: 35px;
        height: 35px;
    }

    .prtnr_ec_con {
        padding: 37px 8px 8px;
    }

    .prtnr_mn_con {
        padding-top: 10px;
    }

    .prtnr_ec_con_inr {
        height: 100%;
        border: 1px solid #DDD;
        padding: 20px 15px;
    }

    .prtnr_ec_con {
        width: 50%;
        border-top: none;
    }

    .prtnr_svg_con {
        margin-top: -52px;
    }

    .prtnr_svg_con_inr {
        display: inline-block;
        padding: 10px;
        background: #fff;
        border: 1px solid #DDD;
        border-radius: 100%;
        line-height: 0;
    }

    .prtnr_ec_con::before {
        display: none;
    }

    /*---------------- Partner With The Best Lubricants Manufacturers In India section end ---------------------- */
    /*---------------- our products section start ---------------- */
    .prdct_rgt_con_inr img {
        height: 340px;
    }

    .prd_ttl_con {
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .prd_desc_con {
        padding-right: 20px;
        padding-top: 10px;
    }

    .prd_tp_img_con {
        padding-bottom: 10px;
    }

    .prdct_tp_mn_con .slick-list {
        padding: 20px 0 10px !important;
    }

    .prdct_lft_con {
        width: 60%;
    }

    .prd_tp_ec_con {
        padding: 0 15px;
    }

    .prdct_dtl_mn_con_inr {
        padding: 30px 0 0px !important;
    }

    .prd_tp_nm_con_inr {
        padding-bottom: 2px;
    }

    .prd_tp_img_con_inr img {
        height: 65px;
    }

    .prdct_dtl_mn_con:before {
        height: calc(100% + 40px);
        left: 60%;
    }

    .prdct_rgt_con {
        width: 40%;
        padding-left: 20px;
    }

    .prdct_tb_row:before {
        height: 87px;
    }

    .prd_sec {
        padding-bottom: 40px !important;
    }

    .prd_col:after,
    .prd_col:before {
        width: 25px;
        height: 55px;
        bottom: 15px;
        display: none;
    }

    /*---------------- our products section end ---------------- */
    /*-------------------- Why Choose Us? section start ----------- */
    .wc_img_con_inr img {
        height: 275px;
    }

    .wc_ec_con:nth-child(3) {
        padding-right: 20px;
        padding-top: 20px;
    }

    .wc_ec_con:nth-child(2) {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .wc_ec_con:nth-child(1) {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .wc_ec_con:nth-child(4) {
        padding-left: 20px;
        padding-top: 20px;
    }

    .wc_col2 {
        padding-left: 30px !important;
    }

    .wc_svg_con_inr svg {
        width: 340px;
        height: 360px;
    }

    .wc_desc_con {
        padding: 0 50px 20px;
    }

    .wc_ttl_con {
        padding: 30px 60px 0;
    }

    .wc_ec_con:nth-child(1):after {
        width: 47px;
        height: 41px;
        bottom: -20px;
        right: -24px;
    }

    .wc_ec_con:nth-child(1) {
        padding-right: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #D4D4D4;
    }

    .wc_ec_con:nth-child(2) {
        padding-left: 20px;
        border-bottom: 1px solid #D4D4D4;
        padding-bottom: 20px;
    }

    .wc_ec_con:nth-child(3) {
        padding-right: 20px;
        padding-top: 20px;
    }

    .wc_ec_con:nth-child(4) {
        padding-left: 20px;
        padding-top: 20px;
    }

    .whc_svg_con_inr svg {
        width: 25px;
    }

    .whc_svg_con_inr {
        width: 50px;
        height: 50px;
    }

    .whc_svg_con {
        padding-bottom: 5px;
    }

    .wc_col2 {
        padding-left: 30px !important;
    }

    /*-------------------- Why Choose Us? section end ----------- */
    /* ------------------get in touch form section start ----------- */
    .gt_col1 {
        width: 50% !important;
    }

    .gt_col2 {
        width: 50% !important;
        padding-left: 30px;
    }

    .cnt_ec_con {
        padding: 10px 0;
    }

    .get_in_touch_col_6,
    .get_in_touch_col_12 {
        padding: 4px;
    }

    .get_in_touch {
        margin: 0 -4px;
    }

    .git_dtl_con {
        padding: 15px 15px;
    }

    .mp_cd iframe {
        margin-top: 10px;
    }

    .git_ttl_con {
        padding: 10px;
    }

    .cnt_svg_con_inr {
        width: 55px;
        height: 55px;
    }

    .cnt_txt_mn_con {
        width: 84.8%;
        padding-left: 10px;
    }

    .sc_ec_con {
        padding-right: 8px;
    }

    .sc_dtl_con {
        padding: 8px;
    }

    .sc_ec_con_inr svg {
        width: 35px;
        /* height: 35px; */
    }

    .get_in_touch_box input,
    .get_in_touch_box textarea,
    .get_in_touch_box select {
        padding: 10px 7px;
    }

    .mp_cd iframe {
        height: 188px;
    }

    /* ------------------get in touch form section end ----------- */
    /* -------------Best Lubricant Engine Oil Manufacturer section start ------------- */
    .bst_sec:before,
    .best_row2:before {
        width: 255px;
        height: 255px;
    }

    .bst_sec:before {
        left: -160px;
        bottom: 15px;
    }

    .best_row2:before {
        right: -160px;
    }

    .best_row2.pd0 {
        padding-top: 35px !important;
    }

    .bst_img img {
        height: 175px;
    }

    .bst_col2 {
        width: 40% !important;
        padding-right: 28px;
    }

    .bst_col1 {
        width: 31% !important;
        padding-right: 30px;
    }

    .bst_sec:after {
        height: calc(100% - 110px);
    }

    .best_row2:before {
        bottom: -20px;
    }

    /* -------------Best Lubricant Engine Oil Manufacturer section end ------------- */

    /*---------------- Additives/Speciality Products section start ------------ */

    .spcl_tb_img_con_inr img {
        height: 320px;
    }

    .spcl_tb_img_con {
        padding: 0 45px;
    }

    .spcl_tb_ec_con {
        padding: 0 35px;
    }

    .spcl_btn_mn_con {
        top: -150px;
    }

    .spcl_tb_mn_con_inr {
        margin: 0 -35px;
    }

    .adtv_sec:after {
        width: 2px;
    }

    .spcl_tb_sldr_mn_con {
        padding: 0 35px;
    }

    .spcl_prdct_ttl_con {
        padding: 10px 0 5px;
    }

    .spcl_tb_ttl_aftr {
        font-size: 38px;
    }

    .spcl_btn_con svg {
        width: 22px;
    }

    /*---------------- Additives/Speciality Products section end ------------ */
		/* ------------state (aurangabad) */
.state_mn_con_inr {
    padding: 20px;
}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .bnr_vdo .et_pb_slide {
        height: 580px;
    }

    .abt_svg_con:after {
        width: 90px;
        height: 120px;
    }

    .abt_sec:before {
        left: 0;
        top: 30px;
        font-size: 54px;
    }

    .abt_desc_con {
        padding-top: 40px;
    }

    .abt_img img {
        height: 90px;
    }

    .abt_col2 {
        width: 50% !important;
        padding-left: 40px;
    }

    .abt_ttl_con_inr .site_ttl {
        font-size: 30px !important;
    }

    .btn_mn_con {
        padding-top: 8px;
    }

    .abt_col1 {
        width: 50% !important;
    }

    .abt_svg_con_inr svg {
        width: 380px;
        height: 450px;
    }

    .abt_ttl_mn_con {
        left: 0px;
        top: 100px;
    }

    .abt_img {
        bottom: 100px;
    }

    .site_ttl {
        line-height: 1.2;
    }

    .abt_img {
        width: 480px !important;
    }

    .active_flr .abt_img {
        right: -10px;
    }


    .abt_img:after,
    .abt_img:before {
        bottom: -10px;
    }

    .abt_img:after {
        width: 70px;
        height: 69px;
        left: 58px;
    }

    .abt_img::before {
        width: 69px;
        height: 69px;
        right: 35px;
        bottom: -10px;
    }

    .ln_img_con_inr img {
        height: 70px;
    }

    .ln_img_con_inr {
        width: 100px;
        height: 82px;
    }

    /* -------------------50+ Sales and Service Members section start ---------- */
    .pdf_col1 {
        width: 47% !important;
    }

    .pdf_col2 {
        width: 53% !important;
        padding-left: 30px !important;
    }

    .df-ui-nav {
        bottom: 10px !important;
        right: -10px !important;
    }

    .pdf_sec.pd90 {
        padding: 40px 0 !important;
    }

    ._df_book {
        min-height: 0;
        max-height: 400PX;
        display: flex;
        align-items: center;
    }

    /* -------------------50+ Sales and Service Members section end ---------- */
    /*---------------- Partner With The Best Lubricants Manufacturers In India section start ---------------------- */
    .bst_ttl_con {
        padding: 10px 0 0;
    }

    .prtnr_svg_con_inr svg {
        width: 40px;
        height: 40px;
    }

    .prtnr_ec_con {
        padding: 37px 8px 8px;
    }

    .prtnr_mn_con {
        padding-top: 30px;
    }

    .prtnr_ec_con_inr {
        height: 100%;
        border: 1px solid #DDD;
        padding: 20px;
    }

    .prtnr_ec_con {
        width: 50%;
        border-top: none;
    }

    .prtnr_svg_con {
        margin-top: -60px;
    }

    .prtnr_svg_con_inr {
        display: inline-block;
        padding: 15px;
        background: #fff;
        border: 1px solid #DDD;
        border-radius: 100%;
        line-height: 0;
    }

    .prtnr_ec_con::before {
        display: none;
    }

    /*---------------- Partner With The Best Lubricants Manufacturers In India section end ---------------------- */
    /*---------------- our products section start ---------------- */
    .prdct_rgt_con_inr img {
        height: 340px;
    }

    .prd_ttl_con {
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .prd_desc_con {
        padding-right: 20px;
        padding-top: 10px;
    }

    .prd_tp_img_con {
        padding-bottom: 10px;
    }

    .prdct_tp_mn_con .slick-list {
        padding: 20px 0 10px !important;
    }

    .prdct_lft_con {
        width: 60%;
    }

    .prd_tp_ec_con {
        padding: 0 10px;
    }

    .prdct_dtl_mn_con_inr {
        padding: 30px 0 0px !important;
    }

    .prd_tp_nm_con_inr {
        padding-bottom: 2px;
    }

    .prd_tp_img_con_inr img {
        height: 65px;
    }

    .prdct_dtl_mn_con:before {
        height: calc(100% + 40px);
        left: 60%;
    }

    .prdct_rgt_con {
        width: 40%;
        padding-left: 20px;
    }

    .prdct_tb_row:before {
        height: 87px;
    }

    .prd_sec {
        padding-bottom: 40px !important;
    }

    .prd_col:after,
    .prd_col:before {
        width: 25px;
        height: 55px;
        bottom: 15px;
        display: none;
    }

    /*---------------- our products section end ---------------- */
    /*-------------------- Why Choose Us? section start ----------- */
    .wc_img_con_inr img {
        height: 285px;
    }

    .wc_ec_con:nth-child(3) {
        padding-right: 20px;
        padding-top: 20px;
    }

    .wc_ec_con:nth-child(2) {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .wc_ec_con:nth-child(1) {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .wc_ec_con:nth-child(4) {
        padding-left: 20px;
        padding-top: 20px;
    }

    .wc_col2 {
        padding-left: 30px !important;
    }

    .wc_svg_con_inr svg {
        width: 350px;
        height: 370px;
    }

    .wc_desc_con {
        padding: 0 60px 30px;
    }

    .wc_ttl_con {
        padding: 40px 70px 0;
    }

    .wc_ec_con:nth-child(1):after {
        width: 47px;
        height: 41px;
        bottom: -20px;
        right: -24px;
    }


    .wc_ec_con:nth-child(1) {
        padding-right: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #D4D4D4;
    }

    .wc_ec_con:nth-child(2) {
        padding-left: 20px;
        border-bottom: 1px solid #D4D4D4;
        padding-bottom: 20px;
    }

    .wc_ec_con:nth-child(3) {
        padding-right: 20px;
        padding-top: 20px;
    }

    .wc_ec_con:nth-child(4) {
        padding-left: 20px;
        padding-top: 20px;
    }

    .whc_svg_con_inr svg {
        width: 25px;
    }

    .whc_svg_con_inr {
        width: 50px;
        height: 50px;
    }

    .whc_svg_con {
        padding-bottom: 5px;
    }

    .wc_col2 {
        padding-left: 30px !important;
    }


    /*-------------------- Why Choose Us? section end ----------- */
    /* ------------------get in touch form section start ----------- */
    .gt_col1 {
        width: 50% !important;
    }

    .gt_col2 {
        width: 50% !important;
        padding-left: 30px;
    }

    .cnt_ec_con {
        padding: 10px 0;
    }

    .get_in_touch_col_6,
    .get_in_touch_col_12 {
        padding: 4px;
    }

    .get_in_touch {
        margin: 0 -4px;
    }

    .git_dtl_con {
        padding: 25px 15px;
    }

    .mp_cd iframe {
        margin-top: 10px;
    }

    .git_ttl_con {
        padding: 15px;
    }

    .cnt_svg_con_inr {
        width: 60px;
        height: 60px;
    }

    .cnt_txt_mn_con {
        width: 84.8%;
        padding-left: 10px;
    }

    .sc_ec_con {
        padding-right: 8px;
    }

    .sc_dtl_con {
        padding: 8px;
    }

    .sc_ec_con_inr svg {
        width: 35px;
        height: 35px;
    }

    .get_in_touch_box input,
    .get_in_touch_box textarea,
    .get_in_touch_box select {
        padding: 10px 7px;
    }

    /* ------------------get in touch form section end ----------- */
    /* -------------Best Lubricant Engine Oil Manufacturer section start ------------- */
    .bst_sec:before,
    .best_row2:before {
        width: 255px;
        height: 255px;
    }

    .bst_sec:before {
        left: -160px;
        bottom: 15px;
    }

    .best_row2:before {
        right: -160px;
    }

    .best_row2.pd0 {
        padding-top: 35px !important;
    }

    .bst_img img {
        height: 185px;
    }

    .bst_col2 {
        width: 38% !important;
        padding-right: 28px;
    }

    .bst_col1 {
        width: 33% !important;
        padding-right: 30px;
    }

    .bst_sec:after {
        height: calc(100% - 140px);
    }

    /* -------------Best Lubricant Engine Oil Manufacturer section end ------------- */


    /*---------------- Additives/Speciality Products section start ------------ */

    .spcl_tb_img_con_inr img {
        height: 345px;
    }

    .spcl_tb_img_con {
        padding: 0 45px;
    }

    .spcl_tb_ec_con {
        padding: 0 35px;
    }

    .spcl_btn_mn_con {
        top: -150px;
    }

    .spcl_tb_mn_con_inr {
        margin: 0 -35px;
    }

    .adtv_sec:after {
        width: 2px;
    }

    .spcl_tb_sldr_mn_con {
        padding: 0 35px;
    }

    .spcl_prdct_ttl_con {
        padding: 10px 0 5px;
    }

    .spcl_tb_ttl_aftr {
        font-size: 40px;
    }

    .spcl_btn_con svg {
        width: 25px;
    }

    /*---------------- Additives/Speciality Products section end ------------ */
		/* ------------state (aurangabad) */
.state_mn_con_inr {
    padding: 20px;
}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .bnr_vdo .et_pb_slide {
        height: 580px;
    }

    .abt_svg_con:after {
        width: 110px;
        height: 140px;
    }

    .abt_sec:before {
        left: 0;
        top: 40px;
        font-size: 64px;
    }

    .abt_desc_con {
        padding-top: 30px;
    }

    .abt_img img {
        height: 100px;
    }

    .abt_col2 {
        width: 50% !important;
        padding-left: 40px;
    }

    .abt_col1 {
        width: 50% !important;
    }

    .abt_svg_con_inr svg {
        width: 405px;
        height: 470px;
    }

    .abt_ttl_mn_con {
        left: 0px;
        top: 90px;
    }

    .abt_img {
        bottom: 110px;
    }

    .site_ttl {
        line-height: 1.2;
    }

    .abt_img {
        width: 550px !important;
    }

    .active_flr .abt_img {
        right: -10px;
    }


    .abt_img:after,
    .abt_img:before {
        bottom: -10px;
    }

    .abt_img:after {
        width: 78px;
        height: 78px;
        left: 69px;
    }

    .abt_img::before {
        width: 78px;
        height: 78px;
        right: 42px;
        bottom: -10px;
    }

    .ln_img_con_inr img {
        height: 90px;
    }

    .ln_img_con_inr {
        width: 125px;
        height: 105px;
    }

    /* -------------------50+ Sales and Service Members section start ---------- */
    .pdf_col1 {
        width: 47% !important;
    }

    .pdf_col2 {
        width: 53% !important;
        padding-left: 30px !important;
    }

    /* -------------------50+ Sales and Service Members section end ---------- */
    /*---------------- Partner With The Best Lubricants Manufacturers In India section start ---------------------- */
    .bst_ttl_con {
        padding: 3px 0;
    }

    .prtnr_svg_con_inr svg {
        width: 40px;
        height: 40px;
    }

    .prtnr_ec_con {
        padding: 10px 5px;
    }

    .prtnr_mn_con {
        padding-top: 20px;
    }

    .bst_ttl.f22 {
        font-size: 17px;
    }

    /*---------------- Partner With The Best Lubricants Manufacturers In India section end ---------------------- */
    /*---------------- our products section start ---------------- */
    .prdct_rgt_con_inr img {
        height: 370px;
    }

    .prd_ttl_con {
        padding-right: 30px;
        padding-bottom: 15px;
    }

    .prd_desc_con {
        padding-right: 30px;
        padding-top: 10px;
    }

    .prd_tp_img_con {
        padding-bottom: 10px;
    }

    .prdct_tp_mn_con .slick-list {
        padding: 20px 0 10px !important;
    }

    .prd_tp_ec_con {
        padding: 0 10px;
    }

    .prdct_dtl_mn_con_inr {
        padding: 40px 0 0px !important;
    }

    .prd_tp_nm_con_inr {
        padding-bottom: 2px;
    }

    .prdct_rgt_con {
        padding-left: 30px;
    }

    .prdct_tb_row:before {
        height: 87px;
    }

    .prd_col:after,
    .prd_col:before {
        width: 25px;
        height: 55px;
        bottom: 15px;
    }

    /*---------------- our products section end ---------------- */
    /*-------------------- Why Choose Us? section start ----------- */
    .wc_img_con_inr img {
        height: 315px;
    }

    .wc_ec_con:nth-child(3) {
        padding-right: 30px;
        padding-top: 30px;
    }

    .wc_ec_con:nth-child(2) {
        padding-left: 30px;
        padding-bottom: 30px;
    }

    .wc_ec_con:nth-child(1) {
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .wc_ec_con:nth-child(4) {
        padding-left: 30px;
        padding-top: 30px;
    }

    .wc_col2 {
        padding-left: 50px !important;
    }

    .wc_svg_con_inr svg {
        width: 430px;
        height: 450px;
    }

    .wc_desc_con {
        padding: 0 70px 15px;
    }


    .wc_ec_con:nth-child(1) {
        padding-right: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #D4D4D4;
    }

    .wc_ec_con:nth-child(2) {
        padding-left: 30px;
        border-bottom: 1px solid #D4D4D4;
        padding-bottom: 30px;
    }

    .wc_ec_con:nth-child(3) {
        padding-right: 30px;
        padding-top: 30px;
    }

    .wc_ec_con:nth-child(4) {
        padding-left: 30px;
        padding-top: 30px;
    }

    .whc_svg_con_inr svg {
        width: 25px;
    }

    .whc_svg_con_inr {
        width: 60px;
        height: 60px;
    }

    .whc_svg_con {
        padding-bottom: 10px;
    }

    .wc_col2 {
        padding-left: 30px !important;
    }

    /*-------------------- Why Choose Us? section end ----------- */
    /* ------------------get in touch form section start ----------- */
    .gt_col1 {
        width: 53% !important;
    }

    .gt_col2 {
        width: 47% !important;
        padding-left: 50px;
    }

    .cnt_ec_con {
        padding: 15px 0;
    }

    .get_in_touch_col_6,
    .get_in_touch_col_12 {
        padding: 4px;
    }

    .get_in_touch {
        margin: 0 -4px;
    }

    .git_dtl_con {
        padding: 25px 15px;
    }

    .mp_cd iframe {
        margin-top: 10px;
    }

    .git_ttl_con {
        padding: 15px;
    }

    .cnt_svg_con_inr {
        width: 65px;
        height: 65px;
    }

    .cnt_txt_mn_con {
        width: 84.8%;
        padding-left: 10px;
    }

    .sc_ec_con {
        padding-right: 8px;
    }

    .sc_dtl_con {
        padding: 8px;
    }

    .sc_ec_con_inr svg {
        width: 35px;
        height: 35px;
    }

    /* ------------------get in touch form section end ----------- */

    /* -------------Best Lubricant Engine Oil Manufacturer section start ------------- */
    .bst_sec:before,
    .best_row2:before {
        width: 255px;
        height: 255px;
    }

    .bst_sec:before {
        left: -160px;
        bottom: 15px;
    }

    .best_row2:before {
        right: -160px;
    }

    .best_row2.pd0 {
        padding-top: 35px !important;
    }

    .bst_img img {
        height: 200px;
    }

    .bst_col2 {
        width: 38% !important;
        padding-right: 28px;
    }

    .bst_col1 {
        width: 33% !important;
        padding-right: 20px;
    }

    .bst_sec:after {
        height: calc(100% - 140px);
    }

    /* -------------Best Lubricant Engine Oil Manufacturer section end ------------- */


    /*---------------- Additives/Speciality Products section start ------------ */

    .spcl_tb_img_con_inr img {
        height: 375px;
    }

    .spcl_tb_img_con {
        padding: 0 45px;
    }

    .spcl_tb_ec_con {
        padding: 0 45px;
    }

    .spcl_tb_mn_con_inr {
        margin: 0 -45px;
    }

    .spcl_tb_sldr_mn_con {
        padding: 0 45px;
    }

    .spcl_prdct_ttl_con {
        padding: 10px 0 5px;
    }

    .spcl_tb_ttl_aftr {
        font-size: 48px;
    }

    /*---------------- Additives/Speciality Products section end ------------ */
	/* ------------state (aurangabad) */
.state_mn_con_inr {
    padding: 20px;
}

}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .bnr_vdo .et_pb_slide {
        height: 600px;
    }

    .abt_svg_con:after {
        width: 150px;
        height: 200px;
    }

    .abt_sec:before {
        left: 0;
        top: 30px;
        font-size: 94px;
    }

    .abt_desc_con {
        padding-top: 30px;
    }

    .abt_img img {
        height: 112px;
    }

    .abt_col1 {
        width: 50% !important;
    }

    .abt_col2 {
        width: 50% !important;
        padding-left: 40px;
    }

    .abt_svg_con_inr svg {
        width: 470px;
        height: 550px;
    }

    .abt_ttl_mn_con {
        left: 0px;
        top: 100px;
    }

    .abt_img {
        width: 600px !important;
    }

    .active_flr .abt_img {
        right: -10px;
    }


    .abt_img:after,
    .abt_img:before {
        bottom: -10px;
    }

    .abt_img:after {
        width: 85px;
        height: 85px;
        left: 74px;
    }

    .abt_img::before {
        width: 88px;
        height: 88px;
        right: 43px;
        bottom: -15px;
    }


    .ln_img_con_inr img {
        height: 100px;
    }

    .ln_img_con_inr {
        width: 140px;
        height: 120px;
    }

    /*---------------- Partner With The Best Lubricants Manufacturers In India section start ---------------------- */
    .bst_ttl_con {
        padding: 3px 0;
    }

    /*---------------- Partner With The Best Lubricants Manufacturers In India section end ---------------------- */
    /*---------------- our products section start ---------------- */
    .prdct_rgt_con_inr img {
        height: 420px;
    }

    .prd_ttl_con {
        padding-right: 30px;
        padding-bottom: 15px;
    }

    .prd_desc_con {
        padding-right: 30px;
        padding-top: 10px;
    }

    .prd_tp_img_con {
        padding-bottom: 10px;
    }

    .prdct_tp_mn_con .slick-list {
        padding: 20px 0 10px !important;
    }

    .prd_col:after,
    .prd_col:before {
        width: 35px;
        height: 75px;
        bottom: 10px;
    }

    /*---------------- our products section end ---------------- */
    /*-------------------- Why Choose Us? section start ----------- */
    .wc_img_con_inr img {
        height: 355px;
    }

    .wc_ec_con:nth-child(3) {
        padding-right: 30px;
        padding-top: 30px;
    }

    .wc_ec_con:nth-child(2) {
        padding-left: 30px;
        padding-bottom: 30px;
    }

    .wc_ec_con:nth-child(1) {
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .wc_ec_con:nth-child(4) {
        padding-left: 30px;
        padding-top: 30px;
    }

    .wc_col2 {
        padding-left: 50px !important;
    }

    .wc_svg_con_inr svg {
        width: 430px;
        height: 450px;
    }

    .wc_desc_con {
        padding: 0 70px 40px;
    }


    .wc_ec_con:nth-child(1) {
        padding-right: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #D4D4D4;
    }

    .wc_ec_con:nth-child(2) {
        padding-left: 30px;
        border-bottom: 1px solid #D4D4D4;
        padding-bottom: 30px;
    }

    .wc_ec_con:nth-child(3) {
        padding-right: 30px;
        padding-top: 30px;
    }

    .wc_ec_con:nth-child(4) {
        padding-left: 30px;
        padding-top: 30px;
    }

    .whc_svg_con_inr svg {
        width: 35px;
    }

    .whc_svg_con_inr {
        width: 60px;
        height: 60px;
    }

    /*-------------------- Why Choose Us? section end ----------- */
    /* ------------------get in touch form section start ----------- */
    .gt_col1 {
        width: 53% !important;
    }

    .gt_col2 {
        width: 47% !important;
        padding-left: 50px;
    }

    .cnt_ec_con {
        padding: 15px 0;
    }

    .get_in_touch_col_6,
    .get_in_touch_col_12 {
        padding: 4px;
    }

    .get_in_touch {
        margin: 0 -4px;
    }

    .git_dtl_con {
        padding: 25px 15px;
    }

    /* ------------------get in touch form section end ----------- */



    /* -------------Best Lubricant Engine Oil Manufacturer section start ------------- */

    .bst_sec:before,
    .best_row2:before {
        width: 275px;
        height: 275px;
    }

    .best_row2.pd0 {
        padding-top: 35px !important;
    }

    .bst_img img {
        height: 225px;
    }

    .bst_col2 {
        padding-right: 48px;
    }

    .bst_sec:after {
        height: calc(100% - 160px);
    }

    /* -------------Best Lubricant Engine Oil Manufacturer section end ------------- */
    /*---------------- Additives/Speciality Products section start ------------ */

    .spcl_tb_img_con_inr img {
        height: 375px;
    }

    .spcl_tb_img_con {
        padding: 0 65px;
    }

    /*---------------- Additives/Speciality Products section end ------------ */
	/* ------------state (aurangabad) */
.state_mn_con_inr {
    padding: 30px;
}

}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .bnr_vdo .et_pb_slide {
        height: 650px;
    }

    .abt_svg_con:after {
        width: 160px;
        height: 230px;
    }

    .abt_sec:before {
        left: 0;
        top: 80px;
    }

    .abt_desc_con {
        padding-top: 30px;
    }

    .abt_img img {
        height: 135px;
    }

    .abt_svg_con_inr svg {
        width: 455px;
        height: 530px;
    }

    .abt_ttl_mn_con {
        top: 100px;
    }

    .abt_img {
        width: 700px !important;
    }

    .active_flr .abt_img {
        right: -10px;
    }


    .abt_img:after,
    .abt_img:before {
        bottom: -12px;
    }

    .abt_img:after {
        width: 100px;
        height: 100px;
        left: 86px;
    }

    .abt_img::before {
        width: 105px;
        height: 105px;
        right: 50px;
        bottom: -17px;
    }

    .prd_col:after,
    .prd_col:before {
        width: 35px;
        height: 75px;
        bottom: 10px;
    }




    .wc_ec_con:nth-child(1) {
        padding-right: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #D4D4D4;
    }

    .wc_ec_con:nth-child(2) {
        padding-left: 30px;
        border-bottom: 1px solid #D4D4D4;
        padding-bottom: 30px;
    }

    .wc_ec_con:nth-child(3) {
        padding-right: 30px;
        padding-top: 30px;
    }

    .wc_ec_con:nth-child(4) {
        padding-left: 30px;
        padding-top: 30px;
    }

    /* -------------Best Lubricant Engine Oil Manufacturer section start ------------- */

    .bst_sec:before,
    .best_row2:before {
        width: 275px;
        height: 275px;
    }

    .best_row2.pd0 {
        padding-top: 35px !important;
    }

    .bst_img img {
        height: 250px;
    }

    /* -------------Best Lubricant Engine Oil Manufacturer section end ------------- */

}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .abt_img {
        width: 800px !important;
    }

    .active_flr .abt_img {
        right: -60px;
    }


    .abt_img:after,
    .abt_img:before {
        bottom: -12px;
    }

    .abt_img:after {
        width: 120px;
        height: 120px;
        left: 96px;
    }

    .abt_img::before {
        width: 120px;
        height: 120px;
        right: 52px;
    }
}