.navbar-brand img {
    max-height: 150px;
}

.single-footer-widget img {
    max-height: 150px;
}

.mobile-responsive-menu .logo img {
    max-height: 100px;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 10px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 10px;
  top: -50px;
}

.hero-slider-area .hero-slider-img img {
  width: auto;
  margin-left: inherit;
  margin-top: 20px;
}

.hero-slider-img {
    display: flex;
    justify-content: center;   /* center horizontally */
    align-items: center;       /* center vertically */
    height: 100%;
    padding: 20px;
}

.hero-slider-img img {
    max-height: 80%;   /* responsive limit */
    max-width: 80%;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.doctor-about-content .ceo {

  max-width: 500px;
}

.section-title p {
  max-width: 650px; 
}

.list-tick {
  list-style: none;
  padding-left: 0;
}
.list-tick li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.list-tick li::before {
  content: "\f26e"; /* Bootstrap Icon: check2 */
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: -5px;
  color: #ae3360;
  font-size: 1.5rem;
  font-weight: 600;
}

.surgical-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.single-team img {max-width: 200px;}

.lactive {
  background-color: #faeeed;
}

.sidebar-widget.recent-post ul li a img {
    max-width: 95px;
}

.main-contact-area #frm_contact, .main-contact-area #frm_appointment {
  max-width: 810px;
  margin: auto;
  padding: 40px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

label.error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

/* Highlight invalid input fields */
input.error, select.error, textarea.error {
    border: 1px solid red;
}

@media only screen and (max-width: 991px) {
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
    margin-top: 110px;
   
  }

  
}

.ri-mail-line {
  font-size: 22px;
}
.ri-map-pin-line {
  font-size: 22px;
}
.ri-phone-fill {
  font-size: 22px;
}