/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1600px) {
    
   



}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {



}
  


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

   
}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {


}




/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
    


}





/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    
    .hero-doctor-img {
        margin-bottom: 30px;
    }
    
    .cta-doctor-img {
        margin-bottom: 30px;
    }
    .custom-footer .col-md-4 {
        text-align: center !important;
    }
    .custom-footer .list-unstyled {
        padding-right: 0;
    }
    .custom-footer .list-unstyled li {
        text-align: center;
    }
    .custom-footer .bi {
        margin-left: 5px;
    }
}

@media (max-width: 768px) {
    .stat-box {
        margin-bottom: 15px;
    }
    .d-grid.gap-2 {
        display: grid !important;
    }
    .d-md-flex {
        justify-content: center !important;
    }
    .custom-btn-book, .custom-btn-learn {
        /* width: 100%;
        margin-bottom: 10px; */
    }
}

/* small mobile :320px. */
@media only screen and (max-width: 479px)  {

    .hero-section {
    background: linear-gradient(to top, #13B9B9, #fff);
    }
    .hero-stats {
        margin-bottom: 0px;
    }
    .hero-text h1 {
        font-size: 21px;
    }
    .hero-logo {
        width: 50px;
        /* height: 99px; */
        height: 50px;
    }
    .hero-text {
        margin-top: 25px;
    }
    .top-line {
        width: 96%;
        margin: 0 auto;
        justify-content: center;
        height: auto;
        margin-bottom: 14px;
    }
    .hero-text {
        width: 98%;
            height: auto;
    }
    .hero-text h2 {
    font-size: 14px;
        word-spacing: 1px;
    }
    .hero-text .lead {
    font-size: 14px;
    word-spacing: normal;
    text-align: center;
    padding: 0;
    }
    .beside-logo-text {
    justify-content: normal;
    }
   .navbar-brand img {max-width: 250px;}
    .custom-btn-book, .custom-btn-learn {
    width: 90%;
    padding: 10px 15px;
    margin: 0 10px;
    }
    .hero-doctor-img {
        margin-bottom: 0px;
    }
    .aboutme {
    padding: 35px 20px;
    }
    .aboutme-text h2{
        font-size: 20px;
        margin: 25px auto;
    }
    .aboutme-text h2 span {
        display: block;
    }
    .custom-link {
        margin:5px auto;
    }
    .gallery h2 span {
        display: block;
    }
    .gallery .gallery-p {
    width: 90%;
    }
    .services {
        padding: 60px 30px;
    }
    .gallery {
    padding: 60px 0;
    }
    .services .card h5, .services .card p {
    margin-bottom: 20px !important;
    }
    .faq {
    padding: 60px 0;
    }
    .faq h2 span {
        display: block;
    }

    .faq p {
    width: 90%;
    }
    .faq .card {
    height: 15rem;
    }
    .articles {
    padding: 60px 0;
    }
    .articles p {
    width: 90%;
    }
    .testimonials {
    padding: 60px 0;
    }
    .custom-testimonial-card {
        flex-direction: column;
    }
    .custom-testimonial-card img {
    width: 90%;
    height: 90%;
    margin: 10px auto;
    }
    .footer-cta-section {
        background: linear-gradient(0deg, var(--secondarylight-color) 0%, var(--primary-color) 31%, var(--primary-color) 100%);
        height: auto;
        padding: 60px 0 0;
    }
    .cta-doctor-img {
        margin-bottom: 0;
    }
    .custom-footer {
        text-align: center;
    }
    .custom-footer .logowithtxt {
        display: flex;
        justify-content: center;
    }
    .custom-footer p, .custom-footer ul {
        text-align: center;
    }
    .custom-footer .h5footer2 {
        margin: 0;
        text-align: center;
    }
    .custom-footer .list-unstyled {
        margin:0;
    }
    .custom-footer .social-icons {
        text-align: center;
    }
    /* About me */
    .about-page h1 {
        font-size: 28px;
    }

    .hero-content {
        flex-direction: column-reverse;
    }
    .aboutme-text {
    min-height: 300px;
    padding-top: 20px;
    }
    .about-page .aboutme-text p {
    width: auto;
    }
    .about-page .card h4 {
    font-size: 30px;
    }
    .about-stats .col-md-4 {
        margin-bottom: 30px;
    }
    .about-dr-ahmad .certs {
    margin-top: 10px;
    }
    .about-dr-ahmad .certs .card {
        margin-bottom: 15px;
    }
    .vision .row {
        flex-direction: column-reverse;
    }
    .vision h2 {
        margin-top: 20px;
    }
    .vision .vision-img {
    height: 220px;
    }
    .vision ul {
        margin: 10px 0;
        padding: 10px 0;
    }

    /* services */
    .service-text p{
        text-align: right;
    }
    .gallery-page {
        background-position-x: -173px;
    }

    /* articles */
    .article-page-header .article-page-header-content {
        flex-direction: column-reverse;
    }
    .article-page-header .article-page-header-content .rightdv h4 {
        margin-top: 10px;
    }
    .article-page-header .article-page-header-content .rightdv h1 {
    font-size: 26px;
    }
    .article-page-header {
        min-height: 400px;
    }
    .article-page p {
        width: 100%;
        text-align: justify;
    }
    .contact-page {
        padding: 20px 0;
    }
    .contact-page .hero-text {
        width: 100%;
    }
    .contact-page .hero-text p {
        text-align: justify;
    }
}