<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/Mark.Pro.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/Mark.Pro.Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/Mark.Pro.Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


:root {
  --primary: #D0B2A7;
  --primary-dark: #ce8d76;
  --gray: #808080;
  --gray-transparent: rgba(128,128,128,.5);
  --secondary: #99A8C7;
  --secondary-dark: #7a87a1;
}

body,
html {
  overflow-x: hidden;
  max-width: 100vw;
  font-family: 'Mark Pro', sans-serif;
}

html {
  font-size: 14px;
}

.pllex-direction-nav {
  display: none;
}

.btn {
  padding: 10px 36px;
  border-radius: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  background-color: var(--primary);
  border: none;
  color: #ffffff;
  min-width: 256px;
  box-shadow: 2px 4px 6px rgba(0,0,0,.1)
}

.btn:hover,
.btn:active,
.btn:focus {
  color: #ffffff;
  background-color: var(--primary-dark);
}

p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--gray);
}

@media (max-width: 1650px) {
  p {
    font-size: 1.125rem;
  }
}


@media (max-width: 991px) {
  p {
    font-size: 1.125rem;
    line-height: 1.5
  }
}

h2 {
  font-size: 3.75rem;
  color: var(--secondary);
  line-height: 1;
}

@media (max-width: 991px) {
  h2 {
    font-size: 2.5rem;
  }
}

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

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: #ffffff;
  background-color: var(--secondary-dark);
}

.btn-center {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.sub-container {
  margin: 0 auto;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 828px;
}

@media (min-width: 991px) {
  .container {
    max-width: 1210px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1738px;
  }

  .sub-container {
    max-width: 1531px;
  }
}


/* START HEADER CSS */
.header-sec {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: var(--secondary);
  height: 82px;
  transition: .4s all;
  z-index: 200;
  padding: 0 20px;
}

.header-sec.home-page,
body.page-template-template-wellness-retreat .header-sec,
body.single-services .header-sec,
body.page-template-template-contact .header-sec,
body.page-template-template-what-we-treat .header-sec,
body.page-template-template-appointment .header-sec,
body.page-template-template-before-after .header-sec {
  background: transparent;
  max-width: 1816px;
  border-bottom: 1px solid rgba(255,255,255,.5);
}

body.page-template-template-appointment .header-sec .btn {
  opacity: .5;
  pointer-events: none;
}

.header-sec#header_sticky {
  padding-top: 52px;    
  height: 132px;
}

.header-sec.sticky_header {
  padding-top: 0 !important;
  height: 82px !important;
  background-color: #ffffff !important;
  border-bottom: 0;
  max-width: 100vw !important;
}

.header-sec.sticky_header .inner-wrapper {
  align-items: center;
  height: 100%;
}

#wpadminbar ~ .sticky_header {
  top: 32px !important;
}

.header-sec.sticky_header .logo a svg rect,
.header-sec.sticky_header .logo a svg path {
    fill: #808080;
}
.header-sec.noborder .inner-wrapper {
	border-bottom: 0;
}
.header-sec.sticky_header path#Path_1768 {
    fill: #99a8c7;
}

.header-sec .inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1568px;
  margin: 0 auto;
  position: relative;
}

.header-sec .inner-wrapper .navbar-brand svg {
  width: 239px;
}

.header-sec .inner-wrapper .menu {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  align-items: center;
  margin: 0;
  position: relative;
}

.header-sec .inner-wrapper .menu &gt; .menu-item  {
  padding: 0 38px;
  margin: 0;
  position: relative;
}

.mobile-menu {
  display: none;
}

.header-sec.show-mobile-menu {
  background-color: var(--secondary) !important;
  max-width: 100vw !important;
  padding-right: 60px !important;
  padding-left: 60px !important;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.5);
}

.header-sec.show-mobile-menu .mobile-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--secondary);
}

.header-sec.show-mobile-menu .mobile-menu h2 {
  text-align: center;
  color: #ffffff;
  font-size: 4.75rem;
}

.header-sec.show-mobile-menu .mobile-menu ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}

