/*
Theme Name: Bodyvie
Author: Digital Aesthetics Ltd
Author URI: http://digitalaesthetics.co.uk
Description: A theme designed and developed by Digital Aesthetics Ltd in 2019 for Bodyvie.
Version: 1.0
*/

/* =WordPress Core
-------------------------------------------------------------- */
img.voucher-image {
    width: 100%;
}

aside#voucher_widget-2 {
    padding: 0;
    border: 0;
    position: relative;
}

.content-voucher {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 65px 30px 55px;
}

a.btn-voucher {
    color: #365172;
    background: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 130px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header-vounder {
    font-size: 37px;
    color: #fff;
    margin-bottom: 26px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), /* Light shadow */ 2px 2px 4px rgba(0, 0, 0, 0.2), /* Slightly darker */ 3px 3px 8px rgba(0, 0, 0, 0.2), /* Further spread */ 4px 4px 16px rgba(0, 0, 0, 0.1); /* Soft, wide shadow */
}

p.content-vounder {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    font-style: italic;
    width: 50%;
}

p.content-vounder {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    font-style: italic;
    width: 60%;
}

aside#quote_widget-2 {
    padding: 25px 5px;
    border: 0;
}

img.quote-image {
    width: 85px;
    margin-bottom: 20px;
}

p.quote-content {
    font-size: 17px;
    font-style: italic;
    font-weight: 200;
    word-spacing: 3px;
    margin-bottom: 20px;
}

.name {
    font-size: 26px;
    font-family: Caveat;
}

.star-wrapper {
    margin-top: 6px;
    font-size: 19px;
    color: #D0B14F;
}

aside#phone_widget-2 {
    padding: 15px 20px !important;
    background: #56555B;
    color: #fff !important;
    position: relative;
}

aside#phone_widget-2 a {
    color: #fff !important
}

.phone-image {
    position: absolute;
    width: 140px;
    bottom: 0;
    right: 4px;
    transform: scaleX(-1);
}

