@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "Agatho";
  src: url("../fonts/AgathoBlack.eot");
  src: url("../fonts/AgathoBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/AgathoBlack.woff2") format("woff2"), url("../fonts/AgathoBlack.woff") format("woff"), url("../fonts/AgathoBlack.svg#AgathoBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
h1#hero-title-blog {
  font-size: 60px;
  font-weight: bold;
  color: #176596;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  h1#hero-title-blog {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1#hero-title-blog {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  h1#hero-title-blog {
    text-align: center;
  }
}

.blog-row {
  padding: 50px 0 100px;
}
@media (max-width: 768px) {
  .blog-row {
    padding: 50px 0 40px;
  }
}
.blog-row .col-md-6 {
  padding-bottom: 25px;
}
@media (min-width: 767px) {
  .blog-row .col-md-6 {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
  }
}
.blog-row img {
  min-height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .blog-row img {
    height: 220px;
    overflow: hidden;
  }
}
.blog-row .text {
  padding: 15px 0;
}
@media (max-width: 768px) {
  .blog-row .text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .blog-row .common-button {
    margin: auto;
    display: block;
  }
}
.blog-row .primary-header {
  font-size: 29px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #176596;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-row .primary-header {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .blog-row .primary-header {
    text-align: center;
  }
}
.blog-row .sate-blog-list {
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0 10px 0;
  color: #5f5f5f;
  display: block;
}
@media (max-width: 768px) {
  .blog-row .sate-blog-list {
    font-size: 12px;
    text-align: center;
  }
}

