@charset "UTF-8";

:focus,
:active {
  outline: none !important;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  font-family: 'Quicksand', sans-serif;
  color:#5B6670;
}

a {
  color:#9EBD9B;
  text-decoration: underline;
}

a:hover {
  color:#9EBD9B;
  text-decoration: none;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.93rem;
}

.btn {
  text-decoration: none;
  letter-spacing:0.17em;
}

img,
video {
  max-width: 100%;
}

.wrapper {
  overflow-x: hidden;
}

.btn {
  border-radius: 0;
  font-weight: bold !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.text_through {
  text-decoration: line-through;
}

.text_bold {
  font-weight: bold;
}

.text_centered {
  text-align: center;
}

.tabs_btn:hover {
  color: #9EBD9B;
}

.btn_buy {
  font-size: 14px;
}

.btn-success:hover {
  border-color: #5B6670;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: #CEE8C6;
  border-color: #CEE8C6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #9EBD9B;
}

.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #CEE8C6;
}

.btn-outline-success {
  border-color: #9EBD9B !important;
  color: #9EBD9B;
}

.btn-outline-success.active {
  color: #ffffff;
  background-color: #9EBD9B !important;
}

.btn-outline-success:hover {
  background-color: #cbdbc9;
}

.btn-outline-success:active {
  color: #ffffff;
  background-color: #9EBD9B;
}

.btn-success {
  background-color: #9EBD9B;
  color: #ffffff;
  border-color: #9EBD9B;
}

.btn-success:hover {
  background-color: #5B6670;
}

.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.color_primary {
  color: #9EBD9B;
}

.color_primary_soft {
  color: #CEE8C6;
}

.color_secondary {
  color: #5B6670;
}

.color_secondary_soft {
  color: #F2F2F3;
}

.color_dark {
  color: #37424C;
}

.color_dark_soft {
  color: #D5D8DA;
}

.color_white {
  color: #ffffff;
}

.bg_primary {
  background-color: #9EBD9B;
}

.bg_primary_soft {
  background-color: #CEE8C6;
}

.bg_secondary {
  background-color: #5B6670;
}

.bg_secondary_soft {
  background-color: #F2F2F3;
}

.bg_dark {
  background-color: #37424C;
}

.bg_dark_soft {
  background-color: #D5D8DA;
}

.bg_white {
  background-color: #ffffff;
}

.footer_mobile_buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: none;
}

.footer_mobile_buttons .btn {
  margin-left: 10px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 144px;
  font-size: 12px;
  font-weight: bold;
}

.header_logo_scrolls {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.header_logo_scrolls a {
  max-width: 230px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.header_logo_scrolls .call-clinics {
  display: none;
}

.header_logo_scrolls.hide {
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
}

.header_nav_desk .header_nav_dropdown {
  position: absolute;
  background-color: #F2F2F3;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  top: 66px;
  list-style: none;
  padding-left: 0;
  padding-top: 53px;
}

.header_nav_desk .header_nav_dropdown::before {
  content: '';
  display: block;
  height: 1px;
  width: 200vw;
  background-color: #37424C;
  top: 0;
  z-index: 1;
  left: -50vw;
  position: absolute;
}

.header_nav_desk .header_nav_dropdown::after {
  content: '';
  display: block;
  position: absolute;
  width: 200vw;
  height: 100%;
  background-color: #F2F2F3;
  left: -50vw;
  z-index: -1;
  top: 0;
}

.header_nav_desk .header_nav_dropdown.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header_nav_desk .header_nav_dropdown.active > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(50% - 30px);
  margin-right: 30px;
  padding-bottom: 45px;
}

.header_nav_desk .header_nav_list .header_nav_sublist > li {
  line-height: 22px;
  margin-bottom: 15px;
  flex: 0 0 50%;
}

.header_nav_desk .header_nav_list .header_nav_dropdown > li a,
.header_nav_desk .header_nav_list .header_nav_sublist > li a {
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.header_nav_desk .header_nav_list .sub-menu {
  display: none;
}

.header_nav_desk .header_nav_dropdown.active > li.menu-item-has-children > a {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid #5B6670;
}

.header_nav_desk .header_nav_sublist {
  padding-left: 0;
  list-style: none;
  width: 100%;
  padding-top: 30px;
  display: flex !important;
  flex-wrap: wrap;
}

.header_togler {
  display: none;
  line-height: 1;
}

.header_row {
  position: fixed;
  will-change: top;
  top: 0;
  width: 100%;
  max-width: 1140px;
  background-color: #5B6670;
  z-index: 10;
}

.header_row::after {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  background-color: #5B6670;
  height: 100%;
  width: 1000vw;
  left: -50vw;
}

.header_mobile_menu {
  display: none;
}

.header_line {
  position: static;
}

.header-fixed .header_menu {
  position: fixed;
  will-change: top;
  top: 84px;
  width: 100%;
  left: 0;
  right: 0;
}

.header-fixed .main {
  padding-top: 70px;
}


.header_menu_toggle {
  position: absolute;
  left: 21px;
  top: calc(50% - 10px);
}

.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  min-height: 66px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_nav_list > li > a {
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 20px;
  padding-bottom: 25px;
  font-weight: 600;  
  letter-spacing: 0.12em;
}

.header_nav_list li a {
  font-size: 12px; 
  color: #5B6670;
  text-transform: uppercase;
  text-decoration: none;
}

.header_nav_list a.no-link {
  cursor: default;
}

.header_nav_list .header_nav_dropdown a.no-link {
  cursor: default;
  text-decoration: none !important;
  color:#5B6670 !important;
}

.header_nav_desk .header_nav_list li a:hover,
.header_nav_desk .header_nav_list li.current-menu-item > a {
  text-decoration: underline;
  color: #9EBD9B;
}

.header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
}

.header_list_info {
  margin-left: 41px;
}

.header_list a {
  text-decoration: none;
}

.header_list_info a:hover {
  opacity: .5;
}

.header_list_info li:first-child {
  border:none;  
  padding-left:0;
  margin-left:0;
}

.header_list_info li {
  border-left: 1px solid #ffffff;
  padding-left: 16px;
  margin-left:16px;
  height:26px;
}

.header_list_info li:last-child {
  padding-left: 25px;
}

.header_list_pay li:first-child a {
  color: #ffffff;
  margin-right: 33px;
  font-size: 12px;
}

.header_list_pay li:first-child a:hover {
  text-decoration: none;
  color: #D5D8DA;
}

.header_list_pay li a {
  margin-right: 17px;
  letter-spacing: 0.17em;
}

.header_list_pay li a:hover {
  opacity: .5;
}

.header_list_pay li.button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
  width: 158px;
  background-color: #9EBD9B;
  color: #ffffff;
  font-weight: 600;
  margin-right: 8.5px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
}

