@media(min-width:768px) and (max-width:1024px){
    html{
        font-size: 9px;
    }
    .contact-wrap{
        padding: 2rem;
    }
}
@media(min-width:480px) and (max-width:768px){
    .banner h2{
        font-size: 3.6rem;
    }
    .book-app button{
        font-size: 1.6rem;
    }
    .ser-box li{
        width: 33.33%;
    }
    .video-item h3{
        font-size: 1.6rem;
    }
}
@media(min-width:320px) and (max-width:480px){
	.top-left ul li{font-size:16px;padding:4px 0;}
	.banner h2{
        font-size: 2.6rem;
        padding: 1rem;
    }
    .banner{
        padding: 4rem 0;
    }
    .footer-end p{
        text-align: center;
        font-size: 1.2rem;
    }
    .footer-end .text-right{
        text-align: center !important;
    }
    .breadcrum ul li{
        font-size: 1.3rem;
        padding: 0.5rem 1rem;
    }
    .gallery ul li{
        width: 50%;
        height: 15rem;
        padding: 1rem;
    }
    .gallery .gal-item{
        height: 15rem;
    }
    .gallery ul{
        margin: -1rem;
    }
    .sec-title{
        font-size: 3rem;
    }
    .section{
        padding: 4rem 0;
    }
    .top-left{
        text-align: center;
        margin-bottom: 1rem;
    }
    .social-head{
        text-align: center;
    }
    .logo{
        display: block;
        text-align: center;
    }
    .logo .img-wrap{
        margin: 0 auto;
    }
    .logo h1{
        font-size: 2.4rem;
    }
    .book-app{
        justify-content: center;
    }
    .contact-wrap{
        padding: 2rem 1.5rem;
    }
    .pad-left-20{
        padding-left: 15px !important;
    }
    .footer .loc-wrap p{
        font-size: 1.4rem;
    }
    .footer h4{
        margin-top: 3rem;
        margin-bottom: 1rem;
    }
    .video li{
        width: 100%;
    }
    .video-item h3{
        font-size: 1.6rem;
    }
    .footer{
        padding-top: 0;
    }
    .ser-box li{
        width: 100%;
    }
    .about h2{
        font-size: 2.4rem;
    }
    .about{
        padding: 0rem;
    }
    .doctor ul{
        flex-wrap: wrap;
    }
    .doctor ul li{
        flex: none;
        width: 100%;
        margin: 1.5rem 0;
    }
    .doctor .doc-info h3{
        font-size: 2rem;
    }
    .doctor .doc-info span{
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .about p{
        font-size: 1.4rem;
    }
    .footer p{
        font-size: 1.4rem;
    }
    .testimonials .owl-carousel .owl-nav .owl-prev{
        left: -1.5rem;
    }
    .testimonials .owl-carousel .owl-nav .owl-next{
        right: -1.5rem;
    }
    .abt-box{
        flex-wrap: wrap;
    }
    .abt-box li{
        margin: 1rem 1.5rem;
    }
    .desc h2{
        font-size: 2rem;
    }
    .desc p{
        font-size: 1.4rem;
    }
    .hero_carosel .item, .hero-img{
        min-height: 20rem;
    }
    .owl-carousel .hero-img img{
        height: 20rem;
    }
    .desc a{
        font-size: 1.4rem;
    }
    .modal{
        padding-right: 0 !important;
    }
}