.header-sec.show-mobile-menu .mobile-menu ul.menu &gt; li:not(.show-submenu) {
  padding: 36px 0;
  border-bottom: 1px solid rgba(255,255,255,.5);
}

.header-sec.show-mobile-menu .mobile-menu ul.menu &gt; li:last-of-type {
  border-bottom: none;
}

.header-sec.show-mobile-menu .mobile-menu ul li a{
  color: #ffffff;
  font-size: 2.875rem;
  line-height: 1.1;
}

.header-sec.show-mobile-menu .mobile-menu ul li a:hover,
.header-sec.show-mobile-menu .mobile-menu ul li a:focus,
.header-sec.show-mobile-menu .mobile-menu ul li a:active { 
  text-decoration: none;
}

.header-sec.show-mobile-menu .mobile-menu ul ul {
  margin-bottom: 36px;
  display: none;
}

.header-sec.show-mobile-menu .mobile-menu ul li.show-submenu {
  padding-top: 36px;
}

.header-sec.show-mobile-menu .mobile-menu ul li.show-submenu ul {
  display: block;
}

.header-sec.show-mobile-menu .mobile-menu ul ul li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.5);
}

.header-sec.show-mobile-menu .mobile-menu ul ul li a {
  font-size: 1.1865rem;
}

@media (max-width: 1120px) {
  .header-sec .inner-wrapper .menu {
    display: none;
  }

  .header-sec {
    padding: 0 60px;
    left: 50vw;
  }

  .header-sec.home-page,
  body.page-template-template-wellness-retreat .header-sec,
  body.single-services .header-sec,
  body.page-template-template-contact .header-sec,
  body.page-template-template-what-we-treat .header-sec,
  body.page-template-template-appointment .header-sec,
  body.page-template-template-before-after .header-sec {
    max-width: calc(100vw - 160px);  
    padding: 0;
  }

  .header-sec.sticky_header {
    padding: 0 60px !important;
  }

  .nav-menu-right {
    display: flex;
    align-items: center;
  }

  .hamburger {
    margin-left: 75px;
    width: 45px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .hamburger div {
    height: 3px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    transition: .4s all;
  }

  .header-sec.sticky_header .hamburger div {
    background-color: var(--secondary);
  }
}

@media (max-width: 991px) {
  .header-sec .btn {
    display: none;
  }

  .header-sec.home-page,
  body.page-template-template-wellness-retreat .header-sec,
  body.single-services .header-sec,
  body.page-template-template-contact .header-sec,
  body.page-template-template-what-we-treat .header-sec,
  body.page-template-template-appointment .header-sec,
  body.page-template-template-before-after .header-sec {
    border-bottom: none;
  }

  .header-sec .inner-wrapper .navbar-brand svg {
    width: 157px;
  }
  
  .hamburger {
    margin-left: 25px;
    width: 27px;
    height: 18px;
  }
}

@media (max-width: 767px) {
  .header-sec {
    padding: 0 30px;
    left: 50vw;
  }

  .header-sec.home-page,
  body.page-template-template-wellness-retreat .header-sec,
  body.single-services .header-sec,
  body.page-template-template-contact .header-sec,
  body.page-template-template-what-we-treat .header-sec,
  body.page-template-template-appointment .header-sec,
  body.page-template-template-before-after .header-sec {
    max-width: calc(100vw - 30px);  
    padding: 0;
  }
}

/* HIDE SUBMENUS */
.header-sec .inner-wrapper .menu .sub-menu {
  display: none;
}

.menu-main-menu-container,
.navmenu {
  position: relative;
}

.header-sec .inner-wrapper .menu .menu-item a {
  color: #ffffff;
  font-weight: 400;
  position: relative;
  font-size: 1.375rem;
}

.header-sec.sticky_header .inner-wrapper .menu&gt;.menu-item&gt;a {
  color: var(--gray); 
}
 
.header-sec .inner-wrapper .menu .menu-item a:hover,
.header-sec .inner-wrapper .menu .menu-item a:focus,
.header-sec .inner-wrapper .menu .menu-item a:active  {
  text-decoration: none;
  font-weight: 800;
  color: var(--primary);
}

.header-sec .inner-wrapper .menu &gt; .menu-item:hover &gt; a,
.header-sec .inner-wrapper .menu &gt; .menu-item:focus &gt; a,
.header-sec .inner-wrapper .menu &gt; .menu-item:active &gt; a {
  color: var(--primary);
  font-weight: 800;
}

.header-sec .inner-wrapper .menu .menu-item:hover &gt; a,
.header-sec .inner-wrapper .menu .menu-item:focus &gt; a,
.header-sec .inner-wrapper .menu .menu-item:active &gt; a {
  z-index: 101;
}

.header-sec .inner-wrapper .menu .menu-item:nth-of-type(2n+1) &gt; a:hover,
.header-sec .inner-wrapper .menu .menu-item:nth-of-type(2n+1) &gt; a:focus,
.header-sec .inner-wrapper .menu .menu-item:nth-of-type(2n+1) &gt; a:active,
.header-sec .inner-wrapper .menu &gt; .menu-item:nth-of-type(2n+1):hover &gt; a,
.header-sec .inner-wrapper .menu &gt; .menu-item:nth-of-type(2n+1):focus &gt; a,
.header-sec .inner-wrapper .menu &gt; .menu-item:nth-of-type(2n+1):active &gt; a {
  color: var(--secondary);
  font-weight: 800;
}

.header-sec .inner-wrapper .menu &gt; .menu-item:nth-of-type(2n + 1) .menu-item a:hover,
.header-sec .inner-wrapper .menu &gt; .menu-item:nth-of-type(2n + 1) .menu-item a:focus,
.header-sec .inner-wrapper .menu &gt; .menu-item:nth-of-type(2n + 1) .menu-item a:active {
  color: var(--secondary);
}

.header-sec .inner-wrapper .menu &gt; .menu-item:nth-of-type(2n + 1) .menu-item:nth-of-type(2n + 1) a:hover,
.header-sec .inner-wrapper .menu &gt; .menu-item:nth-of-type(2n + 1) .menu-item:nth-of-type(2n + 1) a:focus,
.header-sec .inner-wrapper .menu &gt; .menu-item:nth-of-type(2n + 1) .menu-item:nth-of-type(2n + 1) a:active {
  color: var(--primary);
}

.header-sec .inner-wrapper .menu .menu-item:hover .sub-menu,
.header-sec .inner-wrapper .menu .menu-item:focus .sub-menu,
.header-sec .inner-wrapper .menu .menu-item:active .sub-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 400px;
  margin: 0;
  padding: 76px 0 0 0;
  list-style: none;
  z-index: 101;
}