.blog-sec #hero-title-blog {
  margin: 0;
  padding: 0;
  z-index: 10;
  position: relative;
  padding: 0 0 24px 0;
}
@media (max-width: 500px) {
  .blog-sec #hero-title-blog {
    padding: 5px 5px 18px 5px;
  }
}
.blog-sec .blog-banner {
  /*&::after{
      content: "";
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: rgba(255,255,255,.1);
      position: absolute;
  }*/
}
.blog-sec .blog-banner .title-wrap {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-position: center center !important;
}
@media (max-width: 1200px) {
  .blog-sec .blog-banner .title-wrap {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .blog-sec .blog-banner .title-wrap {
    min-height: 300px;
  }
}
.blog-sec .blog-banner a.pre-link {
  color: #000;
  display: inline;
  position: relative;
  margin: 0 0 50px -12px;
  z-index: 10;
  background-color: #fff;
  font-size: 14px;
  padding: 8px 16px;
}
@media (max-width: 992px) {
  .blog-sec .blog-banner a.pre-link {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .blog-sec .blog-banner a.pre-link {
    text-align: center;
    margin: 0 auto;
  }
}
.blog-sec .blog-cont-main {
  padding: 60px 25px 60px 25px;
}
@media (min-width: 993px) {
  .blog-sec .blog-cont-main {
    padding: 40px 50px 80px 50px;
    background-color: #fff;
    position: relative;
    margin-top: -50px;
  }
}
.blog-sec .blog-cont-main .left-space {
  padding-left: 5%;
}
@media (max-width: 500px) {
  .blog-sec .blog-cont-main .left-space {
    padding: 0;
  }
}
.blog-sec .blog-cont-main p {
  margin: 5px 0 15px 0;
}
@media (max-width: 500px) {
  .blog-sec .blog-cont-main p {
    text-align: center;
  }
}
.blog-sec .blog-cont-main ul, .blog-sec .blog-cont-main ol {
  margin: 5px 0 15px 15px;
  padding: 0;
}
@media (max-width: 500px) {
  .blog-sec .blog-cont-main ul, .blog-sec .blog-cont-main ol {
    text-align: left;
    list-style-position: inside;
  }
}
.blog-sec .blog-cont-main ul li, .blog-sec .blog-cont-main ol li {
  list-style: outside;
}
.blog-sec .blog-cont-main a {
  color: #22b2e1;
}
.blog-sec .blog-cont-main a:hover {
  text-decoration: underline;
}
.blog-sec .blog-cont-main h2 {
  font-size: 32px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #176596;
  padding: 15px 0 10px 0;
}
@media (max-width: 500px) {
  .blog-sec .blog-cont-main h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog-sec .blog-cont-main h2 {
    font-size: 24px;
  }
}
.blog-sec .blog-cont-main h3 {
  font-size: 22px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #000;
  padding: 15px 0 10px 0;
}
@media (max-width: 500px) {
  .blog-sec .blog-cont-main h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog-sec .blog-cont-main h3 {
    font-size: 18px;
  }
}

* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

input,
button {
  outline: none;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.outer-wrap {
  position: relative;
}

.full-width {
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

.common-button,
.healcode-link {
  min-width: 206px;
  height: 44px;
  background-color: #fb6b67;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.36px;
  text-align: center;
  color: #fffefe;
  display: inline-block;
  text-transform: uppercase;
  padding: 13px 15px;
  transition: all 0.5s ease-in-out;
}
.common-button:hover,
.healcode-link:hover {
  background: #22b2e1;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 480px) {
  .common-button,
  .healcode-link {
    width: 100%;
  }
}

.common-button-2 {
  min-width: 206px;
  height: 44px;
  font-family: "Montserrat", sans-serif;
  border-color: #fb6b67;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.36px;
  text-align: center;
  color: #fb6b67;
  display: inline-block;
  text-transform: uppercase;
  padding: 11px 15px;
  border: 2px solid #fb6b67;
  transition: all 0.5s ease-in-out;
}
.common-button-2:hover {
  background-color: #fb6b67;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 480px) {
  .common-button-2 {
    width: 100%;
  }
}

.outer-wrap {
  overflow-x: hidden;
}

header {
  position: fixed;
  padding: 35px 0 35px 0;
  z-index: 999;
  background: #fff;
  transition-duration: 0.5s;
}
@media (max-width: 767px) {
  header {
    position: static;
  }
}
header.sticky {
  padding: 15px 0;
  transition-duration: 0.5s;
}
header + section {
  margin-top: 120px;
}
@media (max-width: 767px) {
  header + section {
    margin-top: 0;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  max-width: 248px;
}
@media (max-width: 992px) {
  header .logo {
    max-width: 160px;
  }
}
@media (max-width: 650px) {
  header .logo {
    max-width: 153px;
  }
}
header .logo img {
  width: 100%;
}
header .nav-links nav {
  position: relative;
}
@media (max-width: 767px) {
  header .nav-links nav {
    position: fixed;
    right: -100%;
    background: #176596;
    height: 100%;
    top: 0;
    z-index: 99;
    padding: 30px;
    width: 100%;
    max-width: 300px;
    transition-duration: 0.5s;
  }
}
header .nav-links nav.active {
  right: 0;
  transition-duration: 0.5s;
}
header .nav-links nav ul {
  display: flex;
}
@media (max-width: 767px) {
  header .nav-links nav ul {
    flex-wrap: wrap;
  }
}
header .nav-links nav ul li {
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  header .nav-links nav ul li {
    text-align: left;
    width: 100%;
  }
}
header .nav-links nav ul li .sub-menu {
  flex-direction: column;
  position: absolute;
  top: 100%;
  display: none;
  width: 239px;
  max-width: 300px;
  padding: 15px 0;
  text-align: left;
  background: #fff;
  left: -38px;
  box-shadow: 4px 16px 33px -1px rgba(0, 0, 0, 0.41);
}
@media (max-width: 767px) {
  header .nav-links nav ul li .sub-menu {
    position: static;
  }
}
header .nav-links nav ul li .sub-menu li {
  display: block;
  position: relative;
}
header .nav-links nav ul li .sub-menu li .sub-menu-2 {
  flex-direction: column;
  position: absolute;
  top: -10px;
  left: 100%;
  display: none;
  width: 239px;
  max-width: 300px;
  padding: 15px 0;
  text-align: left;
  background: #fff;
  box-shadow: 4px 16px 33px -1px rgba(0, 0, 0, 0.41);
}
@media (max-width: 767px) {
  header .nav-links nav ul li .sub-menu li .sub-menu-2 {
    position: relative;
    padding: 0;
    padding-left: 15px;
    box-shadow: none;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
header .nav-links nav ul li .sub-menu li:hover .sub-menu-2 {
  display: flex;
}
@media (max-width: 767px) {
  header .nav-links nav ul li .sub-menu li:hover .sub-menu-2 {
    display: none;
  }
}
header .nav-links nav ul li .sub-menu li a {
  text-decoration: none;
  text-align: left;
  padding: 8px 15px;
  text-transform: capitalize;
  color: #000;
  transition-duration: 0.5s;
}
header .nav-links nav ul li .sub-menu li a:hover {
  color: #176596;
}
header .nav-links nav ul li:hover .sub-menu {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  header .nav-links nav ul li:hover .sub-menu {
    display: none;
  }
}
header .nav-links nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.29;
  letter-spacing: 0.28px;
  text-align: center;
  color: #000;
  padding: 16px 15px;
  display: block;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.5s;
}
@media (max-width: 992px) {
  header .nav-links nav ul li a {
    padding: 16px 7px;
  }
}
header .nav-links nav ul li a:hover {
  text-decoration: underline;
  color: #176596;
}
@media (max-width: 767px) {
  header .nav-links nav ul li a:hover {
    color: #fff;
  }
}
@media (max-width: 992px) {
  header .nav-links nav ul li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  header .nav-links nav ul li a {
    color: #fff;
    font-size: 14px;
  }
}
@media (max-width: 630px) {
  header .nav-links nav ul li a {
    padding: 16px 15px;
  }
}
header .nav-links nav ul li a.book-now {
  background: #fb6b67;
  color: #fff;
  transition: all 1s ease-in-out;
  padding: 16px 36px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  header .nav-links nav ul li a.book-now {
    margin-left: 0;
  }
}
header .nav-links nav ul li a.book-now:hover {
  background: #22b2e1;
  color: #fff;
  transition: all 1s ease-in-out;
  font-weight: 600;
  text-decoration: none;
}

.hero {
  position: relative;
}
@media (max-width: 767px) {
  .hero {
    background-color: #e8dbd0;
  }
}
.hero .hero-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  .hero .hero-shape {
    display: none;
  }
}
.hero .desktop-image {
  width: 100%;
}
@media (max-width: 767px) {
  .hero .desktop-image {
    display: none;
  }
}
.hero .mobile-image {
  display: none;
}
@media (max-width: 767px) {
  .hero .mobile-image {
    display: block;
  }
}
@media (max-width: 480px) {
  .hero .mobile-image {
    display: block;
  }
}
.hero .content-overlayer {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .hero .content-overlayer {
    position: static;
    top: 0;
    transform: translateY(0);
    background-size: cover;
    padding: 30px 15px;
    text-align: left;
  }
}
.hero .content-overlayer .text-layer {
  max-width: 522px;
  display: block;
}
.hero .content-overlayer .text-layer .common-error {
  background-color: red;
  color: #fff;
  padding: 5px 0;
  display: none;
  text-align: center;
}
@media (max-width: 1200px) {
  .hero .content-overlayer .text-layer {
    max-width: 415px;
  }
}
@media (max-width: 992px) {
  .hero .content-overlayer .text-layer {
    max-width: 329px;
  }
}
@media (max-width: 480px) {
  .hero .content-overlayer .text-layer {
    max-width: 100%;
  }
}
.hero .content-overlayer h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #176596;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .hero .content-overlayer h1 {
    font-size: 30px;
  }
}
@media (max-width: 350px) {
  .hero .content-overlayer h1 {
    font-size: 25px;
  }
}
.hero .content-overlayer p {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #303030;
  padding: 25px 0 0 0;
}
@media (max-width: 1200px) {
  .hero .content-overlayer p {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .hero .content-overlayer p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .hero .content-overlayer p {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
.hero .content-overlayer .common-button {
  margin-top: 25px;
  min-width: 238px;
}
@media (max-width: 480px) {
  .hero .content-overlayer .common-button {
    margin-top: 10px;
  }
}
.hero .content-overlayer .common-button-2 {
  margin-top: 10px;
  border-color: #176596;
  background-color: #176596;
  color: #fff;
}
.hero .content-overlayer .common-button-2:hover {
  border-color: #fb6b67;
  background-color: #fb6b67;
}

.about-section {
  position: relative;
  background: url("../images/drop-icon-full.png") left 50px bottom no-repeat;
  padding-bottom: 150px;
  margin-top: -50px;
  z-index: 2;
}
@media (max-width: 992px) {
  .about-section {
    margin-top: 0;
  }
  .about-section > .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .about-section {
    background-size: 44%;
    padding-bottom: 100px;
  }
}
.about-section .wrap-out {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .about-section .wrap-out {
    flex-wrap: wrap;
  }
}
.about-section .wrap-out .image-wrapper {
  width: 50%;
  padding: 0 27px;
  position: relative;
  z-index: 2;
}
.about-section .wrap-out .image-wrapper#imageWrapperInside {
  display: none;
}
@media (max-width: 992px) {
  .about-section .wrap-out .image-wrapper {
    width: 100%;
  }
  .about-section .wrap-out .image-wrapper#aboutImageWrapper {
    display: none;
  }
  .about-section .wrap-out .image-wrapper#imageWrapperInside {
    display: block;
    margin-top: -36px;
    padding: 0;
  }
}
.about-section .wrap-out .image-wrapper img {
  width: 100%;
}
.about-section .wrap-out .image-wrapper #playButton {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50%;
  transform: translateY(59%);
  width: 247px;
  height: 247px;
}
@media (max-width: 992px) {
  .about-section .wrap-out .image-wrapper #playButton {
    transform: translateY(39%);
  }
}
@media (max-width: 575px) {
  .about-section .wrap-out .image-wrapper #playButton {
    width: 145px;
    height: 145px;
    transform: translateY(20%);
  }
}
.about-section .wrap-out .image-wrapper .blue_box {
  background: #22b2e1;
  padding: 20px 25px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 93%;
  width: 100%;
  max-width: 454px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .about-section .wrap-out .image-wrapper .blue_box {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .about-section .wrap-out .image-wrapper .blue_box {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}
.about-section .wrap-out .text-wrapper {
  width: 50%;
  padding: 0 27px;
}
@media (max-width: 992px) {
  .about-section .wrap-out .text-wrapper {
    width: 100%;
    padding: 0;
  }
}
.about-section .wrap-out .text-wrapper .container {
  padding: 0 30px;
}
.about-section .wrap-out .text-wrapper .blue-box {
  background: #22b2e1;
  padding: 0 50px 36px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .about-section .wrap-out .text-wrapper .blue-box {
    text-align: center;
    padding: 0 30px 56px 30px;
  }
}
.about-section .wrap-out .text-wrapper .blue-box::before {
  content: "";
  width: 200%;
  height: 115%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #22b2e1;
  z-index: -1;
}
@media (max-width: 992px) {
  .about-section .wrap-out .text-wrapper .blue-box::before {
    display: none;
  }
}
.about-section .wrap-out .text-wrapper .blue-box p {
  font-size: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
}
@media (max-width: 1387px) {
  .about-section .wrap-out .text-wrapper .blue-box p {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .about-section .wrap-out .text-wrapper .blue-box p {
    font-size: 24px;
  }
}
.about-section .wrap-out .text-wrapper .blue-box h3 {
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
  padding-top: 15px;
}
@media (max-width: 992px) {
  .about-section .wrap-out .text-wrapper .blue-box h3 {
    padding-top: 0;
  }
}
.about-section .wrap-out .text-wrapper h4 {
  font-size: 44px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #176596;
  text-transform: uppercase;
  padding-top: 40px;
}
@media (max-width: 1387px) {
  .about-section .wrap-out .text-wrapper h4 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .about-section .wrap-out .text-wrapper h4 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .about-section .wrap-out .text-wrapper h4 {
    text-align: center;
  }
}
.about-section .wrap-out .text-wrapper h4 span {
  color: #22b2e1;
}
.about-section .wrap-out .text-wrapper p {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #000;
  padding: 0px 0 25px 0;
}
@media (max-width: 992px) {
  .about-section .wrap-out .text-wrapper p {
    padding-top: 40px;
  }
}

.download-app {
  background: #176596;
}
@media (max-width: 675px) {
  .download-app {
    background: none;
  }
}
.download-app .container {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 675px) {
  .download-app .container {
    flex-wrap: wrap;
    padding: 0;
  }
}
.download-app .image-wrapper {
  width: 40%;
  text-align: center;
  position: relative;
}
@media (max-width: 992px) {
  .download-app .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 675px) {
  .download-app .image-wrapper::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: "";
    background: #176596;
    z-index: -1;
  }
}
.download-app .image-wrapper img {
  width: auto;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  box-shadow: 89px 25px 44px -56px rgba(0, 0, 0, 0.27);
}
@media (max-width: 675px) {
  .download-app .image-wrapper img {
    position: static;
    width: 50%;
  }
}
.download-app .text-wrapper {
  padding: 40px 0 40px 30px;
  width: 60%;
}
@media (max-width: 992px) {
  .download-app .text-wrapper {
    width: 100%;
  }
}
@media (max-width: 675px) {
  .download-app .text-wrapper {
    text-align: center;
    padding: 40px 30px 40px 30px;
    background: url("../images/drop-icon-full.png") right -103px bottom no-repeat;
  }
}
.download-app .text-wrapper h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #22b2e1;
}
@media (max-width: 992px) {
  .download-app .text-wrapper h3 {
    font-size: 20px;
  }
}
@media (max-width: 675px) {
  .download-app .text-wrapper h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .download-app .text-wrapper h3 br {
    display: none;
  }
}
.download-app .text-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .download-app .text-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 675px) {
  .download-app .text-wrapper p {
    font-size: 20px;
    color: #000;
  }
}
.download-app .text-wrapper .store-links {
  display: flex;
}
@media (max-width: 675px) {
  .download-app .text-wrapper .store-links {
    justify-content: center;
  }
}
.download-app .text-wrapper .store-links a {
  margin-right: 30px;
  max-width: 210px;
}
@media (max-width: 675px) {
  .download-app .text-wrapper .store-links a {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.get-started-today {
  position: relative;
  padding: 139px 0 140px 0;
  text-align: center;
}
@media (max-width: 992px) {
  .get-started-today {
    padding: 100px 0 100px 0;
  }
  .get-started-today.for-review-padding-adj {
    padding-bottom: 20px;
  }
}
.get-started-today h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .get-started-today h3 {
    font-size: 28px;
  }
}
.get-started-today .common-button {
  margin-top: 35px;
}

footer {
  position: relative;
  padding: 89px 0;
  overflow: hidden;
  background: #edecec url("../images/drop-icon-full.png") top 50px right 20px no-repeat;
  background-size: 150px auto;
}
@media (max-width: 675px) {
  footer {
    padding: 40px 0 60px 0;
    padding-bottom: 60px;
  }
}
footer .container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  footer .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 675px) {
  footer .container {
    max-width: 270px;
  }
}
footer .logo-signup {
  width: 478px;
}
@media (max-width: 1200px) {
  footer .logo-signup {
    width: 100%;
  }
}
@media (max-width: 675px) {
  footer .logo-signup {
    margin-bottom: 15px;
  }
}
footer .logo-signup .footer-logo {
  max-width: 248px;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 675px) {
  footer .logo-signup .footer-logo {
    margin: 0 auto 24px auto;
  }
}
footer .logo-signup .newsletter-part {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 675px) {
  footer .logo-signup .newsletter-part {
    flex-wrap: wrap;
  }
}
footer .logo-signup .newsletter-part input[type=text] {
  width: calc(100% - 178px);
  height: 44px;
  border: solid 1px #bfbfbf;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.28px;
  text-align: left;
  color: #c2c1c1;
  text-transform: uppercase;
  padding: 0 12px;
}
footer .logo-signup .newsletter-part input[type=text]::-moz-placeholder {
  color: #c2c1c1;
}
footer .logo-signup .newsletter-part input[type=text]::placeholder {
  color: #c2c1c1;
}
@media (max-width: 675px) {
  footer .logo-signup .newsletter-part input[type=text] {
    width: 100%;
  }
}
footer .logo-signup .newsletter-part button {
  width: 166px;
  height: 44px;
  background: #22b2e1;
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.28px;
  text-align: center;
  color: #fffefe;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
footer .logo-signup .newsletter-part button:hover {
  background-color: #fb6b67;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 675px) {
  footer .logo-signup .newsletter-part button {
    width: 100%;
    margin-top: 10px;
  }
}
footer .logo-signup a.desktop_logo {
  max-width: 180px;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  footer .logo-signup a.desktop_logo {
    display: none;
  }
}
footer .menu-block {
  width: calc(100% - 478px);
  padding-left: 82px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  footer .menu-block {
    padding-left: 49px;
  }
}
@media (max-width: 1200px) {
  footer .menu-block {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 675px) {
  footer .menu-block {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  footer .menu-block .block-items {
    padding-top: 30px;
  }
}
@media (max-width: 675px) {
  footer .menu-block .block-items {
    width: 100%;
    text-align: left;
    padding-top: 0px;
  }
}
footer .menu-block .block-items h4 {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  color: #686868;
}
footer .menu-block .block-items h4 a {
  color: #686868;
  transition-duration: 0.5s;
}
footer .menu-block .block-items ul li {
  list-style: none;
}
footer .menu-block .block-items ul li a {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.28px;
  color: #686868;
  transition-duration: 0.5s;
}
footer .menu-block .block-items p {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.28px;
  color: #686868;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}
@media (max-width: 675px) {
  footer .menu-block .block-items p {
    border-top: 1px solid #b0b0b0;
    padding-top: 10px;
    margin-top: 10px;
  }
}
footer .menu-block .block-items p a {
  color: inherit;
}
footer .menu-block .block-items .social-media {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 10px;
}
footer .menu-block .block-items .social-media a {
  width: 37px;
  margin: 0 5px;
}
footer .menu-block .block-items .social-media a:last-child {
  width: 43px;
  top: 1px;
  position: relative;
}
footer .menu-block .block-items .simple-logo {
  float: left;
  width: 100%;
  margin-top: 15px;
}
footer .menu-block .block-items .simple-logo img {
  max-width: 96px;
  margin-left: 17px;
}
footer .download-apps {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
footer .download-apps h4 {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #686868;
}
footer .download-apps .store-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .download-apps .store-items a {
  max-width: 170px;
  padding: 15px 10px 0 0;
}
footer .download-apps p {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.28px;
  color: #686868;
  padding-top: 25px;
}
footer .download-apps a.mobile_logo {
  display: none;
}
@media (max-width: 1200px) {
  footer .download-apps a.mobile_logo {
    max-width: 180px;
    display: flex;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wellness-goal {
  text-align: center;
  scroll-margin-top: 100px;
  background: url("../images/drop-icon-full.png") right 50px bottom 30px no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .wellness-goal {
    margin-top: -100px;
    padding-top: 180px;
  }
}
.wellness-goal h3 {
  text-align: center;
  display: inline-block;
  font-size: 44px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #176596;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  .wellness-goal h3 {
    font-size: 28px;
  }
}
.wellness-goal h3::after {
  content: "";
  background: #22b2e1;
  height: 2px;
  width: 90%;
  max-width: 405px;
  display: block;
  margin: 20px auto;
}
.wellness-goal h3 span {
  color: #22b2e1;
}
.wellness-goal .common-styles {
  display: flex;
  text-align: left;
  align-items: center;
}
@media (max-width: 992px) {
  .wellness-goal .common-styles {
    flex-wrap: wrap;
  }
}
.wellness-goal .common-styles .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .wellness-goal .common-styles .text-wrapper {
    width: 100%;
  }
}
.wellness-goal .common-styles .text-wrapper h4 {
  font-size: 32px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
}
@media (max-width: 767px) {
  .wellness-goal .common-styles .text-wrapper h4 {
    font-size: 22px;
  }
}
.wellness-goal .common-styles .text-wrapper .list-modal {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #7b7b7b;
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  .wellness-goal .common-styles .text-wrapper .list-modal {
    font-size: 20px;
  }
}
.wellness-goal .common-styles .text-wrapper .list-modal a {
  color: inherit;
  transition-duration: 0.5s;
  border: 2px solid #7b7b7b;
  white-space: nowrap;
  padding: 9px 10px;
  display: inline-block;
  margin: 0 5px 5px 0;
  text-align: center;
}
.wellness-goal .common-styles .text-wrapper .list-modal a:hover {
  color: #176596;
  border-color: #176596;
}
.wellness-goal .common-styles .text-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0 15px 0;
  max-width: 563px;
}
.wellness-goal .common-styles .text-wrapper ul li {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #7b7b7b;
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  .wellness-goal .common-styles .text-wrapper ul li {
    font-size: 20px;
  }
}
.wellness-goal .common-styles .text-wrapper ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #7b7b7b;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 10px;
}
.wellness-goal .common-styles .text-wrapper ul li:last-child::after {
  display: none;
}
.wellness-goal .common-styles .text-wrapper hr {
  border-bottom: 1px solid #22b2e1;
  display: block;
  margin: 0;
  opacity: 9;
}
.wellness-goal .common-styles .text-wrapper p {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #000;
  padding: 20px 0;
}
.wellness-goal .common-styles .text-wrapper p a {
  color: #22b2e1;
}
.wellness-goal .common-styles .text-wrapper .common-button {
  margin: 10px 15px 0 0;
}
.wellness-goal .common-styles .text-wrapper .common-button-2 {
  margin: 22px 0 0 0;
}
.wellness-goal .common-styles .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .wellness-goal .common-styles .image-wrapper {
    width: 100%;
  }
}
.wellness-goal .common-styles .image-wrapper .blue-box {
  background: #22b2e1;
  max-width: 500px;
  width: 100%;
  padding: 16px 38px 16px 38px;
  position: relative;
}
.wellness-goal .common-styles .image-wrapper .blue-box p {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.27px;
  text-align: center;
  color: #fff;
}
.wellness-goal .common-styles .image-wrapper .blue-box h4 {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.27px;
  text-align: center;
  color: #fff;
}
.wellness-goal .common-styles.first-block {
  padding-top: 120px;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .wellness-goal .common-styles.first-block {
    padding-top: 50px;
  }
}
.wellness-goal .common-styles.second-block {
  background-size: 100% 100%;
  padding: 162px 0 132px 0;
}
@media (max-width: 992px) {
  .wellness-goal .common-styles.second-block {
    padding: 30px 0 58px 0;
    background-size: cover;
    background-position: 1px -355px;
  }
}
.wellness-goal .common-styles.third-block {
  padding: 20px 0 100px 0;
}
@media (max-width: 675px) {
  .wellness-goal .common-styles.third-block {
    padding-bottom: 120px;
  }
}
@media (max-width: 992px) {
  .wellness-goal .left-text {
    flex-direction: column-reverse;
  }
}
.wellness-goal .left-text .text-wrapper {
  padding-right: 15px;
}
@media (max-width: 992px) {
  .wellness-goal .left-text .text-wrapper {
    padding-top: 30px;
  }
}
.wellness-goal .left-text .text-wrapper p {
  padding-right: 57px;
}
@media (max-width: 1200px) {
  .wellness-goal .left-text .text-wrapper p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .wellness-goal .left-text .text-wrapper p {
    padding-right: 0;
  }
}
.wellness-goal .left-text .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .wellness-goal .left-text .image-wrapper {
    padding-left: 0;
  }
}
.wellness-goal .left-text .image-wrapper .blue-box {
  margin: -67px 0 0 -25px;
}
@media (max-width: 992px) {
  .wellness-goal .left-text .image-wrapper .blue-box {
    display: none;
  }
}
.wellness-goal .left-text .image-wrapper img {
  border-bottom-right-radius: 170px;
}
@media (max-width: 767px) {
  .wellness-goal .left-text .image-wrapper img {
    border-bottom-right-radius: 120px;
  }
}
.wellness-goal .right-text .text-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .wellness-goal .right-text .text-wrapper {
    padding-left: 0;
    padding-top: 30px;
  }
}
.wellness-goal .right-text .text-wrapper p {
  padding-right: 0px;
}
.wellness-goal .right-text .image-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .wellness-goal .right-text .image-wrapper {
    padding-right: 0;
  }
}
.wellness-goal .right-text .image-wrapper .blue-box {
  margin: -67px -25px 0 0;
  float: right;
}
@media (max-width: 992px) {
  .wellness-goal .right-text .image-wrapper .blue-box {
    display: none;
  }
}
.wellness-goal .right-text .image-wrapper img {
  border-bottom-left-radius: 170px;
}
@media (max-width: 767px) {
  .wellness-goal .right-text .image-wrapper img {
    border-bottom-left-radius: 120px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .wellness-goal.has-changed-for-intro {
    margin-top: 0px;
    padding-top: 0px;
  }
}
.wellness-goal.has-changed-for-intro .left-text .image-wrapper img {
  border-bottom-right-radius: 0px;
}
@media (max-width: 767px) {
  .wellness-goal.has-changed-for-intro .left-text .image-wrapper img {
    border-bottom-right-radius: 0px;
  }
}
.wellness-goal.has-changed-for-intro .right-text .image-wrapper img {
  border-bottom-left-radius: 0px;
}
@media (max-width: 767px) {
  .wellness-goal.has-changed-for-intro .right-text .image-wrapper img {
    border-bottom-left-radius: 0px;
  }
}
.wellness-goal.has-changed-for-intro .common-styles.first-block {
  padding-top: 0px;
  padding-bottom: 100px;
}
@media (max-width: 575px) {
  .wellness-goal.has-changed-for-intro .common-styles.first-block {
    padding-bottom: 60px;
  }
}
.wellness-goal.has-changed-for-intro .common-styles.second-block {
  padding: 0px 0 100px 0;
}
@media (max-width: 575px) {
  .wellness-goal.has-changed-for-intro .common-styles.second-block {
    padding-bottom: 60px;
  }
}
.wellness-goal.has-changed-for-intro .common-styles.third-block {
  padding: 0px 0 100px 0;
}
@media (max-width: 575px) {
  .wellness-goal.has-changed-for-intro .common-styles.third-block {
    padding-bottom: 60px;
  }
}
.wellness-goal.has-changed-for-intro .common-styles.final-block {
  padding: 0px 0 100px 0;
}
@media (max-width: 575px) {
  .wellness-goal.has-changed-for-intro .common-styles.final-block {
    padding-bottom: 60px;
  }
}
.wellness-goal.has-changed-for-intro .common-styles.remove_center {
  align-items: flex-start;
  margin: 0 -15px;
}
.wellness-goal.has-changed-for-intro .common-styles.remove_center .text-wrapper {
  padding: 0 15px;
}
.wellness-goal.hydrafacial-page .left-text .image-wrapper img {
  border-radius: 25px;
}
.wellness-goal.hydrafacial-page .right-text .image-wrapper img {
  border-radius: 25px;
}

.image-round .image-wrapper img {
  border-radius: 25px;
}

.all-modals #videoPopup iframe {
  width: 100%;
  float: left;
}

