/**!!
 * Theme Name:     Star Hospital
 * Author:         Markerita
 * Template:       storefront
 * Text Domain:	   star-hospital
 * Description:    Theme designed by Markerita for Star Hospital
 * Author URI:     https://www.markerita.in
 * Version:        2.0.1
 */
html,
body {
  font-family: "Poppins";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --card-shadow: 0 10px 40px #00000014;
  --appbar-height: 80px;
  --svg-font-family: "Poppins", "Roboto", sans-serif;
}
@media (min-width: 768px) {
  :root {
    --appbar-height: 95px;
  }
}

a:hover, a:focus, a:focus-visible {
  outline: none;
}

.hidden {
  display: none !important;
}

.bg--primary {
  background-color: rgb(234, 237.7, 243.2);
}

.site-header__container ~ .site-content {
  padding-top: var(--appbar-height);
}

body.logged-in .site-header__container ~ .site-content {
  padding-top: calc(var(--appbar-height) - 46px);
}
@media (min-width: 768px) {
  body.logged-in .site-header__container ~ .site-content {
    padding-top: calc(var(--appbar-height) - 32px);
  }
}

.site-header__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1100;
  box-shadow: 0 0 8px rgba(0,0,0,.08);
}
.site-header__container .site-header {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: var(--appbar-height);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.site-header__container .site-header::before, .site-header__container .site-header::after {
  display: none;
}
.site-header__container .site-header > .col-full {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.site-header__container .site-header .site-branding {
  margin-top: -0.75rem;
  margin-bottom: 0;
  width: fit-content;
}
.site-header__container .site-header .site-branding img {
  max-width: 150px;
}
@media (min-width: 768px) {
  .site-header__container .site-header {
    border-bottom: none;
  }
}
.site-header__container .storefront-primary-navigation > .col-full {
  margin: 0;
  padding: 0;
}
.site-header__container .main-navigation {
  position: relative;
}
.site-header__container .main-navigation button.menu-toggle {
  padding: 16px;
  border: none;
  margin-top: 0.625rem;
  outline: none;
}
.site-header__container .main-navigation button.menu-toggle:hover, .site-header__container .main-navigation button.menu-toggle:focus, .site-header__container .main-navigation button.menu-toggle:focus-visible {
  outline: none;
}
.site-header__container .main-navigation button.menu-toggle::before, .site-header__container .main-navigation button.menu-toggle::after, .site-header__container .main-navigation button.menu-toggle > span::before {
  left: 0.7em;
}
.site-header__container .main-navigation button.menu-toggle > span > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.site-header__container .main-navigation .primary-navigation > ul.menu > li > a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  color: rgb(36, 65.6, 109.6);
  font-weight: 500;
}
.site-header__container .main-navigation .primary-navigation > ul.menu > li > a:hover, .site-header__container .main-navigation .primary-navigation > ul.menu > li > a:focus {
  text-decoration: underline;
  color: #2d5289;
}
.site-header__container .main-navigation .primary-navigation > ul.menu > li ul.sub-menu {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0,0,0,.08);
  z-index: 1300;
}
.site-header__container .main-navigation .primary-navigation > ul.menu > li ul.sub-menu > li > a {
  color: rgb(36, 65.6, 109.6);
  font-weight: 400;
}
.site-header__container .main-navigation .primary-navigation > ul.menu > li ul.sub-menu > li > a:hover, .site-header__container .main-navigation .primary-navigation > ul.menu > li ul.sub-menu > li > a:focus {
  color: #2d5289;
}
.site-header__container .main-navigation .handheld-navigation {
  position: absolute;
  top: 36px;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0,0,0,.08);
  border-radius: 4px;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu {
  padding: 4px 16px 16px 16px;
  min-width: 240px;
  box-sizing: border-box;
  margin-left: 0;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu > li {
  color: rgb(36, 65.6, 109.6);
  display: list-item;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu > li:hover, .site-header__container .main-navigation .handheld-navigation > ul.menu > li:focus {
  color: #2d5289;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu > li > a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  color: inherit;
  font-weight: 400;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu > li > a:hover, .site-header__container .main-navigation .handheld-navigation > ul.menu > li > a:focus {
  text-decoration: underline;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu > li > a::after {
  display: none;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu > li > button.dropdown-toggle {
  padding: 8px 12px;
  outline: none;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu > li > button.dropdown-toggle:hover, .site-header__container .main-navigation .handheld-navigation > ul.menu > li > button.dropdown-toggle:focus, .site-header__container .main-navigation .handheld-navigation > ul.menu > li > button.dropdown-toggle:focus-visible {
  outline: none;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu > li > button.dropdown-toggle, .site-header__container .main-navigation .handheld-navigation > ul.menu > li > button.dropdown-toggle::after {
  color: inherit;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu > li ul.sub-menu {
  position: static;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  margin-left: 0;
  padding-left: 16px;
  background-color: transparent;
  float: none;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu > li ul.sub-menu.toggled-on {
  display: block;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu > li ul.sub-menu > li {
  display: list-item;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu > li ul.sub-menu > li > a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  color: rgb(36, 65.6, 109.6);
  font-weight: 400;
}
.site-header__container .main-navigation .handheld-navigation > ul.menu > li ul.sub-menu > li > a:hover, .site-header__container .main-navigation .handheld-navigation > ul.menu > li ul.sub-menu > li > a:focus {
  color: #2d5289;
}
.site-header__container .main-navigation button.menu-toggle {
  display: block;
}
@media (min-width: 992px) {
  .site-header__container .main-navigation button.menu-toggle {
    display: none;
  }
}
.site-header__container .main-navigation .primary-navigation {
  display: none;
}
@media (min-width: 992px) {
  .site-header__container .main-navigation .primary-navigation {
    display: block;
  }
}
.site-header__container .main-navigation .handheld-navigation {
  display: block;
}
@media (min-width: 992px) {
  .site-header__container .main-navigation .handheld-navigation {
    display: none;
  }
}

.site-footer {
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0;
}
.site-footer > .col-full {
  margin: 0;
  padding: 0;
  max-width: none;
}
.site-footer .footer-widgets {
  padding-top: 50px;
  padding-bottom: 50px;
}
.site-footer .footer-logo {
  max-width: 110px;
}
@media (min-width: 768px) {
  .site-footer .footer-logo {
    max-width: 250px;
  }
}
.site-footer .follow-us {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}
.site-footer .follow-us a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
  font-size: 1.25rem;
}
.site-footer .follow-us a:hover, .site-footer .follow-us a:focus {
  color: #2d5289;
}
.site-footer .footer-grid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding: 30px 24px 20px 24px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .site-footer .footer-grid {
    grid-template-columns: 2fr repeat(3, 1fr);
  }
}
.site-footer .footer-services .footer-services__header {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}
.site-footer .footer-services ul.footer-services__list {
  list-style-type: none;
  margin: 0px;
}
.site-footer .footer-services ul.footer-services__list li a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.site-footer .footer-services ul.footer-services__list li a:hover, .site-footer .footer-services ul.footer-services__list li a:focus {
  color: #2d5289;
  text-decoration: underline;
}
.site-footer .quick-links .quick-links__header {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}
.site-footer .quick-links ul.footer-quick-links__list {
  list-style-type: none;
  margin: 0px;
}
.site-footer .quick-links ul.footer-quick-links__list li a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.site-footer .quick-links ul.footer-quick-links__list li a:hover, .site-footer .quick-links ul.footer-quick-links__list li a:focus {
  color: #2d5289;
  text-decoration: underline;
}
.site-footer .address > .inquiries__header, .site-footer .address > .address__header, .site-footer .inquiries > .inquiries__header, .site-footer .inquiries > .address__header {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}
.site-footer .address a, .site-footer .inquiries a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6) !important;
  margin-bottom: 0;
  font-style: normal;
}
.site-footer .address a:hover, .site-footer .address a:focus, .site-footer .inquiries a:hover, .site-footer .inquiries a:focus {
  color: #2d5289 !important;
  text-decoration: underline;
}
.site-footer .address {
  margin-bottom: 16px;
}
.site-footer .follow-us > div {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.site-footer .follow-us > div > a {
  padding: 8px;
}
.site-footer .follow-us > div > a:focus, .site-footer .follow-us > div > a:focus-visible {
  outline: 1px solid rgba(0, 0, 0, 0.12);
}
.site-footer .follow-us > div > a:focus, .site-footer .follow-us > div > a:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.site-footer .site-info {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.edit-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.site-content > .col-full {
  margin: 0;
  padding: 0;
  max-width: none;
}
.site-content .site-main, .site-content .content-area {
  margin-bottom: 0;
}

article.type-page {
  margin-bottom: 0;
}

.home-hero-section > div {
  position: relative;
}
.home-hero-section figure.wp-block-image.home-hero-bg--desktop, .home-hero-section figure.wp-block-image.home-hero-bg--mobile {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home-hero-section figure.wp-block-image.home-hero-bg--desktop img, .home-hero-section figure.wp-block-image.home-hero-bg--mobile img {
  width: 100%;
  height: 100%;
  filter: blur(0.8);
}
.home-hero-section figure.wp-block-image.home-hero-bg--desktop {
  display: none;
}
@media (min-width: 768px) {
  .home-hero-section figure.wp-block-image.home-hero-bg--desktop {
    display: block;
  }
}
.home-hero-section figure.wp-block-image.home-hero-bg--mobile {
  display: block;
}
@media (min-width: 768px) {
  .home-hero-section figure.wp-block-image.home-hero-bg--mobile {
    display: none;
  }
}
.home-hero-section .home-hero-content {
  margin: 0;
}
.home-hero-section .home-hero-content > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}
@media (min-width: 768px) {
  .home-hero-section .home-hero-content > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-hero-section .home-hero-text-content {
  padding-top: 64px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .home-hero-section .home-hero-text-content {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.home-hero-section figure.wp-block-image.home-hero-doctor-image {
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .home-hero-section figure.wp-block-image.home-hero-doctor-image {
    height: 100%;
    align-items: flex-end;
    display: flex;
  }
}
.home-hero-section figure.wp-block-image.home-hero-doctor-image img {
  width: 100%;
}
.home-hero-section figure.wp-block-image.home-hero-doctor-image-mobile {
  margin: 0;
  display: block;
  width: 85%;
}
@media (min-width: 768px) {
  .home-hero-section figure.wp-block-image.home-hero-doctor-image-mobile {
    display: none;
  }
}
.home-hero-section .home-hero-doctor-tagline {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.375rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6875rem;
  line-height: 2.1875rem;
  font-weight: 700;
  color: #132238;
}
@media (min-width: 768px) {
  .home-hero-section .home-hero-doctor-tagline {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3rem;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #132238;
    font-weight: 700;
  }
}
.home-hero-section .home-hero-doctor-treatment {
  margin-top: 8px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3125rem;
  line-height: 1.509375rem;
}
@media (min-width: 768px) {
  .home-hero-section .home-hero-doctor-treatment {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.home-hero-section .home-hero-doctor-name {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  font-size: 1.375rem;
  background-color: #132238;
  padding: 8px 16px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #ffffff;
  margin-top: 0px;
}
.home-hero-section .home-hero-doctor-name > a {
  color: inherit;
  text-decoration: none;
}
.home-hero-section .home-hero-doctor-name > a:focus, .home-hero-section .home-hero-doctor-name > a:hover, .home-hero-section .home-hero-doctor-name > a:focus-visible {
  outline: none;
  border: none;
}
@media (min-width: 768px) {
  .home-hero-section .home-hero-doctor-name {
    margin-top: 80px;
    width: fit-content;
  }
}
.home-hero-section .home-hero-doctor-qualification {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-left: 0;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: fit-content;
  background-color: #ffffff;
}

.featured-doctors {
  background-color: rgb(234, 237.7, 243.2);
}
.featured-doctors > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 48px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .featured-doctors > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
.featured-doctors .featured-doctors__info-tagline {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(36, 65.6, 109.6);
  font-weight: 600;
}
.featured-doctors .featured-doctors__info-header {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.375rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 12px;
}
.featured-doctors .featured-doctors__info-subheader {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 12px;
}
.featured-doctors .featured-doctors__cards {
  margin-top: 0;
}
@media (min-width: 768px) {
  .featured-doctors .featured-doctors__cards {
    padding-left: 88px;
  }
}
.featured-doctors .featured-doctors__cards > div {
  display: flex;
  flex-direction: column;
}
.featured-doctors .featured-doctors__card > div {
  position: relative;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .featured-doctors .featured-doctors__card > div {
    margin-top: 0;
  }
}
.featured-doctors .featured-doctor__details {
  height: 100%;
  margin-top: 0;
}
.featured-doctors .featured-doctor__details > div {
  height: 100%;
  background-color: #ffffff;
  box-shadow: var(--card-shadow);
  border-radius: 24px;
  padding: 24px;
  padding-top: 76px;
}
@media (min-width: 768px) {
  .featured-doctors .featured-doctor__details > div {
    padding-top: 24px;
    padding-left: 76px;
  }
}
.featured-doctors figure.wp-block-image.featured-doctor__image {
  margin-bottom: 0;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #2d5289;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .featured-doctors figure.wp-block-image.featured-doctor__image {
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
  }
}
.featured-doctors figure.wp-block-image.featured-doctor__image > img {
  width: 100%;
  height: 100%;
}
.featured-doctors .featured-doctor__name {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .featured-doctors .featured-doctor__name {
    text-align: left;
  }
}
.featured-doctors .featured-doctor__education {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .featured-doctors .featured-doctor__education {
    text-align: left;
  }
}
.featured-doctors .featured-doctor__view-bio {
  justify-content: center;
  margin-top: 0;
}
@media (min-width: 768px) {
  .featured-doctors .featured-doctor__view-bio {
    justify-content: flex-start;
  }
}
.featured-doctors .featured-doctor__view-bio > .wp-block-button {
  margin-bottom: 0;
}
.featured-doctors .featured-doctor__view-bio > .wp-block-button > .wp-element-button {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(36, 65.6, 109.6);
  background-color: transparent;
  margin-top: 10px;
  font-weight: 500;
}
.featured-doctors .featured-doctor__view-bio > .wp-block-button > .wp-element-button:hover, .featured-doctors .featured-doctor__view-bio > .wp-block-button > .wp-element-button:focus {
  color: #2d5289;
  text-decoration: underline;
}
.featured-doctors .featured-doctor__view-bio > .wp-block-button > .wp-element-button::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 0.875rem;
  color: inherit;
  font-weight: 700;
  display: inline-block;
  margin-left: 6px;
}

.usp-container {
  background-color: rgb(36, 65.6, 109.6);
  margin-bottom: 0;
}
.usp-container > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.usp-container > div .usp-header {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.375rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}
.usp-container .usp-items {
  margin-top: 80px;
}
.usp-container .usp-items > div {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .usp-container .usp-items > div {
    gap: 64px;
  }
}
.usp-container .usp-item {
  margin-top: 0;
}
.usp-container .usp-item > div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
  .usp-container .usp-item > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
.usp-container .usp-item figure.wp-block-image.usp-image {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.usp-container .usp-item figure.wp-block-image.usp-image > img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.usp-container .usp-item .usp-card {
  background-color: #ffffff;
  padding: 32px;
  position: relative;
  height: fit-content;
  width: 90%;
  margin: 0px auto;
  top: -60px;
}
@media (min-width: 992px) {
  .usp-container .usp-item .usp-card {
    width: 100%;
    left: -120px;
    margin: auto 0px;
    top: auto;
  }
}
.usp-container .usp-item .usp-card > div > h3.wp-block-heading {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(36, 65.6, 109.6);
}
.usp-container .usp-item .usp-card > div > p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.87);
}
@media (min-width: 992px) {
  .usp-container .usp-item:nth-of-type(even) figure.wp-block-image.usp-image {
    order: 2;
  }
}
@media (min-width: 992px) {
  .usp-container .usp-item:nth-of-type(even) .usp-card {
    order: 1;
    left: auto;
    right: -120px;
  }
}

.hospital-services > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hospital-services > div .desktop {
  display: none;
  margin-top: 0;
}
@media (min-width: 768px) {
  .hospital-services > div .desktop {
    display: block;
  }
}
.hospital-services > div .mobile {
  display: block;
  margin-top: 0;
}
@media (min-width: 768px) {
  .hospital-services > div .mobile {
    display: none;
  }
}

.testimonials > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.testimonials .testimonials__tagline {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(36, 65.6, 109.6);
  font-weight: 600;
}
.testimonials .testimonials__header {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.375rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 12px;
}
.testimonials .testimonials__subheader {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 8px;
}
.testimonials .testimonials__swiper {
  margin-top: 40px;
}
.testimonials .testimonial-card {
  margin: 24px;
  height: 100%;
}
.testimonials .testimonial-card > div {
  background-color: #ffffff;
  box-shadow: var(--card-shadow);
  border-radius: 12px;
  padding: 20px;
}
.testimonials .testimonial-card .wp-block-heading {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonials .testimonial-card .wp-block-heading + p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.hero-container-secondary {
  height: 380px;
  padding: 0;
  position: relative;
}
.hero-container-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero-container-secondary > div {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.hero-container-secondary > div > .wp-block-heading {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.375rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
}

figure.photo-gallery.wp-block-gallery {
  display: flex;
  margin: 0;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
figure.photo-gallery.wp-block-gallery > figure.wp-block-image {
  overflow: hidden;
  box-shadow: 0px 0px 9px 0px #2d5289;
  border-radius: 8px;
  flex-grow: 0;
  width: 100% !important;
}
@media (min-width: 576px) {
  figure.photo-gallery.wp-block-gallery > figure.wp-block-image {
    width: calc((100% - 16px) / 2) !important;
  }
}
@media (min-width: 768px) {
  figure.photo-gallery.wp-block-gallery > figure.wp-block-image {
    width: calc((100% - 32px) / 3) !important;
  }
}
figure.photo-gallery.wp-block-gallery > figure.wp-block-image > a:focus-visible, figure.photo-gallery.wp-block-gallery > figure.wp-block-image > a:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
figure.photo-gallery.wp-block-gallery > figure.wp-block-image img {
  transition: all 0.5s ease;
}
figure.photo-gallery.wp-block-gallery > figure.wp-block-image img:hover, figure.photo-gallery.wp-block-gallery > figure.wp-block-image img:focus {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  figure.photo-gallery.wp-block-gallery.photo-gallery--variant-2 > figure.wp-block-image {
    width: calc((100% - 32px) / 2) !important;
  }
}

figure.video-gallery.wp-block-gallery {
  margin: 0;
  gap: 24px;
  margin-bottom: 0 !important;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  figure.video-gallery.wp-block-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
figure.video-gallery.wp-block-gallery > figure.wp-block-image {
  border-radius: 20px;
  width: 100% !important;
}
figure.video-gallery.wp-block-gallery > figure.wp-block-image > a {
  width: 100%;
}
figure.video-gallery.wp-block-gallery > figure.wp-block-image > a:focus-visible, figure.video-gallery.wp-block-gallery > figure.wp-block-image > a:focus {
  outline: none;
}
figure.video-gallery.wp-block-gallery > figure.wp-block-image > a ~ figcaption {
  position: relative;
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 8px;
  text-align: center;
  padding: 0;
}

.news-and-media > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .news-and-media > div {
    grid-template-columns: 2fr repeat(1, 1fr);
  }
}

.latest-news {
  margin-top: 0;
}
.latest-news .latest-news-heading {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.375rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.latest-news .latest-news-grid > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.latest-news .latest-news-card {
  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgb(36, 65.6, 109.6);
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  height: 100%;
  margin-top: 0;
  transition: all 0.3s ease;
}
.latest-news .latest-news-card:hover, .latest-news .latest-news-card:focus {
  box-shadow: 0 0 8px rgba(0,0,0,.08);
}
.latest-news .latest-news-card > div {
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
.latest-news .latest-news-card > div .icon-container svg > path {
  fill: rgb(234, 237.7, 243.2);
}
.latest-news .latest-news-card > div > p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  color: #ffffff;
}

.press-release {
  margin-top: 0;
}
.press-release .press-release-heading {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.375rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.press-release .press-release-subheader {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 4px;
  margin-bottom: 20px;
}

.event > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}
.event .event-date > div {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}
.event .event-date > div > p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
}
.event .event-header {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0px;
  margin-bottom: 24px;
}

.videos-gallery-container > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.videos-gallery-container > div .videos-heading {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 8px;
  margin-bottom: 24px;
}

figure.our-story-video.wp-block-video {
  margin-bottom: 0 !important;
}
figure.our-story-video.wp-block-video video {
  max-height: 700px;
  height: 100%;
  object-fit: cover;
  object-position: 0% 80%;
}

.our-story-section > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 52px;
  padding-bottom: 52px;
}
.our-story-section > div h2 {
  text-align: center;
  text-transform: uppercase;
  color: rgb(36, 65.6, 109.6);
}
.our-story-section > div p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.6);
}

.our-facility > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-bottom: 40px;
}

.about-journey {
  background-color: rgb(234, 237.7, 243.2);
}
.about-journey > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-journey .journey-heading {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lora", "Heebo", sans-serif;
  max-width: 768px;
}
.about-journey .journey-subheader {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 8px;
}
.about-journey .journey-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 16px;
  max-width: 768px;
}
.about-journey .journey-cards {
  margin-top: 60px;
}
.about-journey .journey-cards > div {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto auto;
}
@media (min-width: 768px) {
  .about-journey .journey-cards > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .about-journey .journey-cards > div .journey-card:nth-of-type(3) {
    justify-self: center;
    grid-column: 1/-1;
    width: 50%;
  }
}
.about-journey .journey-card {
  margin-top: 0;
}
.about-journey .journey-card > div {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: var(--card-shadow);
  height: 100%;
  transition: all 0.3s ease;
}
.about-journey .journey-card > div:hover {
  transform: scale(1.02);
}
@media (min-width: 768px) {
  .about-journey .journey-card > div {
    min-height: 170px;
  }
}
.about-journey .journey-card-title {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-top: 0;
  color: #132238;
  font-weight: 500;
}
.about-journey .journey-card-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 12px;
}
.about-journey.about-journey-variant-2 .journey-heading {
  text-align: center;
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.about-journey.about-journey-variant-2 .journey-description {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.our-team > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 992px;
}
.our-team > div > hr.wp-block-separator {
  width: 160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: none !important;
  background-color: #000000;
  margin-bottom: 20px !important;
  height: 2px;
}
.our-team .our-team-subheader {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-bottom: 36px;
  font-weight: 600;
}
.our-team .featured-doctors {
  margin-top: 50px;
}
.our-team .featured-doctors > div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .our-team .featured-doctors > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
.our-team .featured-doctor {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}
.our-team .featured-doctor > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
}
.our-team figure.featured-doctor-image.wp-block-image {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.our-team figure.featured-doctor-image.wp-block-image::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0;
  right: 0;
  border: 20px solid rgba(234, 237.7, 243.2, 0.1);
  z-index: -1;
}
.our-team figure.featured-doctor-image.wp-block-image > img {
  display: block;
  width: calc(100% - 40px);
}
.our-team .featured-doctor-details {
  width: 100%;
  margin-top: 0;
  background-color: rgba(234, 237.7, 243.2, 0.1);
}
.our-team .featured-doctor-name {
  margin-left: 20px;
  margin-right: 20px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-top: 10px;
}
.our-team .featured-doctor-designation {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.our-team .featured-doctor-view-profile .wp-block-button > a.wp-block-button__link {
  background-color: transparent;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  border: 0;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 6px 8px;
  color: rgba(0, 0, 0, 0.87);
  padding: 6px 16px;
  background-color: transparent;
  color: #2d5289;
  border: 1px solid #2d5289;
  border-radius: 4px;
}
.our-team .featured-doctor-view-profile .wp-block-button > a.wp-block-button__link:focus {
  outline: 1px solid rgba(45, 82, 137, 0.04);
  outline-offset: 2px;
}
.our-team .featured-doctor-view-profile .wp-block-button > a.wp-block-button__link:hover {
  background-color: rgba(45, 82, 137, 0.04);
}
.our-team .featured-doctor-view-profile .wp-block-button > a.wp-block-button__link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: inherit;
  margin-left: 8px;
}

.our-team-doctors {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-bottom: 80px;
}
.our-team-doctors > div {
  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.our-team-doctors .our-team-doctors-heading {
  padding: 24px 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
.our-team-doctors .our-team-doctors-table {
  margin-top: 0;
  overflow-x: auto;
  display: block;
}
.our-team-doctors .our-team-doctors-table > table {
  margin: 0;
  table-layout: fixed;
}
.our-team-doctors .our-team-doctors-table > table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.our-team-doctors .our-team-doctors-table > table thead tr th {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  width: 200px;
}
.our-team-doctors .our-team-doctors-table > table thead tr th:nth-of-type(3) {
  width: 300px;
}
.our-team-doctors .our-team-doctors-table > table thead tr th:nth-of-type(4) {
  width: 250px;
}
.our-team-doctors .our-team-doctors-table > table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.our-team-doctors .our-team-doctors-table > table tbody tr:last-of-type {
  border-bottom: none;
}
.our-team-doctors .our-team-doctors-table > table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.our-team-doctors .our-team-doctors-table > table tbody tr:focus {
  background-color: rgba(0, 0, 0, 0.12);
}
.our-team-doctors .our-team-doctors-table > table tbody tr td {
  background-color: transparent !important;
}
.our-team-doctors .our-team-doctors-table > table tbody tr td a {
  color: inherit;
  text-decoration: none;
}
.our-team-doctors .our-team-doctors-table > table tbody tr td a:hover, .our-team-doctors .our-team-doctors-table > table tbody tr td a:focus {
  text-decoration: underline;
  color: #2d5289;
}

.about-banner > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .about-banner > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-banner .about-banner-text-content {
  height: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .about-banner .about-banner-text-content {
    order: 1;
  }
}
.about-banner .about-banner-text-content > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-banner .about-banner-name {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
@media (min-width: 768px) {
  .about-banner .about-banner-name {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.375rem;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: start;
  }
}
.about-banner .about-banner-designation {
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
@media (min-width: 768px) {
  .about-banner .about-banner-designation {
    text-align: start;
  }
}
.about-banner figure.about-banner-image.wp-block-image {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  order: 1;
}
@media (min-width: 768px) {
  .about-banner figure.about-banner-image.wp-block-image {
    order: 2;
  }
}
.about-banner figure.about-banner-image.wp-block-image > img {
  display: block;
}

.doctor-summary > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .doctor-summary > div {
    flex-direction: row;
    margin-top: 40px;
  }
}
.doctor-summary .doctor-summary-image {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .doctor-summary .doctor-summary-image {
    justify-content: flex-start;
  }
}
.doctor-summary .doctor-summary-image > img {
  display: block;
}
.doctor-summary .doctor-summary-description {
  margin-top: 0;
}

.doctor-summary-divider {
  background-color: rgba(0, 0, 0, 0.12);
  max-width: min(1200px, 100vw - 48px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}

.doctor-details > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.doctor-details .doctor-detail-item-header > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.doctor-details .doctor-detail-item-header-text {
  margin-top: 0;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2d5289;
}
.doctor-details .doctor-detail-sub-item-grid {
  margin-top: 24px;
}
.doctor-details .doctor-detail-sub-item-grid > div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .doctor-details .doctor-detail-sub-item-grid > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
.doctor-details .doctor-detail-sub-item {
  margin-top: 0;
}
.doctor-details .doctor-detail-sub-item-heading {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2d5289;
  font-weight: 600;
}
.doctor-details .doctor-detail-sub-item-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.6);
}
.doctor-details .doctor-detail-sub-list-item {
  margin-top: 0;
}
.doctor-details .doctor-detail-sub-list-item > div {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto;
  align-items: flex-start;
}
.doctor-details .doctor-detail-sub-list-item-count {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2d5289;
  font-weight: 600;
}
.doctor-details .doctor-detail-sub-list-item-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.6);
}

.surgery-group > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.surgery-group .surgery-heading {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.375rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .surgery-group .surgery-heading {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.375rem;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
  }
}
.surgery-group .surgery-subheading {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 12px;
}
@media (min-width: 768px) {
  .surgery-group .surgery-subheading {
    max-width: 80%;
  }
}
.surgery-group div.surgery-slider.wp-swiper {
  margin-top: 40px;
}
.surgery-group div.surgery-slider.wp-swiper .swiper-wrapper {
  padding-bottom: 60px;
}
.surgery-group div.surgery-slider.wp-swiper .wp-swiper__slide {
  padding: 16px;
}
.surgery-group div.surgery-slider.wp-swiper .wp-swiper__slide .wp-swiper__slide-content {
  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  padding: 24px;
  min-height: 560px;
}
.surgery-group div.surgery-slider.wp-swiper .wp-swiper__slide .wp-swiper__slide-content:hover {
  box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
}
.surgery-group div.surgery-slider.wp-swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3 ease;
}
.surgery-group div.surgery-slider.wp-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.5);
  background-color: #000000;
}
.surgery-group div.surgery-slider.wp-swiper .wp_swiper__navigation {
  position: absolute;
  top: -96px;
  right: 0;
}
.surgery-group div.surgery-slider.wp-swiper .wp_swiper__navigation .wp_swiper__navigation-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
}
.surgery-group div.surgery-slider.wp-swiper .wp_swiper__navigation .wp_swiper__navigation-container .swiper-button-prev, .surgery-group div.surgery-slider.wp-swiper .wp_swiper__navigation .wp_swiper__navigation-container .swiper-button-next {
  background-color: transparent;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  border: 0;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 6px 8px;
  color: rgba(0, 0, 0, 0.87);
  border: 2px solid #2d5289;
  border-radius: 100%;
  min-width: auto;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.surgery-group div.surgery-slider.wp-swiper .wp_swiper__navigation .wp_swiper__navigation-container .swiper-button-prev::after, .surgery-group div.surgery-slider.wp-swiper .wp_swiper__navigation .wp_swiper__navigation-container .swiper-button-next::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #000000;
  font-size: 16px;
}
.surgery-group div.surgery-slider.wp-swiper .wp_swiper__navigation .wp_swiper__navigation-container .swiper-button-prev:hover::before, .surgery-group div.surgery-slider.wp-swiper .wp_swiper__navigation .wp_swiper__navigation-container .swiper-button-next:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(45, 82, 137, 0.04);
}
.surgery-group div.surgery-slider.wp-swiper .wp_swiper__navigation .wp_swiper__navigation-container .swiper-button-prev::after {
  content: "\f060";
}
.surgery-group div.surgery-slider.wp-swiper .wp_swiper__navigation .wp_swiper__navigation-container .swiper-button-next::after {
  content: "\f061";
}
.surgery-group figure.surgery-slide-image.wp-block-image {
  margin-bottom: 24px;
}
.surgery-group figure.surgery-slide-image.wp-block-image img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .surgery-group figure.surgery-slide-image.wp-block-image img {
    object-fit: fill;
  }
}
.surgery-group .surgery-slide-title {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 16px;
}
.surgery-group .surgery-slide-description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.surgery-group.surgery-group-bg--primary {
  background-color: rgb(234, 237.7, 243.2);
}
.surgery-group .surgery-group-grid > div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .surgery-group .surgery-group-grid > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
.surgery-group .surgery-group-grid-text-content {
  order: 2;
}
@media (min-width: 768px) {
  .surgery-group .surgery-group-grid-text-content {
    order: 1;
  }
}
.surgery-group .surgery-group-grid-text-content > div p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
.surgery-group .surgery-group-grid-text-content ul > li {
  color: rgba(0, 0, 0, 0.87);
}
.surgery-group .surgery-surgery-heading {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top: none;
}
.surgery-group figure.surgery-group-grid-image.wp-block-image {
  margin-bottom: 0;
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .surgery-group figure.surgery-group-grid-image.wp-block-image {
    order: 2;
  }
}
.surgery-group figure.surgery-group-grid-image.wp-block-image > img {
  border-radius: 4px;
  max-height: 300px;
  object-fit: contain;
  width: fit-content;
}

body.blog .site-content > .col-full,
body.archive .site-content > .col-full,
body.search .site-content > .col-full,
body.single .site-content > .col-full {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
}
body.blog .site-content article.post .entry-header,
body.archive .site-content article.post .entry-header,
body.search .site-content article.post .entry-header,
body.single .site-content article.post .entry-header {
  border-bottom: none;
  margin-bottom: 16px;
}
body.blog .site-content article.post .entry-header .posted-on,
body.archive .site-content article.post .entry-header .posted-on,
body.search .site-content article.post .entry-header .posted-on,
body.single .site-content article.post .entry-header .posted-on {
  color: rgba(0, 0, 0, 0.6);
}
body.blog .site-content article.post .entry-header .posted-on a,
body.archive .site-content article.post .entry-header .posted-on a,
body.search .site-content article.post .entry-header .posted-on a,
body.single .site-content article.post .entry-header .posted-on a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
body.blog .site-content article.post .entry-header .entry-title,
body.archive .site-content article.post .entry-header .entry-title,
body.search .site-content article.post .entry-header .entry-title,
body.single .site-content article.post .entry-header .entry-title {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.blog .site-content article.post .entry-header .entry-title a,
body.archive .site-content article.post .entry-header .entry-title a,
body.search .site-content article.post .entry-header .entry-title a,
body.single .site-content article.post .entry-header .entry-title a {
  color: inherit;
  font-weight: inherit;
}
body.blog .site-content article.post .entry-content > a > img, body.blog .site-content article.post .entry-content > img,
body.archive .site-content article.post .entry-content > a > img,
body.archive .site-content article.post .entry-content > img,
body.search .site-content article.post .entry-content > a > img,
body.search .site-content article.post .entry-content > img,
body.single .site-content article.post .entry-content > a > img,
body.single .site-content article.post .entry-content > img {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
}
body.blog .site-content article.post .entry-content p:first-of-type,
body.archive .site-content article.post .entry-content p:first-of-type,
body.search .site-content article.post .entry-content p:first-of-type,
body.single .site-content article.post .entry-content p:first-of-type {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.6);
  display: inline;
}
body.blog .site-content article.post .entry-content p.read-more,
body.archive .site-content article.post .entry-content p.read-more,
body.search .site-content article.post .entry-content p.read-more,
body.single .site-content article.post .entry-content p.read-more {
  display: inline-block;
  margin-bottom: 0;
}
body.blog .site-content article.post .entry-content p.read-more a,
body.archive .site-content article.post .entry-content p.read-more a,
body.search .site-content article.post .entry-content p.read-more a,
body.single .site-content article.post .entry-content p.read-more a {
  background-color: transparent;
  padding: 0;
  font-size: inherit;
  color: #2d5289;
  font-weight: 400;
}

.widget-card {
  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.0836);
  background-color: #2d5289;
}
.widget-card h2 {
  color: #ffffff !important;
}
.widget-card input {
  background-color: transparent !important;
  color: #ffffff;
}
.widget-card input::placeholder {
  color: #ffffff;
}
.widget-card button {
  background-color: transparent !important;
  color: #ffffff;
}
.widget-card svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.widget-card > div {
  padding: 24px;
}
.widget-card > div > .wp-block-heading {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 32px;
}
.widget-card > div:has(> .widget-search) {
  padding-top: 12px;
  padding-bottom: 12px;
}

