
.visible-xs {
    display: none;
}
.phonenow a {
    z-index: 999;
    color: #ff9f43;
    font-weight: 900;
    font-size: 25px;
}
.blog__item__pic {
    overflow: hidden;
}
.blog__item__pic img{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
}
.blog__item__pic img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.latest-product__item__pic img, .blog__sidebar__recent__item__pic img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 79px;
}
.blog__item .blog__item__text p{
    height: 60px;
    overflow: hidden;
}
.blog__item .blog__item__text h5{
    height: 45px;
    overflow: hidden;
}
.image_ad_top {
    padding: 10px;
}
.add_banner{
    margin-bottom: 10px;
}
@media (max-width: 768px){
    .phonenow {        
        left: 15px;
        bottom: 55px;
        height: 52px;
        position: fixed;
        width: 20%;
        z-index: 99;
    }
    #menu_bt {
        width: 50px;
    }
    .btn-call-now img{
        width: 45px;
    }
    .visible-xs {
        display: block !important;
    }
    .header__logo {
        text-align: left;
    }
    .header__logo img {
        width: 39px;
    }
    .hero__item{
        padding: 10px;
    }
    
}
@media (max-width: 480px){
    .blog__item__pic img{
        height: 120px;
    }
    .featured__item__pic{
        height: 120px;
    }
    .product__item__pic{
        height: 305px;
    }
    .img_blog img{
        height: 215px;
    }
}