#toggleMenu {
  background: none;
  border: none;
  outline: none;
  display: none;
  width: 34px;
}
@media (max-width: 767px) {
  #toggleMenu {
    display: block;
  }
}

#close-button {
  background: none;
  border: none;
  outline: none;
  display: none;
  position: absolute;
  left: 17px;
  top: 11px;
  width: 22px;
}
@media (max-width: 767px) {
  #close-button {
    display: block;
  }
}

.about-hero {
  position: relative;
}
.about-hero .item {
  max-height: 600px;
  overflow: hidden;
}
.about-hero .item img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-hero .content-overlayer {
  position: absolute;
  left: 0;
  top: 77px;
  width: 100%;
}
@media (max-width: 767px) {
  .about-hero .content-overlayer {
    position: static;
    padding: 40px 0;
  }
}
.about-hero .content-overlayer h1 {
  font-size: 40px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
}
@media (max-width: 1399px) {
  .about-hero .content-overlayer h1 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .about-hero .content-overlayer h1 {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .about-hero .content-overlayer h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .about-hero .content-overlayer h1 {
    font-size: 40px;
    text-align: center;
  }
}

.blue-part {
  position: relative;
  margin-top: -170px;
}
@media (max-width: 992px) {
  .blue-part {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .blue-part {
    margin-top: 0px;
  }
}
.blue-part .blue-container {
  background: #176596;
  padding: 50px 100px;
  z-index: 9;
  position: relative;
}
@media (max-width: 767px) {
  .blue-part .blue-container {
    position: static;
    padding: 40px 30px;
  }
}
.blue-part .blue-container h1 {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .blue-part .blue-container h1 {
    font-size: 18px;
  }
}
.blue-part .blue-container p {
  font-size: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
}
@media (max-width: 1200px) {
  .blue-part .blue-container p {
    font-size: 18px;
  }
}

.extra-bg {
  background: url("../images/live-best-bg.png") center bottom no-repeat;
}
@media (max-width: 1200px) {
  .extra-bg {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .extra-bg {
    background-size: auto;
    background-position: bottom left;
  }
}

.contact-hero {
  position: relative;
}
.contact-hero .content-overlayer {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-hero .content-overlayer {
    top: 10%;
    position: static;
    padding-top: 30px;
  }
}
.contact-hero .content-overlayer h1 {
  font-size: 40px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
}
@media (max-width: 1399px) {
  .contact-hero .content-overlayer h1 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .contact-hero .content-overlayer h1 {
    font-size: 35px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contact-hero .content-overlayer h1 {
    font-size: 22px;
  }
}
.contact-hero .content-overlayer h1 span {
  display: block;
  margin-top: 10px;
}

.contact-section {
  position: relative;
}
.contact-section .container {
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 88px;
  display: flex;
}
@media (max-width: 767px) {
  .contact-section .container {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.contact-section .address-wrapper {
  width: 50%;
}
@media (max-width: 767px) {
  .contact-section .address-wrapper {
    width: 100%;
    padding-bottom: 30px;
  }
}
.contact-section .address-wrapper p {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #7b7b7b;
  max-width: 425px;
}
@media (max-width: 992px) {
  .contact-section .address-wrapper p {
    font-size: 20px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .contact-section .address-wrapper p {
    font-size: 17px;
    max-width: 100%;
    padding-right: 0;
  }
}
.contact-section .address-wrapper ul {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .contact-section .address-wrapper ul {
    text-align: center;
  }
}
.contact-section .address-wrapper ul li {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #000;
  list-style: none;
  font-weight: 600;
  padding: 14px 0;
}
.contact-section .address-wrapper ul li span {
  display: block;
}
.contact-section .address-wrapper ul li a {
  display: block;
  color: #176596;
  font-weight: 800;
}
.contact-section .form-wrapper {
  width: 50%;
}
@media (max-width: 767px) {
  .contact-section .form-wrapper {
    width: 100%;
  }
}
.contact-section .form-wrapper .input-wrapper {
  margin-bottom: 14px;
  float: left;
  width: 100%;
}
.contact-section .form-wrapper .input-wrapper input[type=text] {
  width: 100%;
  float: left;
  border: solid 1px #7b7b7b;
  height: 56px;
  padding: 0 16px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  outline: none;
}
.contact-section .form-wrapper .input-wrapper input[type=text]::-moz-placeholder {
  color: #c3c3c3;
}
.contact-section .form-wrapper .input-wrapper input[type=text]::placeholder {
  color: #c3c3c3;
}
.contact-section .form-wrapper .input-wrapper textarea {
  width: 100%;
  float: left;
  height: 168px;
  padding: 23px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  resize: none;
  outline: none;
}
.contact-section .form-wrapper .input-wrapper textarea::-moz-placeholder {
  color: #c3c3c3;
}
.contact-section .form-wrapper .input-wrapper textarea::placeholder {
  color: #c3c3c3;
}
.contact-section .form-wrapper .input-wrapper button {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.28px;
  text-align: center;
  color: #fffefe;
  background-color: #fb6b67;
  min-width: 212px;
  padding: 16px;
  border: none;
  text-transform: uppercase;
  margin-top: 5px;
  transition: all 0.5s ease-in-out;
}
.contact-section .form-wrapper .input-wrapper button:hover {
  background: #22b2e1;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.contact-section.style_change h2 {
  line-height: 42px;
}
@media (max-width: 992px) {
  .contact-section.style_change h2 {
    font-size: 22px;
  }
}
.contact-section.style_change .form-wrapper {
  width: 100%;
}
.contact-section.style_change .container {
  padding: 30px 15px 0 15px;
  max-width: 600px;
  text-align: center;
}

.map-section iframe {
  width: 100%;
  float: left;
}

.wellness-hero {
  position: relative;
}
.wellness-hero img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wellness-hero .content-overlayer {
  position: absolute;
  left: 0;
  top: 77px;
  width: 100%;
}
@media (max-width: 767px) {
  .wellness-hero .content-overlayer {
    position: static;
    padding: 40px 0;
  }
}
.wellness-hero .content-overlayer .text-layer {
  max-width: 569px;
}
.wellness-hero .content-overlayer h1 {
  font-size: 40px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
  padding-bottom: 40px;
}
.wellness-hero .content-overlayer h1.white-text {
  color: #fff;
}
@media (max-width: 767px) {
  .wellness-hero .content-overlayer h1.white-text {
    color: #176596;
  }
}
@media (max-width: 1399px) {
  .wellness-hero .content-overlayer h1 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .wellness-hero .content-overlayer h1 {
    font-size: 35px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .wellness-hero .content-overlayer h1 {
    font-size: 22px;
  }
}
.wellness-hero .content-overlayer p {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .wellness-hero .content-overlayer p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wellness-hero .content-overlayer p {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
  }
}
@media (max-width: 357px) {
  .wellness-hero .content-overlayer .common-button {
    height: auto;
  }
}

.custom_container_drop {
  background: url("../images/drop-icon-full.png") top 0px right 20px no-repeat !important;
}

.custom_left_drop {
  background: url("../images/drop-icon-full.png") left 20px bottom 15px no-repeat !important;
}

.center_align_bg {
  background-size: auto !important;
  background-position: center right 100px !important;
}
@media (min-width: 1378px) {
  .center_align_bg {
    background-position: center right 20% !important;
  }
}

.bg-controller {
  position: relative;
  margin-top: -70px;
  z-index: 5;
  background: url("../images/drop-icon-full.png") right 100px top 400px no-repeat;
}
@media (min-width: 1378px) {
  .bg-controller {
    background-position: right 20% top 400px;
  }
}
@media (max-width: 1125px) {
  .bg-controller {
    margin-top: -31px;
  }
}
@media (max-width: 992px) {
  .bg-controller.remove-m-top {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .bg-controller {
    background-position: right 50px top 779px;
  }
}
@media (max-width: 767px) {
  .bg-controller {
    margin-top: 0;
  }
}
.bg-controller.membership_page {
  margin-bottom: 50px;
}
.bg-controller.membership_page .table-block-3 {
  padding-bottom: 35px;
}
.bg-controller .boxarea .row {
  margin-left: -4px;
  margin-right: -4px;
}
.bg-controller .boxarea .col-xl-3 {
  padding: 0 4px;
}
.bg-controller .boxarea .blue-box {
  background: #22b2e1;
  padding: 60px 24px 60px 24px;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .bg-controller .boxarea .blue-box {
    height: 100%;
  }
}
.bg-controller .boxarea .blue-box h4 {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 35px;
}
@media (max-width: 1399px) {
  .bg-controller .boxarea .blue-box h4 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .bg-controller .boxarea .blue-box h4 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .bg-controller .boxarea .blue-box h4 {
    font-size: 22px;
  }
}
.bg-controller .boxarea .blue-box p {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #edecec;
  padding-bottom: 35px;
  min-height: 141px;
}
@media (max-width: 992px) {
  .bg-controller .boxarea .blue-box p {
    min-height: 190px;
  }
}
@media (max-width: 767px) {
  .bg-controller .boxarea .blue-box p {
    min-height: 0;
  }
}
.bg-controller .boxarea .blue-box a {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: white;
  border: solid 2px #176596;
  width: 199px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition-duration: 0.5s;
  margin-top: auto;
}
.bg-controller .boxarea .blue-box a:hover {
  background: #176596;
}

.table-block {
  padding: 120px 0 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .table-block {
    padding: 60px 0 0 0;
  }
}
.table-block h3 {
  font-size: 44px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .table-block h3 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .table-block h3 {
    font-size: 18px;
  }
}
.table-block h3 span {
  font-size: 18px;
  text-transform: capitalize;
  display: block;
}
.table-block .common-button {
  margin-left: 15px;
  margin-top: 40px;
  min-width: 260px;
}
@media (max-width: 480px) {
  .table-block .common-button {
    margin-left: 0;
  }
}
.table-block table {
  width: 100%;
}
.table-block table tbody tr th {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #176596;
  vertical-align: bottom;
  padding: 10px 15px;
}
.table-block table tbody tr th span {
  display: block;
}
.table-block table tbody tr th:nth-child(2) {
  width: 161px;
}
.table-block table tbody tr th:nth-child(3) {
  width: 58px;
}
.table-block table tbody tr td {
  padding: 0 15px;
  vertical-align: top;
}
.table-block table tbody tr td h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: left;
  color: #176596;
  padding: 2px 0;
}
@media (max-width: 767px) {
  .table-block table tbody tr td h4 {
    font-size: 14px;
  }
}
.table-block table tbody tr.seperator h2 {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #176596;
  vertical-align: bottom;
  padding: 50px 0px 10px 0;
}
.table-two-bg {
  padding-bottom: 50px;
}

.left-right-block .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.left-right-block .container .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .left-right-block .container .text-wrapper {
    width: 100%;
  }
}
.left-right-block .container .text-wrapper h4 {
  font-size: 32px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
}
@media (max-width: 767px) {
  .left-right-block .container .text-wrapper h4 {
    font-size: 24px;
  }
}
.left-right-block .container .text-wrapper p {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #7b7b7b;
  padding: 10px 0;
  max-width: 568px;
}
@media (max-width: 767px) {
  .left-right-block .container .text-wrapper p {
    font-size: 16px;
  }
}
.left-right-block .container .text-wrapper p.txt-blue-color {
  color: #176596;
}
.left-right-block .container .text-wrapper .dark-description {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #000;
}
.left-right-block .container .text-wrapper hr {
  border-bottom: 1px solid #22b2e1;
  opacity: 9;
}
.left-right-block .container .text-wrapper ul {
  padding-left: 30px;
  max-width: 500px;
}
.left-right-block .container .text-wrapper ul li {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #7b7b7b;
  padding: 10px 0 10px 15px;
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  .left-right-block .container .text-wrapper ul li {
    font-size: 16px;
  }
}
.left-right-block .container .text-wrapper ul li::before {
  height: 5px;
  width: 5px;
  background: #7b7b7b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 25px;
  content: "";
}
@media (max-width: 767px) {
  .left-right-block .container .text-wrapper ul li::before {
    top: 19px;
  }
}
.left-right-block .container .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .left-right-block .container .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .left-right-block.left-text .container {
    flex-direction: column-reverse;
  }
}
.left-right-block.left-text .text-wrapper {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .left-right-block.left-text .text-wrapper {
    padding-right: 0;
    padding-top: 30px;
  }
}
.left-right-block.left-text .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .left-right-block.left-text .image-wrapper {
    padding-left: 0;
  }
}
.left-right-block.left-text .image-wrapper img {
  width: 100%;
}
.left-right-block.right-text .text-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .left-right-block.right-text .text-wrapper {
    padding-left: 0;
    padding-top: 30px;
  }
}
.left-right-block.right-text .image-wrapper {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .left-right-block.right-text .image-wrapper {
    padding-right: 0;
  }
}
.left-right-block.bg-type-1 {
  padding: 60px 0 125px 0;
  scroll-margin-top: 100px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .left-right-block.bg-type-1 {
    margin-top: -100px;
    padding-top: 150px;
  }
}
@media (max-width: 992px) {
  .left-right-block.bg-type-1 {
    padding-bottom: 0px;
  }
  .left-right-block.bg-type-1#hair-follicle {
    padding-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .left-right-block.bg-type-1 {
    scroll-margin-top: 0px;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  .left-right-block.bg-type-1 {
    margin-top: 0;
    padding-top: 50px;
  }
}
.left-right-block.bg-type-2 {
  padding: 0 0 140px 0;
  background: url("../images/drop-icon-full.png") left 100px bottom 30px no-repeat;
  scroll-margin-top: 100px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .left-right-block.bg-type-2 {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .left-right-block.bg-type-2 {
    scroll-margin-top: 0px;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  .left-right-block.bg-type-2 {
    margin-top: 0;
    padding-top: 0px;
  }
}
.left-right-block .common-button {
  margin-top: 15px;
}

.meet-our-coach {
  text-align: center;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .meet-our-coach {
    padding-bottom: 50px;
  }
}
.meet-our-coach h3 {
  font-size: 44px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .meet-our-coach h3 {
    font-size: 35px;
  }
}
.meet-our-coach h3 span {
  color: #22b2e1;
}
.meet-our-coach h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #22b2e1;
  height: 1px;
  width: 80%;
  content: "";
}
.meet-our-coach .image-block {
  margin-top: 78px;
}
.meet-our-coach .image-block img {
  border: 10px solid #22b2e1;
  display: inline-block;
  border-radius: 50%;
  padding: 15px;
}
.meet-our-coach .headings-part {
  padding: 30px 0;
}
.meet-our-coach h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #22b2e1;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
}
.meet-our-coach h4 {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.meet-our-coach h5 {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  font-weight: 300;
  color: #858585;
}
.meet-our-coach p {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  padding-bottom: 20px;
}
.meet-our-coach .col-lg-6 {
  padding: 0 40px;
}

.vitamin-hero {
  position: relative;
}
.vitamin-hero img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vitamin-hero .content-overlayer {
  position: absolute;
  left: 0;
  top: 77px;
  width: 100%;
}
@media (max-width: 992px) {
  .vitamin-hero .content-overlayer {
    position: static;
    padding: 40px 0;
  }
}
.vitamin-hero .content-overlayer .text-layer {
  max-width: 532px;
}
@media (max-width: 1394px) {
  .vitamin-hero .content-overlayer .text-layer {
    max-width: 454px;
  }
}
@media (max-width: 1199px) {
  .vitamin-hero .content-overlayer .text-layer {
    max-width: 419px;
  }
}
@media (max-width: 992px) {
  .vitamin-hero .content-overlayer .text-layer {
    max-width: 100%;
  }
}
.vitamin-hero .content-overlayer h1 {
  font-size: 40px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
  padding-bottom: 40px;
}
@media (max-width: 1399px) {
  .vitamin-hero .content-overlayer h1 {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  .vitamin-hero .content-overlayer h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .vitamin-hero .content-overlayer h1 {
    font-size: 25px;
  }
}
.vitamin-hero .content-overlayer p {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  max-width: 500px;
  letter-spacing: normal;
  color: #303030;
}
@media (max-width: 1399px) {
  .vitamin-hero .content-overlayer p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .vitamin-hero .content-overlayer p {
    font-size: 18px;
    color: #303030;
  }
}
.vitamin-hero .content-overlayer .common-button {
  margin-top: 27px;
  display: inline-block;
}
@media (max-width: 522px) {
  .vitamin-hero .content-overlayer .common-button {
    width: 100%;
  }
}
.vitamin-hero .content-overlayer .common-button + .common-button {
  margin-left: 15px;
}
@media (max-width: 522px) {
  .vitamin-hero .content-overlayer .common-button + .common-button {
    margin-left: 0;
  }
}
.vitamin-hero .content-overlayer .italics {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #fff;
  padding: 10px 0 25px 0;
  display: block;
  color: #303030;
}
@media (max-width: 1199px) {
  .vitamin-hero .content-overlayer .italics {
    color: #fff;
  }
}
@media (max-width: 992px) {
  .vitamin-hero .content-overlayer .italics {
    color: #303030;
  }
}
@media (max-width: 522px) {
  .vitamin-hero .content-overlayer .italics {
    text-align: center;
  }
}

.adj-for-vitamin p {
  max-width: 419px;
  margin: 0 auto;
}
.adj-for-vitamin .blue-box {
  height: 100%;
}
@media (max-width: 767px) {
  .adj-for-vitamin .blue-box {
    height: auto;
  }
}

.table-block-2 {
  padding: 120px 0 0 0;
  position: relative;
}
@media (max-width: 992px) {
  .table-block-2 {
    padding: 60px 0 0 0;
  }
  .table-block-2.aesthetic-padding-adj {
    padding-top: 0px;
  }
}
.table-block-2 h3 {
  font-size: 44px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .table-block-2 h3 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .table-block-2 h3 {
    font-size: 24px;
  }
}
.table-block-2 .common-button {
  margin-left: 15px;
  margin-top: 40px;
  min-width: 260px;
}
@media (max-width: 767px) {
  .table-block-2 .common-button {
    margin-left: 0;
  }
}
.table-block-2 table {
  width: 100%;
}
.table-block-2 table tbody tr th {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #176596;
  vertical-align: bottom;
  padding: 10px 15px;
}
.table-block-2 table tbody tr th span {
  display: block;
}
.table-block-2 table tbody tr th:nth-child(2) {
  width: 161px;
}
.table-block-2 table tbody tr th:nth-child(3) {
  width: 58px;
}
.table-block-2 table tbody tr td {
  padding: 0 15px;
  vertical-align: top;
}
.table-block-2 table tbody tr td h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: left;
  color: #176596;
  padding: 2px 0;
  text-transform: uppercase;
}
.table-block-2 table tbody tr td h5 {
  font-size: 18px;
  line-height: 1.44;
  color: #858585;
}
.table-block-2 table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
}
.table-block-2 table tbody tr.seperator h2 {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #176596;
  vertical-align: bottom;
  padding: 50px 0px 10px 0;
}
.table-block-2 table tbody tr.seperator h6 {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #176596;
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .table-block-2 table tbody tr.seperator h6 {
    font-size: 24px;
  }
}
.table-block-3 {
  padding: 120px 0 0 0;
  position: relative;
}
@media (max-width: 992px) {
  .table-block-3 {
    padding: 60px 0 0 0;
  }
}
.table-block-3.remove-top-padding {
  padding-top: 0;
}
.table-block-3.menu p {
  font-size: 13px !important;
}
.table-block-3.menu p span {
  color: #176596;
}
.table-block-3.menu .main-description {
  font-size: 16px !important;
  line-height: 29px;
}
.table-block-3 .main-description {
  font-size: 16px !important;
  line-height: 29px;
}
.table-block-3 h3 {
  font-size: 44px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .table-block-3 h3 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .table-block-3 h3 {
    font-size: 24px;
  }
}
.table-block-3 h3 span {
  font-size: 18px;
  text-transform: capitalize;
  display: block;
}
.table-block-3 .common-button {
  margin-left: 15px;
  margin-top: 40px;
  min-width: 260px;
}
@media (max-width: 767px) {
  .table-block-3 .common-button {
    margin-left: 0;
  }
}
.table-block-3 .short_list_items_dot {
  padding-top: 10px;
  padding-left: 10px;
}
.table-block-3 .short_list_items_dot li {
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: normal;
  color: #000;
  vertical-align: bottom;
  padding: 10px 0px 0px 18px;
  text-transform: none;
  position: relative;
}
.table-block-3 .short_list_items_dot li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 19px;
}
.table-block-3 .short_list_items_dot li span {
  color: #176596;
  padding-right: 5px;
}
.table-block-3 .short_list_items_number {
  padding-top: 10px;
  padding-left: 10px;
  counter-reset: list-number;
}
.table-block-3 .short_list_items_number li {
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: normal;
  color: #000;
  vertical-align: bottom;
  padding: 10px 0px 0px 18px;
  text-transform: none;
  position: relative;
}
.table-block-3 .short_list_items_number li::before {
  content: counter(list-number) ".";
  counter-increment: list-number;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.table-block-3 .short_list_items_number li span {
  color: #176596;
  padding-right: 5px;
}
.table-block-3 .simple-accordian-modal {
  padding-top: 30px;
  padding-left: 7px;
}
.table-block-3 .simple-accordian-modal li {
  list-style: none;
  padding-bottom: 5px;
}
.table-block-3 .simple-accordian-modal .toggle {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: left;
  color: #176596;
  padding: 2px 0 2px 28px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 575px) {
  .table-block-3 .simple-accordian-modal .toggle {
    font-size: 15px;
  }
}
.table-block-3 .simple-accordian-modal .toggle::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #176596;
}
.table-block-3 .simple-accordian-modal .toggle::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: 2px;
  height: 15px;
  background-color: #176596;
}
.table-block-3 .simple-accordian-modal .content {
  overflow: hidden;
  display: none;
  padding-left: 30px;
}
.table-block-3 .simple-accordian-modal .content h4 {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #176596;
  vertical-align: bottom;
  padding: 10px 0px 10px 0;
  text-transform: none;
}
.table-block-3 .simple-accordian-modal .content p {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  text-transform: none;
}
.table-block-3 .simple-accordian-modal .content p span {
  color: #176596;
}
.table-block-3 table {
  width: 100%;
  margin-bottom: 30px;
}
.table-block-3 table tbody tr th {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #176596;
  vertical-align: bottom;
  padding: 10px 15px;
}
.table-block-3 table tbody tr th span {
  display: block;
}
.table-block-3 table tbody tr th:nth-child(2) {
  width: 160px;
}
.table-block-3 table tbody tr th:nth-child(3) {
  width: 160px;
}
.table-block-3 table tbody tr td {
  padding: 0 15px;
  vertical-align: top;
}
.table-block-3 table tbody tr td h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: left;
  color: #176596;
  padding: 2px 0;
  text-transform: uppercase;
}
.table-block-3 table tbody tr td h5 {
  font-size: 18px;
  line-height: 1.44;
  color: #858585;
}
.table-block-3 table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  text-transform: none;
}
.table-block-3 table tbody tr.seperator h2 {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #176596;
  vertical-align: bottom;
  padding: 50px 0px 10px 0;
}
.table-block-3 table tbody tr.seperator h6 {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #176596;
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .table-block-3 table tbody tr.seperator h6 {
    font-size: 24px;
  }
}
.table-block-3 table tbody .h2_style h2 {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #176596;
  vertical-align: bottom;
  padding: 10px 0px 10px 0;
  text-transform: none;
}
.table-block-3.remove_padding table tr th {
  padding: 10px 15px;
}
.table-block-3.remove_padding table tr td:first-child {
  padding: 0px 0;
}
.table-block-3 .table-one-bg {
  background-size: auto 250px;
  padding-bottom: 40px;
}
.table-block-3 .table-one-bg.hide-bg {
  background: none;
}

.table-three-bg {
  background-size: 100% auto;
}

.table-four-bg {
  padding-bottom: 145px;
  background: url("../images/drop-icon-first.png") left top no-repeat;
}
@media (max-width: 992px) {
  .table-four-bg {
    padding: 60px 0 60px 0;
  }
}

@media (max-width: 767px) {
  .table-scroller,
  .table-scroller-2,
  .table-scroller-3 {
    overflow-x: scroll;
    margin-bottom: 30px;
  }
  .table-scroller::-webkit-scrollbar,
  .table-scroller-2::-webkit-scrollbar,
  .table-scroller-3::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .table-scroller::-webkit-scrollbar:vertical,
  .table-scroller-2::-webkit-scrollbar:vertical,
  .table-scroller-3::-webkit-scrollbar:vertical {
    width: 12px;
  }
  .table-scroller::-webkit-scrollbar:horizontal,
  .table-scroller-2::-webkit-scrollbar:horizontal,
  .table-scroller-3::-webkit-scrollbar:horizontal {
    height: 12px;
  }
  .table-scroller::-webkit-scrollbar-thumb,
  .table-scroller-2::-webkit-scrollbar-thumb,
  .table-scroller-3::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }
  .table-scroller::-webkit-scrollbar-track,
  .table-scroller-2::-webkit-scrollbar-track,
  .table-scroller-3::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
  }
  .table-scroller table,
  .table-scroller-2 table,
  .table-scroller-3 table {
    width: 767px;
  }
}

