@font-face {
  font-family: Calibri;
  /* woff2 идёт первым: браузер берёт первый поддерживаемый формат.
     Он весит втрое меньше ttf при том же начертании. ttf оставлен
     запасным вариантом для совсем старых браузеров. */
  src: url("/wp-content/themes/dentalclinic/assets/font/Calibri.woff2") format("woff2"), url("/wp-content/themes/dentalclinic/assets/font/Calibri.ttf") format("truetype");
  /* swap: текст показывается сразу системным шрифтом и подменяется,
     когда Calibri догрузится. Без этого браузер прятал текст до 570 мс. */
  font-display: swap;
}
/*-----------Global Font Sizes-----------*/
/*---------Global Line Heights-----------*/
/*------Slider Font Sizes & Line Height------*/
/*--------------Global Colors--------------*/
/*------------------Buttons---------------*/
/*---------Global Transition Times---------*/
/*------Global Padding & Margin Sizes------*/
/*---------------Logo Sizes---------------*/
/*---------------Header Height---------------*/
body {
  overflow-x: hidden;
}
body * {
  font-family: Calibri;
  box-sizing: border-box;
}
.h1,
h1 {
  font-size: 60px;
  line-height: 1.3;
}
.h1.sl-title,
h1.sl-title {
  font-size: 86px;
  line-height: 1.2;
}
.h2,
h2 {
  font-size: 50px;
  line-height: 1.3;
}
.h2.sl-subtitle,
h2.sl-subtitle {
  font-size: 37px;
  line-height: 1.2;
}
.h3,
h3 {
  font-size: 25px;
  line-height: 1.3;
}
.h4,
h4,
h5,
h6,
li,
p,
span {
  font-size: 20px;
  line-height: 1.3;
}
.h4.menu-item,
h4.menu-item,
h5.menu-item,
h6.menu-item,
li.menu-item,
p.menu-item,
span.menu-item {
  font-size: 25px;
}
a {
  color: inherit;
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span {
  margin: 0;
}
.h1.light-color > *,
.h2.light-color > *,
.h3.light-color > *,
.h4.light-color > *,
a.light-color > *,
h1.light-color > *,
h2.light-color > *,
h3.light-color > *,
h4.light-color > *,
h5.light-color > *,
h6.light-color > *,
li.light-color > *,
p.light-color > *,
span.light-color > *,
.h1 .light-color,
.h2 .light-color,
.h3 .light-color,
.h4 .light-color,
a .light-color,
h1 .light-color,
h2 .light-color,
h3 .light-color,
h4 .light-color,
h5 .light-color,
h6 .light-color,
li .light-color,
p .light-color,
span .light-color {
  color: #ffffff;
}
.h1.light-color-2 > *,
.h2.light-color-2 > *,
.h3.light-color-2 > *,
.h4.light-color-2 > *,
a.light-color-2 > *,
h1.light-color-2 > *,
h2.light-color-2 > *,
h3.light-color-2 > *,
h4.light-color-2 > *,
h5.light-color-2 > *,
h6.light-color-2 > *,
li.light-color-2 > *,
p.light-color-2 > *,
span.light-color-2 > *,
.h1 .light-color-2,
.h2 .light-color-2,
.h3 .light-color-2,
.h4 .light-color-2,
a .light-color-2,
h1 .light-color-2,
h2 .light-color-2,
h3 .light-color-2,
h4 .light-color-2,
h5 .light-color-2,
h6 .light-color-2,
li .light-color-2,
p .light-color-2,
span .light-color-2 {
  color: #60c6f1;
}
.h1.dark-color > *,
.h2.dark-color > *,
.h3.dark-color > *,
.h4.dark-color > *,
a.dark-color > *,
h1.dark-color > *,
h2.dark-color > *,
h3.dark-color > *,
h4.dark-color > *,
h5.dark-color > *,
h6.dark-color > *,
li.dark-color > *,
p.dark-color > *,
span.dark-color > *,
.h1 .dark-color,
.h2 .dark-color,
.h3 .dark-color,
.h4 .dark-color,
a .dark-color,
h1 .dark-color,
h2 .dark-color,
h3 .dark-color,
h4 .dark-color,
h5 .dark-color,
h6 .dark-color,
li .dark-color,
p .dark-color,
span .dark-color {
  color: #2c456d;
}
.cont {
  padding: 60px 20px;
  background-color: #ffffff;
  color: #2c456d;
}
.cont.dark {
  background-color: #2c456d;
  color: #ffffff;
}
@media screen and (max-width: 1250px) {
  .cont {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 740px) {
  .cont {
    padding: 40px 15px;
  }
}
.btn-rd {
  display: inline-block;
  min-width: 80px;
  padding: 10px 25px;
  margin: 35px auto 0;
  color: #ffffff;
  background-color: #60c6f1;
  font-size: 24px;
  line-height: 1.2;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .btn-rd:hover {
    color: #2c456d;
  }
}
.link-btn {
  display: inline-block;
  background-color: transparent;
  font-size: 24px;
  color: #60c6f1;
  line-height: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .link-btn:hover {
    color: #2c456d;
    -webkit-transform: translate(-15px, 15px);
    -moz-transform: translate(-15px, 15px);
    -ms-transform: translate(-15px, 15px);
    -o-transform: translate(-15px, 15px);
    transform: translate(-15px, 15px);
  }
}
header {
  height: 150px;
}
@media screen and (max-width: 1250px) {
  header {
    height: 155px;
  }
}
@media screen and (max-width: 740px) {
  header {
    height: 85px;
  }
}
.title {
  margin-bottom: 40px;
}
.subtitle {
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .h1,
  h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1250px) {
  .h1,
  h1 {
    font-size: 50px;
    line-height: 1.2;
  }
  .h2,
  h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  .h3,
  h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .h4,
  h4,
  li,
  p,
  span {
    font-size: 16px;
    line-height: 1.2;
  }
  .h4.menu-item,
  h4.menu-item,
  li.menu-item,
  p.menu-item,
  span.menu-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .h2,
  h2 {
    font-size: 23px;
    line-height: 1;
  }
  .h3,
  h3 {
    font-size: 18px;
    line-height: 1;
  }
  .h4,
  h4,
  li,
  p,
  span {
    font-size: 16px;
    line-height: 1;
  }
  .h4.menu-item,
  h4.menu-item,
  li.menu-item,
  p.menu-item,
  span.menu-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .h1,
  h1 {
    font-size: 40px;
    line-height: 1;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.search-form .search-submit {
  min-width: 24px;
  min-height: 24px;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html.close1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
html.close1 body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
html body {
  margin: 0;
  padding: 0;
  font-family: Calibri;
  overflow-x: hidden;
}
html body #wrap #preloader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  background: #ffffff;
  text-align: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
html body #wrap #preloader.close {
  opacity: 0;
  height: 0;
}
html body #wrap #preloader .loading {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
html body #wrap #preloader .loading img {
  max-width: 300px;
  width: auto;
  margin: 0;
}
html body #wrap #preloader .loading div span {
  display: inline-block;
  vertical-align: middle;
  width: 0.6em;
  height: 0.6em;
  margin: 0.19em;
  background: #cc1d83;
  border-radius: 0.6em;
  animation: loading 1s infinite alternate;
}
html body #wrap #preloader .loading div span:nth-of-type(2) {
  background: #aa5e9c;
  animation-delay: 0.2s;
}
html body #wrap #preloader .loading div span:nth-of-type(3) {
  background: #7e7db6;
  animation-delay: 0.4s;
}
html body #wrap #preloader .loading div span:nth-of-type(4) {
  background: #2196d0;
  animation-delay: 0.6s;
}
html body #wrap #preloader .loading div span:nth-of-type(5) {
  background: #00acec;
  animation-delay: 0.8s;
}
html body #wrap #preloader .loading div span:nth-of-type(6) {
  background: #00b5ee;
  animation-delay: 1s;
}
html body #wrap #preloader .loading div span:nth-of-type(7) {
  background: #09beec;
  animation-delay: 1.2s;
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html body #wrap header {
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
html body #wrap header .menu {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
html body #wrap header .menu .logo a img {
  width: 249px;
  height: 80px;
  object-fit: contain;
}
html body #wrap header .menu .logo a img:last-child {
  display: none;
}
html body #wrap header .menu nav {
  text-align: center;
}
html body #wrap header .menu nav .menu-top-menu-container #menu-top-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  list-style-type: none;
  padding: 0;
}
html body #wrap header .menu nav .menu-top-menu-container #menu-top-menu .menu-item {
  padding: 0 13px;
  margin: 0 25px;
  position: relative;
}
html body #wrap header .menu nav .menu-top-menu-container #menu-top-menu .menu-item:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #60c6f1;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 3px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1025px) {
  html body #wrap header .menu nav .menu-top-menu-container #menu-top-menu .menu-item:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
html body #wrap header .menu nav .menu-top-menu-container #menu-top-menu .menu-item.current-menu-item:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
html body #wrap header .menu nav .menu-top-menu-container #menu-top-menu .menu-item a {
  text-decoration: none;
}
html body #wrap header .menu .telNumber {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
html body #wrap header .menu .telNumber a {
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
html body #wrap header .menu .telNumber a img {
  width: 35px;
  margin-right: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
html body #wrap header .menu .telNumber a p {
  color: #60c6f1;
  font-size: 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
html body #wrap header .menu .telNumber .button {
  display: none;
}
@media screen and (min-width: 1025px) {
  html body #wrap header .menu .telNumber:hover a img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  html body #wrap header .menu .telNumber:hover a p {
    color: #2c456d;
  }
}
@media screen and (max-width: 1750px) {
  html body #wrap header .menu nav .menu-top-menu-container #menu-top-menu .menu-item {
    font-size: 18px !important;
  }
  html body #wrap header .menu .telNumber p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1500px) {
  html body #wrap header .menu .logo a img {
    width: 160px;
    height: 52px;
  }
}
@media screen and (max-width: 1420px) {
  html body #wrap header {
    padding: 0 35px 20px;
  }
  html body #wrap header .menu nav .menu-top-menu-container #menu-top-menu .menu-item {
    padding: 0 10px;
    margin: 0 12px;
    font-size: 18px;
  }
  html body #wrap header .menu .telNumber p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1366px) {
  html body #wrap header .menu nav .menu-top-menu-container #menu-top-menu .menu-item a {
    font-size: 18px;
  }
  html body #wrap header .menu nav .menu-top-menu-container #menu-top-menu .menu-item:before {
    top: 100%;
  }
}
@media screen and (max-width: 1250px) {
  html body #wrap header {
    padding: 0 25px 25px;
  }
  html body #wrap header .menu .logo a img {
    width: 160px;
    height: 52px;
  }
  html body #wrap header .menu nav .menu-top-menu-container #menu-top-menu .menu-item {
    margin: 0 10px;
  }
  html body #wrap header .menu nav .menu-top-menu-container #menu-top-menu .menu-item:before {
    top: 100%;
  }
  html body #wrap header .menu .telNumber img {
    width: 30px;
  }
  html body #wrap header .menu .telNumber p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  html body #wrap header {
    padding: 0;
  }
  html body #wrap header .menu.active nav {
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-color: #60c6f1;
    z-index: 5;
  }
  html body #wrap header .menu.active nav .menu-top-menu-container #menu-top-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 100vh;
    height: auto;
    padding: 80px 20px;
    box-sizing: border-box;
  }
  html body #wrap header .menu.active nav .menu-top-menu-container #menu-top-menu .menu-item {
    margin: 0;
    padding: 14px 13px;
  }
  html body #wrap header .menu.active nav .menu-top-menu-container #menu-top-menu .menu-item:before {
    top: auto;
    bottom: 11px;
    margin-top: 0;
  }
  html body #wrap header .menu.active nav .menu-top-menu-container #menu-top-menu .menu-item a {
    color: #ffffff;
  }
  html body #wrap header .menu.active nav .menu-top-menu-container #menu-top-menu .menu-item.current-menu-item:before {
    border: 1px solid #ffffff;
  }
  html body #wrap header .menu.active nav .menu-top-menu-container #menu-top-menu .menu-item.light-color-2 a {
    color: #2c456d;
  }
  html body #wrap header .menu.active .telNumber {
    padding-right: 15px;
  }
  html body #wrap header .menu.active .telNumber a {
    display: none;
  }
  html body #wrap header .menu.active .telNumber .button .line {
    background-color: #ffffff;
  }
  html body #wrap header .menu.active .telNumber .button .line.line-1 {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  html body #wrap header .menu.active .telNumber .button .line.line-2 {
    opacity: 0;
  }
  html body #wrap header .menu.active .telNumber .button .line.line-3 {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  html body #wrap header .menu .logo {
    z-index: 6;
    padding-left: 25px;
  }
  html body #wrap header .menu nav {
    position: absolute;
    top: -100vh;
  }
  html body #wrap header .menu .telNumber {
    padding-right: 25px;
  }
  html body #wrap header .menu .telNumber p {
    width: 0;
    overflow: hidden;
    margin-right: 40px;
    transition: width 0.3s linear;
  }
  html body #wrap header .menu .telNumber .button {
    display: block;
    width: 33px;
    height: 25px;
    position: relative;
    cursor: pointer;
    z-index: 6;
  }
  html body #wrap header .menu .telNumber .button .line {
    display: block;
    position: absolute;
    background-color: #60c6f1;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  html body #wrap header .menu .telNumber .button .line.line-1 {
    top: 0;
  }
  html body #wrap header .menu .telNumber .button .line.line-2 {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  html body #wrap header .menu .telNumber .button .line.line-3 {
    bottom: 0;
  }
}
@media screen and (max-width: 740px) {
  html body #wrap header .menu nav .menu-top-menu-container #menu-top-menu .menu-item:before {
    top: 100%;
  }
  html body #wrap #preloader .loading img {
    max-width: 250px;
    width: auto;
    margin: 0 30px;
  }
  html body #wrap header .menu .logo {
    padding-left: 20px;
  }
  html body #wrap header .menu .logo a img {
    width: 160px;
    height: 52px;
  }
  html body #wrap header .menu .telNumber {
    padding-right: 20px;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  html body #wrap header .menu .telNumber p {
    font-size: 16px;
    margin-right: 25px;
  }
  html body #wrap header .menu .telNumber .button {
    width: 30px;
    height: 22px;
  }
}
html body #wrap footer {
  position: relative;
  width: 100%;
  background: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
