a.navbar-brand.d-flex img {
    height: 75px;
    width: auto;
}
* {
  scroll-behavior: smooth;
}
 #about-us {
    padding: 50px 20px;
    background-color: #ffffff;
}

#about-us .container {
padding: 20px;
}

#about-us h2 {
font-size: 36px;
color: #003e7d ;
text-align: center;
margin-bottom: 30px;
text-transform: uppercase;
letter-spacing: 2px;
}

#about-us h3 {
font-size: 28px;
color: #003e7d;
margin-bottom: 15px;
border-left: 4px solid #003e7d;
padding-left: 10px;
}

#about-us p {
font-size: 18px;
color: #003e7d ;
margin-bottom: 20px;
line-height: 1.8;
}

#about-us ul {
list-style-type: disc;
margin: 20px 0;
padding-left: 40px;
}

#about-us ul li {
font-size: 18px;
color: #7f8c8d;
margin-bottom: 10px;
}

/* Responsive Styling */
@media (max-width: 768px) {
#about-us h2 {
    font-size: 28px;
}

#about-us h3 {
    font-size: 24px;
}

#about-us p, #about-us ul li {
    font-size: 16px;
}
.navbar-brand.d-flex img {
    height: 57px !important;
}
p.payment-form-content {
    font-size: 18px !important;
}
img.img-fluid.mb-2 {
    width: 100% !important;
}

}

img.img-fluid.mb-3 {
    width: 100%;
    border-radius: 10px;
    height: 206px;
}
.map-sec iframe {
    height: 100%;
    width: 100%;
}



@media screen and (max-width: 600px) {
  section#admission-information h3 {
        font-size: 17px !important;
    }
    section#admission-information h4 {
        font-size: 15px !important;
    }
    section#admission-information p {
        font-size: 14px !important;
    }
    h3.text-white.text-uppercase {
        font-size: 20px;
    }
    section#about-us h2 {
        font-size: 20px;
    }
    section#about-us h3 {
        font-size: 16px;
    }
    section#about-us p {
        font-size: 14px;
    }
    #about-us ul {
        padding-left: 20px !important;
    }
    #about-us ul li {
        font-size: 14px !important;
    }
    section#innovating-section h3 {
        font-size: 20px !important;
    }
    section#innovating-section p {
        font-size: 14px !important;
    }
    section#innovating-section a.btn {
        padding: 4px 8px;
        font-size: 14px !important;
    }
    section#contact-us h3 {
        font-size: 20px !important;
    }
    section#contact-us p {
        font-size: 14px !important;
    }
    .table td, .table th {
        padding: 0.4rem !important;
        font-size: 13px !important;
    }
    section#addressinfo-section img {
        width: 30px;
    }
    section#addressinfo-section a {
        font-size: 15px !important;
    }
    section#addressinfo-section p {
        font-size: 15px !important;
    }
    section#services-section {
        padding-top: 20px;
    }
    section#services-section h3 {
        font-size: 24px !important;
    }
    section#excellence-section .link-card {
        padding: 7px 8px;
        font-size: 10px !important;
    }
    section#excellence-section .link-card h5 {
        font-size: 12px;
    }
    .pharmacy-items {
        margin-bottom: 15px !important;
    }
    section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .carousel-inner {
        height: 250px !important;
        padding: 0 !important;
    }
    .caption{
        width: 90% !important;
    }
    .caption h1 {
        font-size: 20px !important;
    }
    .caption p {
        font-size: 13px !important;
    }
    ol.carousel-indicators {
        display: none;
    }
    a.slider-button {
        padding: 6px;
        font-size: 12px;
        margin-top: 6px !important;
    }
   #apply-form img {
        width: 100% !important;
        height: auto !important;
    }
    section#admission-information img {
        height: auto !important;
        width: 100% !important;
    }
   iframe.second-form-iframe {
    height: 3000px !important;
  }
}
