/*
    font-family: 'Montserrat', sans-serif;
*/

body {
    font-family: 'Montserrat', sans-serif;
}

a {
    transition: all 0.5s;
}

button {
    transition: all 0.5s;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 0;
}

/* ============== MAIN COLOUR ============== */
/*.main_color: #3b477a; ============== OLD BLUE */
.main_color {
    color: #000000;
}

.active .main_color {
    color: #555555;
}

.main_color_bg {
    background-color: #000000;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* =====================================================================================================
================================================ HEADER ================================================
===================================================================================================== */

.join_team {
    text-align: right;
}
.offer_bar_cont {
    background-color: #000000;
}
.join_team a {
    color: #ffffff;
    text-decoration: none;
    /*font-size: 10px;*/
    font-size: 14px;
    font-weight: 600;
    margin-right: 40px;
}

header.fixed-top.container-fluid {
    padding-left: 0;
    padding-right: 0;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);*/
}

header .offer_bar {
    /*background-color: #1ff6fe;*/
    background-color: #000000;
    font-size: 16px;
    line-height: 16px;
    /*color: #4f5984;*/
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    padding-top: 9px;
    padding-bottom: 9px;
    height: auto;
    transition: all 0.5s;
}

header.scrolled .offer_bar {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 20px;
    margin-right: 0px;
}

@media (min-width: 1200px) {
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 40px;
        margin-right: 0px;
    }
}

.navbar-brand img {
    /*max-width: 257px;*/
    max-width: 260px;
}

@media (min-width: 1200px) {
.navbar-brand img {
    /*max-width: 257px;*/
    max-width: 330px;
}
}

