﻿html {
    height: 100%
}


body {
    width: 100%;
    height: 100%;
    margin: 0;
}

@font-face {
    font-family: 'linecons';
    src: url('../fonts/linecons/linecons.eot') format('embedded-opentype'), url('../fonts/linecons/linecons.ttf') format('truetype'), url('../fonts/linecons/linecons.woff') format('woff'), url('../fonts/linecons/linecons.svg') format('svg'), url('../fonts/linecons/linecons.dev.svg') format('svg');
}


@font-face {
    font-family: 'm_plus';
    src: url('../fonts/M_PLUS_Rounded_1c/m-plus-rounded-1c-v10-latin-500.woff2') format('woff2'), url('../fonts/M_PLUS_Rounded_1c/m-plus-rounded-1c-v10-latin-500.woff') format('woff'),url('../fonts/M_PLUS_Rounded_1c/m-plus-rounded-1c-v10-latin-500.eot') format('eot'), url('../fonts/M_PLUS_Rounded_1c/m-plus-rounded-1c-v10-latin-500.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'm_plus_xtrabold';
    src: url('../fonts/M_PLUS_Rounded_1c/RoundedMplus1c-ExtraBold.eot');
    src: url('../fonts/M_PLUS_Rounded_1c/RoundedMplus1c-ExtraBold.woff2') format('woff2'), url('../fonts/M_PLUS_Rounded_1c/RoundedMplus1c-ExtraBold.woff') format('woff'), url('../fonts/M_PLUS_Rounded_1c/RoundedMplus1c-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'm_plus_reg';
    src: url('../fonts/M_PLUS_Rounded_1D/RoundedMplus1c-Regular.eot');
    src: url('../fonts/M_PLUS_Rounded_1D/RoundedMplus1c-Regular.woff2') format('woff2'), url('../fonts/M_PLUS_Rounded_1D/RoundedMplus1c-Regular.woff') format('woff'), url('../fonts/M_PLUS_Rounded_1D/RoundedMplus1c-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/*@font-face {
    font-family: 'm_plus_reg';
    src: url('../fonts/MPlus_Regular/RoundedMplus1c-Regular.eot') format('embedded-opentype');
    src: url('../fonts/MPlus_Regular/RoundedMplus1c-Regular.woff2') format('woff2'), url('../fonts/MPlus_Regular/RoundedMplus1c-Regular.woff') format('woff'), url('../fonts/MPlus_Regular/RoundedMplus1c-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}*/


@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto/Roboto-Medium.eot'), url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



a {
    text-decoration: none !important;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

    a:hover {
        text-decoration: none;
    }

:focus {
    outline: none;
}

.css300 {
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.css500 {
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.error-general{
    visibility:hidden;
    text-align:center;
    padding:20px 0;
}

.bottom-menu-wrapper {
    position: fixed;
    bottom:0;
    width:100%;
    height:30px;
    background-color:red;
    z-index:100;
    display:table;
}

.bottom-menu-item {
    width:33.3%;
    display:table-cell;
    vertical-align:middle;
}

.iti {
    width: 100%;
}


#call-whatsapp {
    position: fixed;
    right: 25px;
    background: #b5ceeb;
    width: 45px;
    height: 45px;
    border-radius: 35px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
    text-align: center;
    font-size: 14px;
}

    #call-whatsapp.scrolled {
        bottom: 125px !important;
    }


    #call-whatsapp img {
        width: 60%;
        margin: 0 auto;
        padding-top: 9px;
    }


#return-to-top {
    position: fixed;
    bottom: 70px;
    right: 25px;
    background: #b5ceeb;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
    color: black;
    text-align: center;
    font-size: 14px;
}



    #return-to-top .fa-chevron-up {
        line-height: 39px;
    }   

.AcceptedPDPA input{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}
/*Section Mobile Nav*/
/*Section Mobile Nav*/
/*Section Mobile Nav*/
.mp-level {
    background-color: white;
    font-family: m_plus;
}

.mp-menu.mp-cover h2 {
    box-shadow: none;
}

.mp-menu ul li > a {
    color: black;
    font-family: m_plus;
    box-shadow: none;
}

.burger-section {
    display: inline-block;
    width: 20%;
    text-align: center;
}

.mp-menu ul li a:hover, .mp-level > ul > li:first-child > a:hover {
    background: none;
    box-shadow: none;
}

.burger-table {
    display: inline-table;
    height: 100%;
}

.burger-table-cell {
    display: inline-table;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#hamburger-container, .hamburger-container {
    display: table-cell;
    position: relative;
}

.hamburger-border {
    height: 4px;
    background-color: #3ab3ff;
    width: 30px;
    pointer-events: none
}

    .hamburger-border.top {
        position: absolute;
        right: 0px;
        top: 0;
    }

    .hamburger-border.center {
        margin: 10px 0;
    }

    .hamburger-border.bottom {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.mp-level-open {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

.mp-14-a {
    font-size: 14px !important;
}

.subservice-dropdown li a {
    font-size: 14px !important;
}


.pusha-panel {
    box-shadow: 0 10px 25px 2px rgba(0,0,0,.1), 0 10px 80px 5px rgba(0,0,0,.1);
    text-align: left;
}

    .pusha-panel .hamburger-border.top {
        top: 10px;
        right: unset;
        transform: rotate(-45deg);
        transition: 300ms;
    }

    .pusha-panel .hamburger-border.center {
        opacity: 0;
    }

    .pusha-panel .hamburger-border.bottom {
        bottom: 10px;
        width: 30px;
        right: unset;
        transform: rotate(45deg);
        transition: 300ms;
    }

    .pusha-panel .burger-section {
        padding: 20px 20px 0 0;
        text-align: right;
        width: 100%;
    }

.hamburger-border.top.active {
    top: 10px;
    right: unset;
    transform: rotate(-45deg);
    transition: 300ms;
}

.hamburger-border.center.active {
    opacity: 0;
}

.hamburger-border.bottom.active {
    bottom: 10px;
    width: 30px;
    right: unset;
    transform: rotate(45deg);
    transition: 300ms;
}

#navigation {
    display: flex;
    width: 100%;
    background-color: #fafafa;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: fixed;
    z-index: 100;
}

.button-section {
    display: inline-block;
    width: 40%;
}

.logo-section {
    display: inline-block;
    width: 100%;
}

    .logo-section img {
        display: block;
        width: 130px;
        margin-right: auto;
        float:left;
        padding: 10px 10px;
        padding-left: 6%;
        box-sizing: initial;
    }

/*.scrolled .logo-section img {
    width: 110px;
    padding: 0px;
    padding-left: 5%;
}*/

.menu-item.active::after {
    opacity:1;
}

.menu-item.active .nav-a-item {
    color: #3ab3ff;
}

.menu-section {
    display: none;
}


#appoint-nav {
    padding: 0 20px;
}


.appoint-href {
    padding: 0 !important;
    width: 220px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

#appoint-button .btn, .appoint-button {
    border-radius: 50px;
    padding: 10px 30px;
    background-color: #3ab3ff;
    color: white;
}


#footer-carousel .owl-nav img {
    width: 30px;
    height: 100%;
}

#footer-carousel img {
    display: inline-block !important;
    height: 18px;
    width: auto;
}

#footer-carousel .footer-col-wrapper {
    display: block !important;
}

