@media screen and (max-width: 425px) {

    .home-main .hero-banner{
        min-height: 650px;
    }
    .home-main .hero-banner:before{
        min-height: 650px;
    }

    .home-main .your-purchase-section{
        height: 1200px !important;
        /* margin-bottom: 50px; */
    }

    .home-main .your-purchase-section .your-purchase-pill{
        height: 100px;
    }
    .home-main .your-purchase-section .your-purchase-pill:before{
        transform: translate(-20%, -30%);
    }
    .home-main .your-purchase-section .your-purchase-pill h4{
        
        width: 300px;
        font-size: 1.5rem !important;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .home-main .make_impact_sec{
        height: fit-content;
    }

    .home-main .hero-banner h1{
        width: 100%;
    }

    .prd-short-description ul{
        columns: 1 !important;
        text-align: left;
        margin: 0 auto;
    }
    .prd-short-description ul li{
        width: fit-content;
    }

    .brief-desc{
        text-align: left;
    }

    .image-gallery .gallery-preview{
        display: none;
    }

    .image-gallery .gallery-item{
        opacity: 1;
        width: 250px !important;
        height: 250px !important;
    }

    .gallery-item-active{
        opacity: 1 !important;
        width: 250px !important;
        height: 250px !important;
    }

    .reg-heading{
        font-size: 3rem !important;
        line-height: 3rem !important;
        margin-top: 5rem !important;
    }

    .benefits-community-block{
        flex-direction: column;
    }

    .benefits-community-title{
        text-align: center;
    }
    
    .home-series-area p.home-series-title {
        font-size: 1.3331rem !important;
    }

    .shop-series-area p.shop-series-title {
        font-size: 1.3331rem !important;
    }
/* 
    .home-main .hero-slider-banner-1 .banner-slide-circles{
        left: 0;
        right: 0;
        margin-left: auto; 
        margin-right: auto; 
    }

    .home-main .hero-slider-banner-2 .banner-slide-circles{
        left: 0;
        right: 0;
        margin-left: auto; 
        margin-right: auto; 
    }

    .home-main .hero-slider-banner-3 .banner-slide-circles{
        left: 0;
        right: 0;
        margin-left: auto; 
        margin-right: auto; 
    }

    .home-main .hero-slider-banner-1 .banner-block{
        width: 100%;
    }

    .home-main .hero-slider-banner-1:before{
        background: url('https://cdn11.bigcommerce.com/s-zo23333613/product_images/uploaded_images/hero-image-man-mobile.jpg');
    } */

    .why-bidets .why-bidets-banner .why-bidets-block h1{
        font-size: 4rem !important;
    }

    .why-bidets .why-bidets-reasons .reasons-grid .reason-block{
        max-width: 100%;
    }

    .why-bidets .why-bidets-world .world-body .world-block ul li{
        font-size: 1.5rem!important;
    }

    .why-bidets .why-bidets-world .world-body .world-block{
        padding: 10px 15px;
        border-radius: 30px;
    }
    .why-bidets .right-match-section .right-match-oval a{
        width: 300px;
        font-size: 2rem !important;
        border-radius: 30px;
    }

    .why-bidets .right-match-section .right-match-oval{
        width: 90vw;
        border-radius: 30px;
    }

    .sale-header-image .image-desktop{
        display: none;
    }

    .sale-header-image .image-mobile{
        display: block;
    }
    
}

@media screen and (max-width: 500px) {

    .sale-header-image .image-desktop{
        display: none;
    }

    .sale-header-image .image-mobile{
        display: block;
    }
    
}