header nav.navbar {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
    /*background-color: #ffffff;*/
    background-image: url(/images/header_bg.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    transition: all 0.5s;
}

header.scrolled nav.navbar {
    padding-top: 12px;
    padding-bottom: 12px;
}

header a.nav-link {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999999;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    header a.nav-link {
        font-size: 13px;
        line-height: 15px;
        font-weight: 600;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 0px solid #555555;
        text-transform: none;
        text-transform: uppercase;
    }
}
@media (min-width: 1400px) {
    header a.nav-link {
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 0px solid #555555;
        text-transform: none;
        text-transform: uppercase;
    }
}

header li.nav-item {
    padding-left: 0px;
}

@media (min-width: 1200px) {
    header li.nav-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

header a.nav-link:hover {
    text-decoration: none;
    color: #555555;
}


header .right_nav_cont {
    padding-left: 15px;
    padding-right: 15px;
    margin-right:40px;
}

header .header_book_btn_cont {
    text-align: right;
}

header .header_book_btn {
    /*font-size: 11px;*/
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #FD5E0F;
}

header .header_book_btn:hover {
    background-color: #555555;
    text-decoration: none;
}

.header_phonenumber {
    text-align: right;
}

.header_phonenumber a {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    color:#000000;
}

.header_phonenumber a:hover {
    color: #000000;
    text-decoration: none;
}

#navbarCollapse .navbar-nav {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 1200px) {
    #navbarCollapse .navbar-nav {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

/* =========================================================================================================
================================================ END HEADER ================================================
========================================================================================================= */


/* ========================================================================================================
================================================ HOME HERO ================================================
======================================================================================================== */

.hero_cont {
    background-image: url(/images/hero.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home_hero_message_cont {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    color: #ffffff;
    text-align: right;
    max-width: 250px;
    margin-left: auto;
    letter-spacing: 0px;
}

@media (min-width: 1200px) {
    .home_hero_message_cont {
        padding-top: 120px;
        padding-bottom: 180px;
        font-size: 50px;
        line-height: 50px;
        font-weight: 100;
        color: #ffffff;
        text-align: right;
        max-width: 550px;
        margin-left: auto;
        letter-spacing: -2.5px;
    }
}




.index_hero_cont.videob .home_hero_message_cont {
    font-family: 'Roboto', sans-serif;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    color: #2c2c2c;
    text-align: right;
    max-width: 250px;
    margin-left: auto;
    letter-spacing: 0px;
}

@media (min-width: 1200px) {
    .index_hero_cont.videob .home_hero_message_cont {
        font-family: 'Roboto', sans-serif;
        padding-top: 120px;
        padding-bottom: 180px;
        font-size: 60px;
        line-height: 60px;
        font-weight: 100;
        color: #2c2c2c;
        text-align: right;
        max-width: 550px;
        margin-left: auto;
        letter-spacing: -2.5px;
    }
}

.index_hero_cont.videob .home_hero_message_cont span {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}




.index_hero_cont.video .home_hero_message_cont {
    font-family: 'Roboto', sans-serif;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    color: #000000;
    text-align: left;
    max-width: none;
    margin-left: auto;
    letter-spacing: 0px;
}

@media (min-width: 1200px) {
    .index_hero_cont.video .home_hero_message_cont {
        font-family: 'Roboto', sans-serif;
        padding-top: 100px;
        padding-bottom: 0px;
        font-size: 68px;
    line-height: 87px;
        font-weight: 100;
        color: #000000;
        text-align: left;
        max-width: none;
        margin-left: auto;
        letter-spacing: -2.5px;
    }
}



.home_hero_button_cont {
    padding-left: 0px;
    padding-right: 0px;
}


@media (min-width: 1200px) {
.home_hero_button_cont {
    padding-right: 0px;
    padding-left: 15px;
}
}


.home_hero_button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: none;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
.home_hero_button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: 190px;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
}

.home_hero_button:hover {
    background-color: #666666;
    color: #ffffff;
    text-decoration: none;
}

.home_hero_button:after {
    content: "";
    display: block;
    padding-bottom: unset;
}

@media (min-width: 1200px) {
.home_hero_button:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
}

.home_hero_button_text {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}


@media (min-width: 1200px) {
.home_hero_button_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

.home_hero_button_arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* ========================================================================================================
============================================== END HOME HERO ==============================================
======================================================================================================== */


/* ==========================================================================================================
================================================ HOME WHY US ================================================
========================================================================================================== */

.why_us_cont {
    background-image: url(/images/home_why_us_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

.why_us_core_cont {
    padding-top: 100px;
    padding-bottom: 60px;
}


@media (min-width: 1200px) {
.why_us_core_cont {
    padding-top: 130px;
    padding-bottom: 130px;
}
}

.why_us_title {
    font-size: 44px;
    line-height: 44px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -1.1px;
}





.why_us_title_cont {
    background-image: url(/images/title_bar.png);
    background-position: center left;
    background-repeat: repeat-x;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .why_us_title_cont {
        background-image: url(/images/title_bar.png);
        background-position: center left;
        background-repeat: repeat-x;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 70px;
    }
}

.why_us_title {
    background-color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;
}



.why_us_text {
    font-size: 17px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -0.23px;
}

@media (min-width: 1200px) {
    .why_us_text {
        /*font-size: 17px;*/
        font-size: 18px;
        line-height: 35px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 50px;
        /*letter-spacing: -0.23px;*/
    }
}





.why_us_button_cont {
    padding-left: 0px;
    padding-right: 0px;
}


@media (min-width: 1200px) {
.why_us_button_cont {
    padding-right: 0px;
    padding-left: 15px;
}
}



.why_us_button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: none;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
.why_us_button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: 190px;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
}


.why_us_button:hover {
    background-color: #666666;
    color: #ffffff;
    text-decoration: none;
}


.why_us_button:after {
    content: "";
    display: block;
    padding-bottom: unset;
}

@media (min-width: 1200px) {
.why_us_button:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
}



.why_us_button_text {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}


@media (min-width: 1200px) {
.why_us_button_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

.why_us_button_arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}


/* ==========================================================================================================
============================================== END HOME WHY US ==============================================
========================================================================================================== */



/* ==================================================================================================================
================================================ TREATMENTS OVERVIEW ================================================
================================================================================================================== */


.home_treatments_overview_cont {
    background-color: #f4f7fa;
}

.home_treatments_overview_text_cont {
    padding-top: 70px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 1200px) {
    .home_treatments_overview_text_cont {
        padding-top: 80px;
        padding-bottom: 0px;
        padding-right: 0;
        padding-left: 15px;
    }
}

.home_treatments_overview_image_cont {
    background-image: url(/images/treatments_overview_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_treatments_overview_image_cont img {
    width: 100%;
}

.hto_title_cont {
    background-image: url(/images/title_bar.png);
    background-position: center left;
    background-repeat: repeat-x;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 490px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.hto_cont {
    padding-left:15px;
    padding-right:15px;
}

@media (min-width: 1200px) {

    .hto_cont {
        padding-left:0px;
        padding-right:0px;
    }
    .hto_title_cont {
        background-image: url(/images/title_bar.png);
        background-position: center left;
        background-repeat: repeat-x;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 360px;
        margin: 0 auto;
        margin-bottom: 70px;
    }
}

.hto_title {
    background-color: #f4f7fa;
    font-size: 15px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;
}

.hto_text_cont {
    max-width: 490px;
    margin: 0 auto;
}

.hto_text_title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.19px;
    margin-bottom: 10px;
}


@media (min-width: 1200px) {
    .hto_text_title {
        font-size: 19px;
        line-height: 19px;
        font-weight: 300;
        text-align: center;
        letter-spacing: -0.19px;
        margin-bottom: 10px;
    }
}

.hto_text {
    text-align: center;
    /*font-size: 17px;*/
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    /*letter-spacing: -0.15px;*/
    margin-bottom: 50px;
}

.hto_text a {
    font-size: 17px;
    line-height: 35px;
    font-weight: 200;
    letter-spacing: -0.15px;
    text-decoration: underline;
}




.home_treatments_cont {
    padding-left: 0px;
    padding-right: 0px;
}


@media (min-width: 1200px) {
.home_treatments_cont {
    padding-right: 0px;
    padding-left: 15px;
}
}



.home_treatments {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: none;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
.home_treatments {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: 190px;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
}

.home_treatments:hover {
    background-color: #666666;
    color: #ffffff;
    text-decoration: none;
}



.home_treatments:after {
    content: "";
    display: block;
    padding-bottom: unset;
}

@media (min-width: 1200px) {
.home_treatments:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
}




.home_treatments_text {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}


@media (min-width: 1200px) {
.home_treatments_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

.home_treatments_arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
/* ==================================================================================================================
============================================== END TREATMENTS OVERVIEW ==============================================
================================================================================================================== */


/* ==================================================================================================================
================================================ WHAT OUR CLIENTS SAY ===============================================
================================================================================================================== */



.home_testimonials_title_cont {
    background-image: url(/images/title_bar.png);
    background-position: center left;
    background-repeat: repeat-x;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .home_testimonials_title_cont {
        background-image: url(/images/title_bar.png);
        background-position: center left;
        background-repeat: repeat-x;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 70px;
    }
}

.home_testimonials_title {
    background-color: #ffffff;
    font-size: 15px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;
}



.home_testimonials_cont {
    margin-top: 70px;
    margin-bottom: 70px;
}

@media (min-width: 1200px) {
    .home_testimonials_cont {
        margin-top: 130px;
        margin-bottom: 130px;
    }
}

.ht_testimonial {
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 0.33px;
}

@media (min-width: 1200px) {
    .ht_testimonial {
        font-size: 33px;
        line-height: 35px;
        font-weight: 200;
        text-align: center;
        letter-spacing: 0.33px;
    }
}

#home_testimonials_carousel .carousel-control-next,
#home_testimonials_carousel .carousel-control-prev {
    width: 16px;
}

/* ==================================================================================================================
============================================== END WHAT OUR CLIENTS SAY =============================================
================================================================================================================== */


/* ==================================================================================================================
==================================================== HOME LOCATION ===================================================
================================================================================================================== */

.contact_location_cont {
    background-color: #ffffff;
}

.home_location_cont {
    background-color: #f7f9fc;
}

.home_location_right_cont {
    padding-top: 70px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left:0px;
}

@media (min-width: 1200px) {
    .home_location_right_cont {
        padding-top: 80px;
        padding-bottom: 0px;
        padding-right: 0;
        padding-left:15px;
    }
}

.home_location_left_cont {
    padding-left: 0px;
    padding-right: 0px;
}

.hl_title_cont {
    background-image: url(/images/title_bar.png);
    background-position: center left;
    background-repeat: repeat-x;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 244px;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .hl_title_cont {
        background-image: url(/images/title_bar.png);
        background-position: center left;
        background-repeat: repeat-x;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 264px;
        margin: 0 auto;
        margin-bottom: 90px;
    }
}

.hl_title {
    background-color: #f7f9fc;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;
}

.contact_location_cont .hl_title {
    background-color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;
}

.hl_text_cont {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.18px;
    margin-bottom: 70px;
}

@media (min-width: 1200px) {
    .hl_text_cont {
        font-size: 18px;
        line-height: 32px;
        font-weight: 300;
        text-align: center;
        letter-spacing: -0.18px;
        margin-bottom: 140px;
    }
}

.hl_text_cont a {
    text-decoration: none;
    font-weight: 600;
}

.hl_text_cont a:hover {
    text-decoration: none;
    color: #555555;
}







.home_location_btn_cont {
    padding-left: 0px;
    padding-right: 0px;
}


@media (min-width: 1200px) {
.home_location_btn_cont {
    padding-right: 0px;
    padding-left: 15px;
}
}



.home_location_btn {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: none;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
.home_location_btn {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: 190px;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
}

.home_location_btn:hover {
    background-color: #666666;
    color: #ffffff;
    text-decoration: none;
}




.home_location_btn:after {
    content: "";
    display: block;
    padding-bottom: unset;
}

@media (min-width: 1200px) {
.home_location_btn:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
}




.home_location_btn_text {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}


@media (min-width: 1200px) {
.home_location_btn_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

.home_location_btn_arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}




/* ==================================================================================================================
================================================== END HOME LOCATION ================================================
================================================================================================================== */


/* ==================================================================================================================
==================================================== HOME CONTACT ===================================================
================================================================================================================== */

.home_contact_cont {
    background-color: #000000;
}

.home_contact_left_cont {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width: 1200px) {
    .home_contact_left_cont {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.home_contact_right_cont {
    background-image: url(/images/home_contact_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_contact_right_cont img {
    width: 100%;
}

.hc_title_cont {
    background-image: url(/images/title_bar_w.png);
    background-position: center left;
    background-repeat: repeat-x;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .hc_title_cont {
        background-image: url(/images/title_bar_w.png);
        background-position: center left;
        background-repeat: repeat-x;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 290px;
        margin: 0 auto;
        margin-bottom: 90px;
    }
}

.hc_title {
    background-color: #000000;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}

.hc_subtitle_cont {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    letter-spacing: -0.18px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .hc_subtitle_cont {
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
        text-align: center;
        color: #ffffff;
        letter-spacing: -0.18px;
        margin-bottom: 60px;
    }
}

.hc_subtitle_cont span {
    font-weight: 300;
}

.hc_form_cont {
    max-width: 460px;
    margin: 0 auto;
}

.hc_form_label_cont {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
}

.hc_form_label_cont label {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    margin-bottom: 15px;
    padding-top: 6px;
}

.hc_form_field {
    width: 100%;
    border: 0;
    border-radius: 3px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    background-color: #444444;
    letter-spacing: -0.15px;
    padding-top: 16px;
    padding-bottom: 13px;
    margin-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 0.8; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
  }


  #mailing::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #737371;
    opacity: 0.8; /* Firefox */
  }
  
  #mailing:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #737371;
  }
  
  #mailing::-ms-input-placeholder { /* Microsoft Edge */
    color: #737371;
  }

textarea.hc_form_field {
    margin-bottom: 10px;
}

.home_form_btn_cont {
    text-align: center;
    margin-top: 15px;
}

.home_form_btn_cont button.home_form_btn {
    display: block;
    border: 0;
    width: 100%;
    background-color: #FD5E0F;
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    letter-spacing: 1.1px;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(/images/btn-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.home_form_btn_cont button.home_form_btn:hover {
    text-decoration: none;
    background-color: #555555;
}

/* The container */
.wl_mailing_ckb {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wl_mailing_ckb a {
    text-decoration: underline;
    color: #ffffff;
}

/* Hide the browser's default checkbox */
.wl_mailing_ckb input {
    position: absolute;
    cursor: pointer;
    /*opacity: 0;
    height: 0;
    width: 0;*/
    opacity: 1;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #737371;
    border-radius: 3px;
    z-index: 2;
}

/* On mouse-over, add a grey background color */
.wl_mailing_ckb:hover input~.checkmark {
    background-color: #444444;
}

/* When the checkbox is checked, add a blue background */
.wl_mailing_ckb input:checked~.checkmark {
    background-color: #FD5E0F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.wl_mailing_ckb input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.wl_mailing_ckb .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ==================================================================================================================
================================================== END HOME CONTACT =================================================
================================================================================================================== */


/* =======================================================================================================================
==================================================== HOME MAILING LIST ===================================================
======================================================================================================================= */

.home_mailing_cont {
    background-color: #f7f9fc;
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width: 1200px) {
    .home_mailing_cont {
        background-color: #f7f9fc;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.home_mailing_title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 1.1px;
}

@media (min-width: 1200px) {
    .home_mailing_title {
        font-size: 44px;
        line-height: 54px;
        font-weight: 200;
        text-align: center;
        letter-spacing: 1.1px;
    }
}

.home_mailing_title_cont {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.home_mailing_form_cont {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}

.home_mailing_form_cont .row {
    margin-left: -5px;
    margin-right: -5px;
}

.home_mailing_form_cont .row .col-xl-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.hm_form_field {
    width: 100%;
    border: 1px solid #e5eaf3;
    border-radius: 3px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    text-align: left;
    color: #989898;
    letter-spacing: -0.15px;
    padding-top: 16px;
    padding-bottom: 13px;
    margin-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
}

.home_mailing_btn_cont {
    text-align: center;
    padding-top: 0px;
}

.home_mailing_btn_cont button.home_mailing_btn {
    background-color: #393a3a;
    display: block;
    width: 100%;
    border: 0;
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1.1px;
    border-radius: 3px;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 100px;
    padding-right: 100px;
    background-image: url(/images/btn-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.home_mailing_btn_cont button.home_mailing_btn:hover {
    text-decoration: none;
    background-color: #666666;
}

/* =======================================================================================================================
================================================== END HOME MAILING LIST =================================================
======================================================================================================================= */


/* =======================================================================================================================
========================================================= FOOTER =========================================================
======================================================================================================================= */

.top_footer_cont {
    padding-left: 15px;
    padding-right: 15px;
}

.top_footer_c {
    border-top: 1px solid #d4dbe7;
    border-bottom: 1px solid #d4dbe7;
    padding-top: 40px;
    padding-bottom: 40px;
}

.top_footer_left_cont {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .top_footer_left_cont {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 0;
    }
}

.top_footer_right_cont {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
}

.footer-navbar-brand img {
    max-width: 257px;
}

.footer_phonenumber {
    text-align: left;
}

@media (min-width: 1200px) {
    .footer_phonenumber {
        text-align: right;
    }
}

.footer_phonenumber a {
    font-size: 18px;
    font-weight: 600;
}

.footer_phonenumber a:hover {
    color: #555555;
    text-decoration: none;
}

footer .footer_book_btn_cont {
    text-align: left;
}

@media (min-width: 1200px) {
    footer .footer_book_btn_cont {
        text-align: right;
    }
}

footer .footer_book_btn {
    display: block;
    width: 100%;
    border: 0;
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1.1px;
    border-radius: 3px;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 40px;
    padding-right: 40px;
    background-color:#FD5E0F;
}

footer .footer_book_btn:hover {
    background-color: #666666;
    text-decoration: none;
}

.bottom_footer_cont {
    background-color: #393a3a;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer_social_icon_cont {
    text-align: center;
}

.footer_social_icon_cont a {
    opacity: 1;
}

.footer_social_icon_cont a:hover {
    opacity: 0.5;
}

.footer_social_icon {
    max-width: 33px;
    width: 100%;
}

footer .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

footer .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
}

footer .navbar-nav .nav-link {
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    color: #ffffff;
}

footer .navbar-nav .nav-link:hover {
    text-decoration: none;
    color: #666666;
}

.very_bottom_footer {
    background-color: #393a3a;
}

.very_bottom_footer_cont {
    padding-left: 15px;
    padding-right: 15px;
}

.very_bottom_footer_c {
    border-top: 1px solid #d4dbe7;
    border-bottom: 1px solid #d4dbe7;
    padding-top: 30px;
    padding-bottom: 30px;
}

.very_bottom_left_cont {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}

.very_bottom_left_cont .very_bottom_link {
    display: block;
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    padding-right: 20px;
    padding-bottom: 10px;
    color:#ffffff;
}

.very_bottom_left_cont span {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    color: #a0acbc;
}

.very_bottom_left_cont .footer_copy {
    display: block;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
    .very_bottom_left_cont .very_bottom_link {
        display: inline-block;
        font-size: 11px;
        line-height: 11px;
        font-weight: 400;
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .very_bottom_left_cont span {
        font-size: 11px;
        line-height: 11px;
        font-weight: 400;
        color: #a0acbc;
    }

    .very_bottom_left_cont .footer_copy {
        display: inline-block;
        padding-bottom: 10px;
    }
}

.very_bottom_left_cont .very_bottom_link:hover {
    text-decoration: none;
    color: #555555;
}

.very_bottom_right_cont {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    color: #a0acbc;
}

.very_bottom_right_cont img {
    margin-left: 0px;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .very_bottom_right_cont {
        padding-left: 0px;
        padding-right: 0px;
        text-align: right;
        font-size: 11px;
        line-height: 11px;
        font-weight: 400;
        color: #a0acbc;
    }

    .very_bottom_right_cont img {
        margin-left: 20px;
        margin-top: 0px;
    }
}

.social_footer_row {
    margin-top: 26px;
}

/* =======================================================================================================================
======================================================= END FOOTER =======================================================
======================================================================================================================= */


/* ============================================================================================================
================================================ ABOUT US HERO ================================================
============================================================================================================ */

.abous_us_hero_cont {
    background-image: url(/images/about_us_hero.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.abous_us_hero_message_cont {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    color: #555555;
    text-align: right;
    max-width: 250px;
    margin-left: auto;
    letter-spacing: 0px;
}

@media (min-width: 1200px) {
    .abous_us_hero_message_cont {
        padding-top: 70%;
        padding-bottom: 70%;
        font-size: 50px;
        line-height: 50px;
        font-weight: 200;
        color: #555555;
        text-align: right;
        max-width: 590px;
        margin-left: auto;
        letter-spacing: -2.5px;
    }
}




.abous_us_hero_button_cont {
    padding-left: 0px;
    padding-right: 0px;
}


@media (min-width: 1200px) {
.abous_us_hero_button_cont {
    padding-left: 15px;
    padding-right: 0px;
}
}





.abous_us_hero_button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: none;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
.abous_us_hero_button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: 190px;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
}


.abous_us_hero_button:hover {
    background-color: #555555;
    color: #ffffff;
    text-decoration: none;
}



.abous_us_hero_button:after {
    content: "";
    display: block;
    padding-bottom: unset;
}

@media (min-width: 1200px) {
.abous_us_hero_button:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
}



.abous_us_hero_button_text {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}


@media (min-width: 1200px) {
.abous_us_hero_button_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

.abous_us_hero_button_arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* ============================================================================================================
============================================== END ABOUT US HERO ==============================================
============================================================================================================ */


/* ============================================================================================================
================================================ ABOUT US BODY ================================================
============================================================================================================ */

.about_us_cont {
    background-image: url(/images/home_why_us_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

.about_us_core_cont {
    padding-top: 70px;
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
.about_us_core_cont {
    padding-top: 70px;
    padding-bottom: 70px;
}
}

.about_us_title_cont {
    background-image: url(/images/title_bar.png);
    background-position: center left;
    background-repeat: repeat-x;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 410px;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .about_us_title_cont {
        background-image: url(/images/title_bar.png);
        background-position: center left;
        background-repeat: repeat-x;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 410px;
        margin: 0 auto;
        margin-bottom: 90px;
    }
}

.about_us_title {
    background-color: #ffffff;
    font-size: 15px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;
}

.about_us_text {
    font-size: 23px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -0.23px;
}

.about_us_subtext {
    /*font-size: 14px;*/
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    /*etter-spacing: -0.14px;*/
}

@media (min-width: 1200px) {
    .about_us_text {
        font-size: 23px;
        line-height: 35px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 50px;
        letter-spacing: -0.23px;
    }
}





.about_us_btn_button_cont {
    padding-left: 0px;
    padding-right: 0px;
}


@media (min-width: 1200px) {
.about_us_btn_button_cont {
    padding-left: 15px;
    padding-right:0;
}
}



.about_us_btn_button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: none;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
.about_us_btn_button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: 190px;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
}

.about_us_btn_button:hover {
    background-color: #555555;
    color: #ffffff;
    text-decoration: none;
}




.about_us_btn_button:after {
    content: "";
    display: block;
    padding-bottom: unset;
}

@media (min-width: 1200px) {
.about_us_btn_button:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
}


.about_us_btn_button_text {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}


@media (min-width: 1200px) {
.about_us_btn_button_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

.about_us_btn_button_arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
/* ============================================================================================================
============================================== END ABOUT US BODY ==============================================
============================================================================================================ */


/* ====================================================================================================================
================================================ ABOUT US BEFORE/AFTER ================================================
==================================================================================================================== */

.about_us_before_after_cont {
    background-color: #f4f7fa;
}

.about_us_before_after_right_cont {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width: 1200px) {
    .about_us_before_after_right_cont {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.about_us_before_after_left_cont {
    padding-left: 0;
    padding-right: 0;
}

.about_us_before_after_left_cont img {
    width: 100%;
}

.auba_text_cont {
    max-width: 500px;
    margin: 0 auto;
    /*font-size: 14px;*/
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
    /*letter-spacing: -0.14px;*/
}

.auba_text_cont p {
    margin-bottom: 40px;
}

.auba_footer_text_cont {
    max-width: 500px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 35px;
    font-weight: 200;
    text-align: center;
    letter-spacing: -0.28px;
}

#model {
    position: relative;
}

#model .transformer {
    max-width: 2000px;
    margin: auto
}

#model .transformer img {
    max-width: 100%;
    width: 100% /9;
    display: block
}

#model .transformer .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#model .transformer .resize img.dark {
    height: 100%;
    width: auto;
    max-width: none
}

#model .transformer .handle {
    width: 289px;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: ew-resize;
    background: url(/images/button-silver.png) bottom center no-repeat
}

#model .transformer .handle i.fa {
    margin: 0 5px;
    top: 1px
}

@media only screen and (max-width: 1023px) {
    #model .transformer .handle {
        opacity: 0;
        height: auto;
        top: 0;
        bottom: 0;
        width: 60px;
        margin-left: -30px
    }
}

/* ====================================================================================================================
============================================== END ABOUT US BEFORE/AFTER ==============================================
==================================================================================================================== */


/* ================================================================================================================
================================================ ABOUT US STOCKIST ================================================
================================================================================================================ */

.about_us_stockist_cont {
    background-image: url(/images/home_why_us_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

.about_us_stockist_core_cont {
    padding-top: 70px;
    padding-bottom: 30px;
}


@media (min-width: 1200px) {
.about_us_stockist_core_cont {
    padding-top: 70px;
    padding-bottom: 70px;
}
}

.about_us_stockist_title {
    font-size: 44px;
    line-height: 44px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -1.1px;
}

.stockist_img {
    max-width: 450px;
}

.about_us_stockist_text p {
    font-size: 23px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -0.23px;
}

.about_us_stockist_subtext {
    font-size: 14px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -0.14px;
}

@media (min-width: 1200px) {
    .about_us_stockist_text p {
        font-size: 23px;
        line-height: 35px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 50px;
        letter-spacing: -0.23px;
    }
}










.about_us_stockist_btn_cont {
    padding-left: 0px;
    padding-right: 0px;
}


@media (min-width: 1200px) {
.about_us_stockist_btn_cont {
    padding-right:0;
    padding-left: 15px;
}
}



.about_us_stockist_btn_button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: none;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
.about_us_stockist_btn_button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2c2c2c;
    max-width: 190px;
    margin-left: auto;
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
}

.about_us_stockist_btn_button:hover {
    background-color: #555555;
    color: #ffffff;
    text-decoration: none;
}



.about_us_stockist_btn_button:after {
    content: "";
    display: block;
    padding-bottom: unset;
}

@media (min-width: 1200px) {
.about_us_stockist_btn_button:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
}



.about_us_stockist_btn_button_text {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}


@media (min-width: 1200px) {
.about_us_stockist_btn_button_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

.about_us_stockist_btn_button_arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}


.about_us_title_cont_b {
    background-image: url(/images/title_bar.png);
    background-position: center left;
    background-repeat: repeat-x;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 410px;
    margin: 0 auto;
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .about_us_title_cont_b {
        background-image: url(/images/title_bar.png);
        background-position: center left;
        background-repeat: repeat-x;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 410px;
        margin: 0 auto;
        margin-bottom: 0px;
    }
}


.about_us_title_cont_c {
    background-image: url(/images/title_bar.png);
    background-position: center left;
    background-repeat: repeat-x;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 410px;
    margin: 0 auto;
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .about_us_title_cont_c {
        background-image: url(/images/title_bar.png);
        background-position: center left;
        background-repeat: repeat-x;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 410px;
        margin: 0 auto;
        margin-top: 90px;
    }
}

/* ================================================================================================================
============================================== END ABOUT US STOCKIST ==============================================
================================================================================================================ */


/* ============================================================================================================
=============================================== TREATMENTS HERO ===============================================
============================================================================================================ */

.treatments_hero_cont {
   /* background-image: url(/images/treatments_hero.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;*/
    
}


.treatments_hero_cont .col-12 {
    padding-left:0;
    padding-right:0;
}

.treatments_hero_message_cont {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    color: #555555;
    text-align: right;
    max-width: 250px;
    margin-left: auto;
    letter-spacing: 0px;
}

@media (min-width: 1200px) {
    .treatments_hero_message_cont {
        padding-top: 300px;
        padding-bottom: 300px;
        font-size: 50px;
        line-height: 50px;
        font-weight: 200;
        color: #555555;
        text-align: right;
        max-width: 590px;
        margin-left: auto;
        letter-spacing: -2.5px;
    }
}

.treatments_hero_button_cont {
    padding-right: 0px;
}

.treatments_hero_button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #FD5E0F;
    max-width: 190px;
    margin-left: auto;
    position: relative;
    display: block;
}

.treatments_hero_button:hover {
    background-color: #555555;
    color: #ffffff;
    text-decoration: none;
}

.treatments_hero_button:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.treatments_hero_button_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.treatments_hero_button_arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* ============================================================================================================
============================================= END TREATMENTS HERO =============================================
============================================================================================================ */


/* ============================================================================================================
================================================= TREATMENTS  =================================================
============================================================================================================ */

/*.treatments_title {
    font-size: 44px;
    line-height: 44px;
    font-weight: 200;
    text-align: center;
    letter-spacing: -1.1px;
    padding-top: 70px;
    padding-bottom: 70px;
}*/

.treatment_dark_cont {
    background-color: #f7f9fc;
    padding-top: 70px;
    padding-bottom: 40px;
}

.treatment_light_cont {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}





.treatment_dark_new_cont {
    background-color: #ffffff;
}


.treatment_dark_new_last_cont {
    background-color: #ffffff;
    margin-bottom:40px;
}

.treatment_light_new_cont {
    background-color: #ffffff;
}

.treatment_dark_new_cont a.nav-link {
    border-radius: 0;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    border:1px solid #d4dbe7;
    color:#000000;
    margin-left: 2px;
    margin-right: 2px;
}


@media (min-width: 1200px) {
.treatment_dark_new_cont a.nav-link {
    border-radius: 0;
    font-size: 15px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    border:1px solid #d4dbe7;
    color:#000000;
    margin-left: 2px;
    margin-right: 2px;
}
}

.tabs_cont {
    border-top:1px solid #d4dbe7;
    border-bottom:1px solid #d4dbe7;
    padding-top:20px;
    padding-bottom:20px;
}



.treatment_dark_new_cont a.nav-link.active {
    color:#000000;
    background-color: #f7f9fc;
}



.treatment_text_cont {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}





/*.treatments_title_cont {
    background-image: url(/images/title_bar.png);
    background-position: center left;
    background-repeat: repeat-x;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 420px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width: 1200px) {
    .treatments_title_cont {
        background-image: url(/images/title_bar.png);
        background-position: center left;
        background-repeat: repeat-x;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 420px;
        margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
    }
}*/

.treatments_title_cont {
   
    font-size: 44px;
    line-height: 44px;
    font-weight: 100;
    text-align: center;
    
    letter-spacing: 3px;
    padding-top: 70px;
    padding-bottom: 70px;
    
}




.treatment_text_title_a_cont {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .treatment_text_title_a_cont {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1140px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

.treatment_text_title_a {
    /*background-color: #f7f9fc;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;*/
    font-size: 28px;
    line-height: 38px;
    font-weight: 100;
    text-align: left;
    letter-spacing: -0.28px;
    padding-bottom: 3px;
    border-bottom: 1px solid #000000;
    margin-bottom: 0px;
    display: inline-block;
}

.treatment_text_title_b {
    /*background-color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;*/
    font-size: 28px;
    line-height: 38px;
    font-weight: 100;
    text-align: left;
    letter-spacing: -0.28px;
    padding-bottom: 3px;
    border-bottom: 1px solid #000000;
    margin-bottom: 0px;
    display: inline-block;
}





.treatment_title {
    /*font-size: 28px;
    line-height: 28px;
    font-weight: 200;
    text-align: center;
    letter-spacing: -0.28px;
    margin-bottom: 20px;*/
    font-size: 24px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.treatment_text {
    /*font-size: 14px;*/
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    /*letter-spacing: -0.15px;*/
    margin-bottom: 40px;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}




@media (min-width: 1200px) {
.treatment_text {
    /*font-size: 14px;*/
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    /*letter-spacing: -0.15px;*/
    margin-bottom: 40px;
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
}

.treatment_price {
    /*font-size: 14px;*/
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
    text-align: right;
    letter-spacing: -0.25px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.treatment_price span {
    font-size: 14px;
    line-height: 25px;
    font-weight: 200;
    text-align: right;
    letter-spacing: -0.23px;
}

.treatment_price span.light {
    font-size: 14px;
    line-height: 25px;
    font-weight: 200;
    text-align: right;
    letter-spacing: -0.23px;
}

.treatment_note {
    font-size: 12px;
    line-height: 12px;
    font-weight: 200;
    text-align: right;
    letter-spacing: -0.16px;
    padding-left: 20px;
    padding-right: 20px;
}

/* ============================================================================================================
=============================================== END TREATMENTS ================================================
============================================================================================================ */


/* ============================================================================================================
=============================================== CONTACT US HERO ===============================================
============================================================================================================ */

.contact_us_hero_cont {
    background-image: url(/images/treatments_hero.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_us_hero_message_cont {
    padding-top: 160px;
    padding-bottom: 160px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    color: #555555;
    text-align: right;
    max-width: 250px;
    margin-left: auto;
    letter-spacing: 0px;
}

@media (min-width: 1200px) {
    .contact_us_hero_message_cont {
        padding-top: 70%;
        padding-bottom: 70%;
        font-size: 50px;
        line-height: 50px;
        font-weight: 200;
        color: #555555;
        text-align: right;
        max-width: 590px;
        margin-left: auto;
        letter-spacing: -2.5px;
    }
}

.contact_us_hero_button_cont {
    padding-right: 0px;
}

.contact_us_hero_button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #FD5E0F;
    max-width: 190px;
    margin-left: auto;
    position: relative;
    display: block;
}

.contact_us_hero_button:hover {
    background-color: #555555;
    color: #ffffff;
    text-decoration: none;
}

.contact_us_hero_button:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.contact_us_hero_button_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact_us_hero_button_arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* ============================================================================================================
============================================= END CONTACT US HERO =============================================
============================================================================================================ */


/* ============================================================================================================
================================================ POLICIES HERO ================================================
============================================================================================================ */

.policy_hero_cont {
    background-image: url(/images/treatments_hero.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.policy_hero_message_cont {
    padding-top: 160px;
    padding-bottom: 160px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    color: #555555;
    text-align: right;
    max-width: 250px;
    margin-left: auto;
    letter-spacing: 0px;
}

@media (min-width: 1200px) {
    .policy_hero_message_cont {
        padding-top: 70%;
        padding-bottom: 70%;
        font-size: 50px;
        line-height: 50px;
        font-weight: 200;
        color: #555555;
        text-align: right;
        max-width: 590px;
        margin-left: auto;
        letter-spacing: -2.5px;
    }
}

.policy_hero_button_cont {
    padding-right: 0px;
}

.policy_hero_button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #FD5E0F;
    max-width: 190px;
    margin-left: auto;
    position: relative;
    display: block;
}

.policy_hero_button:hover {
    background-color: #555555;
    color: #ffffff;
    text-decoration: none;
}

.policy_hero_button:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.policy_hero_button_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.policy_hero_button_arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* ============================================================================================================
============================================== END POLICIES HERO ==============================================
============================================================================================================ */


/* ============================================================================================================
=================================================== POLICIES ==================================================
============================================================================================================ */

.policies_text_cont {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.policies_text {
    font-size: 15px;
    line-height: 25px;
    font-weight: 200;
    text-align: left;
    letter-spacing: -0.15px;
    margin-bottom: 40px;
}

.policies_text h2 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 800;
    text-align: left;
    letter-spacing: -0.15px;
}

.policies_text a {
    text-decoration: underline;
}

.policy_list {
    margin-bottom: 20px;
}

/* ============================================================================================================
================================================ END POLICIES =================================================
============================================================================================================ */



.banner_cont {
    text-align: center;
}


.stocks_genuine {
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
}

.stocks_genuine span {    
    margin-left: 0px;
}

@media (min-width: 1200px) {
.stocks_genuine {
    color: #ffffff;
    text-decoration: none;
    /*font-size: 10px;*/
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.stocks_genuine span {    
    margin-left: 40px;
}
}

.map_cont {
    background-image: url(/images/map.png);
    background-size: cover;
    background-position: center center;
}

.treatment_btn {
    text-align: right;
    padding-right: 15px;
}

.treatment_btn a {
    display: inline-block;
    border: 0;
   
    background-color: #000000;
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    letter-spacing: 1.1px;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background-image: url(/images/btn-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
}

.treatment_btn a:hover {
    text-decoration: none;
    color: #555555;
}

.slick-prev:before, .slick-next:before {
    color: #000000;
}






.treat_title_cont {
    background-image: url(/images/title_bar.png);
    background-position: center left;
    background-repeat: repeat-x;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 410px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .treat_title_cont {
        background-image: url(/images/title_bar.png);
        background-position: center left;
        background-repeat: repeat-x;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 410px;
        margin: 0 auto;
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

.treat_title {
    background-color: #ffffff;
    font-size: 15px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;
}



.index_hero_cont {
    /*min-height: 720px;*/
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.index_hero_cont  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .video_cont {
      position: relative;
  }



  .index_hero_cont.videod  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  @media (min-width: 1200px) {
  .index_hero_cont.videod  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}



  .index_hero_cont.videod .home_hero_message_cont {
    font-family: 'Roboto', sans-serif;
    padding-top: 240px;
    padding-bottom: 80px;
    font-size: 50px;
    line-height: 54px;
    font-weight: 100;
    color: #773540;
    text-align: left;
    max-width: 370px;
    margin-right: auto;
    letter-spacing: 0px;
}

@media (min-width: 1200px) {
    .index_hero_cont.videod .home_hero_message_cont {
        font-family: 'Roboto', sans-serif;
        padding-top: 240px;
        padding-bottom: 120px;
        font-size: 70px;
        line-height: 80px;
        font-weight: 100;
        color: #773540;
        text-align: left;
        max-width: 570px;
        margin-right: auto;
        margin-left: 0;
        letter-spacing: -2.5px;
    }
}

@media (min-width: 1800px) {
    .index_hero_cont.videod .home_hero_message_cont {
        font-family: 'Roboto', sans-serif;
        padding-top: 240px;
        padding-bottom: 120px;
        font-size: 100px;
        line-height: 100px;
        font-weight: 100;
        color: #773540;
        text-align: left;
        max-width: 780px;
        margin-right: auto;
        margin-left: 0;
        letter-spacing: -2.5px;
    }
}

.index_hero_cont.videod .home_hero_message_cont span {
    padding-top: 40px;
    display: block;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
}


@media (min-width: 1200px) {
.index_hero_cont.videod .home_hero_message_cont span {
    padding-top: 50px;
    display: block;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
}
}

@media (min-width: 1200px) {
.index_hero_cont.videod .home_hero_message_cont span {
    padding-top: 50px;
    display: block;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0;
}
}




.news_title_cont {
    background-image: url(/images/title_bar.png);
    background-position: center left;
    background-repeat: repeat-x;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 410px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .news_title_cont {
        background-image: url(/images/title_bar.png);
        background-position: center left;
        background-repeat: repeat-x;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 410px;
        margin: 0 auto;
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

.news_title {
    background-color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;
}

.news_text_cont {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}


.news_text_cont {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.news_text {
    font-size: 15px;
    line-height: 25px;
    font-weight: 200;
    text-align: left;
    letter-spacing: -0.15px;
    margin-bottom: 40px;
}

.news_text_g {
    font-size: 15px;
    line-height: 25px;
    font-weight: 200;
    text-align: left;
    letter-spacing: -0.15px;
    margin-bottom: 40px;
    color:#666666;
}

.news_text_g_b {
    font-size: 15px;
    line-height: 25px;
    font-weight: 200;
    text-align: left;
    letter-spacing: -0.15px;
    margin-bottom: 40px;
    color:#000000;
}

.news_text_cont h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    letter-spacing: -0.15px;
}

.news_text_cont h3 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    letter-spacing: -0.15px;
    color:#666666;
}

.news_text_cont h3.bb {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    letter-spacing: -0.15px;
    color:#000000;
}

.news_text a {
    text-decoration: underline;
}

.news_list {
    margin-bottom: 0px;
}

.news_text ul {
    list-style-type: none;
  }
  
  .news_text ul > li:before {
    content: "–"; /* en dash */
    position: absolute;
    margin-left: -1.1em; 
  }


.news_hero_message_cont {
    padding-top: 160px;
    padding-bottom: 160px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    color: #555555;
    text-align: right;
    max-width: 250px;
    margin-left: auto;
    letter-spacing: 0px;
}

@media (min-width: 1200px) {
    .news_hero_message_cont {
        padding-top: 30%;
        padding-bottom: 30%;
        font-size: 50px;
        line-height: 50px;
        font-weight: 200;
        color: #555555;
        text-align: right;
        max-width: 590px;
        margin-left: auto;
        letter-spacing: -2.5px;
    }
}

.news_img {
    background-position: center center;
    background-size: cover;
}

.news_link_cont {
    background-color: #f9f9f9;
    text-align: center;
    transition: all 0.5s;
    margin-bottom: 80px;
    color: #000000;
}

.news_link_cont:hover {
    background-color: #666666;
}


.news_link_cont a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 200;
    color: #000000;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    padding-left:40px;
    padding-right:40px;
}

.news_link_cont a:hover {
    text-decoration: none;
    color:#ffffff;
}



.direction_cont {
    padding-left:15px;
    padding-right:15px;
}