@charset "UTF-8";
/*
Theme Name: Levo Child
Template: Levo
Author: Levo Health
Description: Levo Health WordPress Theme
Version: 1.0.1583494263
Updated: 2020-03-06 11:31:03

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset and Variables
# Helpers
# Bootstrap
# Base
# Parts
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset and Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Reset
--------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
## Base Reset
--------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}

a:focus, a:hover, a:active {
  outline: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q::before, q::after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Embedded Content
--------------------------------------------------------------*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, textarea {
  -webkit-box-shadow: none;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

input, textarea, select {
  outline: none;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*--------------------------------------------------------------
## Chrome Frame Prompt
--------------------------------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Variables
--------------------------------------------------------------*/
@font-face {
  font-family: "fonticons";
  src: url("assets/icons/fonticons.woff2") format("woff2"), url("assets/icons/fonticons.woff") format("woff"), url("assets/icons/fonticons.ttf") format("truetype");
}

.font-arrow-right:before, .font-location:before, .font-phone:before, .font-phone2:before, .font-print:before, .nav-tel a:before, .map-location:before,
.map-phone:before,
.map-print:before {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.font-arrow-right:before {
  content: "";
}

.font-location:before {
  content: "";
}

.font-phone:before {
  content: "";
}

.font-phone2:before {
  content: "";
}

.font-print:before {
  content: "";
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
/*
	Example:
	-------------------------------------------------------------------------------------------------
	@include mq($phone) 			 	@media screen and (max-width: 640px)
	-------------------------------------------------------------------------------------------------
	@include mq(991) 			 	 	@media screen and (max-width: 991px)
	-------------------------------------------------------------------------------------------------
	@include mq($phone + 1, min) 	 	@media screen and (min-width: 641px)
	-------------------------------------------------------------------------------------------------
	@include mq(992, min) 			 	@media screen and (min-width: 992px)
	-------------------------------------------------------------------------------------------------
	@include mq(400, min, height) 	 	@media screen and (min-height: 400px)
	-------------------------------------------------------------------------------------------------
	@include mq(992) {				 	@media screen and (max-width: 992px) and (min-width: 767px)
		@include mq(767, min) {

		}
	}
	-------------------------------------------------------------------------------------------------
 */
/*--------------------------------------------------------------
## Helpers
--------------------------------------------------------------*/
.centered {
  text-align: center;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.sr-only:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 10px 0;
    padding: 0;
    text-align: left;
  }
  a:link, a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  a:not([href="javascript:;"])::after {
    content: " [" attr(href) "] ";
  }
  h1, h2, h3, h4, h5, h6, span {
    background: none;
    color: #000 !important;
  }
  .temp,
  .site-header,
  .site-footer,
  .banner,
  .entry-footer {
    display: none;
  }
  /*--------------------------------------------------------------
	## Content Split
	--------------------------------------------------------------*/
  .content-split {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .content-split-media-wide {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #6d6e71;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.6;
}

blockquote {
  margin: 0 25px;
}

pre {
  max-width: 100%;
  padding: 1.6em;
  overflow: auto;
  background: #bebebe;
}

[class*='font-'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 30px;
  line-height: 1;
}

/*--------------------------------------------------------------
## Base Layout
--------------------------------------------------------------*/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  height: 100%;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.wrapper {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  float: none;
}

.wrapper.vc_inner {
  margin-left: auto;
  margin-right: auto;
}

.wrapper--lg {
  max-width: 1560px;
}

/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .is-animate {
    backface-visibility: hidden;
    opacity: 0;
    will-change: transform;
  }
  .slide-up {
    transform: translate3d(0, 200px, 0);
    transition: 1000ms ease-in-out;
  }
  .is-visible {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn {
  display: inline-block;
  transition: 350ms ease;
  font-size: 16px;
  line-height: 1.18;
  text-align: center;
  font-family: 'Roboto';
  outline: none;
  color: #4fc1b9 !important;
  border: 1px solid #4fc1b9;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
  border-radius: 0;
  padding: 23px 20px;
  background-color: transparent;
}

.btn:active, .btn:focus {
  outline: none;
}

.btn:hover {
  background-color: #f97171;
  color: #fff !important;
  border-color: #f97171;
}

@media screen and (max-width: 1650px) {
  .btn {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 1315px) {
  .btn {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 12px 20px;
    font-size: 14px !important;
  }
}

.btn--green {
  background-color: #4fc1b9;
  color: #fff !important;
}

.btn--green:hover {
  background-color: #f97171;
  border: 1px solid #f97171;
  color: #fff;
}

.btn--border-white {
  border: 1px solid #fff;
  color: #fff !important;
}

.btn-transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}

.btn-transparent:hover {
  background-color: #f97171;
  color: #fff;
  border-color: #f97171;
}

.btn--orange {
  color: #f97171 !important;
}

.btn--orange:hover {
  color: #e63737 !important;
}

@media screen and (max-width: 1024px) {
  .btn--orange {
    padding: 0 !important;
  }
}

.btn-box .wpb_wrapper {
  display: flex !important;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .btn-box .wpb_wrapper {
    flex-direction: column !important;
  }
}

.btn-arrow::after,
.btn-arrow--orange::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 11px;
  font-size: 14px;
}

.btn-arrow:hover {
  text-decoration: none !important;
  color: rgba(79, 193, 185, 0.5) !important;
}

.btn-arrow--orange:hover {
  text-decoration: none !important;
  color: rgba(249, 113, 113, 0.5) !important;
}

.about-btn {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .about-btn {
    margin-left: 0;
  }
}

.btn--green2 {
  background-color: #4fc1b9 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  padding: 12px 20px;
  letter-spacing: 0.06em;
}

.btn--green2:hover {
  background-color: transparent !important;
  color: #4fc1b9 !important;
  border: 1px solid #4fc1b9 !important;
}

.btn--green-ghost {
  border: 1px solid #4fc1b9 !important;
  color: #4fc1b9 !important;
}

.btn--green-ghost:hover {
  background-color: #4fc1b9 !important;
  color: #fff !important;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Wrapper and Ratios
--------------------------------------------------------------*/
img {
  max-width: 100%;
  display: block;
  height: initial;
}

/*--------------------------------------------------------------
# Components / Templates
--------------------------------------------------------------*/
.banner-inner {
  padding-left: calc(50vw - 783px);
  min-height: 100vh;
}

@media screen and (max-width: 1199px) {
  .banner-inner {
    min-height: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .banner-inner {
    min-height: auto;
  }
}

.banner-inner--sm {
  height: 600px !important;
  padding-left: calc(50vw - 611px) !important;
}

@media screen and (max-width: 1315px) {
  .banner-inner--sm {
    height: 555px !important;
  }
}

@media screen and (max-width: 1024px) {
  .banner-inner--sm {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-inner--sm {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  #banner-schedule.wpb_column > div {
    background-position: center !important;
  }
}

.banner-box-wrap {
  display: flex !important;
}

@media screen and (max-width: 1024px) {
  .banner-box-wrap {
    display: block;
  }
}

.banner-box1 {
  flex: 0 0 35%;
  max-width: 35%;
}

@media screen and (max-width: 1199px) {
  .banner-box1 {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .banner-box1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.banner-box2 {
  flex: 0 0 65%;
  max-width: 65%;
}

@media screen and (max-width: 1199px) {
  .banner-box2 {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .banner-box2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.banner-title {
  font-size: 63px !important;
  line-height: 1.11;
  max-width: 411px !important;
  margin-left: 0 !important;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 1650px) {
  .banner-title {
    font-size: 62px;
    margin-bottom: 23px !important;
  }
}

@media screen and (max-width: 1315px) {
  .banner-title {
    font-size: 53px !important;
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 1199px) {
  .banner-title {
    font-size: 52px !important;
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 1024px) {
  .banner-title {
    text-align: center;
    max-width: 100%;
    margin-left: none !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-title {
    max-width: 311px !important;
    width: 100% !important;
    margin: 0 auto !important;
    font-size: 31px !important;
  }
}

.banner-title-xl {
  max-width: 100% !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 1024px) {
  .banner-subtext {
    max-width: 600px !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-subtext {
    max-width: 100% !important;
    padding: 0 15px !important;
  }
}

.banner-subtext--sm {
  max-width: 480px !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 1024px) {
  .banner-subtext--sm {
    width: 100% !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 1024px) {
  .banner-after-title-text {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-after-title-text {
    font-size: 21px !important;
  }
}

.banner-img {
  max-height: 100vh;
}

@media screen and (max-width: 767px) {
  .banner-img {
    max-height: 100%;
  }
}

.banner-img.wpb_column {
  overflow: hidden;
}

.banner-img.wpb_column > div {
  background-position: top center !important;
}

.banner-img.wpb_column > div::after {
  content: '';
  width: 300px;
  height: 100%;
  background-color: #fff;
  transform: translateX(-150px) skewX(11deg);
}

@media screen and (max-width: 1024px) {
  .banner-img.wpb_column {
    height: 300px !important;
  }
  .banner-img.wpb_column > div::after {
    width: auto;
    height: auto;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-img.wpb_column {
    height: 30vh !important;
  }
}

.banner-content {
  padding-top: 100px;
}

@media screen and (max-width: 1650px) {
  .banner-content {
    padding-left: 54px;
  }
}

@media screen and (max-width: 1216px) {
  .banner-content {
    padding-left: 27px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-content {
    padding: 50px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-content {
    padding-left: 0;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 367px;
    padding-top: 9px;
    padding: 25px 0 !important;
  }
}

.banner-content--xl {
  padding-left: 15px;
  padding-top: 100px;
}

@media screen and (max-width: 1650px) {
  .banner-content--xl {
    padding-left: 54px;
  }
}

@media screen and (max-width: 1450px) {
  .banner-content--xl {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 1216px) {
  .banner-content--xl {
    padding-left: 27px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-content--xl {
    padding-top: 138px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-content--xl {
    padding: 50px 0 !important;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .banner-content--xl {
    padding-left: 0;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 367px;
    padding-top: 9px;
    padding: 25px 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .banner-btn {
    display: block;
    max-width: 210px !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-btn {
    max-width: 230px !important;
  }
}

@media screen and (max-width: 1024px) {
  .btn-banner--green {
    display: block;
    max-width: 220px !important;
    margin: 20px auto !important;
  }
}

@media screen and (max-width: 767px) {
  .btn-banner--green {
    max-width: 230px !important;
  }
}

#site-header-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.is-sticky #site-navigation .dropdown-menu > li.menu-item > a {
  color: #6d6e71;
  position: relative;
}

.is-sticky #site-navigation .dropdown-menu > li.menu-item > a:hover {
  color: #4fc1b9;
}

#site-header.header-one.wpex-full-width {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .sticky-header-shrunk div#site-header-inner {
    height: auto;
  }
}

#site-header.overlay-header div#site-header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wpex-bars > span,
.wpex-bars > span::before,
.wpex-bars > span::after {
  background: #fff;
}

.is-sticky .wpex-bars > span, .is-sticky
.wpex-bars > span::before, .is-sticky
.wpex-bars > span::after {
  background: #6d6e71;
}

body.wpex-mobile-toggle-menu-icon_buttons div#mobile-menu {
  right: 15px;
}

#site-logo-inner {
  padding: 7px 0 !important;
}

#site-logo img {
  width: 180px !important;
}

@media screen and (max-width: 1315px) {
  #site-logo img {
    width: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  #site-logo img {
    width: 140px !important;
  }
}

.site-footer {
  background-color: #6d6e71;
}

.site-footer-inner {
  padding: 30px 0 !important;
}

@media screen and (max-width: 1024px) {
  .footer-box {
    width: 100% !important;
  }
}

.footer-box.span_1_of_3.col.col-1 {
  position: relative;
}

.footer-box.span_1_of_3.col.col-2 {
  display: flex !important;
  max-width: 625px;
  margin-top: 13px;
  position: relative;
}

.footer-box.span_1_of_3.col.col-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: -27px;
  width: 1px;
  height: 43px;
  background-color: #a6a6a6;
  visibility: visible !important;
}

.footer-box.span_1_of_3.col.col-2::before {
  content: '';
  position: absolute;
  top: 0;
  right: -27px;
  width: 1px;
  height: 43px;
  background-color: #a6a6a6;
}

@media screen and (max-width: 1024px) {
  .footer-box.span_1_of_3.col.col-2 {
    max-width: 100%;
    margin-top: 8px;
    text-align: center;
    display: block !important;
  }
}

.footer-box.span_1_of_3.col.col-3 {
  margin-top: 13px;
}

@media screen and (max-width: 1024px) {
  .footer-box.span_1_of_3.col.col-3 {
    margin-top: 0;
  }
}

.site-footer-inner.container.clr {
  width: 100%;
  max-width: 1190px !important;
  margin: 0 auto;
  padding: 0 15px;
  float: none;
}

.site-footer-inner.container.clr.vc_inner {
  margin-left: auto;
  margin-right: auto;
}

#footer-widgets {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  #footer-widgets {
    display: block !important;
  }
}

#text-4,
#text-5,
#text-6,
#text-7 {
  flex: 0 0 22%;
  max-width: 22%;
}

@media screen and (max-width: 1024px) {
  #text-4,
  #text-5,
  #text-6,
  #text-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#text-7 {
  flex: 0 0 34%;
  max-width: 34%;
}

@media screen and (max-width: 1024px) {
  #text-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.footer-widget {
  padding-bottom: 0;
}

.footer-widget .widget-title {
  margin-top: 50px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .footer-widget {
    margin-top: 0 !important;
  }
  .footer-widget .widget-title {
    font-size: 20px;
  }
}

.textwidget a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: "Roboto";
  font-size: 14px !important;
}

.textwidget a:hover {
  color: #4fc1b9;
}

.textwidget p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
  .textwidget {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  #media_image-2 img {
    margin: 0 auto;
  }
}

#footer-bottom {
  background-color: #4fc1b9;
}

.full-width-main-layout .container {
  max-width: 1190px !important;
  width: 90% !important;
}

#copyright {
  color: #fff !important;
  font-size: 12px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
}

#copyright a {
  color: #fff !important;
  transition: 350ms ease;
}

#copyright a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  #copyright {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  #copyright {
    display: block !important;
  }
  #copyright img {
    margin: 0 auto !important;
  }
}

#primary {
  margin-bottom: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

#sidebar {
  display: none;
}

.vc_tta-tabs.single-page-article.wpex-clr li::before {
  content: none !important;
}

@media screen and (max-width: 1024px) {
  .vc_tta-tabs-container {
    text-align: center !important;
  }
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: #fff !important;
  border-color: #fff !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a {
  color: #dfdfdf !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  color: #4fc1b9 !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a {
  border-color: #fff !important;
  background-color: #fff !important;
  font-size: 22px;
  line-height: 1.27;
  font-weight: bold;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .vc_tta-panel-body {
    padding: 6px 0 !important;
  }
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #4fc1b9 !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #a6a6a6 !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #fff !important;
  background-color: #fff !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  border-color: #fff !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 0 !important;
}

.center {
  text-align: center;
}

.wpex-bars > span {
  top: 14px !important;
}

#site-navigation .dropdown-menu > li.menu-item > a > span.link-inner {
  transition: none !important;
}

@media screen and (max-width: 1024px) {
  .icon-col {
    width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .icon-col {
    margin-bottom: 20px !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .owl-nav {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .owl-nav {
    margin-bottom: 0 !important;
  }
}

.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab::before {
  content: none !important;
}

.patient-info {
  padding-bottom: 95px !important;
}

.patient-info .vcex-module.vcex-heading.vcex-heading-plain {
  margin: 15px 0 !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 1024px) {
  .patient-info {
    padding: 0 !important;
  }
}

.single-content.entry.clr h4 {
  font-size: 28px !important;
  color: #4fc1b9 !important;
  margin: 28px 0 15px !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 767px) {
  .single-content.entry.clr h4 {
    font-size: 21px !important;
  }
}

.single-post-title {
  font-size: 47px !important;
  color: #4fc1b9 !important;
  font-weight: bold !important;
}

.theme-heading.social-share-title span {
  display: none !important;
}

.theme-heading.related-posts-title span {
  color: #4fc1b9 !important;
  font-weight: 400 !important;
}

.related-post-title.entry-title a {
  color: #4fc1b9 !important;
}

.post-prev a,
.post-next a {
  color: #4fc1b9 !important;
}

.wpex-social-share.style-flat li.wpex-twitter a,
.wpex-social-share.style-flat li.wpex-facebook a,
.wpex-social-share.style-flat li.wpex-linkedin a,
.wpex-social-share.style-flat li.wpex-email a {
  background: #4fc1b9 !important;
}

.meta-author,
.meta {
  display: none;
  visibility: hidden;
}

.vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link img {
  width: 236px !important;
  height: 235px !important;
}

@media screen and (max-width: 767px) {
  .wpb_text_column.wpb_content_element .wpb_wrapper p, .single-page-content p {
    margin-bottom: 30px !important;
  }
}

#site-navigation .dropdown-menu > li.menu-item.current-menu-item > a {
  color: #4fc1b9;
}

#site-navigation .dropdown-menu > li.menu-item.current-menu-parent > a {
  color: #4fc1b9;
}

#site-navigation #menu-item-404 .dropdown-menu > li.nav-schedule.current-menu-item > a {
  color: #fff !important;
}

.navbar-style-one .dropdown-menu > li.menu-item > a {
  padding: 17px 4px !important;
  height: 86px !important;
}

@media screen and (max-width: 1650px) {
  .navbar-style-one .dropdown-menu > li.menu-item > a > span.link-inner {
    padding: 0.5em 3px !important;
    font-size: 14px !important;
  }
}

.link-inner {
  padding: 0.5em 5px !important;
}

#site-navigation-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1485px) {
  #site-navigation-wrap {
    display: none;
  }
}

.navbar-style-one {
  position: static;
  margin-top: 0;
  height: auto;
  float: right;
}

.nav-schedule {
  background-color: #4fc1b9;
  transition: 350ms ease;
  padding: 0 13px;
}

.nav-schedule a {
  color: #fff !important;
}

.nav-schedule:hover {
  background-color: #f97171;
}

.nav-tel {
  display: flex;
  align-items: center;
}

.nav-tel a {
  color: #4fc1b9 !important;
}

.nav-tel a:before {
  content: "";
}

.nav-tel a::before {
  margin-left: 15px;
  color: #4fc1b9;
}

.nav-tel a:hover {
  color: #f97171 !important;
}

.nav-tel a:hover::before {
  color: #f97171;
}

.sub-menu::before {
  border: none !important;
  position: static !important;
  border-top: 3px solid #f97171 !important;
}

#sidr-main {
  background-color: #4fc1b9;
}

