﻿.container {
  width: 95% !important;
  max-width: 95% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.youtube-container:before {
  background: var(--theme-primary-color);
}

.layout-landing .btn,
.layout-landing:not(.touch) .btn:focus {
  font-weight: 500;
  color: #fff;
  background: #00aaa6;
  border: 1px solid transparent;
  box-shadow: none !important;
}

.bg-grey {
  background-color: #f6f7f5;
}

.theme-color {
  color: var(--theme-primary-color);
}
.shadow-bot {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.02);
}

.shadow-all {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.icn-text-alt {
  display: flex;
  text-decoration: none;
  max-width: 358px;
  margin-bottom: 6px;
}
.icn-text-alt:hover {
  text-decoration: none;
}

.icn-text-alt:hover .icn-text-title {
  color: #00aaa6;
  transition: 0.25s;
}

.icn-text-alt:hover .icn-text-circle {
  box-shadow: 0 0 0 10px rgba(0, 170, 166, 0.2);
}

.icn-text-alt .icn-text-alt-icn {
  padding-top: 13px;
  padding-left: 3px;
  padding-right: 12px;
  color: #00aaa6;
}
.icn-text-alt > * + * {
  margin-left: 24px;
}
.icn-text-alt .icn-text-alt-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 34px;
  transition: 0.25s;
}
.icn-text-alt .icn-text-alt-title + * {
  margin-top: 6px;
}

.icn-text-alt .icn-text-alt-icn {
  padding-top: 7px;
  padding-left: 15px;
  color: #00aaa6;
}

.icn-text-alt .icn-text-alt-icn [class*="icon"] {
  font-size: 56px;
  line-height: 1em;
}

.icn-text-alt > * + * {
  margin-left: 28px;
}
@media (max-width: 991px) {
  .icn-text-alt {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  .icn-text-alt .icn-text-alt-icn {
    padding: 0;
    margin-bottom: 15px;
  }
  .icn-text-alt > * + * {
    margin-left: 0;
  }
}

.js-icn-text-alt-carousel.slick-initialized {
  display: block !important;
}

.js-icn-text-alt-carousel .slick-track {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.js-icn-text-alt-carousel .slick-slide {
  height: auto !important;
  display: flex !important;
  justify-content: center;
}

.js-icn-text-alt-carousel .slick-slide > div {
  width: 100%;
}

@media (max-width: 991px) {
  .youtube-container {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*.icon-first-aid-kit {
    font-family: 'Font Awesome 6 Pro';
    content: "\f479";
}
.icon-flask {
    font-family: 'Font Awesome 6 Pro';
    content: "\e4f3";
}
.icon-doctor {
    font-family: 'Font Awesome 6 Pro';
    content: "\e950";
}*/

/* Page Wrapper*/
.page-content .section {
  position: relative;
  margin-top: 110px;
}
.page-content .section-top-padding {
  padding-top: 110px;
  margin-top: 0;
}

.page-content .section-bottom-padding {
  padding-bottom: 110px;
}

.page-content > .section:first-child,
.page-content .section-booking:first-child + .section {
  margin-top: 100px;
}

.page-content .page-content-first {
  margin-top: 92px;
}

.vert-wrap {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.vert {
  display: table-cell;
  vertical-align: middle;
}

.btn .fa-arrow-right,
body:not(.touch) .btn:focus .fa-arrow-right {
  font-size: 12px;
}

/*Arrow*/
/* arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  margin-top: -23px;
  padding: 0;
  cursor: pointer;
  color: #00aaa6;
  border: none;
  outline: none;
  background-color: transparent;
  z-index: 99;
  text-align: center;
  transition: 0.2s;
  border-radius: 50%;
  border: 2px solid #dedede;
}
.slick-prev:hover,
.slick-next:hover {
  border-color: #00aaa6;
  background-color: #00aaa6;
  color: #00aaa6;
}
.slick-prev:before,
.slick-next:before {
  font-family: "dentco";
  font-size: 10px;
  line-height: 43px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #fff;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  font-family: "Font Awesome 6 Pro";
  content: "\3c";
  padding-right: 1px;
}
.slick-next {
  right: 0;
}
.slick-next:before {
  font-family: "Font Awesome 6 Pro";
  content: "\3e";
  padding-left: 2px;
}
.slick-prev:not(:hover),
.slick-next:not(:hover) {
  border-color: #fafbfa;
  background-color: #fafbfa;
}

/* Dots*/
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 50px 0 -35px;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 9px;
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
  background: #e1e5e9;
  cursor: pointer;
}
.slick-dots li button:after {
  display: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background-color: #00aaa6;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/*Hero Main Slider*/
#mainSliderWrapper {
  position: relative;
}
#mainSlider {
  opacity: 0;
  transition: opacity 0.5s;
}
#mainSlider.slick-initialized {
  opacity: 1;
}
#mainSlider,
#mainSlider .img--holder {
  height: 762px;
}
#mainSlider {
  margin-bottom: 30px;
  opacity: 0;
}
#mainSlider .inner-circles-loader:not(:required) {
  width: 70px;
  height: 70px;
}
#mainSlider .inner-circles-loader:not(:required):before,
#mainSlider .inner-circles-loader:not(:required):after {
  width: 70px;
  height: 70px;
}
#mainSlider.slick-initialized {
  opacity: 1;
  z-index: 101;
}
#mainSlider .slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
#mainSlider .slide .img--holder {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#mainSlider .slide-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
}
#mainSlider .slide-content .vert-wrap {
  padding-bottom: 10px;
}
#mainSlider .slide-content.center {
  text-align: center;
}
#mainSlider .slide-txt2 {
  font-size: 16px;
  line-height: 1em;
  font-family: "Inter SemiBold", serif;
  color: #fff;
  margin: 0;
  letter-spacing: 0.03em;
}
#mainSlider .slide-txt2:not(:first-child) {
  margin-top: 25px;
}
#mainSlider .slide-txt1 {
  font-size: 54px;
  line-height: 1.26em;
  font-weight: 400;
  font-family: "Inter SemiBold", serif;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
