@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth !important;
}

body {
  background-color: #FAFAFA !important;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  box-shadow: none !important;
  border-color: #313131 !important;
}

.welcome_header .header_wrapper_menu .menu_list_item a {
  color: #000000 !important;
}
.welcome_header .header_wrapper_menu .menu_list_item a:after {
  background-color: #4872B7 !important;
}
.welcome_header .header_wrapper_menu .menu_list_item a:hover {
  color: #4872B7 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FAFAFA;
  z-index: 999;
  transition: all 0.5s ease;
}
.header--scrolled {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.header .header_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.125rem 0;
  position: relative;
}
.header .header_wrapper_logo {
  max-width: 164px;
  height: auto;
}
.header .header_wrapper_logo a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
}
.header .header_wrapper_logo a img {
  width: 100%;
  height: auto;
}
.header .header_wrapper_menu.hero_menu {
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  min-width: 600px;
  height: 100lvh;
  background-color: #ffffff;
  z-index: 2;
  transition: all 0.5s ease;
}
.header .header_wrapper_menu.hero_menu .menu_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 6%;
  padding-right: 6%;
  margin-top: 5rem;
  align-items: start;
}
.header .header_wrapper_menu.show_hero_menu {
  visibility: visible;
  transform: translateX(0);
}
.header .header_wrapper_menu .menu_list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.header .header_wrapper_menu .menu_list_item {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.header .header_wrapper_menu .menu_list_item-has_dropdown a i {
  font-size: 0.75rem;
  line-height: 1;
  margin-right: 0.25rem;
}
.header .header_wrapper_menu .menu_list_item a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.25rem;
  transition: all 0.5s ease;
}
.header .header_wrapper_menu .menu_list_item a:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #000000;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.5s ease;
}
.header .header_wrapper_menu .menu_list_item a:hover {
  color: #4872B7;
}
.header .header_wrapper_menu .menu_list_item a:hover::after {
  transform: scaleX(1);
  background-color: #4872B7;
}
.header .header_wrapper_menu .menu_list_item.active a {
  color: #4872B7;
}
.header .header_wrapper_menu .menu_list_item.active a::after {
  transform: scaleX(1);
  background-color: #4872B7;
}
.header .header_wrapper_menu .menu_list_item .mega_menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  position: absolute;
  background-color: #FAFAFA;
  left: 0;
  right: 0;
  max-width: 100%;
  min-width: 400px;
  transition: all 0.5s ease-in-out;
  border-top: 1px solid rgba(72, 115, 183, 0.4745098039);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.header .header_wrapper_menu .menu_list_item .mega_menu_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 2.5rem 1.5rem;
  gap: 5rem;
  position: relative;
}
.header .header_wrapper_menu .menu_list_item .mega_menu_block .mega_menu_list, .header .header_wrapper_menu .menu_list_item .mega_menu_block ul {
  list-style: none;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 256px;
  max-width: 256px;
}
.header .header_wrapper_menu .menu_list_item .mega_menu_block .mega_menu_list_item-has_dropdown a, .header .header_wrapper_menu .menu_list_item .mega_menu_block ul_item-has_dropdown a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .header_wrapper_menu .menu_list_item .mega_menu_block .mega_menu_list_item, .header .header_wrapper_menu .menu_list_item .mega_menu_block .mega_menu_list li, .header .header_wrapper_menu .menu_list_item .mega_menu_block ul_item, .header .header_wrapper_menu .menu_list_item .mega_menu_block ul li {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}
.header .header_wrapper_menu .menu_list_item .mega_menu_block .mega_menu_list_item:last-child, .header .header_wrapper_menu .menu_list_item .mega_menu_block .mega_menu_list li:last-child, .header .header_wrapper_menu .menu_list_item .mega_menu_block ul_item:last-child, .header .header_wrapper_menu .menu_list_item .mega_menu_block ul li:last-child {
  margin-bottom: 0;
}
.header .header_wrapper_menu .menu_list_item .mega_menu_block .mega_menu_list_item .mega_sub_menu, .header .header_wrapper_menu .menu_list_item .mega_menu_block .mega_menu_list li .mega_sub_menu, .header .header_wrapper_menu .menu_list_item .mega_menu_block ul_item .mega_sub_menu, .header .header_wrapper_menu .menu_list_item .mega_menu_block ul li .mega_sub_menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  min-width: 256px;
  max-width: 100%;
  padding: 1rem 0;
  background-color: #FAFAFA;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.header .header_wrapper_menu .menu_list_item .mega_menu_block .mega_menu_list_item .mega_sub_menu ul, .header .header_wrapper_menu .menu_list_item .mega_menu_block .mega_menu_list li .mega_sub_menu ul, .header .header_wrapper_menu .menu_list_item .mega_menu_block ul_item .mega_sub_menu ul, .header .header_wrapper_menu .menu_list_item .mega_menu_block ul li .mega_sub_menu ul {
  padding: 1rem;
}
.header .header_wrapper_menu .menu_list_item .mega_menu_block .mega_menu_list_item:hover .mega_sub_menu, .header .header_wrapper_menu .menu_list_item .mega_menu_block .mega_menu_list li:hover .mega_sub_menu, .header .header_wrapper_menu .menu_list_item .mega_menu_block ul_item:hover .mega_sub_menu, .header .header_wrapper_menu .menu_list_item .mega_menu_block ul li:hover .mega_sub_menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header .header_wrapper_menu .menu_list_item:hover .mega_menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(24px);
}
.header .header_wrapper .header_search_block {
  z-index: 2;
}
.header .header_wrapper .header_search_block_container {
  visibility: hidden;
  position: absolute;
  width: 100%;
  padding: 1rem 1rem;
  background-color: #FAFAFA;
  border-top: 1px solid rgba(72, 115, 183, 0.4745098039);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  left: 0;
  right: 0;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.header .header_wrapper .header_search_block_container.is_show {
  visibility: visible;
  opacity: 1;
  transform: translateY(54px);
}
.header .header_wrapper .header_search_block_container .search_form_wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 0.25rem;
}
.header .header_wrapper .header_search_block_container .search_form_wrapper .form-select {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background-color: #FAFAFA;
  border-right: 1px solid #EFEFEF;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.header .header_wrapper .header_search_block_container .search_form_wrapper .form-select:focus {
  border-color: #818181 !important;
}
.header .header_wrapper .header_search_block_container .search_form_wrapper .form-control {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  border: none;
  background-color: #FAFAFA;
}
.header .header_wrapper .header_search_block_container .search_form_wrapper .form-control::-moz-placeholder {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.header .header_wrapper .header_search_block_container .search_form_wrapper .form-control::placeholder {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.header .header_wrapper .header_search_block_container .search_form_wrapper_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
}
.header .header_wrapper .header_search_block .search_wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
}
.header .header_wrapper_mobile.hero_mobile {
  display: block;
  z-index: 2;
}
.header .header_wrapper_mobile.hero_mobile .menu-btn .close {
  display: none;
}
.header .header_wrapper_mobile.hero_mobile .menu-btn.active .hamburger {
  display: none;
}
.header .header_wrapper_mobile.hero_mobile .menu-btn.active .close {
  display: block;
}
.header .header_wrapper_mobile {
  display: none;
  transition: all 0.3s ease;
}
.header .header_wrapper_mobile button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
}
.header .header_wrapper_mobile button span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header .header_wrapper_mobile button span svg {
  width: 2rem;
  height: 2rem;
}
.header .header_wrapper_mobile button span svg path {
  stroke: #000;
}
.header .header_wrapper .hero_overlay.mobile_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100lvh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1725490196);
  z-index: 2;
  transition: all 0.3s ease;
}
.header .header_wrapper .hero_overlay.mobile_overlay.show {
  display: block;
}

.active_search_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100lvh;
  top: 73px;
  left: 0;
  background-color: rgba(201, 201, 201, 0.3843137255);
  z-index: 1;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.active_search_overlay--show {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .active_search_overlay {
    top: 72px;
  }
}
@media only screen and (max-width: 575px) {
  .active_search_overlay {
    top: 62px;
  }
}

.footer {
  background-color: #4872B7;
  margin: 0 3rem 3rem 3rem;
  border-radius: 1.5rem;
  color: #ffffff !important;
}
.footer .footer_wrapper .row {
  --bs-gutter-x: 3rem;
  justify-content: space-between;
}
.footer .footer_wrapper_logo {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.footer .footer_wrapper_logo .logo_wrapper {
  max-width: 164px;
  height: auto;
}
.footer .footer_wrapper_logo .logo_wrapper a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
}
.footer .footer_wrapper_logo .logo_wrapper a img {
  width: 100%;
  height: auto;
}
.footer .footer_wrapper_logo p {
  font-family: "Fustat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #ffffff;
}
.footer .footer_wrapper_logo .logo_icons {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.footer .footer_wrapper_logo .logo_icons_wrapper a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.footer .footer_wrapper_logo .logo_icons_wrapper a img {
  width: 1.5rem;
  height: 1.5rem;
}
.footer .footer_wrapper_menu .menu_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer_wrapper_menu .menu_list h1, .footer .footer_wrapper_menu .menu_list h2, .footer .footer_wrapper_menu .menu_list h3, .footer .footer_wrapper_menu .menu_list h4, .footer .footer_wrapper_menu .menu_list h5, .footer .footer_wrapper_menu .menu_list h6 {
  font-family: "Fustat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.65rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  color: #ffffff;
}
.footer .footer_wrapper_menu .menu_list li {
  font-family: "Fustat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.125rem;
  font-weight: 400;
  padding-bottom: 0.75rem;
  perspective: 800px;
}
.footer .footer_wrapper_menu .menu_list li:last-child {
  padding-bottom: 0;
}
.footer .footer_wrapper_menu .menu_list li a {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  transform-style: preserve-3d;
  transform: rotateX(0deg);
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}
.footer .footer_wrapper_menu .menu_list li:hover a {
  color: #b5d8a0;
  transform: rotateX(360deg);
}
@media only screen and (max-width: 991px) {
  .footer .footer_wrapper_menu .menu_list li:hover a {
    transform: rotateX(0deg);
  }
}
.footer .footer_wrapper_copiright {
  padding-bottom: 2.5rem;
}
.footer .footer_wrapper_copiright .copiright_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_wrapper_copiright .copiright_wrapper_policy {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  text-align: center;
}
.footer .footer_wrapper_copiright .copiright_wrapper_policy a {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  font-family: "Fustat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
}
.footer .footer_wrapper_copiright .copiright_wrapper_powerd {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  text-align: center;
}
.footer .footer_wrapper_copiright .copiright_wrapper_powerd p {
  font-family: "Fustat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
}
.footer .footer_wrapper_copiright .copiright_wrapper_powerd p a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
.footer .footer_wrapper_copiright .copiright_wrapper_powerd p a:hover {
  color: #b5d8a0;
  text-decoration: underline;
}

.floating_section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.125rem;
  position: fixed;
  bottom: 40px;
  padding-right: 0;
  right: 4%;
  z-index: 99;
}
@media only screen and (max-width: 575px) {
  .floating_section {
    gap: 0.75rem;
    bottom: 24px;
  }
}