.sidr-class-link-inner {
  color: #fff;
}

.sidr-class-link-inner:hover {
  color: #f97171;
}

.sidr-class-dropdown-menu li {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.sidr-class-wpex-close {
  color: #fff;
}

.sidr-class-dropdown-toggle {
  color: #fff !important;
}

.sidr-class-dropdown-toggle:hover {
  color: #e63737 !important;
}

.sidr-class-dropdown-menu ul a::before {
  color: #fff !important;
}

.wpb_text_column.wpb_content_element .wpb_wrapper p, .single-page-content p {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 30px !important;
}

.wpb_text_column.wpb_content_element .wpb_wrapper h1,
.single-page-content h1 {
  font-size: 63px;
  line-height: 1.11;
  letter-spacing: 0.03em;
  color: #4fc1b9;
  margin-bottom: 20px !important;
  font-weight: 300;
}

.wpb_text_column.wpb_content_element .wpb_wrapper h2,
.single-page-content h2 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: 20px !important;
  color: #4fc1b9;
}

.wpb_text_column.wpb_content_element .wpb_wrapper h3,
.single-page-content h3 {
  font-size: 36px;
  line-height: 1.19;
  letter-spacing: 0.03em;
  color: #4fc1b9;
  margin-bottom: 20px !important;
}

