/*
Template Name: Alfardan Medical
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
:root {
  --font_en: "Neo Sans Pro", sans-serif;
  --font_ar: "Neo Sans Arabic";
  --font_awesome: "Font Awesome 5 Pro";
  --primary: #280071;
  --secondary: #c89328;
  --secondary_dark: #9b5a1a;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  transition: all 0.2s ease;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font_en);
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: white;
  color: #101820;
}
[dir="rtl"] body {
  font-family: var(--font_ar);
}

p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

/*-------------------------------------------------
    [ ## Heading ]
---------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.font-ar {
  font-family: var(--font_ar);
}

.font-en {
  font-family: var(--font_en);
}

/*-------------------------------------------------
    [ ## Fields ]
---------------------------------------------------*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
  box-shadow: none;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0rem 100rem rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0 0 0rem 100rem rgba(0, 0, 0, 0) inset;
  -webkit-text-fill-color: #000 !important;
}

input:-webkit-autofill:focus {
  box-shadow: 0 0 0rem 100rem rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0 0 0rem 100rem rgba(0, 0, 0, 0) inset;
  -webkit-text-fill-color: #000 !important;
}

/***/
@media screen and (min-width: 1200px) {
  .form_row {
    --bs-gutter-x: 4.5rem;
  }
}
.form_group {
  margin-bottom: 2rem;
}
.form-control,
.form-select {
  height: 45px;
}
.form-control[type="file"] {
  height: 38px;
}
.form-control,
.form-select,
textarea.form-control {
  font-size: 16px;
}
textarea.form-control {
  display: block;
  width: 100%;
  display: block;
  min-height: 10rem;
  padding-top: 0;
}
textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-floating > .form-control {
  border: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.btn-submit {
}

/****/
::-webkit-input-placeholder {
  color: #000;
}

.widget_newsletter::-webkit-input-placeholder {
  color: #808080;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

/**
 * Hide element while making it readable for screen readers
 */
.figure {
  display: block;
}

@keyframes fadeLoop {
  0% {
    opacity: 0.2;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.topbutton {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  background-color: white;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.topbutton.btn-show {
  visibility: visible;
  opacity: 1;
}

.glightbox-clean .gslide-title {
  margin: 0;
}

.pagination_wrapper {
  margin-top: 5rem;
}
.pagination_wrapper .pagination {
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.pagination_wrapper .pagination .page-link {
  background-color: #e9e9e9;
  width: 5rem;
  height: 5rem;
  font-size: 1.8rem;
  font-weight: 600;
  border: 0;
  box-shadow: none;
  display: grid;
  place-content: center;
  color: #8f8f8f;
  transition: all 0.15s ease;
}
.pagination_wrapper .pagination .page-link.active,
.pagination_wrapper .pagination .page-link:hover {
  background-color: #828282;
  color: white;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 1024;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container {
  width: 100% !important;
}

.vr {
  background-color: var(--secondary);
}

/*--------------------------------------------------------------
    [ ## Button ]
--------------------------------------------------------------*/
.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-border-radius: 3rem;
  --bs-btn-font-size: 14px;
  --bs-btn-font-weight: 400;
  padding-top: 0.65rem;
}
.btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 50px;
  transition: all 0.15s ease;
}
@media screen and (max-width: 1199px) {
  .btn-secondary {
    font-size: 12px;
    padding: 10px 16px;
  }
}
.btn-secondary:hover {
  background-color: var(--primary);
  color: white;
}
.btn-outline-secondary {
  --bs-btn-color: #9b5a1a;
  --bs-btn-border-color: #9b5a1a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c89328;
  --bs-btn-hover-border-color: #c89328;
  --bs-btn-focus-shadow-rgb: 200, 147, 40;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c89328;
  --bs-btn-active-border-color: #c89328;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #9b5a1a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #9b5a1a;
  --bs-gradient: none;
}

/*--------------------------------------------------------------
    [ ## Container ]
--------------------------------------------------------------*/
.container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 765px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}
@media screen and (min-width: 1660px) {
  .container {
    max-width: 1600px;
  }
}

/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.25s;
}
header .header-top {
  background-color: var(--primary);
}
header .header-top .nav {
  gap: 0 25px;
  align-items: center;
}
header .header-top .search_form {
  margin: 0;
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  header .header-top .search_form {
    display: none;
  }
}
header .header-top .search_form input {
  width: 200px;
  height: 40px;
  border-radius: 100px !important;
  padding: 15px 20px;
  transition: all 0.15s ease;
  border: 0;
}
header .header-top .search_form input::placeholder {
  font-weight: 300;
}
header .header-top .search_form input:focus,
header .header-top .search_form input:not(:placeholder-shown) {
  width: 300px;
}
header .header-top .search_form button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  background-color: transparent;
  border: 0;
  padding: 0;
}
[dir="rtl"] header .header-top .search_form button {
  right: inherit;
  left: 20px;
}
header .header-top .links {
  display: flex;
}
header .header-top .links li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}
header .header-top .links li + li {
  border-left: 1px solid white;
}
[dir="rtl"] header .header-top .links li + li {
  border-left: 0;
  border-right: 1px solid white;
}
header .header-top .links a {
  color: white;
  padding: 5px 7px;
  transition: all 0.15s ease;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  header .header-top .links a {
    font-size: 14px;
    padding: 8px 12px;
  }
}
@media screen and (min-width: 992px) {
  header .header-top .links a {
    padding: 10px 15px;
    font-size: 16px;
  }
}
header .header-top .links a:hover {
  color: var(--secondary);
}
header .header-bottom {
  padding: 20px 0;
  background-color: white;
  transition: all 0.15s ease;
}
@media screen and (max-width: 991px) {
  header .header-bottom {
    padding: 10px 0;
  }
}
header .header-bottom .button-groups {
  gap: 10px;
}
@media screen and (max-width: 575px) {
  header .header-bottom .button-groups .btn-secondary {
    font-size: 11px;
    padding: 6px 12px;
  }
}
@media screen and (min-width: 1200px) {
  header .header-bottom .button-groups {
    margin-inline-start: 25px;
  }
}
header .header-bottom .nav {
  gap: 10px;
}
header .brand-logo {
  max-width: 160px;
}
@media screen and (min-width: 1200px) {
  header .brand-logo {
    max-width: 260px;
  }
}
header .main_menu {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-inline-start: auto;
}
@media screen and (max-width: 991px) {
  header .main_menu {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  header .main_menu {
    gap: 10px;
  }
}
header .main_menu a {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 5px;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1200px) {
  header .main_menu a {
    padding: 6px 10px;
  }
}
@media screen and (min-width: 1400px) {
  header .main_menu a {
    padding: 6px 15px;
  }
}
header .main_menu a:hover {
  color: var(--secondary);
}
header .menu-item-has-children {
  position: relative;
}
header .menu-item-has-children > a::after {
  content: url(../images/angle-down.svg);
  display: inline-block;
  line-height: 1;
}
header .menu-item-has-children .menu-item-has-children > a {
  justify-content: space-between;
}
header .menu-item-has-children .menu-item-has-children > a::after {
  transform: rotate(270deg);
}
[dir="rtl"] header .menu-item-has-children .menu-item-has-children > a::after {
  transform: rotate(90deg);
}
header .menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  background-color: white;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-width: 200px;
  padding: 10px 0;
  transition: all 0.15s ease;
  opacity: 0;
  visibility: hidden;
}
header .menu-item-has-children > .sub-menu a {
  display: flex;
  padding: 8px 20px;
  transition: all 0.15s ease;
  font-weight: 500;
  font-size: 14px;
  color: var(--primary);
}
header .menu-item-has-children > .sub-menu a:hover {
  color: var(--secondary);
  background-color: #f5f5f5;
}
header .menu-item-has-children > .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateY(-10px);
  background-color: white;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-width: 230px;
  padding: 10px 0;
  transition: all 0.15s ease;
  opacity: 0;
  visibility: hidden;
}
[dir="rtl"] header .menu-item-has-children > .sub-menu .sub-menu {
  left: inherit;
  right: 100%;
}
header .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
}
header .menu-item-has-children:hover > .sub-menu .sub-menu {
  transform: translateY(-10px);
}
header .navbar-toggler {
  width: 20px;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--primary);
}
@media screen and (min-width: 992px) {
  header .navbar-toggler {
    display: none;
  }
}
header .navbar-toggler svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
header .navbar-toggler .close {
  opacity: 0;
}
header .navbar-toggler.menu_active .close {
  opacity: 1;
}
header .navbar-toggler.menu_active .bars {
  opacity: 0;
}
header.sticky {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}