#footer {
    background-color: #9bb6d5;
}

.footer-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 48px 0;
}

.footer-row {
    display: table;
    margin: 0 auto;
    width: 100%;
}

.footer-col-wrapper {
    display: table-row;
    width: 100%;
}

.footer-col {
    margin: 0 auto;
    text-align: center;
}

.footer-item {
    font-size: 12px;
    font-family: m_plus_reg;
    color:#333333;
    font-weight:600;
    line-height: 30px;
}

.footer-header {
    font-size: 14px;
    margin-bottom: 12px;
    color:black;
    font-family: 'm_plus_xtrabold';
}


.footer-social-container {
    text-align: center;
}

.footer-img {
    margin:0 20px;
    display: inline-block;
}

.footer-social-wrapper {
    display: flex;
    width: 250px;
    padding: 20px 0;
    margin: 0 auto;
}

.footer-icon {
    width: 50%;
}

    .footer-icon img, .footer-img img {
        width: 48px;
    }

.footer-table {
    display: table;
    width: 100%;
    margin-bottom: 16px;
}

.footer-s-icon {
    padding-top: 1px;
    width: 16px;
    margin-right: 10px;
}

    .footer-s-icon img {
        width: 100%;
    }

.footer-text {
    font-family: m_plus_reg;
    font-weight: 600;
    color: black;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.footer-text :hover{
    color: white;
}

.footer-table a {
    color: black;
}

/*.time-table, .loc-table {
    display: none;
}*/

.footer-nav {
    display: none;
}

#footer-carousel .arrow-next {
    right: 9vw;
}

