@media (max-width: 768px) {
    .leelawati-sidebar {
        width: 90% !important;
        background: #fff;
    }

    .banner{
        background-image: url("../images/banner.png"); /* The image used */
        background-color: #cccccc; /* Used if the image is unavailable */
        height: 190px; /* You must set a specified height */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
    }

    .shop-now{
        text-decoration: none;
        color: #fff;
        background: #000;
        padding: 4px 10px;
        font-size: 14px;
        position: absolute;
        right: 20%;
        top: 55%;
    }

    .carousel-item-box img{
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .carousel-item-box p{
        font-size: 12px;
    }

    .simple-carousel {
        display: flex;
        justify-content: flex-start; 
    }

    .whatsapp{
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        position: fixed;
        right: 10px;
        bottom: 50px;
        font-size: 25px;
        color: #fff;
        background: #2ab93c;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icons img{
        width: 35px;
        padding-bottom: 20px;
    }

    .icons p{
        font-size: 12px;
    }

    .contact h2{
        width: 100%;
        margin: auto;
        font-size: 20px;
    }

    .updated{
        background: #256625;
        text-decoration: none;
        color: #fff;
        padding: 8px 55px;
        border-radius: 4px;
        font-size: 16px;
    }

    footer ul li{
        list-style: none;
        line-height: 30px;
        color: #616071;
        font-size: 16px;
    }

}