.wpb_text_column.wpb_content_element .wpb_wrapper h4,
.single-page-content h4 {
  font-size: 30px !important;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: 20px !important;
}

.wpb_text_column.wpb_content_element .wpb_wrapper h5,
.single-page-content h5 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 20px !important;
  color: #4fc1b9;
}

.wpb_text_column.wpb_content_element .wpb_wrapper ul,
.single-page-content ul {
  margin-bottom: 35px !important;
}

.wpb_text_column.wpb_content_element .wpb_wrapper li,
.single-page-content li {
  list-style: none !important;
  position: relative !important;
  padding-left: 15px !important;
  font-size: 16px;
}

.wpb_text_column.wpb_content_element .wpb_wrapper li::before,
.single-page-content li::before {
  content: '\2022' !important;
  color: #4fc1b9 !important;
  font-weight: bold !important;
  display: inline-block !important;
  width: 1em !important;
  list-style-position: inside !important;
  position: absolute;
  top: 2px !important;
  left: 0 !important;
}

.wpb_text_column.wpb_content_element .wpb_wrapper .gform_fields li,
.single-page-content .gform_fields li {
  padding-left: 0 !important;
}

.wpb_text_column.wpb_content_element .wpb_wrapper .contact .field-radio,
.single-page-content .contact .field-radio {
  padding-left: 15px !important;
}

.wpb_text_column.wpb_content_element .wpb_wrapper .revwid-pagination-list li,
.single-page-content .revwid-pagination-list li {
  padding-left: 0 !important;
}

.wpb_text_column.wpb_content_element .wpb_wrapper .revwid-pagination-list li::before,
.single-page-content .revwid-pagination-list li::before {
  content: none !important;
}

.wpb_text_column.wpb_content_element .wpb_wrapper a,
.single-page-content a {
  font-size: 16px;
}

@media screen and (max-width: 1650px) {
  .wpb_text_column.wpb_content_element .wpb_wrapper h1,
  .single-page-content h1 {
    font-size: 65px;
    margin-bottom: 23px !important;
  }
  .wpb_text_column.wpb_content_element .wpb_wrapper h3,
  .single-page-content h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1450px) {
  .wpb_text_column.wpb_content_element .wpb_wrapper h3,
  .single-page-content h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1315px) {
  .wpb_text_column.wpb_content_element .wpb_wrapper h1,
  .single-page-content h1 {
    font-size: 50px !important;
    margin-bottom: 15px !important;
  }
  .wpb_text_column.wpb_content_element .wpb_wrapper h3,
  .single-page-content h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .wpb_text_column.wpb_content_element .wpb_wrapper p, .single-page-content p {
    font-size: 14px;
  }
  .wpb_text_column.wpb_content_element .wpb_wrapper h1,
  .single-page-content h1 {
    font-size: 52px;
    margin-bottom: 10px !important;
  }
  .wpb_text_column.wpb_content_element .wpb_wrapper h2,
  .single-page-content h2 {
    font-size: 34px;
  }
  .wpb_text_column.wpb_content_element .wpb_wrapper h3,
  .single-page-content h3 {
    font-size: 27px;
  }
  .wpb_text_column.wpb_content_element .wpb_wrapper h4,
  .single-page-content h4 {
    font-size: 23px !important;
  }
}

@media screen and (max-width: 767px) {
  .wpb_text_column.wpb_content_element .wpb_wrapper h1,
  .single-page-content h1 {
    font-size: 37px !important;
  }
  .wpb_text_column.wpb_content_element .wpb_wrapper h2,
  .single-page-content h2 {
    font-size: 28px !important;
  }
  .wpb_text_column.wpb_content_element .wpb_wrapper h3,
  .single-page-content h3 {
    font-size: 21px !important;
  }
  .wpb_text_column.wpb_content_element .wpb_wrapper h4,
  .single-page-content h4 {
    font-size: 23px !important;
  }
  .wpb_text_column.wpb_content_element .wpb_wrapper h5,
  .single-page-content h5 {
    margin-bottom: 6px !important;
  }
  .wpb_text_column.wpb_content_element .wpb_wrapper p, .single-page-content p {
    margin-bottom: 15px !important;
  }
  .wpb_text_column.wpb_content_element .wpb_wrapper .contact .field-radio,
  .single-page-content .contact .field-radio {
    padding-left: 0 !important;
  }
}

.section-head__title {
  font-size: 48px !important;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 300;
  margin-bottom: 20px !important;
  text-align: center;
}

@media screen and (max-width: 1315px) {
  .section-head__title {
    font-size: 41px !important;
  }
}

@media screen and (max-width: 1199px) {
  .section-head__title {
    font-size: 35px !important;
  }
}