#mainSlider .slide-txt1:not(:first-child) {
  margin-top: 0.3em;
}
#mainSlider .slide-btn {
  margin-top: 65px;
}
#mainSlider .slick-prev,
#mainSlider .slick-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

#mainSlider .slick-prev:before,
#mainSlider .slick-next:before {
  font-size: 20px;
  line-height: 48px;
}

#mainSlider .slick-prev {
  left: 50px;
}

#mainSlider .slick-next {
  right: 50px;
}

#mainSlider.arrows-white .slick-prev,
#mainSlider.arrows-white .slick-next {
  border-color: #fff;
}

#mainSlider.arrows-white .slick-prev:hover,
#mainSlider.arrows-white .slick-next:hover {
  background: rgba(255, 255, 255, 0.2);
}

#mainSlider.arrows-white .slick-prev:before,
#mainSlider.arrows-white .slick-next:before {
  color: #fff;
}

#mainSlider.arrows-bottom .slick-prev {
  top: auto;
  bottom: 20px;
  left: auto;
  right: 80px;
}

#mainSlider.arrows-bottom .slick-next {
  top: auto;
  bottom: 20px;
  right: 20px;
}

#mainSlider .slick-dots {
  margin: -50px 0 0 0;
}

#mainSlider .slick-dots li button {
  width: 11px;
  height: 11px;
}
#mainSliderWrapper {
  position: relative;
}

.main-slider {
  position: relative;
}

.main-slider .fadeIn {
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.main-slider .fadeInUp {
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
  -o-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
}

.h-decor {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 53px;
  background-color: #00aaa6;
}
.h-sub {
  position: relative;
  z-index: 1;
  /* margin-bottom: 17px; */
  font-size: clamp(0.9rem, 2.5vw, 1.5rem);
  line-height: 1.2em;
  font-weight: 500;
  font-family: "Inter SemiBold", serif;
  letter-spacing: 1px;
}
.h-sub:not(.theme-color) {
  color: #494949;
}

.max-500 {
  max-width: 520px !important;
  margin-left: auto;
  margin-right: auto;
}

ul.marker-list-md {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
}

ul.marker-list-md li {
  position: relative;
  padding-left: 34px;
}

ul.marker-list-md li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: -1px;
  color: #00aaa6;
}

ul.marker-list-md li:not(:last-child) {
  margin-bottom: 14px !important;
}

ul.marker-list-md-line {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
}
ul.marker-list-md-line li {
  position: relative;
  padding-left: 23px;
}

ul.marker-list-md-line li:before {
  content: "-";
  font-size: 31px;
  position: absolute;
  left: 0;
  top: -3px;
  color: #00aaa6;
}

ul.marker-list-md-line li:not(:last-child) {
  margin-bottom: 16px;
}

/*ul.marker-list-md i {
    padding-left: 30px !important;
    color: var(--theme-primary-color);
}
ul.marker-list-md li:not(:last-child) {
    margin-bottom: 16px!important;
}
*/

.department-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: -6px -6px 0;
}
.department-tabs > * {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 calc(25% - 12px);
  min-width: calc(25% - 12px);
  padding: 41px 10px 45px;
  margin: 6px;
  background-color: #f6f7f5;
}
.department-tab {
  transition: 0.2s;
  cursor: pointer;
}
.department-tab.active,
.department-tab:hover {
  background-color: #00aaa6;
}
.department-tab.active .department-tab-icon,
.department-tab:hover .department-tab-icon {
  color: #00aaa6;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}
.department-tab.active .department-tab-text,
.department-tab:hover .department-tab-text {
  color: #ffffff;
}
.department-tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  font-size: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #a5a7ac;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  transition: 0.5s;
}
.department-tab-icon:not(:last-child) {
  margin-bottom: 12px;
}

.department-tab-text {
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  /*font-family: "Poppins", serif;*/
  color: #444444;
  transition: 0.2s;
}
.department-tabs2 {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 0;
}

