.default-portfolio-item h4 {
    margin-top: 30px;
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.logo {
    max-width: 358px;
}

.product-img-warp img {
    max-height: 250px;
    max-width: 100%;
}
.product-details-text li {
    margin: 5px;
    background: #f7f7f7;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}

@media (max-width: 1200px){
    .hero-content{
         position: relative!important;
    }
}
.hero-area {
    background: #f6f6f6;
}

.product-default-link {
    height: 90px;
}
.product-default-img-link {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp-box , .whatsapp-box:hover {
    border-radius: 50%;
    background: #2ab200;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.2);
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    height: 50px;
    width: 50px;
}
.whatsapp-box:before {
    content: '\f232';
    top: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    height: 28px;
}
@media (min-width: 720px) and (max-width: 1200px) {
    .product-default-img-link img {
        max-height: 100%;

    }
    .product-default-img-link{
        height: 180px!important;
    }
    .footer-logo img {
        max-width: 200px;
    }
}
@media (max-width: 720px){
    .footer-logo img {
        max-width: 200px;
    }
    .product-default-img-link{
        height: 100px!important;
    }
    .product-img-warp {
        min-height: auto!important;
    }
}
.company-logo-single {
    height: 300px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.dashboard_tab_button ul li a:hover,.dashboard_tab_button ul li a.active:hover {
    color: #fff!important;
}

div#brandbx {
    margin-top: 20px;
}
div#brandbx li {
    display: inline-block;
    margin: 3px;
}
div#brandbx li a {
    color: #fff;
    background: #000;
    display: block;
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 12px;
}
div#brandbx {
    height: 257px;
    overflow: auto;
}