.phone {
    margin: 0 !important;
    font-size: 21px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.phone i {
    font-size: 17px;
    margin-right: 7px;
    display: flex;
}

.phone-content {
    margin: 0 0 5px !important;
}


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

a:hover, a:focus {
    text-decoration: none;
}

input:focus, textarea:focus, button:focus, :focus, a:focus,
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

input {
    line-height: 35px;
    border: 0;
    max-width: 100%;
    padding: 0 15px;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
    width: 100%;
}

input:not([type="submit"]) {
    margin-bottom: 8px;
}

textarea {
    line-height: 20px;
    border: 0;
    padding: 4px 15px;
    width: 100%;
    margin-bottom: 8px;
    max-height: 70px;
    resize: none;
}

select {
    line-height: 35px;
    border: 0;
    padding: 0 15px;
    display: block;
    width: 100%;
    height: 35px;
    margin-bottom: 8px;
    position: relative;
    background: url(img/select-arrow.png) no-repeat calc(100% - 10px) center #002847 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.wpcf7 .row {
    margin: 0 -5px;
}

.wpcf7 .row > div {
    padding: 0 5px;
}

.wpcf7 input:not([type="submit"]), .wpcf7 textarea, .wpcf7 select {
    background: #002847;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #55555a !important;
    opacity: 1;
}

:-moz-placeholder {
    color: #55555a !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #55555a !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #55555a !important;
    opacity: 1;
}

.wpcf7 ::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.wpcf7 :-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.wpcf7 ::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.wpcf7 :-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.wpcf7 button[type="submit"],
.wpcf7 input[type="submit"] {
    color: #0a4989;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    background: #fff;
    padding: 0 10px;
    min-width: 70px;
}

span.ajax-loader {
    margin-right: -20px !important;
}

label {
    font-weight: normal;
    cursor: pointer;
}

.blog-header {
    font-weight: 600 !important;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 17px;
    height: 17px;
    margin: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

input[type="checkbox"]:checked:before {
    content: "\6f";
    font-family: "bodyvie" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wpcf7 br {
    display: none;
}

span.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-not-valid-tip {
    text-align: left;
    margin: -5px 0 5px;
    font-size: 13px;
    color: #fff;
    line-height: 15px;
}

div.wpcf7-response-output {
    margin: 2em 0 1em;
    color: #fff;
}

/***************** FONTS ******************/

h1 {
    font-size: 45px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000001;
}

h2 {
    font-size: 43px;
    line-height: 45px;
    color: #000001;
}

h3 {
    font-size: 39px;
    line-height: 41px;
    font-weight: 300;
    text-transform: uppercase;
    color: #191919;
}

h4 {
    font-size: 27px;
    line-height: 30px;
    color: #232424;
}

h5 {
    font-size: 19px;
    line-height: 29px;
    color: #232424;
}

h6 {
    font-size: 15px;
    line-height: 23px;
    color: #232424;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

/**************  CONTAINERS  ****************/
.container-380 {
    max-width: 380px;
}

.container-430 {
    max-width: 430px;
}

.container-480 {
    max-width: 480px;
}

.container-610 {
    max-width: 610px;
}

.container-660 {
    max-width: 660px;
}

.container-685 {
    max-width: 685px;
}

.container-730 {
    max-width: 730px;
}

.container-760 {
    max-width: 760px;
}

.container-790 {
    max-width: 790px;
}

.container-800 {
    max-width: 800px;
}

.container-900 {
    max-width: 900px;
}

/*******************************************/
html, body {
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 23px;
    color: #55555a;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(img/page-bg.gif) no-repeat center #feffff;
    z-index: -1;
}

body:not(.home):not(.single-condition):not(.page-template-template-category):not(.page-template-template-yoga):not(.single-injectable):not(.single-body):not(.single-medical):not(.single-mens-health):not(.single-face-treatment):not(.single-skin) header {
    background: #fff;
}

.display-inline-block {
    display: inline-block;
}

.single-treatment > header,
.single-condition > header,
.page-template-template-category > header,
.page-template-template-yoga > header,
body.page-template-template-home-page > header {
    position: absolute;
    z-index: 11;
    width: 100%;
}

span.header-content {
    text-transform: uppercase;
    color: #000000;
    margin-top: 8px;
    display: block;
}

span.header-content i {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

span.header-content > * {
    vertical-align: middle;
}

.header-text {
    display: inline-block;
    max-width: 400px;
}

.header-text ul {
    padding: 0;
    margin: 0;
    font-size: 14px;
    height: 25px;
    overflow: hidden;
}

.header-top-btn {
    padding: 0 15px;
    line-height: 35px;
    background: #fff;
    display: inline-block;
    color: #0a4989;
    position: relative;
    font-size: 14px;
}

.header-top-btn.book {
    border: 1px solid #efefef;
    border-top: 0;
}

.header-top-btn.finance:hover {
    border: 1px solid #000;
    border-bottom: 0;
}

.header-top-btn.finance {
    background: #CCA034;
    color: #fff;
    border: 1px solid #CCA034;
    border-bottom: 0;
    margin-right: 5px;
}

.header-top-btn.basket:hover {
    border: 1px solid #000;
    border-bottom: 0;
}

.header-top-btn.basket {
    background: #333333;
    color: #CCA034;
    border: 1px solid #333333;
    border-bottom: 0;
    margin-right: 5px;
}

span.header-top-btn.telephone {
    background: #0a4989;
    margin-left: 5px;
    border: 1px solid #0a4989;
    border-top: 0;
    padding-left: 20px;
}

span.header-top-btn.telephone i {
    margin-left: -5px;
}

.header-top-btn *:not(span) {
    position: relative;
    z-index: 2;
}

.header-top-btn i {
    position: absolute;
    line-height: 38px;
}

.header-top-btn a {
    display: block;
    margin: 0 -15px;
    padding: 0 15px 0 33px;
    font-size: 17px;
}

.header-top-btn span.header-top-btn-bg, .header-top-btn a, .header-top-btn i {
    color: #fff;
}

img.logo {
    height: 48px;
    transition: 0.5s;
}

.header-wrapper {
    background: #fff;
    margin: 20px -15px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    position: relative;
    z-index: 99999;
}

.navbar {
    min-height: 30px;
    border-radius: 0;
    border: none;
    max-width: 925px;
    margin: 0 auto;
}

ul#mega-menu-main_menu > li > a {
    font-size: 14px;
}

#mega-menu-wrap-main_menu {
    clear: both;
}

#mega-menu-wrap-main_menu {
    margin: 0;
}

.footer {
    margin-top: -23px;
    font-size: 14px;
}

.footer-upper {
    background: #262626;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

.footer-upper-image-outer {
    position: relative;
    height: 120px;
    width: 200px;
}

.footer-upper-image {
    height: 235px;
    width: 210px;
    position: absolute;
    bottom: -20px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.footer-upper-inner {
    gap: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media (max-width: 767px) {
    .footer-upper-inner {
        flex-direction: column;
    }
}

.footer-upper-info {
    padding-left: 45%;
}

.footer-info {
    padding-left: 30px;
    position: relative;
}

.footer-info.telephone {
    margin: 10px 0 30px;
}

.footer-info.telephone a {
    font-size: 26px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.5px;
}

.footer a {
    text-decoration: none;
}

.footer-info i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

.footer-info.location {
    margin-bottom: 10px;
}

.footer-info.location i {
    font-size: 23px;
    top: 5px;
}

.standard-btn {
    line-height: 35px;
    padding: 0 18px;
    color: #fff;
    background: #0a4989;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
}

.standard-btn.transparent {
    background: transparent;
}

.standard-btn.white-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #0a4989;
}

.standard-btn:hover, .standard-btn:focus {
    color: #fff;
}

.footer-upper .container:not(.footer-upper-image-wrapper) > .row > div:last-child {
    padding-left: 50px;
}

.footer ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer ul.menu li {
    display: block;
    border-top: 1px solid #4b4b4b;
}

.footer ul.menu li a {
    color: #84b0d6;
    display: block;
    padding: 6px 0;
    transition: all 0.3s;
}

.footer ul.menu li a:hover {
    color: #fff;
}

.footer-subscribe {
    background: #003667;
    padding: 35px 0;
    box-shadow: inset 0 3px 2px #344f69;
}

.footer-subscribe h5 {
    font-size: 19px;
    margin-bottom: 13px;
    color: #fff;
    font-weight: normal;
}

.footer-subscribe form *:not(.row) {
    max-width: 100%;
}

.footer-subscribe form .row {
    margin: 0 -10px;
}

.footer-subscribe form .row > div {
    padding: 0 10px;
}

.footer-subscribe form input:not([type="submit"]) {
    font-size: 15px;
}

.footer-subscribe form input {
    line-height: 35px;
    padding: 0 15px;
    border: 0;
}

.footer-subscribe form input[type="submit"] {
    font-size: 13px;
}

ul.footer-social {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

ul.footer-social li:not(:last-child) {
    margin-right: 23px;
}

ul.footer-social li {
    display: inline-block;
}

ul.footer-social li a {
    color: #fff;
    font-size: 25px;
    transition: all 0.3s;
}

ul.footer-social li a:hover {
    color: #84b0d6;
}

.footer-logos {
    background: #262626;
    color: #cccccc;
    font-size: 13px;
    padding: 45px 0 25px;
    box-shadow: inset 0 2px 2px #000;
}

.footer-logos-wrapper {
    line-height: 95px;
    border: 1px solid #4d4d4d;
    text-align: center;
    position: relative;
    min-width: 355px;
}

.footer-logos-wrapper span {
    position: absolute;
    left: 50%;
    top: -8px;
    line-height: 100%;
    transform: translateX(-50%);
    background: #262626;
    padding: 0 10px;
}

.col-logos {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    text-align: center;
}

.footer-logos .col-logos {
    width: auto;
    margin: 0 18px;
}

.footer-logos .container > .row .row > div:first-child .col-logos {
    margin: 0 25px;
}

.footer-logos img {
    max-width: 100%;
}

.body-credits {
    background: #231f20;
    color: #999;
    font-size: 13px;
    padding: 20px 0;
    line-height: 20px;
    box-shadow: inset 0 3px 2px #000;
}

.body-credits p {
    margin: 0;
}

.payment-cards {
    text-align: center;
}

.payment-cards img {

}

ul#menu-footer-bottom-menu {
    margin: 0;
    list-style: none;
    padding: 0;
}

ul#menu-footer-bottom-menu li {
    display: inline-block;
}

ul#menu-footer-bottom-menu li:not(:first-child):before {
    content: '|';
    margin: 0 5px;
}

.body-credits a {
    color: #bbb;
    text-decoration: none;
}

section.home-hero {
    height: 100vh;
    min-height: 665px;
    position: relative;
    overflow: hidden;
}

.home-slide {
    height: 100vh;
    min-height: 665px;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

.model-image {
    /*
    height: calc(100vh - 200px);
    width: 100%;
    */
    height: 475px;
    width: 510px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.home-slide.first-slide .container {
    position: absolute;
    left: 50%;
    /*top: 50%;
    transform: translate(-50%,-50%);
    */
    margin-top: 100px;
    bottom: 70px;
    transform: translateX(-50%);
}

.home-slide .pull-left {
    max-width: 350px;
    margin-bottom: 25px;
}

.home-slide .pull-right {
    max-width: 270px;
}

.slide-tags {
    position: relative;
    background: url(img/banner-side-not-background.png) no-repeat left top;
    padding-bottom: 37px;
}

span.tag-title {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 95px;
    text-align: center;
    padding-top: 18px;
}

span.tag-text {
    font-size: 16px;
    padding: 12px 15px;
    display: block;
    color: #232424;
    margin-top: 10px;
}

img.slide-award-img {
    width: 115px;
}

.home-slide .pull-right img.slide-award-img {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.home-slide h1 {
    font-weight: 300;
}

.home-slide h4 {
    font-weight: 500;
}

.home-slide-text {
    color: #414141;
    font-size: 17px;
}

.home-slide:not(.first-slide) .container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

h4.home-slide-subheading {
    font-size: 20px;
    font-weight: 400;
}

h2.home-slide-title {
    margin-bottom: 0;
    font-family: Quicksand;
    line-height: 47px;
}

.home-slide-btn {
    color: #fff;
    margin-top: 15px;
}

.home-slide-images img {
    width: 115px;
}

.home-slide-images > * {
    display: inline-block !important;
    vertical-align: top;
}

.home-slide-images div {
    margin-right: 35px;
    text-align: center;
}

.home-slide-images {
    margin-top: 85px;
    margin-bottom: 20px;
    color: #414141;
}

.home-slide-images div img {
    margin-bottom: 5px;
}

section.horizontal-book-consultation .wpcf7 input:not([type="submit"]), section.horizontal-book-consultation .wpcf7 textarea {
    background: #003667;
}

section.horizontal-book-consultation .wpcf7 select {
    background: url(img/select-arrow.png) no-repeat calc(100% - 10px) center #003667 !important;
}

section.horizontal-book-consultation {
    text-align: center;
    background: #0a4989;
    color: #fff;
    padding: 40px 0 50px;
}

section.horizontal-book-consultation h4 {
    color: #fff;
    margin-bottom: 20px;
}

.sm-options-container {
    text-align: left;
}

section.home-content {
    padding: 115px 0 25px;
}

section.home-content .content-awards {
    margin-top: 30px;
}

.content-awards img + img {
    margin-left: 16px;
}

section.home-services {
    text-align: center;
    padding-top: 115px;
}

section.home-services h3 {
    font-weight: 300;
    margin-bottom: 35px;
}

section.home-services h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.service-desc {
    margin-bottom: 17px;
}

.service-box {
    position: relative;
    height: 380px;
    background-size: cover;
    background-position: center;
}

.home-services .service-box {
    background: rgb(241, 242, 242);
    background: -moz-linear-gradient(left, rgba(241, 242, 242, 1) 0%, rgba(216, 217, 218, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(241, 242, 242, 1) 0%, rgba(216, 217, 218, 1) 100%);
    background: linear-gradient(to right, rgba(241, 242, 242, 1) 0%, rgba(216, 217, 218, 1) 100%);
}

.service-box-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}

.service-box-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    outline: 2px solid #cad6e2;
    background: rgba(10, 73, 137, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.service-box:hover .service-box-inner {
    opacity: 1;
}

.service-box-shadow {
    padding-top: 30px;
    background-size: auto 30px;
    background-position: center top;
}

.service-box-inner:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 39px;
    background: url(img/hover-over-top-corner.png);
    z-index: 1;
}

.service-box-inner:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 53px;
    background: url(img/hover-over-cross.png);
    z-index: 1;
}

.service-box-inner > div {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.service-box-inner ul {
    list-style: none;
    padding: 0;
    width: 190px;
    margin: 0 auto 20px;
}

.service-box-inner ul li {
    padding: 8px 0;
}

.service-box-inner ul a {
    color: #fff;
    font-size: 20px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box-inner ul a span {
    display: inline-block;
    position: relative;
}

.service-box-inner ul a span:before {
    content: '';
    border-top: 1px solid;
    display: inline-block;
    width: 20px;
    left: -30px;
}

.service-box-inner ul a span:after {
    content: '';
    border-top: 1px solid;
    display: inline-block;
    width: 20px;
    right: -30px;
}

.service-box-inner ul a:hover span:before, .service-box-inner ul a:hover span:after {
    opacity: 1;
}

.service-box-inner ul a span:before, .service-box-inner ul a span:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.service-box-inner > div .service-btn {
    background: 0;
    border: 1px solid;
    min-width: 160px;
    padding: 0;
}

.service-box-inner > div .service-btn:hover {
    background: #0a4989;
}

.service-box:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 39px;
    background: url(img/hover-over-bottom-corner.png);
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.service-box:hover:before {
    opacity: 1;
}

section.reasons {
    text-align: center;
    padding: 120px 0 135px;
}

section.reasons h3 {
    margin-bottom: 7px;
}

.reasons-wrapper {
    margin-top: 30px;
    border: 1px solid #d2ac4d;
    padding: 46px 20px 50px;
}

.stars-heading i {
    color: #d2ac4d;
}

.stars-heading .bigger-star {
    font-size: 22px;
}

.reasons-wrapper h5 {
    font-weight: 400;
    margin: 0;
    padding: 0 15px;
    color: #55555a;
}

section.profile {
    height: 438px;
    position: relative;
}

.profile-inner {
    height: 438px;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
}

section.profile:before {
    content: '';
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: #efefef;
}

section.profile h3 {
    margin-bottom: 1px;
}

section.profile > div, section.profile > div > div, section.profile > div > div > div, section.profile > div > div > div > div {
    height: 100%;
}

section.profile > div > div > div {
    padding-top: 130px;
}

.video-url {
    width: 102px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 60px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.video-url:hover {
    opacity: 0.95;
}

section.profile a.standard-btn + a.standard-btn {
    margin-left: 10px;
}

section.profile a.standard-btn {
    margin-top: 25px;
}

section.profile a.standard-btn:hover {
    background: #000;
}

section.testimonial-section {
    height: 600px;
}

section.testimonial-section > div, section.testimonial-section > div > div, section.testimonial-section > div > div > div {
    height: 100%;
}

.testimonial-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-content {
    font-style: italic;
    font-weight: 300;
    margin-bottom: 35px;
    font-size: 17px;
    line-height: 31px;
    color: #232424;
}

.testimonial-name {
    font-family: Caveat;
    font-size: 26px;
    line-height: 29.05px;
    color: #444545;
    margin-bottom: 5px;
}

.testimonial-rating {
    color: #d2ac4d;
    font-size: 18px;
}

section.testimonial-section > div > div > div {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

section.home-press {
    padding: 100px 0 115px;
    background: #eef2f7;
    text-align: center;
}

section.home-press h3 {
    margin-bottom: 30px;
}

.hero-contact-inner {
    min-height: 490px;
    background-size: cover;
    background-position: center;
    padding-top: 55px;
    color: #fff;
}

section.hero-contact h1 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.subheading {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
}

section.hero-contact .subheading {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

section.hero-contact .wpcf7 input:not([type="submit"]), section.hero-contact .wpcf7 textarea, section.hero-contact .wpcf7 select {
    background: #fff;
    color: #55555a;
}

section.hero-contact .wpcf7 ::-webkit-input-placeholder {
    color: #55555a !important;
    opacity: 1;
}

section.hero-contact .wpcf7 :-moz-placeholder {
    color: #55555a !important;
    opacity: 1;
}

section.hero-contact .wpcf7 ::-moz-placeholder {
    color: #55555a !important;
    opacity: 1;
}

section.hero-contact .wpcf7 :-ms-input-placeholder {
    color: #55555a !important;
    opacity: 1;
}

section.hero-contact .wpcf7 button[type="submit"],
section.hero-contact .wpcf7 input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #fff;
    background: transparent;
    padding: 0 16px;
}

section.hero-contact select {
    background: url(img/blue-select-arrow.png) no-repeat calc(100% - 10px) center #fff !important;
}

.contact-box:not(:last-child) {
    margin-bottom: 20px;
}

.contact-box {
    display: block;
    padding: 18px 70px;
    border: 1px solid #a68c42;
    position: relative;
    color: #fff !important;
    height: 105px;
    font-size: 18px;
}

.contact-box a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    opacity: 0;
    z-index: 1;
}

.contact-box i:first-child {
    position: absolute;
    width: 35px;
    height: 35px;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
    font-size: 19px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-box h4 {
    color: #fff;
    margin-bottom: 0;
}

.contact-box span:not(.hidden) {
    font-size: 13px;
    line-height: 17px;
    display: block;
}

.contact-box div {
    position: absolute;
    left: 70px;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-box i:last-child {
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.hero-contact-bar {
    height: 65px;
    background: #eef2f7;
}

.hero-contact-bar .container {
    position: relative;
}

.hero-contact-bar .container > span {
    color: #fff;
    position: absolute;
    font-size: 13px;
    top: -25px;
    left: 15px;
}

ul.quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.quick-links li:not(:last-child) {
    margin-right: 42px;
}

ul.quick-links li {
    display: inline-block;
    line-height: 65px;
}

ul.quick-links li a {
    font-size: 14px;
    color: #0a4989;
    text-decoration: underline;
}

ul.quick-links li i {
    font-size: 18px;
    color: #0a4989;
    margin-right: 10px;
}

.hero-contact-model {
    position: absolute;
    width: 275px;
    height: 330px;
    background-repeat: no-repeat;
    bottom: 1px;
    left: -265px;
    background-position: right bottom;
}

.service-box-smaller {
    height: 170px;
}

.service-box-smaller:not(:last-child) {
    margin-bottom: 30px;
}

section.clinic-content .service-box {
    max-height: 370px;
    background-size: cover;
    background-position: center;
}

section.clinic-content .service-box:hover {
    border: 1px solid #cad6e2;
}

section.clinic-content .service-box:hover .service-box-inner > div {
    color: #fff;
    padding: 0 70px 0 30px;
}

section.clinic-content .service-box:before {
    background: url(img/hover-over-bottom-corner-white.png);
}

section.clinic-content .service-box-inner:before {
    background: url(img/hover-over-top-corner-white.png);
}

section.clinic-content .service-box-inner:after {
    background: url(img/hover-over-cross-white.png);
}

.open-times-box {
    height: 370px;
    background: #0a4989;
    color: #fff;
    padding: 30px 0 10px;
    position: relative;
}

.open-times-box h5 {
    color: #fff;
    padding: 0 30px;
}

.open-times {
    width: 100%;
}

.open-times td:first-child {
    padding-left: 30px;
}

.open-times td:last-child {
    padding-right: 30px;
    text-align: right;
}

.open-times tr {
    line-height: 30px;
}

.open-times tr.today {
    border-top: 1px solid #cad6e2;
    border-bottom: 1px solid #cad6e2;
}

.open-times-note {
    padding: 0 30px;
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 13px;
}

section.clinic-content .container > div > h3 {
    text-align: center;
    margin-bottom: 25px;
}

section.clinic-content {
    padding: 145px 0 85px;
}

.clinic-content-wrapper-outer {
    margin: 85px 0 0;
}

.clinic-content-wrapper-outer .content-awards {
    text-align: center;
    margin-top: -57px;
}

.clinic-content-wrapper {
    padding: 35px 35px 60px;
    border: 1px solid #d6b25a;
}

.clinic-content-wrapper p {
    margin-bottom: 25px;
}

.map-canvas {
    height: 400px;
}

.find-us-header {
    text-align: center;
}

.find-us {
    padding: 65px 0 50px;
}

.find-us-address i {
    color: #0a4989;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.find-us-links {
    margin-top: 50px;
    border-top: 1px solid #0a4989;
    border-bottom: 1px solid #0a4989;
    text-align: center;
}

.find-us-links ul.quick-links li {
    line-height: 62px;
}

.map-directions-wrapper {
    margin-top: 30px;
}

.infoBox {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px -2px;
    margin-left: 30px;
    padding: 30px 25px;
}

.infoBox:before {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    left: -18px;
    top: 37%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.marker-label p:first-child {
    font-size: 23px;
    font-weight: bold;
}

.map-directions-wrapper .row {
    margin: 0 -9px;
}

.map-directions-wrapper .row > div {
    padding: 0 9px;
}

button.form-btn.standard-btn {
    border: 0;
    width: 100%;
}

.map-directions-wrapper select {
    background: url(img/blue-select-arrow.png) no-repeat calc(100% - 10px) center #fff !important;
}

.map-directions-wrapper select {
    background: url(img/blue-select-arrow.png) no-repeat calc(100% - 10px) center #fff !important;
    border-radius: 0;
    line-height: 35px;
    max-width: 100%;
    padding: 0 15px;
    border: 1px solid #d5dfeb;
}

.map-directions-wrapper input {
    border-radius: 0;
    line-height: 35px;
    max-width: 100%;
    padding: 0 15px;
    border: 1px solid #d5dfeb;
}

table.adp-directions {
    width: 100%;
}

td.adp-text {
    padding: 0 10px;
}

.find-us-infobox {
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 25px 25px 0;
    min-height: 240px;
    margin-bottom: 30px;
}

.find-us-infobox h5 {
    font-weight: normal;
}

.find-us-infobox h5 i {
    color: #0a4989;
    vertical-align: middle;
    font-size: 23px;
    position: relative;
    margin-right: 5px;
    top: 2px;
}

.find-us-info .row > div:last-child h5 i {
    font-size: 19px;
}

.find-us-info {
    margin-top: 75px;
}

a.popular-treatment {
    height: 75px;
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 75px;
    background: #fff;
}

.popular-treatment-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 100%;
    background-size: cover;
    background-position: right center;
}

a:focus {
    outline-offset: 0;
}

.popular-treatment-content {
    height: 100%;
    position: relative;
}

.popular-treatment-content h5, .popular-treatment-content h6 {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
}

.popular-treatment-content-back {
    position: relative;
    height: 100%;
    background: #1b4a8b;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.popular-treatment:hover .popular-treatment-content-back {
    opacity: 1;
}

.popular-treatment-content-back span {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

section.popular-treatments {
    padding: 75px 0 105px;
    background: #eef2f7;
    border-top: 1px solid #cfa641;
}

section.popular-treatments h3 {
    text-align: center;
    margin-bottom: 40px;
}

.popular-treatments-wrapper {
    height: 75px;
    overflow: hidden;
}

.popular-treatments-wrapper .container {
    position: relative;
}

.popular-treatments-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    background: transparent;
    font-size: 20px;
    color: #1b4a8b;
}

.popular-treatments-wrapper .slick-prev {
    right: 100%;
    left: auto;
}

.popular-treatments-wrapper .slick-next {
    left: 100%;
    right: auto;
}

.content-awards img {
    max-width: 115px;
}

img.footer-award-img {
    width: 120px;
    display: block;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

section.default-content {
    padding: 60px 0;
}

.thank-content .thumb img {
    margin-bottom: 50px;
}

.thank-content {
    padding: 55px 0 70px;
    text-align: center;
    color: #7b7b7b;
}

.thank-content h4 {
    color: #7b7b7b;
}

.error404 .section-error {
    height: 580px;
    background: url(img/404-page-image.jpg);
    background-position: center center;
    position: relative;
    background-size: cover !important;
}

.error404 .container {
    position: relative;
}

.section-error-model {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -195px;
    right: 0;
    background-size: contain !important;
}

.error404 .error-main-container {
    text-align: center;
    max-width: 430px;
    position: relative;
    left: calc(100% - 579px);
    margin-top: 150px;
}

.error404 h1 {
    color: #0a4989;
}

.error404 .section-error .the-title h2 {
    color: #282828;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.1;
}

.error404 .error-main-container a {
    margin: 0 5px;
    text-transform: uppercase;
}

.the-content p {
    margin-bottom: 30px;
}

.treatment-hero-container {
    width: auto;
}

.main-treatment-hero {
    height: 85vh;
    padding-top: 135px;
}

.main-treatment-background {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.treatment-hero-content h1, .main-treatment-hero-content h1 {
    font-weight: 600;
    font-size: 52px;
    line-height: 64px;
}

.treatment-hero-content .benefits-wrapper, .main-treatment-hero-content .benefits-wrapper {
    margin-top: 25px;
    width: 335px;
    padding: 10px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.treatment-hero-content ul, .main-treatment-hero-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.treatment-hero-content ul li, .main-treatment-hero-content ul li {
    padding: 5px 0 5px 30px;
    font-size: 16px;
    color: #232424;
    position: relative;
}

.treatment-hero-content ul li span, .main-treatment-hero-content ul li span {
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    color: #fff;
    background: #cca034;
    text-align: center;
    font-size: 13px;
}

.treatment-hero-content {
    height: 315px;
}

.treatment-hero-image-wrapper {
    overflow: hidden;
    width: 51%;
    position: absolute;
    right: 0;
    top: 144px;
    height: 75%;
}

.container-flex {
    height: 100%;
    display: flex;
    align-items: center;
}

.treatment-hero-image {
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.treatment-hero-image-wrapper div {
    position: absolute;
    left: -10px;
    right: -10px;
    top: 0;
    bottom: 0;
}

.treatment-hero-image-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
    bottom: 0;
    min-width: 100%;
    min-height: 93%;
    max-height: 387px;
    max-width: 120%;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .treatment-hero-image-wrapper img {
        top: -11px;
        min-height: 96%;
    }
}

@media (min-width: 1200px) {
    .treatment-hero-image-wrapper img {
        top: 0;
        min-height: 100%;
    }
}

.treatment-hero-left-shadow, .treatment-hero-right-shadow {
    z-index: 1;
}

.treatment-hero-right-shadow {
    display: none !important;
}

.treatment-hero-image-wrapper div:not(.treatment-hero-image) {
    top: -50px;
    bottom: -50px;
}

@media (min-width: 768px) {
    .summary-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.summary {
    height: 90px;
    background: #d9e2ed;
    position: relative;
    z-index: 2;
}

.summary-box {
    padding-right: 30px;
    padding-left: 30px;
    float: left;
    position: relative;
    display: block;
    height: 100%;
    color: #000;
    font-size: 14px;
    line-height: 19px;
}

.summary div {
    height: 100%;
}

.summary-box i:first-child {
    left: 0;
}

.summary-box i:last-child {
    right: 40px;
}

.summary-box i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.summary-box i.fa {
    font-size: 25px;
}

a.summary-box {
    color: #1b4a8b;
    padding-right: 75px;
}

.summary-box-divider {
    height: 40% !important;
    border: 1px solid #fff;
}

a.summary-box span, a.summary-box span strong {
    color: #1b4a8b;
}

a.summary-box span:after {
    right: -75px !important;
}

.summary-box strong {
    display: block;
}

.summary-box span strong {
    color: #2c2c2c;
}

.summary-box span {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    color: #55555a;
}

.summary-box i.icon-anaesthetic {
    font-size: 25px;
    left: -5px;
}

.breadcrumb a:first-child, .breadcrumb span:first-child {
    margin-left: 0;
}

.breadcrumb {
    padding: 13px 0;
    background: transparent;
    margin-bottom: 45px;
}

.treatment-content-headings {
    text-align: center;
    margin-bottom: 30px;
}

h3.statistics {
    text-align: center;
    margin: 0 0 30px;
}

.treatment-content-headings h3 {
    margin-bottom: 5px;
}

.treatment-content-headings .subheading {
    font-size: 19px;
    font-weight: 500;
    color: #232424;
}

section.treatment-content {
    border-bottom: 1px solid #cca034;
    background: #fff;
    padding-top: 93px;
    margin-top: -93px;
}

.treatment-content-wrapper {
    border: 1px solid #cca034;
    padding: 45px 33px 0;
    margin-bottom: 145px;
    background: #fff;
}

.treatment-content-wrapper.statistics {
    background: #eef2f7;
}

.statistics.number {
    color: #d2ac4d;
    font-size: 27px;
    line-height: 30px;
    text-align: center;
}

.statistics.text {
    text-align: center;
}

.single-condition .treatment-content-wrapper {
    padding: 65px 33px 0;
}

.treatment-content-intro {
    font-size: 16px;
    color: #3d5d7f;
    line-height: 25px;
    padding: 23px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 40px;
}

.treatment-content-wrapper h4 {
    font-size: 22px;
    color: #232424;
    line-height: 30px;
    margin-bottom: 15px;
    border-top: 2px solid #cfd8e0;
    border-bottom: 2px solid #cfd8e0;
    padding: 2px 0;
}

.treatment-content-wrapper p {
    margin-bottom: 25px;
}

.treatment-content-image {
    display: inline-block;
    width: 135px;
    height: 135px;
    background-size: 131%;
    background-position: center top;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-top: -35px;
}

.treatment-content-footer {
    margin: 75px -33px 0;
    text-align: center;
    background: #eef2f7;
    height: 100px;
    position: relative;
}

.treatment-content-footer > * {
    display: inline-block;
    vertical-align: middle;
}

.treatment-content-phone > * {
    color: #0a4989;
    font-size: 27px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.treatment-content-phone span {
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    border: 1px solid;
    border-radius: 100%;
    font-size: 20px;
    margin-right: 190px;
}

span.treatment-content-phone {
    margin-right: 15px;
    margin-top: 10px;
}

.treatment-content-phone span i {
    height: 20px;
    display: block;
}

section.treatment-content .container {
    position: relative;
    z-index: 0;
}

.treatment-content-model {
    position: absolute;
    width: 700px;
    height: 700px;
    bottom: 0;
    left: -500px;
    z-index: -1;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

span.treatment-content-phone p {
    margin: 0;
    display: block;
    text-align: right;
    color: #55555a;
    font-size: 26px;
    font-family: Caveat;
}

section.treatment-info {
    padding: 105px 0 120px;
    background-size: cover;
    background-position: center top;
    border-top: 1px solid #cca034;
    border-bottom: 1px solid #cca034;
}

section.treatment-content + section.treatment-info {
    border-top: none;
}

section.treatment-info .container > h3 {
    text-align: center;
    margin-bottom: 35px;
}

.treatment-info-box-wrapper {
    height: 408px;
    background: #0a4989;
    color: #fff;
    background-repeat: no-repeat;
    background-position: right calc(100% + 2px);
    position: relative;
    background-size: auto 220px;
}

.treatment-info-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px 25px;
    transition: all 0.4s;
}

.treatment-info-box-wrapper.has-hover .treatment-info-content > *:not(.treatment-info-hover-content) {
    opacity: 1;
    transition: opacity 0.1s;
}

.treatment-info-box-wrapper.has-hover:hover .treatment-info-content > *:not(.treatment-info-hover-content) {
    opacity: 0;
}

span.treatment-info-label {
    text-transform: uppercase;
    display: block;
    margin-bottom: 50px;
}

span.treatment-info-label:before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    border-radius: 100%;
    background: #cca034;
    top: 57px;
}

section.treatment-info .row > div:not(:last-child) span.treatment-info-label:after {
    content: '';
    display: block;
    width: calc(100% + 30px);
    position: absolute;
    border-top: 3px solid #cca034;
    top: 65px;
    z-index: 1;
}

.treatment-info-box > h4 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 2px solid #7e9ab6;
}

h3.treatment-info-content-title {
    text-align: left;
    color: #fff;
}

.info-box-value h3.treatment-info-content-title {
    max-width: 260px;
}

ul.reason {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.reason li {
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    line-height: 25px;
}

ul.reason li span {
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    text-align: center;
    line-height: 22px;
    left: 0;
    top: 50%;
    font-size: 13px;
    transform: translateY(-50%);
    background: #cca034;
    color: #fff;
}

.treatment-info-content .rating {
    margin-bottom: 18px;
}

.treatment-info-content .rating span {
    width: 27px;
    height: 27px;
    background: #00b67a;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.treatment-info-content > span {
    font-size: 18px;
}

.treatment-info-content > span i {
    font-size: 22px;
    color: #00b67a;
    display: inline-block;
    vertical-align: text-bottom;
}

.treatment-info-content {
    position: relative;
    min-height: 185px;
}

.treatment-info-hover-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    color: #55555a;
}

.treatment-info-links {
    position: absolute;
    bottom: 25px;
}

.treatment-info-links > a {
    line-height: 33px;
    border: 1px solid;
    color: #fff;
    text-transform: uppercase;
    padding: 0 12px;
}

.treatment-info-links > a + a {
    margin-left: 5px;
}

.treatment-info-box-wrapper.has-hover:hover .treatment-info-box {
    background: #fff;
    color: #55555a;
}

.treatment-info-box-wrapper.has-hover:hover .treatment-info-box > h4 {
    color: #232424;
}

.treatment-info-box-wrapper.has-hover:hover .treatment-info-links > a.standard-btn.white-btn {
    background: #0a4989;
    color: #fff;
}

.treatment-info-box-wrapper.has-hover:hover .treatment-info-links > a {
    color: #0a4989;
}

.treatment-info-box-wrapper.has-hover:hover .treatment-info-hover-content {
    opacity: 1;
}

span.info-feedback {
    display: block;
    line-height: 31px;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 15px;
}

span.info-feedback:before, span.info-feedback:after {
    content: '"';
}

section.treatment-info > .container {
    position: relative;
}

section.treatment-info > .container > img {
    width: 115px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55px;
}

.treat-faqs {
    margin: 105px 0 120px;
}

.treat-faqs h3 {
    margin-bottom: 20px;
    text-align: center;
}

h5.answer {
    padding: 8px 15px;
    background: #eef2f7;
    border: 1px solid #d6b25a;
    margin-bottom: 20px;
    position: relative;
}

h5.answer:before {
    content: '';
    width: 27px;
    height: 12px;
    display: block;
    position: absolute;
    top: 100%;
    background: url(img/faq_tag.png);
    z-index: 1;
}

h5.answer:after {
    content: '';
    width: 22px;
    height: 4px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 16px;
    background: #eef2f7;
}

.question {
    line-height: 24px;
}

.faqs-item:not(:last-child) {
    margin-bottom: 35px;
}

.treat-before-after {
    margin-top: 115px;
}

section.before-after {
    text-align: center;
}

.before-after-wrapper {
    background: #f6f6f6;
    border: 1px solid #cca034;
    position: relative;
    margin-top: 30px;
    margin-bottom: 200px;
    padding: 45px 0 70px;
}

.before-after-slider {
    padding: 0 155px;
}

img.before-after-image {
    max-width: 455px;
    max-height: 300px;
    margin: 0 auto;
    display: block;
}

.before-after-item span {
    display: inline-block;
    width: calc(50% - 15px);
    margin-top: 7px;
    /*margin-bottom: 300px;*/
}

.before-after-item span + span {
    margin-left: 26px;
}

.before-after-wrapper > img {
    width: 115px;
    position: absolute;
    bottom: -57px;
    left: 50%;
    transform: translateX(-50%);
}

.before-after-wrapper > span {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: right;
    bottom: -32px;
    font-size: 13px;
}

.before-after .slick-arrow {
    line-height: 320px;
    width: 85px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    padding: 0;
    color: #0a4989;
    font-size: 18px;
}

.before-after .slick-prev {
    padding-left: 10px;
}

.before-after .slick-next {
    padding-right: 10px;
}

.slick-prev {
    left: 0;
    text-align: left;
}

.slick-next {
    right: 0;
    text-align: right;
}

.before-after-slider {
    padding: 0 155px;
    /*height: 330px;*/
    overflow: hidden;
}

section.reasons.treatment-reasons {
    padding: 145px 0 115px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.treatment-reasons .reasons-wrapper {
    background: #fff;
    position: relative;
    padding: 46px 20px 70px;
}

.treatment-reasons .reasons-wrapper > a {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
}

section.reasons.treatment-reasons h3 {
    color: #191919;
    position: relative;
}

section.reasons.treatment-reasons h3 > span {
    display: inline-block;
    position: relative;
}

section.reasons.treatment-reasons h3 > span:before {
    left: calc(0px - ((1140px - 100%) / 2));
}

section.reasons.treatment-reasons h3 > span:after {
    right: calc(0px - ((1140px - 100%) / 2));
}

/*
section.reasons.treatment-reasons h3 > span:before, section.reasons.treatment-reasons h3 > span:after {
    content: '';
    position: absolute;
    width: calc(((1140px - 100%) / 2) - 25px);
    border-top: 1px solid #d2ac4d;
    top: 21px;
}*/
.treatment-reasons h3 span.first-word {
    font-weight: bold;
}

section.treatment-testimonial.testimonial-section {
    height: 440px;
    background: #eef2f7;
    border-top: 1px solid #d2ac4d;
    border-bottom: 1px solid #d2ac4d;
}

section.treatment-testimonial.testimonial-section > div > div > div:last-child {
    height: 530px;
    margin-top: -92px;
}

section.similar-treatments {
    padding: 90px 0 115px;
    background: #eef2f7;
}

section.similar-treatments h3 {
    text-align: center;
    margin-bottom: 40px;
}

a.similar-treatment {
    display: block;
    padding-left: 120px;
    height: 75px;
    position: relative;
    background: #fff;
}

.similar-treatment-image {
    width: 105px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.similar-treatment-title {
    position: absolute;
    left: 122px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

a.similar-treatment:hover .similar-treatment-hover {
    opacity: 1;
}

.similar-treatment .popular-treatment-content h5, .similar-treatment .popular-treatment-content h6 {
    font-weight: bold;
}

.similar-treatment-hover {
    position: absolute;
    left: 105px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1b4a8b;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.similar-treatment-hover span {
    position: absolute;
    padding: 0 15px;
    top: 50%;
    transform: translateY(-50%);
}

.similar-treatment-image:before {
    content: '';
    /*
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    bottom: -30px;
    box-shadow: inset 0 0 30px 10px #eef2f7;
    */
}

.similar-treatments-wrapper-outer {
    height: 77px;
    overflow: hidden;
    position: relative;
}

.similar-treatments-wrapper .slick-arrow {
    padding: 0;
    font-size: 42px;
}

.similar-treatments-wrapper .slick-prev {
    left: -20px;
}

.similar-treatments-wrapper .slick-next {
    right: -20px;
}

.treat-condition-slider-wrapper {
    border-top: 1px solid #cca034;
    border-bottom: 1px solid #cca034;
    height: 340px;
    background: #eef2f7;
    position: relative;
    margin-top: 110px;
}

.treat-condition-content {
    height: 280px;
    margin: 30px 0;
    background: #fff;
    padding: 25px 30px 35px;
    transition: all 0.4s;
    position: relative;
}

.treat-condition-content > a {
    position: absolute;
    left: 30px;
    bottom: 35px;
    z-index: 1;
}

.treat-condition-content h4 {
    margin-bottom: 2px;
}

.treat-condition-excerpt {
    margin-top: 15px;
    position: relative;
    transition: all 0.4s;
    opacity: 1;
}

.treat-condition-content:hover .treat-condition-hover {
    opacity: 1;
    background: #0a4989;
}

.treat-condition-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    height: auto;
    color: #fff !important;
    transition: all 0.4s;
}

.treat-condition-hover .service-box-inner {
    padding: 25px 60px 35px 30px;
}

.treat-condition-hover .subheading {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 5px solid;
    position: relative;
    top: auto;
    transform: translateY(0);
}

.treat-condition-content .subheading, .treat-condition-content > h4 {
    transition: all 0.4s;
    opacity: 1;
}

.treat-condition-slide.has-hover .treat-condition-content:hover .treat-condition-excerpt {
    opacity: 0;
}

.treat-condition-slide.has-hover .treat-condition-content:hover h4 {
    opacity: 0;
}

.treat-condition-slide.has-hover .treat-condition-content:hover .standard-btn {
    background: #fff;
    color: #0a4989;
}

.treat-condition-img {
    height: 338px;
    position: absolute;
    right: 15px;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.treat-condition-img:before {
    content: '';
    top: -50px;
    bottom: -50px;
    left: 0;
    right: 15px;
    box-shadow: inset 20px 0 30px #eef2f7;
    position: absolute;
}

.treat-condition-img:after {
    content: '';
    top: -50px;
    bottom: -50px;
    left: 0;
    right: 0;
    box-shadow: inset -20px 0 30px #eef2f7;
    position: absolute;
}

.treat-conditions .slick-prev {
    left: -35px;
}

.treat-conditions .slick-next {
    right: -35px;
}

.treat-condition-content:hover .service-box-inner,
.treat-condition-content:hover .service-box-inner:before,
.treat-condition-content:hover .service-box-inner:after,
.treat-condition-content:hover .service-box:before {
    opacity: 1;
}

.treat-conditions ul.slick-dots {
    position: absolute;
    height: 55px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    top: -110px;
}

.treat-conditions ul.slick-dots:before {
    content: '';
    position: absolute;
    height: 100%;
    border-top: 1px solid #cca034;
    border-bottom: 1px solid #cca034;
    background: #eef2f7;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.treat-conditions ul.slick-dots li:nth-child(1n + 5) {
    display: none;
}

.treat-conditions ul.slick-dots li {
    position: relative;
    display: inline-block;
}

.treat-conditions ul.slick-dots li a {
    display: block;
    line-height: 53px;
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0a4989;
    text-decoration: underline;
    cursor: pointer;
}

.treat-conditions ul.slick-dots li.slick-active a {
    text-decoration: none;
    color: #55555a;
    cursor: default;
}

.treat-conditions ul.slick-dots li.slick-active a:before {
    content: '';
    position: absolute;
    left: 46%;
    top: 43px;
    display: block;
    width: 23px;
    height: 23px;
    background: #eef2f7;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #cca034;
    border-right: 1px solid #cca034;
}

section.treat-conditions {
    margin-top: 115px;
    overflow: hidden;
}

section.treat-conditions > .container > h4 {
    text-align: center;
    margin-bottom: 13px;
}

.reasons-wrapper-subheading {
    color: #000;
    margin-top: -20px;
    margin-bottom: 20px;
}

section.reasons.team-reasons .reasons-wrapper {
    padding: 46px 20px 60px;
}

section.reasons.team-reasons h3,
section.reasons.team-reasons h5 {
    color: #000;
}

section.reasons.team-reasons {
    padding: 95px 0 165px;
}

.more-member-img {
    width: 100px;
}

a.more-member {
    height: 120px;
    padding-left: 0;
    background: #eef2f7;
}

.more-members-wrapper {
    height: 120px;
}

section.more-members {
    background: transparent;
    border: 0;
    padding: 0 0 155px;
}

.profile-specialty {
    font-size: 15px;
    line-height: 24px;
    color: #55555a;
}

.more-member-content h4 {
    position: absolute;
    left: 120px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.more-member-content-back span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    left: 20px;
    right: 0;
    padding-right: 70px;
}

a.more-member:hover .more-member-content-back:before {
    opacity: 1;
}

.more-member-content-back:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 39px;
    background: url(img/hover-over-bottom-corner.png);
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.more-member-content-back:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 39px;
    background: url(img/hover-over-top-corner.png);
    z-index: 1;
}

.more-member-content-back span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 53px;
    background: url(img/hover-over-cross.png);
    z-index: 1;
}

.single-profile header {
    background: #eef2f7 !important;
}

section.profile-content-section {
    text-align: center;
    background: #eef2f7;
    padding-top: 45px;
}

section.profile-content-section h1 {
    font-weight: 300;
    margin-bottom: 0;
}

.profile-content-headings h5 {
    margin: 0;
}

section.profile .profile-content {
    margin-top: 0;
}

.profile-content {
    margin-top: 60px;
    position: relative;
}

.profile-content-img-wrapper {
    position: absolute;
    right: calc(100% + 10px);
    width: 270px;
    height: 330px;
    border: 2px solid #fff;
    top: 165px;
    transform: translateY(-50%);
    overflow: hidden;
}

img.profile-content-img {
    min-width: 100%;
    min-height: 100%;
}

.profile-content-text {
    padding: 0 10px;
}

section.profile-testimonial {
    border-top: 1px solid #cca034;
    border-bottom: 1px solid #cca034;
    padding: 45px 0 40px;
    text-align: center;
}

.profile-testimonial-text, .profile-testimonial-signature {
    padding: 0 10px;
    text-align-last: center;
}

.profile-testimonial-text:before, .profile-testimonial-text:after {
    content: '"';
}

.profile-testimonial-text {
    font-size: 20px;
    color: #232424;
    line-height: 31px;
    font-family: Roboto;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 15px;
}

.profile-testimonial-signature {
    color: #232424;
}

.profile-content-text p {
    padding-bottom: 25px;
    margin: 0;
}

.profile-summary {
    text-align: center;
}

.profile-summary-item strong {
    display: block;
    margin-top: 3px;
}

.profile-summary-item {
    display: inline-block;
}

section.profile-summary-section {
    padding: 40px 15px 55px;
    background: #eef2f7;
}

.profile-summary-item + .profile-summary-item {
    margin-left: 35px;
}

section.profile-content-section .profile-summary {
    padding-bottom: 25px;
}

.profile-summary-item i {
    color: #CCA034;
    font-size: 40px;
}

.profile-summary-item i.icon-education {
    font-size: 50px;
    display: block;
    margin-bottom: -4px;
}

section.team-content {
    text-align: center;
    padding: 55px 0;
}

section.team-content h1 {
    font-weight: 300;
    margin-bottom: 0;
}

section.team-content .team-intro {
    font-size: 16px;
    margin-top: 25px;
    color: #3d5d7f;
    line-height: 25px;
}

section.team-profiles {
    text-align: center;
    background: #eef2f7;
    border-top: 1px solid #d5b15a;
    border-bottom: 1px solid #d5b15a;
    padding: 55px 0 30px;
}

.profile-item {
    margin-bottom: 75px;
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: text-top;
}

.profile-item:nth-child(4n) {
    margin-right: 0;
}

.profile-item-wrapper {
    padding-top: 325px;
    background-size: cover;
    background-position: center;
    position: relative;
    border: 2px solid #fff;
    height: auto;
}

.profile-item-wrapper .service-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
}

.profile-item-content {
    padding: 0 55px 0 35px;
    color: #fff;
}

.profile-item-content div {
    max-height: 186px;
    overflow: hidden;
    margin-bottom: 35px;
}

.profile-item h4 {
    margin-top: 20px;
    margin-bottom: 0;
}

.profile-item h4 + div {
    color: #55555a;
}

.team-logos {
    text-align: right;
    margin-bottom: -88px;
    margin-top: -27px;
}

.team-logos img {
    width: 117px;
}

.team-logos img:not(:first-child) {
    margin-left: 20px;
}

section.team-profiles + section.reasons.team-reasons {
    padding: 115px 0 150px;
}

section.team-profiles + section.reasons.team-reasons h3 {
    margin-bottom: 0;
}

section.team-profiles + section.reasons.treatment-reasons .reasons-wrapper-subheading {
    margin-top: 5px;
}

section.team-profiles + section.reasons.treatment-reasons h3 > span:before, section.team-profiles + section.reasons.treatment-reasons h3 > span:after {
    display: none;
}

section.team-profiles + section.reasons.team-reasons .reasons-wrapper {
    border-top: 1px solid #d2ac4d;
}

section.condition-hero {
    height: 505px;
    padding-top: 225px;
}

section.condition-content {
    padding-top: 93px;
    margin-top: -93px;
}

.condition-hero-image-wrapper {
    max-height: 365px;
}

.condition-hero-image-wrapper img {
    max-height: 372px;
}

.condition-hero-image-wrapper.treatment-hero-image-wrapper {
    height: 361px;
}

.condition-subheading {
    color: #cca034;
}

.hero-intro {
    border-top: 1px solid #d5b565;
    border-bottom: 1px solid #d5b565;
    padding: 13px 0;
    margin-top: 13px;
}

.treatment-hero-content ul.condition-anchors li {
    padding: 0;
    display: inline-block;
}

.treatment-hero-content ul.condition-anchors li:not(:last-child) {
    margin-right: 5px;
}

.treatment-hero-content ul.condition-anchors li a {
    padding: 5px 0;
    display: block;
    line-height: 40px;
    color: #0a4989;
    font-size: 14px;
}

.treatment-hero-content ul.condition-anchors li a i {
    position: relative;
    top: 6px;
    font-size: 20px;
    margin-left: 11px;
    margin-right: 8px;
}

.condition-hero-content {
    height: auto;
}

.condition-treatments h4 {
    color: #fff;
    margin-bottom: 30px;
}

.condition-treatments {
    padding: 80px 0 85px;
    position: relative;
}

.conditions-treatments-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #3C5D7E;
    background-size: auto 1100px;
    background-position: center bottom;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

a.condition-treatment {
    display: block;
    background: #fff;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.25);
    height: 246px;
    margin-bottom: 3px;
}

.condition-treatment-ttl {
    position: relative;
    height: 60px;
    text-align: center;
}

.condition-treatment-ttl h5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10px;
}

.condition-treatment-wrapper {
    height: calc(100% - 60px);
    background-size: cover;
    background-position: center;
    position: relative;
}

.benefits-wrapper ul li {
    position: relative;
    padding-left: 30px;
}

.benefits-wrapper ul li span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    color: #fff;
    background: #cca034;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
}

.benefits-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.condition-treatment-hover {
    background: rgba(10, 73, 137, 0.9);
    height: 100%;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

a.condition-treatment:hover .condition-treatment-hover {
    opacity: 1;
}

.condition-treatments-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    background: transparent;
    font-size: 20px;
    color: #fff;
}

.condition-treatments-slider .slick-prev {
    right: 100%;
    left: auto;
}

.condition-treatments-slider > .col-sm-3:nth-child(1n+5) {
    display: none;
}

.condition-treatments-slider .slick-next {
    left: 100%;
    right: auto;
}

section.treatment-content.condition-content .treatment-content-wrapper {
    margin-bottom: 125px;
}

section.treatment-content.condition-content .treatment-content-footer {
    background: #d9e2ed;
}

.treatment-content-phone > a {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 24px;
    padding-right: 115px;
    z-index: 1;
}

section.symptoms-causes {
    background-color: #3C5D7E;
    background-size: auto 685px;
    background-position: calc(50% + 465px) bottom;
    background-repeat: no-repeat;
    padding: 85px 0 95px;
}

section.symptoms-causes h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.symptoms-causes-wrapper {
    background: #fff;
    padding: 35px 30px;
}

.symptoms-causes-wrapper p {
    margin-bottom: 30px;
}

div#symptoms + div#causes {
    margin-top: 45px;
}

.symptoms-causes-wrapper ul {
    list-style: none;
    padding: 0;
}

.symptoms-causes-wrapper ul li {
    padding: 5px 0;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    vertical-align: text-top;
    width: calc(50% - 2px);
}

.symptoms-causes-wrapper ul li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #3d5d7f;
    position: absolute;
    top: 12px;
    left: 3px;
}

.treatment-content-wrapper ul {
    margin-top: 40px;
}

section.condition-content.prevention-content {
    padding-top: 105px;
    margin-top: 0;
}

.treatment-content-wrapper ul {
    padding: 0;
    list-style: none;
}

.treatment-content-wrapper ul li {
    padding-left: 35px;
    padding-right: 30px;
    position: relative;
    display: inline-block;
    width: calc(50% - 2px);
    margin-bottom: 25px;
    color: #232424;
    vertical-align: text-top;
}

.treatment-content-wrapper ul li:before {
    content: "\6f";
    font-family: "bodyvie" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    color: #fff;
    background: #cca034;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
}

section.before-after-condition {
    text-align: center;
    margin-bottom: 235px;
}

.popular-conditions-wrapper {
    height: 249px;
}

.button13 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.button13 * {
    position: relative;
    z-index: 2;
}

.button13:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*border: 1px solid rgba(255,255,255,0.5);*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button13:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.25);
    background-color: #000 !important;
    border: 1px solid #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

.button13:hover {
    color: #fff !important;
}

.treatment-info-box-wrapper.has-hover:hover .standard-btn.white-btn:focus {
    color: #fff !important;
}

.standard-btn.white-btn:focus {
    color: #0a4989 !important;
}

.button13:hover:before {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.button13:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.popover {
    border-radius: 15px;
    left: 0 !important;
    box-shadow: none;
    border: 1px solid #fff;
}

.popover.bottom > .arrow {
    left: 50px !important;
    border-bottom-color: #fff;
}

.popover {
    border-radius: 15px;
    margin: 1px;
    padding: 15px 20px;
    border: 1px solid #d2ac4d;
}

.popover-title {
    padding: 0 0 5px;
    text-transform: none;
    background: 0;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
    border-bottom: 1px solid #d2ac4d;
    font-weight: 400;
}

.popover-content {
    padding: 0;
}

.popover > .arrow:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    margin-left: -8px;
    z-index: 1;
    border-top: 1px solid;
    border-left: 1px solid;
    border-color: #d2ac4d;
    background: #fff;
}

.pricing-table .popover {
    left: 0 !important;
    margin-top: 2px;
}

.pricing-table a {
    position: relative;
    left: -30px;
    width: calc(100% + 30px);
    display: block;
    color: #55555a;
    margin: -15px 0;
    padding: 15px 0 15px 30px;
}

.pricing-table a i {
    color: #16528f;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
}

.pricing-hero-table-wrapper {
    position: relative;
    padding: 22px 40px 65px;
    background: #fff;
    text-align: left;
}

section.pricing-hero {
    padding: 50px 0 85px;
    text-align: center;
    position: relative;
}

section.pricing-hero h1, section.pricing-hero .subheading, section.pricing-hero h4 {
    color: #fff;
}

section.pricing-hero h4 span {
    color: #cca034;
}

section.pricing-hero h4 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 400;
}

section.pricing-hero h1 {
    font-weight: 300;
    margin-bottom: 5px;
}

section.pricing-hero .row {
    margin-top: 35px;
}

.pricing-hero-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #3C5D7E;
    background-size: auto 655px;
    background-repeat: no-repeat;
    background-position: calc(50% + 625px) bottom;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.pricing-table {
    width: 100%;
    position: relative;
}

.pricing-table th {
    font-weight: 400;
    padding: 5px 0;
    height: 47px;
}

section.pricing-hero table.pricing-table th:not(:first-child):not(:last-child), section.pricing-hero .pricing-table td:not(:first-child):not(.no-price) {
    width: 120px;
}

.pricing-table td:not(:first-child):not(.no-price) {
    font-size: 16px;
}

.pricing-table th:not(:first-child):not(:last-child), .pricing-table td:not(:first-child):not(.no-price) {
    min-width: 110px;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 150px;
}

.pricing-table-item.two .pricing-table th:last-child, .pricing-table-item.two .pricing-table td.no-price {
    width: 15px;
}

.pricing-table-item.two .pricing-table th:not(:first-child):not(:last-child), .pricing-table-item.two .pricing-table td:not(:first-child):not(.no-price) {
    width: 160px;
}

.pricing-table-item.three .pricing-table th:not(:first-child):not(:last-child), .pricing-table-item.three .pricing-table td:not(:first-child):not(.no-price) {
    width: 220px;
}

.pricing-table-item.four .pricing-table th:not(:first-child):not(:last-child), .pricing-table-item.four .pricing-table td:not(:first-child):not(.no-price) {
    width: 167px;
}

.pricing-table-item.five .pricing-table th:not(:first-child):not(:last-child), .pricing-table-item.five .pricing-table td:not(:first-child):not(.no-price) {
    width: 110px;
}

.pricing-table-item.three .pricing-table th:last-child,
.pricing-table-item.four .pricing-table th:last-child,
.pricing-table-item.five .pricing-table th:last-child, .pricing-table-item .pricing-table td.no-price {
    width: 80px;
    text-align: center;
}

.pricing-table td {
    padding: 5px 0;
    height: 47px;
}

.pricing-table tr:nth-child(odd) {
    background: #f8f9fb;
}

.pricing-table-item .pricing-table td {
    font-size: 16px;
    line-height: 16px;
    padding: 5px 0;
    height: 47px;
}

section.pricing-hero .pricing-table td:not(:first-child):not(.no-price):before {
    min-height: 3.4px;
}

.pricing-table td:not(:first-child):not(.no-price):before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 5px;
    right: 5px;
    height: 3px;
    min-height: 3.2px;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
    border-right: 10px solid #eef2f7;
    border-left: 10px solid #eef2f7;
    background: #d6b461;
    z-index: 1;
}

.pricing-table tr {
    border-bottom: 1px solid #e3e3e4;
}

.pricing-table td:not(:first-child):not(.no-price):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: -15px;
    left: 5px;
    right: 5px;
    background: #eef2f7;
    z-index: -1;
}

.pricing-table th:last-child, .pricing-table td.no-price {
    padding-left: 15px;
}

.pricing-table-outer-wrapper {
    border: 1px solid #d6b461;
    margin-bottom: 35px;
    box-shadow: 3px 3px rgba(74, 0, 35, 0.3);
}

.pricing-table-outer-wrapper.active .pricing-table-header:hover,
.pricing-table-header:hover {
    background: #d9e2ed;
    cursor: pointer;
}

.pricing-table-outer-wrapper.active .pricing-table-header i:before {
    content: '\65';
}

.pricing-table-header {
    background: #fff;
    position: relative;
    text-align: center;
    padding: 27px 0;
    margin: 0;
}

.pricing-table-outer-wrapper.active .pricing-table-header {
    background: transparent;
}

.pricing-table-header i {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #0a4989;
}

.pricing-table-body {
    display: none;
    margin: 0 45px;
}

.pricing-table-outer-wrapper.active .pricing-table-body {
    display: block;
}

section.pricing-tables {
    padding: 70px 0 130px;
    background-color: #eef2f7;
    position: relative;
    z-index: 0;
}

.pricing-tables-bg {
    background-repeat: no-repeat;
    background-position: calc(50% - 600px) 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.pricing-table-item {
    border: 1px solid #185490;
    border-top: 0;
    border-bottom: 0;
    padding: 22px 40px 65px;
    background: #fff;
}

.pricing-table-item:first-child {
    border-top: 1px solid #185490;
}

.pricing-table-item:last-child {
    border-bottom: 1px solid #185490;
}

.pricing-table-extras {
    margin: 0 -44px;
}

.pricing-table-extras .table-note {
    margin: 0 45px;
}

.pricing-table-extras .table-note {
    margin: 15px 45px;
    font-size: 13px;
    text-align: right;
}

.pricing-table-extras .table-url {
    display: block;
    background: #fff;
    margin-top: 45px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #0a4989;
    line-height: 40px;
    font-weight: 500;
}

.pricing-table-extras .table-url i {
    position: relative;
    top: 2px;
    margin-left: 2px;
}

.pricing-table-item-header {
    margin: -22px -40px 0;
    background: #eef2f7;
    min-height: 70px;
    padding: 10px 40px;
    position: relative;
}

.pricing-table-item-header div,
.pricing-table-item-header h5 {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.pricing-table-item-header h5 span {
    padding-right: 10px;
    background: #eef2f7;
    position: relative;
    z-index: 1;
}

.pricing-table-item-header h5:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #d6b461;
}

span.cell-note {
    display: block;
    color: #5f5f5f;
    font-size: 13px;
    margin-top: 5px;
}

section.pricing-tables-bar {
    background: #333;
    text-align: center;
    padding: 35px 0;
    color: #fff;
}

ul.pricing-filters {
    display: inline-block;
    list-style: none;
    margin: 0;
}

ul.pricing-filters li:not(:last-child) {
    margin-right: 15px;
}

ul.pricing-filters li {
    display: inline-block;
    text-transform: uppercase;
}

ul.pricing-filters li input {
    position: absolute;
    opacity: 0;
}

ul.pricing-filters li label {
    margin: 0;
}

ul.pricing-filters li:not(.active) .standard-btn {
    background: #fff;
    color: #0a4989;
}

ul.pricing-filters li.active .standard-btn.button13 {
    background: #5f5f5f;
}

ul.pricing-filters li .standard-btn.button13 {
    font-size: 14px;
    font-weight: 500;
}

section.pricing-tables-bar .container > span {
    font-size: 19px;
    font-weight: 500;
}

body:not(.page-template-template-pricing) .scroll-to-top.show {
    display: none !important;
}

.scroll-to-top {
    position: fixed;
    right: calc(50% - 680px);
    bottom: 50px;
    z-index: 9999;
    font-size: 14px;
    cursor: pointer;
    display: none;
    transform: translateX(-50%);
}

.scroll-to-top i {
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -2px;
    font-size: 20px;
}

.scroll-to-top .standard-btn {
    padding: 0 12px;
}

section.testimonial-section.about-testimonial {
    height: 400px;
    background: #eef2f7;
}

section.testimonial-section.about-testimonial > div > div > div:last-child {
    height: 526px;
    margin-top: -149px;
}

section.about-hero {
    background: #eef2f7;
    text-align: center;
    padding: 55px 0 70px;
    overflow: hidden;
}

section.about-hero h1 {
    font-weight: 300;
    margin-bottom: 3px;
}

.about-hero .hero-content p {
    margin-bottom: 30px;
}

section.about-hero .container-fluid {
    padding: 0;
}

section.about-hero .container-fluid > .row {
    margin: 50px -10px 0;
}

.about-hero .service-box-inner > div {
    padding: 0 55px 0 20px;
    color: #fff;
    text-align: left;
}

.about-hero .service-box-smaller:not(:last-child) {
    margin-bottom: 19px;
}

.about-hero .service-box {
    height: auto;
    border: 1px solid #fff;
    padding-top: 138%;
}

.about-hero .service-box-smaller {
    height: auto;
    padding-top: 85%;
}

.col-custom {
    width: 23%;
    float: left;
    padding: 0 10px;
}

.col-small-custom {
    width: 18%;
}

.about-hero .hero-content-wrapper {
    max-width: 565px;
    margin: 65px auto 0;
    font-size: 16px;
    line-height: 25px;
}

.about-hero .content-awards {
    margin-top: 25px;
}

section.about-content {
    padding: 140px 0 165px;
}

.about-content-wrapper {
    background: #fff;
    padding: 50px 25px 10px;
    border: 1px solid #efefef;
    margin-bottom: 20px;
}

.about-content-wrapper p {
    margin-bottom: 30px;
}

.about-content-wrapper h3 {
    text-align: center;
    margin-bottom: 25px;
}

section.blog-headings {
    padding: 40px 0 35px;
    background-repeat: no-repeat;
    background-position: calc(50% + 300px) center;
}

section.blog-headings h1 {
    font-weight: 300;
}

ul.blog-social {
    padding: 10px 0 0;
    list-style: none;
    display: inline-block;
    margin: 0;
    border-top: 1px solid #d5b158;
}

ul.blog-social li {
    display: inline-block;
    padding: 0 12px;
}

ul.blog-social li a {
    color: #0a4989;
    font-size: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul.blog-social li a:hover {
    color: #000;
}

a.post-item:hover {
    background: #fff;
    border: 1px solid #dcbd73;
}

a.post-item {
    display: block;
    background: #eef2f7;
    margin-bottom: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 300px;
    position: relative;
    box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    border: 1px solid #eef2f7;
}

.blog-post-img {
    min-height: 135px;
    background-size: cover !important;
}

.blog-post-content {
    padding: 0 20px;
}

.blog-post > .blog-content > div > span.blog-post-date {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #5f5f5f;
}

span.blog-post-category {
    display: block;
    padding: 25px 0 10px;
    color: #0a4989;
    font-size: 13px;
    line-height: 18px;
}

.blog-post-title {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 71px;
    position: relative;
}

.blog-post-title span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-content-hover {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    padding: 15px 20px 0;
    border: 1px solid #dcbd73;
    color: #55555a;
}

a.post-item:hover .blog-content-hover {
    opacity: 1;
}

.blog-content-hover .blog-post-title {
    height: auto;
    border: 0;
    margin-bottom: 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 62px;
}

.blog-content-hover .container-fluid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog-content-hover span.blog-post-category {
    padding: 10px 0;
}

.blog-content-hover span.blog-post-date {
    font-size: 13px;
    line-height: 38px;
}

.blog-content-hover-footer {
    border-top: 2px solid #e5e5e5;
}

a.bigger-post-item .blog-content > div {
    width: 50%;
    float: left;
    height: 300px;
    position: relative;
}

a.bigger-post-item .blog-post-content {
    padding: 0 20px 0 30px;
}

a.bigger-post-item .blog-post-title {
    height: auto;
    border: 0;
}

a.bigger-post-item .blog-post-title span {
    position: relative;
    top: auto;
    transform: translateY(0);
    -webkit-line-clamp: 1;
}

a.bigger-post-item .blog-post-content-inner {
    padding: 10px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #55555a;
}

a.bigger-post-item:hover .blog-post-content-inner {
    border-top: 2px solid #eef2f7;
    border-bottom: 2px solid #eef2f7;
}

a.bigger-post-item span.blog-post-category {
    padding: 30px 0 10px;
}

a.bigger-post-item .blog-post-content span.blog-post-date {
    display: block;
    margin-top: 10px;
}

a.bigger-post-item .blog-post-content span.standard-btn {
    margin-top: 15px;
}

span.load-more-btn {
    display: block;
    width: 105px;
    padding: 0;
    text-align: center;
    margin: 10px auto 80px;
    cursor: pointer;
}

.blog-post-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

a.bigger-post-item .blog-post-text {
    -webkit-line-clamp: 3;
}

.blog-form {
    background: #0a4989;
    padding: 33px 20px 0;
    height: 300px;
    margin-bottom: 35px;
    box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
}

.blog-form button {
    margin-top: 20px;
}

.blog-form input:not([type="submit"]) {
    margin-bottom: 12px;
}

.blog-form input.wpcf7-not-valid {
    border: 1px solid red;
}

.blog-form span.wpcf7-not-valid-tip,
.blog-form .wpcf7-response-output {
    display: none !important;
}

.header-top-btn.book:focus:hover,
.blog-form button:focus:hover {
    color: #fff !important;
}

section.horizontal-book-consultation button:focus,
.header-top-btn.book:focus,
.blog-form button:focus {
    color: #0a4989 !important;
}

.blog-form h5 {
    color: #fff;
}

.blog-content-hover .container-fluid > .row > div,
.blog-content-hover .container-fluid {
    padding: 0 20px;
}

.blog-content-hover .container-fluid > .row {
    margin: 0 -20px;
}

section.about-hero .container-fluid {
    padding: 0 45px;
}

section.category-hero {
    height: 880px;
    background-size: cover;
    background-position: center;
    padding-top: 255px;
    overflow: hidden;
}

section.category-hero h1 {
    font-weight: 300;
    margin-bottom: 5px;
}

.page-template-template-yoga section.category-hero {
    padding-top: 330px;
    height: 700px;
}

.yoga-loop {
    padding: 100px 0 200px;
}

.yoga-loop p {
    margin-bottom: 30px;
}

.yoga-loop a {
    margin-top: 30px;
}

.yoga-loop .row + .row {
    margin-top: 50px;
}

.yoga-loop img {
    box-shadow: 3px 3px rgba(0, 0, 0, .2);
}

@media (max-width: 767px) {
    .main-treatment-hero-image-mobile-container {
        overflow: hidden;
        padding-top: 75%;
        position: relative;
    }

    .main-treatment-hero-image-mobile {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main-treatment-hero-flex {
        background: none !important;
    }

    .condition-hero-flex {
        padding-top: 0 !important;
        height: auto !important;
        overflow: hidden;
    }

    .condition-hero-flex img {
        width: 100%;
    }

    .main-treatment-hero-flex > div, .condition-hero-flex > div {
        width: 100% !important;
    }

    .page-template-template-yoga section.category-hero {
        height: auto;
        padding-top: 175px;
    }

    .yoga-loop {
        padding: 50px 0;
    }

    .yoga-loop h4 {
        border-top: 1px solid #d6b25a;
        border-bottom: 1px solid #d6b25a;
        text-align: center;
        padding: 10px;
    }
}

.cat-hero-text {
    margin-top: 30px;
    text-align: left;
    border-top: 1px solid #d0a847;
    border-bottom: 1px solid #d0a847;
    font-size: 16px;
    line-height: 24px;
    color: #232424;
    padding: 25px 0;
}

section.category-hero .container {
    height: 345px;
    position: relative;
}

img.cat-hero-model {
    max-height: 400px;
    max-width: 400px;
    position: absolute;
    bottom: 0;
    left: calc(100% + 10px);
}

section.cat-before-after {
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 110px;
    background: #333333;
}

section.cat-before-after h3,
section.cat-before-after .before-after-wrapper > span {
    color: #fff;
}

.cat-faqs {
    margin: 150px 0 175px;
}

section.category-cats .row {
    text-align: center;
}

section.category-cats .row > div {
    float: none;
    display: inline-block;
    margin-bottom: 25px;
    margin-right: -3px;
}

section.category-cats a.popular-treatment {
    background: #eef2f7;
    box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
}

section.category-cats .popular-treatment-img:before {
    box-shadow: inset -7px 0 20px 18px #eef2f7;
}

section.category-cats .popular-treatment-content-back {
    position: absolute;
    left: -105px;
    right: 0;
    text-align: left;
}

section.category-cats .popular-treatment-content-back:after {
    content: "\78";
    font-family: "bodyvie" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px;
}

section.category-cats .popular-treatment-content h5, section.category-cats .popular-treatment-content h6 {
    line-height: 25px;
    font-size: 18px;
}

section.category-cats .popular-treatment-content {
    text-align: left;
}

section.category-cats .popular-treatment-content-back span {
    right: 50px;
}

.category-cat {
    margin-top: 80px;
}

section.category-cats {
    padding-bottom: 115px;
}

.category-cat h4 {
    margin-bottom: 20px;
}

ul.pricing-filters .standard-btn {
    padding: 0 15px;
}

ul.pricing-filters.category-filters {
    padding-left: 30px;
}

section.treat-conditions.treat-video {
    margin: 0;
}

section.treat-conditions.treat-video .treat-condition-slider-wrapper {
    border-top: none;
    margin-top: 0;
}

section.treat-conditions.treat-videos h3 {
    text-align: center;
    margin-bottom: 30px;
}

section.treat-conditions.treat-videos .treat-condition-slider-wrapper {
    height: 310px;
}

section.treat-conditions.treat-videos .treat-condition-content {
    background: transparent;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

section.treat-conditions.treat-videos .treat-condition-content-wrapper {
    height: 308px;
    position: relative;
}

section.treat-conditions.treat-videos .treat-condition-content > a {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 30px;
}

section.treat-conditions.treat-videos .treat-condition-img {
    height: 308px;
    left: 15px;
}

section.treat-conditions.treat-videos .treat-condition-img img {
    width: 102px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.treat-conditions.treat-videos .treat-condition-img:before,
section.treat-conditions.treat-videos .treat-condition-img:after {
    display: none;
}

.cat-faqs h3 {
    text-align: center;
    margin-bottom: 20px;
}

section.treatment-pricing-tables {
    padding: 120px 0 195px;
}

section.treatment-pricing-tables h3 {
    text-align: center;
    margin-bottom: 40px;
}

section.treatment-pricing-tables .pricing-table-body {
    display: block;
}

section.treatment-pricing-tables .pricing-table-item-header-simple + .pricing-table-body .pricing-table-item:first-child {
    border-top: 0;
}

section.treatment-pricing-tables .pricing-table-body:not(:last-child) {
    margin-bottom: 50px;
}

section.treatment-pricing-tables .pricing-table-item:first-child {
    border-top: 1px solid #cca034;
}

section.treatment-pricing-tables .pricing-table-item {
    border: 1px solid #cca034;
    border-top: 0;
}

section.treatment-pricing-tables .pricing-table-item-header-simple {
    margin: 0 45px;
    border: 1px solid #cca034;
    border-bottom: 0;
}

body.page-template-template-press header {
    background: #eef2f7 !important;
}

section.press {
    text-align: center;
    background: #eef2f7;
    padding: 50px 0 0;
    border-bottom: 1px solid #cca034;
}

section.press h1 {
    margin-bottom: 5px;
    font-weight: 300;
}

section.press .row {
    margin-top: 35px;
}

.press-box-img {
    height: 105px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 17px 25px;
    position: relative;
    top: 15px;
}

.press-box-img img {
    max-height: 100%;
    margin: 0 auto;
}

.press-box:hover,
.press-box {
    color: #55555a;
}

.press-box {
    background: #fff;
    height: 250px;
    display: block;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.25);
    outline: 1px solid transparent;
    transition: all 0.5s;
}

.press-box:hover .press-box-hover {
    opacity: 1;
}

.press-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    opacity: 0;
}

.press-box-text-outer {
    min-height: 100px;
    position: relative;
}

.press-box-text {
    padding: 0 15px;
    font-weight: 300;
    font-family: Roboto;
    font-style: italic;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

section.press .press-box {
    margin-bottom: 35px;
    outline: 1px solid #d5b15a;
    box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
}

section.press .press-box:hover,
a.press-box:hover {
    outline: 1px solid #285f97;
}

.press-info {
    margin-bottom: 5px;
}

.press-info span {
    color: #000;
}

.press-box .standard-btn {
    margin-top: 12px;
}

section.press .container {
    position: relative;
    padding-bottom: 95px;
}

section.press .row {
    position: relative;
    z-index: 1;
}

.press-bg-image {
    width: 775px;
    height: 700px;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    left: -345px;
}

section.press-article .outer-container {
    background: #eef2f7;
    max-width: 1450px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 170px;
}

section.press-article .outer-container > h3 {
    text-align: center;
    margin-bottom: 25px;
}

section.press-article .inner-container {
    background: #fff;
    text-align: center;
    margin-bottom: 35px;
    box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    position: relative;
    display: block;
}

.press-breadcrumb .breadcrumb {
    margin: 0;
    padding: 0 0 10px;
    margin-top: 70px;
}

.press-hero-img {
    position: relative;
    top: -40px;
}

.press-hero-img img {
    position: absolute;
    left: 15px;
    top: -55px;
}

section.press-hero {
    text-align: center;
    background: #eef2f7;
}

section.press-hero {
    text-align: center;
    background: #eef2f7;
    padding: 40px 0 140px;
    overflow: hidden;
}

section.press-hero h1 {
    font-weight: 300;
}

section.press-hero .subheading {
    color: #b07d08;
}

section.press-hero > .container:last-child {
    position: relative;
}

section.press-hero > .container:last-child > img {
    position: absolute;
    left: 50%;
    bottom: -140px;
    transform: translateX(-50%);
    z-index: 1;
}

.press-hero-wrapper {
    position: relative;
    background: #fff;
    border: 1px solid #dfc380;
    height: 285px;
    margin-top: 50px;
}

.press-hero-info {
    position: absolute;
    height: 100%;
    width: 100vw;
    left: calc(100% + 70px);
    top: 0;
    background: #d9e2ed;
    padding: 25px 0 0 40px;
    text-align: left;
}

.press-hero-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.press-hero-info ul strong {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    display: block;
    margin-bottom: -2px;
}

.press-hero-info ul li {
    padding: 8px 0;
    line-height: 22px;
}

.press-hero-info ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.press-quote {
    max-width: 555px;
    padding: 0 15px;
    margin: 0 auto 5px;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 31px;
}

.press-hero-content {
    padding-top: 40px;
}

.press-hero-content i {
    margin: 0 2px;
    font-size: 18px;
    color: #0a4989;
}

.press-logo {
    margin: 5px auto 0;
    max-width: 400px;
}

a.press-slide {
    display: block;
    min-width: 220px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    height: 100%;
}

.press-slider {
    height: 120px;
    background: #fff;
    border-top: 1px solid #d2dae2;
    border-bottom: 1px solid #d2dae2;
}

a.press-slide:hover .press-slide-hover {
    opacity: 1;
    z-index: 1;
}

.press-slide-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -35px;
    background: #fff;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}

a.press-slide > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
}

.press-slide-text {
    height: calc(100% - 35px);
    position: relative;
    color: #55555a;
    font-style: italic;
    font-weight: 300;
}

.press-slide-text div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.press-slider:hover > div {
    height: calc(100% + 35px);
}

.press-slider:hover > div > div {
    height: calc(100% - 35px);
}

.press-slider > div > div > div,
.press-slider > div > div,
.press-slider > div {
    height: 100%;
}

a.press-slide:hover .press-slide-btn {
    height: auto;
}

.press-slide-btn {
    line-height: 34px;
    border: 1px solid #d2dae2;
    border-top: 0;
    height: 0;
    overflow: hidden;
    font-size: 14px;
}

.press-slide-btn i {
    position: relative;
    top: 2px;
}

.pswp {
    z-index: 999999;
}

section.post-hero {
    padding: 50px 0 70px;
    background: #eef2f7;
}

body.single-post header {
    background: #eef2f7 !important;
}

span.post-cat {
    display: block;
    margin-bottom: 10px;
}

section.post-hero h1 {
    font-weight: 300;
    margin-bottom: 20px;
}

section.post-hero .subheading {
    font-family: Satisfy;
    color: #cca034;
    font-size: 36px;
    margin-bottom: 40px;
}

section.post-hero .row {
    margin-top: 5px;
}

section.post-hero .row > div:first-child {
    padding-right: 20px;
}

section.post-hero .row > div:last-child {
    padding-left: 35px;
}

.popular-blog-posts {
    border: 1px solid #d5dde4;
}

.popular-blog-posts a:not(:last-child) {
    border-bottom: 1px solid #d5dde4;
}

.popular-blog-posts h3 {
    font-family: Satisfy;
    color: #cca034;
    font-size: 28px;
    text-transform: none;
    padding: 10px 20px;
    margin: 0;
}

.popular-blog-posts a:hover {
    color: #0a4989;
}

.popular-blog-posts a {
    background: #fff;
    display: block;
    padding: 13px 20px;
    line-height: 25px;
    font-size: 16px;
    color: initial;
    transition: all 0.3s;
}

.popular-blog-posts a > div {
    position: relative;
    height: 60px;
    display: inline-block;
    vertical-align: text-top;
}

.most-viewed-post-img {
    width: 110px;
    margin-right: 12px;
    background-size: cover;
    background-position: center;
}

.most-viewed-post-ttl {
    width: calc(100% - 127px);
}

.most-viewed-post-ttl span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-image {
    height: 422px;
    border: 1px solid #e2ca8d;
    overflow: hidden;
    position: relative;
}

.post-image img {
    width: 743px;
    max-width: 10000px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

section.post-content > .container > .row > div:first-child {
    padding-right: 20px;
}

section.post-content > .container > .row > div:last-child {
    padding-left: 35px;
}

.blog-breadcrumb {
    margin-bottom: 35px;
}

.post-intro {
    border-top: 1px solid #3d5d7f;
    border-bottom: 1px solid #3d5d7f;
    padding: 20px 0 25px;
    font-size: 16px;
    color: #3d5d7f;
    line-height: 25px;
    margin-bottom: 55px;
}

.the-post-content p,
.post-intro p {
    margin-bottom: 30px;
}

.post-intro p:last-child {
    margin-bottom: 0;
}

.the-post-content h3 {
    margin: 35px 0;
    font-weight: 600 !important;
    font-size: 28px !important;
}

.the-post-content h4 {
    margin-top: 40px;
    font-weight: 600;
    font-size: 21px;
    text-transform: capitalize;
}

.breadcrumb a {
    color: #3d5d7f !important;
}

.post-hero .blog-breadcrumb {
    margin-bottom: 11px !important;
    padding: 0 !important;
}

.post-hero .blog-breadcrumb .container {
    padding: 0 !important;
    color: #3d5d7f;
    font-weight: 400;
    font-size: 16px;
    font-weight: 500;
}

.post-content ul {
    margin-top: 22px !important;
    margin-bottom: 45px !important;
}

.the-post-content h4 {
    font-size: 21px;
    margin-bottom: 15px;
    border-top: 1px solid #e2ca8d;
    border-bottom: 1px solid #e2ca8d;
    padding: 3px 0;
    font-weight: 600;
}

.post-social {
    padding: 27px 30px;
    background: #fff;
    border: 1px solid #dcbd73;
    font-size: 18px;
    margin-top: 10px;
}

.smsl {
    text-align: center;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.social-sharing-wrapper * {
    transition: all 0.5s ease;
}

ul#social_media_share_list li:first-child {
    text-align: left;
    padding-top: 5px;
}

.social-sharing-wrapper #social_media_share_list li {
    float: left;
    width: 18%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}

.smsl li {
    white-space: normal;
    float: none !important;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    margin: 0 1% !important;
    text-align: center;
    height: 35px;
}

.smsl-hover {
    padding-top: 3px;
}

.smsl-normal {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 22px;
    padding-top: 6px;
    background: #eef2f7 !important;
    color: #0a4989 !important;
}

.smsl li:hover .smsl-normal {
    top: -50px;
    bottom: auto;
}

section.post-content {
    padding-bottom: 45px;
    padding-top: 70px;
}

blockquote {
    padding: 80px 20px 10px !important;
    margin: 0 0 20px !important;
    font-size: 17px !important;
    border-left: 5px solid #eee !important;
    font-weight: 500 !important;
    color: #23527c !important;
    word-spacing: 4px !important;
    font-style: italic !important;
    position: relative !important;
}

blockquote::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 10px;
    width: 70px;
    height: 50px;
    background-image: url(img/quote-icon-gold.png);
    background-size: cover;
    background-repeat: no-repeat;
}

section.recommended-posts {
    padding: 90px 0 100px;
    background: #eef2f7;
}

section.recommended-posts h3 {
    text-align: center;
    margin-bottom: 45px;
}

section.recommended-posts a.post-item {
    background: #fff;
}

section.recommended-posts .blog-post-title {
    border-top: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
}

.widget {
    padding: 0 25px 50px;
    margin-bottom: 40px;
    border: 1px solid #cfd8e0;
}

.widget h5 {
    background: #cfd8e0;
    padding: 11px 25px;
    margin: 0 -25px 25px;
}

.widget div#wpc7-form {
    height: 0;
}

.widget_wpcf7_widget {
    padding-top: 25px;
    background: #cfd8e0;
}

.widget_wpcf7_widget h5 {
    margin-bottom: 0;
}

.widget-social .social-item {
    display: inline-block;
    font-size: 40px;
}

.widget-social .social-item:not(:last-child) {
    margin-right: 45px;
}

.widget-social .social-item a:hover {
    color: #000;
}

.widget-social .social-item a {
    color: #0a4989;
    transition: all 0.3s;
}

.widget_categories ul {
    padding: 0;
    list-style: none;
    margin: 0 -25px;
}

.widget_categories ul li a:hover {
    color: #0a4989;
    font-weight: bold;
    border-top: 1px solid #cfd8e0;
    border-bottom: 1px solid #cfd8e0;
}

.widget_categories ul li a {
    padding: 6px 0 6px 45px;
    position: relative;
    line-height: 19px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
    display: block;
    color: #55555a;
}

.widget_categories ul li a:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 25px;
    top: 9px;
    border: 1px solid #000;
    transform: rotate(45deg);
}

.widget_wpcf7_widget .wpcf7 input:not([type="submit"]) {
    background: #fff;
    color: #55555a;
}

.widget_wpcf7_widget .wpcf7 ::-webkit-input-placeholder {
    color: #55555a !important;
    opacity: 1;
}

.widget_wpcf7_widget .wpcf7 :-moz-placeholder {
    color: #55555a !important;
    opacity: 1;
}

.widget_wpcf7_widget .wpcf7 ::-moz-placeholder {
    color: #55555a !important;
    opacity: 1;
}

.widget_wpcf7_widget .wpcf7 :-ms-input-placeholder {
    color: #55555a !important;
    opacity: 1;
}

section.post-content .widget_wpcf7_widget .row > div:first-child {
    padding-right: 5px;
}

.widget_wpcf7_widget input:not([type="submit"]) {
    margin-bottom: 13px;
}

.widget_wpcf7_widget .wpcf7 button[type="submit"], .widget_wpcf7_widget .wpcf7 input[type="submit"] {
    color: #fff;
    background: #0a4989;
}

.comment-form-wrapper {
    margin: 15px 0 50px;
    background: #eef2f7;
    padding: 45px 30px 40px;
}

.comment-form-wrapper .row {
    margin: 0 -7px;
}

.comment-form-wrapper .row > div {
    padding: 0 7px;
}

.comment-form-wrapper input:not([type="submit"]) {
    margin-bottom: 12px;
}

.comment-form-wrapper textarea, .comment-form-wrapper input:not([type="submit"]) {
    box-shadow: none;
}

.comment-form-wrapper button {
    margin-top: 8px;
}

.comment-form-wrapper input,
.comment-form-wrapper textarea {
    border: 0;
    border-radius: 0;
}

.comment.list {
    margin-top: 60px;
}

ul.commentlist,
ul.commentlist ul {
    list-style: none;
    position: relative;
    padding: 0;
}

ul.commentlist ul {
    margin-left: -35px;
}

ul.commentlist li {
    padding: 0 0 0 85px;
    position: relative;
}

ul.commentlist li img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
}

.comment-author {
    padding-top: 20px;
    font-family: Caveat;
    font-size: 26px;
    line-height: 29.05px;
    margin-bottom: 20px;
}

.comment-author .says {
    display: none;
}

.comment-meta.commentmetadata {
    position: absolute;
    left: 85px;
    top: -7px;
}

.comment-meta.commentmetadata a {
    color: #5f5f5f;
    font-size: 13px;
}

ul.commentlist .comment-body {
    margin-bottom: 45px;
}

ul.commentlist .comment-body .wpulike-heart .wp_ulike_put_text {
    color: #0a4989;
    font-weight: 500;
}

ul.commentlist .wpulike + .reply,
ul.commentlist .wpulike {
    display: inline-block;
}

ul.commentlist .wpulike {
    margin-right: 15px;
}

ul.commentlist .comment-body .wp_ulike_general_class,
ul.commentlist .comment-body a.comment-reply-link {
    line-height: 35px;
    padding: 0 15px;
    background: #eef2f7;
    border: 1px solid #d4dce4;
    display: inline-block;
    text-transform: uppercase;
    color: #0a4989;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
    font-weight: 500;
}

ul.commentlist .comment.parent:not(:last-child) {
    border-bottom: 1px solid #dbe2e8;
    margin-bottom: 45px;
}

.wpulike-heart .wp_ulike_is_unliked button {
    padding: 0;
    min-width: 0;
}

.wp_ulike_is_unliked span.count-box {
    display: none;
}

.social-sharing-wrapper a {
    font-size: 14px;
}

.category-hero-treatments {
    margin-top: 45px;
    padding-right: 40px;
}

.category-hero-treatments h4 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.category-hero-treatment-img {
    padding-top: 92%;
    background-size: cover;
    background-position: center;
}

.category-hero-treatment-img + h5 {
    text-align: center;
    margin-top: 10px;
    font-weight: 300;
    color: #232424;
}

#cookie-law-bar a {
    transition: all .2s ease-in-out;
    color: #b5b1b1;
}

.section.section-general {
    padding: 50px 0 100px;
}

.section.section-general ul {
    padding-left: 20px;
}

.mega-menu-fake-col > a, .mega-menu-fake-col > span {
    display: none;
}

.service-box.no-hover:before {
    display: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
}

.directions-hero {
    height: 665px;
    margin-top: -196px;
    position: relative;
    text-align: center;
}

.directions-hero-bg {
    height: calc(100% - 118px);
    position: relative;
    z-index: -1;
    background-size: cover;
    background-position: center bottom;
}

.directions-hero > .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.directions-hero > .container i {
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
    display: block;
}

.directions-hero h1 {
    color: #fff;
    font-weight: 300;
}

.directions-hero .subheading {
    color: #fff;
    font-size: 19px;
}

.directions-hero-bottom {
    padding: 23px 0 29px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
}

.directions-hero-bottom .container > span {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 5px;
}

.directions-hero-bottom .row {
    margin: 0 -9px;
}

.directions-hero-bottom .col-sm {
    padding: 0 9px;
    float: none;
    display: inline-block;
}

.directions-hero-bottom a:hover,
.directions-hero-bottom a {
    width: 210px;
    line-height: 28px;
    font-size: 15px;
    text-transform: uppercase;
    background: #fff;
    padding: 5px 17px;
    color: #0a4989;
    outline: none;
    border: 0;
    display: inline-block;
    border: 1px solid transparent;
    box-shadow: 0 2px rgba(0, 0, 0, 0.2);
}

.section-directions-boxes {
    padding: 95px 0 110px 0;
    position: relative;
}

.section-directions-boxes h3 {
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.section-directions-boxes .row {
    margin: 0 -10px;
}

.section-directions-boxes .row > div {
    padding: 0 10px;
}

.direction-box {
    padding: 40px 0 20px;
    position: relative;
    background: #f0f4f8;
    min-height: 450px;
}

.public-directions-boxes .direction-box {
    min-height: 540px;
}

.direction-box > .direction-box-header > i {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #f0f4f8;
    color: #0a4989;
    text-align: center;
    line-height: 70px;
    font-size: 33px;
    top: -31px;
    left: 50%;
    transform: translateX(-50%);
}

.direction-box-title {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.direction-box-body + .hidden-xs .direction-box-title, .direction-box-body table.direction-table + .direction-box-title {
    margin-bottom: -14px;
    margin-top: 15px;
}

table.direction-table {
    width: 100%;
}

.direction-box-close {
    display: none;
}

table.direction-table tr:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}

table.direction-table tr:nth-child(even) {
    background: #fcfcfc;
}

table.direction-table th:first-child {
    padding-left: 37px;
    position: relative;
}

table.direction-table th, table.direction-table td {
    padding-top: 3px;
    padding-bottom: 1px;
}

table.direction-table th:last-child {
    padding-right: 30px;
    color: #232424;
    text-align: right;
    width: 77px;
}

table.direction-table td:last-child {
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    color: #0a4989;
    font-size: 15px;
}

table.direction-table th, table.direction-table td {
    padding-top: 3px;
    padding-bottom: 1px;
}

table.direction-table th:last-child i {
    font-size: 19px;
}

table.direction-table th:first-child,
table.direction-table td:first-child {
    padding-left: 35px;
    position: relative;
    font-size: 15px;
    line-height: 26px;
}

table.direction-table td:first-child strong {
    color: #5f5f5f;
}

table.direction-table th:first-child strong i,
table.direction-table td:first-child strong i {
    margin-right: 5px;
    color: #0a4989;
    position: absolute;
    top: 5px;
    left: 15px;
}

.nearest-areas-section {
    background-size: cover;
    background-position: center top;
    position: relative;
    border-top: 1px solid #cca33e;
    border-bottom: 1px solid #cca33e;
}

.nearest-areas-inner {
    padding: 60px 0 85px;
}

.nearest-areas-inner > div > i {
    color: #0a4989;
    font-size: 64px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 57px;
}

.nearest-areas-section h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.nearest-areas-header {
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.nearest-areas-header i {
    font-size: 26px;
    margin-right: 5px;
    vertical-align: middle;
    color: #232424;
    position: relative;
    top: -3px;
}

.nearest-areas-wrapper {
    background: #fff;
    margin-top: 8px;
    overflow: hidden;
    border: 1px solid #cca33e;
    color: #5f5f5f;
    font-size: 15px;
    line-height: 21px;
}

.nearest-areas-wrapper > div:nth-child(odd) {
    background: #f7f7f7;
}

.next-areas-item:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
}

.next-areas-item > div:not(:last-child) {
    border-right: 1px solid #e3e3e3;
}

.next-areas-item > div {
    padding: 10px 20px;
    padding-bottom: 5000px;
    margin-bottom: -4990px;
}

.nearest-areas-wrapper strong {
    color: #5f5f5f;
}

.nearest-areas-time-cell {
    position: relative;
    padding-right: 50px;
}

.nearest-areas-time-cell span {
    color: #0a4989;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}

.nearest-areas-note {
    font-size: 13px;
    margin-top: 15px;
}

.section-clinic-find-us.map-directions {
    padding: 65px 0 80px;
    background: transparent;
}

.section-clinic-find-us.map-directions h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.section-clinic-find-us.map-directions .find-us-logo {
    left: 12%;
    top: 2px;
}

.find-us-logo {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #0a4989;
    left: 100px;
    top: -75px;
}

.find-us-logo img {
    max-width: 100px;
}

.section-clinic-find-us.map-directions .full-address {
    color: #5f5f5f;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 40px;
}

.section-clinic-find-us.map-directions .full-address i {
    position: relative;
    top: 3px;
    color: #0a4989;
    font-size: 20px;
    margin-right: 5px;
}

.section-clinic-find-us.map-directions .map-canvas {
    height: 360px;
    margin-bottom: 40px;
}

.section-clinic-find-us.map-directions .get-public-directions, .section-clinic-find-us.map-directions .get-directions {
    background: #fff;
    text-align: left;
    padding: 0;
}

.section-clinic-find-us.map-directions h4 {
    font-size: 18px;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 1px;
}

.section-clinic-find-us.map-directions .get-public-directions input.form-control, .section-clinic-find-us.map-directions .get-directions input.form-control {
    display: inline-block;
    width: calc(100% - 165px);
    height: 35px;
    font-size: 16px;
    line-height: 26px;
    vertical-align: text-top;
    color: #7b7b7b;
    border-radius: 0;
    border: 1px solid #d6dfeb;
    box-shadow: none;
    padding: 6px 15px;
    margin: 0;
}

.section-clinic-find-us.map-directions .get-public-directions button.form-btn, .section-clinic-find-us.map-directions .get-directions button.form-btn {
    width: 145px;
    line-height: 35px;
    margin-left: 10px;
    padding: 0;
    text-align: center;
    transition: all 0.3s;
    font-size: 13px;
    vertical-align: text-top;
}

div#right-panel {
    margin-top: 30px;
}

.section-clinic-find-us {
    padding: 60px 0 140px;
    background: #F2F2F2;
    text-align: center;
}

.amenities-directions-boxes .direction-box {
    background: #fff;
}

.amenities-directions-boxes .direction-box > .direction-box-header > i {
    background: #fff;
}

.amenities-directions-boxes {
    padding: 75px 0 120px;
    background: #eef2f7;
}

.directions-content p {
    margin-bottom: 20px;
}

.directions-content p:last-child {
    margin-bottom: 0;
}

.directions-content a {
    text-decoration: underline;
    color: #0a4989;
}

.contact-clinic.directions-contact-clinic {
    padding: 70px 0 115px;
    line-height: 24px;
}

.section-clinic-find-us.map-directions .container {
    position: relative;
}

.section-clinic-find-us.map-directions .container > img {
    position: absolute;
    right: 105px;
    z-index: 1;
    top: 41px;
}

a.from-section-to-top {
    color: #b4b4b4;
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

a.from-section-to-top i {
    margin-left: 5px;
    position: relative;
    top: 3px;
}

a.from-section-to-top i:before {
    transform: rotate(180deg);
    display: inline-block;
}

body.page-template-template-directions header {
    background: transparent !important;
    position: relative;
    z-index: 1;
}

body.page-template-template-directions header img.logo {
    filter: brightness(0) invert(1);
}

body.page-template-template-directions header span.header-content {
    color: #fff;
}

.map-canvas.no-controls a[href^="http://maps.google.com/maps"] {
    display: none !important
}

.map-canvas.no-controls a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.map-canvas.no-controls .gmnoprint a, .map-canvas.no-controls .gmnoprint span, .map-canvas.no-controls .gm-style-cc {
    display: none;
}

.map-canvas.no-controls .gm-style-mtc,
.map-canvas.no-controls .gmnoprint,
.map-canvas.no-controls .gm-svpc,
.map-canvas.no-controls button {
    display: none !important;
}

section.clinic-content.directions-clinic-content {
    padding: 105px 0 145px;
}

.adp-warnbox {
    display: none;
}

.booking-content h1 {
    margin-bottom: 30px;
}

.booking-content {
    background-size: cover;
    background-position: center;
}

.find-us .text-center:last-child {
    margin-top: 20px;
}

.contact-extra-content + a {
    margin-top: 40px;
}

section.voucher-hero {
    background-size: cover;
    background-position: center;
    height: 620px;
    padding-top: 45px;
    color: #fff;
}

section.voucher-hero h1 {
    text-align: center;
    color: #fff;
    text-transform: none;
    margin-bottom: 30px;
    font-size: 30px;
}

section.voucher-hero h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 36px;
    font-weight: normal;
}

section.voucher-hero h2 span {
    text-transform: uppercase;
    font-weight: bold;
    color: #cea33c;
}

section.voucher-hero div {
    font-size: 18px;
}

section.voucher-content {
    padding: 70px 0 90px;
}

section.voucher-content a {
    color: #0e3a67;
    font-weight: bold;
}

section.voucher-content h4 {
    color: #0e3a67;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
}

section.referral-hero .wpcf7-form-control,
section.voucher-content .wpcf7-form-control {
    background: #fff;
    border: 1px solid #0E3A67;
    color: #9a9a9a;
    margin-bottom: 20px;
}

section.referral-hero .wpcf7-form-control {
    border: 0;
    margin-bottom: 30px;
}

section.referral-hero textarea,
section.voucher-content textarea {
    height: 105px;
}

section.voucher-content form button[type="submit"] {
    background: #0e3a67;
    color: #fff;
}

section.referral-hero .wpcf7 ::-webkit-input-placeholder,
section.voucher-content .wpcf7 ::-webkit-input-placeholder {
    color: #9a9a9a !important;
    opacity: 1;
}

section.referral-hero .wpcf7 :-moz-placeholder,
section.voucher-content .wpcf7 :-moz-placeholder {
    color: #9a9a9a !important;
    opacity: 1;
}

section.referral-hero .wpcf7 ::-moz-placeholder,
section.voucher-content .wpcf7 ::-moz-placeholder {
    color: #9a9a9a !important;
    opacity: 1;
}

section.referral-hero .wpcf7 :-ms-input-placeholder,
section.voucher-content .wpcf7 :-ms-input-placeholder {
    color: #9a9a9a !important;
    opacity: 1;
}

section.referral-hero {
    height: 590px;
}

section.voucher-content .wp-caption {
    margin-right: 0 !important;
    max-width: 100%;
    border: 0;
    padding: 0;
    text-align: left;
    margin-right: 0 !important;
}

section.voucher-content .wp-caption p {
    padding: 5px 0 0;
}

section.voucher-content .wp-caption img {
    max-width: 100%;
}

.regulated-image {
    margin-top: 40px;
}

.regulated-image:before {
    content: 'Regulated by';
    display: block;
}

section.referral-hero h1 {
    margin-bottom: 50px;
}

section.referral-hero button[type="submit"] {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

section.voucher-content div.wpcf7-validation-errors {
    color: #55555a;
}

section.voucher-content span.wpcf7-not-valid-tip {
    margin: -11px 0 6px;
    color: #55555a;
}

section.referral-hero span.wpcf7-not-valid-tip {
    margin: -28px 0 13px;
}

section.referral-hero form div {
    font-size: 15px;
}

section.referral-hero button[type="submit"]:hover {
    border: 1px solid transparent;
}

.header-wrapper > .container-fluid {
    position: relative;
}

.search-form {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    margin-left: 10px;
}

.menu-main-container {
    display: inline-block;
}

.mtsnb-show {
    display: none;
}

.search-mobile {
    border-bottom: 1px solid;
    position: relative;
}

.search-mobile input {
    line-height: 22px;
    padding: 11px 60px 11px 20px;
    display: block;
}

.search-mobile button {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #0a4989;
    font-size: 16px;
    width: 55px;
    height: 43px;
    padding: 0;
}

.search-btn {
    padding: 1px 7px 3px;
    background: white;
    color: black;
    border: none;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
    margin-top: 1px;
    font-size: 14px;
}

span.search-input-area {
    display: none;
    position: absolute;
    right: 0;
    padding: 11px;
    background: #fbffff;
    z-index: 11;
    margin-top: 13px;
    margin-right: -12px;
    border-radius: 12px;
    height: 50px;
    box-shadow: 0 0 7px -2px;
}

.search-input {
    background: transparent;
    color: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    margin-right: -24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 12px;
    font-size: 13px;
    padding: 3px 8px;
    width: 25px;
}

.search-btn[type="submit"] {
    background: #000;
    color: #ebebeb;
    display: none;
}

.search-btn:hover, .search-btn:focus, .search-btn:active {
    color: #fff;
    background: #CCA034;
}

.search-btn[type="submit"], .search-btn[type="submit"]:hover, .search-btn[type="submit"]:focus, .search-btn[type="submit"]:active {
    background: #CCA034;
    color: white;
}

form.search-form.search-form-open span.search-input-area {
    display: block;
}

.search-form-open .search-input {
    width: 168px !important;
    font-weight: bold;
    padding: 4px 25px 4px 15px;
    border-bottom: 1px solid #929292;
    background: #f2f2f2;
    color: #5e5e5e;
    line-height: 18px;
}

.search-form-open .search-btn[type="submit"] {
    display: inline-block;
}

.search-form-open span.search-input-area button {
    margin: 0;
    padding: 3px 8px;
    height: 26px;
    font-size: 10px;
    vertical-align: middle;
}

.section.section-search {
    padding: 57px 0;
}

.section.section-search .row > div {
    margin-bottom: 35px;
}

.section.section-search .row form div {
    margin-bottom: 0;
}

.section.section-search h1.category-title.h1-big {
    margin-bottom: 40px;
}

.section.section-search .archive-post {
    padding: 13px 0 26px 0;
    border-top: 1px solid #c8c8c8;
    box-shadow: 0 -1px #f0f0f0;
}

.section.section-search .archive-post > * {
    padding-left: 40px;
    padding-right: 15px;
}

.section.section-search .title-post {
    margin-bottom: 6px;
    background-image: url(img/point-o.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding: 3px 15px 3px 40px;
}

.section.section-search .title-post a {
    color: inherit;
}

.section.section-search .archive-post p {
    margin-bottom: 20px;
    color: #8e8e8e;
}

button#load-more-btn {
    margin: 0 auto;
    border-radius: 0;
    display: block;
}

.under-menu-link {
    margin: 0 -15px;
}

.under-menu-link a {
    background: #0a4989;
    display: block;
    color: white;
    text-align: center;
    line-height: 25px;
}

.under-menu-link a:hover {
    background: white;
    color: #0a4989
}

.video-embed {
    display: block;
    position: relative;
    margin: 30px 0 10px;
}

.video-embed:after {
    content: ' ';
    background: url("/wp-content/themes/smbodyvie/img/play-button.png");
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 140px;
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

.video-mobile {
    border-bottom: 1px solid #cca034;
    background: #eef2f7;
    position: relative;
    text-align: center;
    padding: 40px 0;
}

.video-mobile h4 {
    margin-bottom: 40px;
}

.video-mobile a {
    display: block;
    width: 360px;
    height: 200px;
    background-size: cover;
    margin: auto;
}

.video-mobile img {
    width: 102px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
}

.footer-awards {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.footer-care {
    max-width: 100px !important;
}

.main-treatment-hero-flex, .condition-hero-flex {
    display: flex;
    height: 100%;
}

.main-treatment-hero-flex {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 65%);
}

.condition-hero-flex {
    padding-top: 130px;
    height: 500px;
}

.main-treatment-hero-flex > div, .condition-hero-flex > div {
    width: 50%;
}

.main-treatment-hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8%;
}

.main-treatment-hero-content-inner {
    width: 100%;
}

.main-treatment-hero-image {
    position: relative;
}

.main-treatment-hero-image .treatment-hero-left-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-treatment-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-treatment-hero-image-mobile {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 2200px) {
    section.condition-hero {
        height: 564px;
        padding-top: 284px;
    }

    .header-top-btn {
        padding: 1px 27px;
        line-height: 45px;
        font-size: 18px;
    }

    span.header-top-btn.telephone i {
        margin-left: 0;
        line-height: 45px;
    }

    .header-top-btn a {
        margin: 0 -27px;
        padding: 0 27px 0 52px;
        font-size: 21px;
    }
}

@media only screen and (max-width: 1235px) and (min-width: 1200px), screen and (max-width: 1040px) and (min-width: 992px), screen and (max-width: 820px) and (min-width: 768px) {
    section.condition-treatments .slick-slider,
    section.treat-conditions .slick-slider,
    section.popular-treatments .slick-slider {
        margin: 0 20px;
    }
}

@media (min-width: 768px) {
    .main-treatment-hero-content-inner h1, .main-treatment-hero-content .subheading, .main-treatment-hero-content-inner .benefits-wrapper li {
        color: white;
    }

    .logo-white,
    .dark-hero .logo {
        display: none;
    }

    .dark-hero .logo-white {
        display: inline-block;
    }

    .dark-hero .category-hero-treatment-img + h5,
    .dark-hero .category-hero-treatments h4,
    .dark-hero section.category-hero h1,
    .dark-hero section.category-hero .subheading,
    .dark-hero section.category-hero .cat-hero-text,
    .dark-hero span.header-content i,
    .dark-hero .header-text ul {
        color: #fff;
    }

    .category-hero-content {
        max-width: 660px;
    }

    .mobile-cell {
        display: none;
    }

    .treatment-content-footer * {
        transition: all 0.3s;
    }

    .treatment-content-footer i {
        transition: all 0s;
    }

    .treatment-content-footer:hover i {
        transition: all 0.2s;
    }

    .treatment-content-footer:hover .treatment-content-phone span i,
    .treatment-content-footer:hover .treatment-content-phone span,
    .treatment-content-footer:hover a {
        color: #000;
    }
}

@media (min-width: 992px) {
    header .text-center a img {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .treatment-hero .treatment-hero-content {
        width: 90%;
        padding-left: 20%;
    }

    .phone-image {
        width: 100px;
        right: -4px;
    }

    .content-voucher {
        padding: 40px 30px 30px;
    }

    p.content-vounder {
        width: 100%;
    }

    .treatment-hero .treatment-hero-image-wrapper {
        height: 100%;
        width: 100%;
        position: absolute;
        right: -50%;
        top: 0;
    }

    span.sales-bagde {
        top: 10px;
        left: -155px;
    }

    section.treatment-hero .container {
        position: relative;
    }

    section.treatment-hero {
        overflow: hidden;
        width: 100%;
        position: relative;
    }
}

@media (max-width: 1200px) {
    .container-flex {
        width: 100% !important;
    }

    .w-100-1200 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .col-custom {
        width: 29%;
    }

    .col-small-custom {
        width: 21%;
    }

    .col-custom:last-child {
        display: none !important;
    }

    .about-hero .service-box {
        padding-top: 127%;
    }

    .about-hero .service-box-smaller {
        padding-top: 85%;
    }

    .press-hero-info {
        left: calc(100% + 40px);
        padding: 25px 0 0 25px;
    }
}

@media (max-width: 1199px) {
    .directions-hero-bottom a:hover, .directions-hero-bottom a {
        width: 170px;
        padding: 5px 7px;
    }

    .public-directions-boxes .direction-box {
        min-height: 600px;
    }

    .direction-box {
        min-height: 480px;
    }

    section.post-content > .container > .row > div:first-child,
    section.post-hero .row > div:first-child {
        padding-right: 15px;
    }

    section.post-content > .container > .row > div:last-child,
    section.post-hero .row > div:last-child {
        padding-left: 15px;
    }

    .widget-social .social-item:not(:last-child) {
        margin-right: 30px;
    }

    .press-hero-wrapper {
        margin: 0 auto;
        max-width: 570px;
    }

    .press-hero-info {
        left: calc(100% + 30px);
        padding: 25px 0 0 25px;
    }

    .col-custom {
        width: 40%;
    }

    .col-small-custom {
        width: 30%;
    }

    .press-box-img {
        height: 85px;
    }

    .press-box-text-outer {
        min-height: 140px;
    }

    .press-box {
        height: 270px;
    }

    .about-hero .service-box {
        padding-top: 131%;
    }

    .about-hero .service-box-smaller {
        padding-top: 85%;
    }

    .summary-box:not(:last-child) {
        margin-right: 25px;
    }

    a.summary-box {
        padding-right: 55px;
    }

    .summary-box {
        padding-right: 25px;
    }

    .summary-box i:last-child {
        right: 20px;
    }

    .summary-box:not(:last-child) span:after {
        right: -27px;
    }

    a.summary-box span:after {
        right: -57px !important;
    }

    .treatment-info-box {
        padding: 25px 15px 25px;
    }

    .treatment-info-links > a + a {
        display: none;
    }

    span.treatment-info-label {
        text-transform: uppercase;
        display: block;
        margin-bottom: 35px;
    }

    .treatment-info-content {
        min-height: 230px;
    }

    .treatment-info-box-wrapper {
        height: 425px;
    }

    .treat-condition-content {
        padding: 20px 20px 35px;
    }

    .treat-condition-hover .service-box-inner {
        padding: 25px 60px 35px 20px;
    }

    .treat-condition-content > a {
        left: 20px;
        bottom: 25px;
    }

    section.reasons.treatment-reasons h3 > span:before, section.reasons.treatment-reasons h3 > span:after {
        width: calc(((940px - 100%) / 2) - 25px);
    }

    section.reasons.treatment-reasons h3 > span:before {
        left: calc(0px - ((940px - 100%) / 2));
    }

    section.reasons.treatment-reasons h3 > span:after {
        right: calc(0px - ((940px - 100%) / 2));
    }

    .error404 .error-main-container {
        left: calc(100% - 481px);
    }

    section.clinic-content .service-box:hover .service-box-inner > div {
        padding: 0 55px 0 10px;
    }

    .open-times-box h5 {
        padding: 0 10px;
    }

    .open-times td:first-child {
        padding-left: 10px;
    }

    .open-times td:last-child {
        padding-right: 10px;
    }

    .open-times-note {
        padding: 0 10px;
    }

    .find-us-infobox {
        padding: 25px 15px 0;
    }

    .service-box-smaller, .open-times-box {
        margin-bottom: 30px;
    }

    .profile-item:nth-child(3n) {
        margin-right: 0;
    }

    .profile-item:nth-child(4n) {
        margin-right: -4px;
    }

    .footer-logos .col-logos {
        margin: 0 10px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    ul.pricing-filters li {
        margin-bottom: 20px;
    }

    section.pricing-tables-bar {
        padding: 35px 0 15px;
    }

    ul.pricing-filters.category-filters {
        margin-top: 20px;
        padding: 0;
    }

    section.pricing-tables-bar.cat-categories-bar .container > span {
        display: block;
    }

    .service-box-inner ul {
        width: 174px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sticky-header header > .row {
        margin-bottom: 65px;
    }

    .before-after-slider {
        padding: 0 132px 0 131px;
    }

    .treat-conditions ul.slick-dots {
        display: none !important;
    }

    .treat-condition-slider-wrapper {
        margin-top: 20px;
    }

    section.treatment-info > .container > img {
        bottom: -31px;
    }

    .summary-box {
        padding-left: 0;
    }

    .summary-box i:first-child {
        display: none;
    }
}

@media (max-width: 991px) {
    section.voucher-hero .regulated-image img {
        width: auto;
    }

    .post-hero .blog-breadcrumb {
        margin-bottom: 22px !important
    }

    .post-hero h2 {
        font-weight: 600 !important;
        font-size: 21px !important;
        text-transform: capitalize !important;
    }

    .reasons-wrapper > .row > div {
        margin: 10px !important;
    }

    .treatment-reasons .reasons-wrapper {
        padding: 25px 25px 40px !important;
    }

    .treatment-reasons .reasons-wrapper > a {
        bottom: -34px !important;
        padding: 5px 20px !important;
    }

    .flex-mobile-badge {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    blockquote {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    .mobile-sizes {
        padding: 0 !important;
        width: 45%;
    }

    .blog-reasons img {
        padding: 0 !important;
    }

    .post-hero h3 {
        font-weight: 500 !important;
        font-size: 18px !important;
    }

    section.referral-hero .row > div + div > div {
        margin: 0 auto;
    }

    section.voucher-hero form .row .row > div {
        float: left !important;
        margin-top: 0;
    }

    section.voucher-hero img {
        width: 100%;
        max-width: 420px;
    }

    section.voucher-hero .row > div {
        float: none !important;
    }

    section.voucher-hero {
        text-align: center;
        height: auto;
        padding-bottom: 50px;
        background: #003667 !important;
    }

    section.voucher-hero .container > .row > div + div {
        margin-top: 30px;
    }

    .contact-box.contact-box-telephone a {
        padding: 18px 50px;
        opacity: 1;
        font-family: Roboto;
        font-size: 22px;
        line-height: 28px;
        color: #fff;
        font-weight: 500;
    }

    .directions-hero-bottom .col-sm {
        padding: 0 4px;
    }

    .directions-hero-bottom .row {
        margin: 0 -4px;
    }

    .directions-hero-bottom a:hover, .directions-hero-bottom a {
        width: 133px;
        padding: 5px 4px;
        font-size: 12px;
    }

    .page-template-template-directions .header-text {
        color: #fff;
    }

    .section-directions-boxes .row > div + div {
        margin-top: 80px;
    }

    .direction-box, .public-directions-boxes .direction-box {
        min-height: 0;
    }

    .popular-blog-posts {
        margin-top: 50px;
    }

    section.press-hero > .container:last-child {
        position: relative;
        max-width: 520px;
    }

    .press-hero-info {
        left: auto;
        height: auto;
        width: auto;
        top: auto;
        padding: 25px;
        position: relative;
    }

    .press-hero-wrapper {
        height: auto;
    }

    .press-box-img {
        height: 140px;
    }

    .press-box-text-outer {
        min-height: 100px;
    }

    .press-box {
        height: 280px;
    }

    .col-custom {
        width: 60%;
    }

    .col-small-custom {
        width: 40%;
    }

    .about-hero .service-box {
        padding-top: 115%;
    }

    .about-hero .service-box-smaller {
        padding-top: 85%;
    }

    .profile-item:nth-child(3n) {
        margin-right: -4px;
    }

    .profile-item:nth-child(2n) {
        margin-right: 0;
    }

    a.summary-box {
        padding-right: 40px;
    }

    .summary-box:not(:last-child) {
        margin-right: 20px;
    }

    .summary-box {
        padding-right: 20px;
    }

    a.summary-box span:after {
        right: -40px !important;
    }

    .summary-box:not(:last-child) span:after {
        right: -20px;
    }

    .summary-box i:last-child {
        right: 10px;
    }

    .treatment-info-box {
        padding: 25px 15px 25px 55px;
    }

    span.treatment-info-label:before {
        top: 33px;
        left: 20px;
    }

    section.treatment-info .row > div:not(:last-child) span.treatment-info-label:after {
        width: auto;
        border-top: none;
        top: 41px;
        left: 28px;
        border-left: 3px solid #cca034;
        height: calc(100% + 25px);
    }

    span.treatment-info-label {
        margin-bottom: -26px;
        color: transparent;
    }

    .treatment-info-box-wrapper {
        height: auto;
        min-height: 300px;
        margin-bottom: 25px;
    }

    .treatment-info-box-wrapper.info-box-quality {
        min-height: 200px;
    }

    .treat-condition-content {
        height: 315px;
        padding: 20px 20px 85px;
    }

    section.reasons.treatment-reasons h3 > span:before {
        left: calc(0px - ((720px - 100%) / 2));
    }

    section.reasons.treatment-reasons h3 > span:before, section.reasons.treatment-reasons h3 > span:after {
        width: calc(((720px - 100%) / 2) - 25px);
    }

    section.reasons.treatment-reasons h3 > span:after {
        right: calc(0px - ((720px - 100%) / 2));
    }

    .treat-condition-slider-wrapper, .treat-condition-img {
        height: 375px;
    }

    .section-error-model {
        bottom: -77px;
    }

    .error404 .section-error {
        height: 400px;
    }

    .error404 .error-main-container {
        left: calc(100% - 433px);
        margin-top: 88px;
    }

    .reasons-wrapper > .row > div {
        margin-bottom: 30px;
    }

    .reasons-wrapper {
        padding-bottom: 20px;
    }

    section.profile > div > div > div {
        padding-top: 80px;
    }

    section.home-press .row > div {
        margin-bottom: 30px;
    }

    section.home-press {
        padding: 100px 0 85px;
    }

    section.testimonial-section > div > div > div {
        background-size: contain;
    }

    section.profile {
        background-position: -220px center;
    }

    .model-image {
        height: 325px;
        width: 355px;
        left: 54%;
    }

    .home-slide .pull-left {
        max-width: 315px;
    }

    .footer-logos .col-logos {
        display: block;
    }

    .footer-logos > .container > .row > div:last-child .row :first-child {
        margin-bottom: 20px;
    }

    .margin.header-container > .row > div:first-child {
        display: none;
    }

    .footer-upper-image-wrapper {
        display: none;
    }

    .footer-upper-info {
        padding-left: 0;
    }

    .footer-upper .container:not(.footer-upper-image-wrapper) > .row > div:last-child {
        padding-left: 15px;
    }

    .mega-menu-wrap .row > div > span:last-child > i {
        font-size: 20px;
        display: block;
        /*line-height: 20px;*/
        position: relative;
        top: 8px;
    }

    .menu-btn {
        line-height: 56px;
    }

    .mega-menu-wrap .row > div > span:last-child > span {
        display: none !important;
        line-height: 10px;
        color: #fff;
        font-size: 13px;
        display: block;
        position: relative;
        top: 10px;
    }

    .mega-menu-wrap .row > div > span:last-child > a {
        position: absolute;
        font-size: 1px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
    }

    .mega-menu-wrap .row > div > span {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        height: auto;
    }

    .mega-menu-toggle > .row > div a {
        height: 50px;
    }

    .mega-menu-toggle > .row > div.menu-booking a:hover {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .video-embed:after {
        width: 100px;
        height: 100px;
    }

    h1 {
        font-family: Roboto;
        font-size: 34px;
        line-height: 36px;
        text-transform: uppercase;
        color: #000000;
    }

    h3 {
        font-family: Roboto;
        font-size: 29px;
        line-height: 33px;
        text-transform: uppercase;
        color: #191919;
        font-weight: 400;
        padding: 5px 0;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    h4 {
        font-family: Roboto;
        font-size: 22px;
        line-height: 28px;
        color: #232424;
        font-weight: 500;
    }

    h5 {
        font-family: Roboto;
        font-size: 18px;
        line-height: 26px;
        color: #232424;
        font-weight: 400;
    }

    h6 {
        font-family: Roboto;
        font-size: 17px;
        line-height: 24px;
        color: #232424;
        font-weight: 400;
    }

    body:before {
        display: none;
    }

    header:not(.woocommerce-products-header) {
        min-height: 145px;
    }

    section.voucher-hero form .row .row > div {
        width: 100%;
    }

    section.voucher-content .container > .row > div > div {
        max-width: 100%;
    }

    section.voucher-content .container > .row > div:last-child {
        margin-top: 40px;
    }

    body.page-template-template-directions header {
        background: #fff !important;
    }

    body.page-template-template-directions header img.logo {
        filter: none;
    }

    .page-template-template-directions .header-text {
        color: #000;
    }

    .dark-hero-mobile .logo {
        display: none !important;
    }

    .dark-hero-mobile .logo-mobile-white {
        display: inline-block !important;
    }

    .dark-hero-mobile .header-text,
    .dark-hero-mobile .home-slide h1,
    .dark-hero-mobile .home-slide h4 {
        color: #fff;
    }

    .directions-hero {
        height: 500px;
        text-align: center;
        padding: 50px 0;
        margin: 0;
    }

    .directions-hero-bg {
        height: 100%;
        background-size: auto 205px;
        background-repeat: no-repeat;
        background-position: center top;
        background-color: #21405f;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    .directions-hero > .container i {
        font-size: 50px;
        margin-bottom: 5px;
    }

    .directions-hero > .container {
        position: relative;
        left: auto;
        top: auto;
        transform: translate(0, 0);
    }

    .directions-hero > .container > h1 {
        text-align: center !important;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .directions-hero .subheading {
        font-size: 17px;
        text-align: center;
    }

    .directions-hero-bottom {
        padding: 12px 0 20px;
        position: relative;
        margin: 10px 15px 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px solid #bd9d65;
        background: transparent;
    }

    .directions-hero-bottom .container > span {
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 10px;
        background-color: #21405f;
    }

    .directions-hero-bottom .col-sm {
        width: 50%;
        margin-right: -3px;
    }

    .directions-hero-bottom a {
        width: 100%;
        box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
        padding: 0 5px;
        font-size: 15px;
        line-height: 17px;
        height: 45px;
        position: relative;
        vertical-align: text-top;
    }

    .directions-hero-bottom a span {
        position: absolute;
        left: 15px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .directions-hero-bottom .col-sm + .col-sm {
        margin-top: 13px;
    }

    .section-directions-boxes {
        padding: 55px 0 90px 0;
    }

    .section-directions-boxes h3 {
        margin-bottom: 25px;
        font-size: 23px;
        line-height: 30px;
    }

    .direction-box-header-outer {
        text-align: center;
    }

    .direction-box-header-outer i {
        font-size: 30px;
        color: #0a4989;
        margin-bottom: 8px;
        display: inline-block;
    }

    .direction-box-header-outer .direction-box-title {
        margin-bottom: 15px;
    }

    .direction-box {
        padding: 10px 0 20px;
        border: 1px solid #dfdfdf;
    }

    table.direction-table th:first-child strong {
        color: #0a4989;
    }

    table.direction-table td:last-child {
        color: #0a4989;
        vertical-align: top;
        line-height: 21px;
    }

    table.direction-table td:first-child {
        padding-left: 15px;
        line-height: 21px;
    }

    table.direction-table td:first-child strong i {
        display: none;
    }

    table.direction-table th:first-child strong i {
        font-size: 17px;
    }

    .section-directions-boxes .row > div + div {
        margin-top: 30px;
    }

    table.direction-table tr:not(:last-child) {
        box-shadow: inset 0 -1px #fff;
    }

    .nearest-areas-section {
        background: #f0f4f8 !important;
        border: 0;
    }

    .nearest-areas-inner {
        padding: 35px 0 105px;
    }

    .nearest-areas-section h3 {
        margin-bottom: 30px;
    }

    .nearest-areas-item + .nearest-areas-item {
        margin-top: 35px;
    }

    .nearest-areas-item {
        border: 1px solid #cdaf65;
    }

    .nearest-areas-item-title {
        font-size: 20px;
        line-height: 23px;
        padding: 18px 15px 20px 50px;
        color: #fff;
        background: #777777;
        border-bottom: 1px solid #fff;
        box-shadow: 0 1px #d8d8d8;
        letter-spacing: 0;
        position: relative;
    }

    .nearest-areas-item-title i {
        font-size: 24px;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }

    .nearest-areas-item-row:not(:last-child) {
        border-bottom: 1px solid #fff;
        box-shadow: 0 1px #e5e5e5;
    }

    .nearest-areas-item-row {
        padding: 15px 15px 25px;
    }

    .nearest-areas-item-row:nth-child(odd) {
        background: #fff;
    }

    .nearest-areas-item-header .pull-left {
        font-size: 18px;
        color: #000;
    }

    .nearest-areas-item-header .pull-left i {
        color: #0a4989;
        font-size: 24px;
        position: relative;
        top: 5px;
        margin-right: 5px;
    }

    .nearest-areas-item-header .pull-right {
        font-size: 15px;
        line-height: 31px;
        color: #0a4989;
        font-weight: bold;
    }

    .nearest-areas-item-header {
        border-bottom: 1px solid #fff;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .nearest-areas-item-row:nth-child(even) .nearest-areas-item-header {
        border-bottom: 1px solid #e7e7e7;
    }

    .nearest-areas-item-body {
        font-size: 15px;
        line-height: 21px;
    }

    .section-clinic-find-us.map-directions {
        padding: 65px 0 50px;
        background: transparent;
        position: relative;
    }

    .section-clinic-find-us.map-directions h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .section-clinic-find-us.map-directions .full-address {
        margin-bottom: 35px;
        margin-top: 25px;
        border: 1px solid #dadada;
        position: relative;
        padding: 15px 45px;
    }

    .section-clinic-find-us.map-directions .full-address i {
        position: absolute;
        top: -10px;
        padding: 0 10px;
        background: #fff;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }

    .section-clinic-find-us.map-directions .map-canvas {
        height: 260px;
        margin: 0 -15px 25px;
    }

    .section-clinic-find-us.map-directions .get-public-directions p,
    .section-clinic-find-us.map-directions .get-directions p {
        margin: 0;
    }

    .section-clinic-find-us.map-directions .get-public-directions,
    .section-clinic-find-us.map-directions .get-directions {
        border: 1px solid #d2ac4d;
        padding: 25px 15px;
    }

    .section-clinic-find-us.map-directions .get-public-directions button.form-btn,
    .section-clinic-find-us.map-directions .get-directions button.form-btn {
        margin-top: 20px;
        margin-left: 0;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    .section-clinic-find-us.map-directions .get-public-directions input.form-control,
    .section-clinic-find-us.map-directions .get-directions input.form-control {
        width: 100%;
        font-size: 13px;
        background: transparent;
        border: 1px solid #d8e1ec;
    }

    .section-clinic-find-us.map-directions .container > .row > div + div {
        margin-top: 20px;
    }

    .amenities-directions-boxes {
        padding: 65px 0 95px;
        background: #21405f;
        position: relative;
    }

    .section-directions-boxes.amenities-directions-boxes h3 {
        color: #fff;
        border: 0;
        padding: 0;
    }

    .amenities-directions-boxes .direction-box {
        background: #eef2f7;
        box-shadow: 0 2px rgba(0, 0, 0, 0.2);
        padding: 0;
    }

    .amenities-directions-boxes .direction-box-header {
        height: 54px;
        border-bottom: 1px solid transparent;
        box-shadow: 0 1px transparent;
        transition: all 0.3s;
        position: relative;
    }

    .amenities-directions-boxes .direction-box-clickable.expand .direction-box-header {
        border-bottom: 1px solid #fff;
        box-shadow: 0 1px #e9e9e9;
    }

    .amenities-directions-boxes .direction-box-title {
        text-align: left;
        position: absolute;
        left: 55px;
        right: 35px;
        top: 50%;
        transform: translateY(-50%);
    }

    .amenities-directions-boxes .direction-box > .direction-box-header > i {
        background: transparent;
        font-size: 30px;
        left: 15px;
        top: 50%;
        transform: translate(0, -50%);
        width: 30px;
        height: auto;
        line-height: 1;
        text-align: center;
    }

    .amenities-directions-boxes .direction-box-header:after {
        content: '\71';
        font-family: "bodyvie" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 10px;
        color: #5c5c5c;
        top: 50%;
        transform: translateY(-50%);
    }

    .amenities-directions-boxes .direction-box-clickable.expand .direction-box-header:after {
        content: "\47";
    }

    .amenities-directions-boxes .direction-box-close {
        display: table-row;
    }

    section.clinic-content.directions-clinic-content {
        padding: 0 0 105px;
    }

    .direction-box.direction-box-clickable .direction-box-body {
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s;
        padding: 0;
    }

    .direction-box.direction-box-clickable.expand .direction-box-body {
        padding: 25px 0 0;
        max-height: 10000px;
    }

    .amenities-directions-boxes .direction-box-close td {
        text-align: center !important;
        font-size: 13px !important;
        color: #000 !important;
        padding: 11px 0;
    }

    .amenities-directions-boxes .direction-box-close td i {
        margin-left: 5px;
        vertical-align: middle;
    }

    table.direction-table th:last-child {
        padding-right: 15px;
    }

    body.page-template-template-press header {
        background: #fff !important;
    }

    .condition-treatment-hover {
        display: none;
    }

    a.press-box:hover {
        outline: none;
    }

    section.profile:before {
        display: none;
    }

    .profile-inner {
        background: transparent !important;
    }

    section.post-hero {
        padding: 25px 0 50px;
        text-align: center;
    }

    span.post-cat {
        font-size: 16px;
        line-height: 25px;
        color: #232424;
    }

    section.post-hero h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    section.post-hero span.post-date {
        font-size: 13px;
    }

    section.post-hero .subheading {
        color: #b07d08;
        font-size: 28px;
        margin-bottom: 23px;
        border-top: 1px solid #b07d08;
        padding-top: 15px;
    }

    section.post-hero .row {
        margin-top: 8px;
    }

    .post-image {
        height: 190px;
        margin: 0 -15px;
        border: 0;
        overflow: hidden;
        position: relative;
    }

    .post-image img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
    }

    .post-intro {
        margin-top: 45px;
        margin-bottom: 0;
        border: 1px solid #d2ab4d;
        text-align: left;
        padding: 0 15px 35px;
    }

    .post-intro span {
        display: block;
    }

    .post-intro span {
        display: block;
        font-size: 22px;
        font-weight: bold;
        color: #232424;
        line-height: 50px;
        margin: 0 -15px 15px;
        background: #fff;
        padding: 0 15px;
    }

    section.post-content {
        padding: 50px 0 40px;
    }

    .the-post-content h3 {
        margin: 35px 0;
        text-align: center;
    }

    .the-post-content img {
        margin: 0 -15px 50px;
        max-width: calc(100% + 30px);
    }

    .the-post-content h4 {
        font-size: 15px;
        border-bottom: 0;
        background: #eef2f7;
        margin: 0 -15px 10px;
        padding: 10px 15px;
    }

    .post-social {
        border: 0;
        font-size: 17px;
        margin: 0 -15px;
        border-bottom: 1px solid #dcbd73;
        background: #eef2f7;
        padding: 25px 4px 15px;
        text-align: center;
    }

    .social-sharing-wrapper #social_media_share_list li {
        margin: 0 0 25px !important;
    }

    .social-sharing-wrapper #social_media_share_list li.share-text {
        display: block;
        width: auto;
        text-align: center;
        padding: 0;
        height: auto;
        margin: 0 0 10px !important;
        float: none !important;
    }

    .social-sharing-wrapper #social_media_share_list li {
        margin: 0 0 25px !important;
        width: 50%;
        display: block;
        float: left !important;
    }

    .smsl-normal {
        background: #fff !important;
        left: 11px;
        right: 11px;
    }

    .comment.list {
        margin-top: 65px;
    }

    .comment.list h5 {
        text-align: center;
        font-weight: 500;
    }

    .comment-form-wrapper {
        margin: 15px 0 45px;
        background: transparent;
        padding: 35px 15px;
        border: 1px solid #dcbe74;
    }

    .comment-form-wrapper textarea, .comment-form-wrapper input:not([type="submit"]) {
        background: #eef2f7;
    }

    .comment-form-wrapper .row > div.text-right {
        text-align: left;
    }

    ul.commentlist .comment-body .wp_ulike_general_class, ul.commentlist .comment-body a.comment-reply-link {
        border: 0;
    }

    section.recommended-posts {
        padding: 70px 0 25px;
    }

    section.recommended-posts a.post-item {
        background: #eef2f7;
    }

    section.recommended-posts .blog-post-title {
        border-top: 2px solid #fff;
        border-bottom: 0;
    }

    .popular-blog-posts {
        margin-top: 0;
        padding: 50px 15px 115px;
        background: #eef2f7;
        border: 0;
    }

    .widget {
        position: relative;
        margin-bottom: 50px;
        border: 1px solid #cfa641;
    }

    .widget h5 {
        background: #fff;
        padding: 0 10px;
        margin: 0;
        position: absolute;
        left: 50%;
        top: -13px;
        transform: translateX(-50%);
    }

    .mobile-sidebar {
        padding-top: 60px;
        padding-bottom: 25px;
    }

    .widget_social_widget {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .widget_categories {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .widget_wpcf7_widget {
        display: none;
    }

    .widget-social .social-item:not(:last-child) {
        margin-right: 35px;
    }

    .widget-social .social-item {
        font-size: 30px;
    }

    .widget_categories ul li {
        padding: 0 15px;
    }

    .widget_categories ul li a {
        padding: 8px 45px 8px 0;
        border-top: 1px solid #cfa641;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 23px;
        color: #0a4989;
        font-weight: 500;
        position: relative;
    }

    .widget_categories ul li a:hover {
        border-top: 1px solid #cfa641;
        border-bottom: 1px solid transparent;
    }

    .widget_categories ul li a:before {
        display: none;
    }

    .widget_categories ul li a:after {
        content: "\78";
        font-family: "bodyvie" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #0a4989;
        font-size: 18px;
    }

    .popular-blog-posts h3 {
        font-family: Roboto;
        color: #191919;
        font-size: 29px;
        line-height: 33px;
        text-transform: uppercase;
        padding: 8px 0;
        margin: 0 0 40px;
        text-align: center;
    }

    .popular-blog-posts a:not(:last-child) {
        border-bottom: 0;
    }

    .popular-blog-posts a {
        position: relative;
        line-height: 24px;
        font-size: 17px;
        margin-bottom: 25px;
        height: 70px;
        padding: 0 15px 0 140px;
        box-shadow: 3px 3px rgba(79, 0, 36, 0.3);
    }

    .popular-blog-posts a > div.most-viewed-post-img {
        width: 115px;
        height: 70px;
        position: absolute;
        margin-right: 0;
        left: 0;
        top: 0;
    }

    .popular-blog-posts a > div.most-viewed-post-ttl {
        width: auto;
        display: block;
        height: 70px;
    }


    section.press-article .inner-container i {
        width: 35px;
        height: 35px;
        color: #fff;
        background: #0a4989;
        text-align: center;
        line-height: 42px;
        display: block;
        font-size: 20px;
        position: absolute;
        left: 50%;
        top: -17px;
        transform: translateX(-50%);
        box-shadow: 3px 3px rgba(72, 0, 24, 0.3);
    }

    section.press-article .outer-container {
        padding-top: 40px;
        padding-bottom: 85px;
        margin-bottom: 0;
    }

    section.press-article .outer-container > h3 {
        margin-bottom: 45px;
    }

    section.press-hero {
        padding: 25px 0 40px;
    }

    section.press-hero > .container:last-child > img {
        position: relative;
        left: auto;
        bottom: auto;
        transform: translateX(0);
        width: 265px;
    }

    span.press-hero-label {
        display: block;
        color: #000;
        border-bottom: 1px solid #d0aa4c;
        margin-bottom: 10px;
    }

    .press-hero-content {
        display: table;
        width: 100%;
        padding-top: 20px;
    }

    .press-hero-content .press-quote {
        display: table-footer-group;
    }

    .press-hero-content .press-quote span {
        padding: 0 15px;
        display: block;
        margin-bottom: 45px;
    }

    .press-hero-content .press-logo {
        display: table-header-group;
    }

    .press-rating {
        margin-bottom: 5px;
    }

    .press-hero-info {
        padding: 20px 17px;
    }

    .press-hero-info ul strong {
        display: inline-block;
    }

    .press-hero-info ul span {
        float: right;
    }

    .press-box-img {
        height: 105px;
    }

    .press-box-img img {
        margin: 0 auto;
    }

    .press-box-hover {
        display: none;
    }

    .popular-categories li a {
        background: #eef2f7;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
        display: block;
        margin-bottom: 20px;
        color: #000;
        padding: 6px 20px;
        font-size: 17px;
    }

    .popular-categories ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .popular-categories h3 {
        text-align: center;
        margin-bottom: 30px;
    }

    .popular-categories {
        margin-bottom: 103px;
    }

    .blog-post-img {
        padding-top: 46%;
    }

    a.post-item {
        height: auto;
        padding-bottom: 15px;
        margin-bottom: 45px;
    }

    a.bigger-post-item .blog-content > div {
        width: 100%;
        float: none;
        height: auto;
        position: relative;
    }

    a.bigger-post-item .blog-content > div.blog-post-img {
        padding-top: 50%;
    }

    span.blog-post-category {
        padding: 20px 0 10px;
    }

    .blog-post-title {
        border-bottom: 0;
        height: auto;
        font-weight: 500;
        padding-top: 13px;
        padding-right: 25px;
    }

    .blog-post-title span {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: translateY(0);
    }

    .blog-post-title span,
    a.bigger-post-item .blog-post-title span {
        -webkit-line-clamp: initial;
    }

    a.bigger-post-item .blog-post-title {
        padding-right: 0;
    }

    .blog-post-subheading {
        font-style: italic;
        color: #b07d08;
        font-size: 17px;
        line-height: 24px;
        font-weight: normal;
    }

    .blog-post > .blog-content > div > span.blog-post-date {
        display: none;
    }

    a.bigger-post-item .blog-post-content-inner {
        padding: 5px 0;
        border-bottom: 0;
    }

    a.bigger-post-item {
        padding-bottom: 30px;
        margin-bottom: 80px;
    }

    a.bigger-post-item .blog-post-text {
        -webkit-line-clamp: inherit;
    }

    section.blog-posts > .container > .row > div > h3 {
        margin-bottom: 40px;
        text-align: center;
    }

    .blog-content-hover {
        display: none;
    }

    a.post-item:hover {
        background: #eef2f7;
    }

    span.load-more-btn {
        margin: 10px auto 93px;
        width: 150px;
    }

    .blog-post-title i {
        position: absolute;
        right: 0;
        top: calc(50% + 10px);
        transform: translateY(-50%);
        color: #0a4989;
    }

    section.blog-headings {
        padding: 30px 0 45px;
    }

    ul.blog-social li {
        padding: 0 10px;
    }

    ul.blog-social {
        width: 100%;
    }

    .archive section.blog-headings h1 {
        margin: 0;
    }

    .archive .subheading {
        margin-bottom: 10px;
    }

    section.press {
        padding: 30px 0 0;
        border: 0;
        margin-bottom: 55px;
    }

    section.press .container {
        padding-bottom: 87px;
    }

    .press-bg-image {
        bottom: auto;
        left: 0;
        top: 62px;
        right: 0;
        height: 100px;
        background-size: 280px auto;
        background-position: center top;
        width: auto;
    }

    section.press h1 {
        padding-bottom: 5px;
        margin-bottom: 7px;
        border-bottom: 1px solid #cea540;
    }

    section.press .row {
        margin-top: 85px;
    }

    section.press .press-box-text-outer {
        min-height: 0;
    }

    section.press .press-box-text {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: translateY(0);
    }

    section.press .content-awards img {
        background: transparent;
        margin-bottom: -195px;
    }

    section.press .container > span {
        margin-top: 10px;
        box-shadow: 3px 3px rgba(72, 0, 24, 0.3);
    }

    section.press + section.testimonial-section {
        padding-bottom: 113px;
    }

    section.treatment-testimonial.testimonial-section:not(.condition-testimonial-section) {
        border: 0;
        padding-top: 0;
        margin-top: 70px;
    }

    .cat-faqs {
        margin: 50px 0 70px;
    }

    section.treat-conditions.treat-videos .treat-condition-slider-wrapper {
        height: auto;
    }

    section.treat-conditions.treat-videos {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    section.treat-conditions.treat-videos .popular-treatment-img {
        width: 100%;
    }

    section.treat-conditions.treat-videos .popular-treatment-content {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
    }

    section.treat-conditions.treat-videos a.popular-treatment {
        padding-left: 0;
        height: auto;
        min-height: 120px;
    }

    section.treat-conditions.treat-videos .popular-treatment-img:before {
        background: rgba(0, 28, 67, 0.7);
        box-shadow: none;
    }

    section.treat-conditions.treat-videos .popular-treatment-content h5, section.treat-conditions.treat-videos .popular-treatment-content h6 {
        position: relative;
        left: 0;
        right: 0;
        top: auto;
        margin-bottom: 5px;
        transform: translateY(0);
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
    }

    section.treat-conditions.treat-videos .subheading {
        text-align: left;
        margin: 0;
        color: #fff;
    }

    .popular-treatment-content-inner {
        position: absolute;
        left: 0;
        right: 0;
        padding-left: 15px;
        padding-right: 90px;
        top: 50%;
        transform: translateY(-50%);
    }

    .popular-treatment-content-inner img {
        position: absolute;
        width: 60px;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
    }

    section.cat-before-after .before-after-wrapper {
        background: #333;
        margin-top: 35px;
        padding: 0;
    }

    section.cat-before-after .before-after-item span {
        color: #fff;
    }

    section.cat-before-after {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    section.cat-before-after h3 {
        border-color: #897034;
    }

    section.cat-before-after .before-after-wrapper .slick-arrow i {
        background: #0a4989;
        color: #fff;
    }

    section.cat-before-after .before-after-wrapper > img {
        bottom: -137px;
    }

    section.category-cats .row > div {
        display: block;
        margin-right: 0;
    }

    .category-cat h4 {
        border-top: 1px solid #d9b766;
        border-bottom: 1px solid #d9b766;
        margin: 0 15px 25px;
        padding: 8px 0;
    }

    .category-cat {
        margin-top: 35px;
    }

    section.category-cats {
        padding-bottom: 45px;
        padding-top: 20px;
    }

    section.cat-categories-bar h3 {
        color: #fff;
        margin-bottom: 35px;
    }

    ul.pricing-filters.category-filters li {
        margin: 0;
        width: 100%;
    }

    ul.pricing-filters.category-filters {
        padding: 20px 15px;
    }

    ul.pricing-filters.category-filters li:not(:last-child) .standard-btn.button13 {
        border-bottom: 1px solid #a8780b;
    }

    ul.pricing-filters.category-filters li label {
        display: block;
        position: relative;
    }

    ul.pricing-filters.category-filters label i {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 17px;
    }

    ul.pricing-filters.category-filters li .standard-btn.button13 {
        box-shadow: none;
        background: transparent !important;
        color: #fff;
        display: block;
        text-align: left;
        padding: 9px 0;
        line-height: 23px;
    }

    ul.pricing-filters.category-filters li .standard-btn.button13:before,
    ul.pricing-filters.category-filters li .standard-btn.button13:after {
        display: none;
    }

    section.category-hero {
        height: auto;
        padding-top: 175px;
        padding-bottom: 65px;
        background-image: none !important;
        text-align: center;
    }

    section.category-hero .subheading {
        margin-bottom: 20px;
    }

    section.category-hero .container {
        height: auto;
    }

    img.cat-hero-model {
        max-height: 100%;
        max-width: 230px;
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 20px;
    }

    .cat-hero-text {
        margin-top: 0;
        border-top: 0;
        border-bottom: 0;
        padding: 25px 17px;
        background: #fff;
    }

    section.category-hero .standard-btn.button13 {
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    section.category-hero h1 {
        margin-bottom: 8px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e2c783;
    }

    table.pricing-table tr:not(.mobile-cell) {
        display: none;
    }

    .mobile-th {
        background: #333333;
        color: #fff;
    }

    .pricing-hero-table-wrapper {
        padding: 0;
        background: transparent;
        margin-bottom: 35px;
    }

    tr.mobile-cell, .pricing-table-items {
        padding: 0;
        background: transparent;
        border: 1px solid #b48416 !important;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    .pricing-table-items tr.mobile-cell {
        border: 0 !important;
        box-shadow: none;
    }

    .pricing-table tr {
        border-bottom: 0;
    }

    .pricing-table td {
        padding: 0;
        height: auto;
    }

    .table {
        display: table;
        margin: 0;
    }

    .table-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .mobile-th .table-cell {
        padding: 17px 0 12px;
    }

    .mobile-pricing-item:nth-child(even) {
        background: #f2f4f8;
    }

    .mobile-pricing-item:nth-child(odd) {
        background: #fff;
    }

    .close-pricing-table-button {
        text-align: center;
        box-shadow: 3px 3px rgba(72, 0, 24, 0.3);
        line-height: 30px;
        margin-top: 15px;
        font-size: 14px;
        color: #0a4989;
        font-weight: 500;
        padding-top: 5px;
    }

    .pricing-table-outer-wrapper:nth-child(odd) .close-pricing-table-button {
        background: #fff;
    }

    .pricing-table-outer-wrapper:nth-child(even) .close-pricing-table-button {
        background: #eef2f7;
    }

    .close-pricing-table-button i {
        margin-left: 4px;
        position: relative;
        top: 1px;
        color: #a7a9ab;
    }

    .mobile-cell:not(.multi-cell) .mobile-th .table-cell:first-child,
    .mobile-cell:not(.multi-cell) .mobile-td .table-cell:first-child {
        padding: 17px 15px 12px 33px;
    }

    .mobile-cell:not(.multi-cell) .mobile-th .table-cell:last-child,
    .mobile-cell:not(.multi-cell) .mobile-td .table-cell:last-child {
        padding: 17px 23px 12px 15px;
        text-align: right;
    }

    .mobile-td .table-cell, .pricing-table a {
        color: #191919;
    }

    .mobile-cell:not(.multi-cell) .mobile-td .table-cell:last-child {
        color: #b07d08;
        font-size: 16px;
        font-weight: 500;
    }

    .pricing-table a i {
        left: 5px;
    }

    .mobile-td-note {
        color: #5f5f5f;
        padding: 6px 23px 6px 33px;
        line-height: 18px;
        font-size: 13px;
        border-top: 1px solid #e2e3e4;
        height: 48px;
        vertical-align: middle;
        display: none;
    }

    .mobile-td.active .mobile-cell-note-link i:before {
        content: "\47";
        color: #848484;
        font-size: 14px;
    }

    .mobile-td.active + .mobile-td-note {
        display: table-cell;
    }

    tr.mobile-cell > td > div:not(:last-child) {
        border-bottom: 1px solid #b48416;
    }

    .pricing-table-item {
        border: 0 !important;
        padding: 0;
        background: transparent;
    }

    .mobile-td > div:not(.table-cell) {
        display: block;
        width: 100%;
    }

    .pricing-table-item.five .table-cell {
        width: 33.3333%;
        word-break: break-word;
        float: left;
    }

    .pricing-table-item.three .table-cell,
    .pricing-table-item.four .table-cell,
    .pricing-table-item.five .table-cell {
        float: left;
    }

    .pricing-table-item.three .table-cell {
        width: 50%;
    }

    .pricing-table-item.three .mobile-pricing-item.with-duration .table-cell {
        width: 100%;
    }

    .pricing-table-item.four .table-cell {
        width: 33.3333%;
    }

    .pricing-table-item.four .mobile-pricing-item.with-duration .table-cell {
        width: 50%;
    }

    .pricing-table-item.five .table-cell {
        width: 25%;
    }

    .pricing-table-item.five .mobile-pricing-item.with-duration .table-cell {
        width: 33.3333%;
    }

    .pricing-table-item.three .table-cell, .pricing-table-item.four .table-cell, .pricing-table-item.five .table-cell {
        font-size: 15px;
        line-height: 24px;
        color: #191919;
        padding: 9px;
    }

    .pricing-table-item.three .table-cell:not(:first-child), .pricing-table-item.four .table-cell:not(:first-child), .pricing-table-item.five .table-cell:not(:first-child) {
        border-left: 1px solid #dcdcdc;
    }

    .table-cell-th {
        color: #55555a;
        margin-bottom: 2px;
    }

    .pricing-table-outer-wrapper {
        border-left: 0;
        border-right: 0;
        margin-bottom: 0;
        box-shadow: none;
    }

    .pricing-table-outer-wrapper {
        border-bottom: 0;
    }

    .pricing-table-outer-wrapper:first-child {
        border-top: 0;
    }

    .pricing-table-outer-wrapper:nth-child(odd) .pricing-table-header:hover,
    .pricing-table-outer-wrapper:nth-child(odd) .pricing-table-header {
        background: #f2f4f8;
    }

    .pricing-table-outer-wrapper:nth-child(even) .pricing-table-header:hover,
    .pricing-table-outer-wrapper:nth-child(even) {
        background: #fff;
    }

    section.pricing-tables > .container {
        padding: 0;
    }

    section.pricing-tables {
        padding: 0 0 40px;
    }

    .pricing-table-header {
        text-align: left;
        padding: 24px 50px 24px 20px;
        font-size: 18px;
    }

    .pricing-table-header i {
        right: 25px;
    }

    .mmenu-menu.unique-active li.mega-menu.not.inactive > ul > li.active-list:not(.hidden-xs) > a:after {
        content: '\47' !important;
    }

    .mmenu-menu.unique-active li.mega-menu.not.inactive > ul > li.active-list:not(.hidden-xs) > ul {
        max-height: 100000px;
    }

    .pricing-table-outer-wrapper.active .pricing-table-header i:before {
        color: #808080;
    }

    .pricing-table-body {
        margin: 0 15px;
        padding-bottom: 50px;
    }

    .pricing-table-extras {
        margin: 0;
    }

    .pricing-table-extras .table-url {
        background: #0a4989;
        margin-top: 25px;
        line-height: 35px;
        color: #fff;
        box-shadow: 3px 3px rgba(72, 0, 24, 0.3);
    }

    .pricing-table-extras .table-url i {
        display: none;
    }

    .pricing-table-item .pricing-table td {
        padding: 0;
    }

    .pricing-table-extras .table-note {
        margin: 15px 0;
    }

    .pricing-table-item-header {
        display: none;
    }

    section.treatment-pricing-tables .pricing-table-body {
        margin-left: 0;
        margin-right: 0;
    }

    section.treatment-pricing-tables .pricing-table-item-header-simple {
        margin: 0 0 15px;
        display: block;
        border: 1px solid #e7e7e7;
        background: transparent;
        padding: 15px 15px 20px;
    }

    section.treatment-pricing-tables .pricing-table-item-header-simple div {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: translateY(0);
    }

    section.treatment-pricing-tables h3 {
        margin-bottom: 30px;
    }

    section.treatment-pricing-tables .pricing-table-body:not(:last-child) {
        margin-bottom: 0;
    }

    section.treatment-pricing-tables {
        padding: 65px 0 0;
        margin-bottom: -50px;
    }

    .table-subtitle {
        margin: 0 20px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        padding: 20px 0;
        position: relative;
    }

    .table-subtitle:after,
    .table-subtitle:before {
        content: '';
        position: absolute;
        border-left: 1px solid #b48416;
        height: calc(100% - 44px);
        top: 50%;
        transform: translateY(-50%);
    }

    .table-subtitle:before {
        left: 0;
    }

    .table-subtitle:after {
        right: 0;
    }

    .pricing-table-item + .pricing-table-item tr.mobile-cell {
        box-shadow: none;
    }

    .pricing-table-items .mobile-th {
        border-top: 1px solid #b48416;
    }

    .table-pricing-title {
        text-align: center;
        color: #b07d08;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500;
        border-bottom: 1px solid #dcdcdc;
        padding: 10px;
    }

    .table-pricing-title span {
        font-size: 13px;
        color: #5f5f5f;
        display: block;
        line-height: 18px;
        font-weight: 400;
        margin-top: 3px;
    }

    .mobile-pricing-item .clear {
        line-height: 0;
    }

    .table-pricing-duration {
        text-align: center;
        font-size: 15px;
        line-height: 18px;
        color: #191919;
        padding: 9px 0 11px 0;
        border-top: 1px solid #dcdcdc;
    }

    .table-pricing-duration i {
        font-size: 22px;
        vertical-align: middle;
        color: #b5b5b6;
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

    .pricing-table-item:not(.two) .table-cell {
        text-align: center;
    }

    section.pricing-tables-bar {
        padding: 60px 0;
    }

    ul.pricing-filters {
        padding: 30px 20px 10px;
        border: 1px solid #a8780b;
        max-width: 400px;
        margin-top: -12px;
    }

    ul.pricing-filters li {
        margin-bottom: 25px;
    }

    ul.pricing-filters li .standard-btn.button13 {
        box-shadow: 3px 3px rgba(72, 0, 24, 0.3);
        color: #191919;
        font-weight: 400;
    }

    ul.pricing-filters li.active .standard-btn.button13 {
        color: #fff;
    }

    section.pricing-tables-bar .container > span {
        font-size: 17px;
        padding: 0 15px;
        font-weight: 500;
        display: inline-block;
        position: relative;
        background: #333;
        width: auto;
        margin: 0 auto;
    }

    section.pricing-hero {
        padding: 85px 0 25px;
    }

    section.pricing-hero h1 {
        font-size: 32px;
        border-bottom: 1px solid #a8780b;
        padding-bottom: 10px;
        margin-bottom: 8px;
    }

    section.pricing-hero h4 {
        font-size: 22px;
        font-weight: 500;
    }

    section.pricing-hero h4 span {
        color: #fff;
    }

    .pricing-hero-bg {
        background-size: auto 350px;
        background-position: calc(50% - 25px) -76px;
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

    .condition-subheading {
        display: block;
        margin-bottom: 3px !important;
    }

    section.condition-hero .hero-intro {
        border: 1px solid #d5b565;
        padding: 25px 20px 30px;
    }

    section.condition-hero {
        height: auto;
        padding-top: 25px;
        padding-bottom: 65px;
    }

    .condition-hero .treatment-hero-content h1 {
        border-bottom: 0;
        margin-bottom: 25px;
        padding: 0;
    }

    .condition-hero .condition-hero-image-wrapper-outer {
        margin: 25px -15px 35px;
    }

    .condition-hero-flex .hero-intro {
        border: 1px solid #d5b565;
        padding: 13px;
        margin: 20px 15px 30px;
    }

    .conditions-treatments-bg {
        background-size: auto 400px;
        background-position: calc(50% - 20px) -220px;
        background-repeat: no-repeat;
    }

    .condition-treatments h4 {
        margin-bottom: 20px;
        text-align: center;
    }

    .condition-treatments {
        padding: 55px 0 60px;
    }

    .condition-anchors-wrapper {
        padding: 12px 15px;
        border: 1px solid;
        margin-top: 55px;
        border: 1px solid #d5b565;
    }

    .condition-anchors-wrapper ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .condition-anchors-wrapper ul li:not(:last-child) {
        border-bottom: 1px solid #d5b565;
    }

    .condition-anchors-wrapper a {
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        padding: 9px 0;
    }

    .condition-anchors-wrapper a i {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .condition-treatments-slider > .col-sm-3:nth-child(1n+4) a,
    .popular-conditions-wrapper > div > div > div:last-child a {
        margin-bottom: 0;
    }

    a.mobile-condition-treatment {
        height: 75px;
        position: relative;
        display: block;
        overflow: hidden;
        padding-left: 105px;
        background: #fff;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
        margin-bottom: 25px;
    }

    .condition-treatment-wrapper {
        box-shadow: inset 0 0 25px 16px #fff;
        top: -20px;
        height: calc(100% + 40px);
        position: absolute;
        left: 0;
        width: 105px;
        background-size: cover;
        background-position: center;
    }

    .condition-treatment-ttl h5 {
        padding: 0;
        left: 15px;
        right: 15px;
        width: auto;
    }

    .condition-treatment-ttl {
        height: 100%;
        text-align: left;
    }

    .condition-content:not(.prevention-content) {
        padding-top: 100px;
    }

    .condition-content:not(.prevention-content) .treatment-content-model {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        top: -151px;
    }

    .condition-content.prevention-content {
        padding-top: 95px;
    }

    section.treatment-content.condition-content .treatment-content-wrapper {
        margin-bottom: 95px;
    }

    section.symptoms-causes {
        padding: 0;
        background: transparent !important;
    }

    section.symptoms-causes div#symptoms {
        padding: 95px 0 115px;
        position: relative;
    }

    .mobile-symptoms-bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-color: #3C5D7E;
        background-size: auto 335px;
        background-position: calc(50% - 20px) -75px;
        background-repeat: no-repeat;
    }

    section.symptoms-causes h3 {
        border-top: 1px solid #cca034;
        border-bottom: 1px solid #cca034;
        margin-bottom: 33px;
    }

    .symptoms-causes-wrapper {
        padding: 25px 20px 5px;
        border: 1px solid #cca034;
    }

    div#symptoms + div#causes {
        margin-top: 0;
        background: #eef2f7;
        padding: 115px 0 100px;
        position: relative;
    }

    section.symptoms-causes div#causes .symptoms-causes-wrapper {
        padding: 25px 20px;
        border: 0;
    }

    .symptoms-causes-wrapper ul {
        margin: 0;
    }

    .symptoms-causes-wrapper ul li {
        padding: 7px 0 7px 30px;
        width: 100%;
    }

    section.symptoms-causes div#causes h3 {
        color: #000;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .symptoms-causes-wrapper ul li:before {
        top: 15px;
    }

    div#symptoms + div#causes > img {
        width: 117px;
        position: absolute;
        left: 50%;
        top: -58px;
        transform: translateX(-50%);
    }

    section.condition-content.prevention-content .treatment-content-headings {
        margin-bottom: 25px;
    }

    .treatment-content-wrapper ul {
        margin: 30px -17px 0;
    }

    .treatment-content-wrapper ul li {
        width: 100%;
        margin-bottom: 0;
        padding: 12px 17px 12px 52px;
        background: #eef2f7;
    }

    .treatment-content-wrapper ul li:first-child {
        padding: 22px 17px 12px 52px;
    }

    .treatment-content-wrapper ul li:first-child:before {
        top: calc(50% + 5px);
    }

    .treatment-content-wrapper ul li:last-child {
        padding: 12px 17px 42px 52px;
    }

    .treatment-content-wrapper ul li:last-child:before {
        top: calc(50% - 15px);
    }

    .treatment-content-wrapper ul li:before {
        top: 50%;
        transform: translateY(-50%);
        left: 17px;
    }

    section.prevention-content.condition-content .treatment-content-wrapper {
        margin-bottom: 85px;
    }

    .treatment-content-wrapper ul li:not(:last-child):after {
        content: '';
        position: absolute;
        left: 17px;
        right: 17px;
        bottom: 0;
        height: 1px;
        border-bottom: 1px solid #fff;
    }

    section.condition-content.prevention-content {
        padding-top: 95px;
        border-top: 1px solid #cca034;
    }

    section.before-after-condition {
        padding-top: 75px;
        margin: 0;
        border: 0;
    }

    section.before-after-condition + section.treatment-testimonial.testimonial-section {
        padding-top: 95px;
    }

    section.popular-treatments-boxes {
        padding: 70px 0;
    }

    section.popular-treatments-boxes h3 {
        margin: 0 15px 25px;
    }


    .treatment-content-phone span {
        margin-right: 5px;
    }

    section.treatment-content.condition-content .treatment-content-footer {
        background: #0a4989;
    }

    section.team-content .subheading {
        margin-bottom: 0;
        padding-top: 10px;
        margin-top: 15px;
        border-top: 1px solid #cca034;
    }

    section.team-content .team-intro {
        margin: 25px -15px 0;
        padding: 45px 15px;
        background: #3d5d7f;
        color: #fff;
    }

    section.team-content .team-intro span {
        display: block;
        text-align: left;
        padding: 25px 20px;
        border: 1px solid #cca034;
    }

    section.team-content {
        padding: 35px 0 0;
    }

    section.team-profiles {
        background: #282828;
        border: 0;
        padding: 60px 0 45px;
    }

    .profile-item {
        margin-bottom: 50px;
    }

    .profile-item h4 + div {
        text-align: left;
        color: #fff;
    }

    .profile-item-wrapper .service-box {
        display: none;
    }

    .profile-item-wrapper {
        padding-top: 185px;
        border: 0;
    }

    .profile-item h4 {
        margin-top: 15px;
        color: #458ad2;
        text-align: left;
        font-weight: 600;
    }

    .team-logos {
        text-align: center;
        margin-top: 0;
    }

    .profile-item-wrapper:before {
        content: '';
        width: 27px;
        height: 27px;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #0a4989;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    .profile-item-wrapper:after {
        content: "\78";
        font-family: "bodyvie" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 1;
        color: #fff;
    }

    section.team-profiles + section.reasons.team-reasons {
        padding: 120px 0 85px;
    }

    section.team-profiles + section.reasons.treatment-reasons .reasons-wrapper-subheading {
        margin-bottom: 35px;
    }

    section.team-profiles + section.reasons.team-reasons .reasons-wrapper {
        margin-top: 35px;
        padding: 40px 20px 10px;
    }


    .single-profile header {
        background: #fff !important;
    }

    section.profile-content-section {
        margin-top: 180px;
        padding-top: 60px;
        position: relative;
        padding-bottom: 65px;
    }

    .profile-content-img-wrapper {
        position: absolute;
        right: 50%;
        width: 150px;
        height: 180px;
        border: 2px solid #fff;
        top: -145px;
        transform: translate(50%, 0);
        overflow: hidden;
    }

    section.profile-content-section h1 {
        font-size: 32px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cca034;
        margin-bottom: 5px;
        color: #000;
    }

    .profile-content-headings h5 {
        color: #000;
    }

    section.profile .profile-content {
        padding: 0;
        border: 0;
    }

    .profile-content {
        background: #fff;
        padding: 30px 15px 10px;
        text-align: left;
        border: 1px solid #cca034;
        margin-top: 35px;
    }

    section.profile-testimonial {
        border-top: 0;
        border-bottom: 0;
        padding: 45px 0 50px;
        background: #3d5d7f;
    }

    .profile-testimonial-text {
        color: #fff;
        margin-bottom: 20px;
        padding: 0;
    }

    .profile-testimonial-signature {
        color: #fff;
        font-size: 26px;
        padding: 0;
    }

    section.profile-summary-section {
        padding: 65px 15px;
        background: #282828;
    }

    .profile-summary {
        border: 1px solid #c19833;
        padding-bottom: 30px;
    }

    .profile-summary-item + .profile-summary-item {
        margin-left: 0;
        display: block;
    }

    .profile-summary-item {
        margin-top: 30px;
    }

    .profile-summary-item strong, .profile-summary-item span {
        color: #fff;
    }

    section.reasons.treatment-reasons.team-reasons {
        padding: 65px 0;
        background-size: auto;
        background-position: 0;
        background-color: #fff;
    }

    section.reasons.team-reasons .container > h3 {
        margin-bottom: 15px;
    }

    section.reasons.team-reasons h3 > span:before, section.reasons.team-reasons h3 > span:after {
        display: none;
    }

    section.reasons.team-reasons .reasons-wrapper h5 {
        font-weight: 500;
    }

    section.reasons.team-reasons .reasons-wrapper {
        padding: 10px 20px;
        margin-top: 65px;
        position: relative;
    }

    .reasons-wrapper-subheading {
        color: #55555a;
        margin-top: -65px;
        margin-bottom: 65px;
    }

    section.popular-treatments.more-members {
        background: #282828;
        padding: 65px 0 113px;
    }

    section.popular-treatments.more-members h3 {
        color: #fff;
        border-top: 1px solid #c29833;
        border-bottom: 1px solid #c29833;
        margin-bottom: 45px;
    }

    .popular-treatments-wrapper.more-members-wrapper .standard-btn {
        margin: -20px auto 0;
    }

    .popular-treatments-wrapper.more-members-wrapper .row {
        height: auto;
        max-height: 100%;
    }

    .popular-treatments-wrapper.more-members-wrapper .row > div:nth-child(n+5) {
        display: none;
    }

    .popular-treatment-img.more-member-img:after {
        content: '\78';
        position: absolute;
        right: 0;
        bottom: 0;
        background: #0a4989;
        width: 27px;
        height: 27px;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
        font-family: "bodyvie" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        color: #fff;
        line-height: 27px;
    }

    .popular-treatment-img.more-member-img {
        top: 0;
        height: auto;
        width: 100%;
        padding-top: 120%;
        position: relative;
        background-color: #fff;
        box-shadow: none;
        overflow: hidden;
    }

    .popular-treatment-img.more-member-img:before {
        height: 150%;
    }

    a.popular-treatment.more-member {
        height: auto;
        padding-left: 0;
        margin-bottom: 55px;
        background: transparent;
        box-shadow: none;
    }

    .more-member-content h4 {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        transform: translateY(0);
        margin-top: 15px;
        color: #458ad2;
        font-weight: 500;
    }

    .more-members-wrapper .row > div {
        width: 50%;
        display: inline-block;
        vertical-align: text-top;
    }

    .more-member-content h4 div {
        color: #fff;
        font-weight: 400;
    }


    .treatment-hero-content ul li span i, .main-treatment-hero-content ul li span i {
        position: relative;
        top: -1px;
    }

    .treat-before-after {
        margin-top: 0;
        padding-top: 65px;
        background: #f6f6f6;
        border-top: 1px solid #cca034;
        border-bottom: 1px solid #cca034;
    }

    .before-after-wrapper > span {
        position: relative;
        left: auto;
        text-align: center;
        bottom: auto;
        width: 280px;
        border-top: 1px solid #d6d6d6;
        padding-top: 10px;
        margin: 25px auto 0;
        display: block;
    }

    .before-after-wrapper {
        border: none;
        margin-top: 45px;
        margin-bottom: 0;
        padding: 0 0 85px;
    }

    .before-after-slider {
        padding: 0 17px;
        height: auto;
        overflow: visible;
    }

    img.before-after-image {
        width: 100%;
    }

    .before-after-item span {
        margin-bottom: 0;
    }

    .before-after-wrapper .slick-arrow {
        height: 100%;
        width: calc(50% + 6px);
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .before-after-wrapper .slick-prev {
        left: -15px;
    }

    .before-after-wrapper .slick-next {
        right: -15px;
    }

    .before-after-wrapper .slick-arrow i {
        position: absolute;
        z-index: 2;
        background: #fff;
        color: #0a4989;
        border: 0;
        width: 35px;
        height: 35px;
        text-align: center;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
        top: calc(50% - 30px);
    }

    .before-after-wrapper .slick-slide {
        margin: 0 8px;
    }

    .before-after-wrapper .slick-prev i {
        left: 15px;
    }

    .before-after-wrapper .slick-next i {
        right: 15px;
    }

    .treat-condition-slider-wrapper, .treat-condition-img {
        height: auto;
    }

    .treat-condition-slider-wrapper {
        border-top: 0;
        border-bottom: 0;
        background: transparent;
        margin-top: 10px;
    }

    section.treat-conditions {
        margin-top: 100px;
        margin-bottom: 45px;
    }

    section.treatment-info {
        background: #eef2f7 !important;
        padding: 65px 0 70px;
    }

    section.treatment-info .container > h3 {
        margin-bottom: 25px;
    }

    .treatment-info-hover-content {
        display: none;
    }

    .treatment-info-box-wrapper {
        height: auto;
        background-color: #fff;
        color: #232424;
        min-height: 0;
    }

    .treatment-info-content {
        min-height: 0;
    }

    .treatment-info-box > h4 {
        color: #232424;
    }

    .treatment-info-box {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        padding: 40px 20px 40px 55px;
        transition: all 0.4s;
    }

    .treatment-info-links {
        position: relative;
        bottom: auto;
        margin-top: 20px;
    }

    .info-box-results .treatment-info-links {
        display: none;
    }

    .treatment-info-content-text {
        color: #55555a;
    }

    .info-box-results {
        height: 290px;
        background-size: 182px auto;
    }

    .treatment-info-box > h4 {
        border-bottom: 1px solid #cbcbcb;
    }

    h3.treatment-info-content-title {
        color: #191919;
        border: 0;
        padding: 0;
    }

    span.treatment-info-label:before {
        top: 40px;
    }

    section.treatment-info .row > div .info-box-results span.treatment-info-label:after {
        height: calc(100% + 43px);
    }

    section.treatment-info .row > div:not(:last-child) span.treatment-info-label:after {
        top: 56px;
    }

    ul.reason li:not(:last-child) {
        margin-bottom: 8px;
    }

    .info-box-value h3.treatment-info-content-title {
        max-width: 195px;
    }

    .treatment-info-links > a + a {
        display: block;
        width: 105px;
        margin: 15px 0 0;
    }

    .info-box-value .standard-btn.white-btn {
        background: #0a4989;
        border: 1px solid #0a4989;
        color: #fff;
    }

    .info-box-value .standard-btn.transparent {
        border: 1px solid #0a4989;
        color: #0a4989;
        background: transparent;
    }

    .treatment-info-box-wrapper.has-hover:hover .treatment-info-content > *:not(.treatment-info-hover-content) {
        opacity: 1;
    }

    .treatment-info-box-wrapper.has-hover:hover .treatment-info-box {
        background: transparent;
    }

    section.reasons.treatment-reasons {
        padding: 100px 0 70px;
        background-size: auto 275px;
        background-position: calc(50% - 190px) -13px;
        background-repeat: no-repeat;
        background-color: #eef2f7;
    }

    .treatment-reasons .reasons-wrapper {
        margin: 0;
        border-top: 1px solid #d2ac4d;
        padding: 46px 20px 20px;
        background: rgba(255, 255, 255, 0.7);
    }

    .popular-treatment-content-back {
        display: none;
    }

    section.treatment-testimonial.testimonial-section {
        height: auto;
    }

    section.testimonial-section .row {
        padding: 55px 0 0;
    }

    section.treatment-testimonial.testimonial-section > div > div > div:last-child {
        height: 355px;
        margin-top: 0;
        background-position: calc(50% + 15px) bottom;
    }

    section.treatment-info > .container > img {
        bottom: -127px;
    }

    .treatment-content-model {
        width: 100%;
        height: 335px;
        bottom: auto;
        left: 0;
        top: -167px;
        z-index: -1;
        background-position: center top;
        background-size: cover;
    }

    section.treat-conditions a.popular-treatment {
        background: #eef2f7;
    }

    .treatment-reasons .reasons-wrapper h5 {
        color: #232424;
    }

    section.treatment-content {
        padding-top: 130px;
        margin-top: 0;
    }

    .treatment-content-headings .subheading {
        margin-top: 10px;
        font-size: 18px;
    }

    .treatment-content-headings {
        margin-bottom: 15px;
        min-height: 45px;
    }

    section.mobile-treat-intro {
        background: #eef2f7;
        padding: 55px 0;
    }

    .treatment-content-intro {
        border: 1px solid #d2af59;
        color: #232424;
        margin: 0;
        padding: 25px 17px;
    }

    .single-condition .treatment-content-wrapper,
    .treatment-content-wrapper {
        padding: 25px 17px 0;
        margin-bottom: 70px;
    }

    .treatment-content-wrapper h4 {
        background: #eef2f7;
        border-top: 1px solid #cea33b;
        border-bottom: 0;
        margin: 0 -17px 10px;
        padding: 8px 17px;
    }

    .treatment-content-footer {
        margin: 50px -17px 0;
        text-align: left;
        height: 95px;
        background: #0a4989;
        position: relative;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    .treatment-content-footer > a {
        font-size: 1px;
        color: transparent;
        position: absolute;
        z-index: 11;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .treatment-content-image {
        width: 110px;
        height: 115px;
        background-size: cover;
        background-position: center top;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        margin-top: -20px;
    }

    span.treatment-content-phone {
        position: absolute;
        left: 105px;
        right: 0;
        margin-top: 43px;
    }

    .treatment-content-phone > * {
        color: #fff;
    }

    span.treatment-content-phone p {
        position: absolute;
        top: -34px;
        color: #fff;
        left: 0;
    }

    .treatment-content-phone > i {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 21px;
        margin-top: 3px;
    }

    span.treatment-content-phone > span + span {
        width: auto;
        border: 0;
        font-size: 22px;
        font-weight: 500;
    }

    section.breadcrumb {
        display: none;
    }

    .summary {
        height: auto;
        background: #333333;
        padding: 25px 0;
    }

    .summary-box:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid #b99234;
    }

    .summary-box {
        float: none;
        padding: 0 20px 0 40px;
    }

    .summary-box:not(:last-child) span:after {
        display: none;
    }

    .summary-box i:first-child {
        color: #b99234;
    }

    .summary-box span {
        top: auto;
        transform: translateY(0);
        color: #fff;
        font-size: 14px;
        line-height: 19px;
        padding: 13px 0;
    }

    a.summary-box span, a.summary-box span strong {
        color: #fff;
    }

    .summary-box i:last-child {
        display: none;
    }

    .summary-box span strong {
        color: #fff;
    }

    a.summary-box:after {
        position: absolute;
        right: 0;
        top: 50%;
        content: 'FULL LIST';
        color: #fff;
        transform: translateY(-50%);
        border-bottom: 1px solid;
        line-height: 17px;
    }

    a.summary-box i:first-child {
        font-size: 25px;
    }

    .single-condition > header,
    .single-treatment > header {
        position: relative;
    }

    .main-treatment-hero {
        height: auto;
        padding-top: 30px;
    }

    .main-treatment-background {
        background: none !important;
    }

    .main-treatment-hero-content {
        padding-left: 0;
    }

    .treatment-hero-content h1, .main-treatment-hero-content h1 {
        text-align: center;
        border-bottom: 1px solid #d7ba71;
        padding-bottom: 10px;
    }

    .main-treatment-hero-content h1 {
        font-size: 34px;
        line-height: 36px;
    }

    .treatment-hero-content .benefits-wrapper, .main-treatment-hero-content .benefits-wrapper {
        width: auto;
        padding: 20px 15px 40px;
        border: 0;
        margin: 0 -15px;
    }

    .main-treatment-hero-content .benefits-wrapper {
        margin: 0;
    }

    .treatment-hero-image-wrapper div:not(.treatment-hero-image) {
        display: none !important;
    }

    .treatment-hero-content {
        height: auto;
    }

    .treatment-hero-image-wrapper-outer {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin: 0 -15px;
    }

    .treatment-hero-image-wrapper {
        height: auto;
        margin: 0;
        overflow: visible;
        position: relative;
        width: 100%;
        top: auto;
    }

    .treatment-hero-image-wrapper img {
        height: 440px;
        position: relative;
        left: auto;
        right: 15px;
        top: auto;
        bottom: auto;
        margin: 0 auto;
        display: block;
        width: 110%;
    }

    .w-100-1200 {
        margin: 0
    }

    .treatment-hero-left-shadow {
        background: transparent;
        background: -moz-linear-gradient(left, rgba(238, 242, 247, 1) 30%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(238, 242, 247, 1) 30%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(238, 242, 247, 1) 30%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef2f7', endColorstr='#ffffff', GradientType=1);
        right: calc(50% + 55px) !important;
    }

    .treatment-hero-right-shadow {
        background: transparent;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(238, 242, 247, 1) 70%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(238, 242, 247, 1) 70%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(238, 242, 247, 1) 70%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef2f7', GradientType=1);
        left: calc(50% + 55px) !important;
    }

    .treatment-hero-content ul li:not(:last-child), .main-treatment-hero-content ul li:not(:last-child) {
        border-bottom: 2px solid #fff;
    }

    .treatment-hero-content ul li, .main-treatment-hero-content ul li {
        padding: 3px 0 3px 30px;
        line-height: 25px;
    }

    .treatment-hero-content ul li span, .main-treatment-hero-content ul li span {
        top: 50%;
        transform: translateY(-50%);
    }

    section.treatment-testimonial.testimonial-section {
        background: transparent;
    }

    .error404 .error-main-container {
        left: auto;
        right: 50%;
        float: right;
        transform: translateX(50%);
        margin-top: 27px;
        max-width: 300px;
    }

    .error404 .error-main-container a#cont-btn {
        display: none;
    }

    .section-error-model {
        display: none;
    }

    section.home-hero {
        min-height: 0;
    }

    .home-slide {
        height: 100vh;
        min-height: 0;
        background-position: calc(50% + 60px) bottom;
    }

    .home-slide:not(.first-slide) .container,
    .home-slide .container {
        width: 100%;
        max-width: 235px;
        left: 5px;
        transform: translateX(0);
        bottom: auto;
        top: 235px;
    }

    .home-slide h1 {
        font-weight: 300;
        font-size: 34px;
        line-height: 36px;
        padding: 10px 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .home-slide h4 {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }

    .home-slide-btn {
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    .service-box-mobile {
        display: block;
        text-align: left;
        min-height: auto;
        background: #eef2f7;
        position: relative;
        padding: 30px 130px 30px 20px;
        margin-bottom: 25px;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    section.home-services h4 {
        font-size: 22px;
        color: #0a4989;
    }

    .service-box-mobile .service-desc {
        color: #55555a;
        font-size: 15px;
        line-height: 24px;
        margin: 0;
    }

    .service-box-image {
        position: absolute;
        right: -4px;
        width: 130px;
        bottom: 0;
        height: 141px;
        background-size: cover;
        background-position: right bottom;
    }

    section.profile a.standard-btn + a.standard-btn {
        margin-left: 25px;
    }

    section.home-services {
        padding: 45px 0;
    }

    section.home-services h3 {
        font-weight: 400;
        margin-bottom: 25px;
        padding: 3px 0;
    }

    .home-content-inner {
        border: 1px solid #d2ac4d;
        padding: 30px 20px 80px;
        text-align: left;
    }

    section.home-content {
        padding: 70px 0 10px;
    }

    .home-content-inner h4 {
        font-size: 22px;
        line-height: 28px;
    }

    section.home-content .home-content-inner + .content-awards {
        margin-top: -56px;
    }

    ul.quick-links li i:before {
        display: block;
        line-height: 35px;
    }

    section.reasons {
        background: #333333;
        padding: 65px 0 80px;
    }

    section.reasons h3, section.reasons {
        color: #fff;
    }

    .reasons-wrapper {
        padding: 35px 20px 15px;
    }

    .reasons-wrapper h5 {
        color: #fff;
        font-weight: bold;
    }

    section.profile, section.testimonial-section {
        height: auto;
    }

    section.testimonial-section {
        padding: 70px 0;
    }

    section.home-press {
        padding: 65px 0 135px;
    }

    .press-box {
        height: 250px;
        padding-bottom: 30px;
        margin-bottom: 4px;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    .press-box-text {
        padding: 0 65px;
    }

    section.press .press-box-text {
        padding: 0 15px;
    }

    section.press .press-box {
        height: auto;
        padding-bottom: 30px;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    section.profile a.standard-btn {
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    .standard-btn {
        font-size: 14px;
    }

    section.home-press .row > div {
        margin-bottom: 35px;
    }

    section.home-press.press-press {
        padding: 90px 0;
    }

    section.home-press .slick-arrow {
        top: 100%;
        transform: translateX(-50%);
    }

    section.home-press .slick-prev {
        top: 100%;
        left: calc(50% - 35px);
    }

    section.home-press .slick-next {
        top: 100%;
        left: calc(50% + 35px);
    }

    section.profile {
        background: none !important;
    }

    .mobile-profile-bg {
        height: 240px;
        margin: 0 -15px;
        background-size: cover;
        background-position: 10% 0;
    }

    .video-url {
        width: 85px;
        bottom: 20px;
    }

    section.profile > div > div > div {
        padding-top: 70px;
    }

    section.profile > div > div > div > div:last-child {
        padding-top: 35px;
    }

    section.profile h3 {
        margin-bottom: 5px;
        text-align: center;
    }

    section.profile h5 {
        margin-bottom: 15px;
        text-align: center;
    }

    .slick-arrow {
        position: absolute;
        z-index: 2;
        background: #0a4989;
        color: #fff;
        border: 0;
        width: 35px;
        height: 35px;
        text-align: center;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    .slick-arrow i,
    .slick-arrow i:before {
        display: block;
        line-height: 34px;
    }

    .testimonial-box {
        position: relative;
        top: 0;
        transform: translateY(0);
    }

    section.testimonial-section .row {
        margin: 0;
        background: #eef2f7;
        border: 1px solid #d6b25a;
        padding: 50px 0 0;
    }

    section.testimonial-section .row > div:last-child {
        height: 310px;
    }

    section.hero-contact input:not([type="submit"]),
    section.hero-contact select {
        margin-bottom: 15px;
    }

    .clinic-content-grid-inner {
        border: 1px solid #4373a4;
        border-top: 0;
        padding: 30px 17px 15px;
        position: relative;
    }

    .clinic-content-grid-inner > span {
        position: absolute;
        padding: 0 5px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 35px;
        top: -18px;
        color: #cca034;
    }

    .clinic-content-grid-inner > span:before,
    .clinic-content-grid-inner > span:after {
        content: '';
        position: absolute;
        display: block;
        width: calc((100vw - 100% - 41px) / 2);
        border-top: 1px solid #4373a4;
        top: 17px;
    }

    .open-times-box {
        height: auto;
        background: transparent;
        color: #55555a;
        padding: 0;
        position: relative;
        margin-bottom: 55px;
    }

    .open-times-box h5 {
        padding: 0 10px;
        text-align: center;
        color: #000;
    }

    .clinic-content-grid-inner > h3 {
        display: none;
    }

    .clinic-content-grid-inner > span:before {
        right: calc(100% + 5px);
    }

    .clinic-content-grid-inner > span:after {
        left: calc(100% + 5px);
    }

    .clinic-content-grid-inner > span > i {
        position: relative;
    }

    .open-times-note {
        padding: 0 10px;
        width: 100%;
        text-align: center;
        bottom: -50px;
    }

    .open-times tr.today {
        border: 1px solid #cca034;
    }

    .open-times td:first-child {
        padding-left: 20px;
    }

    .open-times td:last-child {
        padding-right: 20px;
    }

    .clinic-img-slider {
        padding: 0 17px;
        position: relative;
    }

    .clinic-img-slider .slick-arrow {
        background: #eef2f7;
        border: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        width: 35px;
        height: 35px;
        line-height: 35px;
        padding: 0;
    }

    .service-box-outer {
        position: relative;
        height: 260px;
    }

    section.clinic-content .service-box {
        max-height: 260px;
        position: absolute;
        left: 8px;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .clinic-img-slider-mobile h3 {
        text-align: center;
        margin-bottom: 15px;
    }

    .clinic-img-slider-mobile {
        padding: 60px 0 0;
    }

    .clinic-img-slider .slick-arrow i:before {
        display: block;
    }

    .clinic-img-slider .slick-arrow i {
        color: #17528f;
        font-size: 22px;
    }

    .clinic-img-slider .slick-next {
        right: 0;
    }

    .clinic-img-slider .slick-prev {
        left: 0;
    }

    .hero-contact-inner {
        background: #333333 !important;
        padding: 30px 0 60px;
    }

    section.hero-contact h1 {
        font-size: 34px;
        border-bottom: 1px solid #af8b33;
        padding-bottom: 5px;
    }

    .subheading {
        margin-bottom: 30px;
        font-size: 18px;
        text-align: center;
    }

    .hero-contact-bar {
        height: 80px;
        background: transparent;
        border: 1px solid #a68c42;
        margin: 30px 0 40px;
        padding: 20px 0;
    }

    .hero-contact-bar .container > span {
        color: #cca034;
        font-size: 15px;
        top: -32px;
        left: 50%;
        background: #333;
        padding: 0 10px;
        transform: translateX(-50%);
    }

    .clinic-content-wrapper {
        padding: 30px 15px 75px;
    }

    .content-awards img {
        max-width: 134px;
        padding: 0 10px;
        background: #fff;
    }

    .content-awards img + img {
        margin-left: -5px;
    }

    .clinic-content-wrapper-outer {
        margin: 20px 0 0;
    }

    .find-us-header > h3 {
        margin: 0 20px;
    }

    section.clinic-content {
        padding: 0 0 35px;
    }

    .find-us-address {
        border: 1px solid #dddddd;
        margin: 30px 15px;
        position: relative;
        padding: 15px 0;
    }

    .find-us-address i {
        position: absolute;
        padding: 0 10px;
        background: #fff;
        top: -12px;
        left: 50%;
        transform: translateX(-50%)
    }

    ul.quick-links li:not(:last-child) {
        margin-right: 14px;
    }

    .find-us {
        padding: 30px 0 40px;
    }

    .find-us-info {
        margin-top: 55px;
    }

    .find-us button.form-btn.standard-btn {
        border: 0;
        width: 140px;
        padding: 0;
        display: block;
        margin: 15px 0 0 auto;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    .map-canvas {
        height: 265px;
    }

    .find-us-links {
        border: 1px solid #dddddd;
        margin: 30px 15px;
        padding: 25px 10px;
        position: relative;
    }

    .find-us-links > span {
        position: absolute;
        background: #fff;
        padding: 0 10px;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
    }

    ul.quick-links li {
        width: calc(25% - 15px);
    }

    ul.quick-links li i {
        font-size: 18px;
        background: #0a4989;
        color: #fff;
        margin-right: 0;
        width: 100%;
        height: 35px;
        display: block;
        line-height: 30px;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    section.hero-contact ul.quick-links li {
        width: calc(20% - 15px);
    }

    section.hero-contact ul.quick-links li i {
        width: 100%;
        text-align: center;
        max-width: 45px;
        display: block;
        margin: 0 auto;
        box-shadow: 4px 4px rgba(12, 0, 5, 0.3);
    }

    section.hero-contact div.wpcf7 {
        border: 1px solid #a68c42;
        margin: 0 0 40px;
        padding: 20px 20px 0;
    }

    section.hero-contact div.wpcf7:before {
        content: 'Write To Us';
        padding: 0 10px;
        background: #333;
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        color: #cca034;
    }

    .contact-box {
        height: 60px;
        box-shadow: 4px 4px rgba(12, 0, 5, 0.3);
        background: #0a4989;
        padding: 18px 50px;
        border: 0;
    }

    .contact-box i:first-child {
        border: 0;
        left: 15px;
        width: auto;
        height: auto;
        font-size: 23px;
    }

    .contact-box i:first-child:before {
        display: block;
    }

    .contact-box div {
        left: 50px;
        right: 50px;
    }

    .contact-box:not(.contact-box-telephone) > div {
        font-size: 17px;
        line-height: 19px;
    }

    .contact-box i:last-child:before {
        display: block;
    }

    .extra-telephone {
        font-size: 13px;
        margin-top: -10px;
        margin-bottom: 25px;
    }

    .clinic-content-grid {
        background: #eef2f7;
        padding: 65px 0;
    }

    section.hero-contact .wpcf7 input[type="submit"] {
        border: 0;
        box-shadow: 4px 4px rgba(12, 0, 5, 0.3);
        background: #0a4989;
    }

    p.sm-options-container label span {
        padding-left: 5px;
        display: inline-block;
        width: calc(100% - 30px);
        line-height: 20px;
        vertical-align: middle;
    }

    p.sm-options-container label input[type="checkbox"] {
        vertical-align: middle;
    }

    .find-us-infobox {
        padding: 0;
        background: #eef2f7;
        border: 0;
        text-align: left;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
        min-height: 0;
    }

    .find-us-infobox h5 {
        padding: 0 25px;
        line-height: 60px;
        position: relative;
        margin: 0;
    }

    .find-us-infobox h5 div {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
    }

    .find-us-infobox.active h5 div {
        transform: rotate(180deg);
    }

    .find-us-infobox h5 div i {
        font-size: 23px;
        margin: 0;
    }

    .find-us-infobox > div {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .find-us-infobox.active > div {
        max-height: 1000px;
        padding: 0 25px 25px;
    }

    .popular-treatments-wrapper .standard-btn {
        text-align: center;
        width: 125px;
        color: #0a4989;
        background: #fff;
        display: block;
        margin: 33px auto 0;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    .popular-treatments-wrapper.active #condition-category-btn {
        display: none !important;
    }

    .popular-treatments-wrapper.active .row {
        max-height: 30000px;
        padding-bottom: 5px;
    }

    .popular-treatments-wrapper .row {
        height: 280px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        overflow: hidden;
        padding-bottom: 4px;
    }

    section.popular-treatments h3 {
        font-size: 29px;
        margin: 0 15px 25px;
        line-height: 33px;
        font-weight: 400;
        border-top: 1px solid;
        border-bottom: 1px solid;
        padding: 10px;
    }

    section.popular-treatments {
        padding: 65px 0;
    }

    .popular-treatments-wrapper {
        height: auto;
        overflow: visible;
    }

    a.popular-treatment {
        margin-bottom: 25px;
        box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
    }

    .footer-subscribe .row > div:last-child {
        text-align: right;
    }

    .footer-subscribe h5 {
        text-transform: uppercase;
        margin-bottom: 17px;
    }

    .footer-subscribe form .row {
        margin: 0 -6px;
    }

    .footer-subscribe form .row > div {
        padding: 0 6px;
    }

    .mobile-socials {
        text-align: center;
        margin: 0 15px 35px;
        border: 1px solid #484848;
        position: relative;
        padding: 30px 0;
    }

    .footer-logos {
        padding: 55px 0 30px;
    }

    ul.footer-social li:not(:last-child) {
        margin-right: 30px;
    }

    ul.footer-social li a {
        font-size: 28px;
    }

    .mobile-socials h5 {
        color: #fff;
        font-weight: 300;
        display: inline-block;
        margin: 0;
        background: #262626;
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 10px;
    }

    .footer-info.telephone a {
        font-size: 25px;
    }

    .footer-logos > .container > .row > div:last-child .row :first-child {
        margin-bottom: 0;
    }

    .footer-info:not(.location) i {
        position: relative;
    }

    .footer-upper {
        padding: 45px 0 55px;
        box-shadow: inset 0 3px 3px rgba(12, 0, 5, 0.3);
    }

    .footer-info.directions a {
        box-shadow: 4px 4px rgba(12, 0, 5, 0.3);
    }

    .footer-info.telephone a {
        padding-left: 55px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 60px;
        z-index: 1;
        font-weight: 400;
        letter-spacing: 0;
    }

    .footer-info i {
        font-size: 23px;
        vertical-align: middle;
    }

    .footer-info.telephone i:first-child {
        top: 4px;
        left: -8px;
    }

    .footer-info.telephone i:last-child {
        position: absolute;
        right: 15px;
        left: auto;
    }

    .footer-info.telephone i:last-child:before {
        display: block;
        line-height: 60px;
    }

    .footer-info.telephone {
        box-shadow: 4px 4px rgba(12, 0, 5, 0.3);
        line-height: 60px;
        background: #0a4989;
        position: relative;
        margin: 0 0 30px;
    }

    .footer-info.location {
        margin-bottom: 10px;
    }

    .footer-subscribe {
        text-align: center;
        padding: 45px 0 30px;
        box-shadow: inset 0 1px 2px #344f69;
    }

    .footer-subscribe form input:not([type="submit"]) {
        width: 100%;
        margin: 0 0 15px;
    }

    .footer-subscribe form input[type="submit"] {
        font-size: 14px;
        padding: 0 18px;
        float: right;
        box-shadow: 4px 4px rgba(6, 0, 15, 0.3);
    }

    .footer-logos-wrapper {
        padding: 20px 0;
        margin-bottom: 30px;
    }

    .footer-book-mobile a {
        display: block;
        height: 96px;
        background: #0a4888;
        color: #fff;
        position: relative;
        box-shadow: 0 4px rgba(72, 0, 24, 0.3);
    }

    .footer-book-mobile a h4 {
        position: absolute;
        top: 50%;
        left: 105px;
        right: 45px;
        transform: translateY(-50%);
        color: #fff;
        font-weight: normal;
    }

    .footer-book-mobile a .footer-upper-image {
        width: 110px;
        top: -23px;
    }

    .footer-book-mobile a i {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 23px;
    }

    .footer-book-mobile a i:before {
        display: block;
    }

    h5.answer {
        font-weight: 500;
    }

    .treat-faqs {
        margin: 85px 0 50px;
    }

    .body-credits {
        text-align: center;
        padding: 15px 0 22px;
        background: #1a1a1a;
    }

    .body-credits, .body-credits a {
        color: #ccc;
    }

    .body-credits .text-right {
        text-align: center;
    }

    .body-credits .menu-footer-bottom-menu-container {
        margin-top: 10px;
        border-top: 2px solid #000000;
        padding-top: 10px;
    }

    section.about-hero .container-fluid > .row {
        margin: 50px 0 0;
    }

    section.about-hero .container-fluid {
        padding: 0 15px;
    }

    .about-hero .service-box img {
        display: block;
        width: 100%;
    }

    .about-hero .service-box {
        height: auto;
        margin: 0;
        padding-top: 74%;
    }

    .col-custom-slider .slick-arrow {
        background: #fff;
        color: #0a4989;
    }

    .col-custom-slider {
        padding: 0 17px;
        height: auto;
        overflow: visible;
    }

    .col-custom {
        padding: 0;
        margin: 0 8px;
    }

    .col-custom-slider .service-box-inner {
        display: none;
    }

    .col-custom-slider .service-box:before {
        display: none;
    }

    section.about-hero {
        padding: 30px 0 125px;
    }

    section.about-hero .container-fluid > .row {
        margin: 35px 0 0;
    }

    .about-hero .hero-content-wrapper {
        margin: 40px auto 0;
        border: 1px solid #d5b566;
        padding: 30px 20px 100px;
        text-align: left;
    }

    .about-hero .content-awards {
        margin: 0 0 -158px;
        text-align: center;
    }

    section.about-hero h1 {
        margin-bottom: 10px;
    }

    .about-hero .subheading {
        padding: 7px 23px;
        border-top: 1px solid #cea540;
        border-bottom: 1px solid #cea540;
    }

    .about-hero .content-awards img {
        max-width: 140px;
        padding: 0 12px;
        background: #eef2f7;
    }

    section.about-content {
        padding: 100px 0 60px;
    }

    .about-content-wrapper {
        padding: 0;
        border: 0;
        margin-bottom: 10px;
    }

    .about-content-wrapper h3 {
        margin-bottom: 20px;
        padding: 7px 0;
    }

    .about-content-inner {
        border: 1px solid #cea540;
        padding: 25px 17px 55px;
    }

    .about-content-extra img {
        position: absolute;
        top: -118px;
        left: 50%;
        transform: translateX(-50%);
    }

    .about-content-extra {
        position: relative;
        text-align: center;
    }

    section.testimonial-section.about-testimonial {
        height: auto;
        background: transparent;
        padding: 0;
        margin-bottom: 95px;
    }

    section.testimonial-section.about-testimonial > div > div > div:last-child {
        height: 300px;
        margin-top: 20px;
    }
}

@media (max-width: 370px) {
    .about-hero .content-awards img {
        max-width: 115px;
    }

    .about-hero .content-awards {
        margin: 0 0 -145px;
    }
}

@media (max-width: 350px) {
    .footer-book-mobile a h4 {
        font-size: 23px;
    }

    .service-box-mobile {
        padding: 30px 120px 10px 13px;
    }
}


/***************  MENU  *****************/

@media (min-width: 1730px) {
    .sticky-header header .pull-right {
        position: fixed;
        top: 0;
        right: 15px;
        z-index: 1111111;
    }

    .sticky-header .header-top-btn.book {
        border: 0;
        border-top: 0;
        background: #EDF2F6;
        vertical-align: top;
    }

    .sticky-header .header-top-btn i {
        line-height: 41px;
    }

    .sticky-header .header-wrapper img.logo {
        display: block !important;
        width: 100px;
        height: auto;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .sticky-header .header-top-btn {
        line-height: 38px;
    }
}

@media (min-width: 992px) {
    ul#menu-main > li.mega-menu-conditions li:not(.mega-menu-title) > a:hover {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        color: #000;
        font-weight: normal;
    }

    .sticky-header .navbar {
        padding: 3px 0 4px;
    }

    .sticky-header .header-wrapper {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
    }

    .mega-menu-single-column .mega-menu-title > span,
    .mega-menu-single-column .mega-menu-title > a {
        margin: 0 25px 10px;
    }

    .mega-menu-single-column .sub-menu-0 > li ul li {
        padding: 0 25px;
        display: inline-block;
        vertical-align: text-top;
        width: 50%;
    }

    .mega-menu-conditions.mega-menu-single-column .sub-menu-0 > li ul li {
        width: 25%;
        margin-right: -2px;
    }

    .big-mega-menu.mega-menu-new-body .mega-menu-col-1:nth-child(3) {
        width: 33%;
    }

    .big-mega-menu.mega-menu-body .mega-menu-col-1{
        width: 33%;
    }
    .big-mega-menu.mega-menu-dermatology .mega-menu-col-1 {
        width: 50%;
    }

    .big-mega-menu.mega-menu-scans .mega-menu-col-1 {
        width: 33%;
    }

    .mega-menu-single-column .sub-menu-0 > li ul li:nth-child(even) {
        margin-left: -4px;
    }

    .mega-menu .sub-menu-outer {
        width: 930px;
        border: 1px solid #e6e6e6;
        box-shadow: 3px 3px rgba(72, 0, 24, 0.3);
    }

    .mega-menu:after {
        display: block;
        clear: both;
    }

    .mega-menu-col-1, .mega-menu-col-2, .mega-menu-col-3 {
        float: left;
    }

    .mega-menu .mega-menu-col-1 {
        width: 33.3333%;
    }

    .mega-menu .mega-menu-col-2 {
        width: 66.6666%;
    }

    .mega-menu .mega-menu-col-3 {
        width: 100%;
    }

    .big-mega-menu .sub-menu-outer {
        width: 1170px;
        border: 1px solid #e6e6e6;
        box-shadow: 3px 3px rgba(72, 0, 24, 0.3);
    }

    .big-mega-menu .mega-menu-col-1 {
        width: 25%;
        padding: 0 25px;
        position: relative;
    }

    .big-mega-menu .mega-menu-col-2 {
        width: 50%;
        padding: 0 25px;
        position: relative;
    }

    .big-mega-menu .mega-menu-col-3 {
        width: 75%;
        padding: 0 25px;
        position: relative;
    }

    .big-mega-menu .mega-menu-col-4 {
        width: 100%;
        padding: 0 25px;
        position: relative;
    }

    .big-mega-menu .mega-menu-col-2 > ul:after,
    .big-mega-menu .mega-menu-col-3 > ul:after,
    .big-mega-menu .mega-menu-col-4 > ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .big-mega-menu .mega-menu-col-2:not(.mega-menu-column-with-title) > ul > li {
        width: 50%;
        float: left;
    }

    .big-mega-menu .mega-menu-col-3:not(.mega-menu-column-with-title) > ul > li {
        width: 33.3333%;
        float: left;
    }

    .big-mega-menu .mega-menu-col-4:not(.mega-menu-column-with-title) > ul > li {
        width: 25%;
        float: left;
    }

    ul#menu-main {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    ul#menu-main > li {
        display: inline-block;
        vertical-align: middle;
    }

    ul#menu-main > li > span,
    ul#menu-main > li > a {
        padding: 0 14px;
        display: block;
        line-height: 30px;
        text-transform: uppercase;
        color: #000;
    }

    ul#menu-main > li:hover > span,
    ul#menu-main > li:hover > a {
        color: #225799;
    }

    .single-injectable ul#menu-main > li > a[href="https://bodyvie.com/injectables"]:before,
    .single-face-treatment ul#menu-main > li > a[href="https://bodyvie.com/face-treatments"]:before,
    .single-body ul#menu-main > li > a[href="https://bodyvie.com/body"]:before,
    .single-skin ul#menu-main > li > a[href="https://bodyvie.com/dermatology"]:before,
    .single-condition ul#menu-main > li > a[href="https://bodyvie.com/conditions"]:before,
    .single-mens-health ul#menu-main > li > a[href="https://bodyvie.com/mens-health"]:before,
    .single-medical ul#menu-main > li > a[href="https://bodyvie.com/wellness"]:before,
    .page-template-template-pricing ul#menu-main > li > a[href="https://bodyvie.com/prices"]:before,
    .page-template-template-contact-page ul#menu-main > li > a[href="https://bodyvie.com/contact-us"]:before,
    .page-template-template-about ul#menu-main > li > a[href="https://bodyvie.com/about-us"]:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        z-index: 1;
        border-top: 3px solid #225799;
    }

    .mega-menu-men.mega-menu .testimonial-name {
        font-weight: normal;
        position: absolute;
        top: 35px;
        color: #225799;
    }

    .mega-menu-men.mega-menu .testimonial-name:after {
        content: "Men's Health";
        position: absolute;
        top: 150px;
        left: 0;
        width: 130px;
        color: #be942b;
    }

    .mega-menu-men.mega-menu .sub-menu-inner {
        min-height: 335px;
    }

    .mega-menu-men.mega-menu .mega-menu-col-1 {
        width: 30%;
    }

    .mega-menu-men.mega-menu .mega-menu-col-1.mega-menu-testimonial {
        width: 40%;
    }

    .mega-menu-men.mega-menu:not(.big-mega-menu) .mega-menu-testimonial.text-center > span > .mega-menu-testimonial-wrapper {
        padding: 35px 155px 5000px 10px !important;
        text-align: left;
    }

    .mega-menu.mega-menu-men .testimonial-content {
        padding-top: 45px;
        line-height: 18px;
        font-size: 12px;
    }

    .mega-menu.mega-menu-men .testimonial-rating {
        display: none;
    }

    .mega-menu.mega-menu-men .mega-menu-testimonial-image {
        height: 265px;
        background-position: right bottom;
    }

    .mega-menu.mega-menu-men .mega-menu-column-without-title.mega-menu-col-1 {
        padding: 35px 10px 125px 20px;
    }

    .mega-menu.mega-menu-men .mega-menu-column-without-title.mega-menu-col-1 + .mega-menu-column-without-title.mega-menu-col-1 {
        padding: 35px 20px 125px 10px;
    }

    .mega-menu-home > a {
        font-size: 0;
        color: transparent !important;
        line-height: 1 !important;
    }

    .mega-menu-home > a:after {
        content: '\48';
        font-family: "bodyvie" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #9b9b9b;
        font-size: 16px;
        line-height: 28px;
        position: relative;
        top: -1px;
    }

    ul#menu-main > li > a {
        position: relative;
    }

    ul#menu-main > li.menu-item-has-children:hover > a:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        z-index: 1;
        border-top: 3px solid #225799;
    }

    ul#menu-main > li.mega-menu-home:hover > a:after {
        color: #225799;
    }

    ul#menu-main .sub-menu-outer {
        text-align: left;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        display: none;
        overflow: hidden;
    }

    ul#menu-main > li:hover .sub-menu-outer {
        display: block;
    }

    ul#menu-main ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sub-menu-outer {
        background: #fff;
    }

    .sub-menu:after {
        content: '';
        display: block;
        clear: both;
    }

    .big-mega-menu .sub-menu-outer {
        padding: 30px 8px 125px;
    }

    ul#menu-main > li li.mega-menu-fake-col > ul > li {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    ul#menu-main > li li:not(.mega-menu-title) > a {
        color: #000;
        display: block;
        padding: 3px 0 3px 23px;
        position: relative;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

    ul#menu-main > li li:not(.mega-menu-title) > a:hover {
        border-top: 1px solid #dbe2e8;
        border-bottom: 1px solid #dbe2e8;
        color: #0a4989;
        font-weight: bold;
    }

    ul#menu-main > li li:not(.mega-menu-title) > a:before {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 50%;
        border: 1px solid #0a4989;
        transform: translateY(-50%) rotate(45deg);
    }

    .mega-menu-title > span, .mega-menu-title > a {
        display: block;
        font-size: 19px;
        padding: 6px 0;
        border-top: 1px solid #cfa641;
        border-bottom: 1px solid #cfa641;
        margin-bottom: 10px;
        color: #232424;
        font-weight: 500;
    }

    .mega-menu-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #404040;
        height: 65px;
        color: #fff;
    }

    .mega-menu-footer-container {
        padding: 19px 33px;
    }

    .mega-menu-footer .trustpilot-widget iframe {
        width: auto !important;
        float: right;
    }

    .mega-menu-footer .trustpilot-text {
        position: absolute;
        color: #fff;
        top: calc(50% - 1px);
        right: 287px;
        transform: translateY(-50%);
    }

    .mega-menu-footer-telephone {
        position: relative;
        padding-left: 87px;
        height: 65px;
        margin-top: -19px;
    }

    .mega-menu-footer-telephone i {
        width: 38px;
        height: 38px;
        display: inline-block;
        text-align: center;
        line-height: 42px;
        font-size: 22px;
        border: 1px solid #cfa641;
        border-radius: 100%;
        margin-top: 12px;
    }

    .mega-menu-footer-telephone a {
        color: #fff;
        font-size: 27px;
        line-height: 30px;
        position: absolute;
        left: 87px;
        padding-left: 48px;
        top: 0;
        bottom: 0;
        width: 325px;
        padding-top: 17px;
    }

    .mega-menu-footer-image {
        height: 95px;
        width: 102px;
        position: absolute;
        background-size: auto 135%;
        background-position: center top;
        bottom: 0;
        left: -10px;
    }

    .mega-menu-title .mega-menu-title {
        margin-top: 20px;
    }

    .mega-menu:not(.big-mega-menu) > ul > li {
        padding-bottom: 125px;
    }

    .mega-menu-column-without-title > span, .mega-menu-column-without-title > a {
        display: none;
    }

    ul#menu-main > .mega-menu:not(.big-mega-menu) .mega-menu-col-1 > ul > li > a,
    ul#menu-main > .mega-menu:not(.big-mega-menu) .mega-menu-col-2 > ul > li > a,
    ul#menu-main > .mega-menu:not(.big-mega-menu) .mega-menu-col-3 > ul > li > a {
        border-top: 1px solid #dbe2e8;
        border-bottom: 0;
    }

    ul#menu-main > .mega-menu:not(.big-mega-menu) .mega-menu-col-1 > ul > li:last-child > a,
    ul#menu-main > .mega-menu:not(.big-mega-menu) .mega-menu-col-2 > ul > li:last-child > a,
    ul#menu-main > .mega-menu:not(.big-mega-menu) .mega-menu-col-3 > ul > li:last-child > a {
        border-bottom: 1px solid #dbe2e8;
    }

    .mega-menu:not(.big-mega-menu) .mega-menu-col-1,
    .mega-menu:not(.big-mega-menu) .mega-menu-col-2,
    .mega-menu:not(.big-mega-menu) .mega-menu-col-3 {
        padding: 35px 35px 125px;
    }

    .big-mega-menu li.visible-xs + .mega-menu-col-1:before {
        display: none;
    }

    .big-mega-menu .mega-menu-col-1:not(:first-child):before,
    .big-mega-menu .mega-menu-col-2:not(:first-child):before,
    .big-mega-menu .mega-menu-col-3:not(:first-child):before,
    .big-mega-menu .mega-menu-col-4:not(:first-child):before {
        content: '';
        position: absolute;
        display: inline-block;
        z-index: 0;
        padding-bottom: 1000px;
        border-left: 1px solid #e6e6e6;
        top: -50px;
        left: 0;
    }

    .mega-menu:not(.big-mega-menu) .mega-menu-testimonial {
        padding: 0;
    }

    .mega-menu:not(.big-mega-menu) .mega-menu-testimonial > span {
        padding: 0 !important;
    }

    .mega-menu:not(.big-mega-menu) .mega-menu-testimonial > span:before {
        display: none;
    }

    .mega-menu:not(.big-mega-menu) .mega-menu-testimonial > span > .mega-menu-testimonial-wrapper {
        padding: 40px 180px 5000px 30px !important;
        margin-bottom: -4875px;
        background: #d9e2ed;
        cursor: default;
    }

    .mega-menu-medicals.mega-menu:not(.big-mega-menu) .mega-menu-testimonial > span > .mega-menu-testimonial-wrapper {
        padding: 40px 30px 5000px 180px !important;
        margin-bottom: -4920px;
    }

    .mega-menu-medicals .testimonial-rating {
        display: none;
    }

    .mega-menu-medicals .testimonial-name {
        color: #225799;
    }

    .mega-menu-medicals .mega-menu-testimonial-image {
        height: 270px;
        right: auto;
        left: 0;
        width: 288px;
    }

    .mega-menu:not(.big-mega-menu) .mega-menu-testimonial.text-center > span > .mega-menu-testimonial-wrapper {
        padding: 40px 30px 5000px 180px !important;
    }

    .mega-menu-testimonial-image {
        position: absolute;
        width: 305px;
        height: 215px;
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
        right: 0;
        bottom: 64px;
    }

    .mega-menu .testimonial-content {
        margin-bottom: 15px;
    }

    .mega-menu .testimonial-name {
        font-weight: normal;
    }
}

@media (min-width: 768px) {
    ul.quick-links li i:before {
        display: inline-block;
        vertical-align: middle;
    }

    .about-reasons {
        background: none !important;
    }
}

@media (min-width: 992px) {
    .mmenu {
        display: none;
    }
}

@media (max-width: 1199px) {
    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a {
        padding: 0 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .big-mega-menu .sub-menu-outer {
        width: 970px;
    }
}

@media (max-width: 991px) {
    body.sticky-header header .header-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        z-index: 999999;
    }

    img.logo {
        height: 21px;
        transition: 0.5s;
        margin: 20px auto 5px;
    }

    .header-text {
        margin: 0 auto;
        color: #000;
    }

    .header-wrapper {
        border: 0;
        background: #0a4989;
        box-shadow: 0 2px 2px rgba(79, 0, 36, 0.3);
        margin: 15px -15px 0;
    }

    .under-menu-link a {
        background: #CCA034;
    }

    .navbar + .navbar {
        min-height: 0;
        margin: 0 -15px;
        padding: 0 15px;
        background: #f6f6f6;
        display: none;
    }

    .header-wrapper * {
        color: #fff;
    }

    #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1:after {
        display: none;
    }

    .navbar {
        min-height: 50px;
    }

    #mega-menu-wrap-main_menu .mega-menu-toggle {
        height: 50px !important;
        line-height: 40px !important;
        display: block;
    }

    .mega-menu-toggle > .row > div:not(:last-child) {
        position: relative;
    }

    .menu-phone.visible {
        opacity: 1;
    }

    #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block {
        display: block;
        /*height: 50px;*/
        overflow: hidden;
        font-size: 20px;
    }

    #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block i {
        position: relative;
        top: 0;
    }

    #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block span {
        display: none !important;
        font-size: 13px;
        display: block;
        text-align: center;
        line-height: 10px;
        position: relative;
        top: -8px;
        color: #fff;
    }

    .menu-phone {
        opacity: 0;
        height: 40px;
        display: block;
    }

    .menu-phone i {
        font-size: 20px;
        position: relative;
        top: 3px;
    }

    .mega-menu-toggle > .row > div {
        width: 70px;
        float: left;
        padding: 0 12px;
        height: 35px;
        text-align: center;
    }

    .mega-menu-toggle > .row > div.menu-booking {
        line-height: 35px;
        font-size: 16px;
        margin-top: 7px;
        border-left: 1px solid #c28e0d;
        border-right: 1px solid #c28e0d;
        width: calc(100% - 210px);
    }

    .mega-menu-toggle .mega-basket {
        padding-right: 0 !important;
    }

    .mega-menu-toggle .mega-basket a {
        line-height: 35px;
        font-size: 16px;
        margin-top: 7px;
        height: 35px !important;
        padding-right: 12px;
        border-right: 1px solid #c28e0d;
    }

    span.mega-toggle-label {
        display: inline-block;
        vertical-align: top;
    }

    #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu {
        background: rgba(34, 34, 34, 0);
        padding: 0;
        display: none;
    }

    .navbar + .navbar #mega-menu-wrap-main_menu .mega-menu-toggle {
        border: 0;
        height: auto !important;
        line-height: 100% !important;
    }

    .navbar + .navbar .mega-menu-toggle div {
        display: none !important;
    }

    .mega-menu-toggle > .row > div:not(:last-child):after {
        position: absolute;
        right: 0;
        top: 47%;
        color: #084493;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '|';
    }

    .mmenu-footer img {
        max-width: 175px;
        height: auto;
    }

    .mmenu-menu > ul > li > .sub-menu > li > .sub-menu li > a,
    .menu-item-has-children > a, .menu-item-has-children > span,
    ul#menu-main-1 > li a, ul#menu-main-1 > li > span {
        position: relative;
    }

    .mmenu-menu > ul > li > .sub-menu > li > .sub-menu li > a:after,
    .menu-item-has-children > a:after, .menu-item-has-children > span:after,
    ul#menu-main-1 > li a:after, ul#menu-main-1 > li > span:after {
        content: '\78';
        font-family: "bodyvie" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #0a4989;
        font-size: 16px;
    }

    .mega-menu-home {
        position: relative;
    }

    ul#menu-main-1 > .mega-menu-home > a:after {
        content: '\48';
        font-family: "bodyvie" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #0a4989;
        font-size: 16px;
    }

    li.menu-item-has-children li.menu-item-has-children > a:after {
        content: '\71';
    }

    .online-booking-btn i {
        color: #fff;
        font-size: 23px;
        position: relative;
        top: 4px;
    }

    .booking-btn.phones i {
        font-size: 18px;
        color: #fff;
    }

    .header-btn.contact i {
        color: #fff;
        font-size: 19px;
        position: relative;
        top: 2px;
    }

    .mmenu-header .header-btn {
        padding: 5px 0 3px;
    }

    .mmenu-header a.online-booking-btn.header-btn {
        width: 85px;
    }

    .mmenu-header a.online-booking-btn.header-btn span {
        font-size: 14px;
        display: inline-block;
        margin-left: 3px;
        color: #fff;
        position: relative;
        top: -5px;
    }

    .mmenu {
        position: fixed;
        z-index: 9999999;
        top: 0;
        bottom: 0;
        right: -100%;
        display: block;
        background: #f2f4f8;
        width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        box-shadow: -1px 0 rgba(255, 255, 255, 0.3);
    }

    .mmenu > div:not(.mmenu-header) {
        overflow: auto;
        height: calc(100% - 58px);
    }

    .mmenu-header {
        height: 82px;
        background: transparent;
        position: relative;
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: -1px;
    }

    .mmenu-header .header-more {
        margin: 0 10px;
    }

    .mmenu-header.top-header .header-more > a.booking-btn {
        margin-left: 7px;
    }

    ul.sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: all 0.7s;
    }

    .not.inactive > ul.sub-menu {
        max-height: 10000px;
    }

    .mmenu-header .header-more a {
        font-size: 35px;
        color: #000;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 20px;
    }

    .mmenu-header .header-more span i:after {
        content: 'CLOSE';
        position: absolute;
        right: calc(100% + 5px);
        font-style: normal;
        top: -2px;
    }

    .mmenu-header .header-more span {
        color: #0a4989;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 16px;
    }

    .mmenu-header > i {
        font-style: normal;
        font-family: Lato;
        width: 44px;
        height: 44px;
        display: block;
        position: absolute;
        right: 100%;
        bottom: -2px;
        background: #0a4989;
        color: #fff;
        text-align: center;
        padding-top: 3px;
        cursor: pointer;
        box-shadow: inset 0 -2px rgba(0, 0, 0, 0.3);
        line-height: 42px;
        font-size: 15px;
    }

    ul.mmenu-main {
        padding: 0;
        list-style: none;
        border-top: 1px solid #c8b483;
    }

    ul.mmenu-main > li > a, ul.mmenu-main > li > span {
        font-weight: bold;
    }

    ul.mmenu-main > li > a, ul.mmenu-main > li > span {
        text-transform: uppercase;
    }

    ul.mmenu-main li > a, ul.mmenu-main li > span {
        display: block;
        font-size: 17px;
        color: #000;
        line-height: 22px;
        padding: 11px 40px 11px 20px;
        border-bottom: 1px solid #c8b483;
        font-weight: normal;
    }

    .mmenu-menu.lvl-1 > ul > li > ul > li.active.mega-menu-title + li > ul {
        max-height: 0 !important;
    }

    .mmenu-menu.lvl-1 > ul > li > ul > li.active.mega-menu-title:nth-last-child(2) > ul {
        max-height: 10000px;
    }

    .mmenu-menu.lvl-1 > ul > li.mega-menu-conditions > ul > li.active.mega-menu-title:nth-last-child(2) > ul {
        max-height: 10000px !important;
    }

    ul.mmenu-main li.active > a, ul.mmenu-main li.active > span {
        border-bottom: 1px solid #c8b483;
    }

    ul.mmenu-main > li > a, ul.mmenu-main > li > span {
        font-size: 18px;
        font-weight: 500;
    }

    ul.mmenu-main > li:nth-child(odd) > a {
        background: #fff !important;
    }

    ul.mmenu-main > li:nth-child(odd) > ul > li:nth-child(even) > a,
    ul.mmenu-main > li:nth-child(odd) > ul > li:nth-child(odd) > ul > li:nth-child(odd) > a,
    ul.mmenu-main > li:nth-child(odd) > ul > li:nth-child(even) > ul > li:nth-child(even) > a,
    ul.mmenu-main > li:nth-child(even) > ul > li:nth-child(even) > ul > li:nth-child(even) > a,
    ul.mmenu-main > li:nth-child(even) > ul > li:nth-child(odd) > ul > li:nth-child(odd) > a,
    ul.mmenu-main > li:nth-child(even) > ul > li:nth-child(even) > a {
        background: #fff !important;
    }

    ul.mmenu-main > li.not.inactive > a {
        background: #333333 !important;
        color: #fff;
    }

    .not.inactive > a:after {
        color: #fff !important;
    }

    .mmenu-body {
        position: relative;
        width: 100%;
        overflow: auto;
        z-index: 1;
    }

    .mmenu-footer {
        text-align: center;
        /*background: #f6f6f6;*/
        position: relative;
        padding: 15px 0;
        width: 100%;
    }

    .mmenu-menu > ul > li > .sub-menu > li.active-list > a:after {
        content: '\47' !important;
    }

    .mmenu-menu.lvl-2 > ul > li > .sub-menu > li.active-list > .sub-menu,
    .mmenu-menu.lvl-1 > ul > li > .sub-menu {
        max-height: 10000px;
    }

    .mmenu-main .sub-menu {
        padding: 0;
        list-style: none;
    }

    .mmenu-menu.lvl-1 > ul > li.menu-rates > ul > li > a {
        line-height: 21px;
    }

    .mega-menu-footer {
        display: none !important;
    }

    .mmenu-menu.lvl-2 > ul > li > .sub-menu {
        display: block;
    }

    .mmenu-menu.lvl-2 > ul > li > .sub-menu > li > .sub-menu {
        display: block;
    }

    .mmenu-menu > ul > li > .sub-menu > li > .sub-menu li a {
        font-size: 16px;
        line-height: 21px;
        border: 0;
        color: #0a4989;
        padding: 12px 40px 12px 20px;
    }

    .mmenu-menu > ul > li > ul > li:last-child {
        border-bottom: 1px solid #c8b483;
    }

    .mmenu-menu > ul > li > ul > li > a {
        border-bottom: 0;
    }

    .mmenu-menu > ul > li > ul > li:not(:first-child) > a {
        border-top: 1px solid #c8b483;
    }

    .mmenu-menu.lvl-0 > ul > li:not(.hidden-xs):not(.hidden-sm) {
        display: block !important;
    }

    .mmenu-body > div {
        display: none;
    }

    .mmenu-menu.lvl-1 > ul > li > ul > li {
        display: none;
    }

    .mmenu-menu.lvl-2 > ul > li > .sub-menu > li.active {
        display: block;
    }

    .mmenu-menu.lvl-1 > ul > li > ul > li.active {
        display: block;
    }

    .inactive {
        display: none;
    }

    .inactive.visible-xs,
    .inactive.visible-sm {
        display: none !important;
    }

    .not.inactive.visible-xs,
    .not.inactive.visible-sm {
        display: block !important;
    }

    .not.inactive {
        display: block;
    }

    .inactive-inline {
        display: none;
    }

    .not.inactive-inline {
        display: inline-block;
    }

    span.back-stage span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
        margin-left: 10px;
        position: relative;
        text-align: center;
    }

    span.back-stage span i {
        display: block;
        height: 100%;
        line-height: 35px;
        font-size: 12px;
        position: relative;
        top: 1px;
    }

    span.back-stage {
        color: #0a4989;
        font-size: 14px;
        margin-top: 47px;
        cursor: pointer;
        display: none;
    }

    span.back-stage.active {
        display: inline-block;
    }

    .mmenu-menu.lvl-1 > ul > li.no-cols.not.inactive > ul > li > a {
        display: none;
    }

    .mmenu-menu.lvl-1 > ul > li.no-cols.not.inactive > ul > li > a + ul, .mmenu-menu.lvl-1 > ul > li.no-cols.not.inactive > ul > li > span + ul {
        display: block;
    }

    .mmenu-menu.lvl-1 > ul > li.no-cols.not.inactive > ul > li > a + ul a, .mmenu-menu.lvl-1 > ul > li.no-cols.not.inactive > ul > li > span + ul a {
        font-size: 16px;
    }

    .mmenu-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999998;
        background: rgba(0, 0, 0, 0.3);
        display: none;
    }

    .mmenu-phones {
        text-align: center;
    }

    .mmenu-phones .header-phones ul {
        margin: 0;
        border-top: 1px solid #e3e3e3;
    }

    .mmenu-phones .header-phones ul li {
        padding: 0;
    }

    .mmenu-phones .header-phones ul li > div {
        padding: 20px 0 15px;
        display: block;
        border-bottom: 1px solid #e3e3e3;
    }

    .mmenu-phones .header-phone i {
        font-size: 15px;
        color: #0a4989;
        vertical-align: middle;
    }

    .mmenu-phones .header-phone a {
        font-size: 16px;
        color: #fff;
        position: relative;
        top: 2px;
    }

    .mmenu-phones .header-phone i {
        color: #fff;
        top: 1px;
        font-size: 13px;
    }

    .mmenu-phones .header-phones ul li span.header-phone > * {
        vertical-align: middle;
        padding: 0;
    }

    .mmenu-phones .header-phone {
        display: block;
        width: 145px;
        margin: 2px auto 5px;
        font-size: 16px;
        color: #fff;
        padding: 4px 0;
        vertical-align: middle;
        background: #4c7b9e;
        border-bottom: 2px solid #0a4a7c;
        font-weight: bold;
    }

    .mmenu-phones span {
        font-size: 13px;
        color: #4c7b9e;
    }

    ul.mmenu-main > li > a, ul.mmenu-main li.menu-item-has-children > a,
    ul.mmenu-main > li > span, ul.mmenu-main li.menu-item-has-children > span {
        background: 0;
    }

    .header-right {
        float: right;
        width: 36%;
        text-align: right;
        padding: 15px 0 0;
    }

    .header-btn {
        text-align: center;
        display: inline-block;
        width: 43px;
        height: 35px;
        vertical-align: top;
        line-height: 35px;
        background-color: #0a4989;
        box-shadow: inset 0 -2px rgba(0, 0, 0, 0.3);
        color: #fff;
        font-family: inherit;
        font-size: 14px;
    }

    .header-btn:last-child {
        margin-left: 12px;
    }

    .header-right .mobile-menu-btn {
        padding-right: 5px;
    }

    .fright {
        float: right;
    }

    span.callus.header-btn {
        margin-top: 0;
        position: relative;
        line-height: 28px;
    }

    span.callus.header-btn a {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 1px;
        color: transparent;
        opacity: 0;
    }

    .mmenu #mega-menu-wrap-main_menu .mega-menu-toggle {
        display: none;
    }

    .mmenu #mega-menu-wrap-main_menu ul#mega-menu-main_menu {
        display: block;
    }

    .emptyCol > a, .emptyCol > span {
        display: none !important;
    }

    .emptyCol > ul {
        display: block;
    }
}

