@charset "UTF-8";


@font-face {
  font-family: GilroySemiBold;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/gilroy/Gilroy-SemiBold.eot);
  src: url(../fonts/gilroy/Gilroy-SemiBold.eot?#iefix)
      format('embedded-opentype'),
    url(../fonts/gilroy/Gilroy-SemiBold.woff) format('woff'),
    url(../fonts/gilroy/Gilroy-SemiBold.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: GilroyMedium;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/gilroy/Gilroy-Medium.eot);
  src: url(../fonts/gilroy/Gilroy-Medium.eot?#iefix) format('embedded-opentype'),
    url(../fonts/gilroy/Gilroy-Medium.woff) format('woff'),
    url(../fonts/gilroy/Gilroy-Medium.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: GilroyBold;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/gilroy/Gilroy-Bold.eot);
  src: url(../fonts/gilroy/Gilroy-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/gilroy/Gilroy-Bold.woff) format('woff'),
    url(../fonts/gilroy/Gilroy-Bold.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: GilroyLight;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/gilroy/Gilroy-Light.eot);
  src: url(../fonts/gilroy/Gilroy-Light.eot?#iefix) format('embedded-opentype'),
    url(../fonts/gilroy/Gilroy-Light.woff) format('woff'),
    url(../fonts/gilroy/Gilroy-Light.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: GurmukhiR;
  font-weight: 400;
  font-style: normal;
  /*src: url(../fonts/gurmukhi/AdobeGurmukhi-Regular.eot);*/
  src: /*url(../fonts/gurmukhi/AdobeGurmukhi-Regular.eot?#iefix)
      format('embedded-opentype'),*/
    url(../fonts/gurmukhi/AdobeGurmukhi-Regular.woff) format('woff')/*,
    url(../fonts/gurmukhi/AdobeGurmukhi-Regular.ttf) format('truetype')*/;
  font-display: swap;
}

@font-face {
  font-family: GurmukhiMN;
  font-weight: 400;
  font-style: normal;
  /*src: url(../fonts/gurmukhi/GurmukhiMN.eot);*/
  src: /*url(../fonts/gurmukhi/GurmukhiMN.eot?#iefix) format('embedded-opentype'),*/
    url(../fonts/gurmukhi/GurmukhiMN.woff) format('woff')/*,
    url(../fonts/gurmukhi/GurmukhiMN.ttf) format('truetype')*/;
  font-display: swap;
}

.grecaptcha-badge { visibility: hidden; }

a.highlightedBtn {
  background-color: #154a7f;
  padding: 15px 30px;
  position: relative;
  font-family: GilroySemiBold, sans-serif;
  font-size: 13px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  border: 1px solid #154a7f;
}
a:hover.highlightedBtn {
  background-color: #fff;
  color: #154a7f;
  border: 1px solid #154a7f;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background: #fef9fb;
  position: relative;
}

body.open {
  overflow: hidden;
}
html {
  margin-top: 0 !important;
}
.noscroll {
  overflow: hidden;
}

:focus {
  outline: 0;
}

ol[class],
ul[class] {
  padding: 0;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
  margin: 0;
}

h1 {
  font-family: GurmukhiMN, sans-serif;
  color: #fff;
  font-size: 43px;
  font-weight: 400;
  letter-spacing: 1px;
}

h2 {
  font-family: GilroySemiBold, sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #0d0a0b;
  line-height: 58px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

h3 {
  font-family: GilroySemiBold, sans-serif;
  font-weight: 500;
  color: #0d0a0b;
  font-size: 30px;
  line-height: 24px;
  letter-spacing: 1px;
}

p {
  font-family: GilroyMedium, sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ol[class],
ul[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

button,
input,
select,
textarea {
  font: inherit;
}
textarea {
  border: none;
  border-bottom: 1px solid #fff;
}
a {
  text-decoration: none;
  letter-spacing: 1px;
}

.kw-hide {
  display: none;
}

.content__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 360px;
  padding-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section {
  overflow: hidden;
}

.container,
.large-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.nav-active header .nav {
  z-index: 1;
}

header {
  background-color: #154a7f;
}

header .container {
  max-width: 1200px;
}

header .nav-active {
  z-index: 1;
}

header .navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .header-wrapper,
header .header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header__menu {
  width: 100%;
}

header .header-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header-address a,
header #header-links a,
.header-wrapper a {
  font-family: GilroySemiBold, sans-serif;
  font-size: 14px;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
}

header .header-address a:before,
header #header-links a:before {
  position: absolute;
  bottom: -10px;
  content: '';
  left: 0;
  background-color: #fff;
  width: 0;
  height: 2px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

header .header-address a:hover:before,
header #header-links a:hover:before {
  width: 100%;
}

header #header-links a {
  margin-right: 15px;
  text-transform: uppercase;
}

header .hamburger {
  position: absolute;
  left: 20px;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-family: GilroySemiBold, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  z-index: 3;
}

header .hamburger .hamburger-inner,
header .hamburger .hamburger-inner:after,
header .hamburger .hamburger-inner:before {
  width: 15px;
  height: 3px;
  background-color: #fff;
}

header .hamburger .hamburger-inner:before {
  top: 5px;
}

header .hamburger .hamburger-inner:after {
  top: 10px;
}

header .hamburger .hamburger-inner {
  top: 11px;
}

header .hamburger .is-active .hamburger-inner:before {
  background-color: #fff;
}

header .hamburger .hamburger-box {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 10px;
}

.hamburger.is-active .hamburger-inner {
  top: 7px;
}

.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
  background-color: #fff;
}

.button-blue {
  background-color: #154a7f;
  padding: 15px 30px;
  position: relative;
  font-family: GilroySemiBold, sans-serif;
  font-size: 13px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  border: 1px solid #154a7f;
}

.button-blue:hover {
  background-color: #fff;
  color: #154a7f;
  border: 1px solid #154a7f;
}

.button-transparent {
  background-color: transparent;
  font-family: GilroySemiBold, sans-serif;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 12px 25px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  letter-spacing: 2px;
  -o-transition: all 0.25s ease-in-out;
}

.button-transparent:hover {
  background: #154a7f;
}

.boloto-button {
  background-color: #bfd0de;
  font-family: GilroySemiBold, sans-serif;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 12px 25px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.boloto-button:hover {
  background: #154a7f;
}

.hero-section {
  position: relative;
  max-height: 850px;
  margin-top: 220px;
}
.home .hero-section {
  min-height: 850px;
  height: 100vh;
  max-height: 100%;
}
.hero-section .hero-slider__item {
  min-height: 545px;
}
.home .hero-section .hero-slider__item {
  min-height: 850px;
}
.hero-section .hero-slider__item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .hero-section .hero-slider__item {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 850px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-section .hero-slider__item h1 {
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out, opacity 0.6s linear;
  transition: transform 0.6s ease-out, opacity 0.6s linear;
  transition: transform 0.6s ease-out, opacity 0.6s linear,
    -webkit-transform 0.6s ease-out;
  letter-spacing: 2px;
}

.hero-section .hero-slider__item p {
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out, opacity 0.6s linear;
  transition: transform 0.6s ease-out, opacity 0.6s linear;
  transition: transform 0.6s ease-out, opacity 0.6s linear,
    -webkit-transform 0.6s ease-out;
  letter-spacing: 1px;
}

.hero-section .hero-slider__item--content {
  max-width: 700px;
  text-align: center;
}

.hero-section .hero-slider .button-cover {
  margin-top: 40px;
  -webkit-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.5s ease-out;
  transition: opacity 0.6s linear, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.6s linear;
  transition: transform 0.5s ease-out, opacity 0.6s linear;
  transition: transform 0.5s ease-out, opacity 0.6s linear,
    -webkit-transform 0.5s ease-out;
}

.hero-section .hero-slider .slick-prev {
  left: 15px;
  background: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.hero-section .hero-slider .slick-prev:before {
  content: none;
}

.hero-section .hero-slider .slick-next {
  right: 15px;
  background: url(../img/arrow-next.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-section .hero-slider .slick-next:before {
  content: none;
}

.hero-section .hero-slider .slick-current h1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
  transition: opacity 0.6s linear 0.6s, -webkit-transform 1s ease-out 0.4s;
  -o-transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
}

.hero-section .hero-slider .slick-current p {
  margin-top: 15px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
  transition: opacity 0.6s linear 0.6s, -webkit-transform 1s ease-out 0.4s;
  -o-transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
}

.hero-section .hero-slider .slick-current .button-cover {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
  transition: opacity 0.6s linear 0.6s, -webkit-transform 1s ease-out 0.4s;
  -o-transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
}

.hero-section .hero-top-links {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 55px;
  z-index: 2;
}

.hero-section .hero-top-links__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-section .hero-top-links__nav-item {
  margin: 0 15px;
}

.hero-section .hero-top-links__nav-item a {
  font-family: GilroySemiBold, sans-serif;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  position: relative;
  letter-spacing: 2px;
}

.hero-section .hero-top-links__nav-item a:before {
  position: absolute;
  bottom: -10px;
  content: '';
  left: 0;
  background-color: #fff;
  width: 0;
  height: 2px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.hero-section .hero-top-links__nav-item a:hover:before {
  width: 100%;
}

.hero-section .hero-bottom {
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-section .hero-bottom__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section .hero-bottom__left .button-cover {
  margin-left: 20px;
}

.hero-section .hero-bottom__left .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-section .hero-bottom__left .socials i {
  font-size: 22px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 7px;
}

.hero-section .hero-bottom__left .google-reviews {
  margin-left: 30px;
}

.hero-section .hero-bottom__left .google-reviews p {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.hero-section .hero-bottom__left .google-reviews i {
  color: #ffc300;
}
.hero-section .hero-bottom__left .google-reviews i:last-of-type {
  max-width: 10px;
  overflow: hidden;
  display: inline-flex;
}
.presentate {
  padding: 115px 0;
}

.presentate .rating {
  text-align: center;
}

.presentate .rating i {
  color: #bfd0de;
  margin-right: 20px;
}

.presentate .presentate__text {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 40px;
}
.presentate .presentate__text h2 {
  font-weight: 400;
}
.presentate .presentate__text p {
  font-family: GilroyLight, sans-serif;
  font-size: 33px;
  line-height: 73px;
  color: #9d9fa2;
  text-align: center;
}

.presentate .button-cover {
  margin-top: 50px;
  text-align: center;
}

.presentate .button-cover .button-blue:hover {
  border: 1px solid #154a7f;
}

.general .blocks__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.general .blocks__wrapper-left {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 750px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  height: 100%;
}

.general .blocks__wrapper-left h2 {
  font-family: GurmukhiMN, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 33px;
}

.general .blocks__wrapper-left p {
  margin-top: 20px;
}

.general .blocks__wrapper-left .button-cover {
  margin-top: 40px;
}

.general .blocks__wrapper-left .button-cover a {
  border: 1px solid #154a7f;
}

.general .blocks__wrapper-left .button-cover a:hover {
  background-color: #fff;
  color: #154a7f;
}

.general .blocks__wrapper-right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  height: 100%;
  min-height: 750px;
}

.general .blocks__wrapper .container {
  width: auto;
}

.treatments {
  padding: 90px 0 65px 0;
}

.treatments .treatments-slider__item {
  position: relative;
}

.treatments .treatments-slider__item-content {
  position: absolute;
  bottom: 80px;
  left: 65px;
}

.treatments .treatments-slider__item-content h3 {
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  font-family: GurmukhiMN, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.treatments .treatments-slider__item-content p {
  margin-top: 30px;
  font-size: 18px;
}

.treatments .treatments-slider__item-content .button-cover {
  margin-top: 50px;
}

.treatments
  .treatments-slider__item-content
  .button-cover
  .button-transparent:hover {
  border-color: #154a7f;
}

.treatments .more-treatments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}

.slider-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 55px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-arrows .slider-prev {
  width: 20px;
  height: 20px;
  background: url(../img/arrow.png);
  background-size: contain;
  cursor: pointer;
}

.slider-arrows .slider-next {
  width: 20px;
  height: 20px;
  background: url(../img/arrow-next.png);
  background-size: contain;
  cursor: pointer;
}

.post-type-archive-testimonial .container + .text-testimonials {
    margin-top: 65px;
}
.post-type-archive-testimonial .text-testimonials {margin-top: -1px;}
.testimonials {
  padding: 175px 0 145px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonials .testimonial__slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonials__name {
  max-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  border-right: 1px solid #486f95;
}

.testimonials__name span {
  color: #fff;
  font-family: GilroyMedium, sans-serif;
  font-size: 18px;
  line-height: 38px;
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out, opacity 0.6s linear;
  transition: transform 0.6s ease-out, opacity 0.6s linear;
  transition: transform 0.6s ease-out, opacity 0.6s linear,
    -webkit-transform 0.6s ease-out;
}

.testimonials__name .slider-arrows {
  position: absolute;
  bottom: 0;
}

.testimonials__rating i {
  color: #ffc300;
}

.testimonials__text {
  padding-left: 100px;
}

.testimonials__text p {
  color: #fff;
  font-family: GilroyLight, sans-serif;
  font-size: 25px;
  line-height: 51px;
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out, opacity 0.6s linear;
  transition: transform 0.6s ease-out, opacity 0.6s linear;
  transition: transform 0.6s ease-out, opacity 0.6s linear,
    -webkit-transform 0.6s ease-out;
}

.testimonials .button-cover {
  margin-top: 65px;
}

.testimonials .button-cover a {
  display: inline-block;
}

.testimonials .slick-active .testimonials__name span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
  transition: opacity 0.6s linear 0.6s, -webkit-transform 1s ease-out 0.4s;
  -o-transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
}

.testimonials .slick-active .testimonials__text p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
  transition: opacity 0.6s linear 0.6s, -webkit-transform 1s ease-out 0.4s;
  -o-transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
}

.staff {
  padding: 65px 0 95px 0;
}

.staff-info {
  margin-top: 50px;
}

.staff-info p {
  margin-top: 20px;
  color: #979797;
  font-family: GilroyMedium, sans-serif;
  font-size: 20px;
}

.staff-info h3 {
  max-width: 230px;
  font-size: 28px;
  font-family: GurmukhiMN, sans-serif;
  color: #154a7f;
  text-transform: uppercase;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 4px;
}

.staff-info .button-cover {
  margin-top: 40px;
}

.staff-info .button-cover a {
  display: inline-block;
  border: 1px solid #154a7f;
}

.staff-info .button-cover a:hover {
  border: 1px solid #154a7f;
}

.staff__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.staff__slider .slick-next {
  width: 20px;
  height: 20px;
  background: url(../img/arrow-next.png);
  background-size: contain;
  cursor: pointer;
  right: -60px;
}

.staff__slider .slick-prev {
  width: 20px;
  height: 20px;
  background: url(../img/arrow.png);
  background-size: contain;
  cursor: pointer;
  left: -60px;
}

.staff-photo {
  max-width: 380px;
  width: 100%;
}

.staff-photo img {
  max-width: 380px;
  width: 100%;
}

.book {
  padding: 60px 0 90px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.book .left__image {
  background: #154a7f;
}

.book-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.book-wrapp .left__image {
  max-width: 41%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41%;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  min-height: 540px;
}

.book-wrapp .left__image img {
  position: absolute;
  width: 100%;
  max-width: 780px;
  max-height: 500px;
  height: auto;
  margin-top: 70px;
}

.book-wrapp .right__text .title {
  max-width: 65%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.book-wrapp .right__text .title h2 {
  font-size: 32px;
  font-family: GurmukhiMN, sans-serif;
  color: #154a7f;
  line-height: 55px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.book-wrapp .right__text .title p {
  font-size: 20px;
  color: #979797;
  font-family: GilroyMedium, sans-serif;
}

.book-wrapp .right__text .title .button-cover {
  margin-top: 50px;
}

.book-wrapp .right__text .title .partner {
  margin-top: 60px;
  margin-left: auto;
  text-align: right;
}

.book-wrapp .right__text .title .partner img {
  margin-left: auto;
}

.advantages {
  padding: 70px 0;
}

.advantages__slider-item {
  padding: 90px 60px;
  background-repeat: no-repeat;
  background-size: 115%;
  background-position: center center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  position: relative;
}

.advantages__slider-item a {
  width: 100%;
  height: 100%;
}

.advantages__slider-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  background: rgba(21, 74, 127, 0.95);
  opacity: 0;
}

.advantages__slider-item .overlay:hover {
  opacity: 1;
  z-index: 3;
}

.advantages__slider-item p {
  position: relative;
  max-width: 260px;
  color: #fff;
  font-size: 28px;
  font-family: GurmukhiMN, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 3;
}

.advantages__slider-item p:hover ~ .overlay {
  opacity: 1;
}

.advantages__slider-item:hover {
  background-size: 110%;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.advantages .slick-slide {
  margin: 0 15px;
}

.advantages .slick-list {
  margin: 0 -15px;
}

.advantages .hovered .overlay {
  opacity: 1;
  z-index: 3;
}

.advantages .slick-prev {
  left: -70px;
}

.advantages .slick-next {
  right: -70px;
}

.slick-next {
  width: 20px;
  height: 20px;
  background: url(../img/arrow-next.png);
  background-size: contain;
}

.slick-next:focus,
.slick-next:hover {
  background: url(../img/arrow-next.png);
}

.slick-prev {
  width: 20px;
  height: 20px;
  background: url(../img/arrow.png);
  background-size: contain;
}

.slick-prev:focus,
.slick-prev:hover {
  background: url(../img/arrow.png);
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-wrapper .contact_left img {
  height: 100%;
}

.contact-wrapper .right_wrapper {
  padding: 170px 0 120px 0;
  max-width: 270px;
  margin: 0 auto;
}

.contact-wrapper .right_wrapper .title h2 {
  font-family: GurmukhiMN, sans-serif;
  font-size: 41px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

.contact-wrapper .right_wrapper a,
.contact-wrapper .right_wrapper label {
  font-family: GilroyMedium, sans-serif;
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: block;
}

.contact-wrapper .right_wrapper a {
  display: inline;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  position: relative;
}

.contact-wrapper .right_wrapper a:before {
  position: absolute;
  bottom: -10px;
  content: '';
  left: 0;
  background-color: #fff;
  width: 0;
  height: 1px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.contact-wrapper .right_wrapper a:hover:before {
  width: 100%;
}

.contact-wrapper .right_wrapper input,
.contact-wrapper .right_wrapper textarea {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-family: GilroyMedium, sans-serif;
  width: 100%;
}

.contact-wrapper .right_wrapper form div {
  margin-top: 30px;
}

.contact-wrapper .right_wrapper form .submit {
  margin-top: 30px;
}

.contact-wrapper .right_wrapper form .submit a {
  display: inline-block;
  width: auto;
}

.contact-wrapper .right_wrapper form .submit a:before {
  content: none;
}

.contact-wrapper .right_wrapper form .submit a:hover {
  background-color: #fff;
  color: #154a7f;
}

.contact-wrapper .right_wrapper form .inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.contact-wrapper .right_wrapper form .inline input {
  width: 30px;
  background: 0 0;
}

.contact-wrapper .right_wrapper form .inline label {
  display: inline-block;
  margin-left: 30px;
}
.custom-radio {
  position: absolute;
}
.custom-radio input {
  position: absolute;
  /* z-index: -1; */
  opacity: 0;
  width: 16px;
  background: 0 0;
  margin: 0;
  height: 24px;
}
.radio-choice {
  position: unset;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -100%;
}
.custom-radio .first {
  margin-left: 0;
}
form input {
  border-radius: 0;
}
.custom-radio input + .wpcf7-list-item-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.custom-radio input + .wpcf7-list-item-label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 60%;
}

.custom-radio
  input:not(:disabled):not(:checked)
  + .wpcf7-list-item-label:hover::before {
  border-color: #b3d7ff;
  background: #b3d7ff;
}

.custom-radio input:not(:disabled):active .wpcf7-list-item-label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-radio input:focus .wpcf7-list-item-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-radio input:focus:not(:checked) .wpcf7-list-item-label::before {
  border-color: #80bdff;
}
.custom-radio .wpcf7-list-item-label {
  text-indent: -9999999px;
}
.custom-radio input:checked ~ .wpcf7-list-item-label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio input:disabled .wpcf7-list-item-label::before {
  background-color: #e9ecef;
}

.contact .radio {
  margin-bottom: 0.4em;
}

.instagram {
  padding: 55px 0;
}

.instagram-slider {
  max-width: 980px;
  width: 100%;
}

.instagram-slider__item {
  overflow: hidden;
}

.instagram-slider__item img {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  height: 100%;
  max-height: 193px;
  object-fit: cover;
  width: 100%;
}

.instagram-slider__item img:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.instagram-wrapper {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  display: inline-block;
  width: 100%;
}

.instagram-info {
  background: #154a7f;
  width: 100%;
  padding: 20px 20px 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 190px;
}

.instagram-info .slider-arrows {
  margin-left: auto;
}

.instagram-info i {
  color: #fff;
  font-size: 23px;
  display: block;
  margin-bottom: 10px;
}

.instagram-info span {
  color: #fff;
  font-size: 13px;
  font-family: GilroySemiBold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.instagram-info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.instagram .slick-slide {
  margin: 0 2px;
}

.instagram .slick-list {
  margin: 0 -2px;
}

.instagram .hovered .overlay {
  opacity: 1;
  z-index: 3;
}

.instagram .partners__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.instagram .partners__wrapper .partners-item {
  margin-top: 50px;
}

.instagram .partners__wrapper .partners-item img {
  margin: 0 auto;
}

footer {
  background-color: #154a7f;
  padding: 35px 0 50px;
}

footer .container {
  max-width: 1200px;
}

footer .navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer-wrapper,
footer .footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer__menu {
  width: 100%;
}

footer .footer-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-menu li {
  transform: none;
  opacity: 1;
}
.copyright .footer-menu li a:before {
  z-index: 2;
  top: auto;
  bottom: -7px !important;
}
.created-by-agency {
	text-align: center;
    color: #fff;
    margin-top: 20px;
    font-family: GilroyMedium, sans-serif;
    font-size: 11px;
}
.created-by-agency a {
	color: #fff;
	position: relative;
}
.created-by-agency a:before {
    position: absolute;
    bottom: -5px;
    content: '';
    left: 0;
    background-color: #fff;
    width: 0;
    height: 2px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.created-by-agency a:hover:before {
    width: 100%;
}

footer .footer-address a,
footer #footer-links a,
.footer .footer-wrapper > a {
  font-family: GilroySemiBold, sans-serif;
  font-size: 14px;
  color: #fff;
  position: relative;
}

footer .footer-address a:before,
footer #footer-links a:before {
  position: absolute;
  bottom: -10px;
  content: '';
  left: 0;
  background-color: #fff;
  width: 0;
  height: 2px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

footer .footer-address a:hover:before,
footer #footer-links a:hover:before {
  width: 100%;
}

footer #footer-links a {
  margin-right: 20px;
  text-transform: uppercase;
}

footer .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

footer .socials i {
  font-size: 22px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 7px;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #376492;
}

.copyright .footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.copyright .footer-menu li {
  line-height: 13px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 0;
}

.copyright .footer-menu li a {
  font-family: GilroyMedium, sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 13px;
}

.copyright .footer-menu li a:before {
  position: absolute;
  bottom: -10px;
  content: '';
  left: 0;
  background-color: #fff;
  width: 0;
  height: 2px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.copyright .footer-menu li a:hover:before {
  width: 100%;
}

.copyright .footer-menu li:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  right: -10px;
  background-color: #fff;
}

.copyright .footer-menu:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  left: -10px;
  background-color: #fff;
}

.copyright span {
  font-family: GilroyMedium, sans-serif;
  font-size: 13px;
  color: #fff;
  margin-right: 20px;
  line-height: 13px;
}

#scroll-down-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#scroll-down-animation i {
  color: #fff;
  font-size: 15px;
}

.mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 2px solid #fff;
  height: 50px;
  width: 30px;
  position: relative;
}

.move {
  position: absolute;
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: move 2s linear infinite;
  animation: move 2s linear infinite;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, 20px);
    opacity: 1;
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
  }

  100% {
    transform: translate(-50%, 30px);
    opacity: 0;
    -webkit-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, 20px);
    opacity: 1;
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
  }

  100% {
    transform: translate(-50%, 30px);
    opacity: 0;
    -webkit-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
  }
}

header .mobile-menu {
  position: relative;
  z-index: 99999;
  visibility: hidden;
  max-width: 100vw;
  display: block;
}

.open header .mobile-menu {
  visibility: visible;
}

header .navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  left: 50%;
  top: 50%;
}
.main-header {
  transition: all 0.4s ease-in-out;
  position: fixed;
  height: 220px;
  width: 100%;
  z-index: 9;
  top: 0;
}
.main-header.small {
  height: 75px;
}
.main-header.small .header__logo img {
  display: none;
}
.header__logo .sticky-logo {
  display: none;
}
.main-header.small .header__logo .sticky-logo {
  display: block;
}
.main-header.small .header-wrapper {
  padding-top: 15px;
  padding-bottom: 0px;
}
.main-header.small img {
  max-height: 50px;
}
.main-header .menu-background {
  visibility: hidden;
  width: 300%;
  height: 250px;
  position: absolute;
  left: -130%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: background-position 0.5s, visibility 0.5s 0.5s,
    opacity 0.5s 0.7s, -webkit-transform 0.5s 0.5s;
  transition: background-position 0.5s, visibility 0.5s 0.5s, opacity 0.5s 0.7s,
    -webkit-transform 0.5s 0.5s;
  -o-transition: background-position 0.5s, transform 0.5s 0.5s,
    visibility 0.5s 0.5s, opacity 0.5s 0.7s;
  transition: background-position 0.5s, transform 0.5s 0.5s,
    visibility 0.5s 0.5s, opacity 0.5s 0.7s;
  transition: background-position 0.5s, transform 0.5s 0.5s,
    visibility 0.5s 0.5s, opacity 0.5s 0.7s, -webkit-transform 0.5s 0.5s;
}

.open .main-header .menu-background {
  opacity: 1;
  visibility: visible;
  -webkit-transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
  transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
  -o-transition: background-position 0.5s, transform 0.5s 0.5s;
  transition: background-position 0.5s, transform 0.5s 0.5s;
  transition: background-position 0.5s, transform 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
}

.main-header .menu-background.top {
  -webkit-transform: rotate(-45deg) translateY(-150%);
  -ms-transform: rotate(-45deg) translateY(-150%);
  transform: rotate(-45deg) translateY(-150%);
  background: -o-linear-gradient(bottom, #0594b4 50%, #fff 50%);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50%, #0594b4),
    color-stop(50%, #fff)
  );
  background: linear-gradient(to top, #0594b4 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: -100% 100%;
}

.open .main-header .menu-background.top {
  -webkit-transform: rotate(-45deg) translateY(-49%);
  -ms-transform: rotate(-45deg) translateY(-49%);
  transform: rotate(-45deg) translateY(-49%);
  background-position: 0 0;
}

.main-header .menu-background.middle {
  -webkit-transform: rotate(-45deg) translateY(50%) scaleY(0);
  -ms-transform: rotate(-45deg) translateY(50%) scaleY(0);
  transform: rotate(-45deg) translateY(50%) scaleY(0);
  background: #fff;
}

.open .main-header .menu-background.middle {
  -webkit-transform: rotate(-45deg) translateY(50%) scaleY(1);
  -ms-transform: rotate(-45deg) translateY(50%) scaleY(1);
  transform: rotate(-45deg) translateY(50%) scaleY(1);
}

.main-header .menu-background.bottom {
  -webkit-transform: rotate(-45deg) translateY(250%);
  -ms-transform: rotate(-45deg) translateY(250%);
  transform: rotate(-45deg) translateY(250%);
  background: -o-linear-gradient(top, #fff 50%, #0594b4 50%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    color-stop(50%, #0594b4)
  );
  background: linear-gradient(to bottom, #fff 50%, #0594b4 50%);
  background-size: 100% 200%;
  background-position: 0 -100%;
}

.open .main-header .menu-background.bottom {
  -webkit-transform: rotate(-45deg) translateY(149%);
  -ms-transform: rotate(-45deg) translateY(149%);
  transform: rotate(-45deg) translateY(149%);
  background-position: 0 0;
}

.open .main-header .navbar-nav {
  visibility: visible;
}

.main-header .navbar-nav li {
  opacity: 0;
  margin-bottom: 5px;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-header .navbar-nav li:nth-child(8) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-header .navbar-nav li:nth-child(8) span {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-header .navbar-nav li:nth-child(7) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-header .navbar-nav li:nth-child(7) span {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-header .navbar-nav li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-header .navbar-nav li:nth-child(6) span {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-header .navbar-nav li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-header .navbar-nav li:nth-child(5) span {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-header .navbar-nav li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.main-header .navbar-nav li:nth-child(4) span {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.main-header .navbar-nav li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.main-header .navbar-nav li:nth-child(3) span {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.main-header .navbar-nav li:nth-child(2) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.main-header .navbar-nav li:nth-child(2) span {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.main-header .navbar-nav li:nth-child(1) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.main-header .navbar-nav li:nth-child(1) span {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.open .main-header .navbar-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.open .main-header .navbar-nav li:nth-child(1) {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.open .main-header .navbar-nav li:nth-child(1) span {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.open .main-header .navbar-nav li:nth-child(2) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.open .main-header .navbar-nav li:nth-child(2) span {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.open .main-header .navbar-nav li:nth-child(3) {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.open .main-header .navbar-nav li:nth-child(3) span {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.open .main-header .navbar-nav li:nth-child(4) {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.open .main-header .navbar-nav li:nth-child(4) span {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.open .main-header .navbar-nav li:nth-child(5) {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.open .main-header .navbar-nav li:nth-child(5) span {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.open .main-header .navbar-nav li:nth-child(6) {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.open .main-header .navbar-nav li:nth-child(6) span {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.open .main-header .navbar-nav li:nth-child(7) {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.open .main-header .navbar-nav li:nth-child(7) span {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.open .main-header .navbar-nav li:nth-child(8) {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.open .main-header .navbar-nav li:nth-child(8) span {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.main-header .navbar-nav a {
  position: relative;
  font-size: 24px;
  text-decoration: none;
  color: #0594b4;
}

.main-header .navbar-nav a::before {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  position: absolute;
  left: -30px;
  top: 50%;
  background-color: #0594b4;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.main-header .navbar-nav a:hover::before {
  width: 15px;
}

header .header-wrapper {
  padding: 35px 30px 50px;
  transition: all 0.5s ease-in-out;
}

.nav {
  position: fixed;
  z-index: 1;
}

.nav:after,
.nav:before {
  content: '';
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(234, 234, 234, 0.2);
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -o-transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s,
    -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  transform: translateX(0) translateY(-100%);
}

.nav:after {
  background: #fff;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  top: 0;
}

.nav:before {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  top: 0;
}

.nav__content {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  font-size: calc(2vw + 10px);
  font-weight: 200;
  cursor: pointer;
  z-index: -2;
  visibility: hidden;
}

.nav-active .nav__content {
  z-index: 1;
  visibility: visible;
  /* background: #154a7f; */
}

.menu-item {
  position: relative;
  display: inline-block;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  /* margin-right: 25px; */
  margin-bottom: 30px;
}
.menu-item:last-of-type {
  margin-bottom: 0;
}
.menu-item .sub-menu {
  margin-top: 20px;
}
.nmenu-item .sub-menu {
  display: none;
  position: absolute;
}

.menu-item .menu-trigger {
  position: absolute;
  background: url(../img/arrow-active.png) no-repeat center center;
  width: 15px;
  transform: rotate(90deg);
  right: -35px;
  top: 10px;
  cursor: pointer;
  background-size: contain;
  /* border: 1px solid #fff; */
  height: 15px;
  display: inline-block;
  /* margin-left: 10px; */
  margin-bottom: 5px;
  padding: 4px;
  border-radius: 50%;
  transition: rotate 0.25s ease-in-out;
}

.menu-item a {
  color: #fff;
  font-family: GurmukhiMN, sans-serif;
  font-size: 26px;
  position: relative;
}

.menu-item a:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 0;
  height: 1px;
  top: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.nav__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}

.nav__bottom-info a,
.nav__top-info a {
  color: #fff;
  font-size: 16px;
}

.nav-active .hero-top-links__nav {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.menu-item a:hover:before {
  width: 100%;
}

body.nav-active .menu-icon__line {
  background-color: #000;
  -webkit-transform: translateX(0) rotate(-45deg);
  -ms-transform: translateX(0) rotate(-45deg);
  transform: translateX(0) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
  -webkit-transform: translateX(1px) rotate(45deg);
  -ms-transform: translateX(1px) rotate(45deg);
  transform: translateX(1px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
  -webkit-transform: translateX(-2px) rotate(45deg);
  -ms-transform: translateX(-2px) rotate(45deg);
  transform: translateX(-2px) rotate(45deg);
}

body.nav-active .nav {
  visibility: visible;
}

body.nav-active .nav:after,
body.nav-active .nav:before {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

body.nav-active .nav:after {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: #154a7f;
}

body.nav-active .nav:before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

body.nav-active .menu-item {
  opacity: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.3s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
}

body.nav-active .menu-item:nth-child(0) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

body.nav-active .menu-item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

body.nav-active .menu-item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

body.nav-active .menu-item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

body.nav-active .menu-item:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
body.nav-active .menu-item:nth-child(5) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
body.nav-active .menu-item:nth-child(6) {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
body.nav-active .menu-item:nth-child(7) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
body.nav-active .menu-item:nth-child(8) {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
body.nav-active .menu-item:nth-child(9) {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
body.nav-active .menu-item:nth-child(10) {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
body.nav-active .menu-item:nth-child(11) {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.nav__bottom-info,
.nav__top-info {
  display: none;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.treatments .slick-active .treatments-slider__item-content p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
  transition: opacity 0.6s linear 0.6s, -webkit-transform 1s ease-out 0.4s;
  -o-transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
}

.treatments .treatments-slider__item-content p {
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out, opacity 0.6s linear;
  transition: transform 0.6s ease-out, opacity 0.6s linear;
  transition: transform 0.6s ease-out, opacity 0.6s linear,
    -webkit-transform 0.6s ease-out;
}

.treatments .slick-active .treatments-slider__item-content h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
  transition: opacity 0.6s linear 0.6s, -webkit-transform 1s ease-out 0.4s;
  -o-transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s;
  transition: transform 1s ease-out 0.4s, opacity 0.6s linear 0.6s,
    -webkit-transform 1s ease-out 0.4s;
}

.treatments .treatments-slider__item-content h3 {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s linear, -webkit-transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out, opacity 0.6s linear;
  transition: transform 0.6s ease-out, opacity 0.6s linear;
  transition: transform 0.6s ease-out, opacity 0.6s linear,
    -webkit-transform 0.6s ease-out;
}

.hero-section .hero-slider__item {
  -webkit-animation: Slick-SkewSlideOut 1s both;
  animation: Slick-SkewSlideOut 1s both;
}

.hero-slider .slick-active {
  -webkit-animation: Slick-SkewSlideIn 1s both;
  animation: Slick-SkewSlideIn 1s both;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.content .content-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content .content-wrapper article {
  padding-top: 85px;
  padding-bottom: 10px;
  max-width: 59%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content .content-wrapper aside {
  max-width: 35%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

.content .content-wrapper aside .contact-wrapper {
  background-image: url(../img/contact.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.content .content-wrapper aside .contact-wrapper .right_wrapper {
  padding-top: 90px;
  padding-left: 70px;
  padding-right: 60px;
  padding-bottom: 90px;
  z-index: 2;
  max-width: 100%;
}

.content .content-wrapper aside .contact-wrapper .right_wrapper h2 {
  line-height: 55px;
}

.content .content-wrapper aside .contact-wrapper .overlay {
  background-color: rgba(21, 74, 127, 0.95);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  display: block !important;
  z-index: 1;
}

.content .content-wrapper h2 {
  font-size: 21px;
  color: #154a7f;
  font-family: GilroyMedium, sans-serif;
  margin-bottom: 25px;
  line-height: 30px;
  text-transform: none;
}
.content .content-wrapper h3 {
  font-size: 17px;
  color: #154a7f;
  font-family: GilroyMedium, sans-serif;
  margin-bottom: 25px;
  line-height: 24px;
  text-transform: none;
}

.content .content-wrapper p {
  font-family: GilroyLight, sans-serif;
  color: #979797;
  font-size: 16px;
  margin-bottom: 25px;
}

.content .content-wrapper strong {
  font-family: GilroyMedium, sans-serif;
}

.content .content-wrapper ol,
.content .content-wrapper ul {
  margin-bottom: 50px;
}

.content .content-wrapper ol li,
.content .content-wrapper ul li {
  color: #979797;
  font-family: GilroyLight, sans-serif;
}

.content .content-wrapper ol li::marker,
.content .content-wrapper ul li::marker {
  color: #154a7f;
}

.content .gallery-wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content .gallery-wrapper .gallery-item {
  max-width: 24%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24%;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  margin-bottom: 20px;
}

.content .gallery-wrapper .button-blue {
  border: 1px solid #154a7f;
}

.content .gallery-wrapper .button-cover {
  margin-top: 50px;
}

.content .offer-banner {
  margin-top: 25px;
  position: relative;
}

.content .offer-banner .offer__title {
  position: absolute;
  top: 50%;
  left: 35px;
  max-width: 145px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content .offer-banner .offer__title p {
  color: #fef9fb;
  font-size: 21px;
  font-family: GurmukhiMN, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

@-webkit-keyframes Slick-SkewSlideIn {
  from {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes Slick-SkewSlideIn {
  from {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes Slick-SkewSlideOut {
  from {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes Slick-SkewSlideOut {
  from {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.staff__slider-item {
  margin-right: 5px;
  margin-left: 5px;
}
.contact-wrapper .right_wrapper input.button-transparent {
  width: auto;
  border: 1px solid #fff;
}
.contact-wrapper .right_wrapper input.button-transparent:hover {
  background-color: #fff;
  color: #154a7f;
  cursor: pointer;
}
.contact-wrapper .right_wrapper textarea {
  resize: none;
}
.page-template-templatestemplate-about-php .contact {
  margin-top: 70px;
}

.page-template-templatestemplate-about-php .gallery-wrapper .gallery-item img {
  margin: 0 auto;
}
input {
  -webkit-appearance: none;
}
.header__logo img,
.footer__logo img {
  max-width: 290px;
}
.contact-info__left {
  max-width: 40%;
  flex: 1 auto;
}
.contact-info__right {
  flex: 1 auto;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .book-wrapp .left__image img {
    max-width: 550px;
    max-height: 400px;
  }
}

.fab.fa-instagram,
i.fab.fa-facebook-f {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.fab.fa-instagram:hover,
i.fab.fa-facebook-f:hover {
  background: #fff;
  color: #154a7f !important;
}

.instagram .fab.fa-instagram:hover {
  background: 0 0;
}

.fa-instagram:before {
  /*color: #fff;*/
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
}

.breadcrumbs-wrapper {
  margin-top: 10px;
}

ul.breadcrumb li {
  display: inline;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-family: GilroyMedium, sans-serif;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: #fff;
  content: '/\00a0';
}

ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
  font-family: GilroyMedium, sans-serif;
}

ul.breadcrumb li a {
  position: relative;
}

ul.breadcrumb li a:before {
  position: absolute;
  bottom: -10px;
  content: '';
  left: 0;
  background-color: #fff;
  width: 0;
  height: 2px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

ul.breadcrumb li a:hover:before {
  width: 100%;
}


@media screen and (min-width: 768px) {

  .google-rating.ggogledesktop { position: fixed; bottom: 20px; left: 20px; z-index: 999; display: inline-block;  width: 210px; cursor: pointer; background: #ffffff; border-radius: 0; padding: 8px 10px; box-shadow: 5px 5px 5px #00000017; border-top: 5px solid #4FCE6A;}
  .google-rating.ggogledesktop > img {width: 30% !important; display: inline-block; padding: 0 12px 0 0;}
  .google-rating.ggogledesktop #googlerating {width: 70%; float: right; display: inline-block;}
  .google-rating.ggogledesktop #googlerating .fulltotal {width: 100%; float: left; display: inline-block; position: relative; top: 3px;}
  .google-rating.ggogledesktop #googlerating .fulltotal .g-level1 {width: 100%; float: left; display: inline-block; margin: 0 0 4px;}
  .google-rating.ggogledesktop #googlerating .fulltotal .g-level2 {width: 100%; display: flex; flex-wrap: wrap; position: relative; float: left; align-items: center;}
  .google-rating.ggogledesktop #googlerating .fulltotal .g-level1 h2 {font-size: 16px; font-weight: 500; line-height: normal;}
  .google-rating.ggogledesktop #googlerating .fulltotal .g-level2 .gsub-level1 {width: auto; margin: 0 6px 0 0; color: #e7711b;}
  .google-rating.ggogledesktop #googlerating img {width: auto; display: inline-block;}

  .google-rating.ggogledesktop .googlerating {width: 70%; float: right; display: inline-block;}
  .google-rating.ggogledesktop .googlerating .fulltotal {width: 100%; float: left; display: inline-block; position: relative; top: 3px;}
  .google-rating.ggogledesktop .googlerating .fulltotal .g-level1 {width: 100%; float: left; display: inline-block; margin: 0 0 4px;}
  .google-rating.ggogledesktop .googlerating .fulltotal .g-level2 {width: 100%; display: flex; flex-wrap: wrap; position: relative; float: left; align-items: center;}
  .google-rating.ggogledesktop .googlerating .fulltotal .g-level1 h2 {font-size: 16px; font-weight: 500; line-height: normal;}
  .google-rating.ggogledesktop .googlerating .fulltotal .g-level2 .gsub-level1 {width: auto; margin: 0 6px 0 0; color: #e7711b;}
  .google-rating.ggogledesktop .googlerating img {width: auto;}

  .wp-gr .wp-google-badge_left-fixed { display: none;}

}

@media screen and (max-width: 768px) {

  .google-rating.ggogledesktop { display: none;}
  .wp-google-badge.wp-google-badge_left-fixed .wp-google-badge-score { margin-left: 0 !important;}
  .wp-google-badge.wp-google-badge_left-fixed { left: 15px !important; bottom: 20px !important; z-index: 999 !important; cursor: pointer; width: 105px !important;}
  .wp-google-badge.wp-google-badge_left-fixed span.wp-star { width: 17px !important; float: left !important;}
  .wp-google-badge.wp-google-badge_left-fixed span.wp-star svg { width: 100% !important; float: left;}
  .wp-google-badge.wp-google-badge_left-fixed span.wp-google-rating { display: none !important;}

}

.blog-posts {
  padding-top: 25px;
  max-width: 59%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog__post-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 60px;
}

.blog__post-small .button-cover {
  width: 100%;
}

.post-small_right {
  max-width: 70%;
  width: 100%;
}

.blog__post-thumbnail {
  max-width: 160px;
  max-height: 160px;
}
.blog__post-thumbnail img {
  max-width: 150px;
  max-height: 150px;
  height: 100%;
  object-fit: cover;
}
.blog__post-date {
  width: 100%;
}

.blog__post-date span {
  color: #979797;
  font-size: 13px;
  font-family: GilroyBold, sans-serif;
  text-transform: uppercase;
}

.hero-section {
  margin-top: 138px;
}
.blog__post-title {
  width: 100%;
  padding-top: 20px;
}

.blog__post-title h3 {
  color: #154a7f;
  font-size: 21px;
  font-family: GilroyMedium, sans-serif;
  line-height: 30px;
}

.blog__post-excerpt {
  /* padding-top: 25px; */
  width: 100%;
  font-size: 16px;
  color: #979797;
  font-family: GilroyLight, sans-serif;
}

.blog_sidebar {
  background: url(../img/sidebar.png) no-repeat center center;
  background-size: cover;
  padding: 50px 45px;
  margin-top: 30px;
}

.blog_sidebar h2 {
  font-family: GurmukhiMN, sans-serif !important;
  font-size: 30px !important;
  color: #fef9fb !important;
  text-transform: uppercase;
  margin-bottom: 35px !important;
  font-weight: 400;
}

.blog_sidebar ul {
  list-style-type: none;
  padding-left: 30px;
}

.blog_sidebar ul li {
  margin-bottom: 25px;
  position: relative;
}

.blog_sidebar ul li:last-of-type {
  margin-bottom: 0;
}

.blog_sidebar ul li a {
  color: #fef9fb;
  font-size: 16px;
  font-family: GilroyMedium, sans-serif;
}

.blog_sidebar ul li.active:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url(../img/arrow-active.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog-inner {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 50px;
}

.blog-image img {
  max-height: 375px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-date {
  margin-top: 50px;
  margin-bottom: 25px;
}

.blog-date span {
  color: #979797;
  font-family: GilroyBold, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}

.content .content-wrapper.fees h2 {
  font-family: GilroyLight, sans-serif;
  font-size: 27px;
  line-height: 45px;
  text-transform: none;
  letter-spacing: 0;
}

.table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}

.table-header span {
  font-family: GilroyMedium, sans-serif;
  font-size: 21px;
  color: #154a7f;
  text-transform: capitalize;
}

.table-content {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}

.table-content .table-content__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-content .table-content__item span {
  font-size: 16px;
  color: #979797;
  font-family: GilroyMedium, sans-serif;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.smile-gallery {
  padding-top: 80px;
}

.smile-gallery__item {
  margin-bottom: 50px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 50px;
}

.gallery-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-image img {
  max-width: 330px;
}
.gallery-image img:first-of-type {
  margin-right: 15px;
}
.gallery-info {
  margin-top: 40px;
}

.gallery-info .gallery-author {
  margin-bottom: 15px;
}

.gallery-info .gallery-author span {
  color: #979797;
  font-size: 13px;
  font-family: GilroyBold, sans-serif;
  text-transform: uppercase;
}

.our-team__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.team {
  padding-top: 80px;
}

.team .staff__slider-item {
  margin-bottom: 90px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.team-inner-photo-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  /* -webkit-justify-content: space-between; */
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px;
}
.team-inner-photo-info img {
  max-width: 330px;
}
.team-inner .team-info {
  max-width: 50%;
  /* flex: 0; */
  margin-left: 60px;
}
.content .treatment-inner p {
  margin-bottom: 40px;
}

.contact-info {
  padding: 80px 0;
}

.contact-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info-wrapper h2 {
  color: #154a7f;
  font-size: 21px;
  font-family: GilroyMedium, sans-serif;
  text-align: center;
}

.contact-info-wrapper p {
  color: #979797;
  font-size: 16px;
  font-family: GilroyMedium, sans-serif;
  text-align: center;
}

.contact-info-wrapper .phone-mail {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-info-wrapper .phone-mail div {
  width: 100%;
  text-align: center;
}

.contact-info-wrapper .phone-mail div span {
  color: #154a7f;
  font-size: 16px;
  font-family: GilroyMedium, sans-serif;
}

.contact-info-wrapper .phone-mail div a {
  font-family: GilroyMedium, sans-serif;
  font-size: 16px;
  color: #979797;
}

.contact-info-wrapper .phone-mail .phone {
  margin-bottom: 10px;
}

.contact-info-wrapper .contact-info__bottom {
  margin-top: 80px;
}

.contact-info-wrapper .contact-info__bottom p {
  margin-top: 15px;
}

.content .doc-name h2 {
  font-size: 28px;
  color: #154a7f;
  font-family: GurmukhiMN, sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.content .doc-position p {
  font-family: GilroyMedium, sans-serif;
  color: #979797;
  font-size: 20px;
  margin-bottom: 40px;
}

.content .doc-qual p {
  font-size: 16px;
  color: #979797;
  font-family: GilroyMedium, sans-serif;
  margin-bottom: 5px;
}

.content .doc-qual span {
  color: #154a7f;
  font-size: 16px;
  font-family: GilroyMedium, sans-serif;
}
.content .doc-qual span a {
  color: #154a7f;
  font-size: 16px;
  font-family: GilroyMedium, sans-serif;
}
.video-testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 85px;
}

.video-testimonials .button-cover {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px auto 0 auto;
  width: 100%;
}

.testimonials-item {
  margin-bottom: 30px;
}

.text-testimonials {
  padding: 100px 0 65px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 65px;
}

.text-testimonials .testimonial__item {
  padding-bottom: 60px;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(234, 234, 234, 0.2);
  max-width: 28%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
}

.text-testimonials .testimonial__item p {
  color: #fff;
  font-size: 16px;
  font-family: GilroyMedium, sans-serif;
}

.text-testimonials .testimonial__item .author {
  margin-top: 55px;
}

.text-testimonials .testimonial__item .author span {
  color: #fff;
  font-size: 17px;
  font-family: GilroySemiBold, sans-serif;
}

.text-testimonials .testimonial__item .rating {
  margin-top: 10px;
}

.text-testimonials .testimonial__item .rating i {
  color: #ffc300;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonial-wrapper .button-cover {
  width: 100%;
  text-align: center;
}

.pagination {
  margin-top: 50px;
}

.pagination__wrapper a {
  text-transform: uppercase;
  font-family: GilroyBold, sans-serif;
  font-size: 15px;
  margin-left: 25px;
  color: #979797;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pagination__wrapper a:hover {
  color: #154a7f;
}

.pagination__wrapper a.active {
  color: #154a7f;
}

.pagination__wrapper a:last-of-type {
  margin-right: 0;
  margin-left: 30px;
  color: #154a7f;
}

.pagination__wrapper a:first-of-type {
  margin-right: 30px;
  color: #154a7f;
}

.pagination__wrapper span {
  margin-left: 25px;
  font-size: 15px;
  color: #979797;
  font-family: GilroyBold, sans-serif;
}

.treatments-big-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.treatments-big-slider .treatments-slider__item {
  margin-bottom: 65px;
}

.big-treatments {
  padding-bottom: 25px;
}

blockquote {
  background: #f0f0f0;
  padding: 25px 25px 25px 25px;
}

.blockquote-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blockquote-image img {
  max-width: 310px;
}

.blockquote-bottom {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blockquote-bottom .title span {
  color: #154a7f;
  font-size: 21px;
  font-family: GilroyMedium, sans-serif;
}

.treatment-inner {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e3e3e3;
}

.treatment-inner img {
  max-height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.treatment-inner blockquote {
  margin-bottom: 50px;
}

.treatment-inner blockquote img {
  margin-bottom: 0;
}

.hero-section .hero-bottom__left .socials i:hover:before {
  color: #154a7f;
}
@media screen and (max-width: 1200px) {
  #scroll-down-animation {
    display: none;
  }
  .header-address,
  #header-links {
    display: none;
  }
  header .hamburger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-wrapper {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .hero-bottom {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-bottom__right .button-cover .button-blue:nth-of-type(3) {
    margin-top: 15px;
  }
  .contact-info-wrapper {
    flex-wrap: wrap;
  }
  .hero-section {
    margin-top: 220px;
  }
  .contact-info__left {
    max-width: 100%;
    flex: 1 auto;
  }
  .contact-info__right {
    flex: 1 auto;
    width: 100%;
  }
  .nav-active .nav__bottom-info,
  .nav-active .nav__top-info {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .nav-active #menu-header-menu {
    z-index: 9999;
  }
  .nav-active .hero-section .hero-top-links {
    z-index: -1;
  }
  .nav-active .hero-section .hero-slider .slick-next,
  .nav-active .hero-section .hero-slider .slick-prev {
    z-index: -1;
  }
  .nav__bottom-info,
  .nav__top-info {
    display: block;
  }
  /* .instagram-info {
    max-height: 130px;
  } */
  .instagram-slider__item img {
    max-height: 150px;
    height: 100%;
    object-fit: cover;
  }
  footer .footer-address a,
  footer #footer-links a {
    font-size: 12px;
  }

  header .header-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-section .hero-bottom__left {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container {
    max-width: 900px;
  }

  .header__logo img {
    width: 80%;
    margin: 0 auto;
  }

  .presentate {
    padding: 70px 0;
  }

  .presentate .presentate__text p {
    font-size: 27px;
    line-height: 43px;
  }

  h2 {
    font-size: 31px;
  }

  .treatments {
    padding: 70px 0;
  }

  .treatments .treatments-slider__item {
    max-height: 600px;
  }
  .treatments .treatments-slider__item img {
    height: 100%;
    width: 100%;
  }

  .treatments .treatments-slider__item-content .button-cover {
    margin-top: 30px;
  }

  .treatments .treatments-slider__item-content {
    bottom: 60px;
  }

  .testimonials__text p {
    font-size: 21px;
    line-height: 42px;
  }

  .staff-photo img {
    /* max-width: 250px; */
  }

  .staff-info {
    margin-top: 25px;
  }

  .staff-info p {
    margin-top: 10px;
  }

  .staff-info .button-cover {
    margin-top: 20px;
  }

  .staff-info h3 {
    font-size: 23px;
    line-height: 25px;
  }

  .book-wrapp .left__image img {
    max-width: 450px;
    height: auto;
    margin-top: 2%;
  }

  .book-wrapp .left__image {
    min-height: 250px;
  }

  .book-wrapp .right__text .title h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .advantages__slider-item {
    max-height: 200px;
    background-size: 130%;
  }

  .advantages__slider-item p {
    font-size: 25px;
    line-height: 30px;
  }

  .contact-wrapper .right_wrapper {
    padding: 100px 0;
  }

  .contact-wrapper .contact_left img {
    max-height: 540px;
    margin: auto 0 auto 0;
  }

  .contact_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-wrapper .right_wrapper .title h2 {
    font-size: 31px;
    line-height: 35px;
  }

  .instagram-slider {
    max-width: 650px;
  }

  .content .content-wrapper aside .contact-wrapper .right_wrapper {
    padding: 45px 30px 45px 30px;
  }

  .post-small_right {
    max-width: 65%;
    width: 100%;
  }

  .smile-gallery .gallery-image img {
    max-width: 250px;
  }

  .team .staff__slider-item {
    margin-bottom: 50px;
  }

  .team-inner-photo-info img {
    max-width: 250px;
  }

  iframe {
    width: 100%;
  }

  .testimonials-item {
    max-width: 48%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }

  .treatment-inner blockquote img {
    max-width: 200px;
  }

  .contact-info-wrapper .contact-info__bottom {
    margin-top: 40px;
  }

  .contact-info-wrapper h2 {
    line-height: 31px;
  }
}

@media screen and (max-width: 1148px) {
  .hero-bottom__right .button-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-wrapper > a {
    margin-left: 4px;
    margin-right: 4px;
  }

}

@media screen and (max-width: 768px) {
  .header-wrapper > a {
    margin-left: 4px;
    margin-right: 4px;
  }
  .smile-gallery .gallery-image img {
    max-width: 100%;
    width: 100%;
  }
  .hero-section {
    margin-top: 104px;
  }

  .hero-bottom__right .button-cover .button-blue:nth-of-type(3) {
    margin-top: 0 !important;
  }

  .hero-bottom__right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .hero-bottom__right .button-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-bottom__right .button-cover a {
    margin-right: 5px;
    margin-left: 5px;
  }

  .hero-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .general .blocks__wrapper-left,
  .general .blocks__wrapper-right {
    min-height: 500px;
  }

  .treatments .treatments-slider__item {
    display: flex;
    align-items: center;
  }

  .treatments .slick-slide {
    margin: 0 15px;
  }

  .treatments .slick-list {
    margin: 0 -15px;
  }

  .testimonials__text {
    padding-left: 50px;
  }

  .testimonials {
    padding: 100px 0 100px 0;
  }

  .staff-photo img {
    max-width: 100%;
  }

  .staff .slick-slide {
    margin: 0 15px;
  }
  .staff__slider-item {
    margin: 0;
  }
  .staff .slick-list {
    margin: 0 -15px;
  }

  .staff__slider {
    max-width: 90%;
    margin: 0 auto;
  }

  .staff .staff__slider .slick-prev {
    left: -40px;
  }

  .staff .staff__slider .slick-next {
    right: -40px;
  }

  .book-wrapp .left__image img {
    max-width: 350px;
    height: auto;
    margin-top: 5%;
  }

  .book {
    padding: 60px 0 60px 0;
  }

  .advantages__slider-item {
    max-height: 150px;
  }

  .advantages .slick-dots {
    bottom: -50px;
  }

  .contact-wrapper .right_wrapper {
    padding: 70px 15px;
    max-width: 100%;
  }

  .instagram-slider {
    max-width: 500px;
  }

  .footer-address,
  #footer-links {
    width: 100%;
    text-align: center;
  }

  .footer-address {
    margin-bottom: 15px;
  }

  footer .footer-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer-links {
    margin-top: 15px;
  }

  .content .content-wrapper article,
  .content .content-wrapper aside {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .content .content-wrapper aside {
    margin-top: 30px;
  }

  .blog-posts {
    max-width: 100%;
    width: 100%;
  }

  .offer-banner img {
    width: 100%;
  }

  .content .content-wrapper article {
    padding-top: 50px;
  }

  .our-team__slider {
    max-width: 90%;
    margin: 0 auto;
  }

  .staff-info,
  .staff-photo {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* .team-inner-photo-info{
    flex-wrap: wrap;
  } */
  .team-inner-photo-info img {
    max-width: 100%;
  }
  .team-inner-photo-info {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .text-testimonials .testimonial__item {
    max-width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }

  .treatment-inner blockquote img {
    max-width: 100%;
  }

  .contact-info-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-info__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .header-wrapper > a {
    display: none;
  }

  .book-wrapp {
    flex-wrap: wrap;
  }
  footer .socials {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .page-template-templatestemplate-about-php .gallery-wrapper .gallery-item {
    max-width: 46%;
    flex: 0 0 46%;
  }
  .hero-section .hero-slider__item--content {
    margin: 0 25px;
  }
  .pagination__wrapper a:first-of-type {
    margin-right: 0;
    margin-left: 0;
  }
  .pagination__wrapper a:nth-of-type(2n) {
    margin: 0 10px;
  }
  .pagination__wrapper a:last-of-type,
  .pagination__wrapper span {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container {
    padding: 0 20px;
  }
  .hero-section {
    min-height: 350px;
  }
  .hero-section {
    max-height: 350px;
  }
  #footer-links {
    order: 3;
  }
  .footer__logo {
    order: 1;
  }
  .footer-address {
    order: 2;
  }
  .hero-section .hero-bottom,
  .hero-section .hero-top-links__nav {
    display: none;
  }

  .testimonials-item,
  .text-testimonials .testimonial__item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .video-testimonials {
    padding-top: 50px;
  }

  .text-testimonials .testimonial__item .author {
    margin-top: 30px;
  }

  .text-testimonials .testimonial__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  h1 {
    font-size: 23px;
  }

  .hero-section {
    height: 100%;
  }

  .home .hero-section {
    min-height: 450px;
    max-height: 450px;
  }

  .home .hero-section .hero-slider__item {
    min-height: 450px;
    max-height: 450px;
  }
  .hero-section .hero-slider__item {
    height: 100%;
    min-height: 350px;
  }

  .hero-section .hero-slider .slick-next,
  .hero-section .hero-slider .slick-prev {
    top: 65%;
  }

  .presentate .presentate__text p {
    line-height: 30px;
    font-size: 21px;
  }

  .presentate .presentate__text {
    margin-top: 20px;
  }

  .presentate {
    padding: 35px 0;
  }

  .general .blocks__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .general .blocks__wrapper-left {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 350px;
  }

  .general .blocks__wrapper-right {
    display: none;
  }

  .treatments .treatments-slider__item-content {
    left: 15px;
    top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .testimonials {
    padding: 50px 0;
  }

  .testimonials .testimonial__slider-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonials__name {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: none;
    margin-bottom: 15px;
  }

  .testimonials__text {
    padding-left: 0;
  }

  .testimonials .slick-active .testimonials__text p {
    font-size: 18px;
  }

  .testimonials .button-cover {
    margin-top: 30px;
  }
  .book {
    padding: 30px 0;
  }
  .book-wrapp .left__image img {
    max-width: 100%;
    margin-left: -6%;
  }
  .book-wrapp .left__image {
    position: relative;
    background: no-repeat;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .staff {
    padding: 50px 0;
  }

  .staff .slick-dots {
    bottom: -40px;
  }

  .book-wrapp .right__text .title {
    max-width: 80%;
  }
  .right__text {
    padding-top: 30px;
  }
  .book-wrapp .right__text .title p {
    margin-top: 15px;
  }
  .advantages__slider-item {
    padding: 45px 15px;
  }

  .contact_left {
    display: none;
  }

  .instagram-slider {
    max-width: 100%;
  }

  .instagram-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .instagram-info {
    margin-left: 0;
    margin-top: 15px;
    max-width: 100%;
  }

  .instagram-slider__item img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    max-height: 200px;
    width: 100%;
  }

  .instagram .partners__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .copyright {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
  }

  .copyright span {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .copyright .footer-menu {
    margin-bottom: 15px;
  }

  .copyright .footer-menu:before {
    content: none;
  }

  .copyright .footer-menu li:last-of-type {
    margin-right: 0;
  }

  .copyright .footer-menu li:last-of-type:after {
    content: none;
  }

  .post-small_right {
    max-width: 100%;
    width: 100%;
  }
  .blog__post-thumbnail {
    max-width: 100%;
    max-height: 100%;
  }
  .blog__post-thumbnail {
    margin-bottom: 15px;
  }

  .blog__post-excerpt {
    padding-top: 25px;
  }

  .content .content-wrapper p {
    margin-bottom: 25px;
  }

  /* .pagination__wrapper a:first-of-type,.pagination__wrapper a:last-of-type {
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center
    } */

  .pagination__wrapper a {
    margin-left: 15px;
  }

  .content .content-wrapper article {
    padding-top: 35px;
  }

  .blog-date {
    margin-top: 25px;
  }

  .content .content-wrapper h2 {
    margin-bottom: 25px;
  }

  .gallery-image img {
    max-width: 100%;
    margin-bottom: 5px;
    width: 100%;
  }

  .smile-gallery {
    padding-top: 40px;
  }

  .gallery-info {
    margin-top: 20px;
  }

  .team .staff__slider-item {
    margin-bottom: 0;
  }

  .team-inner-photo-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-info {
    margin-top: 30px;
    width: 100%;
  }

  .treatments {
    padding: 30px 0;
  }

  .treatment-inner blockquote img {
    margin-bottom: 15px;
  }

  .blockquote-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blockquote-bottom .title span {
    margin-bottom: 15px;
    display: block;
  }

  .contact-info__left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-info {
    padding: 40px 0;
  }

  .contact-info-wrapper .contact-info__bottom {
    margin-top: 30px;
  }

  .contact-info__top h2 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .image-scheme.mobile {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .treatments-big-slider .treatments-slider__item-content h3,
  .treatments-big-slider .treatments-slider__item-content p {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .big-treatments .more-treatments {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .mobile-menu {
    display: none;
  }
  .hero-section {
    margin-top: 188px;
  }
}
body * {
  scrollbar-color: #f3f3f3;
  scrollbar-width: thin;
}
body *::-webkit-scrollbar {
  width: 5px;
  background-color: #154a7f;
}
body *::-webkit-scrollbar-thumb {
  background-color: #f3f3f3;
}

/*referal form*/
.referal-form-wrapper .button-transparent:hover {
  background-color: #fff;
  color: #154a7f;
}
.overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99;
}
.referal-form-wrapper {
  max-width: 70%;
  margin: 0 auto;
  padding: 15px 30px;
  display: none;
  position: fixed;
  top: 2%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, 0%);
  width: 100%;
  z-index: 99999;
  max-height: 850px;
  overflow-x: auto;
}
.no-scroll-ellias {
  overflow: hidden;
}
.closebtn {
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 15px;
  width: 20px;
  height: 20px;
}
.referal-form-wrapper h2 {
  color: #154a7f;
  font-size: 42px;
  text-transform: capitalize;
}
.referal-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
}
.referal-form-wrapper form div {
  width: 100%;
  margin-top: 15px;
}
.referal-form-wrapper form .inline {
  display: flex;
  justify-content: space-between;
}
.referal-form-wrapper form .inline div {
  max-width: 46%;
  width: 46%;
}
.referal-form-wrapper form input,
.referal-form-wrapper form textarea {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #154a7f;
  color: #c9c9c9;
  font-size: 16px;
  font-family: GilroyMedium, sans-serif;
  width: 100%;
  resize: none;
}
.referal-form-wrapper input[type='submit'] {
  border: 1px solid #154a7f;
  border-radius: 30px;
  color: #154a7f;
  cursor: pointer;
}
.referal-form-wrapper input[type='submit']:hover {
  background: #154a7f;
  color: #fff;
  border-color: #154a7f;
}
.referal-form-wrapper form label,
.referal-form-wrapper form textarea::placeholder {
  font-family: GilroyMedium, sans-serif;
  color: #154a7f;
  font-size: 16px;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.referal-form-wrapper form input[type='checkbox'] {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  margin-right: 10px;
}

/* input[type='checkbox'] {
  display: none;
} */
input[type='checkbox'] + label {
  background: #fff;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  display: inline-block;
  padding: 0 0 0 0px;
}
input[type='checkbox']:checked {
  background: #154a7f;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 0 0 0 0px;
}
.referal-form-wrapper p {
  color: #154a7f;
}
.referal-form-wrapper span.wpcf7-list-item {
  margin: 0;
  margin-right: 1em;
}
label p {
  display: inline-block;
}
.boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.boxes .item {
  display: flex;
  align-items: center;
}
.post-type-archive-team .staff__slider-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .referal-form-wrapper {
    max-height: 500px;
    top: 20%;
  }
  .staff-photo {
    max-width: 100%;
  }
}
@media (min-width: 1021px) and (max-width: 1366px) {
  .hero-section {
    margin-top: 188px;
  }
}
@media (min-width: 1025px) and (max-width: 1360px) {
  /* header .hamburger {
    position: relative;
    top: 0;
  } */
  .main-header {
    display: flex;
    align-items: center;
  }
  /* .nav:after,
  .nav:before {
    content: none;
  } */
}
@media screen and (max-width: 575px) {
  .staff .slick-slide {
    margin: 0px;
  }
  .staff__slider-item {
    margin: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .hero-section .hero-slider__item {
    min-height: 656px;
  }
}
@media screen and (max-width: 768px) {
  .referal-form-wrapper {
    top: 0%;
    max-height: 600px;
	max-width: 90%;
    transform: translate(-50%, 25%);
  }
  .post-type-archive-treatment .more-treatments {
    display: none;
  }
  .post-type-archive-treatment .treatments .treatments-slider__item {
    margin-bottom: 30px;
  }
  .header__logo img {
    display: none;
  }
  .header__logo .sticky-logo {
    display: block;
    max-height: 50px;
  }
  .main-header {
    height: 70px;
  }
  header .header-wrapper {
    padding: 10px 0 0 0;
  }
  .hero-section {
    margin-top: 25px;
  }
  .inline {
    flex-wrap: wrap;
  }
  .referal-form-wrapper form .inline div {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .referal-form-wrapper {
    padding: 30px 15px;
  }
  .boxes {
    flex-wrap: wrap;
  }
  .team-inner .team-info {
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
  }
}
#wpadminbar {
  z-index: 1;
}
.home .hero-slider__item--content.inner-pages {
  display: none;
}
.hero-slider__item--content.inner-pages {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
}
.sub-menu {
  /* height: 0; */
  /* transition: all 0.25s ease-in-out; */
  /* overflow: hidden; */
  display: none;
  text-align: center !important;
}
.submenu-opened .sub-menu {
  /* height: 100%; */
  /* padding-bottom: 40%; */
}
.submenu-opened .menu-trigger {
  right: -35px;
}
.anchor-submenu {
  width: 15px;
  height: 15px;
  background: url('/wp-content/themes/denelodge/assets/img/chevron-bottom-512.png');
  background-size: contain;
}
.sub-menu li {
  margin-right: 0;
}
.sub-menu li a {
  font-size: 24px;
}
.sub-menu {
  /* position: absolute; */
  /* top: 60px; */
  width: 100%;
  text-align: left;
  /* padding-left: 10px !important; */
}
.submenu-opened .menu-trigger {
  transform: rotate(-90deg);
}
/*** 20.03.21  fixes***/

.inner-pages h1 {
  text-transform: uppercase;
}
.menu-item-has-children {
  z-index: 999999 !important;
}
.menu-item-has-children ul {
  /* background-color: #154a7f; */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.menu-item-has-children ul li a {
  color: #c1d0de;
  font-size: 20px;
  font-family: GilroyMedium, sans-serif;
}
.sub-menu .menu-item a:before {
  background: #fff;
}
.post-type-archive-testimonial .content {
  background: #fef9fb;
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f39e' !important;
}
.nav__list {
  flex-direction: column;
  align-items: center;
  display: flex;
}
.insta-gallery-feed .swiper-button-next,
.insta-gallery-feed .swiper-button-prev {
  display: none !important;
}
.insta-gallery-actions {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0 !important;
}
@media (max-width: 1200px) {
  header .hamburger.is-active {
    top: 50px;
  }
}
@media (max-width: 991px) {
  .submenu-opened .sub-menu {
    top: 50px;
  }
}
@media (max-width: 768px) {
  .submenu-opened .sub-menu {
    top: 40px;
  }
}
@media (max-width: 575px) {
  /* .sub-menu {
    top: 30px;
  } */
  .sub-menu {
    position: relative;
    top: 0;
    width: 100%;
    transition: all 0.25s ease-in-out;
    opacity: 0;
  }
  .sub-menu li a {
    font-size: 18px;
  }
  .submenu-opened .sub-menu {
    top: 0;
    padding-bottom: 0;
    height: auto;
    padding-left: 0 !important;
    opacity: 1;
  }
  .menu-item .menu-trigger {
    position: absolute;
    /* margin-left: 0; */
    right: -30px;
    margin-left: 0;
    top: 7px;
  }
  body.nav-active .menu-item {
    display: block;
  }
  .menu-item-has-children ul {
    background-color: transparent;
  }
  .menu-item-has-children ul li a {
    color: #fff;
  }
  .menu-item a {
    position: relative;
  }
  .instagram-slider__item img {
    min-height: 180px;
  }
  body.nav-active .menu-item {
    margin-right: 0px;
  }
  body.nav-active .menu-item {
    flex-wrap: wrap;
  }
  .treatments .treatments-slider__item-content h3 {
    opacity: 1;
    transform: none;
  }
  .instagram-slider__item img {
    max-height: 250px;
  }
  .instagram-slider__item {
    max-width: 48%;
    margin-top: 15px;
  }
  .instagram-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
div.cqc-widget.cleanstate,
.gallery-wrapper div.cqc-widget.cleanstate,
#CQCWidget-1-4758199880-1 {
  margin-top: 30px !important;
}
@media (max-width: 1030px) {
  .hero-bottom__right a:first-of-type {
    display: none;
  }
  .hero-bottom__right {
    max-width: 50%;
    width: 100%;
  }
  .hero-bottom__right .button-cover .button-blue:nth-of-type(3) {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .hero-bottom__right {
    max-width: 100%;
  }
  .hero-bottom {
    flex-wrap: wrap;
  }
  .hero-bottom__right {
    margin-top: 20px;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #154a7f inset;
  -webkit-text-fill-color: white !important;
}
#xray {
  border: none;
}
@media (max-width: 1280px) {
  body.nav-active .menu-item {
    margin-top: 10px;
  }
  .contact-info-wrapper .contact-info__bottom {
    margin-top: 0;
  }
  .menu-item a {
    font-size: 30px;
  }
  .menu-item-has-children ul li a {
    font-size: 16px;
    color: #c1d0de !important;
  }
  body.nav-active .menu-item {
    /*margin-top: 0;*/
  }
  .submenu-opened .sub-menu {
    margin-top: 0;
  }
  .menu-item {
    margin-bottom: 0;
  }
  .menu-item-has-children ul li a {
    font-size: 16px !important;
  }
}
.swiper-wrapper{
  height: 100% !important;
}
.insta-gallery-feed.insta-gallery-square .insta-gallery-list .insta-gallery-item, .insta-gallery-square.qligg-mfp-wrap .insta-gallery-list .insta-gallery-item,
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
  height: 100% !important;
}
.insta-gallery-feed.insta-gallery-square .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap, .insta-gallery-square.qligg-mfp-wrap .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap{
  height: 100% !important;
}
@media (min-width:1200px){
.menu-links-container,
.header-address{
	flex: 0 0 30%;
}	
}
.treatments-big-slider .treatments-slider__item-content p{
	opacity: 1;
	transform: none;
}