@media (max-width:1030px){
    /* Home CSS */ 
    .home .home-banner-1,
    .home .home-banner-2{
        background-position: 65% center;
        min-height: 550px;
    }
    .home .home-banner .home-banner-text{
        transform: translate(-80%, -50%);
    }

    /* Offer CSS */
    .offers .offer-box .offer-info .heading-bigger{
        font-size: 3rem;
    }

    /* Special CSS */
    .special .countdown-container .countdown-counter li{
        padding:1.5rem 1rem;
    }
      
}
@media (max-width:991px){
    /* Home CSS */ 
    .home .home-banner .home-banner-text{
        transform: translate(-66%, -50%)
    }

    /* Special CSS */ 
    .special .countdown-container{
        padding-top:1rem;
        padding-bottom:5rem;
    }

    /* Testimonial CSS */ 
    .testimonial .carousel-control-prev{
        left:-1.75rem;
    }
    .testimonial .carousel-control-next{
        right:-1.75rem;
    }
     
}
@media (max-width:767px){ 
     /* Home CSS */ 
     .home .home-banner-1,
     .home .home-banner-2{
         background-position:50% center;
         min-height: 450px;
     }
     .home .home-banner .home-banner-text{
         text-align: center;
         width:100%;
         transform:translate(-50%, -50%);
     }
     .home .home-banner .home-banner-text h1{
         font-size: 3rem;
     }
     .home .home-banner .home-banner-text h2{
         font-size: 1.2rem;
     }
     .home .home-banner .home-banner-text .btn-danger{
         padding:0.5rem 1.5rem;
     }
     .home .slider-icon{
         font-size: 2rem;
     } 

     /* Product CSS */ 
     .products .up_to_content h2{
         font-size: 0.75rem;
     }

     /* Special CSS */ 
     .special{
         padding:4rem 0;
     }
     .special .countdown-container .countdown-counter li{
         padding:1rem;
         width:20%;
     }

     /* Testimonial CSS */ 
     .testimonial .testimonial-wrapper{
         padding:1rem;
     }
    .testimonial .carousel-control-prev,
    .testimonial .carousel-control-next{
        display:none;
    }
}

@media (max-width:330px){ 
    /* Home CSS */ 
    .home .home-banner .home-banner-text h2{
        font-size: 1rem;
    }

    /* Product CSS */ 
    .products .up_to_content h2{
        font-size: 0.625rem;
    }
}