.header_list_pay li.button a:hover {
  background-color: #37424C;
  text-decoration: none;
  opacity:1 !important;
}

.header_list_pay li.last {
  margin-left: 15px;
  /* border-left:1px solid #9EBD9B;  
  padding-left: 20px; */
}

.header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 84px;
}

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

.header_sidebar_right {
  margin-left: auto;
}

.header_logo_scrolls {
  padding-top: 30px;
  padding-bottom: 25px;
  margin-top: 84px;
}

.hero_xl {
  padding-top: 208px;
  padding-bottom: 210px;
}

.hero_lg {
  /* padding-top: 160px;
  padding-bottom: 160px; */
  padding:160px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero_md {
  padding-top: 112px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero_sm {
  padding-top: 112px;
  padding-bottom: 93px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero_title {
  margin-bottom: 26px;
  line-height: 1.3;
  font-size: 60px;
  letter-spacing: 0.03em;
  font-weight: 300;
}

/*
.hero_home {
  background-image: url("../images/header_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
 
.hero_hair {
  background-image: url("../images/header_bg_legs.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero_microdermabrasion {
  background-image: url("../images/Microdermabrasion_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero_treatments {
  background-image: url("../images/Microdermabrasion_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.hero_born {
  background-image: url("../images/subpage_header_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
 */

.hero_btn {
  width: 292px;
  height: 81px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.17em;
  font-weight: bold;
  margin-left: 30px;
  margin-right: 30px;
}

.hero_btn_box {
  margin-top: 70px;
  padding-bottom: 68px;
}

.hero_lg .hero_btn_box {
  padding-bottom: 0;
}

.hero_link {
  margin-right: 63px;
  text-transform: uppercase;  
  letter-spacing: 0.17em;
}

.hero_link:hover {
  color: #ffffff;
}

.hero_link:hover::after {
  display: none;
}

.link_underline {
  text-decoration: none;
  position: relative;
  will-change: top;
}

.link_underline:hover {
  text-decoration: none;
}

.link_underline::after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}

.link_primary {
  color: #9EBD9B;
}

.link_primary::after {
  background-color: #9EBD9B;
}

.link_primary_soft {
  color: #CEE8C6;
}

.link_primary_soft::after {
  background-color: #CEE8C6;
}

.link_secondary {
  color: #5B6670;
}

.link_secondary::after {
  background-color: #5B6670;
}

.link_secondary_soft {
  color: #F2F2F3;
}

.link_secondary_soft::after {
  background-color: #F2F2F3;
}

.link_dark {
  color: #37424C;
}

.link_dark::after {
  background-color: #37424C;
}

.link_dark_soft {
  color: #D5D8DA;
}

.link_dark_soft::after {
  background-color: #D5D8DA;
}

.link_white {
  color: #ffffff;
}

.link_white::after {
  background-color: #ffffff;
}

a:hover {
  text-decoration: none;
}

a.link.link_underline.link_white.banner_link:hover {
  color: #ffffff;
}

a.link.link_underline.link_white.banner_link:hover::after {
  display: none;
}

a.link.link_underline.link_dark.banner_link:hover {
  color: #37424C;
}

a.link.link_underline.link_dark.banner_link:hover::after {
  display: none;
}

.banner_text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner_text p {
  margin-bottom: 0;
}

.banner_text a {
  margin-left: 37px;
}

.banner_text a_link_dark:hover {
  color: #37424C;
}

.banner_box {
  padding-top: 21.5px;
  padding-bottom: 28px;
  position: relative;
  will-change: top;
  z-index: 5;
}

.banner_link {
  font-size: 14px;
  letter-spacing: 0.17em;
  font-weight: bold;
  text-transform: uppercase;
}

.main {
  background: #fff;
  position: relative;
  will-change: top;
  z-index: 5;
  overflow: visible;
}

.main .page,
.main .post {
  overflow: auto;
}


.header {
  position: relative;
  will-change: top;
  z-index: 10;
}

.best {
  padding-top: 80px;
  padding-bottom: 80px;
}

.best_card {
  text-align: center;
  margin-top: 40px;
}

.best_header {
  margin-bottom: 38px;
  height: 94px;
}

.best_header img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.best_title {
  margin-bottom: 27px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: #37424C;
  font-weight: bold;
}

.best_text p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.86;
  margin-bottom: 0;
}

.section_title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.17em;
  font-weight: bold;
  text-transform: uppercase;
}

.promotions {
  /* padding-top: 80px;
  padding-bottom: 133px; */
  padding:50px 0 50px 0;
}

.promotions .promotions_title {
  margin-bottom: 50px;
}

.promotions_discount {
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #5B6670;
}

.promotions_procedure {
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  color: #5B6670;
  margin-bottom: 13px;
}

