@media (min-width:320px) and (max-width:767px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
    .tpsideinfo {
        background: #008840;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        padding: 120px 30px;
        width: 350px;
        transform: translateX(-120%);
        transition: 0.3s;
        z-index: 999;
        overflow-y: scroll;
    }
    .pb-120 {
        padding-bottom: 60px;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .breadcrumb__area {
        padding: 35px 20px 35px;
    }
    .breadcrumb__area .tpabout__inner-sub {
        font-weight: 700;
        font-size: 30px;
    }
    .tplocation__content ul li {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .tpfooter__widget-title {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
        color: #008840;
        margin-bottom: 18px;
    }
    .tpfooter__copyright {
         margin-bottom: 0px; 
    }
    .tpfooter__copyright-text {
        font-size: 12px;
        color: var(--tp-grey-10);
    }

    .whatsapp-fixed {
        position: fixed;
        bottom: 40px;
        left: 0px;
        z-index: 999;
    }
    .whatsapp-fixed img {
        width: 50px;
    }


}




/*@media (min-width: 768px) {
    #bathproducts .tpproduct {
        border: 1px solid #EBEFF4;
        height: 560px;
    }
}*/