.offcanvas__menu {
  position: fixed;
  top: 0;
  left: -320px;
  bottom: 0;
  width: 300px;
  background-color: white;
  z-index: 1024;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
[dir="rtl"] .offcanvas__menu {
  left: inherit;
  right: -320px;
}
.offcanvas__menu.menu_active {
  left: 0;
}
[dir="rtl"] .offcanvas__menu.menu_active {
  left: inherit;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .offcanvas__menu {
    display: none;
  }
}
.offcanvas__menu .menu-header {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas__menu .menu-header button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: white;
  border: 0;
  border-radius: 0.2rem;
}
.offcanvas__menu .search_form {
  padding: 0 15px;
}
.offcanvas__menu .search_form input {
  width: 100%;
  height: 40px;
  border-radius: 100px !important;
  padding: 15px 20px;
  transition: all 0.15s ease;
  border: 1px solid var(--primary);
}
.offcanvas__menu .search_form input::placeholder {
  font-weight: 300;
}
.offcanvas__menu .search_form button {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  background-color: transparent;
  border: 0;
  padding: 0;
}
[dir="rtl"] .offcanvas__menu .search_form button {
  right: inherit;
  left: 30px;
}
.offcanvas__menu .menu-title {
  padding: 0 15px;
  margin-bottom: 10px;
  color: var(--primary);
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.offcanvas__menu .menu-title::after {
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  background-color: var(--primary);
  opacity: 0.5;
}
.offcanvas__menu .main_menu {
  padding: 0 15px;
}
.offcanvas__menu .main_menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 15px;
  color: var(--primary);
}
.offcanvas__menu .main_menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas__menu .main_menu li.menu-item-has-children > a::after {
  content: url(../images/angle-down.svg);
  display: inline-block;
  line-height: 1;
}
.offcanvas__menu .main_menu li.menu-item-has-children.active > a {
  color: var(--secondary);
}
.offcanvas__menu .main_menu .sub-menu {
  display: none;
  margin-inline-start: 15px;
}
.offcanvas__menu .copyright {
  font-size: 14px;
  color: var(--primary);
  padding: 0 15px 20px;
}

/*--------------------------------------------------------------
    [ ## Page Banner]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
footer .footer-top {
  background-color: var(--primary);
  padding: 50px 0;
}
footer .menu-widget h6 {
  color: white;
  font-size: 22px;
  margin-bottom: 15px;
}
footer .menu-widget .menu-list a {
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  padding: 3px 0;
}
footer .menu-widget .menu-list a:hover {
  color: var(--secondary);
}
footer .menu-widget .contct_info li {
  margin: 15px 0;
}
footer .menu-widget .contct_info a {
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  padding: 3px 0;
}
footer .menu-widget .contct_info a:hover {
  color: var(--secondary);
}
footer .menu-widget .socials {
  color: white;
  margin-top: 60px;
}
footer .menu-widget .socials span {
  margin-inline-end: 15px;
}
footer .menu-widget .socials a:hover {
  color: var(--secondary);
}
footer .menu-widget .socials a + a {
  margin-inline-start: 10px;
}
footer .working_hrs {
  border: 2px solid white;
  border-radius: 15px;
  background-color: #36377a;
  padding: 20px;
}
footer .working_hrs .item {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .working_hrs .item span {
  font-size: 14px;
}
footer .working_hrs .item + .item {
  margin-top: 10px;
}
footer .footer-bottom {
  padding: 5px 0;
}
footer .footer-bottom p,
footer .footer-bottom a {
  color: var(--primary);
  font-size: 14px;
}
footer .footer-bottom a:hover {
  color: var(--secondary);
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer .footer-top {
    padding: 30px 0;
  }
  footer .footer-bottom p,
  footer .footer-bottom a {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
/* Make sure hero reserves height so layout doesn't collapse */
#hero_carousel {
  min-height: auto;
}
#hero_carousel .swiper-wrapper.is-hidden {
  visibility: hidden;
}
.hero .swiper-slide {
  height: 390px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 15px 0;
}

@media screen and (min-width: 576px) {
  .hero .swiper-slide {
    height: 545px;
    padding: 100px 0;
  }
}
@media screen and (min-width: 767px) {
  #hero_carousel {
    min-height: 70vh;
  }
}
@media screen and (min-width: 1400px) {
  .hero .swiper-slide {
    height: 845px;
    padding: 150px 0;
  }
}
.hero .slide_title {
  font-size: 30px;
  color: white;
  font-weight: normal;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.54);
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .hero .slide_title {
    font-size: 48px;
    max-width: 560px;
  }
}
@media screen and (min-width: 1400px) {
  .hero .slide_title {
    font-size: 64px;
  }
}
.title_underline {
  position: relative;
}
.title_underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--secondary);
}
.title_underline.w_70::after {
  width: 70%;
}
.title_underline.w_80::after {
  width: 80%;
}
.title_underline.w_90::after {
  width: 80%;
}