@media (max-width: 575px) {
  .table-scroller {
    overflow-x: scroll;
  }
  .table-scroller table {
    width: 575px;
  }
}

.cosmetic-hero {
  position: relative;
}
.cosmetic-hero img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cosmetic-hero .content-overlayer {
  position: absolute;
  left: 0;
  top: 77px;
  width: 100%;
}
@media (max-width: 992px) {
  .cosmetic-hero .content-overlayer {
    position: static;
    padding: 40px 0;
  }
}
.cosmetic-hero .content-overlayer .text-layer {
  max-width: 569px;
}
.cosmetic-hero .content-overlayer h1 {
  font-size: 40px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
  padding-bottom: 40px;
}
@media (max-width: 1399px) {
  .cosmetic-hero .content-overlayer h1 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .cosmetic-hero .content-overlayer h1 {
    font-size: 32px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cosmetic-hero .content-overlayer h1 {
    font-size: 22px;
  }
}
.cosmetic-hero .content-overlayer p {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #303030;
}
@media (max-width: 1399px) {
  .cosmetic-hero .content-overlayer p {
    font-size: 28px;
    max-width: 560px;
  }
}
@media (max-width: 1200px) {
  .cosmetic-hero .content-overlayer p {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cosmetic-hero .content-overlayer p {
    color: #303030;
    font-size: 21px;
  }
}

#vitamin-injections {
  scroll-margin-top: 80px;
  background: url("../images/drop-icon-full.png") right 50px top 150px no-repeat;
  background-size: 320px 595px;
}
#vitamin-injections#remove_bg {
  background: none;
}

