/*Write Css*/

.ourServices .container,
.barberShop_testimonial_area .container{
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
}

.footer-wrapper .footer-columns-entry {
    padding: 0 12px;
}

.furniture .mango-product-container .mango-section-title h2, .furniture .mango-product-tabs-container .mango-section-title h2,.barberShop_sectionTitle .title {
    color: #222 !important;
}

.tabsproducts-listing .product-card-content .tag {
    font-weight: 600 !important;
}

.barberShop_testimonial_area .row.g-4.mt-4 {
    margin-top: 0 !important;
}

.barberShop_testimonial_area .global-slick-init {
    margin-top: 0;
}

.barberShop_testimonial_area .barberShop_sectionTitle {
    margin: 0 0 30px 0 !important;
}

/*.call-to-action5 img {*/
/*    height: 569px;*/
/*    object-fit: cover;*/
/*}*/

.ourServices .ServicesWrapper .client-single {
    background: #f1f1f1;
    padding: 20px 0;
    margin: 0;
}

.ourServices .ServicesWrapper {
    padding: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
}

.ourServices .ServicesWrapper .client-single .servicesCap .title {
    font-weight: 600 !important;
    color: #222 !important;
}

.footer-wrapper .footer-columns-entry .row .col-xxl-2,
.footer-wrapper .footer-columns-entry .row .col-xxl-3{
    width: 25%;
}

/*Responsive*/

@media (max-width: 992px){
    .ourServices .ServicesWrapper .client-single {
        margin: 0 0 20px 0;
    }
    .footer-wrapper .footer-columns-entry .row .col-xxl-2,
    .footer-wrapper .footer-columns-entry .row .col-xxl-3{
        width: 50%;
    }
}

@media (max-width: 576px){
    .footer-wrapper .footer-columns-entry .row .col-xxl-2,
    .footer-wrapper .footer-columns-entry .row .col-xxl-3{
        width: 100%;
    }
}