.product_item_text_cus{
    margin-right: 24px;
    font-size: 16px;
}
div.mfp-bottom-bar{
    display:none !important;
}
h4.product_item_text_cus.product_text_new_item{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 22px;
    margin-top: 6px;
}
.grid.popup-gallery .grid-item.cat1{
    border: 0.15px rgba(0,0,0,0.2) solid;
    box-shadow: 0px 7px 16px -9px rgba(0,0,0,0.3);
}

.ul-icon-cusm{
    list-style-image: url("../images/icon-logo.png");
    margin-left:23px;
    margin-top: 8px;
}
.ul-icon-cusm li{
    line-height:24px !important;
}
.cusm-marg-btm-8{
    margin-bottom:8px;
}
.lead.text-black.cusm-marg-btm-8{
    line-height:24px !important;
}
.cusm-ine-height-24{
    line-height:24px !important;
}
.cusm_img_full_about{
    width:100%;
}

.cusm_block_n_visible{
    display:block !important;
    opacity:1 !important;
}
/*Test*/

/*Certificate*/
.certificate_img{
    width:100%;
    height:auto;
    max-width:150px;
}
.certificate_img.certificate_img_hzl{
    max-width:250px;
}
.certificate-name{
    display: block;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    line-height:20px;
    margin-top:10px;
}
.certificate_container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    box-shadow: 0px 6px 20px -8px rgba(0,0,0,0.5);
    border: rgba(0,0,0,0.3) 0.3px solid;
    padding: 16px;
}
.certificate_col_container{
    margin-bottom:26px;
}
.cus_sert_com_h4{
    margin-bottom:16px !important;
}
/*End Certificate*/


.home_slogan_cusm{
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 52px;
    margin-bottom: 0px;
    line-height: 52px;
}

.text-line-1{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.text-line-2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.text-line-3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.text-line-4{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

#ht-preloader{
    display: none !important;
}

.service-description h4{
    line-height: 20px;
}

@media(max-width:991px){
    .product-reverse-col-resp{
        flex-direction: column-reverse !important;
        display: flex !important;
    }
    .product-con-col-mrg-reverse{
        margin-top: -32px;
    }
}