.dz-bnr-inr-sm{
background-image: url("../images/1-Retail-Tanks/home_page.jpg");
}

.DZ-theme-btn.DZ-bt-support-now, .DZ-theme-btn.DZ-bt-buy-now{
    display: none !important;
}
.whatsapp a i{
    font-size: 23px;
}
.video-section{
    padding: 50px 0px;
    background-color: #5489cb;
}
.video-section .video_boxs{
   width: 100%;
}
.video-section .video_boxs .video_tag{
   width: 100%;
    height: 900px;
}
.homeSlideImg img{
    height: 250px;
}
.products-main-boxs{
    border: solid 1px #cecece;
    padding: 15px;
    margin-bottom: 20px;
    margin-right: 15px;
    border-radius: 9px;
    -webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
    height: 480px;

}

.products-main-section{
    padding: 80px 0px;
    background-color: #cecece;
}
.products-boxs{
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.products-boxs img{
    -webkit-filter: blur(1px); /* Safari 6.0 - 9.0 */
    filter: blur(1px);
    transition: all 1s;
    cursor: pointer;
    height: 250px;
}
.products-boxs img:hover{
    -webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
    filter: blur(0px);
    transition: all 1s;
}

.products-boxs a h4{
    margin-top: 1.5rem;
    transition: all 1s;
}
.products-boxs a:hover h4{
    color: #EAA451;
    transition: all 1s;
}
.dz-content{
    margin-top: 20px;
}
.no-products{
    text-align: center;
    color: #000000;
}
.view-products-img{
    margin-bottom: 15px;
}
.main-heading{
    color: #a94442;
    text-transform: capitalize;
    font-size: 24px;
}

.main-heading span{
    font-size: 35px;
}

/*.view-products-img img{*/
/*    width: 500px;*/
/*    height: 500px;*/
/*}*/

.gallery-section{
    padding: 80px 0px;
    background-color: #cecece;
}
.gallery-boxs{
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
}

.gallery-boxs img{
    width: 100%;
    height: 250px;
}

.tabs_bg{
    padding: 15px;
    background-color: #fff;
}

.social-media{
    padding: 15px;
}
.social-media a .fa-brands{
    color: #a94442;
}
.product-code{
    color: #a94442;
    font-weight:700;
}

.about-content p{
    text-align: justify;
}