html body #wrap footer > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
html body #wrap footer .footerTop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
html body #wrap footer .footerTop .social-navigation .menu-footermenu-container {
  border-top: 2px solid #60c6f1;
  width: 570px;
}
html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  list-style-type: none;
  padding: 25px 0 10px;
  margin: 0;
}
html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu .menu-item {
  position: relative;
  padding: 0 25px;
}
html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu .menu-item a {
  text-decoration: none;
  color: #2c456d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu .menu-item:after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 2px;
  height: 30px;
  background-color: #60c6f1;
}
html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu .menu-item:hover a {
  color: #60c6f1;
}
html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu .menu-item:last-child:after {
  display: none;
}
html body #wrap footer .footerBottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
html body #wrap footer .footerBottom .left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
html body #wrap footer .footerBottom .left > a img {
  width: 249px;
  height: auto;
}
html body #wrap footer .footerBottom .left .FooterSocIcons {
  margin-top: 35px;
}
html body #wrap footer .footerBottom .left .FooterSocIcons a img {
  width: 42px;
  margin-right: 17px;
  transition: transform 0.1s linear;
}
@media screen and (min-width: 1025px) {
  html body #wrap footer .footerBottom .left .FooterSocIcons a img:hover {
    transform: translateY(10px);
  }
}
html body #wrap footer .footerBottom .right {
  text-align: right;
  color: #2c456d;
}
html body #wrap footer .footerBottom .right h2,
html body #wrap footer .footerBottom .right h3 {
  font-size: 35px;
  font-weight: bold;
  color: #0e75a8;
  margin: 0 0 5px;
  cursor: pointer;
  transition: color 0.2s linear;
}
@media screen and (min-width: 1025px) {
  html body #wrap footer .footerBottom .right h2:hover,
  html body #wrap footer .footerBottom .right h3:hover {
    color: #2c456d;
  }
}
html body #wrap footer .footerBottom .right > a {
  position: relative;
}
html body #wrap footer .footerBottom .right > a.mail-link {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
html body #wrap footer .footerBottom .right > a.mail-link:after {
  content: "";
  border-bottom: 2px solid #60c6f1;
  position: absolute;
  width: 53%;
  bottom: 0;
  right: 0;
}
html body #wrap footer .footerBottom .right a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  color: #2c456d;
  transition: color 0.2s linear;
}
@media screen and (min-width: 1025px) {
  html body #wrap footer .footerBottom .right a:hover {
    color: #60c6f1;
  }
}
html body #wrap footer .footerBottom .right p {
  font-size: 18px;
  margin-bottom: 3px;
}
html body #wrap footer .footerBottom .right p a {
  display: inline-block;
  font-weight: bold;
}
html body #wrap footer .footerBottom .right small {
  font-size: 16px;
}
@media screen and (max-width: 1450px) {
  html body #wrap footer .footerBottom .left > a img {
    width: 160px;
    height: auto;
  }
}
@media screen and (max-width: 1250px) {
  html body #wrap footer > div {
    width: 970px;
    padding: 50px 0;
  }
  html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu {
    padding: 25px 0 20px;
  }
  html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu .menu-item {
    padding: 0 30px;
  }
  html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu .menu-item:after {
    height: 25px;
  }
  html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu .menu-item a span {
    font-size: 18px;
  }
  html body #wrap footer .footerBottom .left > a img {
    width: 160px;
  }
  html body #wrap footer .footerBottom .left .FooterSocIcons {
    margin-top: 13px;
  }
  html body #wrap footer .footerBottom .left .FooterSocIcons a img {
    width: 30px;
  }
  html body #wrap footer .footerBottom .right h2,
  html body #wrap footer .footerBottom .right h3 {
    font-size: 25px;
    margin: 0 0 10px;
  }
  html body #wrap footer .footerBottom .right > a.mail-link:after {
    width: 42%;
  }
  html body #wrap footer .footerBottom .right a {
    font-size: 16px;
  }
  html body #wrap footer .footerBottom .right p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  html body #wrap footer > div {
    width: 720px;
    padding: 50px 0;
  }
  html body #wrap footer .footerTop .social-navigation .menu-footermenu-container {
    width: 390px;
  }
}
@media screen and (max-width: 740px) {
  html body #wrap footer > div {
    width: 94%;
    padding: 40px 0;
  }
  html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu .menu-item:after {
    height: 20px;
  }
  html body #wrap footer .footerBottom .left > a img {
    width: 160px;
  }
  html body #wrap footer .footerBottom .left .FooterSocIcons {
    margin-top: 27px;
  }
}
@media screen and (max-width: 510px) {
  html body #wrap footer > div {
    width: auto;
  }
  html body #wrap footer .footerTop .social-navigation .menu-footermenu-container {
    width: 240px;
  }
  html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu {
    padding: 17px 0 20px;
  }
  html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu .menu-item {
    padding: 0 15px;
  }
  html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu .menu-item:after {
    height: 15px;
  }
  html body #wrap footer .footerTop .social-navigation .menu-footermenu-container .social-links-menu .menu-item a span {
    font-size: 16px;
  }
  html body #wrap footer .footerBottom {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  html body #wrap footer .footerBottom .left {
    margin-bottom: 7px;
  }
  html body #wrap footer .footerBottom .left .FooterSocIcons {
    margin-top: 14px;
  }
  html body #wrap footer .footerBottom .left .FooterSocIcons a img {
    margin: 0 10px;
  }
  html body #wrap footer .footerBottom .right {
    text-align: center;
  }
  html body #wrap footer .footerBottom .right > a + a + a:after {
    width: 31%;
    left: 0;
    margin: auto;
  }
}
html body.page-template-about:not(.notVisible) #wrap .content {
  width: 1220px;
  margin: auto;
  color: #2c456d;
}
html body.page-template-about:not(.notVisible) #wrap .content h1 {
  text-align: center;
  color: #60c6f1;
  margin: 0 0 25px;
  line-height: 1;
}
html body.page-template-about:not(.notVisible) #wrap .content .toptext,
html body.page-template-about:not(.notVisible) #wrap .content p {
  line-height: 1.2;
}
html body.page-template-about:not(.notVisible) #wrap .content .toptext span,
html body.page-template-about:not(.notVisible) #wrap .content p span {
  color: #60c6f1;
  font-weight: bold;
}
html body.page-template-about:not(.notVisible) #wrap .content .main-section {
  margin: 40px 0;
  display: flex;
}
html body.page-template-about:not(.notVisible) #wrap .content .main-section ul {
  padding: 0;
  margin-left: 73px;
  list-style: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}