.floating_icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 8px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.floating_icon.whatsApp {
  background-color: #29d36b;
}
.floating_icon.email {
  background-color: #1c72eb;
}
.floating_icon .floating_icon_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.floating_icon .floating_icon_wrapper span svg {
  width: 1.75rem;
  height: 1.75rem;
}
@media only screen and (max-width: 575px) {
  .floating_icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .floating_icon .floating_icon_wrapper span svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.floating_top_arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.0196078431), 0 0 0 1px rgba(0, 0, 0, 0.2745098039);
}
.floating_top_arrow svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (max-width: 575px) {
  .floating_top_arrow svg {
    width: 1rem;
    height: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .floating_top_arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.floating_top_arrow.show {
  opacity: 1;
  visibility: visible;
}

.sub_button {
  font-family: "Fustat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.125rem;
  font-weight: 600;
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 0.75rem 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.sub_button--black {
  color: #ffffff;
  background-color: #000000;
}
.sub_button--black:hover {
  color: #000000;
  background-color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .sub_button {
    padding: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 500;
    border-radius: 0.5rem;
  }
  .sub_button--black {
    color: #ffffff;
    background-color: #000000;
  }
  .sub_button--black:hover {
    color: #ffffff;
    background-color: #000000;
  }
}

.form_sub_button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Fustat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.125rem;
  gap: 1rem;
  font-weight: 400;
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 0.5rem 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
}
.form_sub_button span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.form_sub_button span svg {
  width: 12px;
  height: 12px;
}
.form_sub_button--black {
  color: #ffffff;
  background-color: #000000;
}
.form_sub_button--black:hover {
  color: #000000;
  background-color: transparent;
}
.form_sub_button--black:hover span {
  rotate: 45deg;
}
.form_sub_button--black:hover span svg path {
  fill: #000000;
}
@media only screen and (max-width: 575px) {
  .form_sub_button {
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 6px 24px;
  }
  .form_sub_button span svg {
    width: 10px;
    height: 10px;
  }
  .form_sub_button:hover {
    color: #ffffff;
    background-color: #000000;
  }
  .form_sub_button:hover span {
    rotate: 0deg;
  }
  .form_sub_button:hover span svg path {
    fill: #ffffff;
  }
}

.read_more_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Fustat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.125rem;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  background-color: #4872B7;
  color: #ffffff;
  padding: 0.5rem 2rem;
  border: 1px solid #4872B7;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.read_more_btn:hover {
  background-color: #ffffff;
  color: #4872B7;
}
.read_more_btn--start_Journery {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.75rem 2.5rem;
}
.read_more_btn--start_Journery:hover {
  background-color: transparent;
}
@media only screen and (max-width: 575px) {
  .read_more_btn {
    font-size: 0.75rem;
    padding: 6px 24px;
  }
  .read_more_btn:hover {
    background-color: #4872B7;
    color: #ffffff;
  }
}

.form_modal_button {
  font-family: "Fustat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.125rem;
  font-weight: 500;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #0943A3;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  transition: all 0.5s ease;
}
.form_modal_button:hover {
  background-color: transparent;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .form_modal_button {
    font-size: 0.75rem;
    padding: 6px 24px;
  }
  .form_modal_button:hover {
    background: #ffffff;
    color: #0943A3;
  }
}

.tab_button {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #000000;
  border: 1px solid #E4E4E7;
  background-color: transparent;
  padding: 0.5rem 1.5rem;
  border-radius: 1.5rem;
  transition: all 0.3s ease;
}
.tab_button:hover {
  border-color: #ffffff;
  background-color: #4872B7;
  color: #ffffff;
}
.tab_button.active {
  border-color: #ffffff;
  background-color: #4872B7;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .tab_button {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 390px) {
  .tab_button {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.tab_button_vartical {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  width: 100%;
  border: none;
  background: none;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
  text-align: start;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}
.tab_button_vartical:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.tab_button_vartical::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #4872B7;
  border-bottom: 2px solid #4872B7;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  right: 0px;
  rotate: -45deg;
  transition: all 0.3s ease-in-out;
}
.tab_button_vartical::before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #4872B7;
  position: absolute;
  top: 13px;
  right: 0;
  transition: all 0.3s ease-in-out;
  rotate: -45deg;
}
.tab_button_vartical:hover {
  color: #4872B7;
}
.tab_button_vartical:hover::after {
  border-color: #4872B7;
  rotate: 0deg;
  top: 9px;
}
.tab_button_vartical:hover::before {
  background-color: #4872B7;
  rotate: 0deg;
}
.tab_button_vartical.active {
  color: #4872B7;
}
.tab_button_vartical.active::after {
  border-color: #4872B7;
  rotate: 0deg;
  top: 9px;
}
.tab_button_vartical.active::before {
  background-color: #4872B7;
  rotate: 0deg;
}
@media only screen and (max-width: 575px) {
  .tab_button_vartical {
    font-size: 0.9rem;
    line-height: 1.125rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .tab_button_vartical::after {
    width: 8px;
    height: 8px;
  }
  .tab_button_vartical::before {
    width: 10px;
    top: 11px;
  }
}

.search_button {
  font-family: "Fustat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.125rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  border: 1px solid #4872B7;
  gap: 0.75rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #ffffff;
  background-color: #4872B7;
}
.search_button .search_toggle {
  border: none;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  height: 14px;
  width: 14px;
}
.search_button .search_toggle::before, .search_button .search_toggle::after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.1s;
}
.search_button .search_toggle::before {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -2px;
}
.search_button .search_toggle::after {
  height: 2px;
  width: 7px;
  background: #ffffff;
  top: 10px;
  left: 8px;
  transform: rotate(45deg);
}
.search_button .search_toggle.active::after {
  width: 13px;
  top: 5px;
  left: -1px;
}
.search_button .search_toggle.active::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}
@media only screen and (max-width: 575px) {
  .search_button {
    padding: 6px 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .search_button .search_toggle {
    width: 12px;
    height: 12px;
  }
  .search_button .search_toggle::before {
    left: 0px;
    top: 0px;
  }
  .search_button .search_toggle.active::after {
    width: 12px;
    top: 4px;
  }
}

.submit_search_btn {
  font-family: "Fustat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.125rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  border: none;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #4872B7;
  background-color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .submit_search_btn {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.swiper-button-next .slider_btn_wrapper {
  padding: 0.5rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7450980392);
}
.swiper-button-next .slider_btn_wrapper svg {
  width: 1.5rem;
  height: 1.5rem;
  rotate: 180deg;
}
@media only screen and (max-width: 575px) {
  .swiper-button-next .slider_btn_wrapper {
    padding: 0.25rem;
  }
}

.swiper-button-prev .slider_btn_wrapper {
  padding: 0.5rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7450980392);
}
.swiper-button-prev .slider_btn_wrapper svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .swiper-button-prev .slider_btn_wrapper {
    padding: 0.25rem;
  }
}

.header_search_btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: none;
  background-color: #4872B7;
  color: #ffffff;
}