.department-tabs2 > * {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 calc(50% - 30px);
  min-width: calc(50% - 30px);
  margin: 15px;
  background-color: #ffffff;
}
.department-tab2 {
  padding: 41px 30px;
  transition: 0.2s;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.department-tab2.active,
.department-tab2:hover {
  background-color: #00aaa6;
  color: #ffffff;
  box-shadow: none;
}

.department-tab2.active .department-tab2-number,
.department-tab2.active .department-tab2-text,
.department-tab2:hover .department-tab2-number,
.department-tab2:hover .department-tab2-text {
  color: #ffffff;
}

.department-tab2.active .department-tab2-decor,
.department-tab2:hover .department-tab2-decor {
  background-color: #ffffff;
}
.department-tabs2-bg {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.department-tab2-number {
  font-size: 90px;
  line-height: 1em;
  font-weight: 600;
  /*font-family: "Poppins", serif;*/
  color: #00aaa6;
}
.department-tab2-text {
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  /*font-family: "Poppins", serif;*/
  color: #444;
}
.department-tab2-text:not(:first-child) {
  margin-top: 10px;
}
.department-tab2-decor {
  width: 33px;
  height: 3px;
  background-color: #00aaa6;
}
.department-tab2-decor:not(:first-child) {
  margin-top: 15px;
}
.department-carousel .department-item,
.department-carousel2 .department-item {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}

.department-carousel .department-item h2,
.department-carousel2 .department-item h2 {
  line-height: 1.22em;
  margin-bottom: 30px;
}

.department-carousel .department-tab,
.department-carousel2 .department-tab {
  display: none;
  margin: 0 auto 20px;
  width: 162px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 10px 30px;
  background-color: #00aaa6;
}
.department-carousel .department-tab-icon,
.department-carousel2 .department-tab-icon {
  background-color: #ffffff;
  color: #00aaa6;
}

.department-carousel .department-tab-text,
.department-carousel2 .department-tab-text {
  color: #ffffff;
}

.department-carousel h3,
.department-carousel2 h3 {
  position: relative;
  z-index: -1;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.department-carousel h3:after,
.department-carousel2 h3:after {
  position: absolute;
  z-index: 0;
  left: -7px;
  top: -24px;
  font-size: 120px;
  line-height: 1em;
  color: #f6f7f5;
  white-space: nowrap;
  content: attr(data-title);
  opacity: 0;
  left: 100%;
  transition: 1s;
}
.department-carousel h3 span,
.department-carousel2 h3 span {
  position: relative;
  z-index: 1;
}

.department-carousel .slick-disabled,
.department-carousel2 .slick-disabled {
  pointer-events: none;
  opacity: 0.75;
}
.department-carousel2 {
  overflow: hidden;
}

.department-carousel2 .department-item {
  background-color: transparent;
  transition: none;
}

.text-image-block {
  background-color: #f6f7f5;
}
.text-image-block .image-col {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  /* justify-content: flex-end; */
}
.text-image-block .text-col {
  position: relative;
  z-index: 1;
  padding: 100px 15px;
  /* max-width: 570px; */
}
/* @media (min-width: 768px) {
    .text-image-block .text-col {
        width: 100%;
    }
} */

.text-image-block .image-col img {
  max-height: 100%;
}
.text-image-block .h-sub {
  position: relative;
  z-index: 1;
}

.text-image-block [data-title] {
  display: inline-flex;
  position: relative;
  z-index: 0;
}

.text-image-block [data-title] span {
  position: relative;
  z-index: 1;
}

.text-image-block [data-title]:after {
  position: absolute;
  z-index: 0;
  right: -7px;
  top: -0.52em;
  font-size: 120px;
  line-height: 1em;
  color: #fff;
  white-space: nowrap;
  content: attr(data-title);
}

ul.numbered-list {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  counter-reset: li;
  list-style-type: none;
  font-size: 16px;
  line-height: 24px;
}
ul.numbered-list li {
  position: relative;
  padding: 0 0 0 33px;
}

ul.numbered-list li:before {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  content: counter(li);
  counter-increment: li;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #00aaa6;
}

ul.numbered-list li:not(:last-child) {
  margin-bottom: 10px;
}
ul.numbered-list-lg {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  counter-reset: li;
  list-style-type: none;
  font-size: 16px;
  line-height: 27px;
}
ul.numbered-list-lg li {
  position: relative;
  padding: 0 35px 0 70px;
}
ul.numbered-list-lg li:before {
  position: absolute;
  font-size: 16px;
  line-height: 35px;
  font-weight: 700;
  content: counter(li);
  counter-increment: li;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  left: 15px;
  top: -6px;
  background-color: #00aaa6;
}
ul.numbered-list-lg li:not(:last-child) {
  margin-bottom: 24px;
}
ul.numbered-list-xl {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  counter-reset: li;
  list-style-type: none;
  font-size: 16px;
  line-height: 27px;
}
ul.numbered-list-xl h5 {
  margin-bottom: 15px;
  top: 10px;
}
ul.numbered-list-xl li {
  position: relative !important;
  padding: 0 0 0 110px !important;
}
ul.numbered-list-xl li:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  /*font-family: "Poppins", serif;*/
  content: attr(data-num);
  counter-increment: li;
  height: 83px;
  width: 83px;
  padding-left: 2px;
  border-radius: 50%;
  color: #00aaa6;
  left: 0;
  top: -6px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(101, 81, 46, 0.1);
  transition: 0.2s;
}
ul.numbered-list-xl li:hover:before {
  color: #fff;
  background-color: #00aaa6;
}

ul.numbered-list-xl li:not(:last-child) {
  margin-bottom: 40px !important;
}

ul.marker-list-md {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
}
ul.marker-list-md li {
  position: relative;
  padding-left: 34px !important;
}
ul.marker-list-md li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: -1px;
  color: #00aaa6;
}
ul.marker-list-md li:not(:last-child) {
  margin-bottom: 14px;
}
ul.marker-list-md li:before {
  left: 3px;
}

/*ul.marker-list-md li {
    padding-left: 30px;
}*/

.service-card {
  height: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 45px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.service-card > * {
  margin-bottom: 0;
}
.service-card > *:not(:first-child) {
  margin-top: 15px;
}
.service-card-photo {
  position: relative;
  overflow: hidden;
  transition: 0.35s;
  background-color: #fff;
  margin-left: -30px;
  margin-right: -30px;
}
.service-card-photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 0 30px #00aaa6;
  opacity: 0;
  transition: opacity 0 ease 0;
  pointer-events: none;
}
.service-card:hover .service-card-photo {
  border-radius: 50%;
}
.service-card:hover .service-card-photo:after {
  opacity: 0.2;
  transition: opacity 0.5s ease 0.2s;
}
.service-card-photo + .service-card-name {
  margin-top: 30px;
}
.service-card-name,
.service-card-name a {
  font-size: 24px;
  line-height: 1.1em;
  text-decoration: none;
}
.service-card-name a:hover {
  text-decoration: none;
  color: #00aaa6;
}
.service-card h5.service-card-name + .h-decor {
  top: 0;
  height: 2px;
  width: 27px;
  margin-top: 15px;
}
.service-card > ul.marker-list-md:not(:first-child) {
  margin-top: 25px;
}
.service-card ul.marker-list-md li {
  font-size: 16px;
}
.service-card ul.marker-list-md li:not(:last-child) {
  margin-bottom: 16px;
}
.service-card-style2 {
  /* height: 100%; */
  min-width: 370px;
  max-height: 40vw;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 33px 40px;
  border: 5px solid #f6f7f5;
  transition: 0.2s;
  margin-top: 35px;
}

@media (max-width: 1024px) {
  .service-card-style2 {
    min-width: 300px;
    max-width: 63vw;
    min-height: 75vw;
  }
}

@media (max-width: 767px) {
  .service-card-style2 {
    min-width: auto;
    max-width: 50%;
    padding: 30px 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-card-style2 .service-card-icon {
    font-size: 56px;
    margin-bottom: 20px;
  }
  .service-card-style2 .service-card-name {
    font-size: 24px;
    font-weight: 700;
  }
  .service-card-style2 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
  }
  .service-card-style2 ul.marker-list-md li {
    font-size: 17px;
    font-weight: 500;
  }
  .service-card-style2 ul.marker-list-md li:before {
    font-size: 18px;
    top: 0;
  }
}

.service-card-style2 > * {
  margin-bottom: 0;
}

.service-card-style2 > *:not(:first-child) {
  margin-top: 10px;
}

.service-card-style2 .service-card-icon {
  font-size: 42px;
  line-height: 1em;
  color: #00aaa6;
}

.service-card-style2 .service-card-name {
  font-size: 20px;
  line-height: 1em;
}
.service-card-style2 .service-card-name a:hover {
  text-decoration: none;
  color: #00aaa6;
}

.service-card-style2 > ul.marker-list-md:not(:first-child) {
  margin-top: 15px;
}

.service-card-style2 ul.marker-list-md li {
  font-size: 16px;
}
.service-card-style2 ul.marker-list-md li:not(:last-child) {
  margin-bottom: 16px;
}
.service-card-style2:hover {
  border: 5px solid #f6f7f5;
}

.js-service-card-style2-carousel {
  padding-bottom: 20px !important;
}

.js-service-card-style2-carousel .slick-list {
  padding-bottom: 20px !important;
  margin-bottom: -20px !important;
}

.js-service-card-style2-carousel .slick-track {
  display: flex !important;
}

.js-service-card-style2-carousel .slick-slide {
  height: auto !important;
  display: flex !important;
}

.js-service-card-style2-carousel .slick-slide > div {
  width: 100%;
}
.services-tab-wrap {
  padding: 60px 44px 75px 0;
  width: 570px;
  position: relative;
}

.banner-left {
  display: flex;
  align-items: center;
}
.bg-fullheight {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/* FAQ */
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.faq-item {
  margin-bottom: 10px;
  border: 0;
}

.faq-item [data-bs-toggle="collapse"] {
  display: flex;
  position: relative;
  padding: 20px 45px 19px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  background-color: #fff;
  color: #444;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 0px;
  width: 100%;
}

.faq-item [data-bs-toggle="collapse"] span:first-child {
  font-size: 16px;
  min-width: 26px;
  color: #00aaa6;
}

.faq-item [data-bs-toggle="collapse"]:hover {
  text-decoration: none;
}

.faq-item [data-bs-toggle="collapse"]:after {
  position: absolute;
  top: 50%;
  right: 28px;
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  color: #00aaa6;
  transform: translateY(-50%);
}

.faq-item [data-bs-toggle="collapse"][aria-expanded="true"]:after {
  content: "\f0d8";
  font-family: "Font Awesome 6 Pro";
}

.faq-item > a:not(.collapsed) {
  color: #444;
}

.faq-item .faq-item-content > * {
  padding: 10px 40px 10px 50px;
}

.faq-accordion {
  margin: 15px 0 0;
}

.faq-item [data-bs-toggle="collapse"] {
  font-size: 16px;
  padding: 19px 42px 19px 20px;
}

.faq-accordion--style2 .faq-item {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.faq-accordion--style2 .faq-item [data-bs-toggle="collapse"] {
  box-shadow: none;
  font-family: "Roboto", sans-serif;
}

.faq-accordion--style2 .faq-item .faq-item-content > * {
  padding-top: 0;
  padding-bottom: 20px;
}

.faq-wrap {
  padding: 65px 100px 65px 80px;
  position: relative;
}
.faq-wrap .double-title:after {
  z-index: 0;
  color: #ffffff;
}
.faq-wrap .nav-pills {
  flex-wrap: nowrap;
  margin-left: auto;
}
.faq-wrap .nav-pills .nav-link {
  position: relative;
  min-width: inherit;
  height: 39px;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  /*font-family: "Poppins", serif;*/
  letter-spacing: 1px;
  border: 0;
  background: transparent;
  color: #444;
  box-shadow: none;
}
.faq-wrap .nav-pills .nav-link:hover {
  background: transparent !important;
  color: #000;
}

.faq-wrap .nav-pills .nav-link:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 2px;
  height: 9px;
  background: #a9aaaa;
}

.faq-wrap .nav-pills .nav-link:last-child {
  margin: 0;
  padding: 0;
}

.faq-wrap .nav-pills .nav-link:last-child:after {
  display: none;
}

.faq-wrap .nav-pills .nav-link.active {
  color: #00aaa6;
}

.faq-wrap .nav-pills [class*="icon"] {
  padding-right: 10px;
  color: #00aaa6;
}

.faq-wrap .nav-pills--noborder .nav-link {
  margin: 0 26px 0 0;
  padding: 0;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
  color: #444;
}

.faq-wrap .nav-pills--noborder .nav-link:after {
  display: none;
}

.faq-wrap .nav-pills--noborder .nav-link:last-child {
  margin: 0;
}

.faq-wrap--pad-lg {
  padding: 95px 100px 95px 80px;
}

.faq-wrap--pad-md {
  padding: 25px 15px 65px 110px;
  max-width: 855px;
}

.faq-wrap-bg {
  background: url("../images/bg-grey.jpg") #f6f7f5;
}

/*@media (min-width: 1230px) {
    .faq-wrap-bg {
        margin-left: -65px;
        width: calc(100% + 65px);
    }
}
*/

.banner-contact-us {
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-contact-us img.shift-right {
  display: block;
  position: relative;
  z-index: -1;
}
.banner-contact-us img.shift-left {
  /*position: absolute;*/
  margin-left: -150px;
  display: block;
}
.banner-contact-us .contact-form {
  margin-bottom: 60px;
}
.banner-contact-us .contact-form .form-control {
  min-height: 42px;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 18px;
}
.banner-contact-us .contact-form textarea.form-control {
  min-height: 125px;
}
.banner-contact-us .order-2 {
  position: relative;
  z-index: 1;
}
.banner-contact-us .order-1 {
  position: relative;
  z-index: 0;
}
.banner-contact-us [data-title] {
  margin-bottom: 26px;
  display: inline-flex;
  position: relative;
  z-index: 0;
  line-height: 1.2em;
}
.banner-contact-us [data-title] span {
  position: relative;
  z-index: 1;
}
.banner-contact-us [data-title]:after {
  position: absolute;
  z-index: 0;
  right: -0.8em;
  top: -0.52em;
  font-size: 120px;
  line-height: 1em;
  color: #f6f7f5;
  white-space: nowrap;
  content: attr(data-title);
}
.banner-contact-us [data-title].title-left:after {
  right: auto;
  left: -0.25em;
  top: -0.35em;
}
.banner-contact-us [data-title] + * {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 546px) {
  /*.container {
        max-width: 100%;
    }*/

  #mainSlider,
  #mainSlider .img--holder {
    height: 175px !important;
  }

  #mainSlider .slide-txt1 {
    font-size: 20px;
  }

  #mainSlider .slide-txt2 {
    display: none;
  }

  #mainSlider .slide-btn {
    display: none;
    margin-top: 20px;
  }

  #mainSlider .slide-btn [class*="icon-"] {
    display: none;
  }

  #mainSlider .slide-btn .btn,
  #mainSlider .slide-btn .btn:focus {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
  }

  #mainSlider .slick-dots {
    margin: -20px 0 0 0;
  }

  .department-tab-icon {
    width: 70px;
    height: 70px;
  }

  .department-tab-text {
    font-size: 13px;
  }

  .department-tab2 {
    padding: 18px 5px 18px 12px;
  }

  .department-tab2-number {
    font-size: 50px;
  }

  .department-tab2-text {
    font-size: 12px;
    font-weight: 500;
  }

  .department-tab2-decor {
    width: 19px;
    height: 2px;
  }

  .department-tab2-decor:not(:first-child) {
    margin-top: 8px;
  }

  .department-carousel .slick-list,
  .department-carousel2 .slick-list {
    overflow: visible;
  }

  .department-carousel .department-tab,
  .department-carousel2 .department-tab {
    display: flex;
  }

  .department-carousel h3,
  .department-carousel2 h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .department-carousel h3:after,
  .department-carousel2 h3:after {
    top: -20px;
    font-size: 70px;
    left: 50% !important;
    transform: translateX(-50%);
  }

  .text-image-block [data-title]:after {
    top: -10px;
    font-size: 70px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .faq-wrap .nav-pills .nav-link {
    width: auto;
  }

  .faq-wrap .nav-pills--noborder .nav-link {
    font-size: 13px;
  }

  .faq-wrap .nav-pills--noborder .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .faq-wrap .nav-pills--noborder .nav-link [class*="icon"] {
    padding: 0 0 5px;
  }

  .banner-contact-us img:not([class]),
  .banner-contact-us img.shift-left {
    position: relative !important;
    max-width: 100%;
    margin: 0;
  }

  .banner-contact-us img.shift-right {
    max-width: 100%;
  }

  .banner-contact-us .contact-form {
    margin-bottom: 0;
  }

  .banner-contact-us [data-title]:after {
    top: -10px;
    font-size: 70px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .banner-contact-us [data-title].title-left:after {
    left: 50%;
  }
}

@media (min-width: 547px) {
  .department-carousel .slick-prev,
  .department-carousel .slick-next,
  .department-carousel2 .slick-prev,
  .department-carousel2 .slick-next {
    bottom: -70px;
    top: auto !important;
    margin: 0;
  }

  .department-carousel .slick-prev,
  .department-carousel2 .slick-prev {
    left: 0;
  }

  .department-carousel .slick-next,
  .department-carousel2 .slick-next {
    left: 60px;
  }
}

@media (max-width: 767px) {
  #mainSlider .slide-content .vert-wrap {
    padding-bottom: 0;
  }

  #mainSlider .slick-dots {
    margin: -30px 0 0 0;
  }

  #mainSlider .slick-dots li button {
    width: 9px;
    height: 9px;
  }

  .layout-landing .js-icn-text-alt-carousel .slick-dots {
    margin: 15px 0 25px;
  }

  .icn-text-alt .icn-text-alt-title + * {
    margin-top: 10px;
  }
  .icn-text-alt .icn-text-alt-icn [class*="icon"] {
    font-size: 36px;
  }
  .icn-text-alt .icn-text-alt-title {
    font-size: 16px;
    line-height: 20px;
  }

  .text-image-block .image-col {
    justify-content: left;
  }

  .text-image-block .text-col {
    padding: 50px 15px 20px;
    order: -1;
  }

  .text-image-block .text-col .title-wrap {
    text-align: center;
  }

  .text-image-block .image-col img {
    max-width: 100% !important;
    max-height: none !important;
    margin: 0;
  }

  .service-card-style2 {
    padding: 25px 20px 25px;
  }

  .faq-item [data-bs-toggle="collapse"] span:first-child {
    font-size: 14px;
  }

  .faq-item .faq-item-content > * {
    padding: 14px 15px 10px 35px;
  }

  .faq-accordion {
    margin-top: 0;
  }

  .faq-item [data-bs-toggle="collapse"] {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 40px 6px 12px;
  }

  .faq-wrap {
    padding: 25px 15px;
  }

  .faq-wrap .nav-pills {
    margin-right: auto;
    padding-left: 0;
    flex-wrap: wrap;
  }

  .faq-wrap--pad-lg {
    padding: 25px 15px;
  }

  .faq-wrap--pad-md {
    padding: 25px 15px;
  }

  .banner-contact-us {
    overflow: hidden;
  }

  .banner-contact-us img:not([class]),
  .banner-contact-us img.shift-left {
    max-width: 125%;
    margin-left: -100px;
  }

  .banner-contact-us img.shift-right {
    max-width: 80%;
    margin: 0 auto;
  }

  .banner-contact-us .contact-form .mt-15 {
    margin-top: 5px !important;
  }

  .banner-contact-us [data-title] {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-contact-us [data-title]:after {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .page-content .section {
    margin-top: 40px;
  }

  .page-content .section-bottom-padding {
    padding-bottom: 0;
  }

  .page-content .section-top-padding {
    padding-top: 0;
    margin-top: 40px;
  }

  .page-content > .section:first-child,
  .page-content .section-booking:first-child + .section {
    margin-top: 30px;
  }

  .page-content .page-content-first {
    margin-top: 30px;
  }

  #mainSlider,
  #mainSlider .img--holder {
    height: 300px;
  }

  .department-tabs2-bg img {
    max-width: 120vw;
  }

  .department-carousel,
  .department-carousel2 {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }

  .department-carousel .department-item,
  .department-carousel2 .department-item {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .department-carousel .slick-prev,
  .department-carousel .slick-next,
  .department-carousel2 .slick-prev,
  .department-carousel2 .slick-next {
    top: 120px;
  }

  .department-carousel .slick-prev,
  .department-carousel .slick-next,
  .department-carousel .slick-prev:hover,
  .department-carousel .slick-next:hover,
  .department-carousel2 .slick-prev,
  .department-carousel2 .slick-next,
  .department-carousel2 .slick-prev:hover,
  .department-carousel2 .slick-next:hover {
    border: 0;
    background-color: transparent !important;
  }

  .department-carousel .slick-prev:before,
  .department-carousel .slick-next:before,
  .department-carousel .slick-prev:hover:before,
  .department-carousel .slick-next:hover:before,
  .department-carousel2 .slick-prev:before,
  .department-carousel2 .slick-next:before,
  .department-carousel2 .slick-prev:hover:before,
  .department-carousel2 .slick-next:hover:before {
    color: #00aaa6;
  }

  .department-carousel2 {
    margin-top: 40px;
    text-align: left;
  }

  .department-carousel2 .department-item {
    padding: 0;
  }

  .department-carousel2 h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) {
  /*.container {
        max-width: 100%;
    }*/
  .banner-text-main h1 {
    font-size: 40px;
    padding-top: 30px;
  }

  .banner-text-main p {
    font-size: 30px;
    font-weight: 600;
  }

  .banner-text-main span {
    font-size: 16px;
  }

  .banner-text-bottom {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*.container {
        max-width: 1200px;
    }*/
  .page-content .section {
    margin-top: 70px;
  }

  .page-content .section-bottom-padding {
    padding-bottom: 70px;
  }

  .page-content .section-top-padding {
    padding-top: 70px;
    margin-top: 0;
  }

  .page-content > .section:first-child,
  .page-content .section-booking:first-child + .section {
    margin-top: 50px;
  }

  .page-content .page-content-first {
    margin-top: 50px;
  }

  #mainSlider,
  #mainSlider .img--holder {
    height: 400px;
    min-height: 0;
    max-height: none;
  }

  #mainSlider .slide-txt1 {
    font-size: 40px;
    line-height: 1.16em;
  }

  #mainSlider .slide-txt2 {
    font-size: 14px;
  }

  #mainSlider .slide-btn {
    margin-top: 35px;
  }

  #mainSlider .slick-dots {
    margin: -30px 0 0 0;
  }

  .icn-text-alt {
    flex-direction: column;
    text-align: center;
  }

  .icn-text-alt .icn-text-alt-title {
    font-size: 28px;
    line-height: 37px;
  }

  .icn-text-alt .icn-text-alt-icn {
    padding-left: 0;
  }

  .icn-text-alt > * + * {
    margin-left: 0;
    margin-top: 7px;
  }

  .icn-text-alt .icn-text-alt-icn [class*="icon"] {
    font-size: 42px;
  }

  .department-tabs2 {
    margin: -10px -10px 0;
  }

  .department-tabs2 > * {
    flex: 0 0 calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 10px;
  }

  .department-tab2 {
    padding: 25px 5px 25px 15px;
  }

  .department-tabs2-bg img {
    max-width: 65vw;
  }

  .department-tab2-number {
    font-size: 62px;
  }

  .department-tab2-text {
    font-size: 15px;
  }

  .department-tab2-decor {
    width: 22px;
    height: 2px;
  }

  .department-tab2-decor:not(:first-child) {
    margin-top: 12px;
  }

  .department-carousel,
  .department-carousel2 {
    margin: 45px 0;
  }

  .department-carousel,
  .department-carousel2 {
    margin: 45px 0;
  }

  .department-carousel h3,
  .department-carousel2 h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .department-carousel h3:after,
  .department-carousel2 h3:after {
    font-size: 100px;
  }

  .department-carousel .slick-prev,
  .department-carousel .slick-next,
  .department-carousel2 .slick-prev,
  .department-carousel2 .slick-next {
    bottom: -50px;
  }

  .department-carousel2 {
    margin: 0;
  }

  .department-carousel2 h3 {
    font-size: 26px;
    line-height: 30px;
  }

  ul.numbered-list {
    font-size: 15px;
    line-height: 20px;
  }

  ul.numbered-list li:not(:last-child) {
    margin-bottom: 7px;
  }

  ul.numbered-list-lg {
    font-size: 15px;
    line-height: 20px;
  }

  ul.numbered-list-lg li {
    padding: 0 0 0 50px;
  }

  ul.numbered-list-lg li:before {
    font-size: 15px;
    line-height: 35px;
    left: 0;
  }

  ul.numbered-list-lg li:not(:last-child) {
    margin-bottom: 20px;
  }

  ul.numbered-list-xl {
    font-size: 31px;
    line-height: 45px;
  }

  ul.numbered-list-xl h5 {
    margin-bottom: 7px;
    padding-top: 0;
  }

  ul.numbered-list-xl li {
    padding: 0 0 0 67px;
  }

  ul.numbered-list-xl li:before {
    font-size: 33px;
    height: 86px;
    width: 86px;
  }

  ul.numbered-list-xl li:not(:last-child) {
    margin-bottom: 20px;
  }

  ul.marker-list-md {
    font-size: 22px;
    line-height: 25px;
  }

  ul.marker-list-md li:not(:last-child) {
    margin-bottom: 7px;
  }

  .text-image-block .image-col img {
    max-height: 95%;
    margin-right: -20%;
  }

  .text-image-block .text-col {
    z-index: 2;
  }

  .service-card {
    padding: 0 15px 25px;
  }

  .service-card-photo {
    margin-left: -15px;
    margin-right: -15px;
  }

  .service-card-name,
  .service-card-name a {
    font-size: 20px;
  }

  .service-card > ul.marker-list-md:not(:first-child) {
    margin-top: 15px;
  }

  .service-card ul.marker-list-md li {
    font-size: 15px;
    line-height: 20px;
  }

  .service-card ul.marker-list-md li:not(:last-child) {
    margin-bottom: 8px;
  }

  .service-card-style2 .service-card-name {
    font-size: 35px;
    line-height: 1.7em;
  }

  .service-card-style2 p {
    font-size: 25px !important;
    line-height: 27px !important;
  }

  .service-card-style2 .service-card-icon {
    font-size: 70px;
    line-height: 1em;
    color: #00aaa6;
  }

  .service-card-style2 ul.marker-list-md li {
    font-size: 25px;
    line-height: 30px;
  }
  .service-card-style2 ul.marker-list-md li:not(:last-child) {
    margin-bottom: 40px !important;
  }

  /* .service-card-style2 ul.marker-list-md li:not(:last-child) {
    margin-bottom: 8px;
  } */

  .faq-item .faq-item-content > * {
    padding: 10px 35px 10px 45px;
  }

  .faq-accordion {
    margin-top: 5px;
  }

  .faq-item [data-bs-toggle="collapse"] {
    font-size: 14px;
    line-height: 20px;
    padding: 18px 42px 18px 20px;
  }

  .faq-wrap {
    padding: 55px 15px;
  }

  .faq-wrap .faq-item [data-bs-toggle="collapse"]:after {
    right: 15px;
  }

  .faq-wrap .nav-pills {
    margin-top: 13px;
  }

  .faq-wrap .nav-pills .nav-link {
    font-size: 13px;
  }

  .faq-wrap .nav-pills--noborder .nav-link {
    font-size: 15px;
  }

  .faq-wrap--pad-lg {
    padding: 65px 15px;
  }

  .banner-contact-us img:not([class]),
  .banner-contact-us img.shift-left {
    max-width: 130%;
    margin-left: -115px;
  }

  .banner-contact-us img.shift-right {
    margin-left: 0;
    max-width: 135%;
  }

  .banner-contact-us .contact-form textarea.form-control {
    min-height: 70px;
  }

  .banner-contact-us [data-title]:after {
    top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    max-width: 100%;
  }

  #mainSlider .slide-btn .btn,
  #mainSlider .slide-btn .btn:focus {
    line-height: 25px;
    padding: 15px 38px;
    border-radius: 30px;
  }

  .page-content .mt-lg-large {
    position: relative;
    margin-top: 154px;
  }

  .text-image-block .text-col {
    /* padding: 115px 15px 90px; */
    padding: 80px 15px 90px;
    max-width: 570px;
  }
}