#footer-carousel .arrow-back {
    left: 9vw;
}

.footer-creds {
    font-family: m_plus_reg;
    font-weight:500;
    font-size: 12px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 12px 0;
    position:relative;
}

    .footer-creds .footerlink {
        font-family: m_plus_reg;
        font-weight:600;
        font-size: 12px;
        text-align: center;
        width: 100%;
    }

    .footerlink {
        color: black;
    }

    .footerlink:hover {
        color: #333333;
    }

.footer-cell{
    width:20%;
}


#service-nav {
    position: relative;
}

.box-shadow {
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.1);
}


/*NAVIGATION DROPDOWN*/
/*NAVIGATION DROPDOWN*/

.about-nav-list {
    position: absolute;
    bottom: -82px;
    z-index: 10;
    left: -47px;
    display: none;
    background-color: #fafafa;
    width: 220px;
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.1);
}

.service-nav-list {
    position: absolute;
    left: -63px;
    bottom: -164px;
    z-index: 10;
    display: none;
    background-color: #fafafa;
    width: 250px;
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.1);
}

.facial-nav-list {
    position: absolute;
    bottom: -164px;
    z-index: 10;
    left: -19px;
    display: none;
    background-color: #fafafa;
    width: 220px;
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.1);
}

.subservice-nav-list {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 350px;
    opacity: 0;
    background-color: #fafafa;
    box-shadow: 20px 8px 12px -6px rgba(0,0,0,0.1);
}

    .subservice-nav-list.aesthetics {
        top: 40px;
    }


    .subservice-nav-list.restorative {
        top: 80px;
    }


    .subservice-nav-list.children {
        top: 120px;
    }

.service-nav-list span {
}

.service-nav-item:hover .subservice-nav-list {
    left: 240px;
    opacity: 1;
}

.service-nav-item:hover .service-nav-a-item {
    color: #3ab3ff;
}


.subservice-nav-item:hover .subservice-a-item {
    color: #3ab3ff;
}

.service-nav-item:hover span {
    filter: brightness(1);
}

.service-nav-list img {
    width: 10px;
}

.service-nav-list ul, .about-nav-list ul, .facial-nav-list ul {
    list-style: none;
    text-align: left;
    padding: 0;
}

    .service-nav-list ul li, .about-nav-list ul li, .facial-nav-list ul li {
        padding: 10px 20px;
        font-size: 14px;
    }


    .service-nav-list ul li {
        padding: 10px 26px;
    }

    .about-nav-list ul li, .facial-nav-list ul li {
        text-align: center;
    }

#about-us-nav:hover .about-nav-list {
    display: block;
}

#services-nav:hover .service-nav-list {
    display: block;
}

#facial-nav:hover .facial-nav-list {
    display: block;
}


.mp-level > ul > li:first-child > a {
    box-shadow: none;
}

