.banenr_section.inner_banner_section .et_pb_slide {
    height: 405px;
}
.inner_banner_section .et_pb_slides {
    padding: 30px 0 0px !important;
}
.page_banner_box  .et_pb_slides {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
/* TAB */
/*----------department and service sidebar----------*/
.service_all ul {
    list-style: none;
    padding: 0 !important;
}
.service_all ul li {
    padding: 15px 0 !important;
    text-align: center;
    border: 1px solid #2aa3da;
    font-size: 18px;
    color: #fff;
    background-color: #2aa3da;
}
.service_all ul li a{
    color: #fff !important;
    font-weight: 500;
    padding: 15px 12px !important;
}
.page-id-438 li.accessories a,
.page-id-446 li.body-parts-rubber-parts a,
.page-id-447 li.engine-parts a,
.page-id-448 li.filters-bearings-electricals a,
.page-id-449 li.frictional-parts a,
.page-id-450 li.lubricants a,
.page-id-451 li.transmission-parts a{
    color: #fff !important;
    transition: 1s;
}
.page-id-438 li.accessories,
.page-id-446 li.body-parts-rubber-parts,
.page-id-447 li.engine-parts,
.page-id-448 li.filters-bearings-electricals,
.page-id-449 li.frictional-parts,
.page-id-450 li.lubricants,
.page-id-451 li.transmission-parts,
.pro_cate_list_ul li:hover{
    /* background-image: -webkit-linear-gradient( 0deg, rgb(56,97,159) 0%, rgb(51,147,207) 100%); */
    background-color: #204480;
    border: 1px solid #204480;
    transition: 1s;
}
/*----------end department and service sidebar----------*/
ul.pro_cate_list_ul {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}
ul.pro_cate_list_ul li {
    width: fit-content;
    padding: 0 !important;
    align-items: center;
    display: flex;
}
.accessories .main_cotent{
    padding-bottom: 0 !important;
}
.font_22{
    font-size: 22px;
}
/* end */

/* ---------- PRODUCT CATEGORY LIST ---------- */
.body_para.wt {
    padding-bottom: 20px;
}
.produ_cate_bottom {
    background-color: #fff;
}
.produ_cate_img_box{
    line-height: 0;
    justify-content: center;
    display: flex;
    width: fit-content;
    margin: auto;
}
.produ_cate_bottom{
    padding: 30px;
}
.produ_cate_content_box .body_para{
    margin-bottom: 15px !important;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
}
.produ_cat_name.body_para{
    padding-bottom: 0 !important;
}
.pro_cate_image_block{
    width: 80% !important;
    margin: auto !important;
    padding-top: 50px;
}
.produ_cate_img {
    width: 100%;
    height: 435px;
    object-fit: cover;
}
.produ_cate_inner {
    margin: 0 20px;
}
.side_arrow .slick-arrow{
    bottom: 50%;
}
.side_arrow .slick-prev.slick-arrow {
    left: -5%;
}
.side_arrow .slick-next.slick-arrow {
    right: -5%;
}
.produ_cate_data_section .main_title_box .main_title{
    border-bottom: 5px solid transparent;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 20px;
}
.product_data_img_block{
    justify-content: center;
    display: flex;
}
.product_data_img_block {
    padding: 30px 0 40px;
}
.produ_cate_data_section .main_cotent{
    padding-bottom: 0 !important;
}
.produ_cate_data_section .about_us_01_block{
    width: 80%;
    margin: auto !important;
}  
/* -------------------------------  */
/* ---------- GALLRY PAGE --------- */
/* -------------------------------  */
.our_gallery_outter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.our_gallery_title_box {
    padding: 10px;
}
.our_gallery_img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.gallery_block {
    width: 80%;
    margin: auto;
}
/* =============================  CERTIFICATE MODEL POP UP ====================== */
.modal_my {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    z-index: 999;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 0px;
}
 .modal-content_my {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
} 
#caption_my {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
} .modal-content_my, #caption_my {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.alm-placeholder {
    display: none !important;
    opacity: 0 !important;
} 
.close_my {
    position: absolute;
    top: 22px;
    right: 19px;
    color: white;
    font-size: 48px;
    font-weight: 400;
    transition: 0.3s;
}
.close_my:hover,.close_my:focus {
    color: #e99422;
    text-decoration: none;
    cursor: pointer;
}
.prev_my_arrow i {
    position: absolute;
    top: 50%;
    font-size: 30px;
    background-color: #e99422;
    color: white;
    padding: 11px;
    cursor: pointer;
    left: 0;
}
.next_my_arrow i {
    position: absolute;
    right: 19px;
    top: 50%;
    font-size: 30px;
    background-color: #e99422;
    color: white;
    padding: 11px;
    cursor: pointer;
    right: 0;
} 

