body {
  font-family: "Ubuntu", sans-serif;
  /* overflow-x: hidden; */
  word-wrap: break-word;
  scroll-behavior: auto;
  overflow-anchor: none !important;
}

/* Containers for small devices */
@media (max-width: 1600px) {
  .container {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0 50px;
  }
  .social-wrapper {
    margin-left: auto;
  }
}
.category-list__item {
  display: none;
}
.single-blog .author-meta {
  display: none;
}
/* body.admin-bar {
  margin-top: 28px !important;
} */
/* * {
  outline: none;
} */
.sticky-wrapper {
  height: 100%;
}
.sticky-clinics-row {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 99;
}
html {
  /* scroll-behavior: smooth; */
  overflow-x: hidden;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #dfbb9c;
}

::selection {
  color: white;
  background: #dfbb9c;
}
.header {
  background-color: #ffffff;
  position: relative;
}
.devider--primary {
  border-top: 23.53px solid #dfbb9c;
  border-radius: 50%;
  width: 100%;
  height: 26px;
}
.devider--white-reverse {
  border-top: 51.53px solid white;
  border-radius: 45%;
  width: 100%;
  height: 23px;
  position: relative;
  top: -24px;
}
.devider--white {
  border-top: 51.53px solid white;
  border-radius: 45%;
  width: 100%;
  height: 23px;
  position: relative;
  bottom: -22px;
}
.widget-preheader {
  width: 100%;
  position: relative;
  padding: 15px 0;
}
.widget-preheader::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -o-linear-gradient(right, transparent 50%, #223049 50%);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(50%, transparent),
    color-stop(50%, #223049)
  );
  background-image: linear-gradient(to left, transparent 50%, #223049 50%);
  background-size: 29px 3px;
}
.widget-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-preheader {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  color: #444867;
}
.widget-top li {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-top .fas {
  margin-right: 10px;
  color: #dfbb9c;
}
.widget-top li a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lang-menu,
.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lang-menu li:not(:last-child) {
  margin-right: 10px;
}

.search-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-lang .fas {
  color: #444867;
  cursor: pointer;
  margin-left: auto;
  font-size: 20px;
}
.nav-top {
  margin: 20px 0;
  margin-bottom: 5px;
}
.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  text-align: center;
  /*   width: 100%; */
  margin-bottom: 0;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  color: #444867;
  padding: 0 20px !important;
}

.nav-list .active:not(.sub-menu li a) {
  font-weight: bold;
  position: relative;
}
.nav-list a {
  text-decoration: none;
  color: inherit;
}
.nav-list-top {
  margin-top: auto;
  margin-bottom: 10px;
}

.nav-list .active::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #dfbb9c;
  margin-top: 3px;
}

.nav-list li:not(:last-child) {
  margin-right: 30px;
}
.dropdown,
.nav-list .active {
  position: relative;
  height: auto;
  z-index: 39;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.nav-list .sub-menu {
  width: 50vw;
  left: 0;
  -webkit-transform: translate(-40%, 0) !important;
  -ms-transform: translate(-40%, 0) !important;
  transform: translate(-40%, 0) !important;
  border: 1px solid #dfbb9c;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /* background: #eaeaea; */
}
.nav-list:hover .sub-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.nav-list .sub-menu li:hover {
  background-color: transparent;
  color: #444867;
  font-weight: bold;
}

.nav-list .sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
}

.menu-item-has-children::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -14px;
  content: "";
  width: 10px;
  height: 6px;
  /* clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  background-color: #444867;
  transform: rotate(-90deg); */
  background: url("../static/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.dropdown ul,
.nav-list .active ul {
  position: absolute;
  top: 100%;
  left: 0;
  /* width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; */
  height: auto;
  background-color: white;
  list-style-type: none;
  /* padding-left: 0; */
  visibility: hidden;
}
.dropdown:hover ul,
.nav-list .active:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  visibility: visible;
  justify-content: space-around;
}

.dropdown ul li,
.nav-list .active ul li {
  text-align: center;
  margin: 0;
  padding: 10px;
}
.dropdown ul li a,
.nav-list .active ul li a {
  padding: 0;
  display: block;
  width: 100%;
}
.hamburger-menu__list-wrapper .sub-menu li a {
  color: white;
}
.dropdown ul li:hover,
.nav-list .active ul li:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #444867;
  width: 100%;
}
.dropdown ul li::after,
.nav-list .active ul li::after {
  display: none;
}

.nav-list li:not(.active):not(.dropdown):not(.active-nav) {
  position: relative;
}
.nav-list li:not(.active):not(.dropdown):not(.active-nav)::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #dfbb9c;
  margin-top: 3px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-list li:not(.active):not(.dropdown):not(.active-nav):hover::after {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  margin: auto 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-wrapper h2 {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  font-size: 30px;
}
.search-wrapper__input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  outline: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.search-wrapper__input-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-wrapper__input-box input[type="search"] {
  width: 100%;
  height: 40px;
  border-radius: 30px;
  background-color: #f6f3ee;
  border: none;
  outline: none;
  padding: 30px 50px;
  margin-bottom: 0px;
}
.search__list {
  width: 100%;
  margin-top: 20px;
  max-height: 30vw;
  background-color: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
  list-style-type: none;
}
.search-wrapper__input-box input[type="submit"] {
  background: #dfbb9c;
  border: none;
  border-radius: 30px;
  outline: none;
  padding: 0 30px;
  text-align: center;
  color: white;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  outline: none;
}
.search-wrapper__input-box span {
  display: none;
}
.btn {
  background: #dfbb9c;
  border: none;
  border-radius: 30px;
  outline: none;
  padding: 15px 40px;
  text-align: center;
  color: white;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  outline: none;
}
.btn:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #e0b590;
  color: white;
}
.btn--sec-color {
  color: #444867;
}
.input {
  height: 100%;
  text-align: left;
  padding: 20px 30px;
}
.social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 0 0 0px;

  align-items: center;
}
.social-wrapper p {
  margin-top: auto;
}
.social-menu li {
  margin-right: 10px;
}
.social-menu .fab {
  color: #dfbb9c;
  font-size: 20px;
}
.social-menu {
  margin-bottom: auto;
  margin-left: 0;
}

.social-menu li:not(:first-of-type) {
  margin-left: auto;
}