.mp-back {
    background: none;
    color: black;
    padding: 15px 45px;
    font-size: 16px;
    /* margin-top: 11px; */
    margin-bottom: 12px;
    margin-left: -20px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.pushMenu-header {
    font-family: m_plus !important;
    color: black !important;
}

.rotateHorizontal {
    transform: rotate(180deg);
    width: 14px;
    margin-top: -2px;
}

.subservice-dropdown {
    display: none;
}

    .subservice-dropdown li a {
        padding-left: 40px !important;
    }


.mp-level > ul > li:first-child > a:hover, .mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


.subservice-nav a {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.subservice-nav > a {
    padding-left: 27px !important;
    padding-right: 20px !important;
}

.subservice-nav.openDropdown > a {
    background-color: #b5ceeb !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: white !important;
}

.dropdownArrow {
    transform-origin: center;
    filter: brightness(0);
}

.openDropdown .dropdownArrow {
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}



.menu-item:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    height: 10px;
    border-bottom: solid 2px #3ab3ff;
    transition: all 300ms;
}

.menu-item:hover:after {
    opacity: 1;
}

.menu-item.apptitem:after {
    display: none;
}

.no-cursor:hover{
   cursor:initial  !important;
}

#appoint-button div{
    white-space:nowrap;
    font-size:12px;
}

.white-text-hover a {
    color: #333333;
}

.footer-mainNav a {
    color: black !important;
}

.captcha_Img {
    position: absolute;
    top: 3px;
    right: 13px;
    width: 65px;
}


.pb-28 {
    padding-bottom: 28px !important;
}

.h-60 {
    height:60px;
}

.mp-back.disableicon::after {
    content:none !important;
}

.ml-0{
    margin-left:0 !important;
}

.ptpb {
    padding-top: 18px;
    padding-bottom: 8px;
}

.mt-2 {
    margin-top: 2px;
}

#launcher{
    bottom:10px !important;
}


.menu-icon-wrapper{
    display:inline-block;
}

.menu-icon {
    width: 38px;
}


.mobile-footer {
    position: fixed;
    bottom: -15px;
    width: 100%;
    z-index: 3;
}

    .mobile-footer.up {
        bottom: 0px;
    }

.mobile-footer-wrapper {
    background-color: #3ab3ff;
    display: flex;
    margin: 0 auto;
    box-shadow: 0px 1px 20px 2px rgba(0,0,0,0.3);
}

.mobile-footer-btn {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 20px;
}

    .mobile-footer-btn.rightborder {
        border-right: 1px solid white;
    }

    .mobile-footer-btn:hover {
        background-color: rgba(255,255,255,0.5);
        cursor:pointer;
    }

.mobile-footer-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    margin-bottom: 10px;
}

    .mobile-footer-img.call {
        background-image: url('../images/contact.png');
    }

    .mobile-footer-img.book {
        background-image: url('../images/contact.png');
    }

.mobile-footer-text {
    font-family: m_plus;
    font-size: 14px;
    line-height: 26px;
    height: 30px;
    color: white;
    text-align: center;
}

.mobile-toggle {
    width: 15%;
    position: absolute;
    background-color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    bottom: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #c3bba4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    text-align: center;
    box-shadow: inset 0px -5px 7px 0px rgba(0,0,0,0.2);
}

.mobile-toggle-arrow {
    background-image: url('../images/down-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

    .mobile-toggle-arrow.up {
        transform: rotate(180deg);
    }

.mobile-toggle-text {
    display: inline-block;
    font-family: m_plus;
    font-size: 14px;
    line-height: 16px;
    color: white;
}

    .mobile-toggle-text.closed {
        display: none;
    }


.goUpM {
    bottom: 70px !important;
}


#call-whatsapp {
    bottom: 130px !important;
}

    #call-whatsapp.scrolled {
        bottom: 70px !important;
    }

    #call-whatsapp.goUpCW {
        bottom: 125px !important;
    }

#launcher {
    bottom: 50px !important;
}

