.neuron-static-page { margin: 0; }
.neuron-form-alert { border-radius: 4px; font-weight: 600; margin: 0 0 18px; padding: 12px 14px; }
.neuron-form-success { background: #e0f7ff; color: #0284c7; }
.neuron-form-error { background: #fff0f0; color: #9b1c1c; }
.neuron-contact-form button[disabled] { opacity: .7; pointer-events: none; }
.neuron-contact-form .form-check { margin-bottom: 30px; }
.neuron-contact-form .row > .col-md-12:empty { min-height: 25px; }
.neuron-contact-form .row > .col-md-12:nth-last-child(2) { min-height: 25px; }
img[src*="dr-bhaskar-mukherjee.jpeg"] { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center center; }
.neuron-hero-doctor-link { display: inline-flex; width: clamp(118px, 18vw, 190px); height: clamp(118px, 18vw, 190px); border: 5px solid #fff; border-radius: 50%; overflow: hidden; box-shadow: 0 12px 30px rgba(2, 132, 199, .22); background: #fff; }
.neuron-hero-doctor-photo { width: 100%; height: 100%; object-fit: cover; object-position: center center; margin: 0 !important; }
.menu-area { min-height: 93.5px; }
.menu-area > .container > .row { min-height: 88.5px; }
.logo-area { min-height: 88.5px; display: flex; align-items: center; }
.logo-area img { max-height: 88.5px; width: auto; object-fit: contain; }
.footer-left-block img { max-height: 150px; width: auto; object-fit: contain; }
.neuron-home-about-frame { aspect-ratio: 3 / 2; overflow: hidden; }
.neuron-home-about-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.custom-tabs [data-image*="neuron-individuals.jpeg"],
.custom-tabs [data-image*="neuron-organisations.jpeg"] { background-size: cover; background-position: center top; }
.admin-bar { margin-top: 0 !important; }
html {
  scroll-padding-top: var(--neuron-header-height, 94px);
}
header,
header.menu-fix,
.menu-fix {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  transform: none !important;
}
header.menu-fix {
  animation: none !important;
  display: block !important;
  border-bottom: 1px solid #eee;
}
.scroller_anchor {
  height: 0 !important;
  overflow: hidden !important;
}
.neuron-seo-intro,
.neuron-seo-strip {
  background: linear-gradient(180deg, #f5fcff 0%, #ffffff 100%);
}
.neuron-seo-intro .container,
.neuron-seo-strip .container {
  position: relative;
}
.neuron-seo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--neuron-brand);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.neuron-seo-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--neuron-brand);
}
.neuron-seo-intro p,
.neuron-seo-strip p {
  font-size: 1.8rem;
  line-height: 3rem;
}
.neuron-seo-strip {
  padding: 55px 0;
}
.neuron-seo-strip .heading {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.neuron-seo-strip p {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.home-slider .carousel-caption h1 {
  max-width: 760px;
  font-size: 4.2rem;
  line-height: 5rem;
  text-transform: none;
}
#i47e {
  background-image: url("../openvio/source/sites/1f69e462-ffeb-4ad0-ad16-25eebaa433d7/images/home-banner.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#i7sb {
  background-image: url("../openvio/source/sites/1f69e462-ffeb-4ad0-ad16-25eebaa433d7/images/home-banner-xs.webp");
  background-size: 0;
}
@media (max-width: 767px) {
  #i7sb {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .neuron-seo-intro p,
  .neuron-seo-strip p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .neuron-seo-strip {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .home-slider .carousel-caption { min-height: 478px; }
}
@media (max-width: 1500px) {
  .home-slider .carousel-caption h1 {
    font-size: 3.7rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 1199px) {
  .menu-area { min-height: 88px; }
  .menu-area > .container > .row { min-height: 83px; }
  .logo-area { min-height: 83px; }
  .logo-area img { max-height: 83px; }
  #main-menu:not(.show) .nav-link.btn-main {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .home-slider .carousel-caption h1 {
    max-width: 100%;
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .neuron-form-alert { font-size: 14px; }
}
@media (max-width: 420px) {
  .home-slider .carousel-caption h1 {
    font-size: 2.7rem;
    line-height: 3.4rem;
  }
}
/* Replace icon-font glyphs that can render as "?" when the original font subset is missing. */
.footer-links.useful-links li::before {
  content: "" !important;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(-45deg);
  font-family: inherit !important;
  color: inherit;
  position: relative;
  top: -1px;
}

.check-list li::before {
  content: "" !important;
  width: 26px;
  height: 26px;
  background: rgba(58, 184, 232, 0.12);
  border: 1px solid var(--neuron-brand);
  border-radius: 50%;
  font-family: inherit !important;
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  width: 7px;
  height: 12px;
  border: solid var(--neuron-brand);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