.common_page_heading_block p {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #000000;
}
.common_page_heading_block p:first-child {
  color: #4872B7;
  position: relative;
  padding-left: 1.5rem;
}
.common_page_heading_block p:first-child::after {
  content: " ";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #4872B7;
  position: absolute;
  left: 0;
  top: 5px;
}
@media only screen and (max-width: 575px) {
  .common_page_heading_block p:first-child {
    padding-left: 1rem;
  }
  .common_page_heading_block p:first-child::after {
    width: 0.5rem;
    height: 0.5rem;
    top: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .common_page_heading_block p {
    font-size: 0.9rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
.common_page_heading_block h1, .common_page_heading_block h2, .common_page_heading_block h3, .common_page_heading_block h4, .common_page_heading_block h5, .common_page_heading_block h6 {
  font-family: "Fustat", sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #4872B7;
}
.common_page_heading_block h1 strong, .common_page_heading_block h2 strong, .common_page_heading_block h3 strong, .common_page_heading_block h4 strong, .common_page_heading_block h5 strong, .common_page_heading_block h6 strong {
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .common_page_heading_block h1, .common_page_heading_block h2, .common_page_heading_block h3, .common_page_heading_block h4, .common_page_heading_block h5, .common_page_heading_block h6 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .common_page_heading_block h1, .common_page_heading_block h2, .common_page_heading_block h3, .common_page_heading_block h4, .common_page_heading_block h5, .common_page_heading_block h6 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .common_page_heading_block h1, .common_page_heading_block h2, .common_page_heading_block h3, .common_page_heading_block h4, .common_page_heading_block h5, .common_page_heading_block h6 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media only screen and (max-width: 390px) {
  .common_page_heading_block h1, .common_page_heading_block h2, .common_page_heading_block h3, .common_page_heading_block h4, .common_page_heading_block h5, .common_page_heading_block h6 {
    margin-bottom: 0.75rem;
  }
}
.common_page_heading_block--text h1, .common_page_heading_block--text h2, .common_page_heading_block--text h3, .common_page_heading_block--text h4, .common_page_heading_block--text h5, .common_page_heading_block--text h6 {
  font-family: "Fustat", sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #4872B7;
}
.common_page_heading_block--text h1 strong, .common_page_heading_block--text h2 strong, .common_page_heading_block--text h3 strong, .common_page_heading_block--text h4 strong, .common_page_heading_block--text h5 strong, .common_page_heading_block--text h6 strong {
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .common_page_heading_block--text h1, .common_page_heading_block--text h2, .common_page_heading_block--text h3, .common_page_heading_block--text h4, .common_page_heading_block--text h5, .common_page_heading_block--text h6 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .common_page_heading_block--text h1, .common_page_heading_block--text h2, .common_page_heading_block--text h3, .common_page_heading_block--text h4, .common_page_heading_block--text h5, .common_page_heading_block--text h6 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .common_page_heading_block--text h1, .common_page_heading_block--text h2, .common_page_heading_block--text h3, .common_page_heading_block--text h4, .common_page_heading_block--text h5, .common_page_heading_block--text h6 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media only screen and (max-width: 390px) {
  .common_page_heading_block--text h1, .common_page_heading_block--text h2, .common_page_heading_block--text h3, .common_page_heading_block--text h4, .common_page_heading_block--text h5, .common_page_heading_block--text h6 {
    margin-bottom: 0.75rem;
  }
}
.common_page_heading_block--text p {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #000000;
}
.common_page_heading_block--text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .common_page_heading_block--text p {
    font-size: 0.9rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
.common_page_heading_block--text a {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  color: #4872B7;
}
@media only screen and (max-width: 575px) {
  .common_page_heading_block--text a {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}

.common_page_title h1, .common_page_title h2, .common_page_title h3, .common_page_title h4, .common_page_title h5, .common_page_title h6 {
  font-family: "Fustat", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
  color: #4872B7;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .common_page_title h1, .common_page_title h2, .common_page_title h3, .common_page_title h4, .common_page_title h5, .common_page_title h6 {
    font-family: "Fustat", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media only screen and (max-width: 575px) {
  .common_page_title h1, .common_page_title h2, .common_page_title h3, .common_page_title h4, .common_page_title h5, .common_page_title h6 {
    font-family: "Fustat", sans-serif;
    font-size: 1.125rem;
    line-height: 1.65rem;
  }
}
.common_page_title p {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.common_page_title p:last-child {
  margin-bottom: 0;
}
.common_page_title p a {
  text-decoration: none;
  color: #4872B7;
}
@media only screen and (max-width: 767px) {
  .common_page_title p {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .common_page_title p {
    font-family: "Fustat", sans-serif;
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}

.common_page_details h1, .common_page_details h2, .common_page_details h3, .common_page_details h4, .common_page_details h5, .common_page_details h6 {
  font-family: "Fustat", sans-serif;
  font-size: 2.75rem;
  line-height: 3.25rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .common_page_details h1, .common_page_details h2, .common_page_details h3, .common_page_details h4, .common_page_details h5, .common_page_details h6 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .common_page_details h1, .common_page_details h2, .common_page_details h3, .common_page_details h4, .common_page_details h5, .common_page_details h6 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 390px) {
  .common_page_details h1, .common_page_details h2, .common_page_details h3, .common_page_details h4, .common_page_details h5, .common_page_details h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
}
.common_page_details p {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.common_page_details p:last-child {
  margin-bottom: 0;
}
.common_page_details p a {
  text-decoration: none;
  color: #4872B7;
}
@media only screen and (max-width: 767px) {
  .common_page_details p {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .common_page_details p {
    font-family: "Fustat", sans-serif;
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}

.banner_heading p {
  font-family: "Fustat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.65rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #4872B7;
}
@media only screen and (max-width: 991px) {
  .banner_heading p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
.banner_heading h1, .banner_heading h2, .banner_heading h3, .banner_heading h4, .banner_heading h5, .banner_heading h6 {
  font-family: "Fustat", sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 300;
  color: #4872B7;
  margin-bottom: 0;
}
.banner_heading h1 span, .banner_heading h2 span, .banner_heading h3 span, .banner_heading h4 span, .banner_heading h5 span, .banner_heading h6 span {
  background: linear-gradient(90deg, #4872B7 0%, #4872B7 20%, #B5D8A0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .banner_heading h1, .banner_heading h2, .banner_heading h3, .banner_heading h4, .banner_heading h5, .banner_heading h6 {
    font-size: 56px;
    line-height: 1;
  }
}
@media only screen and (max-width: 991px) {
  .banner_heading h1, .banner_heading h2, .banner_heading h3, .banner_heading h4, .banner_heading h5, .banner_heading h6 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner_heading h1, .banner_heading h2, .banner_heading h3, .banner_heading h4, .banner_heading h5, .banner_heading h6 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .banner_heading h1, .banner_heading h2, .banner_heading h3, .banner_heading h4, .banner_heading h5, .banner_heading h6 {
    font-size: 2rem;
  }
}

.search_key h1, .search_key h2, .search_key h3, .search_key h4, .search_key h5, .search_key h6 {
  font-family: "Fustat", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #4872B7;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .search_key h1, .search_key h2, .search_key h3, .search_key h4, .search_key h5, .search_key h6 {
    font-family: "Fustat", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .search_key h1, .search_key h2, .search_key h3, .search_key h4, .search_key h5, .search_key h6 {
    font-family: "Fustat", sans-serif;
    font-size: 1.125rem;
    line-height: 1.65rem;
    margin-bottom: 1rem;
  }
}

.card_hospital {
  text-decoration: none;
}
.card_hospital .card_hospital_wrapper {
  padding: 1rem 1rem 1.5rem 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 1rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.card_hospital .card_hospital_wrapper:hover {
  background-color: #d8e3f5;
}
.card_hospital .card_hospital_wrapper_img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 100%;
  height: auto;
}
.card_hospital .card_hospital_wrapper_img img {
  width: 100%;
  aspect-ratio: 4/2.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
}
.card_hospital .card_hospital_wrapper_img .logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -40px;
}
.card_hospital .card_hospital_wrapper_img .logo img {
  width: 100%;
  height: 100%;
  margin: 0.5rem;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .card_hospital .card_hospital_wrapper_img .logo {
    width: 64px;
    height: 64px;
  }
}
.card_hospital .card_hospital_wrapper h1, .card_hospital .card_hospital_wrapper h2, .card_hospital .card_hospital_wrapper h3, .card_hospital .card_hospital_wrapper h4, .card_hospital .card_hospital_wrapper h5, .card_hospital .card_hospital_wrapper h6 {
  font-family: "Fustat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.65rem;
  font-weight: 500;
  color: #4872B7;
  text-decoration: none;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 575px) {
  .card_hospital .card_hospital_wrapper h1, .card_hospital .card_hospital_wrapper h2, .card_hospital .card_hospital_wrapper h3, .card_hospital .card_hospital_wrapper h4, .card_hospital .card_hospital_wrapper h5, .card_hospital .card_hospital_wrapper h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.card_second {
  text-decoration: none;
}
.card_second .card_second_wrapper {
  padding: 1rem 1rem 1.5rem 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 1rem;
  border-radius: 1rem;
}
.card_second .card_second_wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
  aspect-ratio: 4/2.5;
}
.card_second .card_second_wrapper_detail {
  margin-top: 1.5rem;
}
.card_second .card_second_wrapper_detail h1, .card_second .card_second_wrapper_detail h2, .card_second .card_second_wrapper_detail h3, .card_second .card_second_wrapper_detail h4, .card_second .card_second_wrapper_detail h5, .card_second .card_second_wrapper_detail h6 {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.card_second .card_second_wrapper_detail p {
  font-family: "Fustat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.card_second .card_second_wrapper_detail p:last-child {
  margin-bottom: 0;
}

.small_card {
  height: 232px;
  background-color: #EFEFEF;
  border-radius: 1rem;
}
.small_card .small_card_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  gap: 2rem;
}
.small_card .small_card_wrapper_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.small_card .small_card_wrapper_title img {
  width: 32px !important;
  height: 32px !important;
}
@media only screen and (max-width: 575px) {
  .small_card .small_card_wrapper_title img {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
}
.small_card .small_card_wrapper_title h1, .small_card .small_card_wrapper_title h2, .small_card .small_card_wrapper_title h3, .small_card .small_card_wrapper_title h4, .small_card .small_card_wrapper_title h5, .small_card .small_card_wrapper_title h6 {
  font-family: "Fustat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.65rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .small_card .small_card_wrapper_title h1, .small_card .small_card_wrapper_title h2, .small_card .small_card_wrapper_title h3, .small_card .small_card_wrapper_title h4, .small_card .small_card_wrapper_title h5, .small_card .small_card_wrapper_title h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.small_card .small_card_wrapper p {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.small_card .small_card_wrapper p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .small_card .small_card_wrapper p {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}
.small_card .small_card_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.small_card .small_card_wrapper ul li {
  padding-bottom: 0.25rem;
}
.small_card .small_card_wrapper ul li:last-child {
  padding-bottom: 0;
}
.small_card_image {
  max-width: 100%;
  height: 100%;
}
.small_card_image .image-animation {
  width: 100%;
  height: 100%;
}
.small_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
}
@media only screen and (max-width: 1200px) {
  .small_card {
    height: 254px;
  }
}
@media only screen and (max-width: 991px) {
  .small_card {
    height: 324px;
  }
  .small_card .small_card_wrapper {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .small_card {
    height: 264px;
  }
}
@media only screen and (max-width: 575px) {
  .small_card {
    height: 232px;
  }
}

.card_specialisation a {
  text-decoration: none;
}
.card_specialisation {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 1rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 575px) {
  .card_specialisation {
    border-radius: 1rem;
  }
}
.card_specialisation_image {
  max-width: 100%;
  border-radius: 1.5rem;
  position: relative;
  text-decoration: none;
}
.card_specialisation_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/2.5;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .card_specialisation_image {
    border-radius: 1rem;
  }
  .card_specialisation_image img {
    border-radius: 1rem;
  }
}
.card_specialisation_image_icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.card_specialisation_image_icon_wrapper {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding: 0.5rem;
  position: absolute;
  background-color: #ffffff;
  bottom: -34px;
}
.card_specialisation_image_icon_wrapper img {
  width: 100%;
  height: 100%;
}
.card_specialisation_detail {
  margin-top: 1rem;
  padding: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .card_specialisation_detail {
    margin-top: 0.25rem;
  }
}
.card_specialisation_detail h1, .card_specialisation_detail h2, .card_specialisation_detail h3, .card_specialisation_detail h4, .card_specialisation_detail h5, .card_specialisation_detail h6 {
  font-family: "Fustat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.65rem;
  font-weight: 500;
  color: #4872B7;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 575px) {
  .card_specialisation_detail h1, .card_specialisation_detail h2, .card_specialisation_detail h3, .card_specialisation_detail h4, .card_specialisation_detail h5, .card_specialisation_detail h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.card_specialisation_detail p {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #818181;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
}
.card_specialisation_detail p strong {
  font-weight: 600;
  color: #000000;
  transition: all 0.5s ease;
}
.card_specialisation_detail p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .card_specialisation_detail p {
    font-size: 0.9rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
  }
}
.card_specialisation:hover {
  background-color: #4872B7;
  color: #ffffff;
}
.card_specialisation:hover .card_specialisation_detail h1, .card_specialisation:hover .card_specialisation_detail h2, .card_specialisation:hover .card_specialisation_detail h3, .card_specialisation:hover .card_specialisation_detail h4, .card_specialisation:hover .card_specialisation_detail h5, .card_specialisation:hover .card_specialisation_detail h6 {
  color: #ffffff;
}
.card_specialisation:hover .card_specialisation_detail p strong {
  color: #ffffff;
}
.card_specialisation:hover .card_specialisation_detail p {
  color: #ffffff;
}

.card_whyUs {
  height: 100%;
  background-color: #EFEFEF;
  border-radius: 1.5rem;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 575px) {
  .card_whyUs {
    border-radius: 1rem;
  }
}
.card_whyUs:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card_whyUs .card_whyUs_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
}
.card_whyUs .card_whyUs_wrapper_title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 1rem;
}
@media only screen and (max-width: 575px) {
  .card_whyUs .card_whyUs_wrapper_title {
    gap: 0.5rem;
  }
}
.card_whyUs .card_whyUs_wrapper_title img {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 575px) {
  .card_whyUs .card_whyUs_wrapper_title img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.card_whyUs .card_whyUs_wrapper_title h1, .card_whyUs .card_whyUs_wrapper_title h2, .card_whyUs .card_whyUs_wrapper_title h3, .card_whyUs .card_whyUs_wrapper_title h4, .card_whyUs .card_whyUs_wrapper_title h5, .card_whyUs .card_whyUs_wrapper_title h6 {
  font-family: "Fustat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.65rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .card_whyUs .card_whyUs_wrapper_title h1, .card_whyUs .card_whyUs_wrapper_title h2, .card_whyUs .card_whyUs_wrapper_title h3, .card_whyUs .card_whyUs_wrapper_title h4, .card_whyUs .card_whyUs_wrapper_title h5, .card_whyUs .card_whyUs_wrapper_title h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.card_whyUs .card_whyUs_wrapper p {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #37373A;
}
.card_whyUs .card_whyUs_wrapper p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .card_whyUs .card_whyUs_wrapper p {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}

.image_gallery_card .image_gallery_card_wrapper {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 1.5rem;
}
.image_gallery_card .image_gallery_card_wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
  border-radius: 1.5rem;
}
.image_gallery_card .image_gallery_card_wrapper:hover img {
  transform: scale(1.2);
  rotate: -3deg;
}
@media only screen and (max-width: 575px) {
  .image_gallery_card .image_gallery_card_wrapper {
    border-radius: 1rem;
  }
  .image_gallery_card .image_gallery_card_wrapper img {
    border-radius: 1rem;
  }
}

.page_intro_section {
  background: #FAFAFA;
}
.page_intro_section .page_intro_section_wrapper .row {
  justify-content: space-between;
}
.page_intro_section .page_intro_section_wrapper_thambnail {
  max-width: 100%;
  height: auto;
}
.page_intro_section .page_intro_section_wrapper_thambnail_wrapper {
  width: 100%;
  height: auto;
}
.page_intro_section .page_intro_section_wrapper_thambnail_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image-animation {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.image-animation::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image-animation:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.spinner_box_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4872B7;
  background: linear-gradient(90deg, rgb(72, 114, 183) 5%, rgb(181, 216, 160) 77%);
  z-index: 9999;
}
.spinner_box_container .spinner_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.spinner_box_container .spinner_box_loader_image {
  max-width: 36px;
  height: auto;
  position: absolute;
}
.spinner_box_container .spinner_box_loader_image img {
  width: 100%;
  height: auto;
}

/* NO BORDER SPINNER */
.nb-spinner {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid transparent;
  animation: rotation 1s linear infinite;
}
.nb-spinner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid transparent;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero_banner {
  margin: 73px 3rem 0 3rem;
  border-radius: 1.5rem;
}
.hero_banner .hero_banner_wrapper {
  position: relative;
}
.hero_banner .hero_banner_wrapper_details {
  width: 100%;
  position: absolute;
  bottom: 140px;
  z-index: 2;
}
.hero_banner .hero_banner_wrapper_image {
  max-width: 100%;
  height: 32.25rem;
}
.hero_banner .hero_banner_wrapper_image img, .hero_banner .hero_banner_wrapper_image video {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about_section {
  background-color: #F9F9FF;
}
.about_section .about_section_wrapper_detail h1, .about_section .about_section_wrapper_detail h2, .about_section .about_section_wrapper_detail h3, .about_section .about_section_wrapper_detail h4, .about_section .about_section_wrapper_detail h5, .about_section .about_section_wrapper_detail h6 {
  margin-bottom: 1.5rem;
}
.about_section .about_section_wrapper_thambnail {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.about_section .about_section_wrapper_thambnail img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3.4/4.4;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .about_section .about_section_wrapper_thambnail img {
    border-radius: 1rem;
  }
}
.about_section .about_section_featurs {
  padding-bottom: 3rem;
}
.about_section .about_section_featurs_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-items: start;
  height: auto;
}
.about_section .about_section_featurs_wrapper_item {
  padding: 3rem 1.5rem 0 0;
  position: relative;
  min-width: 200px;
}
.about_section .about_section_featurs_wrapper_item p {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 16px;
  color: #000000;
}
.about_section .about_section_featurs_wrapper_item::after {
  content: " ";
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #b5d8a0;
  position: absolute;
  top: 0;
}
.about_section .about_section_featurs_wrapper_item::before {
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #b5d8a0;
  position: absolute;
  top: 16px;
}

.expertise_section .expertise_section_wrapper .row {
  --bs-gutter-x:5rem;
}
.expertise_section .expertise_section_wrapper_options {
  width: 100%;
  height: 100%;
}
.expertise_section .expertise_section_wrapper_options_list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.expertise_section .expertise_section_wrapper_options_list_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  margin-top: 1.25rem;
}
.expertise_section .expertise_section_wrapper_options_list_item:first-child {
  margin-top: 0px;
}
.expertise_section .expertise_section_wrapper_options_list_item .item_icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
}
.expertise_section .expertise_section_wrapper_options_list_item .item_icon img {
  width: 100%;
  height: 100%;
}
.expertise_section .expertise_section_wrapper_options_list_item .item_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  width: 100%;
}
.expertise_section .expertise_section_wrapper_options_list_item .item_wrapper p {
  font-family: "Fustat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.65rem;
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.expertise_section .expertise_section_wrapper_options_list_item .item_wrapper_icon svg {
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.3s ease;
}
.expertise_section .expertise_section_wrapper_options_list_item.active .item_wrapper p {
  color: #4872B7;
}
.expertise_section .expertise_section_wrapper_options_list_item.active .item_wrapper_icon svg {
  rotate: -45deg;
}
.expertise_section .expertise_section_wrapper_options_list_item.active .item_wrapper_icon svg path {
  stroke: #4872B7;
}
.expertise_section .expertise_section_wrapper_options_list_item:hover .item_wrapper p {
  color: #4872B7;
}
.expertise_section .expertise_section_wrapper_options_list_item:hover .item_wrapper_icon svg {
  rotate: -45deg;
}
.expertise_section .expertise_section_wrapper_options_list_item:hover .item_wrapper_icon svg path {
  stroke: #4872B7;
}
.expertise_section .expertise_section_wrapper_options_button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 3rem;
}
.expertise_section .expertise_section_wrapper_thambnail {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .expertise_section .expertise_section_wrapper_thambnail {
    border-radius: 1rem;
  }
}
.expertise_section .expertise_section_wrapper_thambnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 6/5.5;
  transition: all 3s ease-in-out;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .expertise_section .expertise_section_wrapper_thambnail img {
    border-radius: 1rem;
  }
}

.hospital .hospital_wrapper_heading h1, .hospital .hospital_wrapper_heading h2, .hospital .hospital_wrapper_heading h3, .hospital .hospital_wrapper_heading h4, .hospital .hospital_wrapper_heading h5, .hospital .hospital_wrapper_heading h6 {
  margin-bottom: 0;
}
.hospital .hospital_wrapper_slider {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 3rem;
}

.doctor_section {
  height: -moz-fit-content;
  height: fit-content;
}
.doctor_section .doctor_section_wrapper_heading h2, .doctor_section .doctor_section_wrapper_heading h3, .doctor_section .doctor_section_wrapper_heading h4, .doctor_section .doctor_section_wrapper_heading h5, .doctor_section .doctor_section_wrapper_heading h6 {
  margin-bottom: 0;
}
.doctor_section .doctor_section_wrapper_button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.doctor_section .doctor_section_wrapper_slider {
  margin-top: 3rem;
}

.hero {
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
  position: fixed;
}
.hero .hero_wrapper {
  width: 100%;
  height: 100%;
}
.hero .hero_wrapper_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
}
.hero .hero_wrapper_heading h1 {
  font-family: "Fustat", sans-serif;
  font-size: 8rem;
  line-height: 8.5rem;
  font-weight: 700;
  color: #4872B7;
  margin-bottom: 0;
  display: flex;
}
.hero .hero_wrapper_heading h1 .heading_color {
  color: #b5d8a0;
}
@media only screen and (max-width: 1200px) {
  .hero .hero_wrapper_heading h1 {
    font-size: 7rem;
    line-height: 7.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .hero .hero_wrapper_heading h1 {
    font-size: 6rem;
    line-height: 6.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .hero .hero_wrapper_heading h1 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero_wrapper_heading h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .hero .hero_wrapper_heading h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.hero .hero_wrapper_heading p {
  font-family: "Fustat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.65rem;
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 0;
  width: 60%;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .hero .hero_wrapper_heading p {
    width: 90%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.services_pageIntro_section {
  background: #FAFAFA;
}
.services_pageIntro_section .services_pageIntro_section_wrapper .row {
  --bs-gutter-x:3rem;
  justify-content: space-between;
}
.services_pageIntro_section .services_pageIntro_section_wrapper_heading {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.services_pageIntro_section .services_pageIntro_section_wrapper_heading p:last-child {
  margin-bottom: 0;
}
.services_pageIntro_section .services_pageIntro_section_wrapper_thamnail {
  width: 100%;
  background-color: #0943A3;
  border-radius: 50%;
}
.services_pageIntro_section .services_pageIntro_section_wrapper_thamnail_wrapper {
  width: 100%;
  height: 100%;
  margin-left: 24px;
}
.services_pageIntro_section .services_pageIntro_section_wrapper_thamnail_wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/4;
}

.services_list .services_list_wrapper_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.services_list .services_list_wrapper_block_item {
  display: block;
}
.services_list .services_list_wrapper_block_item:nth-child(odd) {
  grid-column: 1;
}
.services_list .services_list_wrapper_block_item:nth-child(even) {
  grid-column: 2;
  margin-top: 10rem;
}
.services_list .services_list_wrapper_block_item h1, .services_list .services_list_wrapper_block_item h2, .services_list .services_list_wrapper_block_item h3, .services_list .services_list_wrapper_block_item h4, .services_list .services_list_wrapper_block_item h5, .services_list .services_list_wrapper_block_item h6 {
  margin-bottom: 2rem;
}
.services_list .services_list_wrapper_block_item p {
  margin-bottom: 3rem;
}
.services_list .services_list_wrapper_block_item_image {
  max-width: 100%;
  height: auto;
}
.services_list .services_list_wrapper_block_item_image .image-animation {
  width: 100%;
}
.services_list .services_list_wrapper_block_item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4.44/5.44;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .services_list .services_list_wrapper_block_item_image img {
    border-radius: 1rem;
  }
}

.services_cta {
  background-color: #F9F9FF;
  margin-bottom: 2.5rem;
}
.services_cta .services_cta_wrapper_block {
  background-color: #0943A3;
  border-radius: 1.5rem;
}
.services_cta .services_cta_wrapper_block_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  height: 100%;
  padding: 3rem;
}
.services_cta .services_cta_wrapper_block_heading h1, .services_cta .services_cta_wrapper_block_heading h2, .services_cta .services_cta_wrapper_block_heading h3, .services_cta .services_cta_wrapper_block_heading h4, .services_cta .services_cta_wrapper_block_heading h5, .services_cta .services_cta_wrapper_block_heading h6 {
  color: #ffffff;
  font-weight: 400;
}
.services_cta .services_cta_wrapper_block_image {
  max-width: 100%;
  height: 100%;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.services_cta .services_cta_wrapper_block_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.about_pageIntro_section {
  background: #FAFAFA;
}
.about_pageIntro_section .about_pageIntro_section_wrapper .row {
  --bs-gutter-x: 3rem;
  justify-content: space-between;
}

.mission_vission_section .mission_vission_section_wrapper .row {
  --bs-gutter-x:1rem;
}
.mission_vission_section .mission_vission_section_wrapper_block {
  margin-top: 1rem;
}
.mission_vission_section .mission_vission_section_wrapper_block--left {
  flex-direction: row-reverse;
  justify-content: center;
}
.mission_vission_section_block_values {
  margin-top: 1.5rem !important;
}

.contact_pageIntro_section {
  background: #FAFAFA;
}
.contact_pageIntro_section .contact_pageIntro_section_wrapper .row {
  --bs-gutter-x: 3rem;
  justify-content: space-between;
}
.contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h1:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h2:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h3:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h4:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h5:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h6:first-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h1:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h2:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h3:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h4:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h5:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h6:first-child {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h1:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h2:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h3:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h4:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h5:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h6:first-child {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h1:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h2:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h3:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h4:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h5:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h6:first-child {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 390px) {
  .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h1:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h2:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h3:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h4:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h5:first-child, .contact_pageIntro_section .contact_pageIntro_section_wrapper_heading .common_page_details h6:first-child {
    margin-bottom: 0.5rem;
  }
}

.contact_form .contact_form_wrapper_block .form_input {
  margin-bottom: 2.5rem;
}
.contact_form .contact_form_wrapper_block .form_input:last-child {
  margin-bottom: 0;
}
.contact_form .contact_form_wrapper_block .form_input .form-control,
.contact_form .contact_form_wrapper_block .form_input .form-select {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
  border: none;
  border-bottom: 1px solid #E4E4E7;
  border-radius: 0;
  background-color: transparent;
}
.contact_form .contact_form_wrapper_block .form_input .form-control::-moz-placeholder, .contact_form .contact_form_wrapper_block .form_input .form-select::-moz-placeholder {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
}
.contact_form .contact_form_wrapper_block .form_input .form-control::placeholder,
.contact_form .contact_form_wrapper_block .form_input .form-select::placeholder {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
}
.contact_form .contact_form_wrapper_block .form_input .form-check {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.5rem;
  background-color: transparent;
}
.contact_form .contact_form_wrapper_block .form_input .form-check-label {
  font-family: "Fustat", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #000000;
}
.contact_form .contact_form_wrapper_block .form_input .form-check-label a {
  color: #000000;
  transition: all 0.3s ease;
}
.contact_form .contact_form_wrapper_block .form_input .form-check-label a:hover {
  color: #4872B7;
}
.contact_form .contact_form_wrapper_block .form_input .form-check-input {
  position: relative;
  border: 1px solid #818181 !important;
  margin-top: 2px;
}
.contact_form .contact_form_wrapper_block .form_input .form-check-input:focus {
  border-color: #818181 !important;
}
.contact_form .contact_form_wrapper_block .form_input .form-check-input:checked {
  background: #000000 !important;
  border-color: #000000;
}
.contact_form .contact_form_wrapper_block .form_input .form-check-input:checked::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 5px;
  background-color: #ffffff;
  top: 5px;
  left: 3px;
  rotate: -26deg;
}
.contact_form .contact_form_wrapper_block .form_input .form-check-input:checked::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #ffffff;
  top: 6px;
  left: 4px;
  rotate: -36deg;
}

.coFounders_pageIntro_section {
  background: #FAFAFA;
}
.coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper .row {
  --bs-gutter-x:3rem;
  justify-content: space-between;
}
.coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h1:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h2:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h3:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h4:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h5:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h6:first-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h1:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h2:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h3:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h4:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h5:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h6:first-child {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h1:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h2:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h3:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h4:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h5:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h6:first-child {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h1:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h2:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h3:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h4:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h5:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h6:first-child {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 390px) {
  .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h1:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h2:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h3:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h4:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h5:first-child, .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper_heading .common_page_details h6:first-child {
    margin-bottom: 0.5rem;
  }
}

.profile_section .profile_section_wrapper .row {
  justify-content: space-between;
}
.profile_section .profile_section_wrapper .row.content_left {
  flex-direction: row-reverse;
  margin-top: 10rem;
}
.profile_section .profile_section_wrapper_detail .common_page_title p {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.profile_section .profile_section_wrapper_detail .common_page_details ul li::marker {
  color: #4872B7;
}
.profile_section .profile_section_wrapper_detail .common_page_details ul li p strong {
  color: #4872B7;
}
.profile_section .profile_section_wrapper_detail_social_media {
  display: flex;
  flex-direction: row;
  gap: 1.125rem;
  margin-top: 3rem;
}
.profile_section .profile_section_wrapper_detail_social_media a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.profile_section .profile_section_wrapper_detail_social_media a img {
  width: 2.5rem;
  height: 2.5rem;
}
.profile_section .profile_section_wrapper_image {
  max-width: 100%;
}
.profile_section .profile_section_wrapper_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3.2/3.7;
  border-radius: 1.5rem;
}

.doctors_pageIntro_section {
  background: #FAFAFA;
}
.doctors_pageIntro_section .doctors_pageIntro_section_wrapper .row {
  --bs-gutter-x:3rem;
  justify-content: space-between;
}

.doctor_list .doctor_list_wrapper_block_sidebar {
  position: sticky;
  top: 100px;
  margin-right: 2rem;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list {
  background: #FAFAFA;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list_items {
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 1rem 0;
  padding-right: 1rem;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list_items::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list_items::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 10px;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list_items_block {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list ul {
  padding: 0;
  padding-right: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list ul li {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list ul li a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list ul li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #4872B7;
  border-bottom: 2px solid #4872B7;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  right: 0px;
  rotate: -45deg;
  transition: all 0.3s ease-in-out;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list ul li a::before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #4872B7;
  position: absolute;
  top: 13px;
  right: 0;
  transition: all 0.3s ease-in-out;
  rotate: -45deg;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list ul li:hover a {
  color: #b5d8a0;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list ul li:hover a::after {
  border-color: #b5d8a0;
}
.doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list ul li:hover a::before {
  background-color: #b5d8a0;
}
.doctor_list .doctor_list_wrapper_block_doctor_list .row {
  --bs-gutter-x:2rem;
  --bs-gutter-y:5rem;
}
.doctor_list .doctor_list_wrapper_block_doctor_list .card_second_wrapper {
  margin: 0;
}
.doctor_list .doctor_list_wrapper_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.doctor_list .doctor_list_wrapper_heading .specilisation_section_sub_heading h2, .doctor_list .doctor_list_wrapper_heading .specilisation_section_sub_heading h3, .doctor_list .doctor_list_wrapper_heading .specilisation_section_sub_heading h4, .doctor_list .doctor_list_wrapper_heading .specilisation_section_sub_heading h5, .doctor_list .doctor_list_wrapper_heading .specilisation_section_sub_heading h6 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.doctor_list .doctor_list_wrapper_heading .specilisation_section_sub_heading p {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.doctor_list .doctor_list_wrapper_tabs_block {
  max-width: 100%;
  margin-bottom: 3rem;
}
.doctor_list .doctor_list_wrapper_tabs_list {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}
.doctor_list .doctor_list_wrapper_tabs_list .swiper-slide .tab_button {
  width: 100%;
  text-align: center;
}
.doctor_list .doctor_list_wrapper_card_block_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2.5rem;
}
.doctor_list .doctor_list_wrapper_card_block .row {
  --bs-gutter-x:2rem;
  --bs-gutter-y:2rem;
}

.hospital_list .image-animation {
  width: 100%;
}
.hospital_list .card_hospital_wrapper {
  margin: 0;
}

.doctor_details {
  margin-top: 73px;
}
.doctor_details .doctor_details_wrapper .image-animation {
  width: 100%;
}
.doctor_details .doctor_details_wrapper_sidebar {
  position: sticky;
  top: 100px;
  margin-right: 2rem;
  margin-left: 7rem;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list {
  border-radius: 1.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list_detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list_detail img {
  width: 100%;
  height: auto;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list_detail .hospital_logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list_detail .hospital_logo img {
  width: 100%;
  height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list ul {
  list-style: none;
  padding: 0;
  padding-right: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list ul li {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list ul li a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list ul li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #4872B7;
  border-bottom: 2px solid #4872B7;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  right: 0px;
  rotate: -45deg;
  transition: all 0.3s ease-in-out;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list ul li a::before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #4872B7;
  position: absolute;
  top: 13px;
  right: 0;
  transition: all 0.3s ease-in-out;
  rotate: -45deg;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list ul li:hover a {
  color: #4872B7;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list ul li:hover a::after {
  border-color: #4872B7;
  rotate: 0deg;
  top: 9px;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list ul li:hover a::before {
  background-color: #4872B7;
  rotate: 0deg;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list ul li.active a {
  color: #4872B7;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list ul li.active a::after {
  border-color: #4872B7;
  rotate: 0deg;
  top: 9px;
}
.doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list ul li.active a::before {
  background-color: #4872B7;
  rotate: 0deg;
}
.doctor_details .doctor_details_wrapper_detail_container .common_page_heading_block h1, .doctor_details .doctor_details_wrapper_detail_container .common_page_heading_block h2, .doctor_details .doctor_details_wrapper_detail_container .common_page_heading_block h3, .doctor_details .doctor_details_wrapper_detail_container .common_page_heading_block h4, .doctor_details .doctor_details_wrapper_detail_container .common_page_heading_block h5, .doctor_details .doctor_details_wrapper_detail_container .common_page_heading_block h6 {
  margin-bottom: 0;
}
.doctor_details .doctor_details_wrapper_detail {
  margin-top: 0.5rem;
}
.doctor_details .doctor_details_wrapper_detail figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.doctor_details .doctor_details_wrapper_detail figure::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.doctor_details .doctor_details_wrapper_detail figure:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.doctor_details .doctor_details_wrapper_detail img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  aspect-ratio: 1/0.6;
}
.doctor_details .doctor_details_wrapper_detail img:first-child {
  margin-top: 0;
}
.doctor_details .doctor_details_wrapper_detail h1, .doctor_details .doctor_details_wrapper_detail h2, .doctor_details .doctor_details_wrapper_detail h3, .doctor_details .doctor_details_wrapper_detail h4, .doctor_details .doctor_details_wrapper_detail h5, .doctor_details .doctor_details_wrapper_detail h6 {
  font-family: "Fustat", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #4872B7;
}
.doctor_details .doctor_details_wrapper_detail p strong {
  font-weight: 700;
  color: #4872B7;
}
.doctor_details .doctor_details_wrapper_detail ul li strong {
  color: #4872B7;
}
.doctor_details .doctor_details_wrapper_detail ul li {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  padding-bottom: 1rem;
}
.doctor_details .doctor_details_wrapper_detail ul li:last-child {
  padding-bottom: 0;
}
.doctor_details .doctor_details_wrapper_detail ul {
  margin-bottom: 2rem;
}
.doctor_details .doctor_details_wrapper_detail ul:last-child {
  margin-bottom: 0;
}
.doctor_details .doctor_details_wrapper_detail ol {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.doctor_details .doctor_details_wrapper_detail ol:last-child {
  margin-bottom: 0;
}
.doctor_details .doctor_details_wrapper_detail ol ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
  list-style: disc;
}
.doctor_details .doctor_details_wrapper_detail ol ul li {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 0;
}
.doctor_details .doctor_details_wrapper_detail ol ul li::before {
  display: none;
}
.doctor_details .doctor_details_wrapper_detail ol li {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  color: #000000;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
}
.doctor_details .doctor_details_wrapper_detail ol li Strong {
  color: #4872B7;
}
.doctor_details .doctor_details_wrapper_detail ol li:last-child {
  padding-bottom: 0;
}
.doctor_details .doctor_details_wrapper_detail ol li::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  transform: rotate(45deg);
  height: 16px;
  width: 8px;
  border-bottom: 2px solid #4872B7;
  border-right: 2px solid #4872B7;
}

.specilisation_pageIntro_section {
  background: #FAFAFA;
}
.specilisation_pageIntro_section .specilisation_pageIntro_section_wrapper .row {
  --bs-gutter-x:3rem;
  justify-content: space-between;
}

.specilisation_section .specilisation_section_wrapper_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.specilisation_section .specilisation_section_wrapper_heading .specilisation_section_sub_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.specilisation_section .specilisation_section_wrapper_heading .specilisation_section_sub_heading h1, .specilisation_section .specilisation_section_wrapper_heading .specilisation_section_sub_heading h2, .specilisation_section .specilisation_section_wrapper_heading .specilisation_section_sub_heading h3, .specilisation_section .specilisation_section_wrapper_heading .specilisation_section_sub_heading h4, .specilisation_section .specilisation_section_wrapper_heading .specilisation_section_sub_heading h5, .specilisation_section .specilisation_section_wrapper_heading .specilisation_section_sub_heading h6 {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-bottom: 0;
}
.specilisation_section .specilisation_section_wrapper_heading .specilisation_section_sub_heading p {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.specilisation_section .specilisation_section_wrapper_heading.whyUs_heading .specilisation_section_sub_heading h1, .specilisation_section .specilisation_section_wrapper_heading.whyUs_heading .specilisation_section_sub_heading h2, .specilisation_section .specilisation_section_wrapper_heading.whyUs_heading .specilisation_section_sub_heading h3, .specilisation_section .specilisation_section_wrapper_heading.whyUs_heading .specilisation_section_sub_heading h4, .specilisation_section .specilisation_section_wrapper_heading.whyUs_heading .specilisation_section_sub_heading h5, .specilisation_section .specilisation_section_wrapper_heading.whyUs_heading .specilisation_section_sub_heading h6 {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-bottom: 0;
}
.specilisation_section .specilisation_section_wrapper_block.whyUs_block .row {
  --bs-gutter-x:2rem;
  --bs-gutter-y:2rem;
}

.core_value_section .core_value_section_wrapper .row {
  justify-content: space-between;
  --bs-gutter-x:5rem;
}
.core_value_section .core_value_section_wrapper_image {
  max-width: 100%;
  height: auto;
  border-radius: 1.5rem;
}
.core_value_section .core_value_section_wrapper_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 5/4;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .core_value_section .core_value_section_wrapper_image img {
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .core_value_section .core_value_section_wrapper_image {
    border-radius: 1rem;
  }
}
.core_value_section .core_value_section_wrapper_features {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  align-items: start;
}
.core_value_section .core_value_section_wrapper_features_item .item_image_heading {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 1rem;
}
.core_value_section .core_value_section_wrapper_features_item .item_image_heading h1, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h2, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h3, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h4, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h5, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h6 {
  font-family: "Fustat", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 0;
}
.core_value_section .core_value_section_wrapper_features_item .item_image_heading img {
  width: 2rem;
  height: 2rem;
}
.core_value_section .core_value_section_wrapper_features_item p {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 0;
}

.process_section .process_section_wrapper .row {
  --bs-gutter-x:5rem;
  justify-content: space-between;
}
.process_section .process_section_wrapper .row.content_left {
  flex-direction: row-reverse;
}
.process_section .process_section_wrapper_image {
  max-width: 100%;
  height: auto;
  border-radius: 1.5rem;
}
.process_section .process_section_wrapper_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 6/5.5;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .process_section .process_section_wrapper_image img {
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .process_section .process_section_wrapper_image {
    border-radius: 1rem;
  }
}
.process_section .process_section_wrapper_features_detail figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.process_section .process_section_wrapper_features_detail figure::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.process_section .process_section_wrapper_features_detail figure:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.process_section .process_section_wrapper_features_detail figure > img {
  margin-top: 1.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 6/5.5;
  border-radius: 1.5rem;
}
.process_section .process_section_wrapper_features_list, .process_section .process_section_wrapper_features ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.process_section .process_section_wrapper_features_list li, .process_section .process_section_wrapper_features ul li {
  position: relative;
  margin-bottom: 1.25rem;
}
.process_section .process_section_wrapper_features_list li p, .process_section .process_section_wrapper_features ul li p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: start;
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.process_section .process_section_wrapper_features_list li p img, .process_section .process_section_wrapper_features ul li p img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.5rem;
}

.policy_section {
  font-family: "Fustat", sans-serif !important;
}
.policy_section .policy_section_wrapper .row {
  justify-content: center;
}
.policy_section .policy_section_wrapper_content_detail {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .policy_section .policy_section_wrapper_content_detail {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .policy_section .policy_section_wrapper_content_detail {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .policy_section .policy_section_wrapper_content_detail {
    margin-top: 1rem;
  }
}
.policy_section .policy_section_wrapper_content_detail h1, .policy_section .policy_section_wrapper_content_detail h2, .policy_section .policy_section_wrapper_content_detail h3, .policy_section .policy_section_wrapper_content_detail h4, .policy_section .policy_section_wrapper_content_detail h5, .policy_section .policy_section_wrapper_content_detail h6 {
  font-family: "Fustat", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  color: #4872B7;
}
.policy_section .policy_section_wrapper_content_detail h1 strong, .policy_section .policy_section_wrapper_content_detail h2 strong, .policy_section .policy_section_wrapper_content_detail h3 strong, .policy_section .policy_section_wrapper_content_detail h4 strong, .policy_section .policy_section_wrapper_content_detail h5 strong, .policy_section .policy_section_wrapper_content_detail h6 strong {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .policy_section .policy_section_wrapper_content_detail h1, .policy_section .policy_section_wrapper_content_detail h2, .policy_section .policy_section_wrapper_content_detail h3, .policy_section .policy_section_wrapper_content_detail h4, .policy_section .policy_section_wrapper_content_detail h5, .policy_section .policy_section_wrapper_content_detail h6 {
    font-size: 1.125rem;
    line-height: 1.65rem;
  }
}
@media only screen and (max-width: 575px) {
  .policy_section .policy_section_wrapper_content_detail h1, .policy_section .policy_section_wrapper_content_detail h2, .policy_section .policy_section_wrapper_content_detail h3, .policy_section .policy_section_wrapper_content_detail h4, .policy_section .policy_section_wrapper_content_detail h5, .policy_section .policy_section_wrapper_content_detail h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.policy_section .policy_section_wrapper_content_detail p, .policy_section .policy_section_wrapper_content_detail a {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  color: #000000;
}
.policy_section .policy_section_wrapper_content_detail p:last-child, .policy_section .policy_section_wrapper_content_detail a:last-child {
  margin-bottom: 0;
}
.policy_section .policy_section_wrapper_content_detail p strong, .policy_section .policy_section_wrapper_content_detail a strong {
  font-weight: 600;
  color: #4872B7;
}
@media only screen and (max-width: 575px) {
  .policy_section .policy_section_wrapper_content_detail p, .policy_section .policy_section_wrapper_content_detail a {
    font-size: 0.9rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
.policy_section .policy_section_wrapper_content_detail ol, .policy_section .policy_section_wrapper_content_detail ul {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.policy_section .policy_section_wrapper_content_detail ol li, .policy_section .policy_section_wrapper_content_detail ul li {
  padding-bottom: 0.75rem;
}
.policy_section .policy_section_wrapper_content_detail ol li:last-child, .policy_section .policy_section_wrapper_content_detail ul li:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .policy_section .policy_section_wrapper_content_detail ol li, .policy_section .policy_section_wrapper_content_detail ul li {
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .policy_section .policy_section_wrapper_content_detail ol, .policy_section .policy_section_wrapper_content_detail ul {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}
.policy_section .policy_section_wrapper_content_detail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.specialist_detail .specialist_detail_wrapper_sidebar {
  position: sticky;
  top: 100px;
  margin-right: 2rem;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list {
  background: #FAFAFA;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list_detail {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 1rem 0;
  -webkit-overflow-scrolling: touch;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list_detail::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list_detail::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 10px;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul {
  list-style: none;
  padding: 0;
  padding-right: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #4872B7;
  border-bottom: 2px solid #4872B7;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  right: 0px;
  rotate: -45deg;
  transition: all 0.3s ease-in-out;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li a::before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #4872B7;
  position: absolute;
  top: 13px;
  right: 0;
  transition: all 0.3s ease-in-out;
  rotate: -45deg;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li:hover a {
  color: #4872B7;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li:hover a::after {
  border-color: #4872B7;
  rotate: 0deg;
  top: 9px;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li:hover a::before {
  background-color: #4872B7;
  rotate: 0deg;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li.active a {
  color: #4872B7;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li.active a::after {
  border-color: #4872B7;
  rotate: 0deg;
  top: 9px;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li.active a::before {
  background-color: #4872B7;
  rotate: 0deg;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta {
  margin-top: 3rem;
  border-radius: 1.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_image {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  overflow: hidden;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/2.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_block {
  padding: 2rem;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_block_contact ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_block_contact ul li {
  padding-bottom: 0.5rem;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_block_contact ul li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #4872B7;
  cursor: pointer;
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  gap: 1.5rem;
  justify-content: flex-start;
  text-decoration: none;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_block_contact ul li a span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_block_contact ul li a span svg {
  width: 1.75rem;
  height: 1.75rem;
}
.specialist_detail .specialist_detail_wrapper_detail figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.specialist_detail .specialist_detail_wrapper_detail figure::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.specialist_detail .specialist_detail_wrapper_detail figure:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.specialist_detail .specialist_detail_wrapper_detail img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  aspect-ratio: 1/0.6;
}
.specialist_detail .specialist_detail_wrapper_detail img:first-child {
  margin-top: 0;
}
.specialist_detail .specialist_detail_wrapper_detail h1, .specialist_detail .specialist_detail_wrapper_detail h2, .specialist_detail .specialist_detail_wrapper_detail h3, .specialist_detail .specialist_detail_wrapper_detail h4, .specialist_detail .specialist_detail_wrapper_detail h5, .specialist_detail .specialist_detail_wrapper_detail h6 {
  font-family: "Fustat", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #4872B7;
}
.specialist_detail .specialist_detail_wrapper_detail p strong {
  font-weight: 700;
  color: #4872B7;
}
.specialist_detail .specialist_detail_wrapper_detail ul li strong {
  color: #4872B7;
}
.specialist_detail .specialist_detail_wrapper_detail ul li {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  padding-bottom: 1rem;
}
.specialist_detail .specialist_detail_wrapper_detail ul li:last-child {
  padding-bottom: 0;
}
.specialist_detail .specialist_detail_wrapper_detail ul {
  margin-bottom: 2rem;
}
.specialist_detail .specialist_detail_wrapper_detail ul:last-child {
  margin-bottom: 0;
}
.specialist_detail .specialist_detail_wrapper_detail ol {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.specialist_detail .specialist_detail_wrapper_detail ol:last-child {
  margin-bottom: 0;
}
.specialist_detail .specialist_detail_wrapper_detail ol ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
  list-style: disc;
}
.specialist_detail .specialist_detail_wrapper_detail ol ul li {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 0;
}
.specialist_detail .specialist_detail_wrapper_detail ol ul li::before {
  display: none;
}
.specialist_detail .specialist_detail_wrapper_detail ol li {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  color: #000000;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
}
.specialist_detail .specialist_detail_wrapper_detail ol li Strong {
  color: #4872B7;
}
.specialist_detail .specialist_detail_wrapper_detail ol li:last-child {
  padding-bottom: 0;
}
.specialist_detail .specialist_detail_wrapper_detail ol li::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  transform: rotate(45deg);
  height: 16px;
  width: 8px;
  border-bottom: 2px solid #4872B7;
  border-right: 2px solid #4872B7;
}

.faq_section_detail_category {
  padding-top: 5rem;
}
.faq_section_detail_category:first-child {
  padding-top: 0;
}
.faq_section_detail_category_accordian_block .accordion-item {
  margin-bottom: 2rem;
  border: 1px solid #E4E4E7 !important;
  border-radius: 0.5rem !important;
}
.faq_section_detail_category_accordian_block .accordion-item:last-child {
  margin-bottom: 0;
}
.faq_section_detail_category_accordian_block .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.faq_section_detail_category_accordian_block .accordion-button p {
  font-family: "Fustat", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #4872B7;
}
.faq_section_detail_category_accordian_block .accordion-button {
  border-radius: 0.5rem !important;
  background-color: #FAFAFA;
  gap: 2.5rem;
}
.faq_section_detail_category_accordian_block .accordion-button::after {
  background-image: url("../../public/images/svg/lucide--plus.svg") !important;
}
.faq_section_detail_category_accordian_block .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #4872B7;
  box-shadow: none;
  border-bottom: 1px solid #dee2e6;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.faq_section_detail_category_accordian_block .accordion-button:not(.collapsed)::after {
  rotate: 45deg;
}
.faq_section_detail_category_accordian_block .accordion-button:focus {
  box-shadow: none;
}
.faq_section_detail_category_accordian_block .accordion-body {
  background-color: #ffffff;
  color: #000000;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.faq_section_detail_category_accordian_block .accordion-body p {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 1rem;
}
.faq_section_detail_category_accordian_block .accordion-body p strong {
  font-weight: 700;
}
.faq_section_detail_category_accordian_block .accordion-body p:last-child {
  margin-bottom: 0;
}
.faq_section_detail_category_accordian_block .accordion-body ol {
  margin-bottom: 1.5rem;
}
.faq_section_detail_category_accordian_block .accordion-body ol:last-child {
  margin-bottom: 0;
}
.faq_section_detail_category_accordian_block .accordion-body ol li {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
  padding-bottom: 1rem;
}
.faq_section_detail_category_accordian_block .accordion-body ul {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.faq_section_detail_category_accordian_block .accordion-body ul:last-child {
  margin-bottom: 0;
}
.faq_section_detail_category_accordian_block .accordion-body ul li {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
  padding-bottom: 1rem;
}

.city_detail .city_detail_wrapper .sidebar_category_list {
  padding: 1rem;
}
.city_detail .city_detail_wrapper .sidebar_category_list_detail img {
  border-radius: 1rem;
}
.city_detail .city_detail_wrapper .sidebar_category_list_detail .city_name {
  margin-top: 1.5rem;
}
.city_detail .city_detail_wrapper .sidebar_category_list_detail .city_name p {
  font-family: "Fustat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #4872B7;
}

.hospital_infornation.doctor_details {
  margin-top: 0;
}
.hospital_infornation.doctor_details .hospital_infornation_wrapper .row {
  --bs-gutter-y:5rem;
}

@media only screen and (max-width: 1600px) {
  .doctor_details .doctor_details_wrapper_sidebar {
    margin-left: 5rem;
  }
}
@media only screen and (max-width: 1400px) {
  .header .header_wrapper_menu .menu_list {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 1400px) {
  .doctor_details .doctor_details_wrapper_sidebar {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header_wrapper_logo {
    max-width: 124px;
  }
  .header .header_wrapper_menu .menu_list {
    gap: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .main_header_container {
    padding: 2rem;
  }
  .header .header_wrapper_menu .menu_list {
    gap: 0.75rem;
  }
  .header .header_wrapper_menu .menu_list_item {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .services_list .services_list_wrapper_block {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}
@media only screen and (max-width: 1200px) {
  .doctor_details .doctor_details_wrapper_sidebar {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header_wrapper_menu.hero_menu .menu_list {
    margin-top: 5.5rem;
  }
  .header .header_wrapper_menu .menu_list_item a {
    color: #000000;
  }
  .header .header_wrapper_menu .menu_list_item .mega_menu {
    position: relative;
    box-shadow: none;
  }
  .header .header_wrapper_menu .menu_list_item .mega_menu_block::after {
    position: unset;
    content: none;
  }
  .header .header_wrapper_menu--mobile_menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    min-width: 600px;
    height: 100lvh;
    background-color: #ffffff;
    z-index: 3;
    transition: all 0.5s ease;
  }
  .header .header_wrapper_menu--mobile_menu .menu_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-height: 82lvh;
    overflow-y: scroll;
    padding-left: 6%;
    padding-right: 6%;
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
    align-items: start;
  }
  .header .header_wrapper_menu--mobile_menu .menu_list .mega_menu_block {
    flex-direction: column;
    gap: 3rem;
  }
  .header .header_wrapper_menu.show_mobile_menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .header .header_wrapper_mobile {
    display: block;
    z-index: 4;
  }
  .header .header_wrapper_mobile button span svg {
    width: 28px;
    height: 28px;
  }
  .header .header_wrapper_mobile .mobile-menu-btn .close {
    display: none;
  }
  .header .header_wrapper_mobile .mobile-menu-btn.active .hamburger {
    display: none;
  }
  .header .header_wrapper_mobile .mobile-menu-btn.active .close {
    display: block;
  }
  .header .header_wrapper .header_search_block {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .header .header_wrapper .header_search_block .search_wrapper {
    margin-right: 2rem;
  }
  .header .header_wrapper .header_search_block_container.is_show {
    transform: translateY(70px);
  }
}
@media only screen and (max-width: 1024px) {
  .footer {
    margin: 0;
    border-radius: 0;
  }
  .footer .footer_wrapper_copiright .copiright_wrapper {
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .main_header_container {
    padding: 0;
  }
  .hero_banner {
    border-radius: 0;
    margin: 72px 0rem 0 0rem;
  }
  .hero_banner::before {
    border-radius: 0;
  }
  .hero_banner .hero_banner_wrapper_details {
    bottom: 88px;
  }
  .hero_banner .hero_banner_wrapper_image {
    height: 28.25rem;
  }
  .hero_banner .hero_banner_wrapper_image img, .hero_banner .hero_banner_wrapper_image video {
    border-radius: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .services_list .services_list_wrapper_block {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .footer .footer_wrapper .row {
    --bs-gutter-y:3rem;
  }
  .footer .footer_wrapper {
    /* logo section*/
  }
  .footer .footer_wrapper_logo {
    gap: 2rem;
  }
  .footer .footer_wrapper {
    /* Footer menu*/
  }
  .footer .footer_wrapper_menu .menu_list h1, .footer .footer_wrapper_menu .menu_list h2, .footer .footer_wrapper_menu .menu_list h3, .footer .footer_wrapper_menu .menu_list h4, .footer .footer_wrapper_menu .menu_list h5, .footer .footer_wrapper_menu .menu_list h6 {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .hero_banner .hero_banner_wrapper_details {
    bottom: 72px;
  }
  .hero_banner .hero_banner_wrapper_image {
    height: 26.75rem;
  }
  .about_section .about_section_wrapper_thambnail {
    justify-content: flex-start;
    margin-top: 3rem;
  }
  .expertise_section .expertise_section_wrapper .row {
    --bs-gutter-y:3rem;
    --bs-gutter-x:auto;
  }
  .expertise_section .expertise_section_wrapper_options_button {
    justify-content: flex-start;
    margin-top: 3rem;
  }
  .doctor_section .doctor_section_wrapper .row {
    --bs-gutter-y:3rem;
  }
  .doctor_section .doctor_section_wrapper_button {
    justify-content: flex-start;
  }
  .doctor_section .doctor_section_wrapper_slider {
    margin-top: 2rem;
  }
  .hospital .hospital_wrapper_slider {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .about_pageIntro_section .about_pageIntro_section_wrapper .row {
    --bs-gutter-x: auto;
    --bs-gutter-y: 3rem;
  }
  .mission_vission_section .mission_vission_section_wrapper .row {
    --bs-gutter-y: 3rem;
    --bs-gutter-x:auto;
  }
  .mission_vission_section .mission_vission_section_wrapper_block {
    margin-top: 0;
  }
  .mission_vission_section_block_values {
    margin-top: 3rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .services_pageIntro_section .services_pageIntro_section_wrapper .row {
    --bs-gutter-x: auto;
    --bs-gutter-y: 3rem;
  }
  .services_pageIntro_section .services_pageIntro_section_wrapper_thamnail {
    width: 60%;
  }
  .services_list .services_list_wrapper_block {
    row-gap: 5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .services_list .services_list_wrapper_block_item:nth-child(odd) {
    grid-column: 1;
  }
  .services_list .services_list_wrapper_block_item:nth-child(even) {
    grid-column: 1;
    margin-top: 0;
  }
  .services_list .services_list_wrapper_block_item p {
    margin-bottom: 2rem;
  }
  .services_cta .services_cta_wrapper_block .row {
    flex-direction: column-reverse;
  }
  .services_cta .services_cta_wrapper_block_image {
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 0;
  }
  .services_cta .services_cta_wrapper_block_image img {
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 0;
    aspect-ratio: 4/2.6;
  }
}
@media only screen and (max-width: 991px) {
  .doctor_list .doctor_list_wrapper_block_sidebar {
    margin-right: 0;
  }
  .doctor_list .doctor_list_wrapper_block .row {
    --bs-gutter-x:auto;
    --bs-gutter-y:3rem;
  }
  .doctor_list .doctor_list_wrapper_block_doctor_list .row {
    --bs-gutter-x:2rem;
    --bs-gutter-y:3rem;
  }
}
@media only screen and (max-width: 991px) {
  .coFounders_pageIntro_section .coFounders_pageIntro_section_wrapper .row {
    --bs-gutter-x:auto;
  }
  .profile_section .profile_section_wrapper .row {
    --bs-gutter-y:3rem;
  }
  .profile_section .profile_section_wrapper .row.content_left {
    margin-top: 2rem;
  }
  .profile_section .profile_section_wrapper_detail_social_media {
    margin-top: 2.5rem;
  }
  .profile_section .profile_section_wrapper_image img {
    aspect-ratio: 3.2/3.6;
  }
}
@media only screen and (max-width: 991px) {
  .specilisation_pageIntro_section .specilisation_pageIntro_section_wrapper .row {
    --bs-gutter-x:auto;
  }
}
@media only screen and (max-width: 991px) {
  .contact_pageIntro_section .contact_pageIntro_section_wrapper .row {
    --bs-gutter-x: auto;
  }
}
@media only screen and (max-width: 991px) {
  .process_section .process_section_wrapper .row {
    --bs-gutter-x:auto;
    --bs-gutter-y:3rem;
  }
  .process_section .process_section_wrapper_features_detail figure {
    display: inline-block;
  }
}
@media only screen and (max-width: 991px) {
  .core_value_section .core_value_section_wrapper .row {
    --bs-gutter-x:auto;
    --bs-gutter-y:3rem;
  }
}
@media only screen and (max-width: 991px) {
  .specialist_detail .specialist_detail_wrapper_sidebar {
    margin-right: 0;
  }
  .specialist_detail .specialist_detail_wrapper .row {
    --bs-gutter-x:auto;
    --bs-gutter-y:3rem;
  }
}
@media only screen and (max-width: 991px) {
  .faq_section_detail_category {
    padding-top: 3.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .doctor_details .doctor_details_wrapper .row {
    --bs-gutter-x: auto;
    --bs-gutter-y: 3rem;
  }
  .doctor_details .doctor_details_wrapper_sidebar {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media only screen and (max-width: 991px) {
  .location_detail_page_res_sidebar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer_wrapper .row {
    --bs-gutter-y: 2rem;
  }
  .footer .footer_wrapper_logo {
    gap: 1.5rem;
  }
  .footer .footer_wrapper_logo .logo_icons {
    gap: 1rem;
  }
  .footer .footer_wrapper_menu .menu_list h1, .footer .footer_wrapper_menu .menu_list h2, .footer .footer_wrapper_menu .menu_list h3, .footer .footer_wrapper_menu .menu_list h4, .footer .footer_wrapper_menu .menu_list h5, .footer .footer_wrapper_menu .menu_list h6 {
    margin-bottom: 1.5rem;
  }
  .footer .footer_wrapper_copiright .copiright_wrapper_policy {
    gap: 1rem;
  }
  .footer .footer_wrapper_copiright .copiright_wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .header_wrapper_menu--mobile_menu {
    min-width: 464px;
  }
  .header .header_wrapper_menu--mobile_menu .menu_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 6%;
    padding-right: 6%;
    margin-top: 5.5rem;
    align-items: start;
  }
  .header .header_wrapper .header_search_block_container {
    padding: 0.75rem;
    transform: translateY(20px);
  }
  .header .header_wrapper .header_search_block_container.is_show {
    transform: translateY(66px);
  }
  .hero_banner .hero_banner_wrapper_details {
    bottom: 56px;
  }
  .hero_banner .hero_banner_wrapper_image {
    height: 24rem;
  }
  .about_section .about_section_wrapper_detail h1, .about_section .about_section_wrapper_detail h2, .about_section .about_section_wrapper_detail h3, .about_section .about_section_wrapper_detail h4, .about_section .about_section_wrapper_detail h5, .about_section .about_section_wrapper_detail h6 {
    margin-bottom: 1rem;
  }
  .about_section .about_section_wrapper_thambnail {
    margin-top: 2rem;
  }
  .about_section .about_section_featurs_wrapper_item {
    padding: 2rem 1rem 0 0;
    min-width: auto;
  }
  .about_section .about_section_featurs_wrapper_item::after {
    content: " ";
    width: 1.5rem;
    height: 1.5rem;
  }
  .about_section .about_section_featurs_wrapper_item::before {
    top: 12px;
  }
  .expertise_section .expertise_section_wrapper .row {
    --bs-gutter-y:2rem;
  }
  .expertise_section .expertise_section_wrapper_options_list_item {
    gap: 1rem;
    margin-top: 1rem;
  }
  .expertise_section .expertise_section_wrapper_options_button {
    margin-top: 2rem;
  }
  .hospital .hospital_wrapper_slider {
    margin-top: 2rem;
  }
  .doctor_section .doctor_section_wrapper .row {
    --bs-gutter-y: 2rem;
  }
  .doctor_section .doctor_section_wrapper_slider {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .about_pageIntro_section .about_pageIntro_section_wrapper .row {
    --bs-gutter-y:2rem;
  }
  .mission_vission_section .mission_vission_section_wrapper .row {
    --bs-gutter-y: 2rem;
  }
  .mission_vission_section .mission_vission_section_wrapper_block {
    margin-bottom: 0rem;
  }
  .mission_vission_section_block_values {
    margin-top: 2rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .services_pageIntro_section .services_pageIntro_section_wrapper .row {
    --bs-gutter-y:2rem;
  }
  .services_list .services_list_wrapper_block h1, .services_list .services_list_wrapper_block h2, .services_list .services_list_wrapper_block h3, .services_list .services_list_wrapper_block h4, .services_list .services_list_wrapper_block h5, .services_list .services_list_wrapper_block h6 {
    margin-bottom: 1.5rem;
  }
  .services_list .services_list_wrapper_block p {
    margin-bottom: 2rem;
  }
  .services_cta .services_cta_wrapper_block_heading {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .doctor_list .doctor_list_wrapper_block .row {
    --bs-gutter-y: 2rem;
  }
  .doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list_items {
    max-height: 488px;
  }
  .doctor_list .doctor_list_wrapper_block_doctor_list .row {
    --bs-gutter-x:auto;
    --bs-gutter-y:2rem;
  }
  .doctor_list .doctor_list_wrapper_tabs_block {
    margin-bottom: 2rem;
  }
  .doctor_list .doctor_list_wrapper_card_block_btn {
    margin-top: 2rem;
  }
  .doctor_list .doctor_list_wrapper_card_block .row {
    --bs-gutter-x:auto;
    --bs-gutter-y:2rem;
  }
}
@media only screen and (max-width: 767px) {
  .profile_section .profile_section_wrapper .row {
    --bs-gutter-y:2rem;
  }
  .profile_section .profile_section_wrapper .row {
    --bs-gutter-y:2rem;
  }
  .profile_section .profile_section_wrapper_detail .common_page_title p {
    margin-bottom: 1rem;
  }
  .profile_section .profile_section_wrapper_detail_social_media {
    margin-top: 2rem;
    gap: 1rem;
  }
  .profile_section .profile_section_wrapper_detail_social_media a img {
    width: 2rem;
    height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .specilisation_section .specilisation_section_wrapper_block.whyUs_block .row {
    --bs-gutter-x:auto;
  }
}
@media only screen and (max-width: 767px) {
  .process_section .process_section_wrapper .row {
    --bs-gutter-y:2rem;
  }
}
@media only screen and (max-width: 767px) {
  .core_value_section .core_value_section_wrapper .row {
    --bs-gutter-y:2rem;
  }
  .core_value_section .core_value_section_wrapper_features {
    gap: 1.5rem;
  }
  .core_value_section .core_value_section_wrapper_features_item .item_image_heading {
    align-items: center;
  }
  .core_value_section .core_value_section_wrapper_features_item .item_image_heading h1, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h2, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h3, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h4, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h5, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h6 {
    font-size: 1.125rem;
    line-height: 1.65rem;
  }
}
@media only screen and (max-width: 767px) {
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list_detail {
    max-height: 488px;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta {
    margin-top: 2.5rem;
  }
  .specialist_detail .specialist_detail_wrapper .row {
    --bs-gutter-y:2rem;
  }
  .specialist_detail .specialist_detail_wrapper_detail h1, .specialist_detail .specialist_detail_wrapper_detail h2, .specialist_detail .specialist_detail_wrapper_detail h3, .specialist_detail .specialist_detail_wrapper_detail h4, .specialist_detail .specialist_detail_wrapper_detail h5, .specialist_detail .specialist_detail_wrapper_detail h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .specialist_detail .specialist_detail_wrapper_detail ol, .specialist_detail .specialist_detail_wrapper_detail ul {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq_section_detail_category {
    padding-top: 3rem;
  }
  .faq_section_detail_category_accordian_block .accordion-item {
    margin-bottom: 1.5rem;
  }
  .faq_section_detail_category_accordian_block .accordion-button p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .doctor_details .doctor_details_wrapper .row {
    --bs-gutter-y: 2.5rem;
  }
  .doctor_details .doctor_details_wrapper_sidebar {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .doctor_details .doctor_details_wrapper_detail h1, .doctor_details .doctor_details_wrapper_detail h2, .doctor_details .doctor_details_wrapper_detail h3, .doctor_details .doctor_details_wrapper_detail h4, .doctor_details .doctor_details_wrapper_detail h5, .doctor_details .doctor_details_wrapper_detail h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .header .header_wrapper {
    padding: 1rem 0;
  }
  .header .header_wrapper_logo {
    max-width: 108px;
  }
  .header .header_wrapper_menu.hero_menu {
    min-width: 100%;
  }
  .header .header_wrapper_menu.hero_menu .menu_list {
    margin-top: 4rem;
    gap: 1.5rem;
  }
  .header .header_wrapper_menu--mobile_menu {
    min-width: 100%;
  }
  .header .header_wrapper_menu--mobile_menu .menu_list {
    margin-top: 4rem;
    gap: 1.5rem;
  }
  .header .header_wrapper .header_search_block_container {
    padding: 0.5rem;
    transform: translateY(30px);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .header .header_wrapper .header_search_block_container.is_show {
    transform: translateY(55px);
  }
  .header .header_wrapper .header_search_block_container .search_form_wrapper .form-select {
    font-size: 0.9rem;
    line-height: 1.125rem;
    max-width: 72px;
  }
  .header .header_wrapper .header_search_block_container .search_form_wrapper .form-control {
    font-size: 0.9rem;
    line-height: 1.125rem;
  }
  .header .header_wrapper .header_search_block_container .search_form_wrapper .form-control::-moz-placeholder {
    font-size: 0.9rem;
    line-height: 1.125rem;
  }
  .header .header_wrapper .header_search_block_container .search_form_wrapper .form-control::placeholder {
    font-size: 0.9rem;
    line-height: 1.125rem;
  }
  .header .header_wrapper .header_search_block .search_wrapper {
    margin-right: 0.75rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer .footer_wrapper .row {
    --bs-gutter-y:1.5rem;
  }
  .footer .footer_wrapper_logo {
    gap: 1rem;
  }
  .footer .footer_wrapper_logo .logo_wrapper {
    max-width: 132px;
  }
  .footer .footer_wrapper_logo .logo_icons {
    gap: 0.5rem;
  }
  .footer .footer_wrapper_logo .logo_icons_wrapper a img {
    width: 1.25rem;
    height: 1.25rem;
  }
  .footer .footer_wrapper_menu .menu_list h1, .footer .footer_wrapper_menu .menu_list h2, .footer .footer_wrapper_menu .menu_list h3, .footer .footer_wrapper_menu .menu_list h4, .footer .footer_wrapper_menu .menu_list h5, .footer .footer_wrapper_menu .menu_list h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
  .footer .footer_wrapper_menu .menu_list li {
    padding-bottom: 0.5rem;
  }
  .footer .footer_wrapper_copiright {
    padding-bottom: 1.5rem;
  }
  .footer .footer_wrapper_copiright .copiright_wrapper {
    flex-direction: column;
    gap: 0.75rem;
  }
  .footer .footer_wrapper_copiright .copiright_wrapper_policy {
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }
  .footer .footer_wrapper_copiright .copiright_wrapper_powerd {
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .hero_banner {
    margin: 62px 0rem 0 0rem;
  }
  .about_section .about_section_wrapper_thambnail {
    margin-top: 1.5rem;
  }
  .about_section .about_section_featurs {
    padding-bottom: 1.5rem;
  }
  .about_section .about_section_featurs_wrapper_item {
    padding: 1.5rem 0.75rem 0 0;
  }
  .about_section .about_section_featurs_wrapper_item p {
    font-family: "Fustat", sans-serif;
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
  .expertise_section .expertise_section_wrapper .row {
    --bs-gutter-x:auto;
    --bs-gutter-y:1.5rem;
  }
  .expertise_section .expertise_section_wrapper_options_list_item .item_icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .expertise_section .expertise_section_wrapper_options_list_item {
    margin-top: 0.75rem;
  }
  .expertise_section .expertise_section_wrapper_options_list_item .item_count {
    font-family: "Fustat", sans-serif;
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
  .expertise_section .expertise_section_wrapper_options_list_item .item_wrapper p {
    font-family: "Fustat", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .expertise_section .expertise_section_wrapper_options_list_item .item_wrapper_icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .expertise_section .expertise_section_wrapper_options_button {
    margin-top: 1.5rem;
  }
  .hospital .hospital_wrapper_slider {
    margin-top: 1.5rem;
  }
  .doctor_section .doctor_section_wrapper .row {
    --bs-gutter-y:1.5rem;
  }
  .doctor_section .doctor_section_wrapper_slider {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .about_pageIntro_section .about_pageIntro_section_wrapper .row {
    --bs-gutter-y:1.5rem;
  }
  .mission_vission_section .mission_vission_section_wrapper .row {
    --bs-gutter-y: 1rem;
  }
  .mission_vission_section .mission_vission_section_wrapper_block {
    margin-bottom: 0;
  }
  .mission_vission_section_block_values {
    margin-top: 1.5rem !important;
  }
}
@media only screen and (max-width: 575px) {
  .services_pageIntro_section .services_pageIntro_section_wrapper .row {
    --bs-gutter-y:1.5rem;
  }
  .services_pageIntro_section .services_pageIntro_section_wrapper_thamnail {
    width: 98%;
  }
  .services_pageIntro_section .services_pageIntro_section_wrapper_thamnail_wrapper {
    margin-left: 12px;
  }
  .services_list .services_list_wrapper_block {
    row-gap: 3rem;
  }
  .services_list .services_list_wrapper_block_item h1, .services_list .services_list_wrapper_block_item h2, .services_list .services_list_wrapper_block_item h3, .services_list .services_list_wrapper_block_item h4, .services_list .services_list_wrapper_block_item h5, .services_list .services_list_wrapper_block_item h6 {
    margin-bottom: 1rem;
  }
  .services_list .services_list_wrapper_block_item p {
    margin-bottom: 1.5rem;
  }
  .services_cta {
    margin-bottom: 1.5rem;
  }
  .services_cta .services_cta_wrapper_block {
    border-radius: 1rem;
  }
  .services_cta .services_cta_wrapper_block_heading {
    padding: 1.5rem;
    gap: 1rem;
  }
  .services_cta .services_cta_wrapper_block_image {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
  }
  .services_cta .services_cta_wrapper_block_image img {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .doctor_list .doctor_list_wrapper_block .row {
    --bs-gutter-y:1.5rem;
  }
  .doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list {
    border-radius: 1rem;
    padding: 1.5rem;
  }
  .doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list_items {
    max-height: 348px;
  }
  .doctor_list .doctor_list_wrapper_block_sidebar .sidebar_list_items::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .doctor_list .doctor_list_wrapper_tabs_block {
    margin-bottom: 1.5rem;
  }
  .doctor_list .doctor_list_wrapper_card_block_btn {
    margin-top: 2rem;
  }
  .doctor_list .doctor_list_wrapper_card_block .row {
    --bs-gutter-x:auto;
    --bs-gutter-y:1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .profile_section .profile_section_wrapper .row {
    --bs-gutter-y:1.5rem;
  }
  .profile_section .profile_section_wrapper .row.content_left {
    margin-top: 1.5rem;
  }
  .profile_section .profile_section_wrapper_detail .common_page_title p {
    font-size: 0.9rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .profile_section .profile_section_wrapper_detail_social_media {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
  .profile_section .profile_section_wrapper_detail_social_media a img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .profile_section .profile_section_wrapper_image img {
    aspect-ratio: 3.2/3.5;
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .specilisation_section .specilisation_section_wrapper_block.whyUs_block .row {
    --bs-gutter-y:1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .contact_form .contact_form_wrapper_block .form_input {
    margin-bottom: 1.5rem;
  }
  .contact_form .contact_form_wrapper_block .form_input .form-control,
  .contact_form .contact_form_wrapper_block .form_input .form-select {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
  .contact_form .contact_form_wrapper_block .form_input .form-control::-moz-placeholder, .contact_form .contact_form_wrapper_block .form_input .form-select::-moz-placeholder {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
  .contact_form .contact_form_wrapper_block .form_input .form-control::placeholder,
  .contact_form .contact_form_wrapper_block .form_input .form-select::placeholder {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .process_section .process_section_wrapper .row {
    --bs-gutter-y:1.5rem;
  }
  .process_section .process_section_wrapper_image img {
    aspect-ratio: 5/4.6;
  }
  .process_section .process_section_wrapper_features_list li, .process_section .process_section_wrapper_features ul li {
    margin-bottom: 0.5rem;
  }
  .process_section .process_section_wrapper_features_list li p, .process_section .process_section_wrapper_features ul li p {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
  .process_section .process_section_wrapper_features_list li::after, .process_section .process_section_wrapper_features ul li::after {
    top: 6px;
  }
  .process_section .process_section_wrapper_features_list li::before, .process_section .process_section_wrapper_features ul li::before {
    width: 16px;
    top: 9px;
  }
}
@media only screen and (max-width: 575px) {
  .core_value_section .core_value_section_wrapper .row {
    --bs-gutter-y:1.5rem;
  }
  .core_value_section .core_value_section_wrapper_features {
    gap: 1.5rem;
  }
  .core_value_section .core_value_section_wrapper_features_item .item_image_heading {
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .core_value_section .core_value_section_wrapper_features_item .item_image_heading h1, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h2, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h3, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h4, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h5, .core_value_section .core_value_section_wrapper_features_item .item_image_heading h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .core_value_section .core_value_section_wrapper_features_item .item_image_heading img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .core_value_section .core_value_section_wrapper_features_item p {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list {
    border-radius: 1rem;
    padding: 1.5rem;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list_detail {
    max-height: 348px;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list_detail::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li a {
    font-size: 0.9rem;
    line-height: 1.125rem;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li a::after {
    width: 8px;
    height: 8px;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_category_list ul li a::before {
    width: 10px;
    top: 11px;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta {
    margin-top: 2rem;
    border-radius: 1rem;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_image {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_block {
    padding: 1.5rem;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_block_contact ul {
    margin-top: 1rem;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_block_contact ul li {
    padding-bottom: 0.25rem;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_block_contact ul li a {
    font-size: 0.9rem;
    line-height: 1.25rem;
    gap: 1rem;
  }
  .specialist_detail .specialist_detail_wrapper_sidebar .sidebar_cta_block_contact ul li a span svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .specialist_detail .specialist_detail_wrapper_detail img {
    border-radius: 1rem;
    margin-bottom: 1rem;
  }
  .specialist_detail .specialist_detail_wrapper_detail h1, .specialist_detail .specialist_detail_wrapper_detail h2, .specialist_detail .specialist_detail_wrapper_detail h3, .specialist_detail .specialist_detail_wrapper_detail h4, .specialist_detail .specialist_detail_wrapper_detail h5, .specialist_detail .specialist_detail_wrapper_detail h6 {
    font-size: 1.25rem;
    line-height: 1.65rem;
  }
  .specialist_detail .specialist_detail_wrapper_detail ol li {
    font-size: 0.9rem;
    line-height: 1.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
  }
  .specialist_detail .specialist_detail_wrapper_detail ol li::before {
    height: 12px;
    width: 6px;
  }
  .specialist_detail .specialist_detail_wrapper_detail ol ul {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .specialist_detail .specialist_detail_wrapper_detail ul li {
    font-size: 0.9rem;
    line-height: 1.25rem;
    padding-bottom: 0.5rem;
  }
  .specialist_detail .specialist_detail_wrapper_detail ul li::before {
    top: 3px;
    height: 12px;
    width: 5px;
  }
  .specialist_detail .specialist_detail_wrapper .row {
    --bs-gutter-y:1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .faq_section_detail_category {
    padding-top: 2rem;
  }
  .faq_section_detail_category_accordian_block .accordion-item {
    margin-bottom: 1rem;
  }
  .faq_section_detail_category_accordian_block .accordion-button p {
    font-size: 1.125rem;
    line-height: 1.65rem;
  }
  .faq_section_detail_category_accordian_block .accordion-button {
    gap: 1.5rem;
    padding: 0.75rem 1rem;
  }
  .faq_section_detail_category_accordian_block .accordion-body {
    padding: 0.75rem 1rem;
  }
  .faq_section_detail_category_accordian_block .accordion-body p {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
  .faq_section_detail_category_accordian_block .accordion-body ol, .faq_section_detail_category_accordian_block .accordion-body ul {
    margin-bottom: 1rem;
  }
  .faq_section_detail_category_accordian_block .accordion-body ol li, .faq_section_detail_category_accordian_block .accordion-body ul li {
    font-size: 0.9rem;
    line-height: 1.25rem;
    padding-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 575px) {
  .doctor_details .doctor_details_wrapper .row {
    --bs-gutter-y: 2rem;
  }
  .doctor_details .doctor_details_wrapper_sidebar {
    margin-left: auto;
    margin-right: auto;
  }
  .doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list {
    border-radius: 1rem;
  }
  .doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list_detail img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .doctor_details .doctor_details_wrapper_sidebar .sidebar_category_list_detail .hospital_logo {
    padding: 1.5rem;
  }
  .doctor_details .doctor_details_wrapper_detail h1, .doctor_details .doctor_details_wrapper_detail h2, .doctor_details .doctor_details_wrapper_detail h3, .doctor_details .doctor_details_wrapper_detail h4, .doctor_details .doctor_details_wrapper_detail h5, .doctor_details .doctor_details_wrapper_detail h6 {
    font-size: 1.25rem;
    line-height: 1.65rem;
    margin-bottom: 0.5rem;
  }
  .doctor_details .doctor_details_wrapper_detail ol {
    margin-bottom: 1rem;
  }
  .doctor_details .doctor_details_wrapper_detail ol ul {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    list-style: disc;
  }
  .doctor_details .doctor_details_wrapper_detail ol ul li {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
  .doctor_details .doctor_details_wrapper_detail ol li {
    font-size: 0.9rem;
    line-height: 1.25rem;
    padding-bottom: 0.5rem;
  }
  .doctor_details .doctor_details_wrapper_detail ol li::before {
    height: 12px;
    width: 6px;
  }
  .doctor_details .doctor_details_wrapper_detail ul {
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
  .doctor_details .doctor_details_wrapper_detail ul li {
    font-size: 0.9rem;
    line-height: 1.25rem;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 390px) {
  .services_pageIntro_section .services_pageIntro_section_wrapper_heading h1, .services_pageIntro_section .services_pageIntro_section_wrapper_heading h2, .services_pageIntro_section .services_pageIntro_section_wrapper_heading h3, .services_pageIntro_section .services_pageIntro_section_wrapper_heading h4, .services_pageIntro_section .services_pageIntro_section_wrapper_heading h5, .services_pageIntro_section .services_pageIntro_section_wrapper_heading h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
  .services_list .services_list_wrapper_block {
    row-gap: 2.5rem;
  }
  .services_cta .services_cta_wrapper_block_heading {
    padding: 1rem;
  }
}
@media only screen and (max-width: 390px) {
  .doctor_list .doctor_list_wrapper_tabs_block {
    margin-bottom: 1rem;
  }
  .doctor_list .doctor_list_wrapper_card_block_btn {
    margin-top: 1.5rem;
  }
  .doctor_list .doctor_list_wrapper_card_block .row {
    --bs-gutter-y:.5rem;
  }
}
@media only screen and (max-width: 390px) {
  .profile_section .profile_section_wrapper .row.content_left {
    margin-top: 1rem;
  }
  .profile_section .profile_section_wrapper_detail_social_media {
    margin-top: 1rem;
  }
}
/*
    => 991px -- 3rem ; (Row , top-margin,) 

    => 767px -- 1rem; heading bottom
    => 767px -- margintop 3rem to 2rem 
    => 767px -- row 3rem to 2rem 

    =>575px -- 1rem to 0.5rem;
    =>575px -- 2rem to 1.5rem;
*/
.common_spacing_X {
  padding-left: 6%;
  padding-right: 6%;
}
@media only screen and (max-width: 575px) {
  .common_spacing_X {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.common_spacing_Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 991px) {
  .common_spacing_Y {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .common_spacing_Y {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .common_spacing_Y {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.popup {
  position: fixed;
  width: 100%;
  height: 100lvh;
  inset: 0;
  background: rgba(0, 0, 0, 0.274);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.popup.show {
  opacity: 1;
  visibility: visible;
}
.popup .popup_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100lvh;
}
.popup .popup_wrapper_block {
  padding: 24px 0;
  overflow-y: scroll;
  max-height: 100%;
}
.popup .popup_wrapper_block::-webkit-scrollbar {
  display: none;
}
.popup .popup_wrapper_card {
  min-width: 500px;
  max-width: 600px;
  padding: 1.5rem 3rem 3rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  position: relative;
  border: 1px solid #FAFAFA;
}
.popup .popup_wrapper_card_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 1rem 1rem;
}
.popup .popup_wrapper_card_header h1, .popup .popup_wrapper_card_header h2, .popup .popup_wrapper_card_header h3, .popup .popup_wrapper_card_header h4, .popup .popup_wrapper_card_header h5, .popup .popup_wrapper_card_header h6 {
  font-family: "Fustat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #4872B7;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .popup .popup_wrapper_card_header h1, .popup .popup_wrapper_card_header h2, .popup .popup_wrapper_card_header h3, .popup .popup_wrapper_card_header h4, .popup .popup_wrapper_card_header h5, .popup .popup_wrapper_card_header h6 {
    font-size: 1.125rem;
    line-height: 1.65rem;
  }
}
@media only screen and (max-width: 575px) {
  .popup .popup_wrapper_card_header h1, .popup .popup_wrapper_card_header h2, .popup .popup_wrapper_card_header h3, .popup .popup_wrapper_card_header h4, .popup .popup_wrapper_card_header h5, .popup .popup_wrapper_card_header h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .popup .popup_wrapper_card_header {
    padding: 1rem 0 0.5rem 1rem;
  }
}
.popup .popup_wrapper_card_body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem;
}
.popup .popup_wrapper_card_body::-webkit-scrollbar {
  width: 4px;
  border: none;
  border-radius: 4px;
}
.popup .popup_wrapper_card_body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-height: 866px) {
  .popup .popup_wrapper_card_body {
    max-height: 600px;
  }
}
@media only screen and (max-height: 825px) {
  .popup .popup_wrapper_card_body {
    max-height: 500px;
  }
}
@media only screen and (max-height: 725px) {
  .popup .popup_wrapper_card_body {
    max-height: 400px;
  }
}
.popup .popup_wrapper_card .popup_close {
  border: none;
  background: none;
  right: 1.5rem;
  top: 1rem;
}
.popup .popup_wrapper_card .popup_close svg {
  width: 28px;
  height: 28px;
}
@media only screen and (max-width: 575px) {
  .popup .popup_wrapper_card .popup_close svg {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .popup .popup_wrapper_card .popup_close {
    top: 6px;
    right: 9px;
  }
}
.popup .popup_wrapper_card_body .form-control,
.popup .popup_wrapper_card_body .form-label,
.popup .popup_wrapper_card_body .form-select {
  font-family: "Fustat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #000000;
}
.popup .popup_wrapper_card_body .form-control a,
.popup .popup_wrapper_card_body .form-label a,
.popup .popup_wrapper_card_body .form-select a {
  color: #000000;
}
@media only screen and (max-width: 575px) {
  .popup .popup_wrapper_card_body .form-control,
  .popup .popup_wrapper_card_body .form-label,
  .popup .popup_wrapper_card_body .form-select {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-bottom: 4px;
  }
}
.popup .popup_wrapper_card_body .form-check {
  margin-bottom: 0.75rem;
}
.popup .popup_wrapper_card_body .form-check-label {
  font-family: "Fustat", sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #000000;
}
.popup .popup_wrapper_card_body .form-check-label a {
  color: #000000;
}
@media only screen and (max-width: 575px) {
  .popup .popup_wrapper_card_body .form-check-label {
    font-size: 11px;
    line-height: 16px;
  }
}
.popup .popup_wrapper_card_body_form_button {
  margin-top: 2rem;
}
@media only screen and (max-width: 575px) {
  .popup .popup_wrapper_card_body_form_button {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 390px) {
  .popup .popup_wrapper_card_body_form_button {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .popup .popup_wrapper_card {
    padding: 1rem 2rem 2rem 2rem;
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .popup .popup_wrapper_card {
    border-radius: 1rem;
    padding: 0 1.125rem 1.125rem 1.125rem;
  }
}
@media only screen and (max-width: 390px) {
  .popup .popup_wrapper_card {
    min-width: 100%;
  }
}

.required-fild {
  color: #dc3545 !important;
}

.text-danger {
  font-family: "Fustat", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 2px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .text-danger {
    font-size: 11px;
    line-height: 15px;
  }
}/*# sourceMappingURL=main.css.map */