.promotions_offer {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #5B6670;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}

.promotions_btn .btn {
  width: 168.58px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}

.promotions_carousel {
  /* margin-top: 82px; */
}

.promotions_carousel_img {
  text-align: right;
  /* padding-right: 17px; */
}

.promotions_carousel_img img {
  margin-left: auto;
}

.promotions_box {
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.testimonial_box {
  text-align: center;    
  padding:0 40px;
}

.testimonial_name {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.17em;
}

.testimonial_content {
  font-size: 40px;
  color: #9EBD9B;
  margin-bottom: 40px;
}

.carousel-control-next {
  background-image: url("../images/ArrowRight.png");
  background-repeat: no-repeat;
  background-position: center right;
  width: 50px;
}

.carousel-control-prev {
  background-image: url("../images/Arrow.png");
  background-repeat: no-repeat;
  background-position: center left;
  width: 50px;
}

.treatments {
  padding-top: 104px;
  padding-bottom: 96px;
}

.treatments_link {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.17em;
  font-weight: bold;
  text-decoration: uppercase;
}

.treatments_link::before {
  position: absolute;
  content: '';
  display: block;
  width: 500px;
  height: 500px;
  left: -100px;
  top: -200px;
}

.treatments_link:hover {
  color: #ffffff;
}

.treatments_card {
  margin-top: 62px;
  text-align: center;
  padding-bottom: 33px;
  position: relative;
}

.treatments_card::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #5B6670;
  position: absolute;
  right: -15px;
  top: 0;
}

.treatments_card.border_none {
  border-right: none;
}

.treatments_card.border_none::after {
  display: none;
}

.treatments_link::after {
  background-color: #ffffff;
}

.treatments_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(91, 102, 112, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.treatments_header {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  /* width: 272.62px;
  height: 272.62px; */
  max-width: 273px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}


.treatments_header:hover .treatments_link_box {
  opacity: 1;
}

.treatments_name {
  font-size: 22px;
  letter-spacing: 0.2em;
  color: #5B6670;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  min-height: 66px;
}

.find {
  padding-top: 70px;
  padding-bottom: 59px;
}

.find_img {
  text-align: center;
}

.find_text {
  padding-top: 10px;
}

.find_text p {
  font-size: 40px;
  letter-spacing: 0.01em;
  line-height: 53px;
  color: #5B6670;
  font-weight: 400;
  margin-bottom: 20px;
}

.find_btn {
  width: 185px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.18em;
  font-weight: bold;
}

.find_box_btns .btn:first-child {
  margin-right: 15px;
}

.pseudofooter {
  height: calc(100vh - 70px);
  position: relative;
  z-index: -1;
  display: none;
}

.footer_social_box {
  /* position: fixed;
  will-change: top;
  left: 0;
  right: 0;
  bottom: 0; */
}

.footer {
  z-index: 0;
  /* position: fixed;
  will-change: top;
  bottom: 107px;
  left: 0;
  right: 0; */
  padding-top: 82px;
}

.footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 38px;
  padding-bottom: 38px;
}

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

.footer_copy p {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 15px;
  /* font-family: 'Montserrat', sans-serif; */
  margin-bottom: 0;
}

.footer_certificate {
  padding-top: 42px;
}

.footer_logo {
  text-align: center;
  padding-bottom: 62px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 74px;
}

.footer_list {
  list-style: none;
  padding-left: 0;
  margin-top: 33px;
}

.footer_list_title {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.16em;
  font-weight: bold;
}

.footer_list li {
  line-height: 1;
  margin-bottom: 28px;
}

.footer_list a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

.footer_list a:hover {
  color: #CEE8C6;
  /* text-decoration: underline; */
}

.payment-link {
  margin-left: 17px;
  padding-left: 17px;
  border-left: 1px solid #ffffff;
}

.footer_afterpay {
  padding:0;
  border:0;
}

.payment-link:hover {
  opacity: .5;
}

.footer_social_links {
  margin-left: 30px;
}

.footer_social_links a {
  margin-left: 20px;
}

.footer_signup {
  font-size: 14px;
  letter-spacing: 0.18em;
  color: #37424C;
  font-weight: bold;
  text-transform: uppercase;
}

.footer_signup:hover {
  color: #37424C;
}

.footer_signup:hover::after {
  display: none;
}

.footer_signup::after {
  background-color: #37424C;
}

.footer_row_menu {
  padding-bottom: 86px;
}

.tabs_drop_name {
  font-size: 14px;
}

.tabs_drop_box {
  position: relative;
}

.tabs_drop_box > .btn_buy {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tabs_drop_box > .btn_buy.active {
  background-color: #9EBD9B !important;
}

.tabs_drop_box > .btn_buy.active + .tabs_drop {
  display: block;
}

.tabs_drop_box > .btn_buy.active img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tabs_drop_box > .btn_buy img {
  width: 15px;
  margin-left: 10px;
}

.tabs_drop_box .tabs_drop {
  position: absolute;
  z-index: 10;
  background-color: #D5D8DA;
  right: 23px;
  display: none;
}

.tabs_drop_box .tabs_drop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 350px;
  border-bottom: 1px solid #fff;
  color: #5B6670;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs_lg {
  padding-top: 112px;
  padding-bottom: 182px;
}

.tabs_md {
  margin-top: 70px;
  padding-bottom: 55px;
}

.tabs_btn {
  width: 170px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.17em;
}

.tabs_btn_sm {
  width: 89px;
  margin-right: 22px;
}

.tabs_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 970px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 76px;
}

.tabs_box_header_md {
  display: none;
}

