/*!
Theme Name: Monet Aesthetic Clinic
Theme URI: http://underscores.me/
Author: Chobee Marketing MD
Author URI: http://https//chobee.ca
Description: Beauty Medical Spa Website
Version: 1.0.0
Text Domain: monetaesthetic
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900&display=swap');

html, body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background: #b59b75;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}


.monet-lazy {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .monet-lazy[data-loaded=true] {
        opacity: 1;
    }

.container {
    width: 96%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.page-top-section {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    background: #99a6ad;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0rem 0rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #acc0d2;
    background: #f1f2f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#acc0d2), to(transparent));
    background: -o-linear-gradient(top, #acc0d2, transparent);
    background: linear-gradient(to bottom, #acc0d2, transparent);
}

    .page-top-section .page-top-bg-image {
        position: absolute;
		left: 0;
		top: 2%;
		width: 98%;
		height: 88%;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		background-position: top center;
    }

        .page-top-section .page-top-bg-image:before {
            content: ' ';
            position: absolute;
            left: 0;
            top: 0;
            background: black;
            width: 100%;
            height: 100%;
            opacity: 0.3;
            background: -o-linear-gradient(45deg, rgb(0, 0, 0,0.4), rgb(0,0,0, 0.1));
            background: linear-gradient(45deg, rgb(0, 0, 0,0.4), rgb(0,0,0, 0.1));
        }

        .page-top-section .page-top-bg-image:after {
            content: ' ';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #7f979d;
        }


    .page-top-section .page-top-left-line {
        position: absolute;
        width: 96%;
        max-width: 1400px;
        left: 0;
        top: 2%;
        height: 98%;
        height: 0;
        border-left: 2px solid white;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        border-left: 2px solid white;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

.page-top-left-line:before {
    content: ' ';
    position: absolute;
    left: -2px;
    top: 0;
    height: 30%;
}

.page-top-left-line:after {
    content: ' ';
    position: absolute;
    left: -2px;
    top: 30%;
    height: 70%;
    opacity: 0;
}

.animated-top .page-top-left-line:before {
    border-left: 3px solid white;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
}

.animated-top .page-top-left-line:after {
    border-left: 3px solid #7f979d;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -webkit-transition-delay: 2.3s;
         -o-transition-delay: 2.3s;
            transition-delay: 2.3s;
    opacity: 1;
}

.page-top-section .page-top-bottom-line {
    position: absolute;
    width: 0;
    border-bottom: 2px solid white;
    left: 0;
    bottom: 5%;
    border-bottom: 3px solid #7f979d;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.site-header {
    /* display: none; */
}