@media screen and (max-width: 1024px) {
  .section-head__title {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .section-head__title {
    font-size: 28px !important;
    max-width: 100% !important;
    margin: 0 auto 30px !important;
    text-align: center !important;
  }
}

.section-head__subtitle .wpb_wrapper p {
  font-size: 20px !important;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .section-head__subtitle .wpb_wrapper p {
    font-size: 16px !important;
    text-align: center !important;
  }
}

.treatments .wpex-carousel-entry-title.entry-title {
  margin-bottom: 20px !important;
}

.treatments .wpex-carousel-entry-title.entry-title a {
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #fff;
  transition: 350ms ease;
  font-family: 'Roboto';
}

.treatments .wpex-carousel-entry-title.entry-title a:hover {
  color: #fff !important;
}

.treatments .wpex-carousel-entry-details {
  background-color: transparent !important;
  border: none;
}

@media screen and (max-width: 767px) {
  .treatments .wpex-carousel-entry-details {
    text-align: center;
  }
}

.treatments .wpex-carousel-entry-excerpt {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .treatments .wpex-carousel-entry-excerpt {
    font-size: 14px;
  }
}

.treatments .entry-readmore-wrap {
  padding-top: 20px;
}

.treatments .entry-readmore-wrap a {
  background-color: transparent;
  padding: 0;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
  transition: 350ms ease;
}

.treatments .entry-readmore-wrap a::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 11px;
  font-size: 14px;
  color: #fff;
  transition: 350ms ease;
}

.treatments .entry-readmore-wrap a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.treatments .entry-readmore-wrap a:hover::after {
  color: rgba(255, 255, 255, 0.5);
}

.treatments .ticon {
  font-size: 15px;
}

.owl-carousel {
  margin-top: 50px !important;
}

@media screen and (max-width: 1315px) {
  .owl-carousel {
    margin-top: 25px !important;
  }
}

.wpex-carousel.arrwpos-abs .owl-prev {
  left: -50px !important;
  top: 0;
}

.wpex-carousel.arrwpos-abs .owl-prev .ticon.ticon-chevron-left {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .wpex-carousel.arrwpos-abs .owl-prev {
    left: -29px !important;
    top: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .wpex-carousel.arrwpos-abs .owl-prev {
    top: 37% !important;
  }
}

.wpex-carousel.arrwpos-abs .owl-next {
  right: -40px !important;
  top: 0;
}

.wpex-carousel.arrwpos-abs .owl-next .ticon.ticon-chevron-right {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .wpex-carousel.arrwpos-abs .owl-next {
    right: -24px !important;
    top: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .wpex-carousel.arrwpos-abs .owl-next {
    top: 37% !important;
  }
}

.treatmens-box .vc_gitem-zone-img {
  width: 380px !important;
  height: 235px !important;
}

.treatmens-box .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
  font-size: 22px !important;
  line-height: 1.27 !important;
  font-weight: bold !important;
  text-align: center !important;
  margin: 7px 0 !important;
}

.treatmens-box .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
  margin-bottom: 0 !important;
  text-align: center !important;
  font-size: 15px !important;
}

.treatmens-box .vc_btn3-container.vc_btn3-left {
  text-align: center !important;
}

.treatmens-box .vc_btn3.vc_btn3-color-juicy-pink, .treatmens-box .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  background-color: transparent !important;
  color: #4fc1b9 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
}

.treatmens-box .vc_btn3.vc_btn3-color-juicy-pink::after, .treatmens-box .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 11px;
  font-size: 14px;
}

.treatmens-box .vc_btn3.vc_btn3-color-juicy-pink:hover, .treatmens-box .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  color: rgba(79, 193, 185, 0.5) !important;
}

.treatmens-box .vc_grid-filter-item::before {
  content: none !important;
}

.treatmens-box .vc_grid-filter-item span {
  font-size: 24px !important;
  color: #c5bfbf !important;
}

.treatmens-box .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active {
  background-color: transparent !important;
}

.treatmens-box .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active span {
  color: #4fc1b9 !important;
  display: block;
}

.treatmens-box .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
  background-color: transparent !important;
}

.treatmens-box .vc_grid-filter-select.vc_grid-filter-color-grey .vc_arrow-icon-navicon {
  color: #4fc1b9 !important;
}

.treatments-intro {
  z-index: 1 !important;
  position: relative !important;
}

@media screen and (max-width: 767px) {
  .treatments-intro {
    transform: translateY(0) !important;
  }
}

.treatments-template-default #post-media img {
  width: 100% !important;
  height: 510px !important;
}

@media screen and (max-width: 767px) {
  .treatments-template-default #post-media img {
    height: auto !important;
  }
  .treatments-template-default .single-post-title {
    font-size: 33px !important;
  }
}

.providers-inner {
  padding-left: calc(50vw - 595px);
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1222px) {
  .providers-inner {
    padding-left: calc(50vw - 566px);
  }
}

@media screen and (max-width: 1150px) {
  .providers-inner {
    padding-left: calc(50vw - 540px);
  }
}

@media screen and (max-width: 1110px) {
  .providers-inner {
    padding-left: calc(50vw - 513px);
  }
}

@media screen and (max-width: 1040px) {
  .providers-inner {
    padding-left: calc(50vw - 490px);
  }
}

@media screen and (max-width: 1024px) {
  .providers-inner {
    padding-left: calc(50vw - 328px);
    margin-bottom: 60px;
    padding: 0 15px;
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .providers-inner {
    margin-bottom: 0;
    padding: 0 15px;
    text-align: center !important;
  }
}

.providers {
  position: relative;
}

.providers .wpex-carousel-entry-media {
  text-align: left;
}

.providers .related-post-figure.clr img {
  width: 280px;
}

.providers .related-post-content.clr {
  max-width: 280px;
}

.providers .wpex-carousel-slide {
  display: flex;
}

.providers .wpex-carousel-entry-details {
  padding-left: 15px !important;
  padding: 0;
  border: none;
  flex: 0 0 52%;
  max-width: 52%;
  background-color: #fff;
}

.providers .wpex-carousel-entry-title.entry-title a {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #4fc1b9;
  text-decoration: none !important;
}

.providers .wpex-carousel-entry-title.entry-title a:hover {
  text-decoration: underline;
}

.providers .vcex-post-type-entry-categories.entry-categories.wpex-clr {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #a6a6a6;
  pointer-events: none;
}

.providers .wpex-carousel-entry-excerpt {
  font-size: 17px;
  line-height: 1.4;
  color: #a6a6a6;
  max-width: 600px !important;
  margin: 0 auto !important;
}

.providers .vcex-carousel-entry-date {
  display: none;
}

.providers .entry-readmore-wrap a {
  font-weight: 500;
  font-size: 14px !important;
  text-decoration: none !important;
}

.providers .entry-readmore-wrap a::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 11px;
  font-size: 12px;
  color: #4fc1b9;
}

.providers .entry-readmore-wrap a:hover {
  text-decoration: none !important;
  color: #4f8682 !important;
}

.providers .entry-readmore-wrap a:hover::after {
  color: #4f8682;
}

@media screen and (max-width: 1024px) {
  .providers .wpex-carousel-slide {
    display: block !important;
  }
  .providers .wpex-carousel-entry-media {
    text-align: center !important;
  }
  .providers .wpex-carousel-entry-details {
    flex: 0 0 90%;
    max-width: 90%;
    padding-left: 0 !important;
    margin: 20px auto !important;
    text-align: center !important;
  }
  .providers .wpex-carousel-entry-media.wpex-clr img {
    width: 41% !important;
  }
}