.our_services {
  background-color: rgba(217, 200, 158, 0.08);
  padding: 40px 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .our_services {
    padding: 80px 0 60px;
  }
}
.our_services .section-title {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.our_services .section-title .title {
  color: var(--primary);
}
.our_services .section-title .btn_link {
  color: var(--secondary);
}
@media screen and (max-width: 576px) {
  .our_services .section-title {
    margin-bottom: 0px;
    justify-content: flex-end;
  }
  .our_services .section-title .btn_link {
    display: block;
    margin-top: 1rem;
  }
}

.btn_link {
  color: var(--secondary);
}
.btn_link:hover {
  color: var(--secondary_dark);
  text-decoration: underline;
}
.our_services .swiper {
  --s: 20px;
  padding: var(--s);
  margin-left: calc(var(--s) * -1);
  margin-right: calc(var(--s) * -1);
}
/* 6-column grid */
.our_services .service-grids {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)); /* exactly 6 per row */
  gap: 2rem;
  align-items: stretch;
  padding: 0 5px;
}
/* Responsive fallbacks (optional) */
@media (max-width: 1200px) {
  .our_services .service-grids {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .our_services .service-grids {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .our_services .service-grids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem;
  }
}
/*@media (max-width: 420px) {
  .our_services .service-grids {
    grid-template-columns: 1fr;
  }
}*/

.our_services .swiper-wrapper {
  height: auto !important;
}
.our_services .service-item {
  background-color: white;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 10px;
}
@media screen and (min-width: 1200px) {
  .our_services .service-item {
    border-radius: 20px;
    padding: 45px 20px;
  }
}
.our_services .service-item {
  aspect-ratio: 1.1;
  padding: 0;
  transition: all 0.3s;
}
.our_services .service-item a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.1;
}
.our_services .service-item .icon img {
  transition: all 0.3s;
  max-width: 85px;
}
@media screen and (max-width: 1199px) {
  .our_services .service-item .icon img {
    height: 60px;
  }
}
.our_services .service-item h6 {
  color: var(--primary);
  margin-top: 5px;
  font-size: 14px;
  transition: all 0.3s;
  max-width: 180px;
}
@media screen and (max-width: 576px) {
  .our_services .service-item h6 {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .our_services .service-item h6 {
    font-size: 16px;
  }
}
.our_services .service-item:hover {
  background: rgb(200 147 40 / 6%);
  box-shadow: 0 0 5px 0 rgb(200 147 39 / 92%);
}
.our_services .service-item:hover .icon img {
  transform: scale(0.8);
  filter: brightness(0.1);
}
.our_services .service-item:hover h6 {
  transform: scale(1.1);
  color: black;
}

.our_services .our_service_slider_controller {
  right: 120px;
  z-index: 1;
  top: 0;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir="rtl"] .our_services .our_service_slider_controller {
  right: inherit;
  left: 20px;
}
@media screen and (max-width: 991px) {
  .our_services .our_service_slider_controller {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .our_services .our_service_slider_controller {
    position: absolute;
  }
}
.our_services .our_service_slider_controller .swiper-button-lock {
  display: none;
}
.our_services .our_service_slider_controller .pagination {
  width: min-content;
}
.our_services
  .our_service_slider_controller
  .pagination
  .swiper-pagination-bullet {
  background: transparent;
  width: 8px;
  height: 8px;
  border: 1px solid var(--secondary);
  opacity: 1;
  transition: all 0.5s ease;
}
.our_services
  .our_service_slider_controller
  .pagination
  .swiper-pagination-bullet-active {
  background: var(--secondary);
  width: 30px;
  border-radius: 10px;
}
.our_services .our_service_slider_controller button {
  --s: 50px;
  width: var(--s);
  height: var(--s);
  border-radius: 100%;
  border: 1px solid var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.15s ease;
  opacity: 0.6;
  cursor: pointer;
}
[dir="rtl"] .our_services .our_service_slider_controller button {
  transform: scaleX(-1);
}
@media screen and (min-width: 992px) {
  .our_services .our_service_slider_controller button {
    --s: 60px;
  }
}
.our_services .our_service_slider_controller button:hover {
  opacity: 1;
}

.about_us {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .about_us {
    padding: 60px 0;
  }
}
.about_us img {
  border-radius: 15px;
}
.about_us .content {
  max-width: 650px;
}
.about_us .content h4 {
  color: var(--secondary);
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .about_us .content h4 {
    margin-bottom: 20px;
  }
}
.about_us .content p {
  line-height: 24px;
}
.about_us .content p + p {
  margin-top: 15px;
}
.about_us .content p a {
  color: var(--secondary_dark);
  transition: all 0.15s ease;
}
.about_us .content p a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.our_team {
  background-color: rgba(217, 200, 158, 0.08);
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .about_us {
    padding: 60px 0;
  }
}
.our_team .section-title {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our_team .section-title .title {
  color: var(--primary);
}
.our_team .section-title form {
  /*display: flex;
  align-items: center;
  gap: 10px;*/
}
.our_team .section-title form .filter-bar {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .our_team .section-title form .filter-bar {
    display: none;
  }
}
.our_team .section-title form select {
  background-color: white;
  border: 1px solid var(--secondary);
  text-align: center;
  padding: 6px 30px 6px 15px;
  color: var(--secondary);
  font-weight: 500;
  font-size: 14px;
  margin: 0 8px;
  background-image: url(../images/angle-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) calc(50% + 2px);
  cursor: pointer;
  outline: none;
  width: 200px;
}
.our_team .section-title form select option {
  text-align: left;
}
.our_team .section-title a {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 14px;
}
/****/
.our_team .filter_wrapper {
  margin: 0;
}
.our_team .filter_wrapper .inner_wrapper {
  background: transparent;
  padding: 0;
}
.our_team .filter_wrapper .col_1 {
  max-width: 320px;
}
.our_team .filter_wrapper .form-control,
.our_team .filter_wrapper .form-select {
  border: 1px solid var(--secondary);
}
.our_team .filter_wrapper .btn {
  width: 100px;
}
/***/
.our_team .team-item .figure {
  margin-bottom: 24px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(81, 70, 137, 0.2);
  transition: all 0.15s ease;
  aspect-ratio: 1;
  overflow: hidden;
}
.our_team .team-item .figure img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  aspect-ratio: 1;
}
.our_team .team-item h5 {
  margin-bottom: 3px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .our_team .team-item h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .our_team .team-item h5 {
    font-size: 23px;
  }
}
.our_team .team-item p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .our_team .team-item p {
    font-size: 13px;
    line-height: 1.25;
  }
}
.our_team .team-item h5,
.our_team .team-item p {
  color: var(--primary);
  text-align: center;
}
.our_team .team-item .doctor-card-actions {
  margin: 1rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.our_team .team-item .doctor-card-actions .btn {
  min-width: 135px;
  padding-top: 12px;
  height: 45px;
}
@media screen and (max-width: 576px) {
  .our_team .team-item .doctor-card-actions .btn {
    min-width: 125px;
    padding-top: 8px;
    height: 35px;
  }
}
.our_team .team-item:hover .figure {
  box-shadow: 0 0 0 5px #c89328;
}
.our_team .load-more {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_team .load-more button {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  background-color: transparent;
  border: 0;
  color: var(--secondary);
  font-size: 16px;
  transition: all 0.15s ease;
}
.our_team .load-more button svg {
  transition: all 0.15s ease;
}
.our_team .load-more button svg path {
  fill: var(--secondary);
}
.our_team .load-more button:hover {
  letter-spacing: 2px;
}
.our_team .load-more button:hover svg {
  transform: translateY(5px);
}

@media screen and (max-width: 767px) {
  .our_team .section-title {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .our_team .section-title .title {
    margin-bottom: 1rem;
  }
  .our_team .filter_wrapper {
    padding: 0;
    width: 100%;
  }
  .our_team .section-title form {
    margin: 0;
  }
  .our_team .section-title form .row_1 {
    flex-flow: column;
  }
  .our_team .filter_wrapper .col_1,
  .our_team .filter_wrapper .col_2,
  .our_team .filter_wrapper .col_3,
  .our_team .filter_wrapper .col_4 {
    width: 100%;
    max-width: 100%;
  }
  .our_team .filter_wrapper .form-control,
  .our_team .filter_wrapper .form-select {
    width: 100%;
    margin: 5px 0;
  }
  .our_team .filter_wrapper .btn {
    width: auto;
    flex: 1 0 0%;
  }
}
/**/
.team-grid .no-results-message {
  width: 100% !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
}
.amnm_no_doctors {
  width: 100%;
  padding: 45px 20px;
  text-align: center;
  color: #2d0b6f;
  font-size: 20px;
  font-weight: 600;
  background: #faf8f3;
  border: 1px solid rgba(201, 147, 38, 0.25);
  border-radius: 18px;
}

/****/
.amnm_programms {
  /*background-color: var(--primary);*/
  background-color: #b27f19;
  padding: 60px 0;
}
.amnm_programms .main-title {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .amnm_programms .main-title {
    font-size: 42px;
  }
}
.amnm_programms .programm_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .amnm_programms .programm_list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.amnm_programms .programm_item {
  transition: all 0.5s ease;
  opacity: 0.2;
  animation: fadeLoop 10s linear infinite;
}
.amnm_programms .programm_item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.amnm_programms .programm_item .icon img {
  height: 60px;
}
@media screen and (min-width: 1200px) {
  .amnm_programms .programm_item .icon img {
    height: 80px;
  }
}
.amnm_programms .programm_item h6 {
  font-weight: normal;
  font-size: 16px;
}
.amnm_programms .programm_item:nth-child(1) {
  animation-delay: 0s;
}
.amnm_programms .programm_item:nth-child(2) {
  animation-delay: 2.5s;
}
.amnm_programms .programm_item:nth-child(3) {
  animation-delay: 5s;
}
.amnm_programms .programm_item:nth-child(4) {
  animation-delay: 7.5s;
}

/*******/
.google_reviews {
  padding: 40px 0;
  background-color: white;
}
.google_reviews .google-review-summary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: black;
}
.google_reviews .google-review-summary h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.google_reviews .google-review-summary .review-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 25px;
  line-height: 1;
}
.google_reviews .google-review-summary .review-star {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.google_reviews .google-review-summary .review-star .star-base {
  color: #dadce0;
}
.google_reviews .google-review-summary .review-star .star-fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #fabb05;
  white-space: nowrap;
}
.google_reviews .google-review-summary p {
  margin: 0;
  color: black;
  font-size: 17px;
  line-height: 20px;
}
.google_reviews .google-review-summary img {
  width: auto;
  max-width: 120px;
  object-fit: contain;
}
/**/
.google_reviews .swiper-wrapper .swiper-slide {
  height: auto;
}
.google_reviews .slide-card {
  background-color: rgba(208, 208, 206, 0.2);
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  direction: ltr;
}
.google_reviews .slide-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}
.google_reviews .p7f0Nd .yC3ZMb {
  display: flex;
  align-items: center;
  gap: 12px;
}
.google_reviews .p7f0Nd .review-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #534588;
  color: white;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.google_reviews .p7f0Nd .yC3ZMb img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  display: block;
}
.google_reviews .p7f0Nd .k0Ysuc {
  display: flex;
  gap: 8px;
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin-top: 5px;
}
.google_reviews .p7f0Nd .dHX2k {
  align-items: center;
  display: inline-flex;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.google_reviews .p7f0Nd .Vpc5Fe {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.google_reviews .p7f0Nd .GSM50 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #5e5e5e;
}
.google_reviews .slide-content p {
  line-height: 20px;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.blogs {
  padding: 50px 0;
  background-color: #fcfbf7;
  overflow: hidden;
}
.blogs .section-title {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
.blogs .section-title .title {
  color: var(--primary);
}
.blogs .swiper {
  --s: 20px;
  padding: var(--s);
  margin-left: calc(var(--s) * -1);
  margin-right: calc(var(--s) * -1);
}
.blogs .swiper .swiper-slide {
  height: auto;
}
.blogs .blogs-item {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blogs .blogs-item .content {
  padding: 20px;
  margin-bottom: auto;
}
.blogs .blogs-item .content h4 {
  margin-bottom: 20px;
}
.blogs .blogs-item .content h4 a {
  font-size: 22px;
  font-weight: 500;
  color: var(--secondary);
  display: inline-block;
  line-height: 1.25;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1200px) {
  .blogs .blogs-item .content h4 a {
    font-size: 28px;
  }
}
.blogs .blogs-item .content h4 a:hover {
  color: var(--primary);
}
.blogs .blogs-item .content p {
  font-size: 14px;
  color: #63666a;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs .blogs-item .content p b {
  font-weight: 500;
}
.blogs .blogs-item .content .readmore {
  color: var(--secondary);
  text-decoration: underline;
}
.blogs .blogs-item .content .readmore:hover {
  color: var(--primary);
}
.blogs .blogs-item .item-footer {
  margin: 0 20px;
  border-top: 1px solid #63666a;
  padding: 15px 0 25px;
  display: flex;
  align-items: center;
}
.blogs .blogs-item .item-footer span {
  color: #88888d;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
.blogs .blogs-item .item-footer span + span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #88888d;
  border-radius: 50%;
  margin: 0 10px;
}
.blogs .blogs_carousel_controller {
  right: 110px;
  z-index: 1;
  top: -5px;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir="rtl"] .blogs .blogs_carousel_controller {
  right: inherit;
  left: 20px;
}
@media screen and (max-width: 991px) {
  .blogs .blogs_carousel_controller {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .blogs .blogs_carousel_controller {
    position: absolute;
  }
}
.blogs .blogs_carousel_controller .pagination {
  width: min-content;
}
.blogs .blogs_carousel_controller .pagination .swiper-pagination-bullet {
  background: transparent;
  width: 8px;
  height: 8px;
  border: 1px solid var(--secondary);
  opacity: 1;
  transition: all 0.5s ease;
}
.blogs .blogs_carousel_controller .pagination .swiper-pagination-bullet-active {
  background: var(--secondary);
  width: 30px;
  border-radius: 10px;
}
.blogs .blogs_carousel_controller button {
  --s: 50px;
  width: var(--s);
  height: var(--s);
  border-radius: 100%;
  border: 1px solid var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.15s ease;
  opacity: 0.6;
  cursor: pointer;
}
[dir="rtl"] .blogs .blogs_carousel_controller button {
  transform: scaleX(-1);
}
@media screen and (min-width: 992px) {
  .blogs .blogs_carousel_controller button {
    --s: 60px;
  }
}
.blogs .blogs_carousel_controller button:hover {
  opacity: 1;
}
/**Blog Grids**/
.blogs-grids .blogs-item .thumbnail {
}
.blogs-grids .blogs-item .thumbnail .cover-img {
  width: 100%;
  max-height: 270px;
  object-fit: cover;
  aspect-ratio: 1.4;
}
.blogs-grids .blogs-item .content h4 a {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs-grids .blogs-item .content p {
  -webkit-line-clamp: 3;
}
/**/
@media screen and (max-width: 767px) {
  .blogs {
    padding: 40px 0;
  }
  .blogs .section-title {
    margin-bottom: 0px;
  }
}

/*****/
.our_news {
  padding: 60px 0;
  background-color: white;
  overflow: hidden;
}
.our_news .section-title {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
.our_news .section-title .title {
  color: var(--primary);
}
.our_news .news-item {
  position: relative;
}
.our_news .news-item .thumbnail {
  border-radius: 15px;
  overflow: hidden;
  height: 250px;
}
.our_news .news-item .thumbnail > a {
  display: block;
  width: 100%;
  height: 100%;
}
.our_news .news-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.our_news .news-item .infocontent {
  position: absolute;
  background-image: linear-gradient(
    to right bottom,
    #c4922c 20%,
    #ffe099 50%,
    #c89328 80%
  );
  inset: 0;
  transform: translateY(100%);
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
}
.our_news .news-item .infocontent a {
  color: var(--primary);
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our_news .news-item:hover .infocontent {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.our_news .news_carousel_controller {
  right: 110px;
  z-index: 1;
  top: -5;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir="rtl"] .our_news .news_carousel_controller {
  right: inherit;
  left: 20px;
}
@media screen and (max-width: 991px) {
  .our_news .news_carousel_controller {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .our_news .news_carousel_controller {
    position: absolute;
  }
}
.our_news .news_carousel_controller .pagination {
  width: min-content;
}
.our_news .news_carousel_controller .pagination .swiper-pagination-bullet {
  background: transparent;
  width: 8px;
  height: 8px;
  border: 1px solid var(--secondary);
  opacity: 1;
  transition: all 0.5s ease;
}
.our_news
  .news_carousel_controller
  .pagination
  .swiper-pagination-bullet-active {
  background: var(--secondary);
  width: 30px;
  border-radius: 10px;
}
.our_news .news_carousel_controller button {
  --s: 50px;
  width: var(--s);
  height: var(--s);
  border-radius: 100%;
  border: 1px solid var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.15s ease;
  opacity: 0.6;
  cursor: pointer;
}
[dir="rtl"] .our_news .news_carousel_controller button {
  transform: scaleX(-1);
}
@media screen and (min-width: 992px) {
  .our_news .news_carousel_controller button {
    --s: 60px;
  }
}
.our_news .news_carousel_controller button:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .our_news {
    padding: 40px 0;
  }
}

/***/
.insurance {
  background-color: rgba(217, 200, 158, 0.05);
}
.insurance .axs_box {
  padding: 50px 0 0;
  padding-inline-end: 10px;
}
@media screen and (min-width: 768px) {
  .insurance .axs_box {
    padding: 50px 0;
    padding-inline-end: 10px;
    border-inline-end: 2px solid #d0d0ce;
  }
}
.insurance .axs_box h5 {
  color: var(--primary);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .insurance .axs_box h5 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .insurance .axs_box h5 {
    margin-bottom: 40px;
  }
}
.insurance .axs_box ul {
  list-style-type: disc;
  margin-inline-start: 15px;
}
.insurance .axs_box ul li {
  line-height: 30px;
}
.insurance .ins_slide_box {
  padding: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .insurance .ins_slide_box {
    padding: 50px 0;
  }
}
.insurance .ins_slide_box h5 {
  color: var(--primary);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .insurance .ins_slide_box h5 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .insurance .ins_slide_box h5 {
    margin-bottom: 40px;
  }
}
.insurance .insuarance_carousel .swiper-wrapper {
  align-items: flex-end;
  transition-timing-function: linear;
}
.insurance .insuarance_carousel .swiper-slide {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .insurance .axs_box {
    padding: 15px 0 0;
  }
}

/***/
.swiper-wrapper {
  height: auto !important;
}

/*** SubPage *********************/
.page_wrapper {
  --header-height: 140px;
  margin-top: var(--header-height);
  padding-bottom: 5rem;
}
/**/
.page_wrapper h1 {
  font-size: 42px;
  color: var(--secondary);
}
.page_wrapper h2 {
  font-size: 28px;
  color: var(--primary);
}
.page_wrapper h3 {
  font-size: 22px;
  color: var(--primary);
}
.page_wrapper p + p {
  margin-top: 15px;
}

.page_wrapper ul {
  list-style-type: disc;
  margin-left: 0;
}
.page_wrapper ul li + li {
  margin-top: 15px;
}
.page_wrapper .content_container ul {
  margin-top: 10px;
}
.page_wrapper .content_container ul li {
  list-style-image: url(../images/li_style.png);
  margin-bottom: 14px;
  margin-left: 25px;
  padding-left: 8px;
}
/**/
.page_wrapper .entry_header.blue_bg {
  background-color: var(--primary);
}
.entry_header.blue_bg .breadcrumb_wrapper .breadcrumb .breadcrumb-item,
.entry_header.blue_bg .breadcrumb_wrapper .breadcrumb .breadcrumb-item a,
.entry_header.blue_bg .breadcrumb_wrapper .breadcrumb .breadcrumb-item.active {
  color: white;
}

/***/
.page_wrapper .page_banner {
  position: relative;
}
.page_banner .cover_img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 470px;
}
.page_banner .parent_container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.page_banner .parent_container .page_title {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  color: white;
  font-weight: 400;
  font-size: 55px;
}
.page_banner .parent_container .page_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--secondary);
}
.page_banner .parent_container .page_title.border-none::after {
  display: none;
}

/****/
.page_wrapper .breadcrumb_wrapper {
  padding: 1rem 0;
}
.breadcrumb_wrapper .breadcrumb {
  margin: 0;
}
.breadcrumb_wrapper .breadcrumb .breadcrumb-item {
}
.breadcrumb_wrapper .breadcrumb .breadcrumb-item a {
}
.breadcrumb_wrapper .breadcrumb .breadcrumb-item,
.breadcrumb_wrapper .breadcrumb .breadcrumb-item a {
  font-size: 12px;
  color: #101820;
}
.breadcrumb_wrapper .breadcrumb .breadcrumb-item.active {
  color: var(--primary);
  font-weight: 500;
}
.breadcrumb_wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
}

/****/
.temp__doctors .our_team {
  background-color: transparent;
  padding: 0;
}
.filter_wrapper {
  --accent-dark: #b37e15;
  --pill-radius: 12px;
  --control-h: 50px;
  --font-size: 14px;
  margin: 1rem 0 5rem;
}
.filter_wrapper .inner_wrapper {
  /*background: var(--primary);*/
  background-color: rgba(217, 200, 158, 0.08);
  border-radius: 22px;
  padding: 22px;
  color: #fff;
}
.filter_wrapper .form-control,
.filter_wrapper .form-select {
  height: var(--control-h);
  border: 0;
  border-radius: var(--pill-radius);
  border: 1px solid var(--secondary);
  padding: 0 3.25rem 0 1.1rem;
  box-shadow: none;
  font-size: var(--font-size);
  font-weight: 400;
  font-style: normal;
}
.filter_wrapper .form-select {
  padding-right: 2.75rem;
  color: var(--secondary);
  font-weight: 500;
}
.filter_wrapper ::placeholder {
  color: #a5a6b3;
  opacity: 1;
}
.filter_wrapper .form-control:focus,
.filter_wrapper .form-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 154, 42, 0.25);
}
.filter_wrapper .btn {
  font-size: var(--font-size);
}
.search-wrap {
  position: relative;
}
.search-wrap svg {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  pointer-events: none;
  opacity: 0.8;
  color: var(--primary);
}
.btn-accent {
  background: var(--secondary);
  color: #fff;
  border: 0;
  height: var(--control-h);
  border-radius: var(--pill-radius);
  padding: 0.5rem 1.4rem;
  font-weight: 500;
}
.btn-accent:hover {
  background: var(--accent-dark);
  color: #fff;
}
.btn-outline-accent {
  background: transparent;
  color: var(--secondary);
  border: 2px solid var(--secondary);
  height: var(--control-h);
  border-radius: var(--pill-radius);
  padding: 0.5rem 1.4rem;
  font-weight: 500;
}
.btn-outline-accent:hover {
  background: rgba(210, 154, 42, 0.08);
  color: var(--secondary);
  border-color: var(--secondary);
}
@media (max-width: 576px) {
  .filter_wrapper {
    padding: 16px;
  }
}

/*** Doctor Details *********/
.temp__doctor_details .entry_header {
  background-color: var(--primary);
}

/**/
.entry_header .row_1 {
  margin-top: 2rem;
}
.entry_header .col_profile .inner_col {
  position: relative;
}
.col_profile .figure {
  position: absolute;
  max-width: 450px;
  height: 480px;
}
.col_profile .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.temp__doctor_details .entry_header .doc_info {
  color: white;
}
.temp__doctor_details .entry_header .col_profile .figure img {
  max-width: 385px;
}
.temp__doctor_details .doc_info .inner_col {
  margin-left: 6rem;
}
.temp__doctor_details .doc_info .doc_name {
  font-size: 42px;
  margin-top: 2.5rem;
}
.temp__doctor_details .doc_info .doc_meta {
  display: flex;
  flex-flow: column;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  gap: 4px;
}
.temp__doctor_details .row_2 {
  margin-top: 1rem;
}
/**/
.temp__doctor_details .doc_basic_content {
  padding-bottom: 6rem;
  background: white;
  padding-top: 1rem;
}
.temp__doctor_details .doc_basic_content .content {
  min-height: 200px;
}
.temp__doctor_details .review_share_block {
  margin-bottom: 4rem;
}
.temp__doctor_details .review_share_block .single_block {
  text-align: center;
}
.temp__doctor_details .review_share_block .title_row {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.temp__doctor_details .review_share_block .share_links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.temp__doctor_details .review_share_block .share_links a {
  color: var(--secondary_dark);
}
.temp__doctor_details .review_share_block .share_links a i {
  font-size: 26px;
}
/**/
.temp__doctor_details .doc_other_content {
  padding: 50px 0;
  background-color: #fcfbf7;
}
.doc_other_content .block_head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
.doc_other_content .block_head .icon {
  max-width: 40px;
  max-height: 40px;
}
.doc_other_content .block_head .title {
  font-size: 26px;
  color: var(--primary);
}
.doc_other_content .block_content {
  margin-left: 50px;
}
.doc_other_content .block_content p {
}
.doc_other_content .block_content ul {
  margin-left: 15px;
}
.doc_other_content .block_content ul li {
  list-style: disc;
}

/***/
.location_appointments {
  padding: 5rem 0 1rem;
  background-color: white;
}
.location_appointments .col_01 iframe {
  width: 100%;
  max-height: 320px;
  max-width: 510px;
}
.location_appointments .col_02 .inner_col {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.location_appointments .block_head {
  margin-bottom: 2rem;
}
.location_details {
  margin-top: 0;
}
.page_wrapper .location_details {
  list-style: none;
}
.page_wrapper .content_container .location_details li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.page_wrapper .location_details li + li {
  margin-top: 1.5rem;
}
.location_details li .label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 6px;
}
.location_details li .label .icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.location_details li .label .title {
  font-size: 20px;
  margin-top: 6px;
}
.location_details li .val {
}
/**/
.location_appointments .col_03 .inner_col {
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  padding: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.location_appointments .buttons_group {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
.location_appointments .buttons_group .btn {
  width: 100%;
  max-width: 380px;
  padding: 18px 25px 15px;
  font-size: 16px;
}

/*** Temp:: Default Page **************/
.temp__default_page {
  padding-bottom: 0;
}
.temp__default_page .content_container {
  padding: 0 0;
}
.temp__default_page .content_container .content_blocks {
  padding: 3rem 0;
}
.temp__default_page .content_blocks .block_item + .block_item {
  margin-top: 4rem;
}
.temp__default_page .content_blocks .block_item .col_content .inner_col {
}
.temp__default_page .content_blocks .block_item + .block_item .row_1 {
  flex-flow: row-reverse;
}
.temp__default_page
  .content_blocks
  .block_item
  + .block_item
  .col_content
  .inner_col {
  margin-right: 0;
  margin-left: 10rem;
}
.temp__default_page .content_blocks .block_item .row_1 {
  justify-content: space-between;
}
.temp__default_page
  .content_blocks
  .block_item
  .col_full.col_content
  .inner_col {
  margin-right: 10rem;
  margin-left: 10rem;
}
.temp__default_page .content_blocks .block_item .col_content .title {
  margin-bottom: 2.5rem;
}
.temp__default_page
  .content_blocks
  .block_item
  + .block_item
  .col_figure
  .inner_col {
  text-align: right;
}
.temp__default_page .featured_services {
  padding: 4rem 0;
  background-color: #fcfbf7;
}
.temp__default_page .featured_services .row_1 {
  justify-content: center;
  --bs-gutter-y: 5rem;
}
.temp__default_page .coming_soon_block {
  min-height: 200px;
}
.temp__default_page .content_blocks .block_item .row_1 .col_figure .inner_col {
  position: sticky;
  top: 12rem;
}

/***/
.temp__default_page .cta_group {
  padding: 4rem 0;
  background-color: #fcfbf7;
}
.temp__default_page .cta_group .cta_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}

/*** Temp:: All Services **************/
.temp__services .our_services {
  background-color: transparent;
  padding: 10px 0;
}

/*** Temp:: Department Details **************/
.temp__departments_details {
  padding-bottom: 0;
}
.temp__departments_details .brief_content {
  padding: 3rem 0;
}
.temp__departments_details .brief_content .row_1 {
  justify-content: space-between;
  align-items: center;
}
.temp__departments_details .brief_content .col_content .inner_col {
  margin-right: 20%;
}
.temp__departments_details .brief_content .col_content .title {
  margin-bottom: 2.5rem;
}
/**/
.temp__departments_details .featured_services {
  padding: 4rem 0;
  background-color: #fcfbf7;
}
.featured_services .row_1 {
  --bs-gutter-y: 5rem;
}
.featured_services .row_1.grid_item_4 {
  justify-content: center;
}
.featured_services .block_head {
  margin-bottom: 5rem;
}
.featured_services .col_service .inner_col {
  position: relative;
  height: 100%;
}
@media (min-width: 1200px) {
  .featured_services .col_service .inner_col {
    padding: 0 2rem;
  }
}
.featured_services .col_service .inner_col::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 100%;
  background-color: #d9c89e;
}
.featured_services .col_service:last-child .inner_col::after {
  display: none;
}
.featured_services .col_service ._icon {
  margin-bottom: 50px;
  max-width: 105px;
  max-height: 105px;
}
.featured_services .col_service ._title {
  margin-bottom: 15px;
}
.featured_services .col_service ._desc {
}
.temp__departments_details .about_department {
  padding: 6rem 0;
  background-color: white;
}
@media (min-width: 1200px) {
  .temp__departments_details .about_department .col_content .inner_col {
    padding-right: 6rem;
  }
}
.temp__departments_details .about_department .col_content .title {
  margin-bottom: 2.5rem;
}
.temp__departments_details .location_appointments {
  background-color: #fcfbf7;
  padding-bottom: 5rem;
}

/*** Temp:: News & Blogs Details **************/

.temp__news_details .post_content,
.temp__blog_details .post_content {
  padding-bottom: 6rem;
  background: white;
  padding-top: 3rem;
}
@media (min-width: 1200px) {
  .temp__news_details .col_content .inner_col,
  .temp__blog_details .col_content .inner_col {
    padding-left: 8rem;
  }
}
.temp__news_details .entry_head,
.temp__blog_details .entry_head {
  margin-bottom: 2rem;
}
.temp__news_details .entry_head .published_date,
.temp__blog_details .entry_head .published_date {
  color: gray;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/*** Temp:: Leadership Details **************/
.temp__leadership_details .entry_header {
  background-color: var(--primary);
}
.temp__leadership_details .breadcrumb_wrapper .breadcrumb .breadcrumb-item,
.temp__leadership_details .breadcrumb_wrapper .breadcrumb .breadcrumb-item a,
.temp__leadership_details
  .breadcrumb_wrapper
  .breadcrumb
  .breadcrumb-item.active {
  color: white;
}
.temp__leadership_details .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
/**/
.temp__leadership_details .entry_header .col_profile .figure {
  background-repeat: no-repeat;
  background-size: cover;
}
.temp__leadership_details .entry_header .col_profile .figure img {
  max-width: 385px;
}
.temp__leadership_details .entry_header .bio_info {
  color: white;
}
.temp__leadership_details .bio_info .inner_col {
  margin-left: 6rem;
}
.temp__leadership_details .bio_info .bio_name {
  font-size: 42px;
  margin-top: 2.5rem;
}
.temp__leadership_details .bio_info .bio_meta {
  display: flex;
  flex-flow: column;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  gap: 4px;
}
.temp__leadership_details .bio_content {
  padding-bottom: 6rem;
  background: white;
  padding-top: 1rem;
  min-height: 300px;
}
.temp__leadership_details .row_2 {
  margin-top: 1rem;
}

/*** Temp:: Search Results **************/
.temp__search_results .results_wrapper {
  margin-top: 3rem;
}
.temp__search_results .search_head {
}
.temp__search_results .search_head .page_title {
  margin-bottom: 2rem;
}
.temp__search_results .search_head .search_query_label {
}
.temp__search_results .search_body {
}
.temp__search_results .search_body .search_summary {
  margin-bottom: 2rem;
  font-weight: 500;
}
.temp__search_results .search_body .search_grids {
}
.temp__search_results .search_body .loadmore_btn {
}
.temp__search_results .search_grids .card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  height: 100%;
}
.temp__search_results .search_grids .card:hover {
  --bs-card-border-color: var(--secondary);
}
.temp__search_results .search_grids .card .card-body {
  padding: 30px;
}
.temp__search_results .search_grids .card .card-title a {
  font-size: 22px;
}
.temp__search_results .search_grids .card .card-text {
}

/*** Temp:: Careers **************/
.temp__careers .cta_group .cta_wrap .btn {
  padding: 16px 60px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

/*** Temp:: Open Positions **************/
.temp__open_positions .content_container {
  margin: 2rem 0 4rem;
}
.job_listing {
  --bs-gutter-y: 1.5rem;
}
.job_listing .job_item {
}
.job_listing .job_item .inner_col {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  display: block;
  padding: 22px;
  border-radius: 10px;
  transition: all 0.4s;
}
.job_listing .job_item .job_title {
  font-size: 22px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 5px;
  transition: all 0.4s;
}
.job_listing .job_item .job_cat {
  color: gray;
}
.job_listing .job_item .card_fotter {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job_listing .card_fotter .expire_date {
  font-size: 80%;
  color: gray;
}
.job_listing .card_fotter .expire_date span {
  color: #d50202;
}
.job_listing .card_fotter .readmore_txt {
  color: var(--secondary);

  display: inline-block;
  text-decoration: underline;
  transition: all 0.4s;
}

/*hover*/
.job_listing .job_item .inner_col:hover {
  border-color: var(--secondary);
}
.job_listing .job_item .inner_col:hover .job_title {
  color: var(--secondary);
}
.job_listing .job_item .inner_col:hover .readmore_txt {
  color: var(--primary);
}

/*** Temp:: Open Position Details Page **************/
.temp__position_details .content_container,
.temp__cv_submission .content_container {
  margin: 2rem 0 3rem;
}
.temp__position_details .content_container .row_1 {
  --bs-gutter-x: 3.5rem;
}
.temp__position_details .content_container .row_1 .card {
  padding: 2rem;
}
.temp__position_details .job_meta {
  margin-bottom: 2.5rem;
  margin-top: 1.2rem;
}
.job_meta .job_cat {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgb(247 225 181);
  padding: 3px 10px 0px;
  border-radius: 5px;
  font-weight: 500;
}
.job_meta ul.meta_list {
  display: flex;
  margin: 0;
  gap: 3rem;
}
.job_meta ul.meta_list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.job_meta ul.meta_list li strong {
  font-weight: 500;
}
.job_content h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.col_job_apply .btn_apply {
  margin-top: 2rem;
  font-size: 18px;
}

/*** Temp:: CV Submition **************/
.cv_submission_form .btn_submit {
  min-width: 220px;
}

/*** Temp:: Program Details **************/
.program_logo_section {
  padding: 70px 0;
  background: #f8f6f3;
}
.program_logo_head {
  text-align: center;
  margin-bottom: 30px;
}
.program_logo_head h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}
.program_logo_card {
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*box-shadow: 0 14px 35px rgba(0,0,0,.06);*/
  transition: all 0.3s ease;
  aspect-ratio: 1.5;
}
.program_logo_card:hover {
  /*transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0,0,0,.1);*/
}
.program_logo_card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.programLogoPagination {
  position: relative;
  margin-top: 25px;
}
.programLogoSwiper .swiper-wrapper {
  justify-content: center;
}

/*** Temp:: Book Appointment **************/
.appointment_form_wrapper {
  padding: 2rem 0;
}
.appointment_form {
  max-width: 800px;
}
.appointment_form .form_row {
  margin-top: 2rem;
}
.appointment_form .form_group label {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.75rem;
}
.appointment_form .form-control,
.appointment_form .form-select {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.appointment_form .form-control:focus,
.appointment_form .form-select:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 0.2rem rgba(200, 147, 40, 0.15);
}
.appointment_form textarea.form-control {
  min-height: 120px;
  resize: vertical;
  padding: 12px;
}
.appointment_form .btn_submit {
  min-width: 220px;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 40px;
}
.appointment_form .invalid-feedback {
  font-size: 14px;
  margin-top: 0.5rem;
}
/**Success Modal**/
.afm_appointment_success_modal .modal-dialog {
  max-width: 540px;
}
.afm_success_modal_content {
  border: 0;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(45, 8, 115, 0.12),
      transparent 34%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(127, 86, 217, 0.14),
      transparent 38%
    ),
    #ffffff;
  box-shadow: 0 35px 90px rgba(26, 8, 70, 0.28);
}
.afm_success_close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f5f1fb;
  opacity: 1;
  padding: 12px;
  box-shadow: none;
}
.afm_success_body {
  padding: 52px 38px 40px;
  text-align: center;
}
.afm_success_icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2d0873, #7f56d9);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  box-shadow: 0 18px 38px rgba(45, 8, 115, 0.26);
  position: relative;
}
.afm_success_icon::before {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  border: 1px solid rgba(45, 8, 115, 0.16);
}
.afm_success_body h3 {
  margin: 0 0 14px;
  color: #2d0873;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
}
.afm_success_body p {
  max-width: 420px;
  margin: 0 auto 30px;
  color: #5d5570;
  font-size: 17px;
  line-height: 1.7;
}
.afm_success_btn {
  min-width: 150px;
  height: 52px;
  border-radius: 999px;
  background: #2d0873;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 0 34px;
  box-shadow: 0 14px 30px rgba(45, 8, 115, 0.24);
}
.afm_success_btn:hover,
.afm_success_btn:focus {
  background: #1f0554;
  color: #ffffff;
}

/*****/
@media (max-width: 992px) {
}
@media (max-width: 576px) {
  .page_wrapper {
    --header-height: 92px;
    padding-bottom: 2rem;
  }
  .page_wrapper .page_banner {
    height: 220px;
  }
  .page_banner .cover_img {
    max-height: 220px;
  }
  .page_banner .parent_container .page_title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  /***/
  .temp__default_page .content_container .content_blocks {
    padding: 0 0 2rem;
  }
  .temp__default_page .content_container .container-fluid.ps-0 {
    padding-left: 0.75rem !important;
  }
  .temp__default_page
    .content_blocks
    .block_item
    .row_1
    .col_figure
    .inner_col {
    position: inherit;
    margin-bottom: 2rem;
  }
  .temp__default_page .content_blocks .block_item .col_content .title {
    margin-bottom: 0.75rem;
  }
  .temp__default_page .content_blocks .block_item + .block_item {
    margin-top: 2rem;
  }
  .temp__default_page .content_blocks .block_item + .block_item .row_1 {
    flex-flow: wrap;
  }
  .temp__default_page
    .content_blocks
    .block_item
    + .block_item
    .col_content
    .inner_col {
    margin-right: 0;
    margin-left: 0;
  }

  /**/
  .location_appointments {
    padding: 1rem 0;
  }
  .location_appointments .block_head {
    margin-bottom: 1rem;
  }
  .page_wrapper h2 {
    font-size: 24px;
  }
  .location_appointments .col_02 .inner_col {
    margin-top: 1rem;
  }
  .location_appointments .col_03 .inner_col {
    padding: 2rem;
    margin-top: 1.5rem;
    height: auto;
  }
  .location_appointments .buttons_group {
    gap: 1.5rem;
  }

  /***/
  .entry_header .col_profile .figure {
    position: inherit;
    max-width: 240px;
    max-height: 340px;
    height: auto;
    margin: auto;
  }
  .temp__leadership_details .bio_info .inner_col {
    margin-left: 0;
    margin-top: 0px !important;
  }
  .temp__leadership_details .bio_info .bio_name {
    font-size: 32px;
    margin-top: 1.5rem;
    text-align: center;
  }
  .temp__leadership_details .bio_info .bio_meta {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
  }
  .temp__leadership_details .bio_content {
    padding-bottom: 0;
  }

  /***/
  .filter_wrapper {
    padding: 0;
    margin: 0 0 1rem;
  }
  .filter_wrapper form {
    margin-bottom: 0;
  }
  .temp__doctor_details .doc_info .inner_col {
    margin-left: 0;
    text-align: center;
  }
  .temp__doctor_details .row_2 {
    margin-top: 0.5rem;
  }
  .temp__doctor_details .review_share_block {
    justify-content: center;
  }
  .temp__doctor_details .review_share_block .share_links {
    gap: 2rem;
  }
  .temp__doctor_details .doc_basic_content {
    padding-bottom: 0;
  }
  .temp__doctor_details .doc_other_content {
    padding: 35px 0;
  }
  .doc_other_content .block_content p + p {
    margin-top: 5px;
  }
  .temp__doctor_details .doc_other_content .row_1 {
  }
  .temp__doctor_details .doc_other_content .text_block {
    margin-top: 2rem !important;
  }

  /***/
  .temp__departments_details .brief_content {
    padding: 0;
  }
  .temp__departments_details .brief_content .container-fluid.ps-0 {
    padding-left: 0.75rem !important;
  }
  .temp__departments_details .brief_content .col_figure {
    margin-bottom: 2rem;
  }
  .temp__departments_details .brief_content .col_content .inner_col {
    margin-right: 0;
  }
  .temp__departments_details .brief_content .col_content .title {
    margin-bottom: 1.5rem;
  }
  .temp__departments_details .featured_services {
    padding: 2rem 0;
  }
  .featured_services .block_head {
    margin-bottom: 3rem;
  }
  .featured_services .row_1 {
    --bs-gutter-y: 2rem;
  }
  .temp__departments_details .about_department {
    padding: 2.5rem 0;
  }
  .temp__departments_details .location_appointments {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