.menu_overlay {
  width: 200vw;
  height: 200vh;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  position: fixed;
  background-color: rgba(43,43,43,.8);
  z-index: 100;
  display: none;
  pointer-events: none;
}

.sub-menu .menu-item {
  padding: 0 38px 20px;
}

/* @media (max-width: 1650px) {

} */
/* END HEADER CSS */

/* START HERO CSS */
.hero {
  min-height: 1080px;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
}

.hero-container {
  max-width: 1568px;
  width: 100%;
  margin: 0 auto;
}

.hero-content {
  max-width: 767px;
}

.hero h1 {
  font-size: 6.5rem;
  line-height: 1.1;
  color: var(--primary);
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 0;
}

.hero h2 {
  font-size: 4.875rem;
  line-height: 1.1;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 70px;
}

@media (max-width: 1650px) {
  .hero-container {
    max-width: 1118px;
    padding: 0 25px;
  }

  .hero h1 {
    font-size: 6.125rem;
  }

  .hero h2 {
    font-size: 4.625rem;
  }
}

@media (max-width: 991px) {
  .hero {
    min-height: 840px;
  }

  .hero-container {
    max-width: 600px;
  }

  .hero h1 {
    font-size: 3.5rem;
  }

  .hero h2 {
    font-size: 2.625rem;
  }
}
/* END HERO CSS */

