@media (max-width:1600px){
    
}
@media (max-width:1400px){
    
}
@media (min-width:992px) and (max-width:1200px){
    .page-title{
        padding:80px 0px;
    }
    .banner-layout1 .statistic-item:nth-of-type(2) {
        top: 30%;
        left: 57%;
    }
    .banner-layout1 .statistic-item:nth-of-type(4) {
        top: 65%;
        left: 57%;
    }
    .video__btn{
        display:none;
    }
    .about-layout2 .cta__banner{
        max-width:200px;
        padding:20px 20px;
    }
    .cta__banner .cta__title{
        font-size:26px;
    }
    .cta__banner .cta__icon i{
        font-size:45px;
    }
    .slider .slide-item{
        height: 60vh;
    }
    .slider .slide__desc{
        margin:0px;
    }
}
@media (max-width:991px){
    .shop-details{
        padding: 30px 0px;
    }
    .google-map__one{
        height:300px;
    }
}
@media (max-width:768px){
    .page-title .pattern-layer .pattern-1{
        display:none;
    }
    .page-title h1{
        font-size:40px;
    }
    .page-title{
        padding:60px 0px;
    }
    .contact-page{
        padding-bottom:0px;
    }
    
    .about-one__image__one1{
        width:150px;
    }
    .about-one__bg{
        height:40%;
    }
    
    .site-footer-three__bottom-inner{
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        padding:20px 0px;
    }
    .site-footer-three__bottom-text, .site-footer-three__bottom-text a{
        font-size:14px;
        text-align:center;
        margin-bottom:0px;
    }
    .heading__subtitle{
        position: relative;
        font-size: 13px;
    }
    .banner-layout1 .statistic-item .statistic__item-counter{
        font-size:50px;
    }
    .banner-layout1 .statistic-item .statistic__item-title {
        text-align:start;
    }
    .banner-layout1 .statistic-item .statistic__item-panel{
        width: 150px;
        height: 120px;
        padding: 15px 30px;
        margin:0px;
    }
    .banner-layout1 .statistic-item {
        position: absolute;
        text-align: right;
        width: 150px;
    }
    .banner-layout1 .statistic-item .statistic__item-btn{
        margin-top:15px;
    }
    .plus-icon {
        position: fixed;
        top: 15px;
        left: 70px;
    }
    .plus-icon.tm {
        position: fixed;
        top: 15px;
        left: 90px;
    }
    .banner-layout1 .video__btn{
        display:none;
    }
    .banner-layout1 .statistic-item:first-child{
        left:10%;
    }
    .banner-layout1 .statistic-item:nth-of-type(2) {
        top: 28%;
        left: 50%;
    }
    .banner-layout1 .statistic-item:nth-of-type(3) {
        bottom: 27%;
        left: 10%;
    }
    .banner-layout1 .statistic-item:nth-of-type(4) {
        top: 74%;
        left: 50%;
    }
}
@media (max-width:425px){
    .page-title{
        padding:40px 0px;
    }
    .page-title h1{
        font-size:30px;
    }
}
@media (max-width:375px){
    .page-title{
        padding:30px 0px; 
    }
    .page-title h1{
        font-size:26px;
    }
}