/*Write Css*/

.call-to-action5 .contents-wrap {
    background: #000 !important;
}

.parent-tag .child-categories {
    background: var(--main-color-one) !important;
}

.nepacreate .barberShop_testimonial_area .slick-arrow {
    color: #fff;
}

.product-slide-entry .price {
    margin-bottom: 0;

}

.mango-product-tabs-container .product-container,
.furniture .tabsproducts-listing .tabs-switch img{
    height: auto !important;
}

.product-slide-entry,
.product-slide-entry .price{
    margin-bottom: 0 !important;
}

.mango-product-tabs-container .swiper-tabs .nav-pills .nav-link {
    border-radius: 0;
}

.mango-product-container .product-container .product-slide-entry {
    margin: 0 0 20px 0 !important; 
}
 
.navigation-banner-wrapper.align-1 {
    background-position: right top;
    padding-bottom: 80px;
}


@media (max-width: 1400px){
    .navigation-banner-wrapper.align-1 {
        padding-bottom: 0px;
    }
}


@media (max-width: 1200px){
    .navigation-banner-wrapper.align-1 {
        background-position: center !important;
    } 
}

@media (max-width: 768px){
        .navigation-banner-wrapper.align-1 {
            background-position: center !important;
            background-size: contain;
            background-repeat: no-repeat;
            height: 350px;
        }
}

@media (max-width: 530px){
    .navigation-banner-wrapper.align-1 {
        height: 320px;
    }
    .information-blocks {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 450px){
    .navigation-banner-wrapper.align-1 {
        height: 265px;
    }
}








/*From here my code*/




.footer-logo {
    background-color: #fff; 
    padding: 10px; 
    display: inline-block; 
}

.footer-logo img {
    display: block; 
    max-width: 100%; 
    height: auto; 
}