/* BEGIN PREMIER SECTION */
section.premier {
  padding: 140px 0;
}

section.premier .container {
  display: flex;
  justify-content: space-between;
}

section.premier .premier_content_text {
  max-width: 600px;
  text-align: center;
  padding-top: 170px;
  padding-bottom: 30px;
}

section.premier .premier_content_text h2 {
  font-weight: 400px;
  color: var(--secondary);
  font-size: 2.8125rem;
  line-height: 1.25;
  margin-bottom: 38px;
}

section.premier .premier_content_text p {
  font-weight: 400px;
  max-width: 550px;
  margin: 0 auto;
  color: var(--gray);
}

section.premier .premier_content_image {
  max-width: 450px;
  width: 100%;
}

section.premier .premier_content_image--left {
  align-self: flex-end;
}

section.premier .premier_content_image--left .pre-img {
  width: 390px;
  height: 419px;
  position: relative; 
}

section.premier .premier_content_image--left img:first-of-type {
  width: 326px;
  height: 345px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

section.premier .premier_content_image--left img:last-of-type {
  width: 226px;
  height: 226px;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}

section.premier .premier_content_image--right {
  align-self: flex-start;
}

section.premier .premier_content_image--right .pre-img {
  width: 440px;
  height: 444px;
  position: relative;
}

section.premier .premier_content_image--right img:first-of-type {
  width: 326px;
  height: 326px;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}

section.premier .premier_content_image--right img:last-of-type {
  width: 237px;
  height: 237px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1650px) {
  section.premier {
    padding: 68px 0 119px;
  }

  section.premier .premier_content_text {
    padding-top: 110px;
  }

  section.premier .premier_content_image {
    max-width: 246px;
  }
  section.premier .premier_content_image--right .pre-img {
    width: 216px;
    height: 216px;
  }
  
  section.premier .premier_content_image--right img:first-of-type {
    width: 158px;
    height: 158px;
  }
  
  section.premier .premier_content_image--right img:last-of-type {
    width: 115px;
    height: 115px;
  }
  section.premier .premier_content_image--left .pre-img {
    width: 246px;
    height: 246px;
  }
  
  section.premier .premier_content_image--left img:first-of-type {
    width: 168px;
    height: 168px;
  }
  
  section.premier .premier_content_image--left img:last-of-type {
    width: 122px;
    height: 122px;
  }

  section.premier .premier_content_text h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  section.premier {
    padding: 75px 40px;
  }
  section.premier .premier_content_image {
    display: none;
  }

  section.premier .premier_content_text {
    padding: 0;
  }

  section.premier .premier_content_text h2 {
    font-size: 1.25rem;
  }

  section.premier .container {
    justify-content: center;
  }
}
/* END PREMIER SECTION */

/* START SERVICES SECTION */
section.services {
  background-color: var(--secondary);
  color: #ffffff;
  text-align: center;
  padding: 170px 0 77px;
}

section.services h2 {
  font-size: 5.4375rem;
  line-height: 1.33;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
  color: #ffffff;
  margin-bottom: 40px;
}

.service-card img {
  box-shadow: 2px 4px 10px rgba(0,0,0,.1);
  margin-bottom: 28px;
}

.service-card .service-card__content {
  max-width: 316px;
  margin: 0 auto;
}

.service-card .service-card__read-more {
  text-align: center;
  text-decoration: underline;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  transition: .4s opacity;
}

.service-card:hover .service-card__read-more,
.service-card:focus .service-card__read-more,
.service-card:active .service-card__read-more {
  opacity: 1;
}

.service-card h2 {
  margin: 0 0 17px;
  font-size: 2.1875rem;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
}

.service-card p {
  margin: 0 0 30px;
  font-size: 1.125rem;
  line-height: 1.44;
  text-align: center;
  color: white;
}

@media (max-width: 1650px) {
  section.services {
    padding: 84px 0;
  }

  section.services h2 {
    font-size: 4.313rem;
  }

  .service-card h2 {
    font-size: 1.375rem;
  }
  
  .service-card p {
    font-size: 0.938rem;
  }
}

@media (max-width: 991px) {
  section.services {
    padding: 0;
  }
  section.services .container {
    margin: 0;
    padding: 0;
    max-width: unset;
  }
  section.services .container .row {
    padding: 0;
    margin: 0;
  }
  section.services h2 {
    font-size: 2.5rem;
    padding: 36px;
  }

  section.services .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  section.services .service-card {
    position: relative;
    width: 100%;
  }

  section.services .service-card img {
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    width: calc(100% + 40px);
    max-width: unset;
    height: 100%;
    z-index: 0;
    object-fit: cover;
  }

  section.services .service-card .service-card__content {
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 80px;
    max-width: unset;
    margin: 0 -20px;
    background-color: rgba(255,255,255,.9)
  }
  
  section.services .service-card .service-card__content h3 {
    color: var(--secondary);
  }

  section.services .service-card .service-card__content .service-card__read-more {
    display: none;
  }
  
  section.services .service-card .service-card__content p {
    color: var(--gray);
    max-width: 250px;
    margin: 0 auto;
  }
  
  section.services .col-md-4:nth-of-type(2n+1) .service-card .service-card__content {
    background-color: rgba(153,168,199,.9);
  }
  
  section.services .col-md-3:nth-of-type(2n+1) .service-card .service-card__content h3,
  section.services .col-md-3:nth-of-type(2n+1) .service-card .service-card__content p {
    color: #ffffff;
  }
}
/* END SERVICES SECTION */

/* BEGIN WHAT WE TREAT SECTION */
section.what-we-treat {
  padding: 150px 0 165px;
}

section.what-we-treat .what-we-treat--flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1432px;
  margin: 0 auto;
}

