/* =====================================
   MOBILE CLINIC PREMIUM RESPONSIVE CSS
===================================== */


/* ===============================
   LARGE TABLETS / SMALL LAPTOPS
================================ */


@media(max-width:1200px){


.hero-content h1{

    font-size:58px;

}


.hero-image img{

    width:360px;

}


.floating-card{

    display:none;

}



.section-heading h2,
.about-content h2{

    font-size:40px;

}


}







/* ===============================
   TABLETS
================================ */


@media(max-width:991px){



/* Navbar */


.navbar-custom{

    background:white;

}



.brand{

    color:#0f172a;

}



.navbar-toggler{

    color:#0f172a;

}



.navbar-collapse{

    background:white;

    margin-top:15px;

    padding:25px;

    border-radius:20px;

    box-shadow:

    0 20px 40px rgba(0,0,0,.1);

}



.nav-link{

    color:#111827!important;

    margin:10px 0;

}





/* Hero */


.hero-section{

    text-align:center;

    padding-top:150px;

}



.hero-content h1{

    font-size:50px;

}



.hero-content p{

    margin-left:auto;

    margin-right:auto;

}



.hero-buttons{

    justify-content:center;

}



.hero-image{

    margin-top:70px;

}



.hero-image img{

    width:320px;

}





/* Sections */


.stats-section{

    padding:70px 0;

}



.stats-section h2{

    font-size:40px;

}



.service-card{

    padding:35px 25px;

}



.about-content{

    margin-top:50px;

}



.about-content h2{

    font-size:38px;

}



.contact-wrapper{

    padding:35px;

}




}








/* ===============================
   MOBILE DEVICES
================================ */


@media(max-width:576px){



/* Splash */


.splash-screen h1{

    font-size:32px;

}



.splash-screen p{

    font-size:15px;

}





/* Hero */


.hero-section{

    padding-bottom:70px;

}



.hero-content h1{

    font-size:36px;

    letter-spacing:-1px;

}



.hero-badge{

    font-size:12px;

    padding:10px 16px;

}



.hero-content p{

    font-size:15px;

}



.hero-buttons .main-btn,
.hero-buttons .second-btn{

    display:block;

    width:100%;

    margin:10px 0;

}



.hero-image img{

    width:250px;

}





/* Stats */


.stats-section h2{

    font-size:34px;

}



.stats-section p{

    margin-bottom:35px;

}





/* Section headings */


.section-heading h2,
.about-content h2{

    font-size:30px;

}



.section-heading p{

    font-size:14px;

}





/* Services */


.services-section,
.about-section,
.contact-section{

    padding:80px 0;

}



.service-card{

    padding:30px 20px;

}





/* About */


.about-image img{

    border-radius:25px;

}





/* Contact */


.contact-wrapper{

    padding:25px;

    border-radius:25px;

}



.form-control{

    padding:15px;

}



.contact-wrapper .main-btn{

    width:100%;

}





/* Footer */


.footer{

    text-align:center;

}



.footer h5{

    margin-top:25px;

}



.social-icons{

    justify-content:center;

}





}