.tabs_box_sm {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabs_box_active {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width:100%;
}

.tabs_box_active.active {
  display: block;
}

.tabs_accordion_item .accordion_content {  
  padding:0 0 13px 0;  
}


.tabs_accordion_text {
  padding-right: 30px;
}

.tabs_accordion_text p {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #5B6670;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}

.tabs_accordion_item {
  border-bottom: 1px solid #37424C;
  clear: both;
  overflow: auto;
}

.tabs_accordion_btn {
  cursor: pointer;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  /* background-color: #ffffff; */
  font-size: 20px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 23px;
  padding-top: 31px;
  width: 100%;
  -moz-text-align-last: left;
  text-align-last: left;
  padding-right: 10px;
  background-image: url("../images/arrow_up_grey.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

.tabs_accordion_btn.collapsed {
  /* border-bottom: 1px solid #37424C; */
  background-image: url("../images/arrow_down_grey.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

.tabs_accordion_img {
  text-align: right;
}

.table_container {
  padding-left: 54px;
  padding-right: 63px;
  padding-bottom: 25px;
}

.table th {
  padding-top: 48px;
  padding-bottom: 41px;
}

.table td {
  padding-top: 21px;
  padding-bottom: 21px;
  vertical-align: middle;
}

.table thead th:first-child {
  padding-left: 0;
  width: 181px;
}

.table thead th:last-child {
  padding-right: 0;
  padding-left: 0;
}

.table_tbody tr td:first-child {
  padding-left: 0;
}

.table_tbody tr td:last-child {
  padding-right: 0;
}

.table_tbody td span {
  display: inline-block;
  padding-right: 5px;
}

.table_text_name {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #5B6670;
}

.table_text_sm {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 15px;
  color: #5B6670;
  font-family: 'Montserrat', sans-serif;
}

.table_text_md {
  font-size: 14px;
  letter-spacing: 0.17em;
  color: #5B6670;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
}

.breadcrumbs {
  position: relative;
  will-change: top;
  z-index: 5;
  padding-top: 70px;
}

.breadcrumbs_list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs_list li a {
  color: #9EBD9B;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: bold;
}

.breadcrumbs_list li a:hover {
  text-decoration: none;
  color: #CEE8C6;
}

.breadcrumbs_list li::after {
  content: '/';
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: #9EBD9B;
}

.breadcrumbs_list li:last-child::after {
  display: none;
}

.skin_box {
  padding-bottom: 75px;
  border-bottom: 1px solid #37424C;
  margin-bottom: 73px;
}

.news.stacked.bg_secondary_soft {
  padding-top: 70px;
}

.news.stacked .skin_box {
  max-width: 1000px;
  margin: 0 auto 73px auto;
}

.skin_box:last-child {
  border-bottom: none;
}

.skin_title {
  font-size: 20px;
  letter-spacing: 0.17em;
  font-weight: bold;
  color: #37424C;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.skin_text p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #5B6670;
  margin-bottom: 16px;
}

.skin_text .product-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.skin_btn {
  width: 185px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.18em;
}

.skin_btn_box {
  padding-top: 10px;
}

.news.stacked {
  margin:0 auto;
  padding:0;
  /* max-width: 1000px; */
  width: 100%;
}

.news {
  padding-top: 104px;
  padding-bottom: 100px;
}

.news_card {
  padding-bottom: 65px;
}

.news_img {
  margin-bottom: 38px;
}

.news_title {
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: 0.17em;
  font-weight: bold;
  color: #37424C;
}

.news_btn_box {
  margin-top: 31px;
  text-transform: uppercase;  
}

.news_btn_box .btn {
  font-size: 14px;
  padding:10px 35px;
  letter-spacing: 0.18em;
  text-decoration:none !important;
  color:#fff !important;
}

.news_text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #5B6670;
}

.tabs_accordion_btn {
  text-align: left;
}

.general_content {
  max-width: 1000px;
  margin: 0 auto;
  padding:30px 0;
}

.general_content .col-md-12 {
  padding:0 !important;
}

.general_content h1, .general_content h2, .general_content h3, .general_content h4, .general_content h5, .general_content h6,
.accordion_content h1, .accordion_content h2, .accordion_content h3, .accordion_content h4, .accordion_content h5, .accordion_content h6 {
  text-transform: uppercase;
}

.accordion_content ul,
.general_content ul,
.accordion_content ol,
.general_content ol {
  margin: 0 0 21px 12px;
  padding: 0;
}

.accordion_content li,
.general_content li {
  list-style: none;
  margin-bottom: 10px;  
}

.accordion_content ul li,
.general_content ul li,
.accordion_content ol ul li,
.general_content ol ul li {
  background: url('../images/ico-tick.svg') no-repeat 5px 7px;  
  padding: 0 0 0 32px !important;
}

.accordion_content ol ul,
.general_content ol ul {
  margin:0 0 21px 22px;
}

.accordion_content ol,
.general_content ol {
  list-style: none;
  counter-reset: my-awesome-counter 0;
}

.accordion_content ol li,
.general_content ol li,
.accordion_content ul ol li,
.general_content ul ol li {
  counter-increment: my-awesome-counter;
  padding: 0 0 0 9px !important;
  background:none;
}

.accordion_content ul ol,
.general_content ul ol {
  margin:0 0 21px 0px;
}

.accordion_content ol li::before,
.general_content ol li::before,
.accordion_content ul ol li::before ,
.general_content ul ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #9EBD9B;
  padding: 0 10px 0 0;
  display: inline-block;
  width: 22px;
  font-weight: 800;
}

.accordion_content ul li::before,
.general_content ul li::before,
.accordion_content ol ul li::before,
.general_content ol ul li::before {
  display: none;
}

.accordion_content li.nested,
.general_content li.nested {
  background:none;
  padding-top:6px ​!important;
}

.accordion_content li.nested::before,
.general_content li.nested::before {
  display: none;
}


/* Tablepress */
.dataTables_wrapper {
  background: #F2F2F3;
  padding:25px 55px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  display: none !important;
}

.tablepress .sorting:after {
  display: none;
}

.tablepress thead th {
  padding: 40px 15px;  
  background: none !important;
  text-align: right;
  vertical-align: text-top !important;
}

.tablepress tbody td {
  padding:20px 15px;
  border-bottom: 1px solid #dee2e6;
  background: none !important;
  text-align: right;
  /* vertical-align:top; */
  vertical-align:middle !important;
  white-space: nowrap;
}

.tablepress thead th:first-child,
.tablepress tbody td:first-child {
  padding-left: 0;
  text-align: left;
}

.tablepress thead th:last-child,
.tablepress tbody td:last-child {
  padding-right: 0;
}

.tablepress tr:last-child td {
  border-bottom: none;
}

.tablepress .txt-x {
  display: none;
}

.tablepress .txt-treatments {
  display: inline;
}

.tablepress .txt-treatments em {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

.tablepress td.column-1 {
  width:100%;
}

/* Temp pricing highlight */
#tablepress-1 .row-5 .column-2,
#tablepress-1 .row-6 .column-2 {
  /* color:red; */
}

/* Shopify */

/* Shopify - Treatments */
.shopify-buy-frame--product.hidden {
  display: none !important;
}

.shopify-btn {
  display: inline-block !important;  
}

.shopify-btn .shopify-buy__btn-and-quantity {
  display: flex;
}

.shopify-btn .shopify-buy__quantity-container input {
  width: 48px;
  padding: 6px 5px 5px 5px;
  border:1px solid #dee2e6;
  margin-right: 5px;
}

.shopify-btn .shopify-buy__btn-wrapper button {
  background: #9EBD9B;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.11em !important;
  color: #fff;
  padding: 8px 18px;  
  border: none;
  font-size: 14px;
}

/* Shopify - Products */
/*
.shopify-buy__product {
  margin: 0 auto;
  padding: 0;  
  width: 100%;
}
*/

/* Customised Kioken plugin tabs */
section.tabs {
  max-width: 1000px;
  margin:0 auto;
}

.kioken-tabs-buttons {
  padding-bottom: 76px;
  margin: 0 !important;
}

.kioken-tabs-buttons-item {
  border: 1px solid #9EBD9B !important;
  color: #9EBD9B !important;
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: 0.17em;
  width: 170px;
  height: 44px;
  border-radius: 0 !important;
  font-weight: bold !important;
  text-align: center;
  opacity:1 !important;
  margin-right: 24px !important;  
  /* padding:10px 15px 10px 15px !important; */

  margin-bottom: 20px !important;
  width:auto;
  padding:10px 30px 10px 30px !important
}

.kioken-tabs-buttons-item-active {
  background-color: #9EBD9B !important;
  color:#fff !important;
}

.kioken-tabs-content {
  border:none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.kioken-tabs-content .container {
  /* padding:0 !important; */
}




/* WYSIWYG Styles */
.entry-content img { }
.alignleft, img.alignleft { float: left; margin: 0 20px 20px 0; height:auto; }
.alignright, img.alignright { float:right; margin: 0 0 20px 20px; height:auto; }
.aligncenter, img.aligncenter { display:block; margin: 0 auto; height:auto; }
.alignnone, img.alignnone { float:none; height:auto; }
.wp-caption {}
.wp-caption img {}
.wp-caption p.wp-caption-text {}
blockquote.left {}
blockquote.right {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.vidello.alignleft,
.vidello.alignright,
.vidello.aligncenter { width:50%; }


/* Blogs*/
.page-heading {
  background: #5B6670;
  padding:50px 0;
  text-align: center;
  color:#fff;
}

.page-heading h1 {
  font-weight: normal;
}

.blog-featured {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:150px 0;
  position: relative;
  color:#fff;
}

.blog-featured .overlay {
  background:#37424C;
  content:'';  
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 50;
  opacity: 0.7;
}

.blog-featured .row {
  z-index: 100;
  position: relative;
}

.blog-featured .date {
  text-transform: uppercase;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  color:#fff;  
  margin-bottom: 35px;
  justify-content:center;
}

.blog-featured .posted-on {
  padding-right:10px;
  margin-right:10px;
  border-right:1px solid #9EBD9B;
}

.blog-featured .date a {
  color:#fff;
  text-decoration:none;
}

.blog-featured h3 {
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 35px;
}

.blog-featured .date a:hover {
  text-decoration:underline;
  color:#9EBD9B;  
}

.blog-featured .btn {
  padding:20px 50px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.blog-all {
  padding:90px 0 20px 0;
}

.blog-list .skin_box {
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.blog-list .skin_title {
  margin-bottom: 20px;
}

.blog-list .container {
  overflow: auto;
}

.blog-list .skin_title a {
  color:inherit;
  text-decoration: none;
}

.blog-list .skin_title a:hover {
  color:#9EBD9B;
  text-decoration: underline;
}

.blog-list .news_img img {
  max-width:100% !important;
}

.blog.skin_text {
  text-transform: uppercase;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  color:#9EBD9B;  
  margin-bottom: 15px;
}

.blog.skin_text a {
  text-decoration: none;
}

.blog.skin_text a:hover {
  text-decoration: underline;
}

.blog.skin_text .posted-on {
  padding-right:10px;
  margin-right:10px;
  border-right:1px solid #9EBD9B;
}

.blog-list .skin_btn_box {
  padding:0;
}

.blog-latest {
  padding:90px 0;
}

.blog-latest .blog-list a {
  text-decoration: none;
}

.blog-latest .blog-list .news_title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog-latest .blog-list .news_title a {
  color:inherit;
}

.blog-latest .blog-list a:hover {
  color:#9EBD9B;
  text-decoration: underline;
}

.blog-latest .blog-list .news_date {
  text-transform: uppercase;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  color:#9EBD9B;  
  margin-bottom: 18px;
}

.blog-latest .blog-list .news_text {
  border-top:1px solid #5B6670;
  padding-top: 15px;  
}

.blog-latest .blog-list .posted-on {
  padding-right:10px;
  margin-right:10px;
  border-right:1px solid #9EBD9B;
}

.blog-latest .blog-list .news_btn_box {
  margin-top: 20px;
}

.blog-latest .blog-list .col-md-5:first-child {
  margin-left: 8.333333%;
}

.posted-on,
.post-taxonomies {
  letter-spacing: 0.1em;
}

.title-underline {
  text-transform: uppercase;
  border-bottom: 1px solid #5B6670;
  padding-bottom: 30px;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

#btn-more-posts {
  text-align: center;
  display: block;
  border-top: 1px solid #37424C;
  border-bottom: 1px solid #37424C;
  padding:50px 0;
  text-transform:uppercase;
  margin-bottom: -20px;
  font-weight: 600;
  color:#5B6670;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.pagination h2 {
  display: none;
}

.pagination .nav-links {
  margin: 0 auto;
}

.post-navigation {
  text-align: center;
  border-top: 1px solid #37424C;
  border-bottom: 1px solid #37424C;
  padding:50px 0;
  text-transform:uppercase;  
  font-weight: 600;
  color:#5B6670;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.post-navigation .screen-reader-text {
  display:none;
}

.post-navigation a {
  color:#5B6670;
}

.post-navigation p {
  margin:0;
}

.post-navigation .nav-links {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

.post-navigation .nav-previous {
  width: 50%;
  text-align: left;
}

.post-navigation .nav-next {
  width: 50%;
  text-align: right;
}

.post .entry-header {
  text-align: center;
  max-width: 980px;
  border-bottom: 1px solid #37424C;
  margin:50px auto 30px auto;
}

.post .entry-header .post-thumbnail {
  margin-bottom:50px;
}

.post .entry-header .post-thumbnail img {
  max-width: 100% !important;
}

.post .entry-header h1 {
  font-weight: normal;
  margin-bottom: 26px;
}

.post .entry-header .posted-meta {
  text-transform: uppercase;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  color: #9EBD9B;
  margin-bottom: 38px;
  justify-content:center;
}

.post .entry-header .posted-on {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #9EBD9B;
}

.post .entry-header .posted-meta a {
  text-decoration: none;
}

.post .entry-header .posted-meta a:hover {
  text-decoration: underline;
}

.post .entry-content {
  max-width: 770px;
  margin: 0 auto;
}

.entry-share {
  border-top: 1px solid #5B6670;
  margin:50px auto 0 auto;
  max-width: 980px;
}

.entry-share ul {
  list-style: none;
  margin: 0;
  padding: 70px 0;
  display: flex;
  justify-content: center;
}

.entry-share a {
  display: block;
  background: red;
  text-indent: -9999em;
  width:47px;
  height:47px;
  margin:0 10px;
}

.entry-share a:hover {
  opacity: 0.5;
}

.entry-share a.twitter {
  background: url(../images/ico-twitter.svg) no-repeat;
}

.entry-share a.facebook {
  background: url(../images/ico-facebook.svg) no-repeat;
}

.entry-share a.email {
  background: url(../images/ico-email.svg) no-repeat;
}

.modal {
  display: none;
  overflow-y: auto;
  background: rgb(91,102,112,.95);  
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;  
  z-index: 99999;
}

.modal .close {
  position: absolute;
  z-index: 9999;
  top:30px;
  right:30px;
  width:22px;
  height:22px;
  text-indent:-9999em;
  background: url('../images/ico-close.svg') no-repeat;
  opacity: 1;
}

.modal .gform_title,
.modal h6 {
  text-align: center;
  color: #CEE8C6;
  font-size: 18px;
  margin: 0 0 60px 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.modal .gform_wrapper {
  padding:0 20px !important
}

.modal .gform_wrapper .gform_description {
  color: #fff;
  margin-bottom: 48px !important;
}

.modal .gform_wrapper div.validation_error {
  color:#fff !important;
  border-color:#CEE8C6 !important
}

.modal .gform_confirmation_message,
.modal .gform_wrapper div.validation_message {
  color:#fff !important;
}

.clinic-contact-modal ul {
  margin:0;
  padding:0;
  list-style: none;
  text-align: center;
  font-size: 40px;
  border-top: 1px solid #D8D8D8;
}

.clinic-contact-modal li {
  border-bottom: 1px solid #D8D8D8;
}

.clinic-contact-modal ul a {
  display: block;
  color:#fff;
  text-decoration: none;
  padding:25px 35px;
}

.clinic-contact-modal ul a:hover {  
  background:rgb(255,255,255,.25);
}

.clinic-contact-modal .states {
  /* display: none; */
  padding: 60px 0 0 0;
}

.clinic-contact-modal .clinics {
  display: none;
}

.clinic-contact-modal .clinics h6 {
  padding-top: 55px;
  border-top: 1px solid #D8D8D8;  
}

.clinic-contact-modal .clinics a {
  text-align: left;
  
}

.clinic-contact-modal .clinics .wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.clinic-contact-modal .clinics .phone {
  color: #CEE8C6;
  font-size: 20px;
  letter-spacing: 0.08em;
  padding: 15px 0 0 44px;
  position: relative;
}

.clinic-contact-modal .clinics .phone:before {
  display: block;  
  position: absolute;
  top:20px;
  left:0;
  content:'';
  background: url('../images/ico-phone.svg') no-repeat;
  width:22px;
  height:24px;
}

.clinic-contact-modal .back { 
  font-size: 14px;  
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color:#fff;
  text-decoration: none;
  padding-left:25px;
  position: relative;
  max-width: 800px;
  display: block;
  margin: 30px auto;
  margin-left:35px;
}

.clinic-contact-modal .clinics .back:before {
  display: block;  
  position: absolute;
  top:3px;
  left:0;
  content:'';
  background: url('../images/ico-arrow-left.svg') no-repeat;
  width:22px;
  height:24px;
}

/* flex box */
.fbx-close {
  top:2px !important;
  right:2px !important;
}

.fbx-close svg {
  color:#5B6670;
  filter: none !important;
}

.fbx-close-caption {
  display: none;
}

#back-top {  
  display: none;
  background: url('../images/arrow_up_thick_white.svg') #37424C no-repeat 53% 49%;
  background-size:52%;
  text-align: center;
  color: #fafafa;
  position: fixed;
  bottom: 23px;
  right: 25px;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  z-index: 9999;
  /* opacity: 0.5;
  -webkit-transition: .4s;
  transition: .4s; */
}

#back-top:hover {
  opacity: 1;
}


.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display:block;
  max-width: initial;
  object-fit: cover;
  height: 100%;
}

.ba-slider p {
  display: none;
} 

.resize {
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;

  background: rgba(0, 0, 0, .5);
  cursor: ew-resize;
}

.handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;

  content: '\21d4';
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 60px;

  background: #9EBD9B;
  /* @orange */
  border: 1px solid #9EBD9B;
  /* darken(@orange, 5%) */
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow:
    0 2px 6px rgba(0, 0, 0, .3),
    inset 0 2px 0 rgba(255, 255, 255, .5),
    inset 0 60px 50px -30px #9EBD9B;
  /* lighten(@orange, 20%)*/
}

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}



@media screen and (max-width: 1199px) {
  .hero_title {
    font-size: 46px;
  }

  .header_list_info {
    margin-left: 20px;
  }

  .table {
    width: 100%;
  }

  .header_nav_list > li > a {
    padding-left: 9px;
    padding-right: 10px;
  }

  .header_row {
    max-width: 960px;
  }

  /* .header_list_pay li.button a {
    margin-right: 20px;
  } */
}

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

  .main {
    padding-top:72px;
  }    
  
  .header_list_pay .last {
    position: absolute;
    top: 25px;
    right: 0;
  }

  .tabs_table thead tr th:nth-child(3) {
    display: none;
  }

  .tabs_table thead tr th:nth-child(4) {
    display: none;
  }

  .table_tbody tr td:nth-child(3) {
    display: none;
  }

  .table_tbody tr td:nth-child(4) {
    display: none;
  }

  .tabs_lg {
    padding-top: 0;
  }

  .tabs_box {
    display: none;
  }

  .tabs_box_active,
  .news.stacked {
    display: block;
    margin-bottom: 50px;
  }

  .kioken-tabs-buttons {
    display: none !important;
  }

  .tabs_box_header_md {
    display: block;
    background-color: #37424C;
    border-top: 2px solid #fff;
    color: #ffffff;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .tabs_accordion_btn {
    padding-bottom: 25px;
  }

  .header_logo_scrolls {
    margin-top: 0;
  }

  .header_logo_scrolls .call-clinics {
    display: block;
    position: absolute;
    top:23px;
    right:20px;
  }
  
  .header_logo_scrolls .call-clinics img {
    height:auto;
  }

  .hero_link {
    /* font-weight: bold; */
  }

  .pseudofooter {
    display: block;
    height: 221px;
  }

  .footer_social_box {
    position: fixed;
    will-change: top;
    z-index: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .footer {
    position: relative;
    z-index: 5;
    bottom: 0;
  }

  .tabs_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabs_btn {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .hero_title {
    font-size: 36px;
  }

  .hero_btn {
    width: 260px;
  }

  .promotions_discount,
  .promotions_procedure {
    font-size: 40px;
  }

  .header_row {
    display: none;
  }

  .header_close_menu {
    display: block;
    position: absolute;
    z-index: 1;
    left: 25px;
    top: 25px;
  }

  .header_mobile_menu {
    display: block;
    position: fixed;
    will-change: top;
    width: 100%;
    top: 0;
    bottom: 0;
    right: auto;
    left: -10000px;
    height: 100%;
    overflow-y: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    z-index: 99;
    background-color: #5B6670;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }

  .header_mobile_menu.active {
    right: 0;
    left: 0;
  }

  .header_list_pay_mobile {
    height: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* padding-right: 25px; */    
  }

  .header_list_pay_mobile > li:first-child {
    display: none;
  }

  /* temp */
  .header_list_pay_mobile .button {
    margin:0 auto;
    display: block;
  }

  
  .header_list_pay_mobile .button a {
    margin: 0;
  }

  .header_nav_sublist {
    padding-left: 0;
    list-style: none;
  }

  .header_nav_list_mobile .header_nav_sublist > li {
    padding-bottom: 0;
  }

  .header_nav_list_mobile .header_nav_sublist > li > a {
    text-transform: capitalize;
  }

  .header_nav_list_mobile {
    padding-top: 21px;
    padding-right: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header_nav_list_mobile li {
    padding-top: 17.5px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ffffff;
    width: 100%;
  }

  .header_nav_list_mobile li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 100%;
  }

  .header_nav_dropdown {
    list-style: none;
    padding-left: 17px;
    display: block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    max-height: 0;
    overflow-y: hidden;
  }

  .header_nav_dropdown li {
    border-bottom: 0;
  }

  .header_nav_dropdown > li {
    border-top: 1px solid #9EBD9B;
  }

  .header_nav_dropdown > li > a {
    font-size: 13px;
    color: #9EBD9B;
    text-transform: capitalize;
    position: relative;
    will-change: top;
  }

  .header_nav_dropdown > li > a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: -3px;
    background-image: url("../images/arrow_down_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }

  .header_nav_dropdown > li > a.active {
    padding-bottom: 0;
    position: relative;
    will-change: top;
  }

  .header_nav_dropdown > li > a.active::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: -3px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header_menu {
    display: none;
  }

  .header_line {
    position: relative;
    will-change: top;
  }

  .header_togler {
    display: block;
    padding:5px;
  }

  .header_menu_toggle {
    z-index: 93;
    top: 21px;
    position: fixed;
  }

  .header_logo_scrolls {
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: 0s ease;
    transition: 0s ease;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    background-color: #ffffff;
  }

  .header_logo_scrolls.hide {
    padding-top: 13px;
    padding-bottom: 13px;
    overflow: visible;
    height: auto;
  }

  .header_logo_scrolls img {
    height: 46px;
  }

  .header_nav_dropdown.active {
    display: block;
    max-height: 1500px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  .header_nav_sublist {
    display: block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    max-height: 0;
    overflow-y: hidden;
  }

  .header_nav_sublist.active {
    display: block;
    max-height: 1500px;
  }

  .footer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_link_box {
    margin-top: 38px;
  }

  .footer_copy {
    margin-top: 40px;
  }

  .header_nav_list > li > a {
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header_nav_list_mobile li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header_nav_dropdown {
    padding-left: 0;
  }

  .header_nav_dropdown li {
    padding-left: 17px;
  }

  .header_nav_dropdown.active {
    margin-top: 15px;
    padding-left: 0;
  }

  .header_nav_dropdown.active li {
    padding-left: 17px;
  }

  .header_nav_dropdown.active li:last-child {
    padding-bottom: 0;
  }

  .header_nav_list_mobile .header_nav_sublist > li {
    padding-left: 0;
  }

  .header_nav_sublist.active {
    padding-left: 0;
  }

  .header_nav_sublist.active li {
    padding-left: 0;
  }

  .header_nav_sublist li a {
    font-weight: 500;
  }

  .kioken-tab-active-mobile {
    display: block !important;
    position: relative !important;
    width:auto !important;
    height: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
  }

  .general_content {
    padding:30px;
  }

  .kioken-tabs-content .general_content {
    padding:0 0 20px 0;
  }

  .page-heading {
    padding:20px 0;
  }

  .page-heading h1 {
    font-size: 25px;
    margin:0;
  }

  .blog-featured {
    padding:100px 40px;
  }

  .post .entry-header {
    margin:0 auto;
  }

  .post .entry-header .entry-title {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 35px;
  }

  .entry-share ul {
    padding:30px 0;
  }

  .post-navigation {
    padding:30px 50px;
  }

  .wp-block-kioken-tab .accordion > .container > .row {
    display: block;
  }
}

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

  .modal .gform_wrapper input[type="text"],
  .modal .gform_wrapper input[type="email"],
  .modal .gform_wrapper textarea {
    padding:20px !important;
  }

  .modal .gform_wrapper .gform_footer {
    margin:20px auto 20px auto !important;
  }

  .clinic-contact-modal ul {
    font-size: 20px;
  }

  .clinic-contact-modal .clinics .phone {
    padding-top: 0px;
  }
  .clinic-contact-modal .clinics .phone:before {
    top:4px;
  }

  .tabs_table thead {
    display: none;
  }

  .tabs_table {
    display: block;
  }

  .table_container {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs_drop_box .tabs_drop {
    position: relative;
    right: 0;
  }

  .tabs_drop_box .tabs_drop a {
    width: 100%;
  }

  .table_tbody {
    display: block;
  }

  .table_tbody tr {
    display: block;
    border-top: 1px solid #dee2e6;
  }

  .table_tbody td {
    display: block;
    border: none;
  }

  .table_tbody td:first-child {
    padding-bottom: 0;
  }

  .table_tbody td:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .table_tbody td:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .table_tbody td .btn_buy {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table_tbody td .btn_buy img {
    position: absolute;
    right: 15px;
    top: 9px;
  }

  .footer_social_box {
    bottom: 68px;
  }

  .footer_mobile_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    will-change: top;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
  }

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

  .pseudofooter {
    height: 335px;
  }

  .footer_zip {
    border-right: 0;
  }

  .footer_social_links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 21px;
  }

  .footer_list_title {
    text-align: center;
    border-bottom: 1px solid #ffffff;
    background-image: url("../images/arrow_down_white.svg");
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .footer_list_title.active {
    background-image: url("../images/arrow_up_white .svg");
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom: none;
  }

  .footer_logo {
    margin-bottom: 0;
  }

  .footer_certificate {
    text-align: center;
    padding-top: 30px;
  }

  .footer_list {
    display: none;
  }

  .footer_list.active {
    display: block;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0;
  }

  .section_title {
    font-size: 18px;
  }

  .hero_title {
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
  }

  .hero_link {
    font-size: 14px;
    /* margin-bottom: 17px; */
    margin-right: 0;
    margin-left: 0;    
  }

  .hero_link:last-child {
    margin-bottom: 0;
    margin-left:30px;
  }

  .hero_btn_box,
  .hero_link_box {
    background-color: #5B6670;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -65px;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .hero_link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -ms-flex-direction: column; */
    /* flex-direction: column; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    
    padding:44px 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero_lg {
    position: relative;    
    padding: 80px 0;
    margin-bottom: 108px;
  }

  .hero_lg.no-buttons {
    margin-bottom: 0;
  }

  .hero_lg .hero_btn_box {
    padding-bottom: 29px;
  }

  .hero_md {
    /* padding-bottom: 0;
    padding-top: 120px; */
    padding:65px 0;
  }

  .hero_btn_box  {
    margin: 0 -15px;
  }

  .hero_lg .col-md-12 {
    position: absolute;
    left: 0;
    bottom: -108px;    
    width: 100%;
  }

  .hero_btn {
    margin:0 auto;
    width: auto;
    height:50px;    
    padding:0 50px;
  }

  .hero_btn:last-child {
    margin-left: 20px;
  }

  .news_img img,
  .promotions_carousel_img img {
    width: 100%;
  }

  .promotions_carousel_img {
    margin-bottom: 29px;
  }

  .promotions_box {
    text-align: center;
  }

  .promotions_discount,
  .promotions_procedure {
    font-size: 36px;
  }

  .promotions {
    padding-bottom: 63px;
    padding-top: 54px;
  }

  .promotions_carousel {
    /* margin-top: 54px; */
  }

  .testimonial_content {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .news_title {
    font-size: 18px;
  }

  .treatments_name {
    font-size: 20px;
  }

  .find_text p {
    font-size: 30px;
    text-align: center;
    max-width: 306px;
    line-height: 34px;
    margin-left: auto;
    margin-right: auto;
  }

  .find_box {
    text-align: center;
  }

  .find {
    padding-top: 27px;
    padding-bottom: 38px;
  }

  .tabs_accordion_img img {
    width: 100%;
  }

  .tabs_accordion_btn {
    font-size: 18px;

  }

  .tabs_btn {
    font-size: 12px;
  }

  .skin_img img {
    width: 100%;
  }

  .skin_img {
    margin-bottom: 20px;
  }

  .treatments_card::after {
    display: none;
  }

  .footer_social_links {
    margin-left: 0;
  }

  
  /* Tablepress */
  .dataTables_wrapper  {
    padding:10px;
  }

  .tablepress tr th {
    padding:5px 10px !important;
    font-size: 12px;
  }

  .tablepress .txt-x {
    display: inline;
  }

  .tablepress .txt-treatments {
    display: none;
  }

  .tablepress td {
    padding:15px 10px !important;
    font-size: 12px;
  }

  .tablepress tr th:first-child,
  .tablepress tr td:first-child {
    padding-left:0 !important;
    white-space: normal;
  }
  .tablepress tr th:last-child,
  .tablepress tr td:last-child {
    padding-right:0 !important;
  }
  
  .dataTables_wrapper td del {
    display: block; 
  }

  .vidello.alignleft,
  .vidello.alignright,
  .vidello.aligncenter { width:100%; }
  
  #back-top {  
    height: 40px;
    width: 40px;
    border-radius: 20px;
    bottom: 18px;
    right: 18px;
  }
}

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

 
  /* Shopify */
  .shopify-btn .shopify-buy__quantity-container {
    display: none;
  }

  .shopify-btn .shopify-buy__btn-wrapper button {
    padding: 8px 10px !important;
    font-size: 12px;
  }

  .blog-latest .blog-list .col-md-5 {
    margin-left: 0 !important;
  }

  .header_list_pay_mobile {
    margin-top: 0;
    /* margin-top: 62px; */

    justify-content:start;
  }  

  .header_list_pay_mobile .button {
    margin:55px 0 0 0;
    width:45%;
  }

  .header_list_pay_mobile .button a {
    margin: 0;
    width:100% !important;
  }
  /*

  .header_list_pay_mobile li:nth-child(4) {
    position: absolute;
    top: 25px;
    right: 60px;
    z-index: 2;
  }

  .header_list_pay_mobile li:nth-child(2) {
    width: 50%;
    text-align: right;
  }

  .header_list_pay_mobile li:nth-child(2) a {
    width: 150px;
  }

  .header_list_pay_mobile li:nth-child(3) {
    width: 50%;
  }

  .header_list_pay_mobile li:nth-child(3) a {
    width: 150px;
  }*/

  .tabs_btn {
    font-size: 10px;
  }

  .tabs_accordion_btn {
    font-size: 16px;
  }

  .find_text p {
    font-size: 25px;
  }

  .best_header {
    height: 46px;
  }

  .hero_title {
    font-size: 26px;
  }

  .best_title {
    font-size: 14px;
    max-width: 112px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }

  .best_text {
    display: none;
  }

  .best_card {
    margin-top: 34px;
  }

  .best {
    padding-top: 14px;
    padding-bottom: 40px;
  }

  .treatments {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .treatments_name {
    font-size: 18px;
  }

  .find_img img {
    height: 112px;
  }

  .treatments_header {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }

  .treatments_card {
    margin-top: 24px;
    padding-bottom: 0;
  }

  .treatments_link {
    font-size: 12px;
  }

  .banner_text p {
    font-size: 14px;
  }

  .banner_text a {
    font-size: 14px;
    margin-left: 15px;
    white-space: nowrap;
  }

  .promotions_discount,
  .promotions_procedure {
    font-size: 32px;
  }

  .section_title {
    font-size: 16px;
  }

  .news_title {
    font-size: 16px;
  }

  .news_text {
    font-size: 14px;
  }

  .footer_logo {
    padding-bottom: 50px;
    margin-bottom: 0;
  }

  .footer_logo img {
    width: 168px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer_list_title {
    border-bottom: 1px solid #ffffff;
    font-size: 12px;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .footer_certificate {
    text-align: center;
  }

  .footer_certificate img {
    width: 97px;
    height: 97px;
  }

  .footer_row_menu {
    padding-bottom: 31px;
  }

  .tabs_accordion_text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .tabs_accordion_btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tabs_lg {
    padding-bottom: 30px;
  }

  .breadcrumbs_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs_box {
    padding-bottom: 40px;
  }

  .accordion {
    padding:0 30px;
  }

  .wp-block-kioken-tab .accordion {
    padding:0;
  }  

}

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

  .clinic-contact-modal ul {
    font-size: 16px;
  }

  .clinic-contact-modal .clinics h6 {
    padding-top: 40px;
    margin-bottom: 37px;
  }

  .clinic-contact-modal .clinics ul a {
    padding:20px 15px;
  }

  .clinic-contact-modal .clinics .phone {
    font-size: inherit;
    padding-left:32px;
    white-space: nowrap;
  }
  
  .clinic-contact-modal .clinics .phone:before {
    top:2px;
  }

  .clinic-contact-modal .states {
    padding-top: 33px;
  }
  
  .clinic-contact-modal .states h6 {
    margin-bottom: 37px;
  }

  .breadcrumbs_list li a {
    font-size: 10px;
  }

  .tabs_accordion_btn {
    font-size: 14px;
  }

  .tabs_accordion_text p {
    font-size: 12px;
  }

  .hero_lg {
    background-position: right top;
  }

  .treatments_name {
    font-size: 15px;
  }

  .hero_title {
    font-size: 22px;
  }

  .section_title {
    font-size: 12px;
  }

  .hero_btn {
    width: 260px;
  }

  .hero_lg .hero_btn:last-child {
    margin:20px 0 0 0 !important;
  }

  .banner_text p {
    font-size: 12px;
  }

  .banner_text a {
    font-size: 11px;
  }

  .promotions_offer {
    font-size: 12px;
  }

  .promotions_btn .btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 420px) {
  .find_box_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .find_btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .find_btn:last-child {
    margin-bottom: 0;
  }

  .find_box_btns .btn:first-child {
    margin-right: auto;
  }

  /*
  .header_list_pay_mobile li:nth-child(3) a {
    margin-right: 0;
  }
  */
}

@media screen and (max-width: 355px) {
  /*
  .header_list_pay_mobile li:nth-child(2) a {
    width: calc(100% - 5px);
  }

  .header_list_pay_mobile li:nth-child(3) a {
    width: calc(100% - 5px);
  }
  */
}