.img-upArrow {
    width: 44%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:550px) {
    #footer-carousel .arrow-next {
        right: 9vw;
    }

    #footer-carousel .arrow-back {
        left: 9vw;
    }
}

@media screen and (min-width:550px) {

    .bottom-menu-wrapper {
        display: none;
    }

    #footer-carousel .arrow-next {
        right: 15vw;
    }

    #footer-carousel .arrow-back {
        left: 15vw;
    }
}

@media screen and (min-width:880px) {

    .footer-creds {
        display: block;
        width:100%;
    }


}

@media screen and (min-width:1124px) {

    .goUp {
        bottom: 70px !important;
    }


    #call-whatsapp {
        bottom: 130px !important;
    }

        #call-whatsapp.scrolled {
            bottom: 40px !important;
        }

        #call-whatsapp.goUpCW {
            bottom: 125px !important;
        }

    #launcher.goUp {
        bottom: 50px !important;
    }

    .mobile-footer {
        display: none;
    }

    #call-whatsapp {
        display: block;
    }

        #call-whatsapp:hover #call-whatsapp img {
            -webkit-filter: grayscale(1) invert(1);
            filter: grayscale(1) invert(1);
        }


        #call-whatsapp:hover .img-whatsapp, #return-to-top:hover .img-upArrow {
            -webkit-filter: grayscale(1) invert(1);
            filter: grayscale(1) invert(1);
        }

    .footer-social-container {
        position: absolute;
        top: 7px;
        right: 1%;
    }

    .footer-img {
        width: 26px;
    }

    .footer-s-icon {
        padding-top: 3px;
    }

    .footer-social-container {
        text-align: right;
        width: 91%;
        top: 0.515vw;
    }

    .footer-img {
        margin:initial;
        margin-left:20px;
        display: inline-block;
    }

    .footer-row {
        margin: 0 3.2% !important;
    }

    .logo-section {
        width: 22%;
    }

        .logo-section img {
            width: 40%;
            margin: 0 40% 0 20%;
            padding: 10px 10px;
        }


    .scrolled .logo-section img {
        width: 30%;
    }


    .menu-section {
        display: inline-block;
        width: 78%;
    }

    .menu-table-wrapper {
        /*width: 87%;*/
        height: 100%;
        font-family: m_plus_reg;
        font-weight:bold;
    }

    .menu-table {
        display: inline-table;
        vertical-align: middle;
        height: 100%;
        width: 70%;
    }

    .menu-item {
        display: table-cell;
        width: 13%;
        font-size: 16px;
        letter-spacing: 0.1px;
        vertical-align: middle;
        text-align: center;
    }

    .menu-item {
        color: black;
        position: relative;
    }

        .menu-item a {
            display: block;
            color: black;
            padding: 0 15px;
            font-size: 14px;
            white-space: nowrap;
            -moz-transition: all 300ms;
            -webkit-transition: all 300ms;
            -o-transition: all 300ms;
            transition: all 300ms;
        }

    /*.menu-item:hover > a {
                color: #b4903a;
                background: -webkit-linear-gradient(135deg,#d6b65f,#b4903a,#5b4516, #b4903a, #d6b65f);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }*/


    .burger-section {
        display: inline-block;
        width: 50px;
    }


    .burger-section {
        display: none;
    }

    .pusha-panel .burger-section {
        display: inline-block;
    }

    .footer-col-wrapper {
        display: table-cell;
        width: 33.3%;
    }


    .footer-col {
        width: 300px;
        text-align: left;
    }

    .footer-social-wrapper {
        margin: initial;
    }

    .time-table, .loc-table {
        display: table;
    }

    .footer-table {
        width: initial;
        margin: 0;
        margin-left: -38px;
        margin-bottom: 16px;
    }

    .footer-row {
        padding: 15px;
    }

    .footer-nav {
        display: table-cell;
    }

    .footer-social-wrapper {
        width: 65%;
    }

    .logo-section {
        width: 30%;
    }

    .menu-section {
        width: 70%;
    }


    .shadow-hover-2:hover {
        box-shadow: 0 0 16px 4px rgba(0,0,0,0.1);
    }

    .shadow-hover:hover {
        box-shadow: 0 0 16px 4px rgba(0,0,0,0.1);
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    .shadow-filter-hover:hover {
        -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
    }

    .footer-s-icon {
        margin-right: 10px;
        width: 24px;
    }

    .footer-time-icon {
        margin-right: 18px;
    }

    .white-text-hover a {
        color: #333333;
        text-decoration:none;
    }

    .white-text-hover span {
        color: #333333;
        text-decoration: none;
    }

        .white-text-hover a:hover {
            color: white !important;
            cursor: pointer !important;
        }

        .white-text-hover span:hover {
            color: white !important;
            cursor: pointer !important;
        }


    .blue-text a {
        color: black;
        text-decoration: none;
    }

    .blue-text a:hover {
        color: #194c88 !important;
        cursor: pointer !important;
    }

    .menu-item:hover {
        cursor: pointer;
    }

        .menu-item:hover .nav-a-item {
            color: #3ab3ff;
        }
}