section.what-we-treat .what-we-treat--left {
  max-width: 700px;
}

section.what-we-treat .what-we-treat--left h2 {
  font-size: 5.4375rem;
  font-weight: 400;
  color: var(--secondary);
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
}

section.what-we-treat .what-we-treat--left p {
  margin-top: 0;
  margin-bottom: 50px;
  color: var(--gray);
}

.what-we-treat--left .menu-list {
  padding-left: 0;
  list-style-type: none;
  max-width: 445px;
}

.what-we-treat--left .menu-list li a {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--gray);
}

.what-we-treat--left .menu-list li a:hover,
.what-we-treat--left .menu-list li a:focus,
.what-we-treat--left .menu-list li a:active {
  text-decoration: none;
}

.what-we-treat--left .menu-list li {
  padding: 21px 0;
  border-bottom: 1px solid rgba(183,183,183,.5);
}

.what-we-treat--left .menu-list li:last-of-type {
  border-bottom: none;
}

.menu-list li a.active {
  color: var(--primary);
  font-weight: 500;
}

.menu-list li:nth-of-type(2n + 1) a.active {
  color: var(--secondary);
}

.menu-image-holder {
  width: 580px;
  height: 607px;
  margin-bottom: 70px;
  position: relative;
}

.menu-image-holder .main-image {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 494px;
  height: 523px;
  object-fit: cover;
  box-shadow: 2px 4px 10px rgba(0,0,0,.1);
}

.menu-image-holder .logo-icon {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 169px;
  height: 169px;
}

.menu-image-holder .logo-icon.active {
  display: block;
}

@media (max-width: 991px) {
  section.what-we-treat {
    position: relative;
    background: rgba(255,255,255,.9);
    padding: 94px 0 40px;
  }
  section.what-we-treat .what-we-treat--left h2 {
    font-size: 2.5rem;
  }
  section.what-we-treat .what-we-treat--flex {
    justify-content: center;
    text-align: center;
  }
  .what-we-treat--right,
  .menu-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  section.what-we-treat .menu-list {
    margin: 0 auto;
  }

  .menu-image-holder .main-image {
    width: 100%;
    height: 100%;
  }

  .menu-image-holder .logo-icon.active {
    display: none;
  }
}
/* END WHAT WE TREAT SECTION */