.animated-top {
}

    .animated-top .page-top-bg-image:after {
        -webkit-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        opacity: 0;
    }

    .animated-top .page-top-left-line {
        height: 98%;
        -webkit-transition: all 1.2s ease-in-out;
        -o-transition: all 1.2s ease-in-out;
        transition: all 1.2s ease-in-out;
        -webkit-transition-delay: 1.4s;
             -o-transition-delay: 1.4s;
                transition-delay: 1.4s;
    }

    .animated-top .page-top-bg-image {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .animated-top .page-top-bottom-line {
        width: 98%;
        -webkit-transition: all 1.2s ease-in-out;
        -o-transition: all 1.2s ease-in-out;
        transition: all 1.2s ease-in-out;
        -webkit-transition-delay: 1s;
             -o-transition-delay: 1s;
                transition-delay: 1s;
    }

.page-top-section .container {
    position: relative;
    z-index: 1;
    padding: 10rem 0rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.page-top-section .page-top-items {
}

    .page-top-section .page-top-items .page-top-title {
        position: relative;
        margin-left: -12px;
    }

        .page-top-section .page-top-items .page-top-title h1 {
            color: white;
            margin: 0;
            padding: 0;
            font-size: calc(3vw + 5vh);
            line-height: calc(3vw + 5vh);
            font-weight: 500;
            position: relative;
            z-index: 1;
        }

.page-top-items .page-top-logo {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.page-top-logo a {
}

    .page-top-logo a img {
        margin: auto;
        width: 100%;
        max-width: 100px;
        height: auto;
        -webkit-transform: scale(2);
            -ms-transform: scale(2);
                transform: scale(2);
    }

.animated-top .page-top-logo a img {
    -webkit-filter: grayscale(1) brightness(6) contrast(1);
            filter: grayscale(1) brightness(6) contrast(1);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.page-top-logo a:hover img {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* filter: initial; */
}

.page-top-items .page-top-button {
    text-align: center;
    margin-top: 5rem;
}

    .page-top-items .page-top-button a {
        text-decoration: none;
        color: white;
        border: 2px solid white;
        font-weight: 500;
        padding: 15px 25px;
        font-size: 18px;
        line-height: 18px;
        border-radius: 10px;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        display: inline-block;
    }

        .page-top-items .page-top-button a:hover {
            background: #475361;
            border-color: #475361;
            -webkit-box-shadow: 5px 5px 15px rgb(71, 83, 97, 0.3);
                    box-shadow: 5px 5px 15px rgb(71, 83, 97, 0.3);
        }

.page-top-items .page-top-title:before {
    content: ' ';
    position: absolute;
    left: 5px;
    top: 0;
    width: 10px;
    opacity: 0;
    height: 100%;
}

.animated-top .page-top-items .page-top-title:before {
    background: #9e9e9e;
    opacity: 1;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s;
}


::-moz-selection {
    background: #acc0d2;
    color: white;
}


::selection {
    background: #acc0d2;
    color: white;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #e0dedef7;
}

body::-webkit-scrollbar-thumb {
    background-color: #313a44;
    border-radius: 1px;
}


.site-header .menu-main-content::-webkit-scrollbar {
    width: 10px;
}

.site-header .menu-main-content::-webkit-scrollbar-track {
    background: #e0dedef7;
}

.site-header .menu-main-content::-webkit-scrollbar-thumb {
    background-color: #313a44;
    border-radius: 1px;
}




.page-top-section .page-top-leaf {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: 0;
}

.page-top-leaf svg {
    width: 50%;
    max-width: 400px;
}

.page-top-section .leaf-visible {
    opacity: 1 !important;
}

.menu-opener-btn-container {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 111;
    background: #b59b75;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 49px;
    -webkit-box-shadow: -5px 0px 15px 0px rgb(181, 155, 117,0.3);
            box-shadow: -5px 0px 15px 0px rgb(181, 155, 117,0.3);
}

    .menu-opener-btn-container span.menu-text {
        /* background: #b59b75; */
        color: white;
        padding: 8px 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        cursor: pointer;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        -webkit-box-shadow: 5px 5px 15px rgb(127, 151, 157, 0.3);
                box-shadow: 5px 5px 15px rgb(127, 151, 157, 0.3);
        -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
                writing-mode: vertical-lr;
        -webkit-text-orientation: upright;
                text-orientation: upright;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 20px;
        text-align: center;
        display: block;
        margin-bottom: auto;
    }

    .menu-opener-btn-container:hover {
        /* padding-right: 5px; */
    }

        .menu-opener-btn-container:hover .hamburger-menu::after {
            width: 100%;
        }

        .menu-opener-btn-container:hover .hamburger-menu:before {
            width: 100%;
        }

    .menu-opener-btn-container .hamburger-menu {
        width: 75%;
        height: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: -3px;
        border-bottom: 2px solid white;
        position: relative;
    }

        .menu-opener-btn-container .hamburger-menu::after {
            content: ' ';
            position: absolute;
            right: 0;
            top: calc(50% - 0px);
            width: 75%;
            background: white;
            height: 2px;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .menu-opener-btn-container .hamburger-menu:before {
            content: ' ';
            position: absolute;
            right: 0;
            top: 0;
            height: 2px;
            width: 50%;
            background: white;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

.site-header {
    position: fixed;
    right: 0;
    z-index: 11111111;
    width: 100%;
    height: 100%;
    right: 0;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

    .site-header:before {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: black;
        opacity: 0.8;
        opacity: 0;
    }

    .site-header:after {
        content: ' ';
        position: absolute;
        width: 50%;
        right: 0;
        height: 100%;
        background: white;
        top: 0;
        opacity: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(147, 176, 200, 0.52)));
        background: -o-linear-gradient(top, rgb(255, 255, 255), rgba(147, 176, 200, 0.52));
        background: linear-gradient(-180deg, rgb(255, 255, 255), rgba(147, 176, 200, 0.52));
    }

    .site-header .site-title {
        display: none;
    }

    .site-header .site-description {
        display: none;
    }

    .site-header .site-branding {
        width: 100%;
        margin-left: auto;
        position: relative;
        z-index: 1;
        margin-bottom: auto;
        -ms-flex-item-align: start;
            align-self: flex-start;
    }

    .site-header .main-navigation {
        width: 100%;
        margin-left: auto;
        position: relative;
        z-index: 1;
        /* margin-bottom: auto; */
    }

.menu-is-open {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
}


.site-header .menu-main-content {
    position: relative;
    z-index: 1;
    width: 50%;
    margin-left: 50%;
    opacity: 0;
    padding: 2rem 5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    /* max-height: 100%; */
    /* overflow-y: auto; */
    /* justify-content: center; */
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(221, 236, 249)), to(rgba(147, 176, 200, 0.72)));
    background: -o-linear-gradient(top, rgb(221, 236, 249), rgba(147, 176, 200, 0.72));
    background: linear-gradient(-180deg, rgb(221, 236, 249), rgba(147, 176, 200, 0.72));
    border-top-left-radius: 10px;
    /* border-bottom-left-radius: 10px; */
    overflow-x: hidden;
    -webkit-box-shadow: 5px 5px 15px #000000ba;
            box-shadow: 5px 5px 15px #000000ba;
    /* background-image: url("http://localhost/MonetAesthetic/wp-content/uploads/2019/11/home-girl-edited.jpg"); */
    /* background-repeat: no-repeat; */
    /* background-position: bottom center; */
}

.site-header .menu-main-content::-webkit-scrollbar {
    width: 10px;
}

.site-header .menu-main-content::-webkit-scrollbar-track {
    background: #e0dedef7;
}

.site-header .menu-main-content::-webkit-scrollbar-thumb {
    background-color: #313a44;
    border-radius: 1px;
}

.site-header .menu-full-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

    .site-header .menu-full-bg .menu-bg-left {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
    }

    .site-header .menu-full-bg .menu-bg-right {
        position: absolute;
        width: 0;
        height: 100%;
        right: 0;
        top: 0;
        background: white;
        border-top-left-radius: 10px;
        /* border-bottom-left-radius: 10px; */
        background: -webkit-gradient(linear, left top, left bottom, from(rgb(221, 236, 249)), to(rgba(147, 176, 200, 0.95)));
        background: -o-linear-gradient(top, rgb(221, 236, 249), rgba(147, 176, 200, 0.95));
        background: linear-gradient(-180deg, rgb(221, 236, 249), rgba(147, 176, 200, 0.95));
        /* background-image: url("http://localhost/MonetAesthetic/wp-content/uploads/2019/11/cropped-Monet-logo.png"); */
        /* background-position: center; */
        /* background-repeat: no-repeat; */
        /* background-size: 80% 80%; */
        background-color: #f7f7f7;
        background-color: rgb(221, 236, 249);
    }

.menu-is-open .menu-main-content {
    opacity: 1 !important;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
}

.menu-is-open .menu-full-bg {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, transform 0s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0s ease-in-out, -webkit-transform 0s ease-in-out;
    -webkit-transition-delay: 0.1s,0s;
         -o-transition-delay: 0.1s,0s;
            transition-delay: 0.1s,0s;
}

    .menu-is-open .menu-full-bg .menu-bg-left {
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s;
        opacity: 0.8;
    }

    .menu-is-open .menu-full-bg .menu-bg-right {
        width: 50%;
        -webkit-transition: width 0.4s ease-in-out;
        -o-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
        -webkit-transition-delay: 0.4s;
             -o-transition-delay: 0.4s;
                transition-delay: 0.4s;
    }

.menu-main-content {
}

    .menu-main-content .site-branding {
    }

        .menu-main-content .site-branding a {
            display: inline-block;
            text-decoration: none;
            color: inherit;
        }

            .menu-main-content .site-branding a img {
                width: 100%;
                max-width: 100px;
                height: auto;
            }

        .menu-main-content .site-branding .site-title {
            display: block;
            text-decoration: none;
            font-weight: 700;
            font-size: 2rem;
            line-height: 2rem;
            color: #7f979d !important;
            margin: 0;
            padding: 0;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .menu-main-content .site-branding .site-description {
            display: block;
            color: #475361;
            font-size: 14px;
            line-height: 15px;
            margin: 0;
            padding: 0;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin-bottom: 2rem;
            font-weight: 700;
            color: #9a9a9a;
        }

.site-header .main-navigation {
}

    .site-header .main-navigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-decoration: none;
    }

        .site-header .main-navigation ul li {
            margin-bottom: 1.2rem;
        }

            .site-header .main-navigation ul li a {
                text-decoration: none;
                color: inherit;
                font-weight: 500;
                color: #475361;
                font-size: calc(2vw + 2vh);
                line-height: calc(2vw + 2vh);
                letter-spacing: 0.3px;
                text-transform: capitalize;
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

                .site-header .main-navigation ul li a:hover {
                    color: #7f979d;
                }

.menu-close-btn-container {
    width: 100%;
    text-align: right;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* transform-origin: top right; */
    opacity: 1;
}

    .menu-close-btn-container i {
        font-size: 40px;
        cursor: pointer;
        color: #475361;
        -webkit-transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
                transform: scale(1) rotate(0deg);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .menu-close-btn-container i:hover {
            /* transform: scale(1.1) rotate(0deg)!important; */
            /* transition-delay: 0s!important; */
        }

.menu-is-open .menu-close-btn-container i {
    -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 1;
}

.menu-is-closed {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, transform 0s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0s ease-in-out, -webkit-transform 0s ease-in-out;
    -webkit-transition-delay: 1s,1.4s;
         -o-transition-delay: 1s,1.4s;
            transition-delay: 1s,1.4s;
}

    .menu-is-closed .menu-full-bg {
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        opacity: 0;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        -webkit-transition: opacity 0s ease-in-out,-webkit-transform 0s ease-in-out;
        transition: opacity 0s ease-in-out,-webkit-transform 0s ease-in-out;
        -o-transition: opacity 0s ease-in-out,transform 0s ease-in-out;
        transition: opacity 0s ease-in-out,transform 0s ease-in-out;
        transition: opacity 0s ease-in-out,transform 0s ease-in-out,-webkit-transform 0s ease-in-out;
        -webkit-transition-delay: 1.4s, 1.4s;
             -o-transition-delay: 1.4s, 1.4s;
                transition-delay: 1.4s, 1.4s;
    }

        .menu-is-closed .menu-full-bg .menu-bg-left {
            opacity: 0;
            -webkit-transition: opacity 0.4s ease-in-out;
            -o-transition: opacity 0.4s ease-in-out;
            transition: opacity 0.4s ease-in-out;
            -webkit-transition-delay: 1s;
                 -o-transition-delay: 1s;
                    transition-delay: 1s;
        }

        .menu-is-closed .menu-full-bg .menu-bg-right {
            width: 0;
            -webkit-transition: width 0.4s ease-in-out;
            -o-transition: width 0.4s ease-in-out;
            transition: width 0.4s ease-in-out;
            -webkit-transition-delay: 0.4s;
                 -o-transition-delay: 0.4s;
                    transition-delay: 0.4s;
        }

    .menu-is-closed .menu-main-content {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s;
    }

.no-scroll {
    overflow-y: hidden !important;
}


.menu-book-button {
    width: 100%;
    margin-bottom: auto;
    margin-top: 15px;
}

    .menu-book-button a {
        background: #7f91a2;
        padding: 10px 5px;
        display: inline-block;
        font-size: 15px;
        line-height: 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 16px 20px;
        color: white;
        font-weight: 700;
        letter-spacing: 0.4px;
        border-radius: 3px;
        -webkit-box-shadow: 5px 5px 15px rgb(71, 83, 97, 0.1);
                box-shadow: 5px 5px 15px rgb(71, 83, 97, 0.1);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .menu-book-button a:hover {
            background: #596571;
            color: white;
        }

.site-header .main-navigation ul li.current-menu-item a {
    color: #7f979d;
}

.opacity-none {
    opacity: 0 !important;
}

.other-webpage .page-top-items .page-top-title:before {
    display: none !important;
}

.other-webpage .page-top-section .page-top-items .page-top-title {
    margin-left: 10px;
}

.other-webpage .page-top-section .page-top-bg-image:before {
    opacity: 0.7;
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.39));
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.39));
}

.home-about-section {
    padding-top: 4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 4rem;
}

    .home-about-section .container {
    }

    .home-about-section .home-about-section-full { /* min-height: 100vh; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
    }

.home-about-section-full .home-about-section-bg {
    position: absolute;
    width: 80%;
    height: 80%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 0px;
    overflow: hidden;
    left: 0;
    top: 0;
    max-height: 80vh;
    -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
            transform: translateY(150px);
}

    .home-about-section-full .home-about-section-bg:before {
        content: ' ';
        position: absolute;
        background: #505050;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.1;
    }

.home-about-section-full .home-about-details {
    position: relative;
    z-index: 1;
    background: white;
    width: 50%;
    margin-left: 50%;
    margin-top: 30vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5rem 4rem;
}

.home-about-details h1 {
    color: #475361;
    text-transform: uppercase;
    font-size: calc(1vw + 5vh);
    line-height: calc(2vw + 4vh);
    margin-bottom: 2rem;
}

.home-about-details p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
}

.section-title {
    color: #7f979d;
    text-transform: uppercase;
    font-size: calc(2vw + 4vh);
    line-height: calc(2vw + 4vh);
    margin-bottom: 2rem;
    letter-spacing: 5px;
    color: #475361;
}

.btn {
    background: #7f979d;
    color: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 15px rgb(172, 192, 210,0.3);
            box-shadow: 5px 5px 15px rgb(172, 192, 210,0.3);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .btn:hover {
        background: #7f979d;
        background: #acc0d2;
    }

.home-treatment-categories-section {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

    .home-treatment-categories-section .container {
    }

.home-treatment-categories-container {
    width: 100%;
    height: calc(85vh - 2vw - 2rem);
    position: relative;
	z-index:0;
}

    .home-treatment-categories-container .home-treatment-category-single {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

.home-treatment-category-single .home-treatment-category-single-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-treatment-category-single .home-treatment-category-single-details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    padding: 3rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.home-treatment-category-single-details h2 {
    font-size: calc(2vw + 4vh);
    line-height: calc(2vw + 4vh);
}

.home-treatment-category-single a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* background: linear-gradient(45deg, #000000a6, #045f5661); */
    opacity: 0.9;
    z-index: 1111;
}

.home-treatment-category-single .home-treatment-category-single-image:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: -o-linear-gradient(45deg, #000000a6, #045f5661);
    background: linear-gradient(45deg, #000000a6, #045f5661);
    opacity: 0.9;
    z-index: 1;
}

.home-treatment-category-single:hover .home-treatment-category-single-image:before {
    opacity: 1 !important;
}

.home-treatment-category-single:hover a {
    opacity: 1 !important;
}

.home-treatment-category-single a:hover {
    opacity: 1;
}

.this-category-active {
    opacity: 1 !important;
    cursor: pointer;
    background: #e8e6e6 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-category-buttons-container {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 11111;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

    .home-category-buttons-container .home-category-single-button {
        width: 20%;
        background: white;
        padding: 2rem 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        color: #7f979d;
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
        background: #f5f5f5;
        position: relative;
    }

        .home-category-buttons-container .home-category-single-button:after {
            content: ' ';
            position: absolute;
            right: 0px;
            width: 2px;
            background: #7f979d;
            height: 60%;
            top: 20%;
        }

        .home-category-buttons-container .home-category-single-button:before {
            content: ' ';
            position: absolute;
            width: 100%;
            height: 10px;
            background: #475361;
            top: -10px;
            left: 0px;
            opacity: 0;
        }

        .home-category-buttons-container .home-category-single-button:last-of-type::after {
            opacity: 0;
        }

.home-category-single-button a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.home-category-single-button b {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.3px;
}

.home-category-single-button:hover {
}

.home-category-buttons-container .this-category-active:before {
    opacity: 1 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-category-single-button.this-category-active b {
    color: #475361;
}

.home-treatment-categories-section .section-title {
    display: inline-block;
}

    .home-treatment-categories-section .section-title span {
        position: relative;
    }

    .home-treatment-categories-section .section-title img {
        margin-left: -45px;
        margin-bottom: -15px;
        max-width: 15%;
    }

.home-featured-blogs {
    background-color: rgb(172, 192, 210,0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6rem 0rem;
    margin-top: 5rem;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 200px;
    padding-bottom: 9rem;
}

    .home-featured-blogs .container {
    }

    .home-featured-blogs .section-title {
        text-align: center;
        /* display: inline-block; */
        margin-left: 0;
        margin-right: 0;
        background-size: contain;
        padding: 2rem 5rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background-position: center center;
        background-repeat: no-repeat;
        left: 0;
        right: 0;
    }

        .home-featured-blogs .section-title span {
            /* padding: 1rem 1rem; */
            /* box-sizing: border-box; */
        }

    .home-featured-blogs img {
    }

.featured-blogs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 6rem;
}

    .featured-blogs-container:after {
        content: ' ';
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

    .featured-blogs-container .featured-single-post {
        width: 30%;
        margin-bottom: 3rem;
        position: relative;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: translateY(25px);
            -ms-transform: translateY(25px);
                transform: translateY(25px);
        opacity: 0;
    }

        .featured-blogs-container .featured-single-post:hover {
            -webkit-transform: translateY(-10px) !important;
                -ms-transform: translateY(-10px) !important;
                    transform: translateY(-10px) !important;
        }

.featured-single-post .featured-post-image {
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: 5px 5px 15px rgb(172, 192, 210,0.7);
            box-shadow: 5px 5px 15px rgb(172, 192, 210,0.7);
}

    .featured-single-post .featured-post-image:before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0.3;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 1;
    }

.featured-single-post .featured-post-service-details {
    margin-top: 1rem;
}

    .featured-single-post .featured-post-service-details h2 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
    }

    .featured-single-post .featured-post-service-details p {
    }

.featured-single-post a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.all-treatments-list-section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6rem 0px;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

    .all-treatments-list-section .container {
    }

.all-treatments-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

    .all-treatments-list-container:after {
        content: ' ';
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

    .all-treatments-list-container .specialty-menu-item {
        width: 30%;
        margin-bottom: 3rem;
        position: relative;
        padding: 25px 4%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

        .all-treatments-list-container .specialty-menu-item .treatment-list-type-bg {
            background-repeat: no-repeat;
            background-position: 0px 100%, 100% 0px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 35px 4%;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            opacity: 0;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .all-treatments-list-container .specialty-menu-item:hover .treatment-list-type-bg {
            opacity: 1;
            background-color: #f7f7f7;
        }

        .all-treatments-list-container .specialty-menu-item:before {
            content: ' ';
        }

        .all-treatments-list-container .specialty-menu-item h1 {
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 18px;
            font-weight: 700;
            position: relative;
            z-index: 1;
        }

            .all-treatments-list-container .specialty-menu-item h1 a {
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

                .all-treatments-list-container .specialty-menu-item h1 a:hover {
                    color: #7f979d;
                }

        .all-treatments-list-container .specialty-menu-item ul {
            margin: 0;
            padding: 0;
            list-style: none;
            margin-top: 15px;
            position: relative;
            z-index: 1;
        }

            .all-treatments-list-container .specialty-menu-item ul li {
                margin-bottom: 8px;
            }

                .all-treatments-list-container .specialty-menu-item ul li a {
                    -webkit-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                    font-weight: 500;
                    font-size: 15px;
                    line-height: 16px;
                    color: #7f979d;
                }

                    .all-treatments-list-container .specialty-menu-item ul li a:hover {
                        color: #000000;
                    }

footer.site-footer {
    background: #313a44;
    color: white;
    padding: 4rem 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.footer-items-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


    .footer-items-container .footer-col {
        width: 20%;
        position: relative;
        margin-bottom: 4rem;
    }

        .footer-items-container .footer-col h1 {
            font-weight: 600;
            border-bottom: 2px solid #aac0d2;
            padding-bottom: 7px;
            display: inline-block;
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 1.5rem;
        }

            .footer-items-container .footer-col h1:after {
                content: ' ';
            }

.site-footer .site-info {
    margin-top: 2rem;
    text-align: right;
}

    .site-footer .site-info p {
    }

        .site-footer .site-info p a {
            font-weight: 700;
        }

.site-footer a {
    color: white;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* font-weight: 600; */
}

.site-info a:hover {
    color: #aac0d2 !important;
}

.site-footer .menu-footer-menu-container {
}

    .site-footer .menu-footer-menu-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .site-footer .menu-footer-menu-container ul li {
            margin-bottom: 8px;
        }

            .site-footer .menu-footer-menu-container ul li a {
            }

.site-footer a:hover {
    color: #aac0d2 !important;
}


.contact-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
}

    .contact-holder i {
        font-size: 18px;
        margin-right: 10px;
    }

.footer-address {
    /* align-self:flex-start!important; */
}

    .footer-address i {
        margin-top: 5px;
        -ms-flex-item-align: start;
            align-self: flex-start;
    }

.contact-holder a {
    cursor: pointer;
    word-break: break-all;
}

    .contact-holder a:hover {
    }


.business-hours-container {
}

    .business-hours-container table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .business-hours-container table tr {
        }

            .business-hours-container table tr td {
            }

                .business-hours-container table tr td:nth-child(1) {
                    padding-right: 10px;
                    text-transform: capitalize;
                }

                .business-hours-container table tr td:nth-child(2) {
                    text-transform: capitalize;
                }



.google-map-monet {
    min-height: 250px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    z-index: 0;
    height: 250px;
}

.monet-google-map-container {
    position: relative;
    overflow: hidden;
}

    .monet-google-map-container:after {
        content: ' ';
		position: absolute;
		width: calc(100% + 200px);
		height: 100px;
		bottom: 0;
		background: #313a44;
		left: 0;
		z-index: 111;
		-webkit-transform: translate(-100px,50px);
		    -ms-transform: translate(-100px,50px);
		        transform: translate(-100px,50px);
		-webkit-transform-origin: bottom center;
		    -ms-transform-origin: bottom center;
		        transform-origin: bottom center;
    }

.goto-top-container {
    text-align: right;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

    .goto-top-container i {
        cursor: pointer;
        color: #aac0d2;
        font-size: 50px;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

        .goto-top-container i:hover {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }


.footer-social-media-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
}

    .footer-social-media-container a {
        font-size: 3rem;
        margin-right: 15px;
        margin-bottom: 15px;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

        .footer-social-media-container a:hover {
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
        }

        .footer-social-media-container a i {
            color: #aac0d2;
            cursor: pointer;
        }

        .footer-social-media-container a:hover i {
        }


.wechat-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 111111;
    background: rgb(49, 58, 68, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    overflow: hidden;
}

    .wechat-modal .wechat-modal-top {
        width: 100%;
        text-align: right;
        margin-bottom: auto;
        margin-top: 2rem;
        padding-top: 2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }

.wechat-modal-top i {
    font-size: 3rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    color: white;
}

    .wechat-modal-top i:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

.wechat-modal .wechat-modal-content {
    width: 100%;
    text-align: center;
    margin-bottom: auto;
    position: relative;
    z-index: 1;
}

.wechat-modal-content img {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wechat-modal-open {
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0s ease-in-out;
    -o-transition: transform 0s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0s ease-in-out;
    -webkit-transition-delay: 0s, 0s !important;
    -o-transition-delay: 0s, 0s !important;
    transition-delay: 0s, 0s !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1 !important;
}

.wechat-modal-closed {
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0s ease-in-out;
    -o-transition: transform 0s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0s ease-in-out;
    -webkit-transition-delay: 0.5s, 0s !important;
    -o-transition-delay: 0.5s, 0s !important;
    transition-delay: 0.5s, 0s !important;
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
    opacity: 0 !important;
}

.wechat-modal:before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(2px);
    background: rgb(101, 188, 210,0.6);
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backdrop-filter: blur(2px);
    background: rgb(49, 58, 68, 0.8);
}



.footer-subscription-section {
    position: relative;
}

    .footer-subscription-section:before {
        content: ' ';
        background: #acc0d2;
        opacity: 0.3;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.7;
        z-index: 0;
    }

    .footer-subscription-section .container {
        position: relative;
        z-index: 1;
        padding: 4rem 0rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer-subscription-section .footer-subscription-container {
        width: 100%;
        max-width: 800px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: white;
        margin-left: auto;
        margin-right: auto;
    }

.footer-subscription-container .footer-subscription-input {
    outline: none;
    border: none;
    background: transparent;
    border-bottom: 2px solid white;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    border-radius: 0 !important;
	margin:0;
}

    .footer-subscription-container .footer-subscription-input::-webkit-input-placeholder {
        color: white;
    }

    .footer-subscription-container .footer-subscription-input::-moz-placeholder {
        color: white;
    }

    .footer-subscription-container .footer-subscription-input:-ms-input-placeholder {
        color: white;
    }

    .footer-subscription-container .footer-subscription-input::-ms-input-placeholder {
        color: white;
    }

    .footer-subscription-container .footer-subscription-input::placeholder {
        color: white;
    }

.footer-subscription-container .footer-subscription-btn {
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    border-bottom: 2px solid white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .footer-subscription-container .footer-subscription-btn:hover {
        background: rgb(20, 45, 92,0.1);
    }

#page.site {
    width: 100%;
    max-width: calc(100vw - 59px);
    background: white;
}

.menu-opener-btn-container {
}

    .menu-opener-btn-container .custom-logo-link {
        margin-bottom: auto;
        margin-top: 15px;
        display: block;
        width: 100%;
        max-width: 38px;
        position: relative;
        z-index: 11;
        pointer-events: none;
    }

        .menu-opener-btn-container .custom-logo-link img {
            -webkit-filter: grayscale(1) brightness(6) contrast(1);
                    filter: grayscale(1) brightness(6) contrast(1);
        }

.page-full-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5rem 0rem;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

    .page-full-content .page-left-content {
        width: 30%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        position: sticky;
        position: -webkit-sticky;
        top: 15px;
        overflow: hidden;
    }

    .page-full-content .page-right-content {
        width: 65%;
        max-width: 800px;
    }

.book-now-section {
    opacity: 0;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
}

    .book-now-section .book-now-section-container {
        background-color: #acc0d2;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 15px 15px;
        -webkit-box-shadow: 5px 5px 15px rgb(172, 192, 210,0.4);
                box-shadow: 5px 5px 15px rgb(172, 192, 210,0.4);
        border-radius: 3px;
        overflow: hidden;
        background-size: 100px;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

        .book-now-section .book-now-section-container img {
        }

        .book-now-section .book-now-section-container p {
            display: block;
            margin-top: 5px;
            margin-bottom: 20px;
            /* color: white; */
            font-weight: 500;
            font-size: 15px;
            line-height: 16px;
        }

        .book-now-section .book-now-section-container a {
            background: #616161;
        }

            .book-now-section .book-now-section-container a:hover {
                background: #3a3a3a;
            }

.page-full-content h1, .page-full-content h2, .page-full-content h3, .page-full-content h4, .page-full-content h5, .page-full-content h6 {
    color: #475361;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.page-full-content h1 {
}

.page-full-content h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 3rem;
}

.page-full-content p {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 25px;
	display:block;
}

.wp-block-image {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

    .wp-block-image:after {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 100%;
        background: #acc0d2;
        left: 0;
        top: 0;
        -webkit-transition: width 0.4s ease-in-out;
        -o-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
    }

    .wp-block-image img {
    }


.wp-block-embed {
    margin: 0;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

    .wp-block-embed.is-type-video .wp-block-embed__wrapper {
        width: 100%;
    }

    .wp-block-embed.is-type-video iframe {
    }

.plyr__control.plyr__control--overlaid {
    outline: none;
    -webkit-animation: animatevideoplay;
    animation: animatevideoplay;
    -webkit-box-shadow: 0px 0px 0px 5px #65bcd2;
    box-shadow: 0px 0px 0px 5px #65bcd2;
    background: #080c3a !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes animatevideoplay {
    0% {
        -webkit-box-shadow: 0px 0px 0px 5px #65bcd2;
        box-shadow: 0px 0px 0px 5px #65bcd2;
    }

    50% {
        -webkit-box-shadow: 0px 0px 0px 10px #65bcd2;
        box-shadow: 0px 0px 0px 10px #65bcd2;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 5px #65bcd2;
        box-shadow: 0px 0px 0px 5px #65bcd2;
    }
}

@keyframes animatevideoplay {
    0% {
        -webkit-box-shadow: 0px 0px 0px 5px #acc0d2;
        box-shadow: 0px 0px 0px 5px #acc0d2;
    }

    50% {
        -webkit-box-shadow: 0px 0px 0px 10px #acc0d2;
        box-shadow: 0px 0px 0px 10px #acc0d2;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 5px #acc0d2;
        box-shadow: 0px 0px 0px 5px #acc0d2;
    }
}

.plyr:hover .plyr__control.plyr__control--overlaid {
    -webkit-box-shadow: 0px 0px 0px 12px #65bcd2;
    box-shadow: 0px 0px 0px 12px #65bcd2;
}

.plyr--video .plyr__controls {
    background: -o-linear-gradient(rgba(0,0,0,0),rgb(8, 12, 58,0.7));
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgb(8, 12, 58,0.7)));
    background: linear-gradient(rgba(0,0,0,0),rgb(8, 12, 58,0.7));
}

.plyr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    background: none;
}

.plyr__video-wrapper {
    background: none !important;
}

.plyr:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #65bcd2;
    z-index: 1;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.plyr.plyr--paused:before {
}

.plyr.plyr--playing:before {
    opacity: 0 !important;
}

.plyr--full-ui input[type=range] {
    color: #acc0d2;
}

.share-page-container {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #eaeaea;
    padding: 15px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 15px rgb(234, 234, 234, 0.4);
            box-shadow: 5px 5px 15px rgb(234, 234, 234, 0.4);
    opacity: 0;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
}

    .share-page-container .share-page-title {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: 600;
    }

    .share-page-container .a2a_kit {
    }

        .share-page-container .a2a_kit a:nth-child(1) {
            display: none !important;
        }

        .share-page-container .a2a_kit a {
            /* background: #acc0d2; */
            margin-bottom: 15px;
        }

            .share-page-container .a2a_kit a span {
                background-color: #acc0d2 !important;
            }

                .share-page-container .a2a_kit a span svg g, .share-page-container .a2a_kit a span svg path {
                    fill: #313a44 !important;
                }

.page-404 {
    text-align: center;
    padding-bottom: 5rem;
    padding-top: 4rem;
}

    .page-404 p {
        font-size: 20px;
        font-weight: 500;
    }

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .search-form span {
        font-weight: 800;
        font-size: 25px;
    }

    .search-form .search-field {
        border: none;
        border-bottom: 2px solid black;
        margin-left: 5px;
        padding: 8px 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        font-size: 15px;
    }

.icon-404 {
    margin-bottom: 2rem;
}

    .icon-404 i {
        color: #7f979d;
        font-size: 5rem;
    }

.not-found {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.search-submit {
    background: #7f979d;
    color: white;
    padding: 13px 13px;
    border-radius: 4px;
    font-size: 15px;
    text-transform: lowercase !important;
    letter-spacing: 1px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 5px 5px 15px #35353554;
    box-shadow: 5px 5px 15px #35353554;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    margin-top: 15px;
    outline: none !important;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif !important;
    -webkit-appearance: none;
    border: none;
}

    .search-submit:hover {
        background: #101010;
        -webkit-box-shadow: 5px 5px 15px #10101052;
        box-shadow: 5px 5px 15px #10101052;
        color: white !important;
    }

.search-results .site-content {
    padding-top: 3rem;
}

.image-on-show-shown:after {
    width: 0 !important;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
}

.opacity-full {
    opacity: 1 !important;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}

.treatments-in-category-section {
    padding-top: 4rem;
}

.treatments-in-category-intro { /* padding-top: 3rem; */ /* padding-bottom: 5rem; */
    margin-bottom: 5rem;
}

    .treatments-in-category-intro .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 1200px;
    }

        .treatments-in-category-intro .container .treatments-in-category-intro-left {
            width: 40%;
            padding-top: 3rem;
            padding-bottom: 5rem;
            position: relative;
        }

            .treatments-in-category-intro .container .treatments-in-category-intro-left h1 {
                font-size: calc(1vw + 3vh);
                line-height: calc(1vw + 3vh + 8px);
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .treatments-in-category-intro .container .treatments-in-category-intro-left:after {
                content: ' ';
                position: absolute;
                background: #7f979d;
                right: 0px;
                top: 15%;
                height: 70%;
                width: 3px;
            }


        .treatments-in-category-intro .container .treatments-in-category-intro-right {
            width: 55%;
        }

            .treatments-in-category-intro .container .treatments-in-category-intro-right p {
                color: #7ba8b3;
                font-size: 20px;
                line-height: 35px;
                display: block;
                margin-bottom: 20px;
                margin-top: 20px;
            }

.all-treatments-in-category-container {
    margin-bottom: 5rem;
}

    .all-treatments-in-category-container .all-posts-in-treatment {
    }

.all-posts-in-treatment .all-posts-in-treatment-container {
}

.all-posts-in-treatment-container .single-treatment-in-category {
    text-align: right;
}

    .all-posts-in-treatment-container .single-treatment-in-category:nth-child(even) {
        background: #fbfbfb;
        padding: 7rem 0px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 10rem 0px;
        text-align: left;
    }

        .all-posts-in-treatment-container .single-treatment-in-category:nth-child(even) .container .featured-post-image {
            -webkit-box-shadow: -19px 20px 0px #acc0d2;
                    box-shadow: -19px 20px 0px #acc0d2;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
        }


.single-treatment-in-category .container {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

    .single-treatment-in-category .container .featured-post-image {
        width: 40%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-box-shadow: 20px 19px 0px #7f979d;
                box-shadow: 20px 19px 0px #7f979d;
        position: relative;
    }

        .single-treatment-in-category .container .featured-post-image:after {
            content: ' ';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: white;
        }

.single-treatment-image-visible:after {
    width: 0 !important;
    content: ' ';
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
}

.single-treatment-in-category .container .featured-post-service-details {
    width: 55%;
}

    .single-treatment-in-category .container .featured-post-service-details h2 {
        color: #7f979d;
        font-size: calc(1vw + 3vh);
        line-height: calc(1vw + 3vh + 5px);
        margin-bottom: 2rem;
    }

    .single-treatment-in-category .container .featured-post-service-details p {
        font-size: 16px;
        line-height: 24px;
        display: block;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .single-treatment-in-category .container .featured-post-service-details a {
    }

.home-about-image-visible {
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
}

.single-post-thumb-visible {
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
}


.contact-us-form input, .contact-us-form textarea {
    border: 0;
    padding: 3px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    width: 100%;
    max-width: 100%;
    -webkit-appearance: none;
    min-height: 30px;
    border-radius: 0 !important;
}

.contact-us-form textarea {
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    border-bottom: 1px solid #e6e6e6;
    min-width: 100%;
    font-weight: 600;
    font-size: 15px;
}

.contact-us-form input {
    border-bottom: 1px solid #e6e6e6;
}

.contact-us-form .is-floating-label {
    position: relative;
    margin-bottom: 50px;
    min-height: 30px;
}

.contact-us-form input {
    position: absolute;
    left: 0;
    background-color: transparent;
    font-weight: 600;
    font-size: 15px;
    color: #acc0d2;
    border-radius: 0 !important;
}

.contact-us-form label {
    opacity: 1;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms;
    font-weight: 500;
    padding-bottom: 0px;
    display: block;
    text-transform: capitalize;
    color: #acc0d2;
    font-size: 15px;
}

.is-focused label {
    -webkit-transform: translateY(-18px) scale(0.9);
    -ms-transform: translateY(-18px) scale(0.9);
    transform: translateY(-18px) scale(0.9);
    color: #475361;
    font-weight: 800;
}

.two-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
}

    .two-inputs .is-floating-label {
        width: 48%;
    }

.contact-us-form .last-input-field {
    margin-bottom: 10px;
}

.contact-us-form .contact-btn-container {
}

    .contact-us-form .contact-btn-container .btn {
        opacity: 1;
        color: white;
    }

.contact-form-section {
    padding-top: 0rem;
    padding-bottom: 4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.more-option-to-contact {
    background: #f8f8f8;
    margin-top: 2rem;
    width: 100%;
    padding: 2rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .more-option-to-contact span {
        cursor: pointer;
    }

.map-info {
    position: absolute;
    top: -60px;
    left: 0;
    background: #7f979d;
    padding: 5px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 55px;
    /* overflow: hidden; */
    font-size: 10px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, transform 0s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0s ease-in-out, -webkit-transform 0s ease-in-out;
    -webkit-transition-delay: 0s,0.3s;
         -o-transition-delay: 0s,0.3s;
            transition-delay: 0s,0.3s;
    z-index: 1;
}

    .map-info:after {
        content: ' ';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-top: solid 10px #7f979d;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
    }

    .map-info p {
    }

.monet-google-map-container:hover + .map-info {
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.contact-now-call {
    margin-bottom: 35px;
}

    .contact-now-call p {
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 700;
    }

    .contact-now-call .contact-holder i {
    }

    .contact-now-call .contact-holder a {
        font-weight: 700;
    }


@media screen and (max-width: 1400px) {
    .footer-items-container .footer-col {
        width: 50%;
    }
}


@media screen and (max-width: 780px) {
    .home-about-section-full .home-about-section-bg {
        width: 100%;
        height: 200px;
        -webkit-transform:none;
            -ms-transform:none;
                transform:none;
    }

    .home-about-section-full .home-about-details {
        margin-left: 0px;
        margin-top: 200px;
        padding: 3rem 2rem;
        width: 100%;
    }

    .site-header .menu-main-content {
        width: 100%;
        margin-left: 0;
        padding: 2rem 2rem;
    }

    .menu-is-open .menu-full-bg .menu-bg-right {
        width: 100%;
    }

    .menu-main-content .site-branding .site-title {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }

    .page-top-section .page-top-items .page-top-title {
        margin-left: -5px;
    }

    .home-treatment-categories-container .home-treatment-category-single {
        height: 300px;
    }

    .home-category-buttons-container {
        padding-top: 300px;
        position: initial;
    }

    .home-treatment-categories-container {
        height: auto;
        min-height: calc(85vh - 2vw - 2rem);
    }

    .home-category-buttons-container .home-category-single-button {
        width: 100%;
    }

    .home-treatment-categories-section {
        padding-bottom: 0;
    }

    .home .home-featured-blogs {
        margin-top: 0;
    }

    .home-category-buttons-container .home-category-single-button:after {
        background: none;
    }

    .featured-blogs-container .featured-single-post {
        width: 100%;
    }

    .all-treatments-list-container .specialty-menu-item {
        width: 100%;
    }

    .footer-subscription-container .footer-subscription-input {
        font-size: 14px;
    }

    .home-category-buttons-container .home-category-single-button:before {
        top: auto;
        z-index: 1;
        bottom: -10px;
    }

    .footer-subscription-container .footer-subscription-btn {
        font-size: 13px;
        line-height: 13px;
    }

    .footer-items-container .footer-col {
        width: 100%;
    }

    .site-footer .site-info {
        text-align: left;
        font-size: 12px;
    }

    .menu-opener-btn-container {
        -webkit-box-shadow: -5px 0px 15px 0px rgb(181, 155, 117,0.1);
                box-shadow: -5px 0px 15px 0px rgb(181, 155, 117,0.1);
    }

    .page-full-content .page-left-content {
        width: 100%;
    }

    .page-full-content .page-right-content {
        width: 100%;
    }

    .treatments-in-category-intro .container .treatments-in-category-intro-right p {
        font-size: 14px;
        line-height: 20px;
    }

    .single-treatment-in-category .container .featured-post-image {
        width: calc(100% - 25px);
        height: 200px;
    }

    .single-treatment-in-category .container .featured-post-service-details {
        width: 100%;
        margin-top: 30px;
    }

    .treatments-in-category-intro .container .treatments-in-category-intro-left {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .all-posts-in-treatment-container .single-treatment-in-category {
        text-align: left;
    }

        .all-posts-in-treatment-container .single-treatment-in-category:nth-child(even) .container .featured-post-image {
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
        }

        .all-posts-in-treatment-container .single-treatment-in-category:nth-child(even) {
            margin: 3rem 0px;
        }
    .page-top-items .page-top-title:before{
        left:0;
    }
    .page-top-section .page-top-items .page-top-title h1 {
        font-size: calc(2vw + 3vh);
        line-height: calc(2vw + 3vh);
    }
    .home-about-details h1 {
        font-size: calc(1vw + 3vh);
        line-height: calc(1vw + 3vh);
    }
    .home-about-details p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 35px;
    }
    .section-title {
        font-size: calc(1vw + 3vh);
        line-height: calc(1vw + 3vh);
    }
    #page.site {
        overflow-x: hidden;
        max-width: calc(100vw - 50px);
    }
    .page-full-content h2 {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }
    .home-treatment-category-single-details h2 {
        font-size: calc(1vw + 2vh);
        line-height: calc(1vw + 2vh);
        text-align: center;
    }
    .treatments-in-category-intro .container .treatments-in-category-intro-left h1 {
        font-size: calc(1vw + 2vh);
        line-height: calc(1vw + 2vh + 8px);
    }
 }