.neurology-hero {
  /* background: url(../images/dexacan-hero.jpg) no-repeat; */
  background-position: 0px 13%;
  background-size: cover;
  padding: 7% 0px 4% 0px;
  position: relative;
}

.neurology-hero .hero-img {
  opacity: 0.4;
  inset: 0px;
  position: absolute;
}

@media (max-width: 767px) {
  .neurology-hero {
    background-position: top right;
    background-size: 210% auto;
  }
}

.neurology-hero:after {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(180deg, #2358a7 0%, #002738 50%);
  opacity: 0.85;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.neurology-hero .container {
  z-index: 99;
  position: relative;
}

.neurology-hero .hero-text h1 {
  font-family: Lato, sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.neurology-hero .hero-text h2 {
  font-family: Lato, sans-serif !important;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .neurology-hero .hero-text h2 {
    font-size: 68px;
  }
}

.neurology-hero .hero-text p {
  color: #fff;
  font-family: Lato, sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0px;
}

@media (max-width: 767px) {
  .neurology-hero .hero-text p {
    font-size: 15px;
  }
}

.neurology-hero .btn-wrap .btn {
  background-color: #00305b;
  letter-spacing: 0.1em;
  border-radius: 0.5px;
  border: 0.5px solid #fff;
  transition: 0.5s;
  padding: 8px 30px;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
}

.neurology-hero .btn-wrap .btn:hover {
  background-color: #fff;
  border: 0.5px solid #00305b;
  color: #00305b;
}

.neurology-main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.neurology-main h2 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #00305b;
}

.neurology-main ul {
  margin: 1.5rem 0px;
  list-style: none;
  padding: 0;
}

.neurology-main ul li svg path {
  fill: #f97224;
}

.neurology-main .artho-right {
  position: relative;
}

/* .neurology-main .artho-right img {
  max-width: 100%;
  width: 100%;
} */

.neurology-main .artho-right img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 3 / 3;
  object-fit: cover;
  object-position: top;
}

.neurology-main .artho-right.rheumatology-img {
  background-color: #0033661a;
  padding: 1rem;
  border-radius: 0.75rem;
}

.neurology-main .artho-right.rheumatology-img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.neurology-main .artho-right .quote {
  background-color: #f97224;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .neurology-main .artho-right .quote {
    position: absolute;
    right: -1.5rem;
    bottom: -1.5rem;
    max-width: 240px;
    margin-top: 0px;
    padding: 2rem;
  }
}

.neurology-main .artho-right .quote p {
  color: #fff;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.commitment-sec {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.commitment-sec .inner-block {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
}

.commitment-sec .inner-block .content-div {
  padding: 2.5rem;
  background-image: linear-gradient(to bottom, #e0f2f7 0%, rgba(224, 242, 247, 0) 100%);
  border-radius: 0.75rem;
}

@media (min-width: 768px) {
  .commitment-sec .inner-block .content-div {
    padding: 3rem 4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0.75rem 0px 0px 0.75rem;
  }

  .commitment-sec .inner-block {
    border-radius: 0.75rem 0px 0px 0.75rem;
  }
}

.commitment-sec .inner-block h2 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #00305b;
}

neurology-main p {
  margin: 0px;
}

.commitment-sec .inner-block .artho-right {
  position: relative;
  height: 100%;
}

.commitment-sec .inner-block .artho-right img {
  max-width: 100%;
  width: 100%;
  border-radius: 0.375rem;
}

/* @media (min-width: 768px) {
  .commitment-sec .inner-block .artho-right img {
    border-radius: 0 0.375rem 0.375rem 0;
  }
} */

@media (min-width: 768px) {
  .commitment-sec .inner-block .artho-right img {
  border-radius: 0 0.375rem 0.375rem 0;
  height: 100%;
  object-fit: cover;
}
}

.commitment-sec .inner-block .artho-right .overlay {
  position: absolute;
  inset: 0px;
  opacity: 0.2;
  background-color: #003366;
}

.commitment-sec .inner-block .artho-right .quote p {
  color: #fff;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.commitment-sec .inner-block .btn-wrap .btn {
  background-color: #00305b;
  letter-spacing: 0.1em;
  border-radius: 0.5px;
  border: 0.5px solid #fff;
  transition: 0.5s;
  padding: 8px 30px;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
}

.commitment-sec .inner-block .btn-wrap .btn:hover {
  background-color: #fff;
  border: 0.5px solid #00305b;
  color: #00305b;
}

.why-choose {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #e5e7eb;
}

.why-choose .head-wrap {
  margin-bottom: 4rem;
  text-align: center;
}

.why-choose .head-wrap .label-div {
  text-align: center;
  margin-bottom: 0.5rem;
}

.why-choose .head-wrap .label-div p {
  padding: 0.375rem 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #4a78a0;
  background-color: #e6f4f8;
  display: inline-block;
  border-radius: 9999px;
  font-size: 0.8rem;
}

.why-choose .head-wrap h2 {
  text-align: center;
  margin: 0px auto 0.5rem;
  font-weight: 700;
}

.why-choose .head-wrap .bottom-line {
  width: 5rem;
  height: 0.25rem;
  margin: 1rem auto 0px;
  background-color: #f97224;
}

.why-choose .why-cards {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #f3f4f6;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.why-choose .why-cards::after {
  content: '';
  width: 100%;
  background-color: #003366;
  height: 0.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.why-choose .why-cards .card-header {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
}

.why-choose .why-cards .card-icon {
  border-radius: 9999px;
  padding: 0.5rem;
  display: flex;
  margin-right: 0.75rem;
  justify-content: center;
  align-items: center;
  background-color: #eff6ff;
  width: 45px;
  height: 45px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
      transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1); */
}

.why-choose .why-cards .card-icon svg {
  font-size: 1.4rem;
  line-height: 2.25rem;
}

.why-choose .why-cards .card-icon svg path {
  fill: #003366;
  transition: fill 300ms ease;
}

.why-choose .why-cards:hover {
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.18);
  /* transform: translateY(-4px); */
}


/* .why-choose .why-cards:hover .card-icon {
      background-color: #f97224;
      fill: #fff;
    } */


/* .why-choose .why-cards:hover .card-icon svg path {
      fill: #fff;
    } */

.why-choose .why-cards h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #003366;
  font-weight: 700;
  margin: 0px;
}

.why-choose .why-cards p {
  color: #4b5563;
}


/*------------------CTA SECTION--------------------*/

.consultation {
  /* background: #043566; */
  /* deep clinic blue */
  background: #e5e7eb;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}


/* HEADING */

.consultation .div-heading h2 {
  color: #0b3c6f;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}


/* SUBTEXT */

.consultation .div-heading p {
  /* color: #dbe9f6; */
  color: #0b3c6f;
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.6;
}


/* BUTTON WRAPPER */

.consultation .btn-div {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.consultation .btn-div a {
  background-color: #00305b;
  letter-spacing: 0.1em;
  border-radius: 0.5px;
  border: 0.5px solid #fff;
  transition: 0.5s;
  padding: 8px 30px;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.consultation .btn-div a:hover {
  background-color: #fff;
  border: 0.5px solid #00305b;
  color: #00305b;
}


/* RESPONSIVE */

@media (max-width: 767px) {
  .consultation .div-heading h2 {
    font-size: 28px;
  }

  .consultation .div-heading p {
    font-size: 16px;
  }

  .consultation .btn-div {
    flex-direction: column;
    gap: 14px;
  }

  .consultation .btn-div a {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}