.hero {
  background: -o-linear-gradient(#f6f3ee 0%, #dfbb9c 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f3ee),
    to(#dfbb9c)
  );
  background: linear-gradient(#f6f3ee 0%, #dfbb9c 100%);
  margin-top: -11px;
  padding: 200px 0;
  padding-top: 100px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.hero__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__main h1 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.02em;
  line-height: 57px;
  text-align: left;

  color: #444867;
  padding-bottom: 30px;
  margin-top: 0;
}
.dashed {
  border-bottom: 5px dashed #444867;
}
.dashed--hero {
  width: 50%;
  position: relative;
  top: -45px;
}
.dashed--about {
  width: 30%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  top: -25px;
}
.hero__main p {
  font-family: Lora;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: left;
  color: #444867;
  margin-top: 0;
}
.hero__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}
.bgcolor--white {
  background-color: white;
  color: #444867;
  font-weight: normal;
}
.bgcolor--white .far {
  margin-left: 10px;
  color: #dfbb9c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bgcolor--white:hover {
  color: white;
  background-color: #444867;
}
.bgcolor--white:hover .far {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: white;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.header-fixed {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main-fixed {
  margin-top: 181px;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.header-fixed .widget-preheader {
  display: none;
}
.header-fixed .devider--primary {
  border-bottom: 1px solid #dfbb9c;
  border-radius: 0;
  border-top: 10.53px solid #dfbb9c;
  height: auto;
}
.header-fixed .nav-top {
  margin: 10px 0;
}
.btn--hero {
  margin-right: auto;
  margin-left: 30px;
}

.hero__bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 54%;
  width: 100%;
  height: 100%;
  max-width: 890px;
}

.treatments-box {
  position: relative;
  z-index: 9;
  margin-top: -90px;
  text-align: left;
  margin-bottom: 70px;
}

.treatments-box > .container > .row > h3,
.treatments-box > .container > .row > h1,
.treatments-box > .container > .row > h2,
.treatments-box > .container > .row > h4,
.treatments-box > .container > .row > h5,
.treatments-box > .container > .row > h6 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #444867;
  border-right: 4px dashed #444867;
  padding-right: 15px;
  padding-left: 14px;
}
.treatments-box > .container > .row > p {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  padding-left: 15px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #444867;
  margin-top: auto;
  margin-bottom: auto;
}
.treatments-box__item {
  border-radius: 20px;
  background: #444867;
  padding: 10px 25px;
  padding-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  height: 100%;
  justify-content: space-between;
  position: static;
}
.clinics__info-item:first-child,
.sticky-info-item {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 99;
}
.treatments-box__item-heading {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #dfbb9c;
}
.treatments-box__item-list-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.treatments-box__item-list-heading p {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  border-bottom: 3px dashed white;
  text-align: right;
  color: #dfbb9c;
  padding-bottom: 10px;
}
.treatments-box__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.treatments-box__item ul li {
  border-bottom: 3px dashed white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #f6f3ee;
}
.treatments-box__item ul li p {
  margin-bottom: 5px;
}
.treatments-box__item .bolder p {
  color: #dfbb9c;
  font-weight: bold;
}
.treatments-box__item .container {
  z-index: 11;
}
.box--after {
  position: relative;
}
.box--after::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 61%;
  width: 90%;
  min-height: 260px;
  height: 100%;
  background-color: #f6f3ee;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px;
  max-height: 400px;
}
.btn--view-more {
  display: block;
  margin: 20px auto;
}
.treatments-box__item-list-heading p:first-of-type {
  padding-right: 25px;
}
.treatments-box__item-list-heading p:last-of-type {
  padding-left: 25px;
}
.about-us {
  background-color: #f6f3ee;
}
.about-us .col > h3,
.about-us .col > h1,
.about-us .col > h2,
.about-us .col > h4,
.about-us .col > h5,
.about-us .col > h6 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.02em;

  text-align: center;
  color: #444867;
  margin-top: 20px;
}
.choose-box {
  background-color: #444867;
  padding: 20px;

  margin: 50px auto;
  border-radius: 20px;
}
.choose-box__image {
  position: relative;
  left: 0;
  top: -35px;
}
.choose-box__image img {
  border-radius: 20px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 600px;
}
.choose-box__list {
  padding-left: 100px;
}
.choose-box__list-heading {
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  color: #f6f3ee;
}
.dashed--list-heading {
  width: 50%;
  border: 3px dashed #dfbb9c;
}
.choose-box__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
}
.choose-box__list li {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #dfbb9c;
  margin-bottom: 10px;
}
.choose-box__list li img {
  margin-right: 10px;
  max-width: 100%;
  height: 100%;
}
.choose-box p {
  font-size: 16px;
}
.choose-box h3 {
  font-size: 1.17rem;
  min-height: 50px;
}
.choose-box h3,
.choose-box p {
  color: white;
  text-align: center;
  margin: 0;
}
.choose-box-col {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.choose-box-col img {
  max-width: 100px;
  height: 50px;
  margin: 0 auto 20px auto;
  display: 50px;
}
.progress-scroller {
  background-color: white;
}
.scroll-bar__left {
  height: 560px;
  overflow-y: scroll;
}
.scroll-bar {
  overflow: hidden;
  padding-bottom: 100px;
}
.scroll-bar
  .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden
  > .os-scrollbar-vertical {
  width: 40px;
}
.scroll-bar .os-theme-dark > .os-scrollbar > .os-scrollbar-track {
  border-radius: 0px;
  background-color: #dfbb9c;
  width: 19%;
  right: -17px;
}

.scroll-bar
  .os-theme-dark.os-host-transition
  > .os-scrollbar
  > .os-scrollbar-track
  > .os-scrollbar-handle {
  height: 24px !important;
  width: 29px !important;
  border-radius: 50%;
  background-color: #444867;
  left: -170%;
  top: 0;
  cursor: pointer;
}
.scroll-bar__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
}
.scroll-bar__left-item {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;

  text-align: left;
  color: #444867;
  width: 90%;
  padding: 20px 30px;
}
.scroll-bar__left-item {
  border-bottom: 4px dashed #f0e2d6;
  cursor: pointer;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.scroll-bar__left-item.scroll-acitive {
  background-color: #444867;
  border-radius: 20px;
  color: white;
  /* border-bottom: none; */
}
.scroll-bar__left-item:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #444867;
  border-radius: 20px;
  color: white;
  /* border-bottom: none; */
}
.scroll-bar .os-scrollbar-handle::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 99900px;
  background: #444867;
  bottom: 71%;
  z-index: -1;
  left: 50%;
  transform: translatex(-50%);
}
.tab-wrapper {
  width: 100%;
  min-height: 514px;
  border-radius: 20px;
  background: #f6f3ee;
  /* margin-top: 10px; */
  padding: 20px 10px;
  height: 100%;
  /* padding-bottom: 60px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pos-relative {
  position: relative;
}
.floating-icon {
  position: absolute;
  top: 10px;
  left: 20px;
  max-width: 130px;
  max-height: 130px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: #444867;
  z-index: 1;
  align-content: center;
  align-items: center;
}
.floating-icon img {
  max-height: 60px;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.floating-icon::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #5f68a780;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.pagination {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: right;
  color: #dfbb9c;
  display: block;
  margin: 0 auto;
  padding-left: 95px;
  padding-top: 30px;
}
.tab-wrapper
  .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden
  > .os-scrollbar-vertical {
  right: 30px !important;
}
.tab-wrapper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tab-wrapper-item .main-image {
  top: 0%;
  position: relative;
  display: block;
  margin: 0 auto;
  left: 1%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  max-height: 350px;
  max-width: 350px;
  border: 2px dashed #444867;
  padding: 5px;
  height: auto;
  width: 100%;
}
.dropdownlist__parent .dropdown-arrow__box {
  background-color: #dfbb9c;
}
.tab-wrapper-item__box {
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 100px;
}
.tab-wrapper-item__box h1,
.tab-wrapper-item__box h2,
.tab-wrapper-item__box h3,
.tab-wrapper-item__box h4,
.tab-wrapper-item__box h5 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 25px;
  border-bottom: 4px dashed #444867;
  text-align: left;
  color: #444867;
  display: block;
  margin-right: auto;

  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tab-wrapper-item__box
  .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden
  > .os-scrollbar-vertical {
  right: 30px;
}
.tab-wrapper-item__box .tab-wrapper-item__box h3,
.tab-wrapper-item__box h1,
.tab-wrapper-item__box h2,
.tab-wrapper-item__box h4,
.tab-wrapper-item__box h5,
.tab-wrapper-item__box h6 {
  font-weight: bold;
  font-size: 30px;
  border-bottom: 4px dashed #444867;
  text-align: left;
  color: #444867;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tab-wrapper-item__box p {
  margin-top: 0;
  padding-top: 0;
  font-family: Lora;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #444867;
  margin-bottom: 15px;
}
.tab-wrapper-item__box ul {
  color: #444867;
}
.tab-wrapper-item__box .btn {
  position: absolute;
}
.about-us__wrapper {
  background-color: #f6f3ee;
}
.tab-wrapper-item {
  display: none;
}
.about-us__wrapper h3,
.about-us__wrapper h1,
.about-us__wrapper h2,
.about-us__wrapper h4,
.about-us__wrapper h5,
.about-us__wrapper h6 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 50px;
  border-bottom: 4px dashed #444867;
  text-align: left;
  color: #444867;
  display: block;
  margin-right: auto;
  padding-bottom: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.about-us__wrapper p {
  font-family: Lora;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #444867;
  margin: 0;
  margin-bottom: 55px;
}
.about-us__wrapper .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-us__wrapper__right {
  width: 100%;
  position: relative;
  background-color: #444867;
  border-radius: 20px;
}
.about-us__wrapper__right img {
  max-width: 100%;
  border-radius: 20px;
  position: relative;
  left: -33px;
  top: -43px;
  height: 300px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-us__wrapper img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-section .container {
  border-bottom: 3px dashed #dfbb9c;
}
.blog-section h3,
.blog-section h1,
.blog-section h2,
.blog-section h4,
.blog-section h5,
.blog-section h6 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.02em;
  border-bottom: 4px dashed #444867;
  text-align: left;
  color: #444867;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}
.blog__list-item {
  background-color: #f6f3ee;
  border-radius: 20px;
  height: 100%;
}
.blog__list-item .blog__list-item--thumb {
  max-width: 100%;
  height: 300px;
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__list-item__heading-blog {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  outline: none;
  text-align: center;
  color: #444867;
  padding: 0 20px;
}
.blog__list-item a {
  text-decoration: none;
  height: 100%;
  display: inline-block;
  max-height: 70px;
  text-align: center;
  width: 100%;
}
.blog__list-item__statusbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.dashed--blog {
  border-bottom: 3px dashed #dfbb9c;
  width: 80%;
  height: 10px;
  display: block;
  margin: auto;
}
.statusbar__left,
.statusbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 34px;
  margin-bottom: 15px;
}
.statusbar__right {
  display: none;
}
.statusbar__left .fas {
  color: #dfbb9c;
  margin-right: 10px;
}
.statusbar__left p,
.statusbar__right p {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;

  text-align: left;
  color: #444867;
}
.statusbar__right img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.btn--blog {
  margin: 40px auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
}
.testimonials__left--world {
  position: relative;
  display: block;
  margin: auto;
}
.testimonials__left--world p {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;

  text-align: left;
  color: #444867;
  margin-bottom: 0;
}
.testimonials__left--world h3,
.testimonials__left--world h1,
.testimonials__left--world h2,
.testimonials__left--world h4,
.testimonials__left--world h5,
.testimonials__left--world h6 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  text-align: left;
  color: #444867;
  margin-top: 0;
}
.testimonials__left--world img {
  height: auto;
  position: absolute;
  z-index: -1;
  top: -45px;
  left: -85px;
  max-width: 100%;
}
.testimonials__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f6f3ee;
  border-radius: 20px;
  margin: 0 5px;
  outline: none;
}
.testimonials__upper img {
  width: 102px !important;
  height: 102px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.testimonials__slider-item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-height: 102px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 5px;
}
.testimonials__descr {
  min-height: 100%;
  font-family: Lora;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: center;
  color: #444867;
  padding: 0 20px;
}
.testimonials__name {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 60px;
  text-align: center;
  color: #444867;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #f6f3ee;
  margin: 0;
  padding: 0;
  position: relative;
}
.clinics_slider_blog .testimonials__name {
  line-height: 25px;
}
.testimonials__upper {
  background-color: #f0e2d6;
  border-radius: 20px;
  margin: 0;
  padding: 20px;
  padding: 10px 10px;
}
.testimonials .slick-next,
.testimonials .slick-prev {
  display: none !important;
}
.testimonials__slider-control,
.clinic__head-wrapper,
.before-after-wrapper,
.photos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.testimonials__prev,
.testimonials__next,
.head__prev,
.head__next,
.ba__prev,
.ba__next,
.photos__prev,
.photos__next,
.clinics_slider_blog__prev,
.clinics_slider_blog__next {
  margin-right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid #dfbb9c;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}
.testimonials__prev .fas,
.testimonials__next .fas,
.head__prev .fas,
.head__next .fas,
.ba__prev .fas,
.ba__next .fas,
.photos__prev .fas,
.photos__next .fas,
.clinics_slider_blog__prev .fas,
.clinics_slider_blog__next .fas {
  color: #dfbb9c;
  display: block;
  margin: auto;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonials__prev:hover,
.testimonials__next:hover,
.head__prev:hover,
.head__next:hover,
.ba__prev:hover,
.ba__next:hover,
.photos__prev:hover,
.photos__next:hover,
.clinics_slider_blog__prev:hover,
.clinics_slider_blog__next:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #444867;
  background-color: #444867;
}
.testimonials__prev:hover .fas,
.testimonials__next:hover .fas,
.head__prev:hover .fas,
.head__next:hover .fas,
.ba__prev:hover .fas,
.ba__next:hover .fas,
.photos__prev:hover .fas,
.photos__next:hover .fas,
.clinics_slider_blog__prev:hover .fas,
.clinics_slider_blog__next:hover .fas {
  color: white;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cta-section {
  position: relative;
  z-index: 1;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta-section h3,
.cta-section h1,
.cta-section h2,
.cta-section h4,
.cta-section h5,
.cta-section h6 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #f6f3ee;
  margin-bottom: 25px;
}
.dashed--cta {
  border-color: white;
  width: 30%;

  margin: auto;
}
.testimonials__devider {
  position: relative;
  width: 100vw;

  left: calc(-50vw + 50%);

  top: 125px;
  z-index: 2;
}

.cta-section p {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 25px;
  text-align: center;
  color: #f6f3ee;
}
.cta-section .btn {
  margin: 20px auto;
  margin-top: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.cta-section {
  position: relative;
}
.cta-section::after {
  -o-border-image: url("../static/border-bottom.svg");
  border-image: url("../static/border-bottom.svg");
  border-image-slice: 100%;
  border-image-slice: 100%;
  border-bottom: 22px solid;
  border-image-slice: 100;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
}
.footer {
  background-color: #444867;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-bottom: 8px;
}
.footer__logo {
  max-width: 100%;
  height: 100%;
  margin-right: auto;
  margin-top: auto;
  width: 100%;
}
.newsletter {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.font--bold {
  font-weight: bold;
}
.newsletter__form {
  margin-top: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f3ee;
  border-radius: 23px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.newsletter__row {
  border-bottom: 4px dashed #e0b590;
  padding-bottom: 40px;
}
.newsletter__form input {
  min-height: 46px;
  border-radius: 23px;
  background: #f6f3ee;
  border: none;
  width: 100%;
  padding-left: 20px;
  position: relative;
  outline: none;
}
.newsletter__form input::-webkit-input-placeholder {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #444867;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter__form input::-moz-placeholder {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #444867;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter__form input:-ms-input-placeholder {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #444867;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter__form input::-ms-input-placeholder {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #444867;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter__form input::placeholder {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #444867;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter__form input:focus::-webkit-input-placeholder {
  font-weight: normal;
}
.newsletter__form input:focus::-moz-placeholder {
  font-weight: normal;
}
.newsletter__form input:focus:-ms-input-placeholder {
  font-weight: normal;
}
.newsletter__form input:focus::-ms-input-placeholder {
  font-weight: normal;
}
.newsletter__form input:focus::placeholder {
  font-weight: normal;
}
.newsletter__form button {
  position: relative;
  min-height: 46px;
  border-radius: 23px;
  background: #dfbb9c;
  border: none;
  outline: none;
  width: 100%;
  padding: 0 29px;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #444867;
}
.footer-list-widget-title {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  color: #dfbb9c;
}
.footer-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
  margin-bottom: 50px;
  padding-left: 0;
}
.footer-list li {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #f6f3ee;
}
.footer-list li a {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #f6f3ee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.footer-list li a:hover {
  color: #dfbb9c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn--widget {
  margin: 20px 0;
}
.footer .container {
  border-bottom: 4px dashed #e0b590;
  padding-bottom: 80px;
}
.widget__row p {
  font-family: Lora;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #f6f3ee;
}
.ta--right {
  text-align: right;
}
.widget__row .short-btn {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  color: #dfbb9c;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget__row .short-btn .far {
  margin-left: 10px;
  color: white;
}
.widget__row .short-btn:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
}
.short-blog-widget {
  padding-left: 100px;
}
.short-blog__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-copyright {
  margin: 20px auto;
  text-align: center;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;

  color: #f6f3ee;
}
.footer-copyright a {
  color: inherit;
}
.short-blog__posts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.short-blog__posts-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.short-blog__posts-item img {
  max-width: 100%;
  height: 100%;
  border-radius: 20px;
  margin-right: 20px;
}
.short-blog__right-box a {
  text-decoration: none;
}
.short-blog__right-box h5 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 16px;
  line-height: 14px;
  text-align: left;
  color: #dfbb9c;
  margin-top: 5px;
}
.short-blog__right-box p {
  width: 237px;
  height: 67px;
  font-family: Lora;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #f6f3ee;
}
.footer-widget-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-widget-social a {
  text-decoration: none;
  font-size: 20px;
  margin-right: 10px;
}
.footer-widget-social .fab,
.footer-widget-social .fas {
  color: white;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-widget-social .fab:hover,
.footer-widget-social .fas:hover {
  color: #dfbb9c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social--tile {
  margin-bottom: 23px;
}

.nav-top__logo {
  max-width: 170px;
  height: 55px;
  display: block;
  margin: 0 auto;
  margin-left: 0;
}
.hamburger-menu .menu-toggle {
  position: relative;
  display: block;
  width: 30px;
  height: 26px;
  background: transparent;
  border-top: 4px solid;
  border-bottom: 4px solid;
  color: #dfbb9c;
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: 0;
  left: 0;
}
.hamburger-menu .menu-toggle:before,
.hamburger-menu .menu-toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.hamburger-menu button:hover {
  color: #444867;
}

.hamburger-menu button.is-active {
  border-color: transparent;
}
.hamburger-menu button.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger-menu button.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger-menu button {
  border: none;
  cursor: pointer;
  outline: none;
}
.hamburger-menu__list {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: none;
  background: -o-linear-gradient(#f6f3ee 0%, #dfbb9c 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f3ee),
    to(#dfbb9c)
  );
  background: linear-gradient(#f6f3ee 0%, #dfbb9c 100%);
  z-index: 99;
}

.hamburger-menu__list--active {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}
.hamburger-menu__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  overflow-x: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: scroll;
  margin-bottom: 0;
}
.hamburger-menu__list-wrapper li {
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.685);
  display: none;
  border-bottom: 3px dashed #e0b590;
  position: relative;
}

.hamburger-menu__list-wrapper li a {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 20px;
  text-decoration: none;
  color: #444867;
  width: 100%;
  display: block;
}

.hamburger-menu__list-wrapper li.active a {
  font-weight: bold;
}
.hamburger-menu__list-wrapper .dropdown ul {
  display: none;
  width: 100%;
  position: relative;
  top: 23px;
}
.hamburger-menu__list-wrapper .dropdown {
  height: auto;
}
.hamburger-menu__list-wrapper .dropdown ul li {
  border: none;
  background-color: transparent;
  color: white;
}
.hamburger-menu--float {
  z-index: 999;
  background-color: white;
  border-radius: 50%;
}
.cta-section .container > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.close-hamburger-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: -o-linear-gradient(#f6f3ee 0%, #dfbb9c 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f3ee),
    to(#dfbb9c)
  );
  background: linear-gradient(#f6f3ee 0%, #dfbb9c 100%); */
  z-index: 999;
  cursor: pointer;
  /* -webkit-box-shadow: 0px -15px 28px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -15px 28px -2px rgba(0, 0, 0, 0.25); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.close-hamburger-menu .fas {
  font-size: 30px;
  color: #444867;
  display: block;
  margin: auto;
}

.clinics-hero {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.breadcrumb-area {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  top: -14px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.breadcrumb-area h2,
.breadcrumb-area h1 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  color: #444867;
  display: block;
  margin: 30px auto;
  /* border-bottom: 4px dashed #223049; */
  text-shadow: 0px 2px 0px rgb(19, 19, 19);
  display: table;
  margin: 10px auto;
}
.bg--white {
  background-color: white;
}

.about-us__page .container {
  padding-top: 0;
  border-bottom: 2px dashed #dfbb9c;
  margin-bottom: 50px;
}
.contact-col__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
}
.contact-col__left h5 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  text-align: left;
  color: #444867;
}
.contact-col__left p {
  font-family: Lora;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #444867;
}

.contact-col__left ul {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 3px dashed #444867;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  color: #444867;
}
.contact-col__left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-col__left ul li a {
  text-decoration: none;
  font-size: 16px;

  color: #444867;
}
.contact-col__left ul li .fas {
  color: #dfbb9c;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.contact-col__left ul li:not(:last-child) {
  margin-bottom: 15px;
}
.contact-col__right {
  width: 100%;
  padding: 0 30px;
  height: 100%;
  border-radius: 20px;
  position: relative;
  top: 0;
  background-color: #444867;
  padding-top: 25px;
}

.choosed-treatment {
  padding: 20px 30px;
  border-radius: 20px;
  background-color: white;
  color: #444867;
  font-weight: normal;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
  text-overflow: "";
  text-align: center;
  width: 100%;
}

.hero__btn-wrapper select::-ms-expand {
  display: none;
}
.contact__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__social-list a {
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 70px;
  font-size: 20px;
  color: #dfbb9c;
}
.contact-col__left h6 {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #444867;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-page-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px dashed #dfbb9c;
  position: relative;
  padding-bottom: 15px;
}
.form-group input,
.choices__inner select,
.wpd-field-text,
.clinic-email-field input {
  width: 100% !important;
  height: 40px !important;
  border-radius: 20px !important;
  background-color: #f6f3ee !important;
  border: none !important;
  outline: none !important;
  padding: 0 15px !important;
  margin-bottom: 0px !important;
}
.wpd-field-text {
  height: 32px !important;
}
.form-group input[type="number"] {
  margin-bottom: 0 !important;
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
.form-group textarea {
  margin-bottom: 10px !important;
}
.form-group input::-webkit-input-placeholder,
.wpd-field-text::-webkit-input-placeholder {
  font-family: Ubuntu !important;
  font-weight: normal !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
  color: #dfbb9c !important;
}
.wpd-field-text::placeholder {
  text-align: center;
}
#wpdcom .ql-container,
.ql-editor {
  border-radius: 20px !important;
}
.form-group input::-moz-placeholder,
.wpd-field-text::-moz-placeholder {
  font-family: Ubuntu !important;
  font-weight: normal !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
  color: #dfbb9c !important;
}
.form-group input:-ms-input-placeholder,
.wpd-field-text:-ms-input-placeholder {
  font-family: Ubuntu !important;
  font-weight: normal !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
  color: #dfbb9c !important;
}
.form-group input::placeholder,
.wpd-field-text::placeholder {
  font-family: Ubuntu !important;
  font-weight: normal !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
  color: #dfbb9c !important;
}
.form-group label,
.form-group--checkbox label,
.clinic-email-field label {
  font-family: Ubuntu !important;
  font-weight: normal !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
  margin-bottom: 15px !important;
  margin-top: 0px !important;
  color: #dfbb9c !important;
}
.form-group textarea {
  border-radius: 20px !important;
  border: none !important;
  padding: 10px !important;
  height: 200px !important;
  background: #f6f3ee !important;
  resize: none !important;
  width: 100% !important;
  padding-bottom: 10px !important;
  outline: none !important;
}
.ql-editor {
  border-radius: none;
  border: none;
  background: #f6f3ee;
  outline: none;
}
.form-group p {
  display: none;
}
.contact-page-form button {
  display: block !important;
  margin: 20px auto !important;
  padding: 15px 60px !important;
  border-radius: 40px !important;
  border: none !important;
  outline: none !important;
  background: #dfbb9c !important;
  font-family: Ubuntu !important;
  font-weight: normal !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
  cursor: pointer !important;
  color: #444867 !important;

  -webkit-transition: all 0.3s !important;

  -o-transition: all 0.3s !important;

  transition: all 0.3s !important;
}
.contact-page-form button:hover {
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
  background: #dfb38e !important;
}
.no-border {
  border: none;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] {
  margin-top: 0 !important;
}
div.wpforms-container .wpforms-form .choices__inner {
  padding: 6px 5px 1px !important;
}
.form--bg {
  background-color: #f6f3ee;
  border-radius: 20px;
}
.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  padding: 10px;
  border-radius: 20px;
  border: none;
  background: #dfbb9c;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 0 15px;
  color: #444867;
  position: relative;
  outline: none;
  width: 100px;
  cursor: pointer;
}
.form-group .wpforms-field-description {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #dfbb9c;
}
.choices {
  height: 40px;
  padding: 10px;
  border-radius: 20px;
  border: none;
  background: #dfbb9c;
  padding: 0 15px;
  margin-top: 15px;
  position: relative;
  z-index: 95;
}
.wpforms-field-container .form-row {
  border-bottom: 2px dashed #dfbb9c;
  padding-bottom: 0px;
  margin: 0;
}
.wpforms-field-label {
  display: block;
}
.form-group input[type="number"] {
  position: relative !important;
  z-index: 98 !important;
}
.choices {
  border-bottom: none !important;
  position: relative !important;
  z-index: 95 !important;
}
/* .choices::before {
  content: "";
  position: absolute;
  z-index: 80;
  top: 0;
  margin-top: auto;
  height: 100%;
  width: 40px;
  background-color: #f6f3ee;
  left: 80%; 
} */
.choices::after {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  left: auto !important;
  padding-right: 20px;
  content: "" !important;
  width: 10px !important;
  height: 6px !important;
  background: url("../static/arrow-down.svg") !important;
  background-position-x: 0% !important;
  background-position-y: 0% !important;

  background-repeat: repeat !important;
  margin-top: 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border: none !important;
  width: 10px !important;
  display: block !important;
}
.wpforms-error {
  margin-top: 0 !important;
  color: red !important;
}
.form-group.wpforms-field-phone {
  padding-bottom: 15px;
}
div.wpforms-container .wpforms-form .choices__inner,
.choices__item {
  background-color: transparent !important;
  font-family: Ubuntu !important;
  font-weight: normal !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
  border: none !important;
  color: #444867 !important;
  position: relative !important;
}
div.wpforms-container
  .wpforms-form
  .choices[data-type*="select-one"]
  .choices__button {
  display: none !important;
}
.is-focused,
.is-open {
  border: none !important;
}