@media only screen and (min-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }

  .page-content .section-bottom-padding {
    padding-bottom: 80px;
  }

  .page-content .section-top-padding {
    padding-top: 80px;
    margin-top: 0;
  }

  .page-content > .section:first-child,
  .page-content .section-booking:first-child + .section {
    margin-top: 60px;
  }

  .page-content .page-content-first {
    margin-top: 60px;
  }

  #mainSlider,
  #mainSlider .img--holder {
    /*height: 590px;
        min-height: 590px;*/
    max-height: calc(100vh - 178px);
  }

  .text-image-block .image-col img {
    max-height: 95%;
    margin-right: -5%;
  }

  .text-image-block [data-title]:after {
    font-size: 100px;
    left: 50%;
    right: auto;
    transform: translateX(-47%);
  }

  .faq-wrap .nav-pills--noborder .nav-link {
    margin-right: 18px;
  }

  .faq-wrap--pad-md {
    padding: 25px 15px;
  }

  .faq-item [data-bs-toggle="collapse"] {
    font-size: 18px;
    padding: 18px 42px 18px 20px;
  }

  .banner-contact-us img:not([class]),
  .banner-contact-us img.shift-left {
    max-width: 120%;
    margin-left: -115px;
  }
}

@media (min-width: 1192px) {
  .container {
    width: 1200px !important;
    max-width: 1200px !important;
  }
}
