.wbd-header-menu{
    flex-grow: unset;
    margin-left: auto;
}
.service_content_icon{
    width: unset;
    height: unset;
    padding: 25px;
}
.navbar-light .navbar-toggler{
    left: unset;
    right: 0;
}
.product8_sec_wrap .nav-link{
    width: 100%;
    padding: 20px 30px;
}
.product7_cont{
    margin: auto;
}
.header_bottom_main{
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
.address_sec_cont .address_author2{
    left: 50%;
}
.address_author3{
    right: 32%;
}
.whatspp-sticky{
    position: fixed;
    left:15px;
    bottom: 60px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background-color: #fff;;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 10px 33.25px 1.75px rgba(0, 0, 0, 0.15);
}
.whatspp-sticky i{
    color: #81c408;
    font-size: 30px;
    line-height: 39px;
}
.breadcrumb_wrap{
    position: relative;
}
.breadcrumb_wrap:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
}
.breadcrumb_wrap .breadcrumb_cont{
    position: relative;
}

@media only screen and (max-width: 768px) {
    .product8_sec_wrap .nav-link{
        width: 380px;
    }
    .address_author3{
        right: 25%;
    }
    .facts_cont_wrap{
        overflow: hidden;
        flex-direction: column;
        row-gap: 20px;
    }
    .category_slick{
        flex-direction: column;
        row-gap: 15px;
    }
}