/* .select-wrapper {
  position: relative;
}
.select-wrapper::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 60px;
  content: "";
  width: 10px;
  height: 6px;
  background: url("../static/arrow-down.svg");
  background-position-x: 0%;
  background-position-y: 0%;

  background-repeat: repeat;

  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
} */
.form-group select::-ms-expand {
  display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}
#map {
  width: 100%;
  min-height: 500px;
  position: relative;
  display: -ms-grid;
  display: grid;
}
#map::after {
  -o-border-image: url("../static/border-bottom.svg");
  border-image: url("../static/border-bottom.svg");
  border-image-slice: 100%;
  border-image-slice: 100%;
  border-image-slice: 100%;
  border-bottom: 22px solid;
  border-image-slice: 100;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  z-index: 4;
}
.other-choose .choices {
  width: 45%;
  background-color: white !important;
}
.other-choose .choices::after {
  right: 13px !important;
}
.breadcrumb-color--white h2 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #f6f3ee;
  border-bottom: none;
  margin-top: 0;
  max-width: 800px;
}
.breadcrumb-color--white .clinics-devider--white {
  display: block;
  width: 40%;
  left: 50%;
  height: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 4px dashed #f6f3ee;
  position: relative;
}
.breadcrumb-color--white p {
  font-family: Lora;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: center;
  color: #f6f3ee;
  margin-top: 40px;
  text-shadow: 0px 2px 0px rgb(0, 0, 0);
}
.breadcrumb-area p {
  color: white;
  text-align: center;
}
.notice-area {
  text-align: center;
  border-bottom: 4px dashed #dfbb9c;
}
.notice-area p {
  font-family: Ubuntu;

  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #444867;
}
.notice-area .fas {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #dfbb9c;
  font-size: 20px;
}

.meta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
}
.meta-wrapper li {
  position: relative;
  margin-right: 20px;
}
.meta-wrapper li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #dfbb9c;
  display: block;
}
.category-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  list-style: none;
  padding: 10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category-list__item {
  border: 1px solid #f7f7f7;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
  background: #f7f7f7;
  margin: 10px 16px;
  padding: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin-left: 0;
}
.floating-button {
  position: absolute;
  top: 20px;
  left: 30px;
}

.category-list__item:hover {
  background-color: #f0e2d6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.prev-post,
.next-post {
  padding: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #f0e2d6;
  border-radius: 5px;
  transition: all 0.3s;
}
.prev-post:hover,
.next-post:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #dacec4;
}
.prev-post i {
  margin-right: 5px;
}
.next-post i {
  margin-left: 5px;
}

.related-posts {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.first-post {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.social-share-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  border-top: 1px solid #e5e5e5;
  list-style: none;
  padding: 10px 0;
}
.menu-socail__item {
  margin-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dfbb9c;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.single-post .testimonials__upper {
  background-color: transparent;
}
.single-post .testimonials__descr {
  padding: 0;
}
.test-item {
  padding: 10px !important;
}
.author-meta {
  padding: 40px;
  margin: 16px 0 48px;
  position: relative;
  z-index: 0;
  background: #f9f9f9;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author-username {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.author-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-left: 10px;
}
.author-avatar {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 50%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-image img {
  -o-object-fit: cover;
  object-fit: cover;
}
.menu-socail__link .fab {
  color: white;
}
.mr--large {
  margin-right: 10px;
}
.treatments-prominent__name {
  font-family: Ubuntu;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: right;
  color: #444867;
  display: block;
  margin-top: 0;
}
.page-template-template-clinics .clinics h2,
.clinics h1,
.clinics h4,
.clinics h6,
.blog-grid h2 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 50px;
  line-height: 63px;
  text-align: center;
  color: #444867;
  margin: 30px auto;
}
.clinics .clinics-devider--blue {
  display: block;
  width: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 4px dashed #444867;
  position: relative;
}

.author-meta {
  padding: 40px;
  margin: 16px 0 48px;
  position: relative;
  z-index: 0;
  background: #f9f9f9;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author-username {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.author-descr {
  text-align: left;
  margin-left: 10px;
}
.author-avatar {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 50%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.clinics .clinics__description {
  font-family: Lora;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: center;
  color: #444867;
  max-width: 800px;
  margin: 0 auto;
}
.clinics__description p {
  margin-top: 0;
}
.clinics__row {
  margin: 30px auto;
}
/* .clinics__row {
  margin: 30px auto;
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  padding: 0 170px;
} */
/*  */
@media (max-width: 1600px) {
  .scroll-bar__left-item {
    width: 100%;
  }
}
.compare-offers__form {
  height: auto;
  top: 0;
  padding-top: 15px;
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}
.clinics__filter {
  width: 100%;
  height: auto;
  border-radius: 20px;
  background-color: #444867;
  position: relative;
}
.clinics__filter__cta {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: auto;
  height: 41px;
  padding: 0 15px;
  border-radius: 20px;
  background: #ed4c4c;
}

.clinics__filter__cta h3,
.clinics__filter__cta h1,
.clinics__filter__cta h2,
.clinics__filter__cta h4,
.clinics__filter__cta h5,
.clinics__filter__cta h6 {
  margin: auto;
  padding: 0;
  display: block;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #f6f3ee;
  line-height: 39px;
  height: 100%;
}
.clinics__filter-form {
  padding: 25px 30px;
  overflow: hidden;
}
.clinics__filter-form label {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #dfbb9c;
  display: block;
  padding-top: 10px;
}
.clinics__filter-form select,
.single-clinics .choices {
  width: 100% !important;
  margin-top: 10px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 20px !important;
  height: 41px !important;
  border: none !important;
  background-color: #f6f3ee !important;
  text-align: left !important;
  padding-left: 10px !important;
  font-family: Ubuntu !important;
  font-weight: normal !important;
  font-size: 14px !important;
  letter-spacing: 0.02em !important;
  color: #444867 !important;
  max-width: 100% !important;
}
.clinics__form-row {
  border-bottom: 4px dashed #dfbb9c;
  padding-bottom: 15px;
  position: relative;
}
.clinics__form-row img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.autocomplete-row input {
  border-radius: 5px;
  border: none;
  margin-top: 5px;
  width: 100%;
  position: relative;
  padding: 8px;
}
.autocomplete-row #result-box {
  border-radius: 5px;
  top: auto;
  padding: 5px 5px;
}
.clinics__form-row #price-slider {
  margin-top: 10px;
  position: relative;
  height: 4px;
  background-color: #f6f3ee;
  border-radius: 20px;
  border: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 25px;
}
.result-box {
  padding: 10px 20px;
}
.result-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: square;
}
.result-box p,
.result-box li {
  width: 100%;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #dfbb9c;
  display: block;
  padding-top: 10px;
}
.clinics__form-row #price-slider::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  display: block;
  background-color: #dfbb9c;
}
.clinics__form-row #price-slider::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: 0;
  display: block;
  background-color: #dfbb9c;
}
.clinics__form-row .ui-state-default,
.ui-widget-content .ui-state-default {
  border: 3px solid #dfbb9c;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #444867;
  top: -6px;
  cursor: pointer;
}
.clinics__form-row .ui-slider-range {
  background-color: #dfbb9c;
}
.left-tooltip,
.right-tooltip {
  position: absolute;
  left: 0;
  top: 15px;
  min-width: 100px;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #f6f3ee;
}
.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: none;
}
.inner__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner__form-row input[type="checkbox"] {
  margin: auto 10px auto 0;
  -webkit-appearance: none;
  border: 2px solid #f6f3ee;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-top: 11px;
  cursor: pointer;
  position: relative;
  padding: 0 8px;
}
.inner__form-row input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 3px;
  display: none;
  width: 20px;
  height: 20px;
  -webkit-clip-path: polygon(
    85% 0,
    97% 7%,
    53% 100%,
    16% 80%,
    25% 70%,
    45% 80%
  );
  clip-path: polygon(85% 0, 97% 7%, 53% 100%, 16% 80%, 25% 70%, 45% 80%);
  background-color: #ffffff;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.inner__form-row input[type="checkbox"]:checked::after {
  display: block;
}
.clinics__filter-form button {
  display: block;
  margin: auto;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #444867;
}
.select-row {
  position: relative;
}
.select-row::after {
  content: "";
  top: 40%;
  right: 0;
  border-radius: 20px;
  background: url("../static/arrow-down.svg");
  background-position-x: 0%;
  background-position-y: 0%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #dfbb9c;
  width: 70px;
  height: 41px;
  display: block;
  position: absolute;
}
.clinics__info {
  margin-top: 20px;
  background-color: #f6f3ee;
  border-radius: 20px;
}
.clinics__info-item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 20px;
  padding: 20px 30px;
  min-height: 250px;
}
.item--dark {
  background-color: #f0e2d6;
}
.clinics__info-item a {
  font-weight: bold;
  text-decoration: none;
  color: #444867;
}
.clinics__info-item img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.clinics__list-item {
  width: 100%;
  min-height: 255px;
  background-color: #f6f3ee;
  margin-bottom: 60px;
  position: relative;
  border-radius: 20px;
  padding: 20px;
}

.clinics__list-item:last-child {
  margin-bottom: 0;
}
.item--recommended {
  position: absolute;
  top: 30px;
  left: -19px;
  width: auto;
  background-color: #ed4c4c;
  padding: 6px 15px;
  height: auto;
  border: none;
  border-radius: 0;
  z-index: 9;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #f6f3ee;
}
.item--recommended::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 20px;
  height: 10px;
  background-color: #e6bc5d;
}

.item--recommended::after {
  -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  width: 20px;
  height: 30px;
  background-color: #ed4c4c;
}
.col-relative {
  position: relative;
}

.clinics__list-item--coverimg {
  width: 98%;
  height: auto;
  position: absolute;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  /* max-width: 240px; */
}
.clinics__list-item__name {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 22px;
  text-align: left;
  color: #444867;

  padding-bottom: 10px;
  margin-top: 0;
}
.clinics__row-location {
  border-bottom: 4px dashed #dfbb9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.clinics__row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.clinics__list-item__name a {
  text-decoration: none;
  color: #444867;
}
.clinics__list-item__bonus-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;

  margin-bottom: 0;
}
.clinics__list-item__icon {
  margin-left: 10px;
}
.clinics__list-item__bonus-list li {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #444867;
  /* margin-bottom: 10px; */
  justify-content: space-between;
}

.clinics__list-item__bonus-list li b {
  margin-right: 5px;
}
.treatments-prominent {
  padding: 10px 20px 10px 50px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #f0e2d6;
  position: relative;
  left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  min-width: 225px;
}