img.modal-content_my {
    height:100%;
    object-fit: contain;
    width: 100%;
    padding: 30px;
}
div#caption_my {
    display: none;
}

.my_modeL_inner {
    display: flex;
    justify-content: center;
    margin: auto;
    height: 100%;
}
div#page-container {
    padding: 0 !important;
}

/* ============================= end CERTIFICATE MODEL POP UP ====================== */























@media all and (min-width: 320px) and (max-width: 480px) {
    /*----------department and service sidebar----------*/
    ul.pro_cate_list_ul{
        gap: 10px;
    }
    .font_22 {
        font-size: 17px;
    }
    .service_all ul li a{
        padding: 10px !important;
    }
    /* ---------- PRODUCT CATEGORY LIST ---------- */
    .produ_cate_img {
        height: 280px;
    }
    .produ_cate_bottom {
        padding: 10px;
        width: 296px;
        margin: auto;
    }
    .produ_cate_inner {
        margin: 0 5px;
    }
    .pro_cate_image_block {
        width: 100% !important;
        padding-top: 10px;
    }
    .side_arrow .slick-arrow {
        bottom: 0;
    }
    .side_arrow .slick-prev.slick-arrow {
        left: 35%;
    }
    .side_arrow .slick-next.slick-arrow {
        right: 35%;
    }
    .side_arrow .slick-list{
        padding-bottom: 65px;
    }
    .produ_cate_content_box .body_para{
        margin-bottom: 10px !important;
    }
    .produ_cate_data_section .about_us_01_block {
        width: 100%;
    }
    .product_data_img_block img {
        width: 100%;
        height: 45px;
        object-fit: cover;
    }
    .product_data_img_block {
        padding: 15px 0 30px;
    }
    /* ---------- GALLRY PAGE --------- */
    .gallery_block {
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .our_gallery_img {
        height: 260px;
    }
    .our_gallery_outter {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    /*----------department and service sidebar----------*/
    ul.pro_cate_list_ul{
        gap: 10px;
    }
    .font_22 {
        font-size: 18px;
    }
    .service_all ul li a{
        padding: 10px !important;
    }
    /* ---------- PRODUCT CATEGORY LIST ---------- */
    .produ_cate_img {
        height: 225px;
    }
    .produ_cate_bottom {
        padding: 10px;
    }
    .produ_cate_inner {
        margin: 0 5px;
    }
    .pro_cate_image_block {
        width: 100% !important;
        padding-top: 10px;
    }
    .side_arrow .slick-arrow {
        bottom: 0;
    }
    .side_arrow .slick-prev.slick-arrow {
        left: 39%;
    }
    .side_arrow .slick-next.slick-arrow {
        right: 39%;
    }
    .side_arrow .slick-list{
        padding-bottom: 65px;
    }
    .produ_cate_content_box .body_para{
        margin-bottom: 10px !important;
    }
    .produ_cate_data_section .about_us_01_block {
        width: 95%;
    }
    .product_data_img_block img {
        width: 100%;
        height: 69px;
        object-fit: cover;
    }
    .product_data_img_block {
        padding: 15px 0 30px;
    }
    /* ---------- GALLRY PAGE --------- */
    .gallery_block {
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .our_gallery_img {
        height: 260px;
    }
    .our_gallery_outter {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    /*----------department and service sidebar----------*/
    ul.pro_cate_list_ul{
        gap: 10px;
    }
    .font_22 {
        font-size: 18px;
    }
    .service_all ul li a{
        padding: 10px !important;
    }
    /* ---------- PRODUCT CATEGORY LIST ---------- */
    .produ_cate_img {
        height: 225px;
    }
    .produ_cate_bottom {
        padding: 10px;
    }
    .produ_cate_inner {
        margin: 0 5px;
    }
    .pro_cate_image_block {
        width: 100% !important;
        padding-top: 20px;
    }
    .side_arrow .slick-arrow {
        bottom: 0;
    }
    .side_arrow .slick-prev.slick-arrow {
        left: 43%;
    }
    .side_arrow .slick-next.slick-arrow {
        right: 43%;
    }
    .side_arrow .slick-list{
        padding-bottom: 75px;
    }
    .produ_cate_content_box .body_para{
        margin-bottom: 10px !important;
    }
    .produ_cate_data_section .about_us_01_block {
        width: 95%;
    }
    .product_data_img_block img {
        width: 100%;
        height: 103px;
        object-fit: cover;
    }
    /* ---------- GALLRY PAGE --------- */
    .gallery_block {
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .our_gallery_img {
        height: 265px;
    }
    .our_gallery_outter {
        gap: 10px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    /*----------department and service sidebar----------*/
    ul.pro_cate_list_ul{
        gap: 10px;
    }
    .font_22 {
        font-size: 19px;
    }
    .service_all ul li a{
        padding: 10px !important;
    }
    /* ---------- PRODUCT CATEGORY LIST ---------- */
    .produ_cate_img {
        height: 285px;
    }
    .produ_cate_bottom {
        padding: 20px;
    }
    .produ_cate_inner {
        margin: 0 10px;
    }
    .pro_cate_image_block {
        width: 95% !important;
        padding-top: 30px;
    }
    .side_arrow .slick-arrow {
        bottom: 0;
    }
    .side_arrow .slick-prev.slick-arrow {
        left: 43%;
    }
    .side_arrow .slick-next.slick-arrow {
        right: 43%;
    }
    .side_arrow .slick-list{
        padding-bottom: 75px;
    }
    .produ_cate_data_section .about_us_01_block {
        width: 90%;
    }
    .product_data_img_block img {
        width: 100%;
        height: 130px;
        object-fit: cover;
    }
    /* ---------- GALLRY PAGE --------- */
    .gallery_block {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .our_gallery_img {
        height: 305px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    /*----------department and service sidebar----------*/
    ul.pro_cate_list_ul{
        gap: 10px;
    }
    .font_22 {
        font-size: 19px;
    }
    .service_all ul li a{
        padding: 10px !important;
    }
    /* ---------- PRODUCT CATEGORY LIST ---------- */
    .produ_cate_img {
        height: 285px;
    }
    .produ_cate_bottom {
        padding: 20px;
    }
    .produ_cate_inner {
        margin: 0 10px;
    }
    .pro_cate_image_block {
        width: 95% !important;
        padding-top: 30px;
    }
    .produ_cate_data_section .about_us_01_block {
        width: 90%;
    }
    /* ---------- GALLRY PAGE --------- */
    .gallery_block {
        width: 100%;
    }
    .our_gallery_img {
        height: 320px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    /*----------department and service sidebar----------*/
    ul.pro_cate_list_ul{
        gap: 10px;
    }
    .font_22 {
        font-size: 19px;
    }
    /* ul.pro_cate_list_ul li {
        padding: 10px 15px !important;
    } */
    .service_all ul li a{
        padding: 10px !important;
    }
    /* ---------- PRODUCT CATEGORY LIST ---------- */
    .produ_cate_bottom {
        padding: 25px;
    }
    .produ_cate_inner {
        margin: 0 10px;
    }
    .produ_cate_img {
        height: 320px;
    }
    .pro_cate_image_block {
        width: 90% !important;
    }
    .produ_cate_data_section .about_us_01_block {
        width: 85%;
    }
    /* ---------- GALLRY PAGE --------- */
    .gallery_block {
        width: 100%;
    }
    .our_gallery_img {
        height: 380px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    /*----------department and service sidebar----------*/
    ul.pro_cate_list_ul{
        gap: 10px;
    }
    .font_22 {
        font-size: 19px;
    }
    /* ul.pro_cate_list_ul li {
        padding: 10px 15px !important;
    } */
    /* ---------- PRODUCT CATEGORY LIST ---------- */
    .produ_cate_bottom {
        padding: 25px;
    }
    .produ_cate_inner {
        margin: 0 10px;
    }
    .produ_cate_img {
        height: 320px;
    }
    .pro_cate_image_block {
        width: 90% !important;
    }
    .produ_cate_data_section .about_us_01_block {
        width: 85%;
    }
    /* ---------- GALLRY PAGE --------- */
    .gallery_block {
        width: 95%;
    }
    .our_gallery_img {
        height: 380px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    /*----------department and service sidebar----------*/
    ul.pro_cate_list_ul{
        gap: 10px;
    }
    .font_22 {
        font-size: 20px;
    }
    /* ---------- PRODUCT CATEGORY LIST ---------- */
    .produ_cate_bottom {
        padding: 25px;
    }
    .produ_cate_inner {
        margin: 0 10px;
    }
    .produ_cate_img {
        height: 320px;
    }
    /* ---------- GALLRY PAGE --------- */
    .gallery_block {
        width: 90%;
    }
    .our_gallery_img {
        height: 400px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    /*----------department and service sidebar----------*/
    .font_22 {
        font-size: 21px;
    }
    ul.pro_cate_list_ul{
        gap: 10px;
    }
    /* ---------- PRODUCT CATEGORY LIST ---------- */
    .produ_cate_img {
        height: 390px;
    }
    .produ_cate_bottom {
        padding: 25px;
    }
}