#skin-care-therapy {
  background: url("../images/drop-icon-full.png") right 50px top 150px no-repeat;
}

#infraredSauna {
  scroll-margin-top: 80px;
}

.adj-for-cosmetic {
  background: none !important;
}
@media (max-width: 992px) {
  .adj-for-cosmetic {
    margin-top: 0;
  }
}
.adj-for-cosmetic .boxarea .col-xl-4 {
  margin-bottom: 20px;
}
.adj-for-cosmetic .boxarea .blue-box {
  padding: 60px 38px 60px 38px;
  margin-bottom: 0;
}
.adj-for-cosmetic .boxarea .blue-box p {
  min-height: 172px;
}
@media (max-width: 992px) {
  .adj-for-cosmetic .boxarea .blue-box p {
    min-height: 166px;
  }
}
@media (max-width: 767px) {
  .adj-for-cosmetic .boxarea .blue-box p {
    min-height: 0;
  }
}

.blue-description {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  color: #22b2e1;
  margin: 50px 0 0 15px;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .blue-description {
    margin-left: 0;
  }
}

.custom-table .common-button {
  margin-top: 20px;
}
.custom-table table tr td:nth-child(1) {
  width: 1000px;
}

.custom-table-2 {
  padding-top: 0;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .custom-table-2 {
    padding-bottom: 60px;
  }
}
.custom-table-2 .common-button {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .custom-table-2 .common-button {
    margin-left: 0;
  }
}
.custom-table-2 table tr td:nth-child(1) {
  width: 1000px;
}

.book {
  padding: 90px 0;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .book {
    padding: 60px 0;
  }
}
.book h2 {
  font-size: 44px;
  font-family: "Montserrat", sans-serif;
  color: #22b2e1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
}
.book h2 span {
  color: #176596;
}
@media (max-width: 1387px) {
  .book h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .book h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .book h2 {
    text-align: center;
  }
}
.book .select2-container--default .select2-selection--single {
  max-width: 685px;
  width: 100%;
  height: 56px;
  border-radius: 0;
  border: solid 1px #b5b5b5;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: "Roboto", sans-serif;
}
.book .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
}
.book .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
}
.book .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 12px 8px 0 8px;
  margin-left: -23px;
  margin-top: -6px;
}
.book .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  border-width: 14px 8px 0 8px;
  margin-left: -23px;
  margin-top: -10px;
  position: absolute;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  top: 50%;
  left: 50%;
  width: 0;
}
.book .select-service {
  max-width: 725px;
  margin: auto;
}
.book .select-service .frm-wrap {
  display: block;
  width: 100%;
}
.book .select-service .frm-wrap .form-group {
  padding: 0 15px;
  float: left;
  box-sizing: border-box;
}
.book .select-service .frm-wrap .form-group:first-child {
  width: calc(100% - 160px);
}
.book .select-service .frm-wrap .form-group .select2-container {
  width: 100% !important;
}
@media (max-width: 768px) {
  .book .select-service .frm-wrap .form-group {
    width: 100% !important;
  }
  .book .select-service .frm-wrap .form-group:last-child {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}
.book .select-date-time {
  max-width: 852px;
  margin: auto;
}
.book .select-date-time .col-5 {
  padding-left: 30px;
  padding-right: 30px;
}
.book .select-date-time .col-5:first-child {
  border-right: solid 1px #eee;
}
@media (max-width: 768px) {
  .book .select-date-time .col-5 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .book .select-date-time .col-2 {
    width: 100%;
  }
}
.book .select-date-time .calendar {
  float: right;
}
@media (max-width: 768px) {
  .book .select-date-time .calendar {
    float: none;
    margin: 0 auto 25px auto;
  }
}
.book .select-date-time .calendar span.flatpickr-prev-month {
  position: absolute;
  right: 28px;
  left: auto !important;
  top: -4px;
}
.book .select-date-time .calendar span.flatpickr-next-month {
  position: absolute;
  top: -4px;
}
.book .select-date-time .calendar .flatpickr-day.selected:hover,
.book .select-date-time .calendar .flatpickr-day.selected {
  background-color: #22b2e1;
}
.book .select-date-time .calendar .flatpickr-current-month {
  left: 0;
}
.book .select-date-time .calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
  margin: 0;
  padding: 0;
  left: 0;
  text-align: left;
  -webkit-appearance: none;
  margin-left: -25px;
}
.book .select-date-time .calendar .flatpickr-current-month .flatpickr-monthDropdown-months option {
  font-size: 14px;
}
.book .select-date-time .time-wrap {
  margin: 18px 0 0 0;
}
.book .select-date-time .time-wrap h6 {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .book .select-date-time .time-wrap h6 {
    text-align: center;
  }
}
.book .select-date-time .time-wrap-ul {
  margin: 0;
  padding: 4px 0 0 0;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 768px) {
  .book .select-date-time .time-wrap-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
.book .select-date-time .time-wrap-ul li {
  display: inline-block;
}
.book .select-date-time .time-wrap-ul li input {
  visibility: hidden;
  display: none;
}
.book .select-date-time .time-wrap-ul li label {
  width: 85px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: rgba(23, 101, 150, 0.05);
  color: #22b2e1;
  margin: 5px 10px 5px 0;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .book .select-date-time .time-wrap-ul li label {
    margin: 5px;
  }
}
.book .select-date-time .time-wrap-ul li input:checked ~ label {
  color: #fff;
  background-color: #22b2e1;
}
.book .select-date-time .cmb-pdt {
  border: none;
  font-weight: bold;
  font-size: 13px;
  color: #303030;
}
@media (max-width: 768px) {
  .book .select-date-time .cmb-pdt {
    margin: 10px auto;
    display: block;
  }
}
.book .select-date-time .selectday {
  font-weight: bold;
}
@media (max-width: 768px) {
  .book .select-date-time .selectday {
    text-align: center;
  }
}
.book .select-date-time .datepicker.flatpickr-input {
  margin: 0;
  border: none;
  color: #fff;
}
.book .select-date-time .flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
  margin: -30px auto 0 auto;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.book .select-date-time .flatpickr-innerContainer {
  padding: 11px 0 0 0;
}
.book .select-sign-in {
  max-width: 560px;
  margin: auto;
}
.book .select-sign-in .form-group {
  margin-bottom: 22px;
  display: block;
  clear: both;
}
.book .select-sign-in .form-group .form-control {
  line-height: 56px;
  border-radius: 0;
  border: solid 1px #b5b5b5;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .book .select-sign-in .form-group .form-control {
    line-height: 45px;
  }
}
.book .select-cofirm {
  padding: 20px 0 100px 0;
  max-width: 450px;
  margin: auto;
  text-align: center;
  color: #176596;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 44px;
}
@media (max-width: 768px) {
  .book .select-cofirm {
    line-height: 40px;
    font-size: 18px;
  }
}
.book .select-cofirm li {
  list-style-type: none;
  display: block;
}
.book .select-booked {
  max-width: 750px;
  margin: auto;
}
.book .select-booked .booked-text {
  text-align: center;
}
.book .select-booked .booked-text p {
  font-size: 24px;
  color: #176596;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .book .select-booked .booked-text p {
    font-size: 20px;
  }
}
.book .select-profile {
  max-width: 550px;
  margin: auto;
}
.book .select-profile .profile-wrap {
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 25px;
  border: solid 1px #7b7b7b;
}
@media (max-width: 767px) {
  .book .select-profile .profile-wrap {
    max-height: 100%;
    overflow-y: visible;
  }
}
.book .select-profile .profile-wrap h3 {
  background-color: #f1f0f0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 56px;
  text-indent: 10px;
  text-transform: uppercase;
  color: #595858;
}
@media (max-width: 768px) {
  .book .select-profile .profile-wrap h3 {
    line-height: 45px;
    text-align: center;
  }
}
.book .select-profile .profile-wrap p {
  color: #b0b0b0;
  font-size: 12px;
  padding: 8px 12px;
}
.book .select-profile .profile-wrap .form-control {
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #f1f0f0;
  color: #595858;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 56px;
  margin: 0;
  outline: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .book .select-profile .profile-wrap .form-control {
    line-height: 45px;
  }
}
.book .select-profile .profile-wrap .form-control::-moz-placeholder {
  color: #b0b0b0;
}
.book .select-profile .profile-wrap .form-control::placeholder {
  color: #b0b0b0;
}
.book .btn-wrap {
  margin: 28px 0 0 0;
  text-align: center;
}
.book .btn-wrap.center {
  display: flex;
  justify-content: center;
}
.book .btn-wrap-multi {
  margin: 0 0 0 0;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.book .btn-wrap-multi .login-link {
  font-size: 14px;
  margin-bottom: 8px;
  color: #7b7b7b;
}
.book .btn-wrap-multi .login-link.underline {
  text-decoration: underline;
}
.book .btn-wrap-multi .btn {
  margin-bottom: 22px;
}
.book .btn {
  max-width: 121px;
  width: 120px;
  line-height: 56px;
  padding: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  box-sizing: border-box;
}
.book .btn.btn-next {
  background-color: #fb6b67;
  color: #fff;
  transition: all 0.5s #176596;
}
.book .btn.btn-next:hover {
  background: #176596;
  transition: all 0.5s #176596;
}
.book .btn.btn-big {
  max-width: 250px;
  width: 100%;
}
.book .btn.btn-o {
  background-color: transparent;
  border: solid 3px #fb6b67;
  color: #fb6b67;
}
.book .btn.btn-o:hover {
  background: #fb6b67;
  color: #fff;
  transition: all 0.5s #176596;
}
.book hr {
  max-width: 405px;
  border: solid 1px #22b2e1;
  opacity: 1;
  margin: 36px auto;
}
@media (max-width: 768px) {
  .book hr {
    width: 75%;
  }
}

section.booking-sec.full-width {
  padding: 90px 0;
  display: block;
  min-height: 900px;
}
@media (max-width: 768px) {
  section.booking-sec.full-width {
    padding: 60px 0;
  }
}
section.booking-sec.full-width .text-layer {
  text-align: center;
}
section.booking-sec.full-width h1#hero-title {
  font-size: 60px;
  font-weight: bold;
  color: #176596;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1399px) {
  section.booking-sec.full-width h1#hero-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  section.booking-sec.full-width h1#hero-title {
    font-size: 35px;
  }
}
section.booking-sec.full-width h4 {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0 0 0;
}
@media (max-width: 767px) {
  section.booking-sec.full-width h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

.select2-container--default .select2-results #select2-session_type-results .select2-results__group {
  padding: 2px 0 0 6px;
  color: #367aa4;
  font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
}

