﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Abhaya+Libre|Open+Sans&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&amp;display=swap");

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Variables */
@font-face {
    font-family: "icomoon";
    src: url("../font/icomoon/icomoonbc9c.html?t7a5los");
    src: url("../font/icomoon/icomoonbc9c.html?t7a5los#iefix") format("embedded-opentype"), url("../font/icomoon/icomoonbc9c.ttf?t7a5los") format("truetype"), url("../font/icomoon/icomoonbc9c.woff?t7a5los") format("woff"), url("../font/icomoon/icomoonbc9c.svg?t7a5los#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=icon-], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    [class^=icon-] span, [class*=" icon-"] span {
        font-size: 0;
    }

.icon-menu:before {
    content: "";
}

.icon-facebook:before {
    content: "";
    color: #4172b8;
}

.icon-instagram:before {
    content: "";
    color: #e4405f;
}

.icon-twitter:before {
    content: "";
    color: #1da1f2;
}

.icon-external-link:before {
    content: "";
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

    *:focus {
        outline: 1px auto #2977bf;
    }

    *:active, *:hover {
        outline: 0;
    }


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    font: 16px/26px "Open Sans", sans-serif;
    color: #545453;
}

.h1,
h1 {
    font: 400 25px/44px "Lato", sans-serif;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

@media only screen and (min-width: 640px) {
    .h1,
    h1 {
        font-size: 36px;
    }
}

.h2,
h2 {
    font: 700 24px/27px "Abhaya Libre", serif;
    color: #545453;
    margin: 0 0 12px;
}

@media only screen and (min-width: 640px) {
    .h2,
    h2 {
        font-size: 30px;
    }
}

.h3,
h3 {
    font: 700 22px/29px "Abhaya Libre", serif;
    color: #545453;
}

@media only screen and (min-width: 640px) {
    .h3,
    h3 {
        font-size: 24px;
    }
}

.h4,
h4 {
    font: 700 20px/24px "Abhaya Libre", serif;
    color: #545453;
}

.h5,
h5 {
    font: 700 16px/20px "Abhaya Libre", serif;
    color: #545453;
}

.h6,
h6 {
    font: 700 14px/20px "Lato", sans-serif;
    color: #545453;
}

.address {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    padding: 10px 10px 2px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #164349;
}

@media only screen and (min-width: 530px) {
    address {
        font-size: 20px;
    }
}

a,
button {
    font: 700 14px/17px "Open Sans", sans-serif;
    color: #fff;
    text-decoration: underline;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    a:focus,
    button:focus {
        box-shadow: 0 0 2px 2px #2977bf;
        outline: 0;
    }

    a[disabled],
    button[disabled] {
        pointer-events: none;
    }

    a.external,
    button.external {
        padding: 13px 39px 13px 25px;
        position: relative;
    }

        a.external:after,
        button.external:after {
            content: "";
            font: 14px "icomoon";
            position: absolute;
            right: 14px;
            top: 11px;
        }

    a.transparent-btn,
    button.transparent-btn {
        text-transform: uppercase;
        background: transparent;
        border: 2px solid white;
        border-radius: 0;
    }

        a.transparent-btn:hover,
        button.transparent-btn:hover {
            background: #72e672;
            border: 2px solid #72e672;
        }

        a.transparent-btn.alt-button,
        button.transparent-btn.alt-button {
            text-transform: uppercase;
            background: transparent;
            border: 2px solid white;
            border-radius: 0;
        }

            a.transparent-btn.alt-button:hover,
            button.transparent-btn.alt-button:hover {
                background: #c8f4cc;
                border: 2px solid #c8f4cc;
            }

a {
    color: red;
}

    a:hover {
        color: #545453;
    }

.button,
button {
    padding: 13px 25px;
    background: #72e672;
    font-size: 20px;
    height: 46px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .button:hover,
    button:hover {
        background: #c8f4cc;
        color: #fff;
    }

ul li {
    list-style: none;
}

p {
    font: 16px/26px "Open Sans", sans-serif;
    color: #545453;
    margin: 0 0 15px;
}

select {
    height: 39px;
    width: 100%;
    border: 1px solid #545453;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font: 13px/23px "Lato", sans-serif;
    color: #545453;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 29px 0 5px;
    background: url(../../images/down-arrow.html) no-repeat 95% center/15px auto #545453;
}

    select::-ms-expand {
        display: none;
    }

input {
    background: #fff;
    border: 1px solid #545453;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    color: #545453;
    padding: 11px 13px 12px;
    position: relative;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

    input[type=text], input[type=date], input[type=time], input[type=password], input[type=email] {
        width: 250px
    }

    input[type=submit]:hover {
        background-color: green;
        color: white;
    }

    input[type=checkbox] {
        width: 0;
        height: 0;
        position: absolute;
        left: -99999%;
        opacity: 0;
    }

        input[type=checkbox].toggle-elm ~ label:before {
            display: none;
        }

        input[type=checkbox]:checked ~ label:before {
            background: #545453;
        }

        input[type=checkbox]:focus ~ label::before {
            box-shadow: 0 0 2px 2px #545453;
        }

        input[type=checkbox] ~ label {
            padding: 0 0 15px 42px;
            position: relative;
        }

            input[type=checkbox] ~ label:before {
                content: "";
                font: 13px/28px "icomoon";
                width: 28px;
                height: 28px;
                display: block;
                background: #fff;
                border: 1px solid #545453;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                vertical-align: middle;
                margin: 0;
                text-align: center;
                color: #fff;
                position: absolute;
                top: 0;
                left: 0;
            }
/*
    input[type=radio] {
        width: 0;
        height: 0;
        opacity: 0;
    }

        input[type=radio].toggle-elm ~ label:before {
            display: none;
        }

        input[type=radio]:checked ~ label:before {
            background: #545453;
            -webkit-box-shadow: 0 0 0 1px #545453;
            -moz-box-shadow: 0 0 0 1px #545453;
            box-shadow: 0 0 0 1px #545453;
        }

        input[type=radio]:focus ~ label::before {
            box-shadow: 0 0 2px 2px #545453;
        }

        input[type=radio] ~ label {
            font: 700 14px/20px "Lato", sans-serif;
            color: #545453;
            display: inline-block;
            vertical-align: middle;
            padding: 0 0 10px 42px;
            position: relative;
        }

            input[type=radio] ~ label::before {
                width: 20px;
                height: 20px;
                content: "";
                display: block;
                position: absolute;
                top: 1px;
                left: 2px;
                vertical-align: middle;
                -moz-border-radius: 30px;
                -webkit-border-radius: 30px;
                border-radius: 30px;
                -webkit-box-shadow: 0 0 0 1px #545453;
                -moz-box-shadow: 0 0 0 1px #545453;
                box-shadow: 0 0 0 1px #545453;
                border: 3px solid #fff;
            }*/

    input[type=number] {
        -moz-appearance: textfield;
    }

textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #545453 inset;
    background-color: lightblue !important;
    color: #545453 !important;
}

textarea {
    width: 100%;
    background: white;
    border: 1px solid #545453;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 13px;
    font: 13px/23px "Lato", sans-serif;
    resize: vertical;
}

    textarea.mage-error {
        background: rgba(196, 43, 50, 0.06);
    }

img {
    display: block;
}

.legend,
legend {
    font: 900 11px/20px "Lato", sans-serif;
    color: #545453;
    padding: 0 0 13px;
    width: 100%;
    border-bottom: 1px solid #545453;
    text-transform: uppercase;
}

fieldset {
    padding: 0;
    border: 0;
}

    fieldset.field legend,
    label {
        font: 700 13px/26px "Lato", sans-serif;
        color: #545453;
        padding: 0;
        text-transform: none;
        width: auto;
        border: 0;
        display: block;
    }

.field.prompt > label.label {
    color: #545453;
    font-weight: 400;
    margin-bottom: 15px;
}

li {
    font: 16px/26px "Open Sans", sans-serif;
    color: #545453;
    margin: 0 0 7px;
}

nav {
    padding: 20px 15px;
    overflow: visible;
    background: #fff;
    position: relative;
    z-index: 999;
}

    nav ul {
        float: right;
        padding: 60px 0 0 0;
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: #fff;
    }

@media only screen and (min-width: 1200px) {
    nav ul {
        display: flex;
        position: static;
        margin: 20px 0 0 0;
        padding: 0;
    }
}

nav ul li {
    margin: 0 5px;
    display: block;
}

@media only screen and (min-width: 1200px) {
    nav ul li {
        display: inline-block;
    }
}

@media only screen and (min-width: 1440px) {
    nav ul li {
        margin: 0 10px;
    }
}

nav a {
    color: #545453;
    text-transform: uppercase;
    border-bottom: 4px solid #c8f4cc;
    letter-spacing: 2px;
    display: block;
    padding: 13px;
}

@media only screen and (min-width: 1440px) {
    nav a {
        padding: 13px 25px;
    }
}

@media only screen and (min-width: 1200px) {
    nav a {
        display: inline-block;
    }
}

nav a, nav a.external {
    padding-left: 13px;
}

@media only screen and (min-width: 1440px) {
    nav a, nav a.external {
        padding-left: 25px;
    }
}

nav a:after, nav a.external:after {
    position: static;
}

@media only screen and (min-width: 1200px) {
    nav a:after, nav a.external:after {
        position: absolute;
    }
}

nav a:hover {
    color: #545453;
    border-color: #14ab19
}

.active {
    border-color: #14ab19
}

nav h1 {
    float: left;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mobile-nav-toggle:checked ~ .nav {
    display: block;
}

#mobile-nav-toggle:checked ~ label {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2;
}

#mobile-nav-toggle-label {
    font-size: 40px;
    color: #545453;
}

@media only screen and (min-width: 1200px) {
    #mobile-nav-toggle-label {
        display: none;
    }
}

.logo {
    display: block;
    border: 0;
    padding: 0;
}

    .logo img {
        max-width: 200px;
        width: 100%;
    }

@media only screen and (min-width: 640px) {
    .logo img {
        width: 200px;
    }
}

footer {
    background: #c8f4cc;
}

    footer p {
        color: #fff;
    }

.footer-wrapper {
    background: #c8f4cc;
    position: relative;
    overflow: hidden;
    height: 194px;
}

@media only screen and (min-width: 530px) {
    .footer-wrapper {
        height: auto;
    }
}

@media only screen and (min-width: 530px) {
    .footer-logo {
        position: absolute;
        right: -88px;
        bottom: 0;
        height: auto;
        z-index: 0;
        display: block;
    }
}

@media only screen and (min-width: 640px) {
    .footer-logo {
        right: -39px;
        height: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-logo {
        right: 0;
    }
}

.contact-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media only screen and (min-width: 640px) {
    .contact-wrapper {
        margin: 0 190px 0 0;
    }
}

@media only screen and (min-width: 840px) {
    .contact-wrapper {
        margin: 0 325px 0 0;
    }
}

@media only screen and (min-width: 1024px) {
    .contact-wrapper {
        margin: 0 358px 0 0;
    }
}

.contact-wrapper > div {
    width: 100%;
    z-index: 1;
    margin: 20px 0;
}

@media only screen and (min-width: 840px) {
    .contact-wrapper > div {
        margin: 0;
        width: 50%;
    }
}

.map-wrapper {
    overflow: hidden;
    display: none;
}

@media only screen and (min-width: 840px) {
    .map-wrapper {
        display: block;
    }
}

#map {
    max-width: 600px;
    max-height: 450px;
    width: 100%;
    height: 100%;
    min-height: 350px;
    margin: 20px;
}

.social-icons {
    padding: 10px 0 0;
}

    .social-icons span:before {
        padding: 5px;
    }

    .social-icons a {
        font-size: 22px;
    }

.copyright-wrapper {
    background: #fff;
}

.copyright {
    color: #545453;
    padding: 10px 15px 0;
}

.wrapper {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
}

.main {
    padding: 10px;
}

ul.horizontal li {
    display: inline-block;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.icon-hidden-text {
    font-size: 0;
}

.hero-container {
    position: relative;
    overflow: hidden;
}

.hero-image {
    width: 100%;
}

.hero-content {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.42);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

    .hero-content p {
        color: #fff;
    }

    .hero-content h1 {
        padding: 0 10px;
    }

.section {
    text-align: center;
    padding: 50px 0;
    width:80%;
}

.home-image {
    background: url(/web/images/home-banner.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
}

    .home-image:after {
        content: "";
        background: rgba(0, 0, 0, 0.42);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.about-me-image {
    background: url(/web/images/about-me-banner.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
}

    .about-me-image:after {
        content: "";
        background: rgba(0, 0, 0, 0.42);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.services-image {
    background: url(/web/images/services-banner.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;

}

    .services-image:after {
        content: "";
        background: rgba(0, 0, 0, 0.42);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.acupuncture-image {
    background: url(/web/images/acupuncture-banner.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
}

    .services-image:after {
        content: "";
        background: rgba(0, 0, 0, 0.42);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.pricing-image {
    background: url(/web/images/pricing-banner.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
}

    .pricing-image:after {
        content: "";
        background: rgba(0, 0, 0, 0.42);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.contact-me-image {
    background: url(/web/images/contactme-banner.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
}

    .contact-me-image:after {
        content: "";
        background: rgba(0, 0, 0, 0.42);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.faq-image {
    background: url(/web/images/faq-banner.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
}

    .faq-image:after {
        content: "";
        background: rgba(0, 0, 0, 0.42);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.appointment-image {
    background: url(/web/images/appointment-banner.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
}

    .appointment-image:after {
        content: "";
        background: rgba(0, 0, 0, 0.42);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.covid-image {
    background: url(/web/images/covid-banner.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
}

    .covid-image:after {
        content: "";
        background: rgba(0, 0, 0, 0.42);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.home-hero-wrapper {
    padding: 25px;
    text-align: center;
    z-index: 1;
}

@media only screen and (min-width: 640px) {
    .home-hero-wrapper {
        padding: 200px 50px;
    }
}

.home-hero-wrapper p {
    color: #fff;
}

.home-hero-wrapper p,
.home-hero-wrapper a {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

.massage-types {
    padding: 50px 0;
}

    .massage-types h2 {
        margin: 0 0 40px;
    }

    .massage-types img {
        width: 100%;
    }

    .massage-types .massage-options {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 0 27px;
    }

        .massage-types .massage-options li {
            width: 48%;
            margin: 1%;
        }

@media only screen and (min-width: 530px) {
    .massage-types .massage-options li {
        width: 31%;
    }
}

@media only screen and (min-width: 1024px) {
    .massage-types .massage-options li {
        width: 16.6666%;
    }
}

.massage-option {
    padding: 0;
    height: auto;
    position: relative;
    display: block;
}

    .massage-option:before {
        content: "";
        background: red;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        left: 0;
        top: 0;
    }

    .massage-option:hover:before {
        background: rgba(0, 0, 0, 0.5);
    }

    .massage-option h3 {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        padding: 0 10px;
        color: #fff;
        margin: -25px 0 0;
    }

        .massage-option h3:before {
            width: 50px;
            content: "";
            display: block;
            border: 1px solid #c8f4cc;
            margin: 0 auto 10px;
        }

        .massage-option h3:after {
            width: 50px;
            content: "";
            display: block;
            border: 1px solid #c8f4cc;
            margin: 10px auto 0;
        }

.faq-section p {
    display: none;
    padding: 0 15px;
}
.faq-section form {
    display: none;
    padding: 0 15px;
}

.faq-section li {
    border: 1px solid #E7E8EB;
    list-style: none;
    border-radius: 3px;
    margin: 0 0 3px;
    text-align: left;
}

.faq-section h3 {
    padding: 15px 55px 15px 15px;
    position: relative;
    cursor: pointer;
}

    .faq-section h3:after {
        content: "+";
        position: absolute;
        top: 13px;
        right: 20px;
    }

.faq-section .open p {
    display: block;
}
.faq-section .open form {
    display: block;
}
.faq-section .open h3:after {
    content: "-";
}

.massage-list {
    width: 30%;
    padding: 50px 0;
}

    .massage-list li {
        border-bottom: 1px solid #545453;
        margin: 0;
    }

        .massage-list li:first-child {
            border-top: 1px solid #545453;
        }

    .massage-list a {
        padding: 15px 5px;
        display: block;
        color: #545453;
    }

@media only screen and (min-width: 530px) {
    .massage-list a {
        padding: 15px 30px;
    }
}

.massage-list .active {
    border-right: 4px solid #72e672;
}

    .massage-list .active a {
        color: #72e672;
    }

.services img {
    width: 98%;
}
.services {
    width: 80%;
    margin-right: auto !important;
    margin-left: auto !important;
}
.massage-detail {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 100px 0 100px;
}

    .massage-detail img {
        width: 300px;
    }

    .massage-detail div {
        padding: 10px 10px 20px;
        outline: 1px solid;
        margin: 100px 20px 100px 20px;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        flex-basis: 30%;
    }



.contact {
    display: block;
    justify-content: space-between;
}

@media only screen and (min-width: 530px) {
    .contact {
        display: flex;
    }
}

.contact div {
    width: 100%;
    margin: 0 0 35px;
}

@media only screen and (min-width: 530px) {
    .contact div {
        width: 50%;
    }
}

.contact h2 {
    text-transform: uppercase;
}

.rates ul {
    margin: 0 0 20px;
}
.rates table {
    margin-right: auto;
    margin-left: auto;
}
.rates table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
.rates th, td {
    padding: 15px;
    text-align: center;
}
.rates-disclaimer {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

    .rates-disclaimer ul {
        margin: 0 0 15px;
    }

.appointment {
    width: 50%;
    min-width:600px;
    margin-right: auto !important;
    margin-left: auto !important;
}




.form {
    padding: 20px;
}


.submit {
    padding: 10px;
}

.forms {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.inline {
    display: inline;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width:90%;
}


.apnt_list {
    display: table-row;
}

    .apnt_list li {
        display: table-cell;
    }

.apnt_list_header {
    display: table-row;
}
    .apnt_list_header li {
        display: table-cell;
        font-weight: bold;
    }

.login h2 {
    text-align: center;
    padding: 10px;
}

.login input[type=text], input[type=password] {
    width: 100%;
}

.login input {
    box-shadow: #c8f4cc 1px 1px inset, #c8f4cc 1px 1px;
}
.hidden {
    display: none;
    color: green;
}
.shadow {
    box-shadow: #9ac19b 0 1px;
    background-color: #eff1f1;
    padding: 0 0 0 5px;
}
.covid ol {
    text-align: left;
}
.covid select {
    background-color: white;
    width: 30%;
}
.about img {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
.red {
    color:red;
}

.admin_menu {
    padding-left: 20px;
    background: #c8f4cc;
    height: 400px;
    width:150px;
}

.serviceDd {
    position: relative;
    display: inline-block;
}

.serviceDdBtn {
    position: relative;
    display: block;
    padding: 10px 15px;
}

    .serviceDdBtn:hover, .serviceDdCnt a:hover {
        text-decoration: none;
        background-color: #eee;
    }

.serviceDdCnt {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.serviceDd:hover .serviceDdCnt {
    display: block;
}

.businessHour {
    margin:auto;
    width:80%;
    border:none;
}
.contact table {
    margin-right: auto;
    margin-left: auto;
}

.contact table, th, td {
    border: 0px solid black;
    border-collapse: collapse;
}


.tdRight{
    text-align:right;
    padding-right:5px;
    padding-bottom:5px;
}

.tdLeft {
    text-align: left
}

/*# sourceMappingURL=styles.css.map */