@media (max-width: 400px) {
    .mega-menu-toggle > .row > div {
        width: 60px;
    }

    .mega-menu-toggle > .row > div.menu-booking {
        width: calc(100% - 180px);
    }
}

.product .summary {
    height: auto;
    position: static;
}

.product .product_meta {
    margin-top: 2em;
}

li.product.type-product.post-22790.status-publish.last.instock.product_cat-offer.has-post-thumbnail.sale.shipping-taxable.purchasable.product-type-simple {
    position: relative;
}

span.sales-bagde {
    position: absolute;
    top: 15px;
    left: -10px;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.bagde-image.lazy.loaded {
    margin: 0 !important;
    z-index: 1;
}

img.bagde-image {
    margin: 0 !important;
    z-index: 1;
}

span.discount {
    position: relative;
    z-index: 1;
    color: white;
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
}

.bagde-image {
    margin: 0 !important
}

.bagde-image {
    position: absolute;
}

.woocommerce span.onsale {
    background: #cc0100
}

.woocommerce .woocommerce-ordering select {
    background: url(img/blue-select-arrow.png) no-repeat calc(100% - 10px) center #dfdcde !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #fff;
    background: #0a4989;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    line-height: 35px;
    padding: 0 18px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: black;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 0;
}

.woocommerce .quantity .qty {
    width: 3.631em !important;
    border: 1px solid #efefef;
    padding: 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    line-height: inherit;
    padding: 6px 12px;
    border: 1px solid #efefef;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #efefef;
    background: white;
    text-align: center;
    transition: .5s;
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    border-color: #d6b25a;
}

.woocommerce ul.products li.product .price {
    text-align: center;
}

.woocommerce ul.products li.product .button {
    font-size: 14px;
    margin: 1em auto;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em;
    line-height: inherit;
    font-size: 19px;
}

.woocommerce div.product div.summary {
    background: transparent;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
    color: #b68e2d;
    font-size: 18px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    line-height: inherit;
    width: 120px;
}

.woo-wrapper.default-content {
    padding-top: 0;
}

#ship-to-different-address label {
    font-weight: 300;
    margin: 0;
}