.error-page {
  text-align: center;
  padding: 100px 0;
}
.error-page h2 {
  font-size: 50px;
  padding: 15px 0;
}
.error-page p a {
  color: #fb6b67;
  white-space: nowrap;
}

.booking-wrap {
  display: flex;
}

.book {
  opacity: 0 !important;
  transition-duration: 0.5s !important;
  width: 0;
  height: 0;
}

.book.active {
  opacity: 9 !important;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s !important;
}

.error-message,
label.error {
  color: red;
  padding: 10px 0;
  display: none;
}

.error-messages,
.common-error {
  background-color: red;
  color: #fff;
  padding: 5px 0;
  display: none;
  text-align: center;
}

#error_message_2 {
  background-color: red;
  color: #fff;
  padding: 5px 15px;
  display: none;
  text-align: center;
}

#error_message_3 {
  background-color: red;
  color: #fff;
  padding: 5px 15px;
  display: none;
  text-align: center;
  margin-top: 10px;
}

#error_message_4 {
  background-color: red;
  color: #fff;
  padding: 5px 15px;
  display: none;
  text-align: center;
}

#error_message_5 {
  background-color: red;
  color: #fff;
  padding: 5px 15px;
  display: none;
  text-align: center;
}

#error_message_6 {
  background-color: red;
  color: #fff;
  padding: 5px 15px;
  display: none;
  text-align: center;
}

#error_message_7 {
  background-color: red;
  color: #fff;
  padding: 5px 15px;
  display: none;
  text-align: center;
}

#error_message_8 {
  background-color: red;
  color: #fff;
  padding: 5px 15px;
  display: none;
  text-align: center;
}

#error_message_9 {
  background-color: red;
  color: #fff;
  padding: 5px 15px;
  display: none;
  text-align: center;
}

#error_message_10 {
  background-color: red;
  color: #fff;
  padding: 5px 15px;
  display: none;
  text-align: center;
  margin-bottom: 15px;
}

#table-2 {
  scroll-margin-top: 100px;
}

#date-loading {
  text-align: center;
  color: #22b2e1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}

#signUp {
  width: 100%;
  float: left;
}

#subscribe-success-alert {
  color: green;
  padding: 10px 0;
  display: none;
}

#subscribe-error-alert {
  color: red;
  padding: 10px 0;
  display: none;
}

.special-offers {
  padding-top: 50px;
  padding-bottom: 50px;
}
.special-offers .offer-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  padding: 15px 120px;
}
@media (max-width: 575px) {
  .special-offers .offer-container {
    padding: 15px 30px;
  }
}
.special-offers .offer-container h1 {
  font-size: 32px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .special-offers .offer-container h1 {
    font-size: 32px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .special-offers .offer-container h1 {
    font-size: 22px;
  }
}
.special-offers .offer-container h3 {
  font-size: 32px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
  margin-bottom: 15px;
}
.special-offers .offer-container p {
  font-size: 22px;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .special-offers .offer-container p {
    font-size: 18px;
  }
}
.special-offers .offer-container p a {
  color: #22b2e1;
}
.special-offers .offer-container a {
  margin-bottom: 25px;
}
.special-offers .offer-container img {
  width: 100%;
}
.special-offers.intro-new {
  padding-bottom: 60px;
}
.special-offers.intro-new p {
  padding-bottom: 5px;
}
.special-offers.intro-new p a {
  color: #22b2e1;
}
.special-offers.intro-new .list-modal {
  font-weight: 600;
  color: #176596;
  margin-bottom: 20px;
}
.special-offers.intro-new .offer-container {
  max-width: 1200px;
}

.common-button.fixed-for-mobile {
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 0px;
  font-size: 14px;
  max-width: 144px;
  min-width: 0;
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .common-button.fixed-for-mobile {
    display: none;
  }
}
@media (max-width: 480px) {
  .common-button.fixed-for-mobile {
    max-width: 100%;
    left: 0px;
    right: 0px;
  }
}

.table-condensed {
  font-size: 13px;
}

.datepicker td,
.datepicker th {
  width: 28px;
  height: 25px;
}

.datepicker {
  margin-left: 5px;
}

#hair-follicle table th:nth-child(2) {
  width: auto;
}

.menu-page-starter {
  margin-top: 214px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .menu-page-starter {
    margin-top: 27px;
  }
}
.menu-page-starter h1 {
  font-size: 44px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
  padding-bottom: 30px;
  text-align: center;
}
.menu-page-starter .box_layout_menu {
  width: 100%;
  max-width: 616px;
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #176595;
  padding: 15px;
}
.menu-page-starter .box_layout_menu h2 {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
  text-align: center;
}
.menu-page-starter .box_layout_menu p {
  padding: 10px 0;
}
.menu-page-starter .box_layout_menu p span {
  display: block;
  font-style: italic;
  font-weight: 600;
  padding-top: 5px;
}
.menu-page-starter .box_layout_menu .enroll-btn, .menu-page-starter .box_layout_menu .healcode-enroll-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.29;
  letter-spacing: 0.28px;
  text-align: center;
  display: inline-block;
  background: #176596;
  color: #fff;
  transition: all 1s ease-in-out;
  padding: 16px 36px;
  margin: 10px 0 8px 0;
}
.menu-page-starter .box_layout_menu .enroll-btn:hover, .menu-page-starter .box_layout_menu .healcode-enroll-btn:hover {
  background-color: #fb6b67;
}
.menu-page-starter .box_layout_menu .healcode-enroll-btn {
  min-width: auto;
  height: auto;
}
.menu-page-starter .box_layout_menu ul li {
  text-align: left;
  list-style: none;
  padding: 0 15px;
  position: relative;
  font-size: 14px;
}
.menu-page-starter .box_layout_menu ul li::before {
  content: "+";
  left: 0;
  top: 9px;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0;
  letter-spacing: normal;
  text-align: left;
  color: #176596;
  padding: 2px 0;
  text-transform: uppercase;
}

.remove_h2_padding h2 {
  padding: 10px 0 !important;
}

#compression-therapy,
#infrared-sauna,
#hair-follicle,
#health-coaching {
  scroll-margin-top: 100px;
}

#infrared-sauna {
  margin-top: 0;
}

.underline_hr {
  border-bottom: 2px solid #176596;
  margin: 0;
  opacity: 9;
}

.customized_table_row {
  position: relative;
  border-bottom: 2px solid #176596;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  margin-top: 80px;
}
.lds-roller .position-center {
  position: absolute;
  top: -20px;
  left: -10px;
  right: 0;
}

.lds-roller div {
  animation: lds-roller 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22b2e1;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 90px;
  left: 90px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 90px;
  left: 90px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 90px;
  left: 90px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 90px;
  left: 90px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 90px;
  left: 90px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 90px;
  left: 90px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 90px;
  left: 90px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 90px;
  left: 90px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#textEffect {
  margin-top: 30px;
  position: relative;
}
#textEffect .text-shown {
  opacity: 0;
  transition-duration: 0.5s;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-transform: capitalize;
  font-size: 17px;
}
#textEffect .text-shown.active {
  opacity: 9;
}

@media (min-width: 768px) {
  #SecondBlockButton {
    margin-top: 100px;
  }
}

.gallery_section {
  padding-bottom: 359px;
}
@media (max-width: 1200px) {
  .gallery_section {
    padding-bottom: 200px;
  }
}
@media (max-width: 667px) {
  .gallery_section {
    padding-bottom: 50px;
  }
}
.gallery_section .gallery_popup a {
  width: 25%;
  float: left;
  padding: 2px;
}
@media (max-width: 767px) {
  .gallery_section .gallery_popup a {
    width: 50%;
  }
}
.gallery_section .gallery_popup a img {
  width: 100%;
}

.comments_update table tr th:nth-child(2) {
  display: none;
}
.comments_update table tr th:nth-child(3) {
  display: none;
}
.comments_update table tr td:nth-child(2) {
  display: none;
}
.comments_update table tr td:nth-child(3) {
  display: none;
}

.bundle_percentage {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.bundle_percentage h3 {
  padding-bottom: 20px;
}
.bundle_percentage ul li {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: left;
  color: #176596;
  padding: 2px 0;
  text-transform: uppercase;
  list-style: none;
}
.bundle_percentage ul li span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #176596;
  vertical-align: middle;
  margin: 0 15px;
}

.skin_better_online_store {
  background: #ffffff;
  color: rgb(23, 101, 150);
  transition: all 1s ease-in-out;
  padding: 16px 36px;
  display: flex;
  margin: 0 auto;
  max-width: 464px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(23, 101, 149);
  -o-border-image: initial;
     border-image: initial;
}
.skin_better_online_store:hover {
  background-color: rgb(23, 101, 150);
  color: #fff;
}

.mbtm-50 {
  margin-bottom: 50px;
}