/* BEGIN ABOUT DOCTOR SECTION */
.about-doctor {
  background: var(--primary);
  color: #ffffff;
  padding: 181px 0;
}

.about-doctor-flex {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1432px;
}

.about-doctor-flex .about-doctor-image {
  margin-right: 151px;
  max-width: 543px;
  width: 100%;
}

.about-doctor-flex .about-doctor-image img {
  width: 100%;
  box-shadow: 2px 4px 10px rgba(0,0,0,.1);
}

.about-doctor-flex .about-doctor-content {
  max-width: 580px;
}

.about-doctor h2 {
  font-size: 2.9375rem;
  font-weight: 400;
  line-height: 1.27;
  margin-top: 0;
  margin-bottom: 30px;
  color: white;
}

.about-doctor p {
  margin-bottom: 30px;
  color: white;
}

.about-doctor p:last-of-type {
  margin-bottom: 0;
}

.about-doctor-mobile-title,
.about-doctor-mobile-title * {
  display: none;
}

@media (max-width: 991px) {
  .about-doctor-flex {
    flex-direction: column;
  }

  .about-doctor-mobile-title,
  .about-doctor-mobile-title h2 {
    display: block;
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  section.about-doctor {
    text-align: center;
    padding: 60px 0;
  }

  .dr-grign-img {
    display: block;
    margin: 40px -50px;
  }

  .about-doctor-flex .about-doctor-image {
    max-width: unset;
    margin-right: 0;
  }

  .about-doctor-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
  }

  .about-doctor-content h2 {
    display: none;
  }
}
/* END ABOUT DOCTOR SECTION */

/* BEGIN HEALING PROCESS */
.healing-process {
  padding: 193px 0 240px;
}

.healing-process h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 0.9375rem;
  line-height: 1.25;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--secondary);
}

.healing-process h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 5.4375rem;
  line-height: 1.33;
  color: var(--secondary);
  text-align: center;
}

.healing-process-cards {
  display: flex;
  justify-content: space-between;
  max-width: 1486px;
  margin: 40px auto;
}

.healing-process-card {
  width: calc(33% - 31px);
  height: 456px;
  position: relative;
}

.healing-process-card--number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24.0625rem;
  line-height: 1;
  color: rgba(255,255,255,.1);
}

.healing-process-card--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  max-width: 350px;
}

.healing-process-card--text h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.22;
  margin-top: 0;
  margin-bottom: 20px;
}

.healing-process-card--text p {
  font-weight: 400;
  margin-top: 0;
  color: white;
  margin-bottom: 0;
}

.healing-process-card:hover h4,
.healing-process-card:hover p,
.healing-process-card:active h4,
.healing-process-card:active p,
.healing-process-card:focus h4,
.healing-process-card:focus p {
  font-weight: 800;
}

@media (max-width: 991px) {
  .healing-process-heading {
    display: flex;
    flex-direction: column-reverse;
  }

  .healing-process h2 {
    font-size: 2.5rem;
  }

  .healing-process-heading h3 {
    font-size: 0.813rem;
  }

  section.healing-process {
    padding: 70px 0;
  }

  .healing-process-cards {
    flex-direction: column;
  }

  .healing-process-card {
    margin: 0;
    width: 100%;
    height: 350px;
  }

  .healing-process-card--text {
    max-width: 280px;
  }

  section.healing-process .container {
    padding: 0;
    margin: 0;
    max-width: unset;
  }

  .healing-process-card--number {
    font-size: 20.188rem;
  }
}
/* END HEALING PROCESS */

/* BEGIN FEATURED IN SECTION */
.featured-in {
  background-color: var(--secondary);
  color: #ffffff;
  padding: 88px 0 98px;
  text-align: center;
}

.featured-in h2 {
  font-size: 3.0625rem;
  line-height: 1.33;
  margin-top: 0;
  color: white;
  margin-bottom: 60px;
}

.featured-in .featured-logo {
  margin: 0 auto;
  max-width: 337px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 47px;
}

.featured-in .featured-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.featured-in .featured-logos img {
	display: block;
	margin: 10px;
}