@media screen and (min-width:1280px) {
    .menu-item a {
        padding: 0 1.8vw;
    }
}


@media screen and (min-width:1360px) {

    /*#call-whatsapp {
        bottom: 2.206vw !important;
    }*/

    .goUp {
        bottom: 5.147vw !important;
    }

    #launcher {
        bottom: 0.735vw !important;
    }

        #launcher.goUp {
            bottom: 5.147vw !important;
        }



    #call-whatsapp {
        right: 1.838vw;
        width: 3.309vw;
        height: 3.309vw;
        border-radius: 2.574vw;
        font-size: 1.029vw;
    }

    #call-whatsapp {
        bottom: 6.250vw !important;
    }

        #call-whatsapp.scrolled {
            bottom: 2.941vw !important;
        }

        #call-whatsapp.goUpCW {
            bottom: 9.191vw !important;
        }

        #call-whatsapp img {
            padding-top: 0.662vw;
        }

    #return-to-top {
        right: 1.838vw;
        width: 2.941vw;
        height: 2.941vw;
        border-radius: 0.588vw;
        bottom: 2.206vw;
        font-size: 1.029vw;
    }

        #return-to-top .fa-chevron-up {
            line-height: 2.868vw;
        }

    .mt-2 {
        margin-top: 0.147vw;
    }

    .footer-img {
        margin-left: 1.471vw;
    }

    .pb-28 {
        padding-bottom: 2.059vw !important;
    }

    .h-60 {
        height: 4.412vw;
    }

    .captcha_Img {
        top: 0.221vw;
        right: 0.956vw;
        width: 4.779vw;
    }

    .shadow-hover-2:hover {
        box-shadow: 0 0 1.176vw 0.294vw rgba(0,0,0,0.1);
    }

    #appoint-button div {
        font-size: 0.882vw;
    }

    .menu-item:hover:after {
        border-bottom: solid 0.147vw #3ab3ff;
    }

    .service-nav-list ul li, .about-nav-list ul li, .facial-nav-list ul li {
        padding: 0.735vw 1.471vw;
        font-size: 1.029vw;
    }

    .service-nav-list ul li {
        padding: 0.735vw 1.912vw;
    }

    .subservice-nav-list {
        left: 25.735vw;
        box-shadow: 1.471vw 0.588vw 0.882vw -0.441vw rgba(0,0,0,0.1);
    }

        .subservice-nav-list.aesthetics {
            top: 2.941vw;
        }


        .subservice-nav-list.restorative {
            top: 5.882vw;
        }


        .subservice-nav-list.children {
            top: 8.824vw;
        }


    .service-nav-item:hover .subservice-nav-list {
        left: 17.647vw;
    }

    .box-shadow {
        box-shadow: 0vw 0.588vw 0.882vw 0vw rgba(0,0,0,0.1);
    }


    .about-nav-list {
        bottom: -5.956vw;
        left: -3.456vw;
        width: 16.176vw;
        box-shadow: 0vw 0.588vw 0.882vw 0vw rgba(0,0,0,0.1);
    }

    .service-nav-list {
        left: -4.632vw;
        bottom: -11.912vw;
        width: 18.382vw;
        box-shadow: 0vw 0.588vw 0.882vw 0vw rgba(0,0,0,0.1);
    }


    .facial-nav-list {
        bottom: -11.912vw;
        left: -1.397vw;
        width: 16.176vw;
        box-shadow: 0vw 0.588vw 0.882vw 0vw rgba(0,0,0,0.1);
    }

        .service-nav-list img {
            width: 0.735vw;
        }

        .service-nav-list ul li {
            font-size: 1.029vw;
        }

    .footer-creds {
        font-size: 0.882vw;
        padding: 0.882vw 0;
    }

        .footer-creds .footerlink {
            font-size: 0.882vw;
        }

    .shadow-hover:hover {
        box-shadow: 0 0 1.176vw 0.294vw rgba(0,0,0,0.1);
    }

    .menu-item {
        font-size: 1.176vw;
        letter-spacing: 0.007vw;
    }

    #appoint-nav {
        padding: 0 1.471vw;
    }

    #appoint-button .btn, .appoint-button {
        border-radius: 3.676vw;
        padding: 0.735vw 2.206vw;
    }

    .menu-item a {
        font-size: 1.029vw;
    }

    .logo-section img {
        padding: 0.735vw 0.735vw;
    }

    .footer-wrapper {
        padding: 2.206vw 0;
    }

    .footer-row {
        padding: 1.103vw;
    }

    .footer-col {
        width: 22.059vw;
    }

    .footer-header {
        font-size: 1.029vw;
        margin-bottom: 0.882vw;
    }

    .footer-item {
        font-size: 0.882vw;
        line-height: 2.206vw;
    }


    .footer-social-wrapper {
        padding: 1.471vw 0;
    }

    .footer-icon img, .footer-img img {
        width: 1.912vw;
    }

    .footer-table {
        margin-left: -2.794vw;
        margin-bottom: 1.176vw;
    }

    .footer-s-icon {
        padding-top: 0.221vw;
        margin-right: 0.735vw;
        width: 1.765vw;
    }

    .footer-text {
        line-height: 1.471vw;
        font-size: 0.882vw;
        letter-spacing: 0.037vw;
    }

    .footer-time-icon {
        margin-right: 1.324vw;
    }
}


