html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
    font-size: 12pt;
    margin: 0;
    padding: 0px;
    background-color: rgb(243 244 246);
}

.body-home {
    background-image: url('bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.body-home2 {
    background-image: url('bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.body-home3 {
    background-image: url('bg3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.body-home4 {
    background-image: url('bg4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.body-home5 {
    background-image: url('bg5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.flex-container {
    display: flex;
}

.site-container {
    height: 100%;
    min-height: 100%;
}

header {
    background-color: rgb(17 24 39);
    color: #fff;
    height: 80px;
}

.site-name {
    float: left;
    font-weight: bold;
    padding-top: 27px;
}

.btn-contact {
    background-color: rgb(255, 117, 57);
    border: none;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 11pt !important;
    font-weight: bold;
    padding: 11px 16px;
    margin-top: 17px;
    text-align: center;
    text-decoration: none;
    width: 220px;
    white-space: nowrap;
}

h1 {
    color: #000;
    font-weight: normal;
    margin-bottom: 14px;
}

.home-message {
    border-radius: 12px;
    margin: 17px 0 0 0;
    xpadding: 10px 12px 17px 35px;
    width: 60%;
}

    .home-message h1,
    .home-message h4,
    .home-message h5 {
        color: #fff;
        line-height: 31px;
        font-size: 14pt;
        font-weight: normal;
        margin: 0;
    }

.mission {
    display: block;
    margin: -12px 0 6px 0 !important;
}

.home-message h2 {
    color: #fff;
    font-style: italic;
    font-weight: bold;
}

xh2 {
    color: rgb(255, 117, 57);
    font-weight: normal;
}

h3 {
    color: #000;
    font-size: 13pt;
}

.body-services h3 {
    margin-bottom: -6px;
    margin-top: -6px;
}

.page-title {
    font-size: 26pt !important;
    font-weight: 700;
    padding: 55px 0 8px 0;
}

.site-hdng {
    background-color: #b7d6dc !important;
    padding: 8px 0 10px 11px;
    margin: 0;
}

.hdng-nme {
    color: #fff;
    font-weight: bold;
    font-size: 46pt;
    margin-top: 210px;
}

.header-branding {
    float: left;
    padding: 6px 0 10px 10px;
}

.site-logo {
    margin: 6px 14px 4px 1px !important;
    max-height: 55px;
}

.main-nav {
    display: block;
    height: 60px;
    padding: 12px 12px 0 0;
    text-align: right;
    white-space: nowrap;
}

    .main-nav a {
        color: #fff;
        font-size: 11pt;
        font-weight: bold;
        text-decoration: none;
        padding-left: 20px;
    }

.lnk-contact {
    margin-right: 10px;
}

.body-home .lnk-home,
.body-about .lnk-about,
.body-contact .lnk-contact,
.body-services .lnk-services,
.body-faq .lnk-faq,
.body-new-patient .lnk-patient,
.body-blog .lnk-blog,
.main-nav a:hover {
    color: #bbe3f5;
}

.lnk-portal a:hover {
    color: #bbe3f5;
}

.main-img {
    border-radius: 12px;
    float: left;
    margin: 88px 70px 25px 0;
    width: 350px;
}

.body-about .main-img {
    width: 270px;
}

.site-title {
    font-size: 15pt;
    font-weight: bold;
    color: #f0f7f7 !important;
    margin-bottom: 2px;
    margin-right: 9px;
}

.site-subtitle {
    font-size: 12pt;
    font-style: italic;
    color: white;
}

.page-middle {
    margin: 8px auto 22px auto;
    padding: 2px 18px;
    width: 90%;
}

    .page-middle p {
        line-height: 25px;
    }

.price {
    font-size: 14pt;
}

footer {
    background-color: #b7d6dc;
    height: 15px;
    width: 100%;
}

.faq-hdng {
    font-weight: 700;
    margin-bottom: 6px;
}

.body-new-patient ul {
    display: block;
    margin-left: 380px;
}

    .body-new-patient ul li {
        margin-bottom: 12px;
    }

.floating-button-div {
    position: fixed;
    bottom: 20px;
    right: 20px;
}


.fb {
    background-color: #196bde;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 20px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