.club h2 {
  text-align: center;
  line-height: 42px !important;
}
@media (max-width: 992px) {
  .club h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 480px) {
  .club h2 {
    font-size: 18px !important;
    line-height: 29px !important;
  }
}
.club h3 {
  max-width: 650px;
  text-align: center;
  display: block;
  margin: 5px auto 0px;
  line-height: 34px !important;
}
@media (max-width: 992px) {
  .club h3 {
    font-size: 19px !important;
    margin-top: 3px !important;
  }
}
@media (max-width: 480px) {
  .club h3 {
    font-size: 16px !important;
    margin-top: 0px !important;
    line-height: 23px !important;
  }
}
.club .logo_wrap_inline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .club .logo_wrap_inline {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.club .logo_wrap_inline span {
  max-width: 238px;
  height: 44px;
  position: relative;
  padding: 0 18px;
}
@media (max-width: 523px) {
  .club .logo_wrap_inline span {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .club .logo_wrap_inline span {
    max-width: 238px;
    margin-bottom: 0px;
  }
}
.club .logo_wrap_inline span:first-child {
  padding-top: 12px;
}
@media (max-width: 480px) {
  .club .logo_wrap_inline span:first-child {
    padding-top: 0;
  }
}
.club .logo_wrap_inline span:after {
  content: "";
  height: 32px;
  width: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 8px;
}
@media (max-width: 480px) {
  .club .logo_wrap_inline span:after {
    display: none;
  }
}
.club .logo_wrap_inline span:last-child::after {
  display: none;
}

.hero_club.blog-sec .blog-banner .title-wrap {
  min-height: 177px;
}
@media (max-width: 1200px) {
  .hero_club.blog-sec .blog-banner .title-wrap {
    display: none;
  }
}
@media (max-width: 375px) {
  .hero_club.blog-sec .blog-cont-main {
    padding-top: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

.scroll-pos {
  height: 1px;
  float: left;
  width: 100%;
}

.membership_design h5 {
  color: #fff;
  line-height: 33px;
  font-size: 20px;
}
.membership_design h5 span {
  display: block;
  font-size: 16px;
}
.membership_design ul {
  padding: 15px 0 20px 0;
}
.membership_design ul ul {
  padding: 15px 0;
}
.membership_design ul li {
  list-style: none;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #edecec;
  padding: 5px 10px;
}
.membership_design ul li b {
  font-weight: bold;
}
.membership_design .healcode-link {
  background-color: #22b2e1;
}
.membership_design .for_mb_20 {
  margin-bottom: 44px;
}
.membership_design .for_mb_20:last-child {
  margin-bottom: 0;
}

.membership_page .boxarea .col-xl-6 {
  margin-bottom: 20px;
}

.bottom_add_margin {
  margin-bottom: 40px;
}

.skin-better-products {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.skin-better-products img {
  width: 100%;
  float: left;
  border-radius: 25px;
}

.aesthetics-injectable-page {
  padding: 40px 0 20px 0;
}
.aesthetics-injectable-page h3 {
  font-size: 44px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .aesthetics-injectable-page h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
@media (max-width: 650px) {
  .aesthetics-injectable-page h3 {
    font-size: 18px;
  }
}
.aesthetics-injectable-page h3 span {
  font-size: 18px;
  text-transform: capitalize;
  display: block;
}

.aesthetics-injectable-page p span {
  color: #176596;
}

.cherry-page {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .cherry-page {
    padding-top: 0;
  }
}
@media (max-width: 898px) {
  .cherry-page {
    padding-bottom: 0;
  }
}
.cherry-page h1 {
  font-size: 40px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #176596;
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 1200px) {
  .cherry-page h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .cherry-page h1 {
    font-size: 22px;
  }
}
.cherry-page .hero-hero_container-3CuNC .hero-card_info_container-qdGvu .hero-card_title-196VT,
.cherry-page .hero-hero_container-3CuNC .hero-card_info_container-qdGvu span,
.cherry-page .calculator-result_container-2k4tG,
.cherry-page .calculator-score_item-5lUSu .calculator-score_title-21f2g,
.cherry-page .testimony-info_container-28_MN .testimony-title_style-34ObQ,
.cherry-page .testimony-info_container-28_MN span,
.cherry-page .faq-faq_container-pGtNE .faq-info_container--Ii1Z .faq-title_style-3ab0M,
.cherry-page .faq-faq_container-pGtNE .faq-info_container--Ii1Z span,
.cherry-page .faq-question_container-_Zt-s {
  color: #fff !important;
}
.cherry-page .faq-faq_container-pGtNE .faq-question_footer-3EkdT a {
  color: #fb6b67;
}
.cherry-page .faq-faq_container-pGtNE .faq-question_container-_Zt-s div svg path {
  fill: #fff;
}
.cherry-page .testimony-container-34JPO + div .faq-faq_container-pGtNE:nth-child(1) .faq-info_container--Ii1Z .faq-title_style-3ab0M {
  color: #000 !important;
}
@media (max-width: 575px) {
  .cherry-page .hero-hero_container-3CuNC .hero-mobile_circle-C1NeO:nth-child(2) {
    display: none;
  }
}

.flexing-container .container {
  display: flex;
}
@media (max-width: 992px) {
  .flexing-container .container {
    flex-direction: column;
  }
}
.flexing-container .container .image_block {
  width: 40%;
}
@media (max-width: 992px) {
  .flexing-container .container .image_block {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flexing-container .container .image_block img {
  width: 100%;
  border-radius: 20px;
}
.flexing-container .container .text_block {
  width: 60%;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .flexing-container .container .text_block {
    padding-left: 0;
    width: 100%;
  }
}

hr.space_only {
  height: 15px;
  width: 100%;
  background: none;
}

.border_content_sec {
  padding: 72px 0;
}
@media (max-width: 767px) {
  .border_content_sec {
    padding: 0px 0 72px 0;
  }
}
.border_content_sec .border-bx-in {
  width: 100%;
  max-width: 1045px;
  border: 3px solid #23b1e0;
  display: block;
  margin: 0 auto;
  padding: 63px 94px;
}
@media (max-width: 767px) {
  .border_content_sec .border-bx-in {
    padding: 30px;
  }
}
.border_content_sec .border-bx-in p {
  font-size: 20.83px;
  color: #000;
  font-weight: 600;
  line-height: 37.5px;
  letter-spacing: 2.2px;
  text-align: center;
}

.membership-com-block {
  padding-bottom: 100px;
}
.membership-com-block.full-bg-right-drop {
  background: url("../images/drop-icon-full.png") right 15% bottom 37% no-repeat;
}
.membership-com-block .healcode-link {
  margin-top: 20px;
}
.membership-com-block .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.membership-com-block .image-wrapper {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .membership-com-block .image-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.membership-com-block .image-wrapper img {
  width: 100%;
  float: left;
}
.membership-com-block .image-wrapper.drop-show-1 {
  position: relative;
}
.membership-com-block .image-wrapper.drop-show-1::before {
  content: "";
  width: 204px;
  height: 358px;
  background: url("../images/drop-icon-full.png") left top no-repeat;
  position: absolute;
  left: 0;
  top: 85%;
  z-index: -1;
}
.membership-com-block .image-wrapper.drop-show-2 {
  position: relative;
}
.membership-com-block .text-wrapper {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .membership-com-block .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .membership-com-block .text-wrapper {
    width: 100%;
  }
}
.membership-com-block .text-wrapper h4 {
  color: #196496;
  font-size: 44px;
  font-weight: 700;
  line-height: 37.5px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .membership-com-block .text-wrapper h4 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .membership-com-block .text-wrapper h4 {
    font-size: 25px;
    margin-bottom: 0;
  }
}
.membership-com-block .text-wrapper h4 span {
  display: block;
  color: #7b7b7b;
  font-size: 28px;
  font-weight: 600;
  padding-top: 9px;
}
@media (max-width: 1300px) {
  .membership-com-block .text-wrapper h4 span {
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  .membership-com-block .text-wrapper h4 span {
    font-size: 20px;
    padding-top: 0;
  }
}
.membership-com-block .text-wrapper .sub_head {
  color: #7b7b7b;
  font-size: 28px;
  padding-top: 25px;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 1300px) {
  .membership-com-block .text-wrapper .sub_head {
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  .membership-com-block .text-wrapper .sub_head {
    font-size: 20px;
  }
}
.membership-com-block .text-wrapper .dual-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .membership-com-block .text-wrapper .dual-list {
    flex-direction: column;
  }
}
.membership-com-block .text-wrapper .dual-list ul {
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .membership-com-block .text-wrapper .dual-list ul:nth-child(2) {
    margin-top: 0;
  }
}
.membership-com-block .text-wrapper ul {
  float: left;
  max-width: 550px;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .membership-com-block .text-wrapper ul {
    max-width: 100%;
    width: 100%;
  }
}
.membership-com-block .text-wrapper ul li {
  font-size: 20px;
  color: #000;
  list-style: none;
  padding-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.membership-com-block .text-wrapper ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 14px;
}
.membership-com-block .text-wrapper .italic-letter {
  color: #979797;
  font-size: 20.83px;
  font-style: italic;
  max-width: 500px;
  line-height: 36px;
}
.membership-com-block .text-wrapper .bold-text {
  color: #979797;
  font-size: 20.83px;
  line-height: 36px;
  font-weight: 600;
  max-width: 526px;
}
.membership-com-block .text-wrapper .common-button {
  margin-top: 20px;
}
.membership-com-block .text-wrapper .block-elems {
  margin-bottom: 50px;
}
.membership-com-block .text-wrapper .block-elems:last-child {
  margin-bottom: 0;
}
.membership-com-block .text-wrapper .block-elems .common-button {
  margin-top: 20px;
}

.gift-card-landing.intro-new .offer-container h1 {
  max-width: 838px;
  margin: 0 auto;
  line-height: 50px;
}
@media (max-width: 767px) {
  .gift-card-landing.intro-new .offer-container h1 {
    line-height: 32px;
  }
}
.gift-card-landing.intro-new .offer-container p br {
  display: none;
}
@media (max-width: 375px) {
  .gift-card-landing.intro-new .offer-container p br {
    display: block;
  }
}
@media (max-width: 351px) {
  .gift-card-landing.intro-new .offer-container p br {
    display: none;
  }
}
.gift-card-landing.pb-30 {
  padding-bottom: 30px;
}
.gift-card-landing .row {
  justify-content: center;
}
.gift-card-landing .tile-design {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gift-card-landing .tile-design {
    margin-bottom: 15px;
  }
}
.gift-card-landing .tile-design img {
  width: 100%;
  display: flex;
  border: 1px solid #f5f5f5;
}
.gift-card-landing .tile-design h3 {
  color: #176596;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  display: flex;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 17px 0 10px 0;
  position: relative;
  flex-direction: column;
}
.gift-card-landing .tile-design h3::after {
  content: "";
  display: block;
  height: 3px;
  width: 200px;
  background-color: #22b2e1;
  margin: 12px auto 0;
}
.gift-card-landing .tile-design p {
  font-family: "Montserrat", sans-serif;
  color: #7b7b7b;
  font-size: 19px;
  padding-top: 6px;
  font-weight: 600;
  display: flex;
  width: 100%;
  justify-content: center;
}
.gift-card-landing .tile-design .common-button {
  margin: 12px auto 30px;
  display: flex;
  justify-content: center;
  max-width: 196px;
}

.flex-steady {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 508px) {
  .flex-steady {
    flex-direction: column;
    align-items: flex-start;
  }
}
.flex-steady h3 {
  margin-right: 30px;
}
@media (max-width: 508px) {
  .flex-steady h3 {
    margin-right: 0;
  }
}

.book-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.29;
  letter-spacing: 0.28px;
  text-align: center;
  background: #fb6b67;
  color: #fff;
  transition: all 1s ease-in-out;
  padding: 16px 36px;
  margin-bottom: 25px;
}
.book-btn:hover {
  background: #22b2e1;
  color: #fff;
  transition: all 1s ease-in-out;
  font-weight: 600;
  text-decoration: none;
}

.sitemap {
  padding: 50px 0;
}
.sitemap ul {
  border-left: 1px solid #ddd;
  margin: 15px 0 15px 15px;
}
.sitemap ul li {
  list-style: none;
  padding: 12px 15px;
  position: relative;
}
.sitemap ul li:last-child {
  padding-bottom: 0;
}
.sitemap ul li::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 20px;
}
.sitemap ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.29;
  letter-spacing: 0.28px;
  text-align: left;
  color: #000;
  display: block;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.5s;
}
.sitemap ul li ul {
  margin: 15px 0;
}

.frequently-asked-questions {
  float: left;
  width: 100%;
  padding: 40px 0;
}
.frequently-asked-questions.pt-remove {
  padding: 0 0 40px 0;
}
.frequently-asked-questions h4 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: center;
  color: #176596;
  padding: 2px 0 15px 28px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  .frequently-asked-questions h4 {
    font-size: 22px;
    line-height: 35px;
  }
}
.frequently-asked-questions .faq-design {
  padding-top: 0px;
  padding-left: 7px;
}
.frequently-asked-questions .faq-design > li {
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.frequently-asked-questions .faq-design .toggle {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: left;
  color: #176596;
  padding: 2px 15px 2px 15px;
  position: relative;
  width: 100%;
  display: block;
}
@media (max-width: 575px) {
  .frequently-asked-questions .faq-design .toggle {
    font-size: 15px;
    padding-right: 38px;
  }
}
.frequently-asked-questions .faq-design .toggle::before {
  content: "";
  position: absolute;
  top: 21px;
  right: 18px;
  width: 15px;
  height: 2px;
  rotate: 45deg;
  background-color: #176596;
  transition-duration: 0.8s;
}
@media (max-width: 575px) {
  .frequently-asked-questions .faq-design .toggle::before {
    top: 16px;
  }
}
.frequently-asked-questions .faq-design .toggle::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 2px;
  height: 15px;
  rotate: 45deg;
  background-color: #176596;
  transition-duration: 0.8s;
}
@media (max-width: 575px) {
  .frequently-asked-questions .faq-design .toggle::after {
    top: 9px;
  }
}
.frequently-asked-questions .faq-design .toggle.arrow::before {
  content: "";
  top: 21px;
  right: 17px;
  rotate: -45deg;
  transition-duration: 0.8s;
}
@media (max-width: 575px) {
  .frequently-asked-questions .faq-design .toggle.arrow::before {
    top: 16px;
  }
}
.frequently-asked-questions .faq-design .toggle.arrow::after {
  content: "";
  top: 14px;
  right: 14px;
  rotate: -45deg;
  transition-duration: 0.8s;
}
@media (max-width: 575px) {
  .frequently-asked-questions .faq-design .toggle.arrow::after {
    top: 9px;
  }
}
.frequently-asked-questions .faq-design .content {
  overflow: hidden;
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
.frequently-asked-questions .faq-design .content h4 {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #176596;
  vertical-align: bottom;
  padding: 10px 0px 10px 0;
  text-transform: none;
}
.frequently-asked-questions .faq-design .content h5 {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #176596;
  vertical-align: bottom;
  padding: 10px 0px 10px 0;
  text-transform: none;
}
.frequently-asked-questions .faq-design .content p {
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  text-transform: none;
  padding-bottom: 7px;
}
.frequently-asked-questions .faq-design .content p span {
  color: #176596;
}
.frequently-asked-questions .faq-design .content ol li span {
  color: #176596;
  font-weight: 600;
}

.mt-20 {
  margin-top: 20px;
}

.cookie_wrap {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background-color: #22b2e1;
}
.cookie_wrap .close_btn {
  padding: 6px 13px;
  font-size: 13px;
  background-color: #fb6b67;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
}
.cookie_wrap .description {
  font-size: 15px;
  font-weight: 500;
  padding-top: 5px;
  width: 100%;
  color: #fff;
}
.cookie_wrap .description a {
  color: #fff;
  text-decoration: underline;
}
.cookie_wrap .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  padding: 0 40px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.cookie_wrap .check_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cookie_wrap .check_wrapper .checkbox {
  display: flex;
  align-items: center;
  margin: 0 5px 10px 5px;
}
.cookie_wrap .check_wrapper input[type=checkbox] {
  display: none;
}
.cookie_wrap .check_wrapper input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background: #eee;
  font-weight: 500;
  box-shadow: 0px 0px 0px #eee inset, 0px 0px 0px #eee inset;
  transition: all ease 0.1s;
  cursor: pointer;
}
.cookie_wrap .check_wrapper input[type=checkbox]:checked + label::before {
  background: #000;
  position: absolute;
  content: "";
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
}
.cookie_wrap .check_wrapper input[type=checkbox] + label + label {
  font-weight: 500;
  padding-left: 10px;
  font-size: 14.5px;
  cursor: pointer;
}

.hide_element {
  display: none !important;
}

.link_style {
  padding: 10px 18px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #fb6b67;
  color: #fff;
  border: none;
}

@media (max-width: 380px) {
  .link_style {
    width: 100%;
  }
}
.dynamic_promo {
  padding: 80px 0 50px 0;
  background: url("/images/xmas-bg-3.jpg") left bottom no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .dynamic_promo {
    padding-bottom: 20px;
    padding-top: 40px;
  }
}
.dynamic_promo .dynamic_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dynamic_promo .dynamic_flex.top_block {
  margin-bottom: 60px;
  justify-content: center;
  grid-gap: 0 25px;
}
@media (max-width: 992px) {
  .dynamic_promo .dynamic_flex.top_block {
    margin-bottom: 25px;
  }
}
@media (max-width: 667px) {
  .dynamic_promo .dynamic_flex.top_block {
    grid-gap: 0 15px;
  }
}
.dynamic_promo .dynamic_flex.top_block .colums {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(25% - 20px);
  min-height: 100px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  transition: border-color 0.5s;
  border-radius: 10px;
  padding: 0px;
}
.dynamic_promo .dynamic_flex.top_block .colums img {
  transition-duration: 0.5s;
  border-radius: 10px;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .dynamic_promo .dynamic_flex.top_block .colums {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 667px) {
  .dynamic_promo .dynamic_flex.top_block .colums {
    width: calc(50% - 10px);
  }
}
@media (max-width: 380px) {
  .dynamic_promo .dynamic_flex.top_block .colums {
    width: 100%;
  }
}
.dynamic_promo .dynamic_flex .boxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(33.33% - 20px);
  min-height: 100px;
  margin-bottom: 35px;
  cursor: pointer;
  position: relative;
  transition: border-color 0.5s;
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
}
.dynamic_promo .dynamic_flex .boxes img {
  transition-duration: 0.5s;
  border-radius: 10px;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .dynamic_promo .dynamic_flex .boxes {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
  }
}
@media (max-width: 667px) {
  .dynamic_promo .dynamic_flex .boxes {
    width: calc(50% - 10px);
  }
}
@media (max-width: 380px) {
  .dynamic_promo .dynamic_flex .boxes {
    width: 100%;
  }
}
.dynamic_promo .dynamic_flex .boxes .upcomming {
  display: none;
}
.dynamic_promo .dynamic_flex .boxes.expire {
  position: relative;
  cursor: not-allowed;
}
.dynamic_promo .dynamic_flex .boxes.expire::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: 9;
}
.dynamic_promo .dynamic_flex .boxes.expire .red_strip {
  content: "";
  border-bottom: 213px solid transparent;
  border-left: 232px solid red;
  border-right: 15px solid transparent;
  border-top-left-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
@media (max-width: 992px) {
  .dynamic_promo .dynamic_flex .boxes.expire .red_strip {
    border-bottom: 131px solid transparent;
    border-left: 156px solid red;
  }
}
.dynamic_promo .dynamic_flex .boxes.expire .red_strip_text {
  position: absolute;
  left: 27px;
  top: 50px;
  color: #fff;
  font-weight: 600;
  rotate: -41deg;
  z-index: 10;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .dynamic_promo .dynamic_flex .boxes.expire .red_strip_text {
    font-size: 16px;
    top: 35px;
    left: 13px;
  }
}
.dynamic_promo .dynamic_flex .boxes.active {
  position: relative;
  opacity: 9;
}
.dynamic_promo .dynamic_flex .boxes.active p {
  color: #000;
}
.dynamic_promo .dynamic_flex .boxes.active:hover img {
  top: -10px;
}
.dynamic_promo .dynamic_flex .boxes.disable {
  cursor: not-allowed;
  position: relative;
  overflow: hidden;
}
.dynamic_promo .dynamic_flex .boxes.disable::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: 9;
}
.dynamic_promo .dynamic_flex .boxes.disable .red_strip {
  content: "";
  border-bottom: 213px solid transparent;
  border-left: 232px solid red;
  border-right: 15px solid transparent;
  border-top-left-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
@media (max-width: 992px) {
  .dynamic_promo .dynamic_flex .boxes.disable .red_strip {
    border-bottom: 131px solid transparent;
    border-left: 156px solid red;
  }
}
.dynamic_promo .dynamic_flex .boxes.disable .red_strip_text {
  position: absolute;
  left: 16px;
  top: 41px;
  color: #fff;
  font-weight: 600;
  rotate: -41deg;
  z-index: 10;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .dynamic_promo .dynamic_flex .boxes.disable .red_strip_text {
    font-size: 16px;
    top: 24px;
    left: 3px;
  }
}
.dynamic_promo .dynamic_flex .boxes.disable .upcomming {
  display: flex;
  flex-direction: column;
  width: 60px;
  background-size: contain;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  z-index: 11;
  height: 60px;
  padding: 11px 17px 15px 17px;
  border: 2px solid #fb6b67;
}
.dynamic_promo .dynamic_flex .boxes.disable h3 {
  position: absolute;
  right: 13px;
  bottom: 24px;
  color: #fff;
  font-weight: 600;
  rotate: -43deg;
  z-index: 12;
  font-size: 17px;
  text-transform: capitalize;
}
.dynamic_promo .dynamic_flex .boxes p {
  font-weight: 600;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  transition-duration: 0.5s;
  text-align: center;
  margin-top: 20px;
}
.dynamic_promo .dynamic_flex .boxes p span {
  display: block;
  font-size: 18px;
  display: block;
  color: #fb6b67;
}

.video_fully {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 56.6%;
  margin-top: 30px;
}
.video_fully iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.onload_popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.onload_popup .poster_div {
  max-width: 480px;
  width: 95%;
  position: relative;
  text-align: center;
}
.onload_popup .poster_div img {
  float: left;
  width: 100%;
}
.onload_popup .poster_div a {
  background: #f95554;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 10px 45px;
  margin: 0px auto 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  top: -69px;
  border-radius: 25px;
}
@media (max-width: 438px) {
  .onload_popup .poster_div a {
    top: -50px;
    padding: 5px 25px;
  }
}
.onload_popup .poster_div button {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  width: 24px;
  height: 24px;
  background: #f95554;
  outline: none;
  color: white;
}

.wevitalize_twelve_days_active {
  overflow: hidden;
}
.wevitalize_twelve_days_active #wevitalize_twelve_days {
  display: flex;
}

.poster_hero {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 15px;
  margin-top: -36px;
  margin-bottom: 31px;
  font-size: 16px;
  display: none;
}
.poster_hero a {
  color: #fff;
  margin-left: 5px;
  text-decoration: underline;
}

.sticky .poster_hero {
  display: none;
}
@media (max-width: 767px) {
  .sticky .poster_hero {
    display: block;
  }
}

.black_bg {
  background-color: #000;
  padding-bottom: 15px;
}
.black_bg .container {
  text-align: center;
  max-width: 700px;
}
.black_bg .container .top_block {
  max-width: 400px;
  margin: 0 auto;
}
.black_bg .container .row {
  justify-content: center;
}
.black_bg .container .col_6 {
  width: 50%;
  padding: 15px;
}
@media (max-width: 480px) {
  .black_bg .container .col_6 {
    width: 100%;
  }
}
.black_bg .container .col_6 img {
  float: left;
  width: 100%;
  border: 5px solid #176596;
}

.hero_dynamic_promo {
  background: #68b4e7;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero_dynamic_promo img {
  float: left;
  width: 100%;
}
.hero_dynamic_promo span {
  font-family: "Agatho";
  color: #216e9e;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  right: 10%;
  bottom: 26px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .hero_dynamic_promo span {
    right: 15px;
  }
}
@media (max-width: 580px) {
  .hero_dynamic_promo span {
    font-size: 11px;
  }
}
@media (max-width: 406px) {
  .hero_dynamic_promo span {
    right: auto;
    left: 15px;
  }
}

.bg-block {
  background: url("/images/christmas-greetings-bg.jpg") left top no-repeat;
  min-height: 500px;
  background-size: cover;
  padding: 30px 0 60px 0;
}
.bg-block .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.bg-block .row .gift-cards-tile {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .bg-block .row .gift-cards-tile {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .bg-block .row .gift-cards-tile {
    width: 100%;
  }
}
.bg-block .row .gift-cards-tile a {
  float: left;
  width: 100%;
}
.bg-block h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  color: white;
  text-align: center;
  padding: 30px 0 40px 0;
}
@media (max-width: 767px) {
  .bg-block h2 {
    font-size: 30px;
  }
}
.bg-block .row-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 767px) {
  .bg-block .row-2 {
    margin: 0 -15px;
  }
}
.bg-block .row-2 .service-cards-tile {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .bg-block .row-2 .service-cards-tile {
    padding: 0 15px;
  }
}
@media (max-width: 580px) {
  .bg-block .row-2 .service-cards-tile {
    width: 100%;
  }
}
.bg-block .row-2 .service-cards-tile a {
  float: left;
  width: 100%;
}

.valentine-page img {
  width: 100%;
  float: left;
}

.grid-wrap-for-gift-card {
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
@media (max-width: 767px) {
  .grid-wrap-for-gift-card {
    padding: 20px 0;
    grid-gap: 20px;
  }
}
.grid-wrap-for-gift-card img {
  width: 100%;
}

.pink {
  background: #ffdfec;
}

.wevitalize_nadness_active {
  overflow: hidden;
}
.wevitalize_nadness_active #mainPopup {
  display: flex;
}

.ribbon {
  width: 100%;
  background: #000;
  margin-bottom: 35px;
  transition-duration: 0.5s;
  display: flex;
}
.ribbon p {
  text-align: center;
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 16px;
}
.ribbon a {
  color: #fff;
  text-decoration: underline;
}

.sticky .ribbon {
  margin-bottom: 15px;
}

.nadness-hero {
  background-color: #000;
}
.nadness-hero img {
  width: 100%;
  float: left;
}

.nadness-tiles {
  width: 100%;
  background-color: #000;
  padding: 30px 0;
}
.nadness-tiles .flex-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .nadness-tiles .flex-box {
    flex-wrap: wrap;
  }
}
.nadness-tiles .flex-box a {
  display: block;
  margin: 50px;
  max-width: 332px;
}
@media (max-width: 1200px) {
  .nadness-tiles .flex-box a {
    margin: 25px 15px;
  }
}
@media (max-width: 1118px) {
  .nadness-tiles .flex-box a {
    max-width: 202px;
  }
}
@media (max-width: 767px) {
  .nadness-tiles .flex-box a {
    max-width: 100%;
    width: 100%;
  }
  .nadness-tiles .flex-box a img {
    width: 100%;
  }
}
.nadness-tiles .flex-box img {
  box-shadow: 0px 4px 100px 0px rgba(255, 255, 255, 0.5019607843);
}

.small-wrp {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 767px) {
  .small-wrp {
    margin: 0 auto;
  }
}

.clinic-hours {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #000;
  list-style: none;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}

.day-to-day {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.34;
  letter-spacing: normal;
  color: #000;
  list-style: none;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .day-to-day {
    font-size: 17px;
  }
}
.day-to-day sup {
  font-size: 13px;
  padding-left: 2px;
  top: -4px;
}/*# sourceMappingURL=style.css.map */