.featured-in .featured-logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
	.featured-in img {
		margin-bottom:50px !important;
	}
}

.featured-in p {
  margin-top: 0;
  margin-bottom: 40px;
  color: white;
}

.featured-in p a {
  color: white;
}

.featured-in .featured-slider .slick-slide {
  margin: 0 18px;
}

.featured-slider-insta {
  width: 20%;
  height: calc(100vw / 5);
}

@media (max-width: 1650px) {
  .featured-slider-insta {
    width: 33%;
    height: calc(100vw / 3);
  }
}

@media (max-width: 767px) {
  .featured-slider-insta {
    width: 50%;
    height: calc(100vw / 2);
  }
}

.featured-slider-insta .pllexislider .slides li div {
  margin: 0 18px !important;
}

.featured-slider-insta .pllexislider .slides,
.featured-slider-insta .pllexislider .pllex-viewport {
  overflow: visible !important;
}
/* END FEATURED IN SECTION */

/* BEGIN PRESS SECTION */
section.press .container {
	padding: 60px 0;
}

section.press ul {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}

section.press li {
	list-style-type: none;
	padding: 10px 15px;
	width: 33%;
}

section.press a {
	text-transform: uppercase;
	color: #222222;
	text-decoration: underline;
	font-size: 1.5rem;
	letter-spacing: .1rem;
}
/* END PRESS SECTION */

/* BEGIN FOOTER SECTION */
footer {
  background-color: #454545;
  padding: 138px;
  color: #ffffff;
}

footer .container {
  display: flex;
}

footer .container .footer-left {
  width: 253px;
  margin-right: 150px;
}

footer .container .footer-left .btn {
  padding: 10px 22px;
}

footer .container .footer-left .footer-logo {
  width: 253px;
  margin-bottom: 48px;
}

footer .container .footer-right {
  width: 100%;
}

footer .container .footer-right h2 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 20px;
  color: var(--secondary);
}

footer .container .footer-right .menu {
  display: flex;
  justify-content: space-between;
}

footer .container .footer-right ul {
  padding-left: 0;
  list-style: none;
}

footer .container .footer-right .menu li a {
  font-size: 1.25rem;
}

footer .container .footer-right .menu li a:hover,
footer .container .footer-right .menu li a:focus,
footer .container .footer-right .menu li a:active {
  text-decoration: none;
  color: var(--primary);
}

footer .container .footer-right .sub-menu li:nth-of-type(2n+1) a:hover,
footer .container .footer-right .sub-menu li:nth-of-type(2n+1) a:focus,
footer .container .footer-right .sub-menu li:nth-of-type(2n+1) a:active {
  color: var(--secondary);
}

footer .container .footer-right .sub-menu {
  margin-top: 20px;
}

footer .container .footer-right .menu &gt; li &gt; a {
  font-size: 1.375rem;
  font-weight: 500;
}

footer .container .footer-right .menu li {
  margin: 0 0 20px;
  padding: 0;
}

footer .container .footer-right .menu li a{
  color: white;
}

@media (max-width: 1650px) {
  footer {
    background-color: #454545;
    padding: 100px 0;
    color: #ffffff;
  }
  footer .container .footer-right .menu &gt; li a{
    font-size: 0.938rem;
  }
  footer .container .footer-right .menu &gt; li &gt; a {
    font-size: 1rem;
    font-weight: 500;
  }
  footer .container .footer-left {
    width: 200px;
    margin-right: 100px;
  }
  footer .container .footer-left .footer-logo {
    width: 200px;
  }
}

@media (max-width: 991px) {
  footer .container {
    flex-direction: column;
  }

  footer .container .footer-right  {
    margin-top: 40px;
  }
  
  footer .container .footer-right h2 {
    display: none;
  }

  footer .container .footer-right .menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  footer .container .footer-right .menu li {
    width: 50%;
    margin-bottom: 5px;
  }
  
  footer .container .footer-right .menu &gt; li {
    margin-bottom: 25px;
  }

}
/* END FOOTER SECTION */</pre></body></html>