@media screen and (max-width: 767px) {
  .providers .related-post-figure.clr img {
    width: 100%;
  }
  .providers .related-post-content.clr {
    max-width: 100%;
  }
  .providers .wpex-carousel-entry-details {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .providers .providers-image {
    margin-top: 50px !important;
  }
}

.wpex-carousel .owl-prev,
.wpex-carousel .owl-next {
  transform: translateY(113px);
  margin-top: 0;
  background-color: #dfdfdf;
  padding: 5px;
}

.wpex-carousel .owl-prev .ticon.ticon-chevron-left,
.wpex-carousel .owl-prev .ticon.ticon-chevron-right,
.wpex-carousel .owl-next .ticon.ticon-chevron-left,
.wpex-carousel .owl-next .ticon.ticon-chevron-right {
  color: #6d6e71;
}

.wpex-carousel .owl-prev:hover,
.wpex-carousel .owl-next:hover {
  background-color: #f97171;
}

.wpex-carousel .owl-prev:hover .ticon.ticon-chevron-left,
.wpex-carousel .owl-prev:hover .ticon.ticon-chevron-right,
.wpex-carousel .owl-next:hover .ticon.ticon-chevron-left,
.wpex-carousel .owl-next:hover .ticon.ticon-chevron-right {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .wpex-carousel .owl-prev,
  .wpex-carousel .owl-next {
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .wpex-carousel .owl-prev,
  .wpex-carousel .owl-next {
    margin-bottom: 20px !important;
  }
}

.providers-subtitle .wpb_wrapper p {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1024px) {
  .providers-subtitle .wpb_wrapper p {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .providers-subtitle .wpb_wrapper p {
    font-size: 16px !important;
    text-align: center !important;
  }
}

.providers-box .vcex-post-type-entry-inner.entry-inner.clr {
  display: flex !important;
}

.providers-box .vcex-post-type-entry-media.entry-media.wpex-clr {
  flex: 0 0 28% !important;
  max-width: 28% !important;
}

.providers-box .vcex-post-type-entry-details.entry-details.wpex-clr {
  flex: 0 0 72% !important;
  max-width: 72% !important;
}

.providers-box .vcex-post-type-entry-title.entry-title,
.providers-box .vcex-post-type-entry-title.entry-title a {
  font-size: 22px !important;
  font-weight: bold !important;
  margin-bottom: 15px !important;
}

.providers-box .entry-title a:hover {
  color: #4fc1b9 !important;
}

.providers-box .vcex-post-type-entry-excerpt.entry-excerpt.clr {
  font-size: 18px !important;
}

.providers-box .vcex-post-type-entry-details {
  border: none !important;
  padding: 0 15px !important;
}

.providers-box .wpex-row .col {
  margin: 0 0 60px !important;
}

.providers-box .vcex-post-type-entry-categories.entry-categories.wpex-clr a:hover {
  text-decoration: none !important;
}

.providers-box .vcex-post-type-entry-readmore-wrap.entry-readmore-wrap.clr a {
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: 350ms ease !important;
}

.providers-box .vcex-post-type-entry-readmore-wrap.entry-readmore-wrap.clr a::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 11px;
  font-size: 14px;
}

.providers-box .vcex-post-type-entry-readmore-wrap.entry-readmore-wrap.clr:hover a {
  color: rgba(79, 193, 185, 0.5) !important;
}

@media screen and (max-width: 1277px) {
  .providers-box .vcex-post-type-entry-media.entry-media.wpex-clr {
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .providers-box .vcex-post-type-entry-details.entry-details.wpex-clr {
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }
  .providers-box .vcex-post-type-entry-readmore-wrap.entry-readmore-wrap.clr a {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1024px) {
  .providers-box .wpex-row .span_1_of_2 {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .providers-box .vcex-post-type-entry-inner.entry-inner.clr {
    flex-direction: column !important;
  }
  .providers-box .vcex-post-type-entry-media.entry-media.wpex-clr {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0 auto 20px !important;
  }
  .providers-box .vcex-post-type-entry-details.entry-details.wpex-clr {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .providers-box .vcex-post-type-entry-title.entry-title a {
    margin-bottom: 5px !important;
  }
}

.providers-template-default #post-media {
  display: none !important;
}

.providers-template-default .single-post-title.entry-title {
  display: none !important;
}

.providers-template-default .single-content.entry.clr {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .providers-template-default .vc_column-inner {
    margin-bottom: 0 !important;
  }
  .providers-template-default .single-content.entry.clr {
    text-align: center !important;
  }
  .providers-template-default .single-content.entry.clr h4 {
    margin: 10px 0 6px !important;
  }
}

.providers-location {
  max-width: 450px !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .providers-location {
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}

.providers-social .wpex-social-btn-minimal {
  border: 0 !important;
}

.providers-social .wpex-social-btn-minimal:hover {
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .post-prev {
    width: 50% !important;
  }
}

.main-section {
  padding: 150px 0;
}

@media screen and (max-width: 1315px) {
  .main-section {
    padding: 110px 0;
  }
}

@media screen and (max-width: 1199px) {
  .main-section {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .main-section {
    padding: 30px 0;
  }
}

.main-section-bottom {
  padding-bottom: 150px;
}

@media screen and (max-width: 1315px) {
  .main-section-bottom {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 1315px) {
  .main-section-bottom {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .main-section-bottom {
    padding: 30px 0;
  }
}

.main-section-top {
  padding-top: 150px;
}

@media screen and (max-width: 1315px) {
  .main-section-top {
    padding-top: 110px;
  }
}

@media screen and (max-width: 1315px) {
  .main-section-top {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .main-section-top {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1024px) {
  .main-section--about {
    padding: 40px 0 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .main-section--about {
    padding: 40px 0 !important;
  }
}

.main-section-img {
  overflow: hidden;
}

.main-section-img figure {
  position: relative;
}

.main-section-img figure::after {
  content: '';
  width: 300px;
  height: 100%;
  background-color: #fff;
  transform: translateX(-200px) skewX(15deg);
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1315px) {
  .main-section-img figure::after {
    transform: translateX(-230px) skewX(15deg);
  }
}

@media screen and (max-width: 1199px) {
  .main-section-img figure::after {
    transform: translateX(0) skewX(0);
    width: auto;
  }
}

@media screen and (max-width: 1024px) {
  .main-section-img {
    width: 100% !important;
    text-align: center !important;
  }
}

.contact {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(109, 110, 113, 0.25);
  padding: 10px 20px !important;
}

@media screen and (max-width: 1199px) {
  .contact {
    padding: 60px 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    box-shadow: none;
    padding: 0 15px !important;
  }
}

.contact .vcex-module.vcex-heading.vcex-heading-plain span {
  font-weight: 400 !important;
}

.contact .gform_fields.top_label.form_sublabel_below.description_below {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0 !important;
}

.contact .ginput_container {
  padding: 0 5px;
  margin-bottom: 15px;
}

.contact .field-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  flex: 0 0 23%;
  max-width: 23%;
}

.contact .field-radio .gfield_label {
  font-weight: bold !important;
  color: #a6a6a6;
  font-size: 18px;
  margin-bottom: 15px !important;
}

.contact .field-radio .gfield_radio {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}

.contact .field-radio .gfield_radio li {
  margin-right: 5px;
  color: #a6a6a6;
  font-family: "Roboto";
  letter-spacing: 0.03em;
  font-size: 18px;
  text-align: center;
}

.contact .field-radio .gfield_radio li:last-of-type {
  margin-right: 0;
}

.contact .field-radio .gfield_radio li::before {
  content: none !important;
}

@media screen and (max-width: 1450px) {
  .contact .field-radio .gfield_label {
    font-size: 16px;
  }
  .contact .field-radio .gfield_radio li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1315px) {
  .contact .field-radio {
    padding: 8px 3px !important;
  }
  .contact .field-radio .gfield_label {
    font-size: 14px;
  }
  .contact .field-radio .gfield_radio li {
    font-size: 14px;
  }
}

.contact .field-radio-2 {
  flex: 0 0 25%;
  max-width: 25%;
}

.contact .field-main {
  flex: 0 0 16.6%;
  max-width: 16.6%;
}

.contact .field-select {
  flex: 0 0 20%;
  max-width: 20%;
}

.contact .field-select-2 {
  flex: 0 0 39.6%;
  max-width: 39.6%;
}

.contact .field-text {
  flex: 0 0 85%;
  max-width: 85%;
}

.contact .field-text #input_1_12 {
  width: 100%;
  height: 62px !important;
}

.contact #field_1_11 {
  flex: 0 0 31.6%;
  max-width: 31.6%;
}

.contact .gform_footer.top_label {
  position: absolute;
  bottom: 42px;
  right: 32px;
}

@media screen and (max-width: 1315px) {
  .contact .gform_footer.top_label {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center !important;
  }
}

@media screen and (max-width: 1024px) {
  .contact .gform_footer.top_label {
    text-align: center !important;
  }
}

.contact input[type='submit'] {
  background-color: transparent;
  color: #4fc1b9;
  border: 1px solid #4fc1b9;
  padding: 16px 58px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: 350ms ease;
  border-radius: 0 !important;
}

.contact input[type='submit']:hover {
  background-color: #4fc1b9;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact input[type='submit'] {
    font-size: 14px;
    padding: 10px 25px;
  }
}

.contact input[type='text'],
.contact input[type='email'],
.contact input[type='tel'],
.contact textarea,
.contact select {
  padding: 8px 10px !important;
  border: 1px solid #dfdfdf;
  width: 100% !important;
  background-color: transparent;
  color: #a6a6a6;
  font-family: "Roboto";
  letter-spacing: 0.03em;
  border-radius: 0;
  font-size: 18px;
  display: block;
}

.contact input[type='text']::placeholder,
.contact input[type='email']::placeholder,
.contact input[type='tel']::placeholder,
.contact textarea::placeholder,
.contact select::placeholder {
  color: #a6a6a6;
}

@media screen and (max-width: 1450px) {
  .contact input[type='text'],
  .contact input[type='email'],
  .contact input[type='tel'],
  .contact textarea,
  .contact select {
    font-size: 16px;
  }
}

@media screen and (max-width: 1315px) {
  .contact input[type='text'],
  .contact input[type='email'],
  .contact input[type='tel'],
  .contact textarea,
  .contact select {
    font-size: 14px;
  }
}

.contact select {
  padding: 10px !important;
  font-family: "Roboto";
  color: #a6a6a6;
}

.contact select::placeholder {
  color: #a6a6a6;
}

@media screen and (max-width: 1199px) {
  .contact .field-radio {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .contact .field-radio-2 {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .contact .field-main {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}

@media screen and (max-width: 1315px) {
  .contact #field_1_12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .contact .field-radio {
    flex: 0 0 40%;
    max-width: 40%;
    margin-left: 15px;
  }
  .contact .field-radio-2 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .contact .field-main {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contact #field_1_11 {
    flex: 0 0 52%;
    max-width: 52%;
  }
  .contact .field-main-tab {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .contact .field-select {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contact .field-text {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .contact .ginput_container {
    padding: 0 !important;
  }
  .contact .field-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact #field_1_11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact .field-select {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact .field-select-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact .field-radio {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important;
  }
  .contact .field-radio-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact .field-main-tab {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.gform_body li::before {
  content: none !important;
}

.contact-box .banner-content--xl {
  padding-top: 23px !important;
}

#contact-page .gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}

#contact-page .gfield {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

#contact-page .gform_wrapper ul li.gfield {
  margin-bottom: 15px !important;
}

#contact-page .gform_wrapper textarea.medium {
  width: 100% !important;
  height: 126px !important;
  margin-bottom: 20px !important;
}

#contact-page #field_2_6 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

#contact-page .gform_wrapper .gfield_required {
  display: none !important;
}

#contact-page input[type='submit'] {
  background-color: transparent !important;
  color: #4fc1b9 !important;
  border: 1px solid #4fc1b9;
  padding: 13px 32px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  transition: 350ms ease !important;
  border-radius: 0 !important;
}

#contact-page input[type='submit']:hover {
  background-color: #f97171 !important;
  color: #fff !important;
  border: 1px solid #f97171 !important;
}

#contact-page input[type='text'],
#contact-page input[type='email'],
#contact-page input[type='tel'],
#contact-page textarea,
#contact-page select {
  padding: 8px 10px !important;
  border: 1px solid #dfdfdf;
  width: 100% !important;
  background-color: transparent;
  color: #a6a6a6;
  font-family: "Roboto";
  letter-spacing: 0.03em;
  border-radius: 0;
  font-size: 18px;
  display: block;
}

#contact-page input[type='text']::placeholder,
#contact-page input[type='email']::placeholder,
#contact-page input[type='tel']::placeholder,
#contact-page textarea::placeholder,
#contact-page select::placeholder {
  color: #a6a6a6;
}

@media screen and (max-width: 1450px) {
  #contact-page input[type='text'],
  #contact-page input[type='email'],
  #contact-page input[type='tel'],
  #contact-page textarea,
  #contact-page select {
    font-size: 16px;
  }
}

@media screen and (max-width: 1315px) {
  #contact-page input[type='text'],
  #contact-page input[type='email'],
  #contact-page input[type='tel'],
  #contact-page textarea,
  #contact-page select {
    font-size: 14px;
  }
}

#contact-page #field_2_1,
#contact-page #field_2_4 {
  padding-right: 20px !important;
}

@media screen and (max-width: 1024px) {
  #contact-page {
    padding-bottom: 70px !important;
  }
  #contact-page input[type='text'] {
    width: 94% !important;
  }
  #contact-page .gform_wrapper textarea.medium {
    width: 97% !important;
  }
  #contact-page .gform_footer.top_label {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  #contact-page {
    padding-bottom: 50px !important;
  }
  #contact-page input[type='text'] {
    width: 100% !important;
  }
  #contact-page .gform_wrapper textarea.medium {
    width: 100% !important;
  }
  #contact-page .gform_fields {
    flex-direction: column !important;
  }
  #contact-page .gfield {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #contact-page .gform_wrapper textarea.medium {
    margin-bottom: 10px !important;
  }
  #contact-page #field_2_1,
  #contact-page #field_2_4 {
    padding-right: 0 !important;
  }
}