#ship-to-different-address input {
    margin-top: 5px;
}

#ship-to-different-address #ship-to-different-address-checkbox {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.wp-block-embed__wrapper iframe {
    width: 100%;
    margin-bottom: 30px;
}

.prev-next-links {
    margin-bottom: 28px;
    padding-top: 17px;
    border-top: 1px solid #dcdcdc;
    width: 100%;
    gap: 30px;
}

.prev-link {
    text-align: right;
}

@media (max-width: 767px) {
    .prev-link {
        text-align: center;
    }

    .next-link {
        text-align: center;
    }
}

.blog-reasons .reasons-wrapper {
    margin: 30px 0 60px;
    background: #0a4989;
    padding-bottom: 60px;
}

.blog-reasons .standard-btn {
    background: #d2ac4d;
}

.blog-reasons h5 {
    font-size: 12px;
    line-height: 20px;
    color: white;
}

.blog-reasons img {
    padding: 10px 30px;
}

.widget-related-treatments a.popular-treatment {
    margin-bottom: 20px;
    background: #eef2f7;
    box-shadow: 4px 4px rgba(72, 0, 24, 0.3);
}

.widget-related-treatments .popular-treatment-content-back {
    position: absolute;
    left: -105px;
    right: 0;
    text-align: left;
}