.treatments-prominent__price {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  text-align: right;
  color: #545871;
  margin: 15px auto;
}
.clinics__list-item__bonus-list .checkbox--icon {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  max-width: 100%;
  width: 16px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.clinics__list-item__bonus-list li strong {
  margin-left: 3px;
}
.inline-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.location {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-right: 20px;
  text-align: center;
  color: #444867;
  margin-top: 0;
}
.clinics__list-item__bonus-list span:not(.clinics__list-item--non-bold) {
  font-weight: bold;
  margin-left: 5px;
  border-radius: 20px;
  color: white;
  background-color: #444867;
  padding: 0 5px;
}
.clinics__list-item--non-bold {
  font-weight: bold;
  margin-left: 5px;
  color: #444867;
}
.clinics__reviews {
  text-decoration: none;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-left: auto;
  text-align: left;
  color: #444867;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clinics__reviews img {
  max-width: 100%;
  height: 24px;
  margin-right: 5px;
}
.btn-disabled {
  opacity: 0.5;
}
.btn--clinics {
  height: 48px;
  background: #444867;
  margin-top: auto;
  margin-left: auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn--clinics:hover {
  background: #333750;
}
.clinics__list-item .row {
  min-height: 200px;
}
.clinics__btn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background: #dfbb9c;
  border-radius: 50%;
  border: 1px solid #444867;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.18);
  z-index: 99;
  display: none;
}
.back-to-top--active {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.back-to-top .fas {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #444867;
  width: 100%;
  height: 100%;
}
.back-to-top .fa-chevron-up::before {
  display: block;
  margin: 8px auto;
}
.btn--appointment {
  display: block;
  margin-top: 10px;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #444867;

  background: #f6f3ee;
}
.btn--appointment .far {
  color: #dfbb9c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn--appointment:hover .far {
  color: white;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-clinics-box {
  margin-top: 40px;
  margin-bottom: 40px;
}
.breadcrumb-cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.breadcrumb-cta-list a {
  text-decoration: none;
  margin-bottom: 20px;
}
.breadcrumb-cta-list__item {
  border-radius: 20px;
  background: #dfbb9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 18px;
  text-align: left;
  color: #444867;
  padding: 0 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-transition: background 0.5s ease-in;
  -o-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}
.breadcrumb-cta-list__item:hover {
  background: #c49c79;
  -webkit-transition: background 0.5s ease-in;
  -o-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}
.app-sticky--blue:hover .breadcrumb-cta-list__item--white {
  background-color: #343853;
  -webkit-transition: background 0.5s ease-in;
  -o-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}
.breadcrumb-cta-list__item:last-of-type {
  margin-bottom: 0px;
}
.breadcrumb-cta-list__item--white {
  margin-top: 20px;
}
.aside-sticky .app-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 3px;
  z-index: 9;
  display: block;
}
.aside-sticky .app-sticky--blue {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 9;
  display: block;
}
.breadcrumb-cta-list__item--white {
  background-color: #444867;
  color: #f6f3ee;
}
.breadcrumb-cta-list__item a {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.breadcrumb-cta-list__item__image {
  margin-left: 5px;
  width: 16px;
  height: 16px;
  max-width: 100%;
}
div.breadcrumb-cta-list__item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb-badge {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  border-radius: 20px;
  padding: 10px 10px;
  background-color: #f6f3ee;
  text-align: left;
  color: #444867;
}
.breadcrumb-badge p {
  margin: 0;
}
.sidebar {
  border-radius: 20px;
  background-color: #f6f3ee;
  padding: 10px 20px;
  margin-top: 20px;
}
.toggle-list-heading {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  border-bottom: 2px dashed #444867;
  color: #444867;
  cursor: pointer;
  padding-bottom: 10px;
  width: 100%;
}
.sidebar__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sidebar__item .fas {
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  font-size: 10px;
  color: #444867;
}
.sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  width: 100% !important;
}
#toggle-arrow {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.sidebar__list-item {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;

  text-align: left;
  color: #444867;
  border-bottom: 2px dashed #dfbb9c;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
.sidebar__list-item p {
  margin: 0;
  padding: 0;
  max-width: 50%;
}
.pagination {
  display: none;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  padding-left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
}
.page-numbers {
  display: none;
}
.next.page-numbers,
.prev.page-numbers {
  text-decoration: none;
  display: block;
}
.clinic-navigation {
  width: 100%;

  border-radius: 20px;
  background: #444867;

  z-index: 99;
}
.clinic-nav__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto;
}
.mobile-menu {
  justify-content: space-around;
}
.clinic-nav__list-item {
  padding: 20px;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #f6f3ee;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* .clinic-nav__list-item:hover:not(a.active-nav) a::after {
  content: "";
  position: absolute;
  bottom: 16px;
  width: 80%;
  height: 2px;
  background-color: #dfbb9c;
  border-radius: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
} */
.clinic-nav__list-item a {
  text-decoration: none;
  color: inherit;
}
.active-nav {
  position: relative !important;
  -webkit-transition: all 0.2s !important;
  -o-transition: all 0.2s !important;
  transition: all 0.2s !important;
  overflow: visible !important;
  pointer-events: none !important;
}
.active-nav:hover .active-nav::after {
  display: none;
}
.active-nav::after {
  content: "";
  position: absolute;
  display: inline;
  width: 80%;
  height: 2px;
  background-color: #dfbb9c;
  border-radius: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
}
.clinic-nav__list.nav-list {
  max-width: 100% !important;
}
.hide-parent-after::after {
  display: none;
}
.item--special {
  background-color: #ed4c4c;
  border-radius: 20px;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #f6f3ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.clinics-row {
  padding: 0 15px;
}
.clinic__section-item {
  margin: 20px auto;
  position: relative;
  border-radius: 20px;
  margin-bottom: 50px;
}
.profile {
  max-height: 700px;
  background-color: #dfbb9c;
  margin-bottom: 250px;
}
.profile h4,
.profile h1,
.profile h2,
.profile h3,
.profile h5,
.profile h6 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 30px;
  margin: 40px 0;
  text-align: center;
  color: #444867;
}
.profile p {
  font-family: Lora;
  font-weight: normal;
  font-size: 16px;

  text-align: center;
  color: #444867;
  padding-top: 0;
  margin-top: 0;
}
.clinic__head-slider {
  top: 50px;
}
.clinic__head-slider > .slick-list {
  border-radius: 20px;
}
.clinic__head-slider-img {
  max-width: 100%;
  height: 100%;
}
.clinic__head-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.sidebar__list-item strong {
  text-align: right;
}
.clinic__head-slider .slick-slide {
  height: inherit !important;
  max-height: 530px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.clinic__head-wrapper {
  margin-top: 80px;
}
.profile-two img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  border-radius: 20px;
  bottom: 80px;
  height: 400px;
  object-fit: cover;
}
.profile-two h2 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 30px;
  border-bottom: 2px dashed #dfbb9c;
  text-align: left;
  color: #f6f3ee;
  width: 50%;
}
.profile-two p,
.load-more__div div,
.load-more__div ul,
.load-more__div h1,
.load-more__div h2,
.load-more__div h3,
.load-more__div h4,
.load-more__div h5,
.load-more__div h6 {
  white-space: pre-line;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family: Lora;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #dfbb9c;
}

.profile-two p:-moz-only-whitespace {
  display: none;
}
.profile-two p:empty {
  display: none !important;
}
.load-more__div {
  max-height: 220px;
  overflow: hidden;
  /* -webkit-box-shadow: inset 0px -12px 46px 16px rgba(224, 181, 144, 0.67);
  -moz-box-shadow: inset 0px -12px 46px 16px rgba(224, 181, 144, 0.67);
  box-shadow: inset 0px -12px 46px 16px rgba(224, 181, 144, 0.67); */
}
.before-after {
  border-radius: 20px;
  background-color: #f0e2d6;
  position: relative;
  padding: 10px 20px;
}
.before-after h2,
.accreditations h2,
.photos h2,
.doctors h2 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #444867;
  padding-bottom: 20px;
  border-bottom: 2px dashed #444867;
  display: inline-block;
  margin-left: 20px;
}
.before-after__devider {
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.before-after-slider__image {
  border-radius: 20px;
  position: relative;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 388px !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.before-after__before {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 22;
  padding: 5px 10px;
  background: #f6f3ee;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 20px;
  color: #444867;
}
/* .before-after__devider::after {
  content: "";
  left: 49%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  position: absolute;
  width: 6px;
  background-color: white;
} */
.before-after__after {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 22;
  padding: 5px 10px;
  background: #f6f3ee;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 20px;
  color: #444867;
}
.before-after-slider__image:hover {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.before-after-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  float: left;
}

.before-after-slider .slick-slide {
  height: inherit !important;
}
.before-after-wrapper {
  float: right;
}
.photos__devider {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.photos-slider__image {
  max-width: 100% !important;
  max-height: 160px !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  width: 90% !important;
  display: block;
  margin: auto;
  margin-right: 20px;
}
.tretmants {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.tretmants > .row {
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper--color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #f6f3ee;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 10px 80px 10px;
}

.tretmants__upper-heading {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  color: #444867;
  padding-bottom: 20px;
  border-bottom: 2px dashed #444867;
  display: inline-block;
  margin-top: 0;
}
.tretmants__upper-subheading {
  font-family: Lora;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #444867;
  margin: 0;
  padding-right: 300px;
}
.tretmants__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #dfbb9c;
  border-radius: 20px;
  margin: auto;
  text-decoration: none;
  width: 100%;
}

.tretmants__box > p {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #444867;
  width: 100%;
  padding-left: 20px;
}
.tretmants-badge {
  background-color: #f6f3ee;
  border-radius: 20px;
  margin: auto 0;
  padding: 10px 15px;
  text-align: center;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-right: 10px;
  color: #444867;
}
.tretmants__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tretmants__box--dark {
  background-color: #444867;
}
.tretmants__box--dark p {
  color: white;
}
.dropdownlist__parent {
  border-radius: 20px;
  background-color: #444867;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.dropdownlist__label {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #f6f3ee;
  padding-left: 20px;
}
.tretmants__dropdownlist {
  width: 100%;
  cursor: pointer;
  position: relative;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dropdown-arrow__box {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border-radius: 20px;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.dropdownlist__parent:not(:last-child) {
  margin-bottom: 20px;
}
.tretmants__dropdownlist-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.dropdown-arrow__box .fas {
  display: block;
  margin: auto;
  font-size: 25px;
  color: #444867;
  height: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-arrow__box .fas::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dropdown-arrow__box:first-child > .fas {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.tretmants__sublist {
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  display: none;
  width: 100% !important;
}
.tretmants__sublist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;

  position: relative;
}
.tretmants__sublist-label {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;

  text-align: left;
  color: #444867;
}
.item--sec {
  border-radius: 20px;
  background-color: #f6f3ee;
}
.label--price {
  font-weight: bold;
}
.choosed-tretmants {
  border-radius: 20px;
  border: 4px dashed #dfbb9c;
  -webkit-transition: all 0.3;
  -o-transition: all 0.3;
  transition: all 0.3;
}
.choosed-tretmants--sec {
  border-color: #444867;
}
.single-clinics__note {
  border-radius: 20px;
  background-color: #f6f3ee;

  font-family: Ubuntu;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #444867;
}
.tretmants__description {
  display: none;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  background-color: #f6f3ee65;
  border-radius: 20px;
  text-align: left;
  color: #444867;
  padding-left: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.tretmants__description:last-of-type {
  margin-bottom: 0;
}
.doctor__des-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #444867;
}
.doctor-list {
  margin-bottom: 10px;
  background-color: #f6f3ee;
  border-radius: 20px;
  padding: 10px 20px;
}
.doctor__thumb {
  border-radius: 20px;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 300px;
}
.doctor__name {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  border-bottom: 3px dashed #dfbb9c;
  text-align: left;
  color: #444867;
  display: inline-block;
  padding-right: 70px;
  margin-bottom: 10px;
}
.doctor__short-desc {
  font-family: Ubuntu;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #444867;

  padding-right: 20px;
}
.doctors__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  overflow: hidden;
}
.btn--doctor {
  display: inline-block;
  margin-top: 10px;
  font-weight: normal;
  margin-bottom: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.single-map {
  border-radius: 20px;
  background-color: #444867;
  padding: 25px 20px;
}
.single-map h2 {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  text-align: left;
  color: #f6f3ee;
  padding-bottom: 10px;
  margin-top: 0;
  border-bottom: 3px dashed white;
  padding-right: 15px;
}
.single-map__wrapper > div {
  border-radius: 20px;
  min-height: 400px;
}
.single-map__wrapper iframe {
  height: 400px;
  border-radius: 20px;
  width: 100%;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.tretmants__sublist-item:hover + .tretmants__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.clinic__section-quote {
  border-radius: 20px;
  background: #ed4c4c;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.clinic__section-quote a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-align: left;
  color: #f6f3ee;
  height: 100%;
}
.clinic__section-quote .breadcrumb-cta-list__item__image {
  width: 25px;
  height: 25px;
}
.form-row .form-group {
  width: 100%;
}
.treatment__info-box {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  margin: auto;
  border-radius: 50%;
  background-color: #dfbb9c;
  padding: 10px;
}
.treatment__info-box .fas {
  font-size: 13px;
  color: #444867;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* .appointment .tretmants__upper-heading {
  margin-left: 20px;
} */
.appointment .contact-page-form {
  background-color: #444867;
  border-radius: 20px;
  padding: 10px 20px;
}
.appointment .form-group {
  border-bottom: none;
  position: relative;
}
.appointment .wpforms-field-container .form-row {
  border-bottom: none;
}
.clinic-email-field {
  position: absolute !important;
  z-index: -1 !important;
  top: -1000px !important;
  visibility: hidden !important;
  left: -1000px !important;
}

.clinic-single-row .form-group {
  width: 45% !important;
  display: block !important;
  margin: auto !important;
  margin-left: 0 !important;
}

.form-group-date {
  width: 45% !important;
  display: block !important;
  margin: auto !important;
  margin-left: 0 !important;
}
#wpforms-302-field_8 {
  position: relative !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
  max-width: 100% !important;
}
/* .form-group-date::after {
  position: absolute;
  height: 40px;
  width: 60px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  bottom: -5px;
  z-index: 2;
  border-radius: 20px;
  background-color: #dfbb9c;
} */

.single-clinics .from-group--right {
  margin-right: 0 !important;
}
.single-clinics div.wpforms-container-full .wpforms-form input[type="checkbox"],
div.wpforms-container-full .wpforms-form input[type="radio"] {
  background-color: #444867;
}
.form-group-date::before {
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  bottom: 25px;
  background: url("../static/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
}
.form-group-date input::-webkit-input-placeholder {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  border: none;
  color: #444867;
}
.form-group-date input::-moz-placeholder {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  border: none;
  color: #444867;
}
.form-group-date input:-ms-input-placeholder {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  border: none;
  color: #444867;
}
.form-group-date input::-ms-input-placeholder {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  border: none;
  color: #444867;
}
.form-group-date input::placeholder {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  border: none;
  color: #444867;
}
div.wpforms-container .wpforms-form .choices__placeholder {
  opacity: 1 !important;
}
div.wpforms-container div.wpforms-uploader {
  border-radius: 20px !important;
  padding: 5px !important;
}
.before-after__dropdown {
  position: relative;
  top: 0;
  border-radius: 20px;
  background: #f6f3ee;
  min-height: 41px;
  padding: 10px 80px;
  padding-left: 20px;
  cursor: pointer;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #444867;
  z-index: 88;
  display: block;
  float: right;
}

.qa-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 50px auto;
}
.qa-col {
  width: 100%;
  height: auto;
  border-radius: 0px;
  border-bottom: 2px dashed #dfbb9c;
  padding: 10px;
  margin-bottom: 20px;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #444867;
  cursor: pointer;
}
.qa-col-answer {
  margin-top: 20px;
  padding: 20px 10px;
  border-radius: 0px;
  background-color: #f6f3ee;
  display: none;
}
.gallery-tabs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-pack: distribute;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  background-color: transparent;
  border: none;
}
.result-list__items {
  border: none;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  margin: 3px 0;
  text-align: left;
  background: none;
}
.single-clinics .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}
.single-clinics .ui-widget.ui-widget-content {
  border: none;
  background-color: transparent;
}
.single-clinics .ui-tabs .ui-tabs-nav {
  padding: 10px 10px;
  overflow-x: auto;
  position: relative;
}
.single-clinics .ui-helper-clearfix:before,
.single-clinics .ui-helper-clearfix:after {
  display: none;
}
.single-clinics .ui-tabs .ui-tabs-nav li {
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
  height: 100%;
}
.single-clinics .clinics__form-row .ui-state-default,
.single-clinics .ui-widget-content .ui-state-default {
  border: none;
  border-radius: 0;
  padding: 0 10px;
  background-color: transparent;
}
.single-clinics .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-clinics .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: black;
  background: #f3f2ef;
}
.single-clinics .ui-state-active a,
.single-clinics .ui-state-active a:link,
.single-clinics .ui-state-active a:visited {
  color: #454545;
}
.hero__form--homepage #result-box {
  top: 35px;
}
.questions-answers {
  padding: 0;
}
.hero__form--homepage #result-box .result-list {
  max-height: 100px;
}
.hero__form {
  display: block;
  width: 100%;
  border-bottom: none;
}
.hero__form input::-webkit-input-placeholder {
  color: black !important;
}
.hero__form input::-moz-placeholder {
  color: black !important;
}
.hero__form input:-ms-input-placeholder {
  color: black !important;
}
.hero__form input::-ms-input-placeholder {
  color: black !important;
}
.hero__form input::placeholder {
  color: black !important;
}

#result-box {
  display: none;
  width: 100%;
  border-radius: 20px;
  background-color: #f6f3ee;
  padding: 0 15px;
  position: absolute;
  z-index: 55;
  top: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  list-style-type: none;
  max-height: 125px;
  overflow-y: scroll;
  padding-left: 0;
}
.result-list li {
  cursor: pointer;
}
.result-list span {
  visibility: hidden;
  display: none;
}
.spinner-ring {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20px;
  height: 20px;
}
.spinner-ring::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0px;
  border-radius: 50%;
  border: 3px solid #444867;
  border-color: #444867 transparent #444867 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}