.gform_fields_1 li::before {
  content: none !important;
}

.map-item {
  padding-right: 20px;
}

.map-item .vc_column-inner {
  box-shadow: 0 0 25px rgba(109, 110, 113, 0.12);
  padding: 15px !important;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .map-item {
    padding-right: 0;
  }
}

.map-location,
.map-phone,
.map-print {
  display: flex !important;
  color: #a6a6a6 !important;
  letter-spacing: 0.03em;
  line-height: 1.16;
  font-size: 17px !important;
  margin-bottom: 20px !important;
}

.map-location:before,
.map-phone:before,
.map-print:before {
  content: "";
}

@media screen and (max-width: 1199px) {
  .map-location,
  .map-phone,
  .map-print {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .map-location,
  .map-phone,
  .map-print {
    font-size: 14px !important;
  }
}

.map-location:before {
  content: "";
}

.map-location::before {
  color: #4fc1b9 !important;
  font-size: 16px;
  margin-right: 10px !important;
}

.map-phone:before {
  content: "";
}

.map-phone::before {
  color: #4fc1b9 !important;
  font-size: 16px;
  margin-right: 10px !important;
}

.map-print:before {
  content: "";
}

.map-print::before {
  color: #4fc1b9 !important;
  font-size: 16px;
  margin-right: 10px !important;
}

.map-btn,
.map-btn2 {
  padding: 0 !important;
}

.map-btn:hover span,
.map-btn2:hover span {
  color: rgba(79, 193, 185, 0.5);
}

.map-btn2 {
  margin-left: 20px !important;
}

@media screen and (max-width: 1199px) {
  .map-btn2 {
    margin-left: 0 !important;
    margin-top: 7px;
  }
}

@media screen and (max-width: 1024px) {
  .pain-schedule {
    background-image: none !important;
  }
}

.pain-block {
  transform: translateY(-40px) !important;
}

@media screen and (max-width: 767px) {
  .pain-block {
    transform: translateY(0) !important;
    padding-top: 70px;
  }
}

.hotspots-image-container {
  width: 50% !important;
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .hotspots-image-container {
    width: 100% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .hotspots-interaction {
    display: block !important;
  }
}

.hotspot-title {
  font-size: 30px !important;
  line-height: 1.2;
  color: #4fc1b9 !important;
  margin-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .hotspot-title {
    margin: 30px 0 !important;
    font-size: 23px !important;
  }
}

.hotspot-content:hover a {
  text-decoration: none !important;
}

.pain-links {
  display: flex;
}

.pain-links a {
  font-size: 16px;
  line-height: 1.18;
  font-weight: 500;
  color: #4fc1b9;
  padding-right: 15px !important;
  text-transform: uppercase;
  text-decoration: none !important;
}

.pain-links a:last-of-type {
  padding-right: 0 !important;
}

.pain-links a:hover {
  color: #4f8682;
}

@media screen and (max-width: 1024px) {
  .pain-links {
    justify-content: center !important;
  }
}

@media screen and (max-width: 767px) {
  .pain-links a {
    padding-right: 8px !important;
    font-size: 13px;
  }
}

.pain-item-links {
  display: flex;
  flex-wrap: wrap;
}

.pain-item-links a {
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 500;
  color: #4fc1b9;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pain-item-links a:hover {
  color: #4f8682;
}

@media screen and (max-width: 1024px) {
  .pain-item-links {
    margin-bottom: 65px !important;
  }
  .pain-item-links a {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pain-item-links {
    margin-bottom: 20px;
  }
}

.pain-btns {
  display: flex;
}

.pain-btns a {
  margin-left: 30px;
  display: inline-block;
}

.pain-btns a:first-child {
  margin-left: 0 !important;
}

@media screen and (max-width: 1024px) {
  .pain-btns {
    justify-content: center !important;
  }
}

@media screen and (max-width: 767px) {
  .pain-btns {
    display: block;
    margin-top: 40px !important;
  }
  .pain-btns a {
    margin-left: 0;
  }
}

.hotspots-placeholder {
  padding: 0 !important;
  padding-left: 20px !important;
  background-color: transparent !important;
}

@media screen and (max-width: 1024px) {
  .hotspots-placeholder {
    display: block !important;
    padding-left: 0 !important;
    text-align: center !important;
    padding: 48px 70px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .hotspots-placeholder {
    padding-left: 0 !important;
    padding: 0 15px !important;
    text-align: center !important;
  }
}

.about-icon-wrap .vcex-feature-box-media .vcex-feature-box-image img {
  margin-left: auto !important;
}

.about-icon-box .vc_column-inner {
  max-width: 1020px !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 1024px) {
  .about-icon-box .vc_column-inner {
    padding-top: 0 !important;
  }
}

.about-icon-wrap {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .about-icon-wrap img {
    width: 80% !important;
  }
}

.about-icon-wrap .vcex-feature-box-heading {
  font-size: 36px !important;
  line-height: 1.19 !important;
  letter-spacing: 0.03em !important;
  color: #4fc1b9 !important;
}

@media screen and (max-width: 1024px) {
  .about-icon-wrap .vcex-feature-box-heading {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .about-icon-wrap .vcex-feature-box-heading {
    font-size: 25px !important;
    margin-bottom: 10px !important;
  }
}

.about-icon-wrap .vcex-feature-box-text {
  max-width: 280px !important;
}

.about-icons-btns .wpb_wrapper {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 160px !important;
}

@media screen and (max-width: 1315px) {
  .about-icons-btns .wpb_wrapper {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .about-icons-btns .wpb_wrapper {
    display: block !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
}

.about-icons-btns .vcex-button.theme-button {
  margin-right: 30px !important;
}

@media screen and (max-width: 767px) {
  .about-icons-btns .vcex-button.theme-button {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .about-icon-col .vc_column-inner {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .blog-text {
    max-width: 448px !important;
    margin: 0 auto !important;
  }
}

.blog-col .vcex-module.vcex-heading.vcex-heading-plain {
  margin: 0 0 15px !important;
}

.blog-col .vcex-module.vcex-heading.vcex-heading-plain span {
  font-size: 22px !important;
}

@media screen and (max-width: 1024px) {
  .blog-col {
    text-align: center;
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .blog-col {
    margin-bottom: 25px !important;
  }
}

.accordion {
  padding-bottom: 150px !important;
}

@media screen and (max-width: 1024px) {
  .accordion {
    padding-bottom: 50px !important;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .accordion {
    padding-bottom: 0 !important;
  }
}

.accordion-wrap .vc_tta-panels {
  max-width: 1041px !important;
  margin: 0 auto 20px !important;
}

.accordion-title .wpb_wrapper h5 {
  color: #4fc1b9 !important;
}

.accordion-title .vc_tta-title-text {
  font-size: 30px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.03em !important;
  color: #4fc1b9 !important;
  font-weight: 400 !important;
}

.accordion-title .vc_tta-panel-heading {
  border-color: transparent !important;
}

@media screen and (max-width: 1024px) {
  .accordion-title .vc_tta-title-text {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .accordion-title .vc_tta-title-text {
    font-size: 15px !important;
    max-width: 308px !important;
    display: block !important;
    letter-spacing: 0.02em;
  }
  .accordion-title .wpb_wrapper h5 {
    font-size: 15px !important;
  }
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: auto !important;
  right: 20px !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::before,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::after {
  border-color: #4fc1b9 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: transparent !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
  border-color: transparent !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding: 10px 42px !important;
}

@media screen and (max-width: 1024px) {
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 10px 27px !important;
  }
}

@media screen and (max-width: 767px) {
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0 !important;
  }
}

.conditions-tabs .vc_tta-panels {
  background-color: transparent !important;
  border-color: transparent !important;
}

.conditions-tabs .vc_tta-tab > a {
  font-size: 24px !important;
  padding: 14px 76px !important;
  color: #dfdfdf !important;
  border: 0 !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.conditions-tabs .vc_tta-tab.vc_active > a {
  color: #4fc1b9 !important;
}

.conditions-tabs .vc_tta-tabs-list {
  text-align: center !important;
}

@media screen and (max-width: 1315px) {
  .conditions-tabs .vc_tta-tab > a {
    font-size: 23px !important;
    padding: 14px 50px !important;
  }
}

@media screen and (max-width: 1024px) {
  .conditions-tabs .vc_tta-tab > a {
    padding: 14px 30px !important;
  }
}

.conditions-tabs-title .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: transparent !important;
  border: 0 !important;
  border-color: transparent !important;
}

.conditions-tabs-title h5 {
  color: #4fc1b9 !important;
  text-align: center !important;
}

.conditions-tabs-title .vc_tta-panel-title {
  text-align: center !important;
}

.conditions-tabs-title .vc_tta-panel-heading {
  border-color: transparent !important;
  background-color: transparent !important;
}

.conditions-tabs-title .vc_tta-panel-body {
  background-color: transparent !important;
  border-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .conditions-tabs-title .vc_tta-tab > a {
    font-size: 20px !important;
  }
}

.conditions-col .btn-arrow {
  font-size: 16px !important;
  color: #4fc1b9 !important;
  cursor: pointer !important;
}

.conditions-col .btn-arrow:hover {
  color: rgba(79, 193, 185, 0.5) !important;
}

.conditions-col p {
  margin-bottom: 15px !important;
}

.conditions-col h5 {
  font-size: 18px !important;
}

@media screen and (max-width: 767px) {
  .conditions-col .btn-arrow {
    font-size: 13px !important;
  }
  .conditions-col .wpb_column.conditions-col.vc_column_container.vc_col-sm-4 p {
    margin-bottom: 7px !important;
  }
  .conditions-col .vc_column-inner {
    margin-bottom: 25px !important;
  }
}

.conditions-intro-text {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .conditions-intro-text {
    margin-bottom: 22px !important;
  }
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  font-size: 20px !important;
}

@media screen and (max-width: 767px) {
  .vcex-module.vcex-heading.vcex-heading-plain.conditions-head-title {
    margin-bottom: 0 !important;
  }
}

.contidions-col {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .contidions-col {
    padding-bottom: 50px !important;
  }
}

.conditions-page .vc_grid-filter-item span {
  font-size: 24px !important;
  color: #c5bfbf !important;
}

.conditions-page .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active span {
  color: #4fc1b9 !important;
  display: block;
}

.conditions-page .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active {
  background-color: transparent !important;
}

.conditions-page .vc_grid-filter-item::before {
  content: none !important;
}

.conditions-page .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
  background-color: transparent !important;
}

.conditions-page .vc_btn3.vc_btn3-color-juicy-pink, .conditions-page .treatmens-box .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  background-color: transparent !important;
  color: #4fc1b9 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
}

.conditions-page .vc_btn3.vc_btn3-color-juicy-pink::after, .conditions-page .treatmens-box .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 11px;
  font-size: 14px;
}

.conditions-page .vc_btn3.vc_btn3-color-juicy-pink:hover, .conditions-page .treatmens-box .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  color: rgba(79, 193, 185, 0.5) !important;
}

.conditions-page .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
  font-size: 22px !important;
  line-height: 1.27 !important;
  font-weight: bold !important;
  text-align: center !important;
  margin: 7px 0 !important;
}

.conditions-page .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
  margin-bottom: 0 !important;
  text-align: center !important;
  font-size: 15px !important;
}

.conditions-page .vc_btn3-container.vc_btn3-left {
  text-align: center !important;
}

.conditions-template-default #post-media img {
  width: 100% !important;
  height: 510px !important;
}

@media screen and (max-width: 767px) {
  .conditions-template-default #post-media img {
    height: auto !important;
  }
  .conditions-template-default .single-post-title {
    font-size: 33px !important;
    line-height: 1.2 !important;
  }
}

.testimonials-box {
  padding-bottom: 100px !important;
}

.testimonials-box .vcex-loadmore a {
  background-color: transparent !important;
  color: #4fc1b9 !important;
  text-transform: uppercase !important;
  transition: 350ms ease;
}

.testimonials-box .vcex-loadmore a::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 11px;
  font-size: 14px;
}

.testimonials-box .vcex-loadmore a:hover {
  color: rgba(79, 193, 185, 0.5) !important;
}

@media screen and (max-width: 767px) {
  .testimonials-box {
    padding-bottom: 0 !important;
  }
  .testimonials-box .vcex-loadmore a {
    font-size: 14px !important;
  }
}

.testimonials-sec {
  padding-bottom: 110px !important;
}

.testimonials-sec .vc_btn3-container.vc_grid-btn-load_more.vc_btn3-inline a {
  background-color: transparent !important;
  color: #4fc1b9 !important;
  text-transform: uppercase !important;
  transition: 350ms ease !important;
  font-size: 16px !important;
}

.testimonials-sec .vc_btn3-container.vc_grid-btn-load_more.vc_btn3-inline a::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 11px;
  font-size: 14px;
}

.testimonials-sec .vc_btn3-container.vc_grid-btn-load_more.vc_btn3-inline a:hover {
  color: rgba(79, 193, 185, 0.5) !important;
}

@media screen and (max-width: 767px) {
  .testimonials-sec {
    padding-bottom: 0 !important;
  }
  .testimonials-sec .vc_btn3-container.vc_grid-btn-load_more.vc_btn3-inline a {
    font-size: 14px !important;
  }
  .testimonials-sec .vc_grid .vc_pageable-load-more-btn {
    margin-top: 0 !important;
  }
}

.testimonials-subtext {
  max-width: 373px !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 1024px) {
  .testimonials-subtext {
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}

.schedule-appointments-wrap .gfield_radio {
  display: flex !important;
  margin-bottom: 0 !important;
}

.schedule-appointments-wrap .gchoice_1_2_0,
.schedule-appointments-wrap .gchoice_1_10_0 {
  margin-right: 15px !important;
}

.schedule-appointments-wrap .gform_fields {
  display: flex;
  flex-wrap: wrap;
}

.schedule-appointments-wrap .gfield {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

@media screen and (max-width: 767px) {
  .schedule-appointments-wrap .gfield {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.schedule-appointments-wrap #field_1_2,
.schedule-appointments-wrap #field_1_9,
.schedule-appointments-wrap #field_1_10,
.schedule-appointments-wrap #field_1_11 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.schedule-appointments-wrap #field_1_12 {
  flex: 0 0 85% !important;
  max-width: 85% !important;
}

@media screen and (max-width: 959px) {
  .schedule-appointments-wrap #field_1_12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.schedule-appointments-wrap #field_1_10 {
  margin-top: 20px !important;
}

.schedule-appointments-wrap #field_1_2 {
  padding-top: 20px !important;
}

.schedule-appointments-wrap input[type='text'],
.schedule-appointments-wrap input[type='email'],
.schedule-appointments-wrap input[type='tel'],
.schedule-appointments-wrap textarea,
.schedule-appointments-wrap select {
  padding: 8px 10px !important;
  border: 1px solid #dfdfdf;
  width: 100%;
  background-color: transparent;
  color: #a6a6a6;
  font-family: "Roboto";
  letter-spacing: 0.03em;
  border-radius: 0;
  font-size: 18px;
  display: block;
}

.schedule-appointments-wrap input[type='text']::placeholder,
.schedule-appointments-wrap input[type='email']::placeholder,
.schedule-appointments-wrap input[type='tel']::placeholder,
.schedule-appointments-wrap textarea::placeholder,
.schedule-appointments-wrap select::placeholder {
  color: #a6a6a6;
}

@media screen and (max-width: 1450px) {
  .schedule-appointments-wrap input[type='text'],
  .schedule-appointments-wrap input[type='email'],
  .schedule-appointments-wrap input[type='tel'],
  .schedule-appointments-wrap textarea,
  .schedule-appointments-wrap select {
    font-size: 16px;
  }
}

@media screen and (max-width: 1315px) {
  .schedule-appointments-wrap input[type='text'],
  .schedule-appointments-wrap input[type='email'],
  .schedule-appointments-wrap input[type='tel'],
  .schedule-appointments-wrap textarea,
  .schedule-appointments-wrap select {
    font-size: 14px;
  }
}

.schedule-appointments-wrap select {
  padding: 10px !important;
  font-family: "Roboto";
  color: #a6a6a6;
}

.schedule-appointments-wrap select::placeholder {
  color: #a6a6a6;
}

.schedule-appointments-wrap .ginput_container {
  padding-right: 20px !important;
}

@media screen and (max-width: 767px) {
  .schedule-appointments-wrap .ginput_container {
    padding-right: 0 !important;
  }
}

.schedule-appointments-wrap .gform_wrapper textarea.small {
  width: 100% !important;
  height: 62px !important;
}

.schedule-appointments-wrap .gform_wrapper .top_label .gfield_label {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #a6a6a6 !important;
  letter-spacing: 0.03em !important;
  line-height: 1.4;
  display: block !important;
  margin-bottom: 15px !important;
}

@media screen and (max-width: 767px) {
  .schedule-appointments-wrap .gform_wrapper .top_label .gfield_label {
    font-size: 15px;
  }
}

.schedule-appointments-wrap .gform_wrapper ul li.gfield {
  margin-bottom: 0 !important;
}

.schedule-appointments-wrap .gform_footer.top_label {
  position: absolute !important;
  right: 33px !important;
  bottom: 76px !important;
}

@media screen and (max-width: 959px) {
  .schedule-appointments-wrap .gform_footer.top_label {
    position: relative !important;
    bottom: 0 !important;
    right: auto !important;
    text-align: center !important;
  }
}

.schedule-appointments-wrap input[type='submit'] {
  background-color: transparent !important;
  border: 1px solid  #4fc1b9 !important;
  color: #4fc1b9 !important;
  letter-spacing: 0.06em;
  font-size: 16px !important;
  text-transform: uppercase;
  transition: 350ms ease !important;
  padding: 17px 44px !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
}

.schedule-appointments-wrap input[type='submit']:hover {
  background-color: #f97171 !important;
  color: #fff !important;
  border-color: #f97171 !important;
}

@media screen and (max-width: 1199px) {
  .schedule-appointments-wrap input[type='submit'] {
    padding: 17px 29px !important;
  }
}

.job-contact .gform_fields {
  display: flex;
  flex-wrap: wrap;
}

.job-contact .gfield {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}

.job-contact .gfield:last-of-type {
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .job-contact .gfield {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.job-contact #field_3_5 {
  flex: 0 0 35%;
  max-width: 35%;
}

@media screen and (max-width: 1024px) {
  .job-contact #field_3_5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.job-contact #field_3_6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.job-contact input[type='text'],
.job-contact input[type='email'],
.job-contact input[type='tel'] {
  padding: 5px 0;
  width: 100%;
  background-color: transparent;
}

.job-contact .gform_wrapper textarea.medium {
  width: 100% !important;
}

.job-contact .gform_wrapper .gfield_required {
  display: none;
}

.job-contact input[type='submit'] {
  display: inline-block;
  transition: 350ms ease;
  font-size: 16px;
  line-height: 1.18;
  text-align: center;
  font-family: 'Roboto';
  outline: none;
  color: #fff !important;
  border: 1px solid #4fc1b9;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
  border-radius: 0;
  padding: 23px 60px;
  background-color: #4fc1b9;
}

.job-contact input[type='submit']:active, .job-contact input[type='submit']:focus {
  outline: none;
}

.job-contact input[type='submit']:hover {
  background-color: #f97171;
  color: #fff !important;
  border-color: #f97171;
}

@media screen and (max-width: 1650px) {
  .job-contact input[type='submit'] {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 1315px) {
  .job-contact input[type='submit'] {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .job-contact input[type='submit'] {
    padding: 12px 20px;
    font-size: 14px !important;
  }
}

/*# sourceMappingURL=style.css.map */
