@media (max-width: 575.98px) {
    
    h1, span.header__heading-1 {
        font-size: 2.4rem;
    }
    
    h2 {
        font-size: 2.4rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2rem;
    }
    
    h5 {
        font-size: 2rem;
    }
    
    h6 {
        font-size: 2rem;
    }
    
    .header, .header__owl-carousel, .hoc__image {
        height: 300px;
    }
    
    p {
        font-size: 1.4rem !important;
    }
    
    .table__span--big {
        font-size: 2rem !important;
    }

    .table__span--price {
        font-size: 2rem !important;
    }
	
	.equipments__col {
        height: auto;
    }
    
    .col-xs--margin-top, .row-xs--margin-top {
        margin-top: 30px;
    }
    
    .xs--hidden {
        display: none;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1, span.header__heading-1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 4rem;
    }
    
    h4 {
        font-size: 2rem;
    }
    
    h5 {
        font-size: 2rem;
    }
    
    h6 {
        font-size: 2rem;
    }
    
    .header, .header__owl-carousel, .hoc__image {
        height: 300px;
    }
    
    .table__span--big {
        font-size: 2rem !important;
    }

    .table__span--price {
        font-size: 2rem !important;
    }
	
	.equipments__col {
        height: auto;
    }
    
    .col-sm--margin-top, .row-sm--margin-top {
        margin-top: 30px;
    }
    
    .sm--hidden {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1, span.header__heading-1 {
        font-size: 4.8rem;
    }
    
    h2 {
        font-size: 4.8rem;
    }
    
    h2 span {
        margin-top: -30px;
    }
    
    h3 {
        font-size: 4.8rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 2.4rem;
    }
    
    .header, .header__owl-carousel, .hoc__image {
        height: 300px;
    }
    
    .contact, .contact__col {
        min-height: 461px;
    }
    
    .contact__inner {
        margin-left: 350px;
    }
	
	.equipments__col {
        margin: 20px 0;
        height: auto;
    }
    
    .col-md--margin-top, .row-md--margin-top {
        margin-top: 30px;
    }
    
    .md--hidden {
        display: none;
    }

}

@media (max-width: 991.98px) {

    .services__inner {
        padding-top: 30px;
    }
    
    .contact--padding {
        padding: 50px 0;
    }
    
    .table--custom tr td:first-child {
        width: 60%;
    }
	
	.equipments__image {
        height: auto;
        max-width: 100%;
    }

}

@media (min-width: 992px) {
    
    h1, span.header__heading-1 {
        font-size: 4.8rem;
    }
    
    h2 {
        font-size: 4.8rem;
    }
    
    h2 span {
        margin-top: -30px;
    }
    
    h3 {
        font-size: 4.8rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 2.4rem;
    }
    
    .header, .header__owl-carousel, .hoc__image {
        height: 458px;
    }
    
    .services__inner {
        padding: 0 30px;
        margin-top: -50px;
    }
    
    .contact, .contact__col {
        min-height: 411px;
    }
    
    .contact--padding {
        padding-top: 100px;
    }
    
    .contact__inner {
        margin-left: 400px;
    }
    
    .table--custom tr td:first-child {
        width: 90%;
    }

    .text-lg-justify {
        text-align: justify !important;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	
	.equipments__image {
        height: auto;
        max-width: 100%;
    }
    
    .equipments__col-content {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    
    .col-lg--margin-top, .row-lg--margin-top {
        margin-top: 30px;
    }
    
    .lg--hidden {
        display: none;
    }

}

@media (max-width: 1199.98px) {
    
    .body {
        padding-top: 42px;
    }
    
    .navbar--custom {
        background-color: #ffffff;
    }
    
    .navbar-brand {
        margin: 0;
        position: relative;
        left: 7px;
    }
    
    .navbar-brand__image {
        height: 40px;
        width: auto;
    }
    
    .navbar-nav {
        margin: 20px 0 10px 0;
    }
    
    .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.8rem;
        color: #ffffff;
        text-align: center;
    }
    
    .nav-item:last-child {
        margin-bottom: 0;
    }
    
    .nav-item a {
        margin: 0;
        padding: 0 0 2px 0;
    }
    
    .navbar--custom .nav-item:hover .nav-link, .navbar--custom .nav-item:focus .nav-link {
        color: #211f1f;
    }
    
    .navbar--custom .social-list {
        position: absolute;
        top: 12px;
        right: 60px;
        z-index: 3;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        background-color: #211f1f;
        color: #ffffff !important;
    }
	
	.section-padding--top {
        padding-top: 40px !important;
    }
    
}

@media (min-width: 1200px) {
    
    .body {
        padding-top: 100px;
    }
    
    .navbar-nav li a {
        padding: 0 !important;
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
    }
    
    .navbar-nav li a:hover:before, .navbar-nav li a:focus:before {
        background-color: #211f1f;
        height: 30px;
        width: 1px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }
    
    .navbar--custom {
        background-color: #ffffff;
        height: 110px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand__image {
        margin-top: -20px;
        height: 76px;
        width: auto;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand, .navbar--custom .navbar-nav li a {
        height: 110px;
        line-height: 110px;
    }
    
    .navbar--shrink {
        background-color: #ffffff;
        height: 50px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--shrink .navbar-brand__image {
        margin-top: -10px;
        height: 40px;
        width: auto;
    }

    .navbar--shrink .navbar-brand, .navbar--shrink .navbar-nav li a {
        height: 50px;
        line-height: 50px;
    }
    
    .nav-item {
        font-size: 1.6rem;
    }
    
    .nav-item:last-child {
        padding-right: 0;
    }
	
	.equipments__col {
        padding: 0 !important;
        height: 533px;
    }

    .equipments__image {
        height: 533px;
        width: auto;
    }
    
    .equipments__inner {
        position: absolute;
        top: 0;
    }
    
    .equipments__inner--left {
        right: 0;
    }

    .equipments__inner--right {
        left: 0;
    }

    .equipments__col-content {
        padding: 10px;
        height: 533px;
    }
    
    .equipments__col-content--right {
        padding-left: 50px;
        padding-right: 0;
    }
    
    .equipments__col-content--left {
        padding-left: 0;
        padding-right: 50px;
    }
	
	.section-padding--top {
        padding-top: 40px !important;
    }
    
    .text-xl-justify {
        text-align: justify !important;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .xl--hidden {
        display: none;
    }
	
	.xl--vertical-align {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

}

html, body {
    height: 100%;
    font-size: 62.5%;
}

body * {
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.body {
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, span.header__heading-1 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    line-height: 1em;
}

h1 {
	font-weight: 400;
}

h2, h3, h4, h5, h6 {
	font-weight: 400;
	text-transform: uppercase;
}

h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus {
    color: inherit;
    text-decoration: none;
}

h1 span, h2 span {
    font-family: 'Raleway', sans-serif;
    color: #bebebe;
    text-transform: none;
    display: block;
}

h2 span {
	line-height: 2em;
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    line-height: 2.4rem;
}

p:first-child {
    margin-top: 0;
}

strong {
    font-weight: 700;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    height: auto;
    max-width: 1920px;
    overflow-x: hidden;
}

.navbar--custom {
    z-index: 9999;
}

.navbar--custom .nav-item {
    font-family: 'Lato', sans-serif;
    color: #211f1f;
    text-transform: uppercase;
    position: relative;
}

.navbar--custom .navbar-nav .nav-link {
    color: #211f1f;
}

.navbar-toggler--custom {
    background: transparent !important;
    border: none;
    border-radius: 0 !important;
}

.navbar-toggler--custom:focus {
    background: transparent !important;
    outline: none !important;
}

.navbar-toggler .icon-bar {
    background-color: #211f1f;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    height: 2px;
    width: 22px;
    border-radius: 1px;
    display: block;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background-color: #c37c80;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background-color: #c37c80;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #c37c80;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.header {
    background-color: #f2f2f0;
    width: 100%;
    position: relative;
    overflow: hidden;
 }

.header__inner {
    width: 100%;
    position: absolute;
    top: 53%;
    left: 0;
    z-index: 99;
    transform: translateY(-47%);
}

.header__heading-1 {
    color: #211f1f;
}

.header__owl-carousel {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.header__1 {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 3;
    opacity: 0.05;
}

.header__2 {
    position: absolute;
    right: -200px;
    bottom: -1px;
    z-index: 3;
}

.main {
    background-color: #ffffff;
}

.main--padding {
    padding: 50px 0;
}

.main h1, .main h2 {
    margin-bottom: 30px;
    font-size: 3rem;
    color: #000000;
}

.main p {
    font-size: 1.6rem;
    color: #211f1f;
}

.main li {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    color: #211f1f;
    line-height: 2.4rem;
}

.main ol, .main ul {
    margin-top: 16px;
    margin-bottom: 16px;
}

.main li a {
    color: #211f1f;
    text-decoration: none;
}

.main li a:hover, .main li a:focus {
    color: #211f1f;
    text-decoration: underline;
}

.treatments {
    position: relative;
    z-index: 2;
}

.treatments--padding {
    padding: 50px 0;
}

.treatments__heading-2 {
    margin-bottom: 30px;
    color: #211f1f;
}

.treatments--box h2, .treatments--list h2 {
    font-size: 3rem;
}

.treatments p {
    font-size: 1.6rem;
    color: #211f1f;
}

.treatments__box {
    position: relative;
}

.tb__heading-2 {
    padding: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tb__image {
    height: auto;
    width: 100%;
    max-width: 371px;
}

.services {
    background-color: #f2f2f0;
}

.services--padding {
    padding: 50px 0;
}

.services__heading-2 {
    margin-bottom: 30px;
    color: #211f1f;
}

.services__heading-3 {
    color: #211f1f;
}

.services p {
    font-size: 1.6rem;
    color: #211f1f;
}

.services__image {
    height: auto;
    max-width: 100%;
}

.contact {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.contact__heading-2 {
    margin-bottom: 10px;
    color: #211f1f;
	text-transform: inherit;
}

.contact__heading-2--margin-top {
    margin-top: 30px;
}

.contact p {
    font-size: 1.6rem;
    color: #211f1f;
}

.contact p a, .contact p a:hover, .contact p a:focus {
    color: #211f1f;
    text-decoration: none;
}

.contact__image {
    height: auto;
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact__social {
    margin: 40px 0;
    height: auto;
    width: 40px;
}

.contact__social:first-child {
    margin-right: 30px !important;
}

.btn--custom {
    padding: 15px 20px 18px 20px;
    width: auto;
    min-width: 200px;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--black, .btn--black:hover, .btn--black:focus {
    background-color: transparent;
    color: #211f1f;
    border: 1px solid #211f1f;
}

.btn--white, .btn--white:hover, .btn--white:focus {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn--pink, .btn--pink:hover, .btn--pink:focus {
    background-color: transparent;
    color: #a77378;
    border: 1px solid #a77378;
}

.btn--wide {
    width: 100%;
}

.btn--margin-top {
    margin-top: 30px;
}

.row--margin-top {
    margin-top: 40px;
}

.preloader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.preloader__inner {
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 10px solid #f5f5f5;
    border-top: 10px solid #211f1f;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.arrow {
    background-color: rgba(33, 31, 31, 0.75);
    height: 60px;
    width: 60px;
    border-radius: 0;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999999;
    display: none;
}

.arrow__fa {
    font-family: 'Font Awesome 5 Free';
    font-size: 2rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a {
    height: 60px;
    width: 60px;
    display: block;
}

.layer {
    position: relative;
    z-index: 3;
}

.padding--no {
    padding: 0;
}

.background-cover {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.background-cover--ct {
    background-position: center top;
}

.background-cover--rt {
    background-position: right top;
}

.background-cover--cc {
    background-position: center center;
}

.background-cover--cb {
    background-position: center bottom;
}

.background-cover--lc {
    background-position: left center;
}

.background-cover--rc {
    background-position: right center;
}

.table--custom {
    width: 100%;
    border: none;
    border-collapse: collapse;
    display: table;
}

.table--custom td {
    padding: 15px 10px;
}

.table--custom td {
    max-width: 0px;
    border: none;
    vertical-align: top;
    display: table-cell;
}

.table--custom > thead > tr > th {
    border-bottom: none;
}

.table--custom p {
    margin: 5px 0;
    font-size: 1.6rem;
    color: #211f1f;
    text-align: inherit !important;
}

.table--custom span {
    font-family: 'Lato', sans-serif;
    color: #211f1f;
    line-height: 1.2em;
    display: block;
}

.table__span--big {
    max-width: 90%;
    font-size: 2.4rem;
    font-weight: 400;
}

.table__span--price {
    font-size: 2.4rem;
    font-weight: 900;
}

.equipments--padding {
    padding: 0;
}

.equipments__heading-2 {
    margin-bottom: 30px;
	text-transform: inherit !important;
    font-size: 5rem;
    color: #211f1f;
}

.equipments p {
    font-size: 1.6rem;
    color: #211f1f;
}

.content {
	padding-bottom: 50px;
}

.content__heading-1 {
	color: #211f1f;
}