@media screen and (max-width:880px){
    .d-none-m{
        display:none;
    }
}

@media screen and (max-width:1124px) {
    .mobile-none {
        display: none;
    }


    .footer-creds {
        padding-bottom: 90px;
    }

    .goDown{
        bottom:50px !important;
    }


    #launcher.goDown {
        bottom: 30px !important;
    }


    /*.footer-table {
        margin-left: -6px;
    }*/

    /*.footer-wrap {
        display: inline-block;
        text-align: left;
    }*/
}

@media screen and (min-width:1124px) {
    .desktop-none {
        display: none !important;
    }

    .d-inline-desktop {
        display: inline-block;
    }
}

@media screen and (max-width:1124px) {


    #footer-carousel {
        padding-top: 12px;
    }

    .foot-wrapper {
        display: table;
        margin: 0 auto;
    }

    .foot-inner-wrapper {
        display: table-cell;
    }

    #footer-carousel .footer-header {
        text-align: center !important;
    }

    #footer-carousel .footer-table {
        white-space: nowrap;
    }

    #footer-carousel .footer-time-icon {
        margin-right: 17px;
    }



    #footer-carousel .arrow-back, #footer-carousel .arrow-next {
        position: absolute;
        top: 0;
        margin-top: 142px;
    }

    #footer-carousel .owl-nav {
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