html body.page-template-about:not(.notVisible) #wrap .content .main-section ul li {
  margin-bottom: 25px;
  line-height: 1.2;
  position: relative;
}
html body.page-template-about:not(.notVisible) #wrap .content .main-section ul li:before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  background: #1f96d0;
  top: 6px;
  left: -32px;
  border-radius: 50%;
}
html body.page-template-about:not(.notVisible) #wrap .content .main-section ul li:nth-child(2):before {
  background: #09beec;
}
html body.page-template-about:not(.notVisible) #wrap .content .main-section ul li:last-child:before {
  background: #83d3ea;
}
html body.page-template-about:not(.notVisible) #wrap .content .main-section .img_div {
  width: 49%;
}
html body.page-template-about:not(.notVisible) #wrap .content .main-section .img_div div {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 66.78%;
}
html body.page-template-about:not(.notVisible) #wrap .content .main-section .img_div div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body.page-template-about:not(.notVisible) #wrap .content .wrapper {
  margin-bottom: 35px;
  display: flex;
  margin: 0 -10px;
}
html body.page-template-about:not(.notVisible) #wrap .content .wrapper .image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  margin: 0 10px 15px;
}
html body.page-template-about:not(.notVisible) #wrap .content .wrapper .image img {
  height: 390px;
  object-fit: cover;
  margin-bottom: 20px;
}
html body.page-template-about:not(.notVisible) #wrap .content .wrapper + p {
  position: relative;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 1250px) {
  html body.page-template-about:not(.notVisible) #wrap .content {
    width: 820px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .main-section {
    margin: 30px 0 0;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .main-section ul {
    margin-left: 63px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .main-section ul li {
    margin-bottom: 20px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .wrapper {
    margin: 0 -6px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .wrapper .image {
    margin: 0 6px 10px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .wrapper .image img {
    max-height: 310px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 850px) {
  html body.page-template-about:not(.notVisible) #wrap .content {
    width: 644px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .main-section {
    padding: 0px 40px;
    flex-wrap: wrap;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .main-section .img_div {
    width: 100%;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .main-section ul {
    margin: 30px 0 0;
    margin-left: 33px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .wrapper {
    margin: 0 -5px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .wrapper .image {
    margin: 0 5px 10px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .wrapper .image img {
    max-height: 240px;
  }
}
@media screen and (max-width: 740px) {
  html body.page-template-about:not(.notVisible) #wrap .content {
    width: auto;
    margin: 0 30px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .toptext,
  html body.page-template-about:not(.notVisible) #wrap .content p {
    margin: 10px 0;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .main-section {
    margin: 20px 0;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .main-section ul {
    margin: 20px 0 0;
    margin-left: 23px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .main-section ul li {
    margin-bottom: 10px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .main-section ul li:before {
    left: -23px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .wrapper .image {
    margin: 0 5px 5px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .wrapper .image img {
    max-height: 230px;
    margin-bottom: 5px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .wrapper + p {
    padding-top: 20px;
  }
}
@media screen and (max-width: 510px) {
  html body.page-template-about:not(.notVisible) #wrap .content {
    margin: 0 20px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .main-section {
    padding: 0;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .main-section ul {
    margin: 15px 0 20px 20px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .main-section ul li:before {
    left: -20px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .wrapper .image img {
    max-height: 260px;
  }
  html body.page-template-about:not(.notVisible) #wrap .content .wrapper .image:last-child {
    display: none;
  }
}
html body.page-template-contact:not(.notVisible) #wrap .content {
  margin-top: 60px;
}
html body.page-template-contact:not(.notVisible) #wrap .content .map-container {
  position: relative;
  width: 100%;
  height: calc(100vh -  150px);
}
html body.page-template-contact:not(.notVisible) #wrap .content .map-container #map {
  width: 100%;
  height: 100%;
}
html body.page-template-contact:not(.notVisible) #wrap .content .map-container #map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
html body.page-template-contact:not(.notVisible) #wrap .content .contact {
  height: 600px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo {
  position: relative;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-color: rgba(43, 68, 109, 0.9);
  width: 100%;
  height: 100%;
}
html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  color: #ffffff;
  height: 100%;
  padding: 100px 0 90px;
  box-sizing: border-box;
  z-index: 0;
}
html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .wrap h2,
html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .wrap h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 5px;
  text-transform: uppercase;
}
html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .wrap a {
  font-size: 20px;
  line-height: 1.75;
  transition: color 0.3s linear;
}
@media screen and (min-width: 1025px) {
  html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .wrap a:hover {
    color: #60c6f1;
  }
}
html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .button {
  box-sizing: border-box;
  font-size: 21px;
}
html body.page-template-contact:not(.notVisible) #wrap .content .contact .media {
  position: relative;
  flex: 1;
}
html body.page-template-contact:not(.notVisible) #wrap .content .contact .media iframe,
html body.page-template-contact:not(.notVisible) #wrap .content .contact .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  html body.page-template-contact:not(.notVisible) #wrap .content {
    margin-top: 40px;
  }
  html body.page-template-contact:not(.notVisible) #wrap .content .contact {
    height: 460px;
  }
  html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form {
    padding: 30px 0;
  }
  html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .button {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1420px) {
  html body.page-template-contact:not(.notVisible) #wrap .content {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1250px) {
  html body.page-template-contact:not(.notVisible) #wrap .content #map {
    height: calc(100vh -  155px);
  }
}
@media screen and (max-width: 1024px) {
  html body.page-template-contact:not(.notVisible) #wrap .content #map {
    height: 395px;
  }
  html body.page-template-contact:not(.notVisible) #wrap .content .contact {
    height: 320px;
  }
  html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .wrap h2,
  html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .wrap h3 {
    font-size: 25px;
    margin: 0 0 3px;
  }
  html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .wrap a {
    font-size: 18px;
    line-height: 1.3;
  }
  html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .button {
    margin-top: 0;
    padding: 9px 0;
    line-height: 1;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  html body.page-template-contact:not(.notVisible) #wrap .content .contact {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 790px;
  }
  html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form {
    padding: 50px 0;
  }
  html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 740px) {
  html body.page-template-contact:not(.notVisible) #wrap .content #map {
    height: 340px;
  }
  html body.page-template-contact:not(.notVisible) #wrap .content .contact {
    height: 680px;
  }
  html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form {
    padding: 40px 0;
  }
  html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .wrap h2,
  html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .wrap h3 {
    font-size: 23px;
  }
  html body.page-template-contact:not(.notVisible) #wrap .content .contact .contactInfo .form .button {
    font-size: 18px;
    margin-top: 0;
    padding: 11px 0;
  }
}
html body.single-doctor:not(.notVisible) #wrap .content {
  width: 1220px;
  margin: auto;
  color: #2c456d;
}
html body.single-doctor:not(.notVisible) #wrap .content .doctor {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 50px;
}
html body.single-doctor:not(.notVisible) #wrap .content .doctor .info {
  flex: 1;
  margin-right: 10px;
}
html body.single-doctor:not(.notVisible) #wrap .content .doctor .info h1 {
  color: #60c6f1;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
html body.single-doctor:not(.notVisible) #wrap .content .doctor .info h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 0.857;
  margin: 35px 0 25px;
}
html body.single-doctor:not(.notVisible) #wrap .content .doctor .info p {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}
html body.single-doctor:not(.notVisible) #wrap .content .doctor .info p strong {
  font-size: 23px;
}
html body.single-doctor:not(.notVisible) #wrap .content .doctor .image {
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: start;
  -ms-align-items: start;
  align-items: start;
  margin-left: 10px;
}
html body.single-doctor:not(.notVisible) #wrap .content .doctor .image .image-container {
  position: relative;
  max-width: 100%;
  width: 100%;
}
html body.single-doctor:not(.notVisible) #wrap .content .doctor .image .image-container div {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
html body.single-doctor:not(.notVisible) #wrap .content .doctor .image .image-container div img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background-color: #e1e1e1;
}
html body.single-doctor:not(.notVisible) #wrap .content .certifikate {
  position: relative;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 30px;
}
html body.single-doctor:not(.notVisible) #wrap .content .certifikate:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  border-top: 2px solid #60c6f1;
  width: 410px;
  margin: auto;
}
html body.single-doctor:not(.notVisible) #wrap .content .certifikate h1 {
  margin: 45px 0 50px;
}
html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick {
  padding: 0;
  width: 100%;
}
html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick li {
  outline: none;
}
html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick li img {
  margin: auto;
}
html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick ul.slick-dots {
  bottom: -60px;
}
html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick ul.slick-dots li {
  height: 16px;
  width: 16px;
}
html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick ul.slick-dots li button {
  height: 10px;
  width: 10px;
  padding: 3px;
  background-color: transparent;
  border: 3px solid #60c6f1;
  border-radius: 50%;
  transition: all 0.2s linear;
}
html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick ul.slick-dots li button:before {
  display: none;
}
html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick ul.slick-dots li.slick-active button {
  height: 16px;
  width: 16px;
  background-color: #60c6f1;
  transition: 0.2s all 0.2s linear;
}
@media screen and (max-width: 1440px) {
  html body.single-doctor:not(.notVisible) #wrap .content .doctor {
    margin-top: 0;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor .info h3 {
    margin: 25px 0;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate {
    margin-top: 0;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate h1 {
    margin: 35px 0 40px;
  }
}
@media screen and (max-width: 1440px) {
  html body.single-doctor:not(.notVisible) #wrap .content {
    width: 1100px;
  }
}
@media screen and (max-width: 1250px) {
  html body.single-doctor:not(.notVisible) #wrap .content {
    width: auto;
    margin: 0 50px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor .info h3 {
    font-size: 25px;
    line-height: 1.2;
    margin: 15px 0;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor .info p {
    font-size: 16px;
    line-height: 1.3;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor .info p strong {
    font-size: 16px;
    line-height: 1.3;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor .info a {
    box-sizing: border-box;
    font-size: 22px;
    margin: 30px auto 0;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate {
    padding-bottom: 40px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate:before {
    top: 50px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate h1 {
    font-size: 60px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick ul.slick-dots {
    bottom: -50px;
  }
}
@media screen and (max-width: 850px) {
  html body.single-doctor:not(.notVisible) #wrap .content {
    margin: 0 65px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor .info {
    margin-right: 0;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor .image {
    margin: 0 95px 10px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate {
    padding-bottom: 20px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate h1 {
    margin-bottom: 25px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick li img {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  html body.single-doctor:not(.notVisible) #wrap .content {
    margin: 30px 60px 0;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor .info h3 {
    margin: 5px 0;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor .info a {
    font-size: 18px;
    margin: 15px auto 0;
    width: 135px;
    line-height: 1;
    padding: 10px 20px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor .image {
    margin: 0 35px 30px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate {
    padding-bottom: 3px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate:before {
    top: 40px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate h1 {
    font-size: 40px;
    margin: 40px auto 20px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick ul.slick-dots {
    bottom: -30px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick ul.slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 4px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick ul.slick-dots li button {
    height: 8px;
    width: 8px;
    padding: 2px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick ul.slick-dots li button:before {
    width: 8px;
    height: 8px;
    line-height: 8px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick ul.slick-dots li.slick-active button {
    height: 12px;
    width: 12px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate ul.slick ul.slick-dots li.slick-active button:before {
    width: 12px;
    height: 12px;
    line-height: 12px;
  }
}
@media screen and (max-width: 480px) {
  html body.single-doctor:not(.notVisible) #wrap .content {
    margin: 30px 20px 0;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor .info h3 {
    margin: 15px 0 5px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor .info a {
    margin: 20px auto 0;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .doctor .image {
    margin: 0 0 10px;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate {
    padding-bottom: 0;
  }
  html body.single-doctor:not(.notVisible) #wrap .content .certifikate:before {
    width: 215px;
  }
}
html body.page-template-doctors:not(.notVisible) #wrap .content {
  width: 1220px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html body.page-template-doctors:not(.notVisible) #wrap .content a {
  width: 50%;
  padding: 25px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .image {
  width: 250px;
}
html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .image div {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .image div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #d9d9d9;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-animation: imgAnim 1s 0.5s ease forwards;
  -moz-animation: imgAnim 1s 0.5s ease forwards;
  -ms-animation: imgAnim 1s 0.5s ease forwards;
  animation: imgAnim 1s 0.5s ease forwards;
  filter: grayscale(100%);
  transition: filter 0.3s linear;
}
html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .info {
  padding-left: 20px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .info > div {
  overflow: hidden;
}
html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .info > div h1 {
  font-size: 37px;
  color: #2c456d;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-animation: titleAnim 1s 0.5s ease forwards;
  -moz-animation: titleAnim 1s 0.5s ease forwards;
  -ms-animation: titleAnim 1s 0.5s ease forwards;
  animation: titleAnim 1s 0.5s ease forwards;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .info h2,
html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .info h3 {
  color: #2c456d;
  line-height: 1.2;
  margin: 15px 0;
}
html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .info p {
  color: #2c456d;
  line-height: 1.3;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  html body.page-template-doctors:not(.notVisible) #wrap .content a:hover .doctors .image div img {
    filter: grayscale(0);
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a:hover .doctors .info > div h1 {
    color: #60c6f1;
  }
}
@media screen and (max-width: 1250px) {
  html body.page-template-doctors:not(.notVisible) #wrap .content {
    width: auto;
    margin: 0 10px;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a {
    padding: 0 10px 50px;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .image {
    width: 200px;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .info h1 {
    font-size: 25px;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .info h2,
  html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .info h3 {
    margin: 5px 0;
  }
  html body.page-template-doctors:not(.notVisible) #wrap footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 900px) {
  html body.page-template-doctors:not(.notVisible) #wrap header {
    padding: 0;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content {
    margin: 0 75px;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a {
    padding: 0 25px 40px;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .image {
    width: 100%;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .image div {
    margin-bottom: 10px;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .info {
    padding-left: 0;
  }
}
@media screen and (max-width: 740px) {
  html body.page-template-doctors:not(.notVisible) #wrap .content {
    padding: 30px 15px 15px;
    margin: 0 35px;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .info > div h1 {
    font-size: 30px;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .info h2,
  html body.page-template-doctors:not(.notVisible) #wrap .content a .doctors .info h3 {
    font-size: 20px;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a:last-child {
    padding-bottom: 0;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a:nth-last-child(2) {
    padding-bottom: 0;
  }
  html body.page-template-doctors:not(.notVisible) #wrap footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  html body.page-template-doctors:not(.notVisible) #wrap .content {
    padding-top: 30px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 50px;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a {
    width: 100%;
    padding: 0 0 40px;
  }
  html body.page-template-doctors:not(.notVisible) #wrap .content a:nth-last-child(2) {
    padding-bottom: 40px;
  }
}
@keyframes titleAnim {
  from {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes titleAnim {
  from {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes imgAnim {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes imgAnim {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.single-post:not(.notVisible) .item-main-container .item-inner-container {
  max-width: 1250px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories {
  width: 33.5%;
  padding: 60px 40px;
  background: #2c456d;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories .icon-for-mobile {
  display: none;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories ul {
  list-style: none;
  padding: 0;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li {
  position: relative;
  margin-left: 0;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:not(:last-child) {
  margin-bottom: 30px;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li.active-cat {
  margin-left: 30px;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li.active-cat > span .icon-plus:before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li.active-cat ul {
  padding: 20px 0 0 35px;
  max-height: 500px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li > span {
  display: block;
  position: relative;
  padding-left: 35px;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li > span .icon-plus {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li > span .icon-plus:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  -webkit-transform: translateX(-50%) rotate(0);
  -moz-transform: translateX(-50%) rotate(0);
  -ms-transform: translateX(-50%) rotate(0);
  -o-transform: translateX(-50%) rotate(0);
  transform: translateX(-50%) rotate(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li > span .icon-plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+1) .icon-plus:before,
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+1) .icon-plus:after {
  background: #cc1d83;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+2) .icon-plus:before,
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+2) .icon-plus:after {
  background: #aa5e9c;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+3) .icon-plus:before,
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+3) .icon-plus:after {
  background: #7e7db6;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+4) .icon-plus:before,
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+4) .icon-plus:after {
  background: #2196d0;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+5) .icon-plus:before,
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+5) .icon-plus:after {
  background: #00acec;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+6) .icon-plus:before,
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+6) .icon-plus:after {
  background: #00b5ee;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+7) .icon-plus:before,
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+7) .icon-plus:after {
  background: #09beec;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+8) .icon-plus:before,
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n+8) .icon-plus:after {
  background: #4dc8ec;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n) .icon-plus:before,
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:nth-child(9n) .icon-plus:after {
  background: #81d3ea;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul {
  max-height: 0;
  padding: 0 10px 0 35px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul li {
  display: inline-block;
  position: relative;
  color: #60c6f1;
  cursor: pointer;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul li:not(:last-child) {
  margin-bottom: 15px;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul li a {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 2px;
  background: #60c6f1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul li.active-item a:after,
.single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul li:hover a:after {
  right: -2px;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container {
  position: relative;
  width: 66.5%;
  margin: 0 ;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container {
  position: relative;
  overflow: hidden;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent {
  width: 100%;
  padding-right: 50px;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .img_div {
  float: left;
  width: 46%;
  margin: 0 40px 20px 0;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .img_div div {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 100%;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .img_div div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-title {
  margin-bottom: 40px;
  color: #60c6f1;
  line-height: 1;
  font-size: 35px;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .price_table {
  display: flex;
  border: 15px solid #D9D9D9;
  flex-direction: column;
  padding: 15px 25px;
  margin: 40px 0 20px;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .price_table .price_row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .price_table .price_row div {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .price_table .price_row div:first-child {
  color: #2B446D;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .price_table .price_row div:nth-child(2) {
  border-bottom: 1px dashed #5EC6F1;
  margin: 0 15px;
  flex: 1;
  min-width: 20px;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .price_table .price_row div:last-child {
  color: #5EC6F1;
  white-space: nowrap;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .request_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .request_section .tel {
  flex: 1;
  min-width: 0;
  padding-right: 25px;
  font-size: 20px;
  color: #2B446D;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .request_section .tel span {
  font-weight: bold;
  color: #5EC6F1;
  white-space: nowrap;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .request_section .popup {
  font-size: 20px;
  color: #fff;
  background: #60C5F1;
  border-radius: 50px;
  padding: 10px 20px;
  border: 0;
  outline: none;
  cursor: pointer;
}
.single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content h2 {
  text-align: left;
}
.single-post:not(.notVisible) .item-main-container .ps-scrollbar-y-rail {
  opacity: 1 !important;
  border-radius: 0;
  background: rgba(44, 69, 109, 0.3);
}
.single-post:not(.notVisible) .item-main-container .ps-scrollbar-y-rail .ps-scrollbar-y {
  border-radius: 0;
  background: #2c456d;
}
.single-post:not(.notVisible) .item-main-container .ps-scrollbar-x-rail {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories {
    padding: 50px 30px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li.active-cat {
    margin-left: 25px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li.active-cat ul {
    padding: 15px 0 0 30px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li > span {
    padding-left: 30px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li > span .icon-plus {
    width: 18px;
    height: 18px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul {
    padding: 0 10px 0 30px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul li a {
    padding-bottom: 10px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container {
    margin-left: 30px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent {
    padding-right: 25px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .img_div {
    width: 35%;
    margin: 0 20px 10px 0;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories {
    width: 45%;
    padding: 40px 20px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li.active-cat {
    margin-left: 20px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li.active-cat ul {
    padding: 15px 0 0 20px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li > span {
    padding-left: 25px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li > span .icon-plus {
    width: 15px;
    height: 15px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul {
    padding: 0 10px 0 20px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul li a {
    padding-bottom: 10px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container {
    width: 55%;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container {
    margin-left: 25px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent {
    padding-right: 15px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .img_div {
    width: 45%;
    margin: 0 15px 0 0;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-title {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
@-webkit-keyframes fixed {
  from {
    top: -40px;
  }
  to {
    top: 0;
  }
}
@keyframes fixed {
  from {
    top: -40px;
  }
  to {
    top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .single-post:not(.notVisible) .item-main-container {
    padding-top: 20px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container.fixed .categories {
    position: fixed;
    top: -40px;
    left: 0;
    right: 0;
    z-index: 2;
    animation: fixed 0.5s linear forwards;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container.fixed .item-content-container {
    padding-top: 40px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories {
    position: relative;
    width: 100%;
    padding: 0;
    max-height: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories .icon-for-mobile {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: auto;
    height: 30px;
    border-radius: 0;
    background: #60c6f1;
    font-size: 28px;
    color: #ffffff;
    z-index: 3;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-transform: translateX(-50%) translateY(50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(50%) rotate(0deg);
    -ms-transform: translateX(-50%) translateY(50%) rotate(0deg);
    -o-transform: translateX(-50%) translateY(50%) rotate(0deg);
    transform: translateX(-50%) translateY(50%) rotate(0deg);
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories .icon-for-mobile .button-1 {
    padding: 5px 10px;
    white-space: nowrap;
    display: block;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories .icon-for-mobile .button-2 {
    padding: 5px 10px;
    white-space: nowrap;
    display: none;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories.active {
    max-height: 410px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories.active .icon-for-mobile .button-1 {
    display: none;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories.active .icon-for-mobile .button-2 {
    display: block;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories.active > ul {
    opacity: 1;
    pointer-events: all;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul {
    position: relative;
    opacity: 0;
    pointer-events: none;
    overflow-y: hidden;
    padding: 0 20px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul .ps-scrollbar-y-rail {
    background: rgba(96, 198, 241, 0.3);
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul .ps-scrollbar-y-rail .ps-scrollbar-y {
    background: #60c6f1;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li.active-cat {
    margin-left: 20px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li.active-cat ul {
    padding: 15px 0 0 20px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li > span {
    padding-left: 25px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li > span .icon-plus {
    width: 15px;
    height: 15px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul {
    padding: 0 10px 0 20px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .categories > ul > li ul li a {
    padding-bottom: 10px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container {
    width: 100%;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    margin-left: 0;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent {
    padding-right: 0;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .img_div {
    width: 32%;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-title {
    margin-top: 30px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .price_table {
    border-width: 8px;
    padding: 12px 15px;
    margin: 25px 0 15px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .price_table .price_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .price_table .price_row:not(:last-child) {
    margin-bottom: 12px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .price_table .price_row div {
    font-size: 16px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .price_table .price_row div:first-child {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .price_table .price_row div:nth-child(2) {
    display: none;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .price_table .price_row div:last-child {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 2px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .request_section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .request_section .tel {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .img_div {
    width: 100%;
    float: none;
    margin: 30px 0 10px;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-title {
    margin-top: 25px;
    text-align: center;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .request_section {
    flex-direction: column;
  }
  .single-post:not(.notVisible) .item-main-container .item-inner-container .item-content-container .item-content-inner-container .scrollable-container .content-parent .item-inner-content .request_section .tel + div {
    margin: 15px 0;
  }
}
.page-template-registration .registration-container {
  max-width: 865px;
  margin: 0 auto;
}
.page-template-registration .registration-container .bookly-form * {
  font-family: Calibri;
}
.page-template-registration .registration-container .bookly-form .selectbox {
  position: relative;
}
.page-template-registration .registration-container .bookly-form .selectbox:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #61c6f1 transparent transparent transparent;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-template-registration .registration-container .bookly-form .bookly-columnizer-wrap {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.page-template-registration .registration-container .bookly-form .bookly-columnizer-wrap.hide {
  opacity: 0.8;
}
.page-template-registration .registration-container .bookly-form .bookly-form-group input[type="text"],
.page-template-registration .registration-container .bookly-form .bookly-form-group input[type="number"],
.page-template-registration .registration-container .bookly-form .bookly-form-group input[type="password"],
.page-template-registration .registration-container .bookly-form .bookly-form-group select,
.page-template-registration .registration-container .bookly-form .bookly-form-group textarea {
  height: 38px !important;
  font-size: 18px !important;
  border: 2px solid #61c6f1 !important;
  border-radius: 0px !important;
  color: #61c6f1;
  background: transparent;
  -webkit-appearance: none;
}
.page-template-registration .registration-container .bookly-form .bookly-form-group textarea {
  height: 90px !important;
  resize: none;
}
.page-template-registration .registration-container .bookly-form .bookly-form-group label,
.page-template-registration .registration-container .bookly-form .bookly-form-group span {
  display: inline-block;
  margin-bottom: 5px !important;
  font-size: 20px;
  color: #2c456d !important;
}
.page-template-registration .registration-container .bookly-form .bookly-form-group .bookly-label-error {
  color: #e9608e !important;
}
.page-template-registration .registration-container .bookly-form .bookly-progress-tracker {
  margin-bottom: 50px !important;
}
.page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div {
  position: relative;
  padding: 0 20px 0 0 !important;
  font-size: 20px;
  color: #bec3c7;
  overflow: unset;
}
.page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div .step {
  height: 24px;
  margin-top: 10px;
  border-radius: 0 !important;
}
.page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div:not(:first-child) .step:before {
  content: "";
  position: absolute;
  left: -16px;
  bottom: 0;
  width: 16px;
  height: 24px;
  background: #bec3c7;
}
.page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div:not(:first-child).active .step:before {
  background: #60c6f1;
}
.page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 1;
}
.page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div:after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #bec3c7;
  z-index: 2;
}
.page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div.active:after {
  border-color: transparent transparent transparent #60c6f1;
}
.page-template-registration .registration-container .bookly-form .bookly-box {
  font-size: 20px;
}
.page-template-registration .registration-container .bookly-form .bookly-box.bookly-nav-steps {
  border: none !important;
  float: right;
}
.page-template-registration .registration-container .bookly-form .bookly-box > div {
  font-size: 20px;
}
.page-template-registration .registration-container .bookly-form .bookly-box > div b {
  font-size: 20px;
}
.page-template-registration .registration-container .bookly-form .bookly-box b {
  font-size: 20px;
}
.page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-mobile-step-1,
.page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-details-step {
  margin-right: 0;
}
.page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-mobile-step-2 .bookly-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-mobile-step-2 .bookly-box > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-mobile-step-2 .bookly-box > div:first-child {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-mobile-step-2 .bookly-box > div:last-child {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-mobile-step-2 .bookly-box > div > div {
  width: 100%;
  height: 100%;
  max-width: 280px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-week-days {
  margin-right: 10px !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-week-days > div {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-week-days > div span {
  display: inline-block;
  margin-bottom: 5px !important;
  font-size: 20px;
  color: #2c456d !important;
}
.page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-week-days > div label {
  width: 35px;
  height: 35px;
  margin: 5px  0 0 !important;
  background-position: center !important;
  background-size: cover !important;
}
.page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-time-range select {
  width: 100% !important;
}
.page-template-registration .registration-container .bookly-form .bookly-btn {
  display: inline-block;
  min-width: 0;
  padding: 9px 0 !important;
  background: transparent !important;
}
.page-template-registration .registration-container .bookly-form .bookly-btn .ladda-label {
  position: relative;
  color: #60c6f1 !important;
}
.page-template-registration .registration-container .bookly-form .bookly-btn .ladda-label:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 2px;
  background: #60c6f1 !important;
}
.page-template-registration .registration-container .bookly-form .bookly-btn.bookly-time-next,
.page-template-registration .registration-container .bookly-form .bookly-btn.bookly-time-prev {
  margin-top: 5px !important;
}
.page-template-registration .registration-container .bookly-form .bookly-btn.bookly-time-next .ladda-label,
.page-template-registration .registration-container .bookly-form .bookly-btn.bookly-time-prev .ladda-label {
  font-size: 30px !important;
}
.page-template-registration .registration-container .bookly-form .bookly-btn.bookly-time-next .ladda-label:after,
.page-template-registration .registration-container .bookly-form .bookly-btn.bookly-time-prev .ladda-label:after {
  display: none;
}
.page-template-registration .registration-container .bookly-form div.bookly-service-step .bookly-nav-steps {
  width: auto !important;
}
.page-template-registration .registration-container .bookly-form .bookly-nav-steps {
  width: 100% !important;
}
.page-template-registration .registration-container .bookly-form .bookly-column {
  padding: 0 2px !important;
}
.page-template-registration .registration-container .bookly-form .bookly-column button {
  margin-bottom: 4px !important;
  border-radius: 0 !important;
}
.page-template-registration .registration-container .bookly-form .bookly-column button.bookly-day {
  background: #2c456d !important;
  border-color: #2c456d !important;
}
.page-template-registration .registration-container .bookly-form .bookly-column button .ladda-label {
  font-size: 18px;
}
@media only screen and (max-width: 700px) {
  .page-template-registration .registration-container {
    max-width: 865px;
    margin: 0 auto;
  }
  .page-template-registration .registration-container .bookly-form .bookly-form-group input[type="text"],
  .page-template-registration .registration-container .bookly-form .bookly-form-group input[type="number"],
  .page-template-registration .registration-container .bookly-form .bookly-form-group input[type="password"],
  .page-template-registration .registration-container .bookly-form .bookly-form-group select,
  .page-template-registration .registration-container .bookly-form .bookly-form-group textarea {
    height: 30px !important;
    font-size: 16px !important;
    border: 2px solid #61c6f1 !important;
    border-radius: 0px !important;
    color: #61c6f1;
    background: transparent;
    -webkit-appearance: none;
  }
  .page-template-registration .registration-container .bookly-form .bookly-form-group textarea {
    height: 90px !important;
    resize: none;
  }
  .page-template-registration .registration-container .bookly-form .bookly-form-group label,
  .page-template-registration .registration-container .bookly-form .bookly-form-group span {
    display: inline-block;
    margin-bottom: 5px !important;
    font-size: 16px;
    color: #2c456d !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-form-group .bookly-label-error {
    color: #e9608e !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-progress-tracker {
    margin-bottom: 40px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div {
    position: relative;
    padding: 0 10px 0 0 !important;
    font-size: 14px;
    color: #bec3c7;
    overflow: unset;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div .step {
    height: 14px;
    margin-top: 10px;
    border-radius: 0 !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div:not(:first-child) .step:before {
    content: "";
    position: absolute;
    left: -6px;
    bottom: 0;
    width: 6px;
    height: 14px;
    background: #bec3c7;
  }
  .page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div:not(:first-child).active .step:before {
    background: #60c6f1;
  }
  .page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 6px;
    border-color: transparent transparent transparent #ffffff;
    z-index: 1;
  }
  .page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div:after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 6px;
    border-color: transparent transparent transparent #bec3c7;
    z-index: 2;
  }
  .page-template-registration .registration-container .bookly-form .bookly-progress-tracker > div.active:after {
    border-color: transparent transparent transparent #60c6f1;
  }
  .page-template-registration .registration-container .bookly-form .bookly-box {
    font-size: 16px;
  }
  .page-template-registration .registration-container .bookly-form .bookly-box.bookly-nav-steps {
    border: none !important;
    float: right;
  }
  .page-template-registration .registration-container .bookly-form .bookly-box > div {
    font-size: 16px;
  }
  .page-template-registration .registration-container .bookly-form .bookly-box > div b {
    font-size: 16px;
  }
  .page-template-registration .registration-container .bookly-form .bookly-box b {
    font-size: 16px;
  }
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-mobile-step-1,
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-details-step {
    margin-right: 0;
  }
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-mobile-step-2 .bookly-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-mobile-step-2 .bookly-box > div {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-mobile-step-2 .bookly-box > div:first-child {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-mobile-step-2 .bookly-box > div:last-child {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-mobile-step-2 .bookly-box.bookly-nav-steps {
    width: 100% !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-week-days {
    margin-right: 10px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-week-days > div {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-week-days > div span {
    display: inline-block;
    margin-bottom: 5px !important;
    font-size: 16px;
    color: #2c456d !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-week-days > div label {
    width: 32px;
    height: 32px;
    margin: 5px  0 0 !important;
    background-position: center !important;
    background-size: cover !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-time-range {
    margin: 0 -5px;
  }
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-time-range .bookly-form-group {
    margin: 0 5px;
  }
  .page-template-registration .registration-container .bookly-form .bookly-service-step .bookly-time-range .bookly-form-group select {
    width: 100% !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-btn {
    display: inline-block;
    min-width: 0;
    padding: 9px 0 !important;
    background: transparent !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-btn .ladda-label {
    position: relative;
    color: #60c6f1 !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-btn .ladda-label:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 2px;
    background: #60c6f1 !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-btn.bookly-time-next .ladda-label,
  .page-template-registration .registration-container .bookly-form .bookly-btn.bookly-time-prev .ladda-label {
    font-size: 30px !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-btn.bookly-time-next .ladda-label:after,
  .page-template-registration .registration-container .bookly-form .bookly-btn.bookly-time-prev .ladda-label:after {
    display: none;
  }
  .page-template-registration .registration-container .bookly-form div.bookly-service-step .bookly-nav-steps {
    width: auto !important;
    padding-top: 0 !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-nav-steps {
    width: 100% !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-column {
    padding: 0 2px !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-column button {
    margin-bottom: 4px !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-column button.bookly-day {
    background: #2c456d !important;
    border-color: #2c456d !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-column button .ladda-label {
    font-size: 16px;
  }
  .page-template-registration .registration-container .bookly-form .bookly-available-date,
  .page-template-registration .registration-container .bookly-form .bookly-week-days,
  .page-template-registration .registration-container .bookly-form .bookly-week-days,
  .page-template-registration .registration-container .bookly-form .bookly-time-range,
  .page-template-registration .registration-container .bookly-form .bookly-form-group {
    margin-bottom: 15px !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-available-date .bookly-form-group,
  .page-template-registration .registration-container .bookly-form .bookly-week-days .bookly-form-group,
  .page-template-registration .registration-container .bookly-form .bookly-week-days .bookly-form-group,
  .page-template-registration .registration-container .bookly-form .bookly-time-range .bookly-form-group,
  .page-template-registration .registration-container .bookly-form .bookly-form-group .bookly-form-group {
    margin-bottom: 0 !important;
  }
  .page-template-registration .registration-container .bookly-form .bookly-mobile-step-1,
  .page-template-registration .registration-container .bookly-form .bookly-details-step {
    margin-right: 0 !important;
  }
}
html body.page-template-home .mfp-bg {
  opacity: 0.6;
}
html body.page-template-home button.mfp-arrow {
  display: none;
}
html body.page-template-home #wrap header {
  position: relative;
  width: 100%;
  z-index: 9;
}
html body.page-template-home #wrap > .content {
  margin-top: 100vh;
  margin-top: 100svh;
  background: #ffffff;
}
html body.page-template-home #wrap > .content .home-inner-container {
  position: relative;
  background: #ffffff;
}
html body.page-template-home #wrap > .content .banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: 100dvh;
}
html body.page-template-home #wrap > .content .banner a .wrapper {
  position: relative;
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  background-color: #2c456d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
html body.page-template-home #wrap > .content .banner a .wrapper div {
  position: absolute;
  right: 250px;
  bottom: 80px;
  text-align: right;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
html body.page-template-home #wrap > .content .banner a .wrapper div h1 {
  font-size: 86px;
  color: #2c456d;
  line-height: 1;
  margin: 0;
}
html body.page-template-home #wrap > .content .banner a .wrapper div h2,
html body.page-template-home #wrap > .content .banner a .wrapper div h3 {
  font-size: 37px;
  line-height: 1.3;
  color: #0e75a8;
  margin: 0;
}
html body.page-template-home #wrap > .content .banner a.slick-current .wrapper div {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
html body.page-template-home #wrap > .content .banner .slick-dots {
  top: 0;
  bottom: 0;
  left: -22%;
  width: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
html body.page-template-home #wrap > .content .banner .slick-dots li {
  height: 16px;
  width: 16px;
}
html body.page-template-home #wrap > .content .banner .slick-dots li button {
  height: 10px;
  width: 10px;
  padding: 3px;
  background-color: transparent;
  border: 3px solid #60c6f1;
  border-radius: 50%;
  transition: all 0.2s linear;
}
html body.page-template-home #wrap > .content .banner .slick-dots li button:before {
  display: none;
}
html body.page-template-home #wrap > .content .banner .slick-dots li.slick-active button {
  height: 16px;
  width: 16px;
  background-color: #60c6f1;
  transition: 0.2s all 0.2s linear;
}
html body.page-template-home #wrap > .content .about {
  width: 950px;
  margin: auto;
  padding-top: 30px;
  color: #2c456d;
}
html body.page-template-home #wrap > .content .about form {
  text-align: center;
}
html body.page-template-home #wrap > .content .about form div {
  display: inline-block;
  position: relative;
}
html body.page-template-home #wrap > .content .about form div input {
  font-size: 20px;
  width: 354px;
  height: 27px;
  border: 2px solid #60c6f1;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #2c456d;
  outline: none;
  padding: 0 10px;
  -webkit-appearance: none;
}
html body.page-template-home #wrap > .content .about form div input::-webkit-search-cancel-button {
  display: none;
}
html body.page-template-home #wrap > .content .about form div button {
  position: absolute;
  right: 1px;
  top: 3px;
  background-color: transparent;
  border: none;
  outline: none;
}
html body.page-template-home #wrap > .content .about form div button i {
  font-size: 16px;
  color: #60c6f1;
}
html body.page-template-home #wrap > .content .about h1 {
  text-align: center;
  line-height: 0.5;
  margin: 40px 0;
}
@media screen and (max-width: 750px) {
  html body.page-template-home #wrap > .content .about h1 {
    line-height: 1.1;
  }
}
html body.page-template-home #wrap > .content .about p {
  text-align: justify;
}
html body.page-template-home #wrap > .content .about a {
  position: relative;
  display: block;
  text-align: right;
  color: #0e75a8;
  margin: 25px 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body.page-template-home #wrap > .content .about a:after {
  content: "";
  width: 177px;
  position: absolute;
  height: 2px;
  background-color: #60c6f1;
  margin: auto;
  right: 0;
  bottom: -5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body.page-template-home #wrap > .content .about a:hover {
  color: #2c456d;
}
html body.page-template-home #wrap > .content .about a:hover:after {
  background-color: #2c456d;
}
html body.page-template-home #wrap > .content .procedures {
  padding: 60px 0 20px;
}
html body.page-template-home #wrap > .content .procedures .titleWrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  background-color: #2c456d;
  width: 40%;
  height: 104px;
}
html body.page-template-home #wrap > .content .procedures .titleWrapper h2 {
  font-size: 40px;
  line-height: 0.568;
  padding-right: 30px;
  color: #ffffff;
  text-align: right;
}
html body.page-template-home #wrap > .content .procedures .serviceWrapper {
  width: 1380px;
  margin: 10px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html body.page-template-home #wrap > .content .procedures .serviceWrapper .wrap {
  width: 50%;
  padding: 20px 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
html body.page-template-home #wrap > .content .procedures .serviceWrapper .wrap .image {
  width: 145px;
  overflow: hidden;
}
html body.page-template-home #wrap > .content .procedures .serviceWrapper .wrap .image div {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
html body.page-template-home #wrap > .content .procedures .serviceWrapper .wrap .image div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
html body.page-template-home #wrap > .content .procedures .serviceWrapper .wrap .image div img.normalize {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
html body.page-template-home #wrap > .content .procedures .serviceWrapper .wrap .info {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
  overflow: hidden;
}
html body.page-template-home #wrap > .content .procedures .serviceWrapper .wrap .info p {
  color: #2c456d;
  line-height: 1.3;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.6s linear 0.3s;
  -moz-transition: all 0.6s linear 0.3s;
  -ms-transition: all 0.6s linear 0.3s;
  -o-transition: all 0.6s linear 0.3s;
  transition: all 0.6s linear 0.3s;
}
html body.page-template-home #wrap > .content .procedures .serviceWrapper .wrap .info p.normalize {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
html body.page-template-home #wrap > .content .service {
  width: 1270px;
  margin: auto;
}
html body.page-template-home #wrap > .content .service h1 {
  text-align: center;
  color: #2c456d;
}
html body.page-template-home #wrap > .content .service .border {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: 15px solid #d9d9d9;
  padding: 55px;
  margin: 30px 0 40px;
}
html body.page-template-home #wrap > .content .service .border .categories {
  background-color: #2c456d;
  width: 435px;
}
html body.page-template-home #wrap > .content .service .border .categories ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 50px 0 50px 100px;
  list-style: none;
}
html body.page-template-home #wrap > .content .service .border .categories ul li {
  display: inline-table;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  margin: 12px 0;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
html body.page-template-home #wrap > .content .service .border .categories ul li span {
  position: relative;
  padding-bottom: 5px;
}
html body.page-template-home #wrap > .content .service .border .categories ul li span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -35px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
html body.page-template-home #wrap > .content .service .border .categories ul li span:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #ffffff;
  bottom: -2px;
  left: 0;
  right: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
html body.page-template-home #wrap > .content .service .border .categories ul li:nth-child(9n+1) span:before {
  background: #cc1d83;
}
html body.page-template-home #wrap > .content .service .border .categories ul li:nth-child(9n+2) span:before {
  background: #aa5e9c;
}
html body.page-template-home #wrap > .content .service .border .categories ul li:nth-child(9n+3) span:before {
  background: #7e7db6;
}
html body.page-template-home #wrap > .content .service .border .categories ul li:nth-child(9n+4) span:before {
  background: #2196d0;
}
html body.page-template-home #wrap > .content .service .border .categories ul li:nth-child(9n+5) span:before {
  background: #00acec;
}
html body.page-template-home #wrap > .content .service .border .categories ul li:nth-child(9n+6) span:before {
  background: #00b5ee;
}
html body.page-template-home #wrap > .content .service .border .categories ul li:nth-child(9n+7) span:before {
  background: #09beec;
}
html body.page-template-home #wrap > .content .service .border .categories ul li:nth-child(9n+8) span:before {
  background: #4dc8ec;
}
html body.page-template-home #wrap > .content .service .border .categories ul li:nth-child(9n) span:before {
  background: #81d3ea;
}
html body.page-template-home #wrap > .content .service .border .categories ul li.active {
  -webkit-transform: translate(25px, 0);
  -moz-transform: translate(25px, 0);
  -ms-transform: translate(25px, 0);
  -o-transform: translate(25px, 0);
  transform: translate(25px, 0);
}
html body.page-template-home #wrap > .content .service .border .categories ul li.active span:after {
  right: 0;
}
@media screen and (min-width: 1025px) {
  html body.page-template-home #wrap > .content .service .border .categories ul li:hover {
    padding-left: 25px;
  }
}
html body.page-template-home #wrap > .content .service .border .content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
html body.page-template-home #wrap > .content .service .border .content .cont {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 0 0 55px;
  display: none;
}
html body.page-template-home #wrap > .content .service .border .content .cont .wrapp h2 {
  font-size: 40px;
}
html body.page-template-home #wrap > .content .service .border .content .cont .wrapp .image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0;
}
html body.page-template-home #wrap > .content .service .border .content .cont .wrapp .image div {
  position: relative;
  width: 100%;
  max-width: 44%;
  padding-top: 34%;
}
html body.page-template-home #wrap > .content .service .border .content .cont .wrapp .image div img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
html body.page-template-home #wrap > .content .service .border .content .cont .wrapp h3 {
  width: 50%;
  line-height: 1.2;
}
html body.page-template-home #wrap > .content .service .border .content .cont .wrapp p {
  margin: 25px 0;
  text-align: justify;
}
html body.page-template-home #wrap > .content .service .border .content .cont a {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 1.2;
  color: #0e75a8;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body.page-template-home #wrap > .content .service .border .content .cont a:after {
  content: "";
  width: 177px;
  position: absolute;
  height: 2px;
  background-color: #60c6f1;
  margin: auto;
  right: 0;
  bottom: -5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body.page-template-home #wrap > .content .service .border .content .cont a:hover {
  color: #2c456d;
}
html body.page-template-home #wrap > .content .service .border .content .cont a:hover:after {
  background-color: #2c456d;
}
html body.page-template-home #wrap > .content .service .border .content .cont.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
html body.page-template-home #wrap > .content .sale {
  padding-top: 20px;
}
html body.page-template-home #wrap > .content .sale h1 {
  text-align: center;
  color: #2c456d;
  margin-bottom: 30px;
}
html body.page-template-home #wrap > .content .sale .saleWrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
html body.page-template-home #wrap > .content .sale .saleWrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(43, 68, 109, 0.9);
}
html body.page-template-home #wrap > .content .sale .saleWrapper .slider {
  width: 1500px;
  margin: auto;
  z-index: 1;
}
html body.page-template-home #wrap > .content .sale .saleWrapper .slider .slick-prev:before {
  content: "";
  background-image: url('/wp-content/uploads/2017/11/ICON-LEFT-01-01.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 25px;
  display: block;
}
html body.page-template-home #wrap > .content .sale .saleWrapper .slider .slick-next:before {
  content: "";
  background-image: url('/wp-content/uploads/2017/11/ICON-RIGHT-01-01-01.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 25px;
  display: block;
}
html body.page-template-home #wrap > .content .sale .saleWrapper .slider .sliderItem {
  margin: 100px 50px;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
}
html body.page-template-home #wrap > .content .sale .saleWrapper .slider .sliderItem .sliderItemInner {
  width: 100%;
  outline: none;
}
html body.page-template-home #wrap > .content .sale .saleWrapper .slider .sliderItem .sliderItemInner .image {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
html body.page-template-home #wrap > .content .sale .saleWrapper .slider .sliderItem .sliderItemInner .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
html body.page-template-home #wrap > .content .sale .saleWrapper .slider .sliderItem .sliderItemInner h2,
html body.page-template-home #wrap > .content .sale .saleWrapper .slider .sliderItem .sliderItemInner h3 {
  font-size: 37px;
  line-height: 1;
  margin: 25px 0 10px;
}
html body.page-template-home #wrap > .content .doctors {
  padding-bottom: 0;
}
html body.page-template-home #wrap > .content .doctors h1 {
  text-align: center;
  line-height: 1;
}
html body.page-template-home #wrap > .content .doctors .doctorsWrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 1290px;
  margin: auto;
}
html body.page-template-home #wrap > .content .doctors .doctorsWrapper a {
  width: 33.3%;
  padding: 45px 35px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html body.page-template-home #wrap > .content .doctors .doctorsWrapper a .doctor {
  overflow: hidden;
}
html body.page-template-home #wrap > .content .doctors .doctorsWrapper a .doctor .image {
  width: 100%;
  margin-bottom: 15px;
}
html body.page-template-home #wrap > .content .doctors .doctorsWrapper a .doctor .image div {
  position: relative;
  width: 100%;
  padding-top: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
html body.page-template-home #wrap > .content .doctors .doctorsWrapper a .doctor .image div img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background-color: #d9d9d9;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
html body.page-template-home #wrap > .content .doctors .doctorsWrapper a .doctor .image div.normalize {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
html body.page-template-home #wrap > .content .doctors .doctorsWrapper a .doctor .image div:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
html body.page-template-home #wrap > .content .doctors .doctorsWrapper a .doctor h2,
html body.page-template-home #wrap > .content .doctors .doctorsWrapper a .doctor h3 {
  font-size: 35px;
  line-height: 1;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
html body.page-template-home #wrap > .content .doctors .doctorsWrapper a .doctor h2.normalize,
html body.page-template-home #wrap > .content .doctors .doctorsWrapper a .doctor h3.normalize {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
html body.page-template-home #wrap > .content .doctors .doctorsWrapper a .doctor p {
  font-size: 25px;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  html body.page-template-home #wrap > .content .doctors .doctorsWrapper a:hover .doctor .image div img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  html body.page-template-home #wrap > .content .doctors .doctorsWrapper a:hover .doctor h2,
  html body.page-template-home #wrap > .content .doctors .doctorsWrapper a:hover .doctor h3 {
    color: #60c6f1;
  }
}
html body.page-template-home #wrap > .content .gallery {
  padding-bottom: 30px;
}
html body.page-template-home #wrap > .content .gallery h1 {
  text-align: center;
  line-height: 1;
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper {
  margin-top: 40px;
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper a.slick-slide {
  pointer-events: none;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper a.slick-slide div {
  position: relative;
  width: 100%;
  padding-top: 70%;
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper a.slick-slide div img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  pointer-events: all;
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper a.slick-slide.slick-current {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper a.slick-slide.slick-current + a {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper a.slick-slide.slick-current + a + a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper a.slick-slide.slick-current + a + a + a {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper a.slick-slide.slick-current + a + a + a + a {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper ul.slick-dots {
  bottom: -60px;
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper ul.slick-dots li {
  height: 16px;
  width: 16px;
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper ul.slick-dots li button {
  height: 10px;
  width: 10px;
  padding: 3px;
  background-color: transparent;
  border: 3px solid #60c6f1;
  border-radius: 50%;
  transition: all 0.2s linear;
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper ul.slick-dots li button:before {
  display: none;
}
html body.page-template-home #wrap > .content .gallery .galleryWrapper ul.slick-dots li.slick-active button {
  height: 16px;
  width: 16px;
  background-color: #60c6f1;
  transition: 0.2s all 0.2s linear;
}
@media screen and (max-width: 1500px) {
  html body.page-template-home #wrap .content .banner a .wrapper div {
    right: 115px;
  }
  html body.page-template-home #wrap .content .banner a .wrapper div h1 {
    font-size: 70px;
  }
  html body.page-template-home #wrap .content .banner a .wrapper div h2,
  html body.page-template-home #wrap .content .banner a .wrapper div h3 {
    font-size: 35px;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider {
    width: auto;
    margin: auto 50px;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .sliderItem {
    margin: 100px 30px;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .slick-prev {
    width: auto;
    height: auto;
    left: 0;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .slick-next {
    width: auto;
    height: auto;
    right: -5px;
  }
  html body.page-template-home #wrap .content .gallery {
    margin: 0 -40px;
  }
}
@media screen and (max-width: 1400px) {
  html body.page-template-home #wrap .content .banner a .wrapper div {
    right: 50px;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .sliderItem {
    margin: 100px 20px;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .slick-prev {
    left: -20px;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .slick-next {
    right: -25px;
  }
  html body.page-template-home #wrap .content .procedures .titleWrapper {
    width: 40%;
    height: 104px;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper {
    width: auto;
    margin: 10px -40px 0;
  }
  html body.page-template-home #wrap .content .service {
    width: auto;
    margin: auto 60px;
  }
  html body.page-template-home #wrap .content .service .border {
    padding: 35px;
  }
  html body.page-template-home #wrap .content .service .categories ul li:after {
    bottom: -3px !important;
  }
  html body.page-template-home #wrap .content .doctors {
    padding: 60px 0 0;
  }
  html body.page-template-home #wrap .content .doctors .doctorsWrapper {
    width: auto;
    margin: 0 50px;
  }
  html body.page-template-home #wrap .content .doctors .doctorsWrapper a .doctor h2,
  html body.page-template-home #wrap .content .doctors .doctorsWrapper a .doctor h3 {
    font-size: 30px;
  }
  html body.page-template-home #wrap .content .doctors .doctorsWrapper a .doctor p {
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px) {
  html body.page-template-home #wrap .content .banner a .wrapper div {
    right: 120px;
    bottom: 60px;
    z-index: 1;
  }
  html body.page-template-home #wrap .content .banner a .wrapper div h1 {
    font-size: 60px;
    text-shadow: 1px 1px #826363;
  }
  html body.page-template-home #wrap .content .banner a .wrapper div h2,
  html body.page-template-home #wrap .content .banner a .wrapper div h3 {
    display: none;
    font-size: 25px;
    text-shadow: 1px 1px #826363;
  }
  html body.page-template-home #wrap .content .banner .slick-dots {
    left: -35%;
  }
  html body.page-template-home #wrap .content .about {
    width: auto;
    margin: auto 100px;
  }
  html body.page-template-home #wrap .content .about form div input {
    font-size: 18px;
    width: 250px;
    height: 25px;
  }
  html body.page-template-home #wrap .content .about h1 {
    margin: 30px 0;
  }
  html body.page-template-home #wrap .content .about a:after {
    width: 128px;
  }
  html body.page-template-home #wrap .content .procedures {
    padding-top: 50px;
  }
  html body.page-template-home #wrap .content .procedures .titleWrapper {
    width: 34%;
    height: 86px;
  }
  html body.page-template-home #wrap .content .procedures .titleWrapper h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper {
    width: auto;
    margin: 10px 40px 0;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper .wrap {
    padding: 15px 60px;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper .wrap .image {
    width: 110px;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper .wrap .info {
    padding-left: 20px;
  }
  html body.page-template-home #wrap .content .service {
    margin: auto 50px;
  }
  html body.page-template-home #wrap .content .service .border {
    padding: 30px;
  }
  html body.page-template-home #wrap .content .service .border .categories {
    width: 330px;
  }
  html body.page-template-home #wrap .content .service .border .categories ul {
    padding: 50px 0 50px 60px;
  }
  html body.page-template-home #wrap .content .service .border .categories ul li {
    font-size: 25px;
    margin: 5px 0;
  }
  html body.page-template-home #wrap .content .service .border .categories ul li:before {
    width: 10px;
    height: 10px;
    left: -25px;
  }
  html body.page-template-home #wrap .content .service .border .categories ul li:after {
    bottom: -5px;
  }
  html body.page-template-home #wrap .content .service .border .categories ul li.active {
    -webkit-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
  html body.page-template-home #wrap .content .service .border .content .cont {
    padding: 0 0 0 30px;
  }
  html body.page-template-home #wrap .content .service .border .content .cont .wrapp h2 {
    font-size: 25px;
  }
  html body.page-template-home #wrap .content .service .border .content .cont a {
    font-size: 18px;
  }
  html body.page-template-home #wrap .content .service .border .content .cont a:after {
    width: 128px;
  }
  html body.page-template-home #wrap .content .sale {
    padding-top: 0;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider {
    margin: auto 40px;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .sliderItem {
    margin: 60px 20px;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .sliderItem .sliderItemInner h2,
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .sliderItem .sliderItemInner h3 {
    font-size: 25px;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .slick-prev {
    left: -15px;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .slick-next {
    right: -20px;
  }
  html body.page-template-home #wrap .content .doctors {
    padding: 40px 55px 0;
  }
  html body.page-template-home #wrap .content .doctors .doctorsWrapper a {
    padding: 30px 25px 0;
  }
  html body.page-template-home #wrap .content .doctors .doctorsWrapper a .doctor h2,
  html body.page-template-home #wrap .content .doctors .doctorsWrapper a .doctor h3 {
    font-size: 25px;
  }
  html body.page-template-home #wrap .content .doctors .doctorsWrapper a .doctor p {
    font-size: 18px;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper {
    margin-bottom: 10px;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 5px;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide.slick-current {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide.slick-current + a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide.slick-current + a + a {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide.slick-current + a + a + a {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide.slick-current + a + a + a + a {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper ul.slick-dots {
    bottom: -40px;
  }
}
@media screen and (max-width: 900px) {
  html body.page-template-home #wrap .content .banner a .wrapper div {
    right: 60px;
  }
  html body.page-template-home #wrap .content .banner .slick-dots {
    left: -50%;
  }
  html body.page-template-home #wrap .content .about {
    margin: auto 60px;
  }
  html body.page-template-home #wrap .content .procedures .titleWrapper {
    width: 43%;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper {
    margin: 10px 50px 0;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper .wrap {
    padding: 15px 10px;
  }
  html body.page-template-home #wrap .content .service {
    margin: auto 20px;
  }
  html body.page-template-home #wrap .content .service .border {
    padding: 20px;
  }
  html body.page-template-home #wrap .content .service .border .categories ul li {
    font-size: 18px;
    margin: 10px 0;
  }
  html body.page-template-home #wrap .content .service .border .content .cont .wrapp .image {
    margin: 15px 0;
  }
  html body.page-template-home #wrap .content .service .border .content .cont .wrapp .image div {
    max-width: 100%;
    padding-top: 75%;
  }
  html body.page-template-home #wrap .content .service .border .content .cont .wrapp .image div:last-child {
    display: none;
  }
  html body.page-template-home #wrap .content .service .border .content .cont .wrapp h3 {
    width: 100%;
  }
  html body.page-template-home #wrap .content .service .border .content .cont .wrapp p {
    margin: 10px 0;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .sliderItem .sliderItemInner h2,
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .sliderItem .sliderItemInner h3 {
    margin: 15px 0 10px;
  }
  html body.page-template-home #wrap .content .doctors {
    padding: 40px 0 0;
  }
  html body.page-template-home #wrap .content .doctors .doctorsWrapper a {
    width: 50%;
    padding: 30px 60px 0;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin: 0 60px;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide.slick-current {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide.slick-current + a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide.slick-current + a + a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide.slick-current + a + a + a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide.slick-current + a + a + a + a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 740px) {
  html body.page-template-home #wrap .content .banner {
    margin-bottom: 20px;
  }
  html body.page-template-home #wrap .content .banner a .wrapper div {
    bottom: 30px;
  }
  html body.page-template-home #wrap .content .banner a .wrapper div h1 {
    font-size: 40px;
  }
  html body.page-template-home #wrap .content .banner .slick-dots {
    left: -22%;
  }
  html body.page-template-home #wrap .content .banner .slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 4px;
  }
  html body.page-template-home #wrap .content .banner .slick-dots li button {
    height: 8px;
    width: 8px;
    padding: 2px;
  }
  html body.page-template-home #wrap .content .banner .slick-dots li button:before {
    width: 8px;
    height: 8px;
    line-height: 8px;
  }
  html body.page-template-home #wrap .content .banner .slick-dots li.slick-active button {
    height: 12px;
    width: 12px;
  }
  html body.page-template-home #wrap .content .banner .slick-dots li.slick-active button:before {
    width: 12px;
    height: 12px;
    line-height: 12px;
  }
  html body.page-template-home #wrap .content .about {
    margin: auto 30px;
  }
  html body.page-template-home #wrap .content .about form div input {
    font-size: 16px;
  }
  html body.page-template-home #wrap .content .about h1 {
    margin: 20px 0;
  }
  html body.page-template-home #wrap .content .procedures {
    padding-top: 40px;
  }
  html body.page-template-home #wrap .content .procedures .titleWrapper {
    width: 270px;
    height: 75px;
  }
  html body.page-template-home #wrap .content .procedures .titleWrapper h2 {
    font-size: 23px;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper {
    margin: 10px 20px 0;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper .wrap .image {
    width: 90px;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper .wrap .info {
    padding-left: 15px;
  }
  html body.page-template-home #wrap .content .service {
    margin: auto 10px;
  }
  html body.page-template-home #wrap .content .service .border {
    border: 0;
    padding: 0;
    margin: 25px 0 30px;
  }
  html body.page-template-home #wrap .content .service .border .categories {
    width: 50%;
    margin: 0 10px;
  }
  html body.page-template-home #wrap .content .service .border .categories ul li.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-left: 30px;
  }
  html body.page-template-home #wrap .content .service .border .categories ul li.active:before {
    left: -5px;
  }
  html body.page-template-home #wrap .content .service .border .categories ul li.active:after {
    left: 20px;
  }
  html body.page-template-home #wrap .content .service .border .content {
    margin: 0 10px;
  }
  html body.page-template-home #wrap .content .service .border .content .cont {
    padding: 0;
  }
  html body.page-template-home #wrap .content .service .border .content .cont .wrapp .image {
    margin: 15px 0;
  }
  html body.page-template-home #wrap .content .service .border .content .cont .wrapp .image div {
    max-width: 100%;
    padding-top: 75%;
  }
  html body.page-template-home #wrap .content .service .border .content .cont .wrapp .image div:last-child {
    display: none;
  }
  html body.page-template-home #wrap .content .service .border .content .cont .wrapp h3 {
    width: 100%;
  }
  html body.page-template-home #wrap .content .service .border .content .cont .wrapp p {
    margin: 10px 0;
  }
  html body.page-template-home #wrap .content .service .border .content .cont a {
    font-size: 16px;
  }
  html body.page-template-home #wrap .content .service .border .content .cont a:after {
    width: 115px;
  }
  html body.page-template-home #wrap .content .doctors {
    padding: 30px 15px 0;
  }
  html body.page-template-home #wrap .content .doctors .doctorsWrapper a {
    width: 50%;
    padding: 20px 30px 0;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide {
    margin: 0 70px;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper ul.slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 4px;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper ul.slick-dots li button {
    height: 8px;
    width: 8px;
    padding: 2px;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper ul.slick-dots li button:before {
    width: 8px;
    height: 8px;
    line-height: 8px;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper ul.slick-dots li.slick-active button {
    height: 12px;
    width: 12px;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper ul.slick-dots li.slick-active button:before {
    width: 12px;
    height: 12px;
    line-height: 12px;
  }
}
@media screen and (max-width: 480px) {
  html body.page-template-home #wrap .content .banner a .wrapper div {
    right: 30px;
    bottom: 90px;
  }
  html body.page-template-home #wrap .content .banner .slick-dots {
    left: -95%;
    transform-origin: right;
  }
  html body.page-template-home #wrap .content .about {
    margin: auto 20px;
  }
  html body.page-template-home #wrap .content .about a {
    margin: 5px 0;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper {
    margin: 0 10px;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper .wrap {
    width: 100%;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper .wrap .info {
    padding-left: 10px;
  }
  html body.page-template-home #wrap .content .procedures .serviceWrapper .wrap .info p {
    font-size: 18px;
    font-weight: bold;
  }
  html body.page-template-home #wrap .content .service {
    margin: auto 20px;
  }
  html body.page-template-home #wrap .content .service .border {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 25px;
  }
  html body.page-template-home #wrap .content .service .border .categories {
    width: auto;
    margin: 0;
  }
  html body.page-template-home #wrap .content .service .border .categories ul {
    padding: 40px 0 40px 60px;
  }
  html body.page-template-home #wrap .content .service .border .categories ul li {
    margin: 10px 0;
  }
  html body.page-template-home #wrap .content .service .border .content {
    width: auto;
    margin: 0;
  }
  html body.page-template-home #wrap .content .service .border .content .cont {
    padding: 0;
  }
  html body.page-template-home #wrap .content .service .border .content .cont .wrapp h2 {
    text-align: center;
    margin: 15px;
  }
  html body.page-template-home #wrap .content .service .border .content .cont .wrapp h3 {
    width: 75%;
  }
  html body.page-template-home #wrap .content .sale .saleWrapper .slider .sliderItem {
    margin: 30px 20px;
  }
  html body.page-template-home #wrap .content .doctors {
    padding: 20px 60px 0;
  }
  html body.page-template-home #wrap .content .doctors .doctorsWrapper {
    margin: 0 15px;
  }
  html body.page-template-home #wrap .content .doctors .doctorsWrapper a {
    width: auto;
    padding: 30px 0 0;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper {
    margin-top: 20px;
  }
  html body.page-template-home #wrap .content .gallery .galleryWrapper a.slick-slide {
    margin: 0 45px;
  }
}
html body.error404:not(.notVisible) #wrap .container {
  margin: 4.5% auto;
}
html body.error404:not(.notVisible) #wrap .container > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  color: #999999;
  text-align: center;
  padding: 0 20px;
  font-family: Calibri;
  color: #2b456d;
  text-transform: uppercase;
}
html body.error404:not(.notVisible) #wrap .container > div h1 {
  font-size: 186px;
  line-height: 1  ;
  text-align: center;
  font-weight: 100;
}
html body.error404:not(.notVisible) #wrap .container > div h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}
html body.error404:not(.notVisible) #wrap .container > div h3 {
  font-size: 25px;
  font-weight: 100;
  line-height: 1.4;
  text-align: center;
}
html body.error404:not(.notVisible) #wrap .container > div .btn-rd {
  min-width: 150px;
  margin-top: 25px;
  font-size: 22px;
}
html body.error404:not(.notVisible) #wrap footer {
  margin: 50px auto 65px;
}
@media screen and (max-width: 740px) {
  html body.error404:not(.notVisible) #wrap .container > div h1 {
    font-size: 120px;
  }
  html body.error404:not(.notVisible) #wrap .container > div h2 {
    font-size: 25px;
  }
  html body.error404:not(.notVisible) #wrap .container > div h3 {
    font-size: 16px;
  }
  html body.error404:not(.notVisible) #wrap .container > div .btn-rd {
    min-width: 140px;
    font-size: 18px;
  }
  html body.error404:not(.notVisible) #wrap footer {
    margin: 30px auto;
  }
}
html body.search {
  font-family: Calibri;
}
html body.search .wrap {
  width: 1240px;
  margin: auto;
}
html body.search .wrap header.page-header {
  padding: 0!important;
  height: auto;
}
html body.search .wrap header.page-header .page-title {
  font-size: 60px;
  color: #60c6f1;
  line-height: 1;
}
html body.search .wrap header.page-header .page-title span {
  font-size: 40px;
  color: #2c456d;
}
html body.search .wrap #primary {
  color: #2c456d !important;
}
html body.search .wrap #primary #main article .entry-header {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  height: auto;
}
html body.search .wrap #primary #main article .entry-header .entry-meta {
  font-weight: 100;
  padding: 20px 0;
}
html body.search .wrap #primary #main article .entry-header .entry-meta a time.updated {
  display: none;
}
html body.search .wrap #primary #main article .entry-header .entry-title {
  font-size: 40px;
}
html body.search .wrap #secondary {
  padding-top: 30px;
}
html body.search .wrap #secondary section .widget-title {
  font-size: 40px;
}
html body.search .wrap #secondary section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1280px) {
  html body.search .wrap {
    width: auto;
    margin: auto 0;
  }
}
@media screen and (max-width: 1024px) {
  html body.search .wrap header.page-header .page-title {
    font-size: 40px;
  }
  html body.search .wrap header.page-header .page-title span {
    font-size: 25px;
  }
  html body.search .wrap #primary #main article .entry-header .entry-meta {
    padding: 20px 0 30px;
  }
  html body.search .wrap #primary #main article .entry-header .entry-title {
    font-size: 25px;
  }
  html body.search .wrap #secondary {
    padding-top: 35px;
  }
  html body.search .wrap #secondary section .widget-title {
    font-size: 25px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  user-select: none;
}
.overlay.active-popup {
  display: flex;
}
.overlay .popup {
  max-width: 720px;
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: relative;
}
.overlay .popup .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #2B446D;
  font-size: 24px;
  cursor: pointer;
}
.overlay .popup .img_div {
  width: 44.1%;
}
.overlay .popup .img_div div {
  position: relative;
  padding-top: 140%;
  width: 100%;
  height: 100%;
}
.overlay .popup .img_div div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay .popup .popup-content {
  padding: 0px 10px;
  margin-left: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.overlay .popup .popup-content h1 {
  font-size: 40px;
  font-weight: bold;
  color: #2B446D;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.8;
}
.overlay .popup .popup-content p {
  font-size: 20px;
  font-weight: bold;
  color: #2B446D;
  text-align: center;
  line-height: 1.4;
}
.overlay .popup .popup-content h3 {
  margin-top: 30px;
  font-size: 60px;
  color: #5EC6F1;
  text-align: center;
  font-weight: normal;
}
.overlay .popup .popup-content h3 span {
  font-weight: bold;
  font-size: 60px;
}
.overlay .popup .popup-content form {
  display: none;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@keyframes opacityAnim {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.3;
  }
}
.overlay .popup .popup-content form .pop-msg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  color: #5EC6F1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay .popup .popup-content form.animate {
  animation: opacityAnim 0.3s;
  pointer-events: none;
}
.overlay .popup .popup-content form .wpcf7-response-output {
  display: none;
}
.overlay .popup .popup-content form input:not([type="submit"]) {
  border: 1px solid #5EC6F1;
  padding: 13px 18px;
  color: #5EC6F1;
  border-radius: 50px;
  min-width: 210px;
  width: 100%;
  outline: none;
  color: #5EC6F1 !important;
  font-size: 14px !important;
}
.overlay .popup .popup-content form input:not([type="submit"])::placeholder {
  color: #5EC6F1 !important;
  font-size: 14px !important;
}
.overlay .popup .popup-content form input:not([type="submit"]) ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5EC6F1 !important;
  font-size: 14px !important;
}
.overlay .popup .popup-content form input:not([type="submit"]).error {
  border: 1px solid red;
  color: red  !important;
}
.overlay .popup .popup-content form input:not([type="submit"]).error::placeholder {
  color: red  !important;
}
.overlay .popup .popup-content form input:not([type="submit"]).error ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: red  !important;
}
.overlay .popup .popup-content form input[type="submit"] {
  color: #fff;
  background: #5EC6F1;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 34px;
  outline: none;
  border: 1px solid #5EC6F1;
  letter-spacing: 1px;
  margin-left: 15px;
  cursor: pointer;
}
.overlay .popup .popup-content form input[type="submit"]:hover {
  color: #2B446D;
}
.overlay .popup .popup-content form .success-message {
  font-size: 14px;
  color: #5EC6F1;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  display: none;
  font-weight: normal;
  position: absolute;
  bottom: -25px;
}
.overlay .popup .popup-content form .success-message.active {
  display: block;
}
.overlay .popup .popup-content form .success-message.active-error {
  display: block;
  color: red;
}
.overlay .popup .popup-content .popup-footer {
  margin-top: 54px;
  text-align: center;
  color: #2B446D;
}
.overlay .popup .popup-content .popup-footer h2 {
  font-size: 25px;
  font-weight: bold;
}
.overlay .popup .popup-content .popup-footer p {
  font-size: 16px;
  margin-top: 10px;
  font-weight: normal;
}
@media screen and (max-width: 1250px) {
  .overlay .popup {
    max-width: 640px;
    padding: 18px;
  }
  .overlay .popup .close {
    right: 18px;
  }
  .overlay .popup .popup-content {
    margin-left: 18px;
    flex: 1;
    padding: 0;
  }
  .overlay .popup .popup-content h1 {
    font-size: 32px;
    font-weight: bold;
    color: #2B446D;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .overlay .popup .popup-content p {
    font-size: 16px;
  }
  .overlay .popup .popup-content h3 {
    font-size: 50px;
    color: #5EC6F1;
  }
  .overlay .popup .popup-content h3 span {
    font-weight: bold;
    font-size: 50px;
  }
  .overlay .popup .popup-content form input:not([type="submit"]) {
    min-width: 196px;
    max-width: 196px;
  }
  .overlay .popup .popup-content form input[type="submit"] {
    padding: 12px 28px;
  }
  .overlay .popup .popup-content .popup-footer {
    margin-top: 40px;
  }
  .overlay .popup .popup-content .popup-footer h2 {
    font-size: 20px;
  }
  .overlay .popup .popup-content .popup-footer p {
    font-size: 16px;
  }
}
@media screen and (max-width: 740px) {
  .overlay .popup {
    max-width: 573px;
    padding: 16px;
  }
  .overlay .popup .close {
    right: 16px;
  }
  .overlay .popup .img_div {
    width: 37.7%;
  }
  .overlay .popup .popup-content {
    margin-left: 18px;
  }
  .overlay .popup .popup-content h1 {
    font-size: 28px;
  }
  .overlay .popup .popup-content h3 {
    margin-top: 20px;
    font-size: 40px;
  }
  .overlay .popup .popup-content h3 span {
    font-size: 40px;
  }
  .overlay .popup .popup-content form {
    margin-top: 10px;
  }
  .overlay .popup .popup-content form input:not([type="submit"]) {
    min-width: 196px;
    max-width: 196px;
  }
  .overlay .popup .popup-content form input[type="submit"] {
    padding: 12px 28px;
  }
  .overlay .popup .popup-content .popup-footer {
    margin-top: 20px;
  }
  .overlay .popup .popup-content .popup-footer h2 {
    font-size: 20px;
  }
  .overlay .popup .popup-content .popup-footer p {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .overlay .popup {
    max-width: 343px;
    padding: 15px;
    flex-direction: column;
  }
  .overlay .popup .close {
    right: 15px;
  }
  .overlay .popup .img_div {
    width: 100%;
    margin-top: 25px;
  }
  .overlay .popup .img_div div {
    padding-top: 55%;
  }
  .overlay .popup .popup-content {
    margin-left: 0;
  }
  .overlay .popup .popup-content h1 {
    font-size: 28px;
    margin-top: 24px;
  }
  .overlay .popup .popup-content p {
    margin-top: 10px;
  }
  .overlay .popup .popup-content form {
    margin-top: 10px;
  }
  .overlay .popup .popup-content form input:not([type="submit"]) {
    min-width: 160px;
    max-width: 196px;
  }
  .overlay .popup .popup-content form input[type="submit"] {
    padding: 12px 28px;
  }
  .overlay .popup .popup-content .popup-footer {
    margin-top: 34px;
  }
  .overlay .popup .popup-content .popup-footer h2 {
    font-size: 20px;
  }
  .overlay .popup .popup-content .popup-footer p {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .overlay .popup .popup-content form input:not([type="submit"]) {
    min-width: 170px;
    max-width: 170px;
  }
}
.whatsapp-button {
  position: fixed;
  right: 23px;
  bottom: 23px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  color: #fff;
  background: #009900;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.whatsapp-button svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.whatsapp-button:hover,
.whatsapp-button:focus {
  color: #fff;
  background: #00a800;
  transform: scale(1.06);
}
.whatsapp-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
@media screen and (max-width: 740px) {
  .whatsapp-button {
    right: 20px;
    bottom: 20px;
  }
}
.slick-dots li {
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.slick-dots li button {
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  position: relative;
}
.slick-dots li button:before {
  display: block !important;
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px !important;
  height: 16px !important;
  margin: -8px 0 0 -8px !important;
  box-sizing: border-box;
  border: 3px solid #60c6f1;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1 !important;
  transition: background-color 0.2s linear;
}
.slick-dots li.slick-active button:before {
  background-color: #60c6f1;
}
html body #wrap footer .footerBottom .right a[href^="tel"] {
  display: inline-block;
  min-height: 26px;
  padding: 3px 0;
}