.tooltiptext {
  visibility: hidden;
  min-width: 400px;
  background-color: #dfbb9c;
  color: #444867;
  text-align: left;
  border-radius: 11px;
  padding: 3px 13px;
  position: absolute;
  z-index: 9;
  line-height: 23px;
  top: 50px;
}
.tax__treatments-box {
  margin-bottom: 140px;
  margin-top: 0;
}
.tax__section {
  margin-bottom: 0;
}
.treatment__info-box:hover .tooltiptext {
  visibility: visible;
}
.gallery-tabs-row li a {
  height: 100%;
  padding: 10px 80px;
}
.single-clinics .ui-tabs .ui-tabs-nav li {
  margin-right: 10px;
}
.form-group--checkbox ul {
  list-style-type: none;
  padding-left: 0;
}
.form-group--checkbox input[type="checkbox"] {
  -webkit-appearance: none !important;
  border: 2px solid #f6f3ee !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 4px !important;
  margin-top: 11px !important;
  cursor: pointer !important;
  position: relative !important;
}
.form-group--checkbox input[type="checkbox"]:checked::after {
  display: block !important;
}
.form-group--checkbox input[type="checkbox"]::after {
  content: "" !important;
  position: absolute !important;
  top: -7px !important;
  left: 3px !important;
  display: none !important;
  width: 20px !important;
  height: 20px !important;
  -webkit-clip-path: polygon(
    85% 0,
    97% 7%,
    53% 100%,
    16% 80%,
    25% 70%,
    45% 80%
  ) !important;
  clip-path: polygon(
    85% 0,
    97% 7%,
    53% 100%,
    16% 80%,
    25% 70%,
    45% 80%
  ) !important;
  background-color: #ffffff !important;
  -webkit-transform: rotate(20deg) !important;
  -ms-transform: rotate(20deg) !important;
  transform: rotate(20deg) !important;
}
.tax__slider-image {
  -webkit-filter: none;
  filter: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.form-group--checkbox ul label {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #dfbb9c;
  cursor: pointer;
  padding-left: 10px;
}
.compare-offers__box {
  margin: 70px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.different-size {
  max-width: 55px !important;
  max-height: 55px !important;
  margin-top: 5px;
}
.compare-offers__box img {
  max-height: 60px;
  max-width: 60px;
  width: 100%;
  height: 100%;
}
.compare-offers__box p {
  color: #444867;
  text-align: center;
  height: 100%;
}
.compare-offers__box p span {
  color: red;
}
.term__description {
  color: #444867;
  border-radius: 20px;
  position: relative;
  margin-top: 27px;
  padding: 0px 15px;
  line-height: 21px;
  text-align: justify;
}
.term__description a {
  text-decoration: none;
}
.term__description h1,
.term__description h2,
.term__description h3,
.term__description h4,
.term__description h5 {
  line-height: normal;
}
.tax-treatments-group .section-heading {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 30px;
  padding: 0;
  margin: 40px 0;
  text-align: left;
  color: #444867;
  display: block;
  margin-right: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.taxonomy__form {
  top: 0;
  padding-top: 10px;
}
section.thank-you {
  top: -14px !important;
  position: relative;
}
#price-range {
  position: absolute;
  top: -1000px;
  visibility: hidden;
}
.contact-single-clinic__form {
  top: 0;
  height: auto;
}

.parent-clinic__box {
  background-color: #f6f3ee;
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-direction: column;
}
.parent-clinic__box__image {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
  margin-right: 10px;
  width: 100%;
  padding-right: 0;
  margin-right: 0;
}
.aside-sticky a {
  text-decoration: none;
  margin-bottom: 20px;
}
.parent-clinic__box__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.hide-pagination {
  display: none;
}
.single-doctor {
  width: 100%;
  height: 100%;
}
.single-doctor__description {
  color: #444867;
  line-height: 1.5;
}
.text-align-center {
  text-align: center;
}
.single__doctor-image {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 300px;
  max-height: 300px;
  width: 100%;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 300px;
}

.border--bottom {
  border-bottom: 1px solid #e5e5e5;
}
.color--sec {
  color: #dfbb9c;
}
.parent-clinic__box__info-list li {
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  color: #444867;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.parent-clinic__box__info-list li span {
  font-weight: bold;
}
.parent-clinic__box__info-list li a {
  color: inherit;
}
.info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.info-list__btn {
  height: 50px;
  margin-top: auto;
  display: block;
  background: #333750;
  margin-left: 20px;

  text-transform: uppercase;
}
.mobile-fixed-menu {
  position: fixed;
  left: 0;
  width: 100%;
  min-height: 40px;
  background-color: #f6f3ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -100%;
  transition: all 0.5s;
  z-index: 99;
  /* border-bottom: 2px dashed #444867; */

  overflow: hidden;
}
.contact__list-item img {
  max-width: 25px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.mobile-footer-fixed-menu {
  width: 100%;
  min-height: 40px;
  background-color: #444867;
  left: 0;
  transition: all 0.5s;
  z-index: 99;
  bottom: -60px;
  position: fixed;
  text-align: center;
  color: white;
}
.mobile-footer-fixed-menu p {
  margin: 5px auto;
}
.contact-icons-list {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  /* margin-top: 10px; */
}
.contact__list-item {
  border-radius: 50%;
  background-color: #c49c79;
  width: 50px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 50px;
}
.mobile-fixed-menu .clinic-nav__list-item:hover a::after {
  display: none;
}
.mobile-fixed-menu > * {
  vertical-align: middle;
}
.mobile-fixed-menu .active-nav {
  /* background-color: #e9decd; */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-fixed-menu .clinic-nav__list-item {
  padding: 0;
}
.mobile-fixed-menu .clinic-nav__list-item a {
  color: #444867;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 15px;
  width: 100%;
}
.mobile-fixed-menu .clinic-nav__list-item a i::after {
  font-size: 3px;
}
section.notice-area.container.aos-init.aos-animate a {
  font-weight: bold;
  text-decoration: none;
  color: #444867;
}
.tretmants__sublist-label.label--name.col-5.col-sm-3.col-lg-5.col-md-5.col-xl-5 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.treatment__info-box {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  background-color: #dfbb9c;
  padding: 10px;
  left: 0;
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  .nav-list li:not(:last-child) {
    margin-right: 10px;
  }
  .menu-item-has-children {
    margin-right: 30px !important;
  }
}
@media (max-width: 1025px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 1281px) {
  .clinics__list-item--coverimg {
    max-width: 200px;
  }
}
@media (max-width: 412px) {
  .page-template-template-clinics .clinics h2,
  .clinics h1,
  .clinics h4,
  .clinics h6,
  .blog-grid h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 576px) {
  .single-clinics-box {
    overflow-x: hidden;
  }
  .sticky-clinics-row {
    display: none;
  }
  .single-clinics .back-to-top {
    bottom: 62px;
  }
  .floating-button {
    left: 0;
  }
}
@media (min-width: 576px) {
  .mobile-fixed-menu,
  .mobile-footer-fixed-menu {
    display: none;
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes load4 {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em,
      2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
      -2em -2em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em,
      2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
      -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0,
      2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em,
      -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em,
      2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em,
      -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em,
      2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em,
      2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em,
      -2em -2em 0 0;
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em,
      2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0,
      -2em -2em 0 0.2em;
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em,
      2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
      -2em -2em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em,
      2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
      -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0,
      2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em,
      -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em,
      2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em,
      -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em,
      2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em,
      2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em,
      -2em -2em 0 0;
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em,
      2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0,
      -2em -2em 0 0.2em;
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.before-after__dropdown:hover .ba-dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ba-dropdown__list {
  display: none;
  position: absolute;
  top: auto;
  width: 100%;
  left: 0;
  height: auto;
  background: #f6f3ee;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 10px;
  margin-top: 11px;
}
.ba-dropdown__list li {
  cursor: pointer;
  margin-bottom: 10px;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #444867;
  padding: 0;
  border-bottom: 2px dashed #444867;
}
.before-after-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.before-after-slider .slick-slide {
  height: inherit !important;
}
.blog-grid {
  margin: 50px auto;
}
.breadcrumb-area--sec-color {
  background: #444867;
  padding-top: 40px;
  padding-bottom: 40px;
}
.breadcrumb-area--sec-color h2,
.breadcrumb-area--sec-color h1 {
  color: white;
  border: none;
  /* border-bottom: 4px dashed white; */
}
.tretmants__sublist:first-of-type {
  display: block;
}
.profile-two {
  border-radius: 20px;
  background-color: #444867;
  padding: 10px 20px;
}
/* .photos {
  background-color: #f6f3ee;
  padding: 10px 20px;
} */
#tab-open {
  margin-top: 0;
}
.photos.photos-title {
  padding-left: 5px;
}
.gallery-item.multiple-gallery-item.single-image::before {
  display: none;
}
.float-select {
  float: left;
}
.wpforms-label-hide {
  visibility: hidden;
}
.single-blog {
  margin: 0 auto;
  color: #444867;
  position: relative;
}

.single-blog .statusbar__left {
  padding-left: 0;
}
.blog-head-image {
  max-width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.single-blog h1 {
  font-size: 36px;
  line-height: 1;
}
.single-blog a {
  text-decoration: none;
  font-weight: bold;
  color: inherit;
}
.single-blog-comment {
  border-top: 4px dashed #444867;
  margin-top: 50px;
}
.result-list__items {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  margin: 3px 0;
}
.single-clinics .ui-tabs .ui-tabs-active .ui-tabs-anchor {
  background: #444867;
  color: #f3f2ef;
}
.widget__row .short-btn .far {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget__row .short-btn:hover .far {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lang-menu img {
  max-width: 23px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 15px;
}
.map-loader {
  color: #444867;
  font-size: 10px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  /* -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); */
}
.error-page {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.error-page .heading {
  font-size: 100px;
  color: white;
  text-shadow: 0px 0px 11px rgb(0, 0, 0);
  margin: 0;
}
.error-page p {
  margin: 0;
  color: white;
  font-size: 30px;
  text-shadow: 0px 0px 11px rgb(0, 0, 0);
}
.error-page a {
  margin-top: 20px;
}
.error-page .footer-widget-social a {
  text-shadow: 0px 0px 11px rgb(0, 0, 0);
}
.error404 header {
  display: none;
}
#load-more-text {
  margin-top: 20px;
}
.wpforms-confirmation-container-full {
  color: #dfbb9c;
  font-size: 20px;
}
.single-clinics .wpd-load-more-submit,
.single-clinics .wc_comm_submit {
  padding: 15px 60px;
  border-radius: 40px;
  border: none;
  outline: none;
  background: #dfbb9c;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: #444867;
}
.single-clinics .wpd-load-more-submit:hover,
.single-clinics .wc_comm_submit:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #dfb38e;
}
.single-clinics .wpd-comment-left {
  display: none;
}
.wpd-thread-head {
  display: none !important;
}
.single-clinics #wpdcom .wpd-comment-header .wpd-comment-author,
#wpdcom .wpd-comment-header .wpd-comment-author a {
  color: #444867;
}
.single-clinics .wpd-comment-text {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.single-clinics .wpd-comment-text .wpd-cf-label {
  display: none;
}
.single-clinics .wpd-comment-text .wpd-cf-value {
  font-weight: bold;
  font-size: 20px;
}
.single-post .is-style-default {
  max-width: 250px;
  margin: 0;
}
.single-blog .wp-block-button__link {
  color: white;
}
.page-template-template-contact .form-group,
.page-template-template-compareoffers .form-group,
.tax-treatments-group .form-group,
.clinics-template-default .form-group,
.single-doctors .form-group {
  border-bottom: none;
}
.page-template-template-contact .wpforms-field-container,
.page-template-template-compareoffers .wpforms-field-container,
.tax-treatments-group .wpforms-field-container,
.clinics-template-default .wpforms-field-container,
.single-doctors .wpforms-field-container {
  padding-top: 30px;
}
.header--fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.close-search-bar {
  position: absolute;
  right: 50px;
  top: 100px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: transparent;
}
.close-search-bar:hover {
  opacity: 1;
}
.close-search-bar:before,
.close-search-bar:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  top: 0;
  background-color: #333;
}
.close-search-bar:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-search-bar:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.thank-you {
  min-height: 100vh;
  height: 100%;
}
section#profile h2,
section#profile h4 {
  margin-top: 65px;
}
.wpd-form-head {
  display: none !important;
}
@media (max-width: 991px) {
  .tooltiptext {
    top: 50px;
  }
  button.slick-prev.pull-left.slick-arrow img,
  button.slick-prev.pull-left.slick-arrow img {
    z-index: 90;
  }
  .nav-list .sub-menu {
    margin: 0 25px;
  }
  .thank-you {
    min-height: auto;
    height: auto;
    padding: 20px 0;
  }
  .thank-you h1 {
    font-size: 35px;
  }
  .thank-you p {
    font-size: 20px;
  }
  .thank-you .btn {
    padding: 15px;
    font-size: 20px;
  }
}
.thank-you .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.thank-you h1 {
  text-align: center;
  font-size: 60px;
  color: #dfbb9c;
  text-shadow: 1px 2px 3px #666;
}
.thank-you p {
  color: #dfbb9c;
  text-align: center;
  text-shadow: 1px 2px 3px #666;
  font-size: 30px;
}
.bigger-image {
  min-height: 330px !important;
}
.menu-item-has-children {
  margin-right: 43px !important;
}
@media (min-width: 1600px) {
  .hero__main {
    padding-left: 100px;
  }
  .clinics__list-item--coverimg {
    /* min-height: 270px; */
    position: absolute;
    border-radius: 20px;
    top: 2px;
    width: 98%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .choose-box__image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .container {
    max-width: 1550px;
  }
  .header > .container {
    max-width: 1550px;
  }
  .nav-list {
    /*     max-width: 680px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social-wrapper {
    margin-left: auto;
  }
  .about-us__wrapper p {
    padding-right: 50px;
  }
  .breadcrumb-area .container {
    max-width: 1140px;
  }
}
.search-result-item {
  margin-bottom: 30px;
  background-color: #f0e2d6;
  position: static !important;
  box-shadow: 2px 11px 34px -22px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 2px 11px 34px -22px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 2px 11px 34px -22px rgba(0, 0, 0, 0.33);
}
.entry-title {
  margin-top: 0;
}
strong.search-excerpt {
  background-color: yellow;
}

.testimonials__slider-item.slick-slide .testimonials__descr {
  height: auto;
}
@media (max-width: 1600px) {
  .tab-wrapper-item img {
    max-width: 60px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    top: 0;
  }
  .hero__bg-img {
    left: 45%;
  }
  .tab-wrapper-item img {
    top: 0;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .tab-wrapper-item__box h3,
  .tab-wrapper-item__box h1,
  .tab-wrapper-item__box h2,
  .tab-wrapper-item__box h4,
  .tab-wrapper-item__box h5,
  .tab-wrapper-item__box h6 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .clinic-navigation {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .clinic-navigation::-webkit-scrollbar {
    display: none;
  }
  .statusbar__left,
  .statusbar__right {
    padding: 0 19px;
  }
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.slick-slide img {
  min-height: 102px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.tax__slider-image {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.page-template-template-clinics .about-us {
  margin-bottom: 30px;
}
.featured__box {
  max-width: 50%;
  margin-top: auto;
}
.lightbox::before {
  content: "x";
  cursor: pointer;
  font-size: 32px;
  right: 10px;
  top: -20px;
  font-weight: 600;
  position: absolute;
  display: block;
  text-align: right;
  color: #fff;
  z-index: 20;
}
@media (max-width: 1600px) {
  /* .treatments-prominent__price {
    line-height: normal;
  } */
  .widget-top li {
    margin-right: 25px;
  }
}
@media (max-width: 1385px) {
  .social-menu {
    display: none;
  }
  .widget-top li {
    margin-right: 35px;
  }
}
@media (max-width: 1400px) {
  .breadcrumb-cta-list__item {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .clinic-nav__list-item {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .aside-sticky .app-sticky--blue {
    top: 48px;
  }
  .breadcrumb-cta-list__item,
  .clinic-nav__list-item {
    font-size: 13px;
  }
  .short-blog-widget {
    padding-left: 15px;
  }
  .dropdownlist__parent {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .head__prev,
  .head__next {
    border: 3px solid #444867;
  }
  .head__prev .fas,
  .head__next .fas {
    color: #444867;
  }
  .profile {
    margin-bottom: 0;
  }
  .profile-two img {
    bottom: 0;
  }
  .breadcrumb-cta-list__item__image {
    margin-left: 10px;
    margin-right: 17px;
  }
  .breadcrumb-badge {
    font-size: 14px;
    padding: 10px 3px;
    text-align: center;
  }
  div.breadcrumb-cta-list__item p {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .breadcrumb-color--white {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .clinics__list-item--coverimg {
    position: relative;
    /* max-height: 278px; */
    object-fit: cover;
    height: auto;
    width: 98%;
  }
  .clinics__row {
    padding: 0;
  }
  .testimonials {
    margin-top: 0;
    margin-bottom: 0;
  }
  .choose-box {
    margin: 0 auto;
  }

  .btn {
    padding: 15px 24px;
  }
  .hero__bg-img {
    background-position: top;
    background-size: cover;
  }
  .treatments-box {
    margin-top: -125px;
  }
  .choose-box__image {
    top: 0;
  }
  .slick-slide img {
    margin: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .wrapper--color {
    display: block;
  }
  .tretmants__box {
    margin-top: 20px;
  }
  .tretmants__col {
    margin-top: 20px;
  }
  .tretmants__upper-heading {
    width: 100%;
    text-align: center;
  }
  .tretmants__upper-subheading {
    text-align: center;
    padding-right: 0;
  }
}
@media (min-width: 991px) {
  .show-on-sm {
    display: none;
  }
}
@media (max-width: 1100px) {
  /* 	div#custom_html-3 {
    max-width: 50%;
} */
  .textwidget.custom-html-widget {
    z-index: 90;
  }

  .widget-top li p {
    display: none;
  }
  .widget-top li {
    font-size: 25px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .tretmants__box--dark {
    margin-top: 0;
  }
  .floating-icon {
    left: 0;
  }

  .parent-clinic__box {
    flex-direction: column;
  }
  .parent-clinic__box__image {
    max-width: 100%;
  }
  .container {
    padding: 0 20px;
  }
  .featured__box {
    max-width: 100%;
  }
  .profile {
    max-height: 100%;
  }
  .clinic__head-wrapper {
    margin-top: 20px;
  }
  .clinic__head-slider {
    top: 0;
  }
  .breadcrumb-color--white p {
    margin-top: 0;
  }
  .notice-area p {
    font-size: 16px;
  }

  .header .social-menu {
    display: none;
  }
  .blog__list .col-12 {
    margin-bottom: 20px;
  }
  .choose-box__list {
    padding-left: 0;
  }
  .treatments-price-box {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 20px;
  }
  .clinics__list-item--coverimg {
    display: block;
    margin: auto;
  }
  .clinics__list-item__name {
    text-align: center;
    margin: 10px auto;
  }
  .clinics__list-item__bonus-list {
    width: 100%;
  }
  .clinics__row-list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .footer__logo {
    height: 100px;
    margin-bottom: 20px;
  }
  .d-sm-n,
  .sidebar__list {
    display: none;
  }
  .tretmants__sublist {
    padding: 0;
  }
  .clinic__section-quote a {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
    text-align: center;
  }
  .clinic__section-quote {
    height: 100%;
  }
  .tretmants__col,
  .tretmants__box {
    margin-bottom: 20px;
  }
  .wrapper--color {
    padding-bottom: 0;
  }
  .sidebar {
    margin-bottom: 20px;
  }
  .inline-box {
    margin-bottom: 20px;
  }
  .clinics__row-location,
  .clinics__row-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .breadcrumb-color--white h2 {
    line-height: 35px;
  }
  .breadcrumb-color--white p {
    max-width: 100%;
  }
  .clinics__btn-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .contact-col__right {
    padding: 0 10px;
  }
  .breadcrumb-area h2 {
    font-size: 35px;
  }
  .breadcrumb-area {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: left;
  }
  .blog__list-item {
    margin-bottom: 20px;
  }
  .testimonials {
    padding-bottom: 0;
  }
  .testimonials__devider {
    top: 31px;
  }
  .short-blog-widget {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .widget-top li {
    margin-right: 0px;
  }
  .nav-list-top {
    margin: auto 0;
    margin-bottom: 10px;
  }
  .hero__bg-img {
    opacity: 0.6;
  }
  .box--after::after {
    top: 50%;
    height: 100%;
  }
  .choose-box__image {
    height: 350px;
    overflow: hidden;
  }
  .scroll-bar #left-scroll-bar {
    height: 118px;
  }
  .scroll-bar .os-theme-dark > .os-scrollbar > .os-scrollbar-track {
    right: -21px;
  }
  .pagination {
    margin: 0 auto;
    padding: 0;
  }
}
.gallery-tabs-row .os-content {
  display: flex !important;
  flex-direction: row !important;
  overflow-x: scroll !important;
}
@media (min-width: 769px) {
  #custom_html-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .show-on-sm {
    display: none;
  }
  .mob-form {
    display: none;
  }
}
@media (max-width: 768px) {
  .single-clinics-box .single-contact-form .col-md-6.col-sm-12 {
    padding-top: 0px;
  }
  .form-desktop {
    display: none;
  }

  .treatment__info-box {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tooltiptext {
    min-width: 300px;
    left: 0;
  }
  .treatment__info-box {
    position: unset;
  }
  .treatment__info-box .fas {
    position: unset;
    transform: none;
  }

  section.clinics.container.aos-init.aos-animate h2 {
    font-size: 35px;
    margin: 0;
  }
  .hero__form--homepage #result-box {
    top: 0;
    margin-top: 0px;
  }
  .hero__form--homepage #result-box .result-list {
    margin-top: 0px;
  }
  .gallery-tabs-row .ui-tabs-tab a {
    width: 300px;
    text-align: center;
  }

  .clinics__left {
    order: 2;
  }
  .floating-icon {
    left: auto;
  }
  .tab-wrapper-item img {
    max-width: 60px;
  }
  .tab-wrapper-item__box .os-content {
    padding-left: 50px !important;
  }
  .tab-wrapper-item__box {
    max-height: 300px;
    height: 100%;
    margin: 20px auto;
  }
  .blog-section {
    background-color: #f6f3ee;
  }
  .about-us__wrapper .btn {
    margin-top: 30px;
  }
  .about-us__wrapper {
    background-color: white;
  }
  .devider--white-reverse {
    display: none;
  }
  .about-us__page .container {
    border-bottom: none;
  }
  .testimonials {
    margin-top: 100px;
  }
  .breadcrumb-area h1 {
    line-height: 1;
    font-size: 35px;
  }
  .hamburger-menu__list-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-list .sub-menu {
    padding-left: 0;
  }
  .nav-list .sub-menu li {
    background-color: transparent;
    border-bottom: none;
  }
  .nav-list .sub-menu li a {
    font-weight: normal;
  }
  .nav-list .sub-menu {
    width: 100%;
  }
  .menu-item-has-children::before {
    right: 20px;
  }
  .show-on-sm {
    display: block;
  }
  #custom_html-3,
  .nav-list .sub-menu {
    display: none;
  }
  .before-after-wrapper {
    float: none;
  }
  .dropdown::after {
    right: 30px;
  }
  .hamburger-menu__list-wrapper .dropdown ul {
    top: 10px;
    overflow-y: scroll;
  }
  .nav-list .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    background-color: transparent;
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .hamburger-menu__list-wrapper .sub-menu li a,
  .hamburger-menu__list-wrapper .dropdown ul li {
    color: #444867;
    visibility: visible;
    display: flex;
    align-items: center;
  }
  .hamburger-menu__list-wrapper .dropdown ul li {
    border-bottom: 1px solid #e7e7e7;
  }
  .choose-box__image {
    padding: 0;
  }
  #result-box {
    position: relative;
    top: 0;
  }
  .clinics__left {
    margin-top: 50px;
  }
  .doctor__short-desc {
    padding-right: 0;
    text-align: center;
  }
  .doctor__thumb,
  .btn--doctor {
    display: block;
    margin: auto;
  }
  .dropdownlist__label {
    padding: 0;
  }
  .profile-two p:empty {
    display: none !important;
  }
  .wrapper--color {
    padding: 0;
  }
  .profile-two .btn {
    margin: 0 auto;
    display: block;
  }
  .clinic-nav__list-item {
    padding: 10px;
    font-size: 14px;
  }
  .profile p {
    font-size: 14px;
  }

  .profile-two h2,
  .before-after h2,
  .accreditations h2,
  .photos h2,
  .doctors h2,
  .doctor__name {
    width: 100%;
    text-align: center;
  }
  .profile-two p {
    text-align: center;
  }
  .profile h4,
  .profile h1,
  .profile h2,
  .profile h3,
  .profile h5,
  .profile h6 {
    font-size: 25px;
  }
  .treatments-prominent__name {
    text-align: center;
  }
  .btn--readmore {
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
  .widget-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .widget-top .fas {
    margin-right: 20px;
  }
  .search-lang .fas {
    margin: 0 20px 0 auto;
  }
  .lang-menu {
    margin: auto;
    margin-left: 0;
  }

  .nav-list {
    display: none;
  }
  .hamburger-menu {
    position: relative;
    float: right;
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: 20px;
    margin-top: auto;
    margin-bottom: auto;
    width: 30px;
  }
  .hero__main h1 {
    font-size: 35px;
    line-height: inherit;
  }
  .hero__bg-img {
    left: 0 !important;
    opacity: 0.3;
  }
  .choose-box__list {
    padding-left: 0;
  }
  .choose-box__list-heading {
    text-align: center;
  }
  .dashed--list-heading {
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about-us .col > h2,
  .clinics h2 {
    font-size: 30px;
  }
  .notice-area p {
    font-size: 16px;
  }
  .about-us__wrapper__right img,
  .bottom-img {
    left: 0;
    top: 0;
    height: auto;
  }
  .about-us__wrapper__right img {
    padding: 10px 0;
  }
  .about-us__wrapper .container,
  .testimonials,
  .cta-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero {
    padding: 50px 0;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-us .col > h3,
  .about-us__wrapper h3,
  .blog-section h3 {
    font-size: 35px;
  }
  .testimonials__left--world img {
    left: 0;
  }

  .treatments-box {
    margin-top: 0;
  }
  .clinics__filter-form {
    margin-bottom: 20px;
  }
  .menu-item-has-children:before {
    top: 30px;
  }
}
@media (min-width: 769px) {
  .hamburger-menu,
  .hamburger-menu__list,
  .btn--readmore {
    display: none;
  }
}
@media (max-width: 530px) {
  .doctor__name {
    padding: 0;
  }
  .doctor__des-wrapper {
    text-align: center;
  }
  .doctor__des-wrapper ul {
    margin: auto 0;
  }
  .tab-wrapper-item .main-image {
    left: 0;
  }
  .tab-wrapper-item__box {
    max-height: 200px;
  }
  .floating-icon {
    max-width: 100px;
    max-height: 100px;
  }
  .tab-wrapper-item .main-image {
    max-width: 200px;
    max-height: 200px;
  }
  .treatments-prominent__price {
    text-align: center;
  }
  .appointment .wpforms-field-container .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clinic-single-row .form-group,
  .form-group-date,
  .single-clinics .choices {
    width: 100% !important;
  }
  .tab-wrapper-item img {
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .featured__box {
    width: 100%;
  }
  .clinics__list-item--coverimg {
    width: 98%;
    margin: 0;
    max-width: 98%;
  }
  .clinics__row-location {
    margin-top: 20px;
  }
  .treatments-box > .container > .row > p {
    padding-right: 15px;
  }
  .about-us__wrapper {
    padding: 30px 15px;
  }
  .about-us--reverse {
    top: -58px;
  }
  .about-us--devider {
    bottom: -57px;
  }
  .choose-box {
    padding: 0;
  }
  .choose-box__list {
    padding-left: 20px;
  }
  .devider--white-reverse {
    width: 100vw;

    left: calc(-50vw + 50%);
  }
  .devider--white {
    width: 100vw;

    left: calc(-50vw + 50%);
  }

  .treatments-box > .container > .row > h3,
  .treatments-box > .container > .row > p {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    border: none;
  }

  .about-us__wrapper h3 {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /*   .about-us__wrapper p {
    text-align: justify;
  } */
  .about-us__wrapper__right img {
    top: 0;
    margin-top: 13px;
  }
  .footer__logo {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: 20px auto;
  }
}
@media (min-width: 445px) {
  .form-group--checkbox ul {
    display: flex;
  }
  .form-group--checkbox ul li {
    margin-right: 10px !important;
    display: block;
  }
}
.ui-tabs .ui-tabs-panel {
  padding: 10px 12px;
}

@media (max-width: 445px) {
  .mb-20 {
    max-width: 100% !important;
  }
  .related-posts {
    flex-direction: column;
  }
  .ui-tabs .ui-tabs-panel {
    padding: 10px 0px;
  }
  .about-us__wrapper p {
    margin: 25px auto;
  }
  .tab-wrapper-item__box .os-content {
    padding-left: 25px !important;
  }
  .floating-icon {
    top: 0;
    left: 40px;
    max-width: 80px;
    max-height: 80px;
  }

  .tab-wrapper {
    overflow: hidden;
  }
  .single-clinics {
    overflow-x: hidden;
  }
  .hero__form--homepage #result-box {
    top: 0;
  }
  .about-us__wrapper__right img {
    margin: 0;
    height: 100%;
  }
  .clinics__left,
  .clinics__right {
    padding: 0;
  }
  .blog-section,
  .clinics {
    margin-bottom: 90px;
  }
  .treatments-box,
  .about-us__wrapper p {
    margin-bottom: 0;
  }
  .single-clinics .container {
    padding: 10px;
  }
  .single-clinics .item--recommended {
    top: 10px;
  }
  .single-clinics .item--recommended::before {
    display: none;
  }
  .profile-two img {
    height: 206px;
  }
  .breadcrumb-area h2 {
    line-height: 30px;
    line-height: 1;
  }

  .breadcrumb-badge {
    padding: 10px 25px;
  }
  .treatments-prominent__price {
    text-align: center;
  }
  .clinics__list-item__bonus-list span:not(.clinics__list-item--non-bold) {
    padding: 10px;
    width: 100%;
    text-align: center;
    margin: 0;
    width: auto;
    margin-left: 10px;
  }
  .clinics__list-item--non-bold {
    margin-left: 0;
  }
  .inline-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .location,
  .clinics__reviews {
    margin: 5px auto;
  }
  .profile h4,
  .profile h1,
  .profile h2,
  .profile h3,
  .profile h5,
  .profile h6 {
    margin-top: 70px;
  }
  .footer-list-widget-title,
  .widget__row p,
  .short-btn,
  .custom-html-widget,
  .footer-list li {
    text-align: center;
  }
  .footer-widget-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .clinic__section-quote {
    display: none;
  }
  .dropdownlist__label {
    text-align: center;
  }
  .before-after__devider {
    margin-right: 0;
  }
  .tretmants__sublist-label {
    font-size: 14px;
    padding-left: 0;
  }
  .clinic__head-slider {
    top: 0;
  }
  .clinic__head-wrapper {
    margin-top: 10px;
    padding: 10px 0;
  }
  .profile-two .profile__description {
    padding: 20px 40px;
  }
  .single-clinics .wpforms-field-container {
    padding: 10px;
  }
  .single-clinics__note {
    display: none;
  }
  .profile-two h2,
  .before-after h2,
  .accreditations h2,
  .photos h2,
  .doctors h2,
  .doctor__name {
    display: -ms-grid;
    display: grid;
    margin: 10px auto;
    width: auto;
  }
  .before-after h2,
  .accreditations h2,
  .photos h2,
  .doctors h2 {
    padding-bottom: 5px;
  }

  .treatments-prominent {
    left: 0;
    border-radius: 20px;
    padding-left: 20px;
  }
  .clinics__list-item__bonus-list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* margin-bottom: 20px; */
  }
  .clinics__list-item__icon {
    margin-left: 10px;
  }
  .clinics__list-item__bonus-list .checkbox--icon {
    margin-right: 5px;
    /* margin-bottom: 10px; */
  }
  .clinics__list-item__name {
    text-align: center;
  }
  .btn--clinics {
    margin-top: 10px;
    width: 100%;
  }

  .clinics__btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsletter__form input {
    width: 60%;
  }
  .newsletter__form button {
    width: 40%;
  }
  .form-group select {
    padding: 0 25px 0 20px;
  }
  .select-wrapper::after {
    left: 65px;
  }
  .testimonials__slider-item {
    margin: 0;
  }
  .hero__btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero__btn-wrapper .btn {
    margin: 0;
    width: 100%;
    margin-top: 10px;
  }
  .hero__main h1 {
    text-align: center;
  }
  .dashed--hero {
    width: 100%;
  }
  .cta-section {
    background-position: initial;
  }
  .about-us__wrapper,
  .testimonials {
    padding-bottom: 30px;
  }
  .hero__main p {
    text-align: center;
  }
  .devider--white {
    bottom: -57px;
  }

  .devider--white-reverse {
    top: -21px;
  }
  .about-us__wrapper__right {
    margin-top: 100px;
  }

  .tab-wrapper-item__box .btn {
    display: block;
    margin: 20px auto;
  }
  .tab-wrapper-item__box h3,
  .tab-wrapper-item__box p {
    text-align: center;
  }
  .tab-wrapper-item__box {
    padding-left: 15px;
  }
  .tab-wrapper {
    padding-bottom: 0;
  }
  .about-us__wrapper .btn {
    display: block;
    margin: 0 auto;
  }
  .short-blog__posts-item img {
    margin-right: 10px;
  }
  .testimonials__devider {
    top: 60px;
  }
  .about-us--reverse {
    top: -60px;
  }
  .cta-section {
    background-size: inherit;
    background-position: left;
  }
  .form--bg {
    overflow: hidden;
  }
}

@media (max-width: 360px) {
  .single-clinics .sticky-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 1140px) {
  .widget-preheader {
    font-size: 13px;
  }
}
@media (max-width: 1350px) {
  .breadcrumb-cta-list__item {
    line-height: 10px;
    padding: 0 10px;
  }
}
@media (min-width: 991px) and (max-width: 1300px) {
  .tab-wrapper-item img {
    width: 50%;
  }
  .floating-icon {
    max-width: 90px;
    max-height: 90px;
  }
  .tab-wrapper-item .main-image {
    max-width: 300px;
    max-height: 300px;
  }
  .breadcrumb-cta-list__item {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .hero__main {
    position: relative;
    z-index: 9;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .newsletter__form {
    margin-left: 0;
    width: 100%;
  }
  .newsletter__form button {
    width: 50%;
  }
  .newsletter__form input::-webkit-input-placeholder {
    opacity: 0.5;
  }
  .newsletter__form input::-moz-placeholder {
    opacity: 0.5;
  }
  .newsletter__form input:-ms-input-placeholder {
    opacity: 0.5;
  }
  .newsletter__form input::-ms-input-placeholder {
    opacity: 0.5;
  }
  .newsletter__form input::placeholder {
    opacity: 0.5;
  }
  .newsletter__form input:focus::-webkit-input-placeholder {
    opacity: 1;
  }
  .newsletter__form input:focus::-moz-placeholder {
    opacity: 1;
  }
  .newsletter__form input:focus:-ms-input-placeholder {
    opacity: 1;
  }
  .newsletter__form input:focus::-ms-input-placeholder {
    opacity: 1;
  }
  .newsletter__form input:focus::placeholder {
    opacity: 1;
  }
}
.dashed--list-heading {
  border: none;
  height: 3px;
  background-image: -o-linear-gradient(right, transparent 50%, #dfbb9c 50%);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(50%, transparent),
    color-stop(50%, #dfbb9c)
  );
  background-image: linear-gradient(to left, transparent 50%, #dfbb9c 50%);
  background-size: 30px 3px;
}
@supports (-webkit-appearance: none) and (not (overflow: -webkit-marquee)) and
  (not (-ms-ime-align: auto)) and (not (-moz-appearance: none)) {
  .dashed--hero,
  .dashed--about {
    border: none;
    height: 5px;
    background-image: -o-linear-gradient(right, transparent 50%, #223049 50%);
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(50%, transparent),
      color-stop(50%, #223049)
    );
    background-image: linear-gradient(to left, transparent 50%, #223049 50%);
    background-size: 30px 3px;
  }
  /* .breadcrumb-area h2 {
    border: none;
    height: 3px;
    background-image: linear-gradient(to left, transparent 50%, #223049 50%);
    background-size: 30px 3px;
  } */
  .dashed--list-heading {
    border: none;
    height: 3px;
    background-image: -o-linear-gradient(right, transparent 50%, #dfbb9c 50%);
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(50%, transparent),
      color-stop(50%, #dfbb9c)
    );
    background-image: linear-gradient(to left, transparent 50%, #dfbb9c 50%);
    background-size: 30px 3px;
  }
  .dashed--cta,
  .breadcrumb-color--white .clinics-devider--white {
    border: none;
    height: 3px;
    background-image: -o-linear-gradient(right, transparent 50%, white 50%);
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(50%, transparent),
      color-stop(50%, white)
    );
    background-image: linear-gradient(to left, transparent 50%, white 50%);
    background-size: 30px 3px;
  }
  .notice-area {
    padding-bottom: 10px;
  }
  .newsletter__row,
  .footer .container,
  .dashed--blog,
  .blog-section .container,
  .scroll-bar__left-item,
  .notice-area {
    border: none !important;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #e0b590 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #e0b590 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #e0b590 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #e0b590 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #e0b590 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #e0b590 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #e0b590 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #e0b590 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #e0b590 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -webkit-gradient(
          linear,
          left top,
          right top,
          color-stop(33%, rgba(0, 0, 0, 0)),
          color-stop(0%, rgba(0, 0, 0, 0))
        )
        top/10px 1px repeat-x,
      -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(33%, rgba(0, 0, 0, 0)),
          color-stop(0%, rgba(0, 0, 0, 0))
        ) right/1px 10px repeat-y,
      -webkit-gradient(
          linear,
          left top,
          right top,
          color-stop(63%, #44486700),
          color-stop(0%, #e0b590)
        ) bottom/25px 4px repeat-x,
      -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(33%, rgba(0, 0, 0, 0)),
          color-stop(0%, rgba(0, 0, 0, 0))
        ) left/1px 10px repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #e0b590 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: linear-gradient(
          to right,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      linear-gradient(to right, #44486700 63%, #e0b590 0%) bottom/25px 4px
        repeat-x,
      linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
  }
  .blog-section h3,
  .about-us__wrapper h3,
  .tab-wrapper-item__box h3 {
    border: none !important;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #444867 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #444867 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #444867 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #444867 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #444867 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #444867 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #444867 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #444867 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #444867 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -webkit-gradient(
          linear,
          left top,
          right top,
          color-stop(33%, rgba(0, 0, 0, 0)),
          color-stop(0%, rgba(0, 0, 0, 0))
        )
        top/10px 1px repeat-x,
      -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(33%, rgba(0, 0, 0, 0)),
          color-stop(0%, rgba(0, 0, 0, 0))
        ) right/1px 10px repeat-y,
      -webkit-gradient(
          linear,
          left top,
          right top,
          color-stop(63%, #44486700),
          color-stop(0%, #444867)
        ) bottom/25px 4px repeat-x,
      -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(33%, rgba(0, 0, 0, 0)),
          color-stop(0%, rgba(0, 0, 0, 0))
        ) left/1px 10px repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, #444867 0%) bottom/25px 4px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: linear-gradient(
          to right,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      linear-gradient(to right, #44486700 63%, #444867 0%) bottom/25px 4px
        repeat-x,
      linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
  }
  .treatments-box__item-list-heading p,
  .treatments-box__item ul li {
    border: none !important;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, white 0%) bottom/20px 3px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, white 0%) bottom/20px 3px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, white 0%) bottom/20px 3px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, white 0%) bottom/20px 3px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, white 0%) bottom/20px 3px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, white 0%) bottom/20px 3px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, white 0%) bottom/20px 3px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, white 0%) bottom/20px 3px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, white 0%) bottom/20px 3px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: -webkit-gradient(
          linear,
          left top,
          right top,
          color-stop(33%, rgba(0, 0, 0, 0)),
          color-stop(0%, rgba(0, 0, 0, 0))
        )
        top/10px 1px repeat-x,
      -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(33%, rgba(0, 0, 0, 0)),
          color-stop(0%, rgba(0, 0, 0, 0))
        ) right/1px 10px repeat-y,
      -webkit-gradient(
          linear,
          left top,
          right top,
          color-stop(63%, #44486700),
          color-stop(0%, white)
        ) bottom/20px 3px repeat-x,
      -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(33%, rgba(0, 0, 0, 0)),
          color-stop(0%, rgba(0, 0, 0, 0))
        ) left/1px 10px repeat-y;
    background: -o-linear-gradient(
          left,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      -o-linear-gradient(left, #44486700 63%, white 0%) bottom/20px 3px repeat-x,
      -o-linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
    background: linear-gradient(
          to right,
          rgba(0, 0, 0, 0) 33%,
          rgba(0, 0, 0, 0) 0%
        )
        top/10px 1px repeat-x,
      linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) right/1px 10px
        repeat-y,
      linear-gradient(to right, #44486700 63%, white 0%) bottom/20px 3px
        repeat-x,
      linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 0%) left/1px 10px
        repeat-y;
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}
#map div iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
  width: 100%;
}

@media (min-width: 3000px) {
  .hero__bg-img {
    right: 25%;
  }
}
.single-clinics #wpdcom .wpd-thread-head .wpd-thread-info {
  border-color: #dfb38e;
}
.single-clinics
  #wpd-post-rating
  .wpd-rating-wrap
  .wpd-rate-starts
  svg
  .wpd-star {
  fill: #dfb38e;
}
.single-clinics
  #wpd-post-rating
  .wpd-rating-wrap
  .wpd-rate-starts:hover
  svg
  .wpd-star {
  fill: #444867;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: white;
  z-index: 9999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.preloader p,
.preloader ul {
  margin-top: 5px;
  display: none;
}
.preloader ul {
  margin-bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .preloader p {
    display: block;
  }
  .preloader ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main,
  footer,
  header {
    display: none;
  }
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
  }
}

.preloader svg {
  -webkit-animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    infinite alternate both;
  animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
    alternate both;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
  padding-top: 10px;
}
div.wpforms-container-full {
  padding: 0 10px;
}
.single-post .cta-single-blog {
  margin: 30px 0;
  display: inline-block;
}
.single-blog .cta-single-blog--full {
  display: block;
}
.single-blog .box--after {
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
}
.single-blog .treatments-price-box {
  padding: 0 5px;
}
.ask-doc {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  color: #444867;
  padding-bottom: 20px;
  border-bottom: 2px dashed #444867;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.radio-form-btn label {
  display: block;
  float: none;
  line-height: 1.3;
  margin: 0 0 15px 0 !important;
  padding: 0;
  color: #dfbb9c;
  text-align: left;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: normal !important;
}
.radio-form-btn ::-ms-check {
  color: red;
  background: black;
  padding: 1em;
}

div.wpforms-container-full .wpforms-form input[type="radio"] {
  margin-right: 15px !important;
}
.wpforms-smart-phone-field,
.iti--allow-dropdown input,
.iti--allow-dropdown input,
div.wpforms-container .wpforms-form .iti--allow-dropdown input[type="tel"],
div.wpforms-container-full .wpforms-form .iti--allow-dropdown input,
div.wpforms-container-full
  .wpforms-form
  .iti--allow-dropdown
  input[type="tel"] {
  padding-left: 52px !important;
}
.mb-20 {
  margin-bottom: 30px;
  max-width: 70%;
}
.left-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.right-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.text-right {
  text-align: right;
}
.right-box a {
  display: flex;
  justify-content: flex-end;
}

div.wpforms-container-full .wpforms-form ul li {
  margin-right: 10px !important;
}

/* ------------------------------Denic---------------------------------------- */

.contact-page-form input.wpcf7-form-control.wpcf7-text {
  width: 100%;
  border-radius: 20px;
  border-style: none;
  height: 40px;
  background: #f6f3ee;
}
.contact-page-form textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  border-radius: 20px;
  border-style: none;
  background-color: #f6f3ee;
}
.contact-page-form label {
  color: #dfbb9c;
}
span.contact-form-star {
  color: red;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-phonetext.wpcf7-validates-as-required {
  color: #dfbb9c;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  margin: 20px auto;
  padding: 15px 60px;
  border-radius: 40px;
  border: none;
  outline: none;
  background: #dfbb9c;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: #444867;
}
section#map {
  margin-top: 10px;
}
.single-contact-form input {
  width: 100%;
  display: block;
}
.single-contact-form p {
  width: 100%;
  display: block;
}
.single-contact-form textarea {
  width: 100%;
}
.single-contact-form .single-contact-submit {
  margin: 20px auto;
  padding: 15px 60px;
  border-radius: 40px;
  border: none;
  outline: none;
  background: #dfbb9c;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 22px !important;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: #444867;
  width: auto;
}
.single-submit-div {
  text-align: center;
}
.single-contact-input {
  border-radius: 20px;
  border-style: none;
  height: 40px;
  background: #f6f3ee;
}
.single-contact-form {
  background-color: #444867;
  border-radius: 20px;
  padding: 20px 20px 10px 20px;
}
.single-contact-form .col-md-6.col-sm-12 {
  padding-top: 20px;
}
.single-contact-form label {
  color: #dfbb9c;
}
.single-contact-form p {
  color: #dfbb9c;
}
.single-contact-form {
  color: #dfbb9c;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  background-color: #f6f3ee;
  color: #dfbb9c !important;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.single-contact-input {
  color: #dfbb9c;
}

.input-file-div {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.input-file-div [type="file"] {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  font-size: 90px;
}
button.btn-upload {
  background-color: #dfbb9c;
  border: none;
  color: #444867;
  padding: 10px 25px;
  border-radius: 40px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
.input-file-box p {
  font-size: 12px;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.div-height {
  margin-top: 16px;
}
.single-contact-form input[type="text"] {
  padding-left: 20px;
}
.single-contact-form input[type="date"] {
  padding-left: 20px;
  padding-right: 20px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.textarea {
  padding: 10px 20px;
}
.single-contact-form input[type="email"] {
  padding-left: 20px;
}
.contact-page-form input[type="text"] {
  padding-left: 20px;
}
.contact-page-form input[type="email"] {
  padding-left: 20px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  padding: 10px 20px;
}
/* .before-after a#gallery-tab-1 {
  background: #444867;
  color: #f3f2ef;
  text-decoration: none;
}
.before-after .photos__devider {
  width: 350px !important;
  margin: 20px 20px;
  height: auto;
}
.before-after .slick-slide.slick-current.slick-active {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
} */
.input-file-box1 {
  text-align: left;
}
.contact-us-submit {
  text-align: center;
}
.contact-us-submit .wpcf7-spinner {
  position: absolute !important;
}
select.wpcf7-form-control.wpcf7-select {
  width: 300px;
  height: auto;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(246, 243, 238, 0.75);
}

select.wpcf7-form-control.wpcf7-select option {
  color: rgba(246, 243, 238, 0.75);
}

.contact-left-box {
  border: 3px dashed #444867;
  /*   margin-bottom: 30px; */
  height: 100%;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
}
.contact__social-list a {
  margin-bottom: 0;
}
.contact-left-title .fas {
  color: #dfbb9c;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
h5.contact-left-title {
  font-size: 30px;
  margin: 30px;
  margin-bottom: 0;
}

/*Multipleee*/
.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .list {
  margin-top: 5px;
  top: 100%;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  max-height: 210px;
  overflow-y: scroll;
  /*   padding: 52px 0 0; */
}

.nice-select.has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}

.nice-select.has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}

.nice-select.has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  margin-top: 5px;
  top: 100%;
  left: 0;
  z-index: 8;
  padding: 5px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100% !important;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
}

.nice-select.open .nice-select-search-box {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.prefer-follow-up-via,
.select-treatments,
.prefer-follow-up-via-2 .select-treatments {
  width: 100%;
  display: flex;
}
.prefer-follow-up-via .nice-select,
.select-treatments .nice-select,
.prefer-follow-up-via-2 .nice-select {
  border-radius: 25px;
  width: 100%;
}
.prefer-follow-up-via .nice-select,
.prefer-follow-up-via .nice-select .list,
.select-treatments .nice-select .list,
.prefer-follow-up-via-2 .nice-select,
.prefer-follow-up-via-2 .nice-select .list {
  width: 100%;
  padding-top: 0;
}
.nice-select-search-box {
  display: none;
}

/* DENIC */
.contact-left-box .contact-tel {
  margin: 30px;
  color: #444867;
}
.contact-left-box p {
  margin: 30px;
  color: #444867;
}
.contact-left-box {
  background-color: #fff;
}
.contact-left-box h5 {
  color: #444867;
}
.contact-left-title .fas {
  color: #444867;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.contact__social-list a {
  color: #444867;
}
.contact__social-list {
  margin: 30px;
}
a.contact-tel {
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}
a.contact-tel:hover {
  color: #dfbb9c;
}
.top-text-single-clinics-contact,
.bottom-text-single-clinics-contact {
  padding: 20px;
}
.contact__list-item {
  border-radius: 50%;
  background-color: #c49c79;
  width: 40px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 40px;
  margin-right: 10px;
}
ul.sub-menu {
  margin-top: 27px;
}
ul.sub-menu li {
  height: 60px;
  text-align: left;
  display: list-item !important;
  list-style-type: disc;
}
.dropdown ul li,
.nav-list .active ul li {
  text-align: left;
}
.dropdown ul li a,
.nav-list .active ul li a {
  padding: 0;
  display: block;
  width: 75%;
  height: 100%;
}
ul.sub-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  top: -30px;
  position: absolute;
}
ul.sub-menu {
  padding-top: 20px;
  padding-left: 70px;
  /* margin-left: 120px; */
}
.lb-nav {
  display: flex;
  flex-direction: row;
}
a.lb-prev {
  width: 50%;
}
a.lb-next {
  width: 50%;
}

@media screen and (max-width: 1300px) {
  .nav-list .sub-menu li {
    flex: 1 1 50%;
  }
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.single-contact-input {
  color: #dfbb9c;
  width: 100%;
}
.contact-page-form.contact-us-form-1 input {
  margin: 15px 0 0 0;
}
.contact-page-form.contact-us-form-1 textarea {
  margin: 15px 0;
}
input.wpcf7-form-control.wpcf7-text.contact-us-form-1-name {
  margin: 0;
}
.contact-page-form.contact-us-form-1 .col-6 p {
  margin-bottom: 0px;
}
.lb-data .lb-number {
  display: none !important;
}
a.cd-upload-btn {
  color: #dfbb9c;
}
.codedropz-upload-handler {
  border: 2px dashed #dfbb9c;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}
.codedropz-upload-inner h3,
.codedropz-upload-inner span {
  color: #dfbb9c;
}
.codedropz-upload-inner {
  color: #dfbb9c;
}
span.dnd-upload-counter {
  color: #dfbb9c;
}
input.wpcf7-form-control.wpcf7-text.contact-us-form-1-name {
  margin: 15px 0 0 0;
}

.contact-page-form.contact-us-form-1 {
  padding-top: 15px;
}
.contact-page-form.contact-us-form {
  padding-top: 15px;
}
.scroll-bar__left ul {
  width: 90%;
}
ul.clinics__list-item__bonus-list li p {
  margin: 5px;
}
.treatments-price-box-small {
  margin: 5px;
  min-width: 111px;
  text-align: center;
  background-color: #444867;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dnd-upload-status .dnd-upload-details .name {
  color: #dfbb9c;
  padding: 4px 0;
  padding-right: 60px;
  display: flex;
}
.dnd-upload-status .dnd-upload-details .name em {
  color: #dfbb9c;
  font-weight: 700;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
  content: "";

  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("https://aestheticserbia.w3lab.cloud/wp-content/uploads/2021/12/download.png");
}
.dnd-upload-status .dnd-upload-details .remove-file {
  top: 7px;
}
.single-clinics .clinics__form-row .ui-state-default,
.single-clinics .ui-widget-content .ui-state-default {
  border: none;
  border-radius: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
}
div#ui-datepicker-div {
  background-color: #dfbb9c;
}
a.ui-datepicker-prev.ui-corner-all {
  background-image: url("https://aestheticserbia.w3lab.cloud/wp-content/uploads/2021/12/left-arrow.png");
  background-size: contain;
  margin: 2px;
}
a.ui-datepicker-next.ui-corner-all {
  background-image: url("https://aestheticserbia.w3lab.cloud/wp-content/uploads/2021/12/right-arrow.png");
  background-size: contain;
  margin: 2px;
}
@media screen and (max-width: 991px) {
  h5.contact-left-title {
    font-size: 25px;
    margin: 20px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .contact-left-box .contact-tel {
    margin: 20px;
    color: #444867;
    min-height: 37px;
    height: 100%;
  }
  .contact-left-box {
    padding: 0;
  }
  .contact-left-box p {
    margin: 20px;
  }
  .contact__social-list {
    margin: 20px;
  }
}
.search-lang .fas {
  padding-right: 30px;
}
.about-us__wrapper p {
  padding-right: 50px;
}
ul#menu-header-menu-1 {
  padding-top: 80px;
}
.rotate-arrow:before {
  transform: rotate(180deg);
}
.mobile-footer-fixed-menu {
  padding: 10px;
}
.contact__list-item {
  padding: 10px;
}

.top-text-single-clinics-contact p,
.bottom-text-single-clinics-contact p {
  font-family: Ubuntu;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  color: #444867;
}
/* ---------------denic slick--------------------- */

@media only screen and (min-width: 992px) {
  .slider-treatments-mobile {
    display: none;
  }
  .progress-scroller.container {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .top-text-single-clinics-contact p,
  .bottom-text-single-clinics-contact p {
    font-family: Ubuntu;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #444867;
  }
  .slider-treatments-mobile {
    display: block;
  }
  .progress-scroller.container {
    display: none;
  }

  .sld-wrp {
    padding-bottom: 50px;
  }
  .slider-for {
    position: relative;
    z-index: 10;
  }
  .slide-container {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .slide-btn {
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    width: 60px !important;
  }
  .slider-for ul.slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    bottom: -50px;
  }
  .slider-for .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
  }
  .slider-for .slick-dots li {
    margin: 0 0.25rem;
  }
  .slider-for .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #efefef;
    text-indent: -9999px;
  }
  .slider-for .slick-dots li.slick-active button {
    background-color: #444867;
  }
  .sld-wrp .slider-nav.slick-initialized.slick-slider {
    display: flex;
    justify-content: center;
  }
  .slider-for.slick-initialized.slick-slider.slick-dotted {
    display: flex;
    justify-content: center;
  }
  section.slider-treatments-mobile h3 {
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #444867;
    margin-top: 20px;
  }
  .sld-wrp button.slick-prev.pull-left.slick-arrow {
    background: transparent;
    border: none;
  }
  .sld-wrp button.slick-next.pull-right.slick-arrow {
    padding: 0;
    background: transparent;
    border: none;
  }
  .slide-btn.slick-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .img-container-slider .main-image {
    top: 0%;
    position: relative;
    display: block;
    margin: 0 auto;
    left: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    max-height: 200px;
    max-width: 200px;
    border: 2px dashed #444867;
    padding: 5px;
    height: auto;
    width: 100%;
  }
  .img-container-slider .floating-icon {
    max-width: 60px;
    max-height: 60px;
    left: 35%;
    top: 10px;
  }
  .img-container-slider .floating-icon img {
    object-fit: contain;
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .slider-for_description {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #444867;
    margin: 30px 0;
  }

  .slider-for {
    background-color: #f6f3ee;
    border-radius: 20px;
    padding: 20px 10px;
  }
  .slider-for_content h3 {
    font-size: 25px !important;
  }
  .slider-nav .slick-current {
    border: 1px dashed #dfbb9c;
    background-color: #f6f3ee;
  }
  .slider-for_btn {
    padding-top: 30px;
  }
  .slider-for button.slick-next.pull-right.slick-arrow {
    position: absolute;
    right: 0px;
    top: 100px;
    z-index: 90;
  }
  .slider-for button.slick-prev.pull-left.slick-arrow {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 90;
  }
  .img-container-slider {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .slider-for_content p {
    font-weight: 900;
  }
  .slider-for_content ul {
    list-style: none;
    padding: 0;
  }
}
@media only screen and (max-width: 550px) {
  button.slick-next.pull-right.slick-arrow img,
  button.slick-next.pull-right.slick-arrow img {
    width: 20px;
    background: none;
    padding: 0;
    z-index: 90;
  }
  button.slick-prev.pull-left.slick-arrow img,
  button.slick-prev.pull-left.slick-arrow {
    width: 20px;
    background: none;
    padding: 0;
    z-index: 90;
  }
  .img-container-slider .floating-icon {
    max-width: 60px;
    max-height: 60px;
    left: 20%;
    top: 10px;
  }
}
.sld-wrp button.slick-prev.pull-left.slick-arrow {
  margin-right: 10px;
  z-index: 90;
}
.sld-wrp button.slick-next.pull-right.slick-arrow {
  margin-left: 10px;
  z-index: 90;
}
.col-12.col-md-12.col-lg-3.col-xl-3.aside-sticky p {
  font-size: 15px;
  line-height: 15px;
  /* 	text-align:center; */
}
.breadcrumb-badge {
  margin-left: 10px;
}

.d-none.d-md-flex.d-sm-none.col-md-10.col-lg-7.col-xl-7.nav-list-top {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0;
  justify-content: center;
}
.nav-list {
  padding: 0;
}
@media screen and (max-width: 1470px) {
  .menu-item-has-children {
    margin-right: 30px !important;
  }
  .nav-list li:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1262px) {
  .menu-item-has-children {
    margin-right: 30px !important;
  }
  .nav-list li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 1180px) and (max-width: 1261px) {
  .menu-item-has-children {
    margin-right: 30px !important;
  }
  .nav-list li:not(:last-child) {
    margin-right: 10px;
  }
  .d-none.d-md-flex.d-sm-none.col-md-10.col-lg-7.col-xl-7.nav-list-top {
    padding: 0 0 0 20px;
  }
  .nav-list {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1179px) {
  .hamburger-menu__list-wrapper .dropdown ul {
    top: 10px;
    overflow-y: scroll;
  }
  .hamburger-menu__list-wrapper .dropdown ul li {
    border-bottom: 1px solid #e7e7e7;
  }
  .hamburger-menu__list-wrapper .sub-menu li a,
  .hamburger-menu__list-wrapper .dropdown ul li {
    color: #444867;
    visibility: visible;
    display: flex;
    align-items: center;
  }
  .menu-item-has-children:before {
    top: 30px;
    right: 20px;
  }
  .menu-item-has-children {
    margin-right: 0 !important;
  }
  li.mega-menu.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children {
    margin-right: 0px !important;
  }
  .menu-item-has-children {
    margin-right: 0px !important;
  }
  .d-none.d-sm-none.d-md-none.d-lg-flex.col-lg-3.col-xl-3 {
    display: none !important;
  }
  #custom_html-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #custom_html-3 {
    position: absolute;
  }
  .about-us__wrapper p {
    padding-right: 0;
  }
}
@media screen and (max-width: 1179px) {
  .hamburger-menu__list--active {
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
  }
  .d-none.d-md-flex.d-sm-none.col-md-10.col-lg-7.col-xl-7.nav-list-top {
    display: none !important;
  }
  .hamburger-menu {
    position: relative;
    float: right;
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: 20px;
    margin-top: auto;
    margin-bottom: auto;
    width: 30px;
  }
}
@media screen and (max-width: 575px) {
  ul#menu-language-menu img {
    width: 30px;
    height: auto;
  }
  li.tretmants__sublist-item p {
    text-align: center !important;
  }
  p.tretmants__sublist-label.label--price.col-3 {
    text-align: end !important;
  }

  .col-3.dropdownlist__label.dropdownlist__label-price,
  .col-3.dropdownlist__label.dropdownlist__label-days {
    text-align: end;
  }
}
span.contact-form-star.photos-label {
  font-size: 14px;
  color: #dfbb9c;
}
.nice-select .option {
  color: #dfbb9c;
}
.nice-select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
.nice-select.wpcf7-form-control.wpcf7-select {
  background: #f6f3ee;
  color: #dfbb9c;
  width: 100%;
  border-radius: 20px;
  border-style: none;
  height: 40px;
  background: #f6f3ee;
}
.nice-select.wpcf7-form-control.wpcf7-select .current {
  color: #dfbb9c;
}
.nice-select.wpcf7-form-control.wpcf7-select .list {
  background: #f6f3ee;
}
.nice-select.has-multiple {
  min-height: 42px;
}

span.wpcf7-form-control-wrap.prefer-follow-up-via,
span.wpcf7-form-control-wrap.prefer-follow-up-via-2 {
  display: flex;
  flex-direction: column;
}
input.wpcf7-form-control.wpcf7-submit {
  margin: 5px auto;
  padding: 15px 60px;
  border-radius: 40px;
  border: none;
  outline: none;
  background: #dfbb9c;
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 22px !important;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: #444867;
  width: auto;
}

.search-result-item span.byline {
  display: none;
}
div#wpd-post-rating,
.wpd-comment-link.wpd-hidden,
.wpd-comment-status {
  display: none;
}
.wpcf7-form-control-wrap
  input.textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.textarea {
  color: #dfbb9c !important;
}
/* .wpcf7-form-control-wrap input:-internal-autofill-selected {
  color: #dfbb9c !important;
background: #f6f3ee !important;
} */
.wpcf7-form-control-wrap input:-webkit-autofill,
.wpcf7-form-control-wrap input:-webkit-autofill:hover,
.wpcf7-form-control-wrap input:-webkit-autofill:focus,
.wpcf7-form-control-wrap input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f6f3ee inset !important;
}
.wpcf7 input:-webkit-autofill {
  -webkit-text-fill-color: #dfbb9c !important;
}
/* .contact-page-form p{
	text-align:center;
} */
.contact-page-form .ajax-loader {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .contact-page-form.contact-us-form-1 .row {
    max-height: 91px;
  }
  .contact-div-margin > p {
    margin-top: 0;
  }
  .contact-div-margin-2 {
    margin-top: -15px;
  }
  .contact-div-margin-2 .nice-select {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contact-us-name p {
    margin: 0;
  }
  .phone-mar-mob {
    margin-top: 0;
  }
  .contact-div-margin {
    margin-top: -15px;
  }
  .contact-div-margin-2 {
    margin-top: -15px;
  }
  .contact-div-margin-2 .nice-select {
    margin-top: 15px;
  }
  .contact-page-form.contact-us-form-1 .contact-us-name {
    margin-bottom: 15px;
  }
}
.contact-page-form p {
  color: #dfbb9c;
}
.contact-page-form.contact-us-form input,
.contact-page-form.contact-us-form textarea,
.contact-page-form.contact-us-form .intl-tel-input {
  margin-top: 15px;
}
.submit-cf-cont {
  text-align: center;
}
.submit-cf-cont .wpcf7-spinner {
  display: none !important;
}
ul.gallery-tabs-row.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header::-webkit-scrollbar {
  background-color: #f3f2ef;
  height: 7px;
}

ul.gallery-tabs-row.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header::-webkit-scrollbar-thumb {
  background-color: #444867;
  border-radius: 10px;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  float: right !important;
}
.notice-area p a {
  color: #444867;
  text-decoration: none;
  font-weight: 700;
}
.grecaptcha-badge {
  visibility: hidden;
}