.widget-related-treatments .popular-treatment-content-back:after {
    content: "\78";
    font-family: "bodyvie" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px;
}

.widget-related-treatments > h5 {
    background: transparent;
    padding-top: 20px;
    margin-bottom: 10px;
}

.widget-related-treatments .popular-treatment-img:before {
    box-shadow: inset -7px 0 20px 18px #eef2f7;
}

.author-container {
    padding: 40px !important;
    background: #EEF2F8 !important
}

.authors-name {
    text-transform: capitalize;
    border-bottom: 1px solid #dcbd73;
    padding-bottom: 5px;
}

.image-author-wrapper img {
    width: 100%;
}

.post-author {
    margin: 75px 0 75px;
}

.main-content-wrapper {
    width: 100%;
}

.col-sm-9.author-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 144px;
}

.author-span {
    font-weight: 600;
    text-decoration: underline;
    font-size: 18px;
}

@media (max-width: 992px) and (min-width: 768px) {
    .treatment-hero-image-wrapper:not(.condition-hero-image-wrapper) {
        top: 135px;
        height: 76%;
    }
}

@media (max-width: 992px) {
    .content-voucher {
        padding: 55px 30px;
    }

    p.content-vounder {
        width: 65%;
    }

    aside#quote_widget-2 {
        padding: 25px 15px;
    }
}

@media (max-width: 785px) {
    .col-sm-9.author-content-wrapper {
        margin-top: 35px;
    }

    .image-author-wrapper img {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .image-author-wrapper img {
        width: 100%;
    }
}

@media (min-width: 2600px) {
    .treatment-hero .treatment-hero-image-wrapper {
        right: -98%;
    }
}