.widget-search .wp-block-search__inside-wrapper {
  border: none;
}
.widget-search .wp-block-search__inside-wrapper input.wp-block-search__input {
  background-color: #ffffff;
  box-shadow: none;
}
.widget-search .wp-block-search__inside-wrapper input.wp-block-search__input:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.widget-search .wp-block-search__inside-wrapper button.wp-block-search__button {
  background-color: #ffffff;
  border: none;
}

.wp-block-latest-posts__list {
  margin-top: 0;
}
.wp-block-latest-posts__list > li {
  margin-bottom: 16px;
}
.wp-block-latest-posts__list > li > a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.wp-block-social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
  gap: 16px;
}

.error404 .error-404 .page-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.error404 .error-404 .page-content .page-header {
  text-align: center;
}
.error404 .error-404 .page-content p {
  text-align: center;
}

.about-doctor-hero-section {
  background-color: rgb(234, 237.7, 243.2);
}
.about-doctor-hero-section > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  display: grid;
  gap: 32px;
  padding-top: 80px;
  padding-bottom: 40px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .about-doctor-hero-section > div {
    gap: 64px;
    padding-bottom: 80px;
    grid-template-columns: 340px 1fr;
  }
}
.about-doctor-hero-section figure.wp-block-image.about-doctor-hero-image {
  margin-bottom: 0;
  max-height: 500px;
  overflow: hidden;
  border-radius: 20px;
}
.about-doctor-hero-section figure.wp-block-image.about-doctor-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-doctor-hero-section .about-doctor-hero-text-content {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-doctor-hero-section .about-doctor-hero-tagline {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 500;
}
.about-doctor-hero-section .about-doctor-hero-name {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 12px;
  font-family: "Lora", "Heebo", sans-serif;
  font-weight: 500;
}
.about-doctor-hero-section .about-doctor-hero-qualifications {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 4px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.about-doctor-hero-section .about-doctor-hero-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.about-doctor-mission {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .about-doctor-mission {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.about-doctor-mission > div > .wp-block-group {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 992px;
}
.about-doctor-mission > div > .wp-block-group > div {
  border-left: 4px solid #2d5289;
  padding-left: 12px;
}
.about-doctor-mission > div > .wp-block-group p {
  text-align: left;
  font-family: "Lora", "Heebo", sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .about-doctor-mission > div > .wp-block-group p {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.375rem;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.doctor-journey {
  background-color: rgb(234, 237.7, 243.2);
}
.doctor-journey > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.doctor-journey .journey-heading {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lora", "Heebo", sans-serif;
  max-width: 768px;
}
.doctor-journey .journey-subheader {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 8px;
}
.doctor-journey .journey-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 16px;
  max-width: 768px;
}
.doctor-journey .journey-cards {
  margin-top: 60px;
}
.doctor-journey .journey-cards > div {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto auto;
}
@media (min-width: 768px) {
  .doctor-journey .journey-cards > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .doctor-journey .journey-cards > div .journey-card:nth-of-type(3) {
    justify-self: center;
    grid-column: 1/-1;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .doctor-journey .journey-cards > div {
    grid-template-columns: repeat(3, 1fr);
  }
}
.doctor-journey .journey-card {
  margin-top: 0;
}
.doctor-journey .journey-card > div {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: var(--card-shadow);
  height: 100%;
  transition: all 0.3s ease;
}
.doctor-journey .journey-card > div:hover {
  transform: scale(1.02);
}
@media (min-width: 768px) {
  .doctor-journey .journey-card > div {
    min-height: 220px;
  }
}
.doctor-journey .journey-card-count {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #132238;
  font-weight: 700;
  text-align: center;
  background-color: #424e5f;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
.doctor-journey .journey-card-title {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-top: 0;
  color: #132238;
  font-weight: 500;
}
.doctor-journey .journey-card-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.65;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 12px;
}
/*# sourceMappingURL=style.css.map */
