.chris_section_container {
    width: 100%;
}

.chris_container {
    width: 100%;
    margin: 0 auto;
}

@media(min-width: 576px) {
    .chris_container {
        width: 540px;
    }
} 

@media(min-width: 768px) {
    .chris_container {
        width: 720px;
    }
}

@media(min-width: 992px) {
    .chris_container {
        width: 960px;
    }
}

@media(min-width: 1200px) {
    .chris_container {
        width: 1040px;
    }
}

@media(min-width: 1400px) {
    .chris_container {
        width: 1320px;
    }
}

h1 {
    color: #993366;
    font-size: 20px;
    line-height: 1.8em;
    margin-top: 18px;
    margin-bottom: 10px;
    letter-spacing: -.5px;
}

h1.center {
    text-align: center;
}

h1.title {
    font-size: 28px;
    line-height: 1.5;
}

h1.center span.subtitle {
    text-align: center;
    font-size: 22px;
}

h2.clinic {
    margin-bottom: 0;
}

h2.clinic.smaller {
    display: none;
}

@media(max-width: 1399px) {
    h2.clinic {
        display: none;
    }
    h2.clinic.smaller {
        display: block;
        line-height: 1.5;
        margin-bottom: 10px;
    }
}

.chris_logo {
    height: 85px;
}

.chris_logo .chris_container .hamburger {
    float: right;
    display: none;
    margin-top: 22px;
    margin-right: 15px;
}

.chris_logo .chris_container .hamburger i {
    color: #80476b;
    font-size: 30px;
}


.chris_menu .chris_container {
    background: linear-gradient(to bottom, #8b557a, #82476e);

}

.chris_menu .chris_container ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
}

.chris_menu .chris_container ul li {
    color: white;
    text-transform: uppercase;
    padding: 13px 30px;
    border-right: 1px solid #bc90b4;
}

.chris_menu .chris_container ul li a {
    color: white;
}

.chris_menu .chris_container ul li a:hover {
    color: #900;
}

.chris_header .chris_container .contentbox {
    display: flex;
    align-items: stretch;
}

.chris_header .chris_container .contentbox .image {
    width: 880px;
    background: url(../../assets/images/banner_images/banner-images-new/1.jpg);
    background-size: cover;
}

/* About Page */
.chris_header .chris_container .contentbox .image.about-page {
    width: 880px;
    background: url(../../assets/images/banner_images/banner-images-new/2.jpg);
    background-size: cover;
    background-position: 50% 0%;
}

/* Conditions Page */
.chris_header .chris_container .contentbox .image.conditions-page {
    width: 880px;
    background: url(../../assets/images/banner_images/banner-images-new/3.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

/* Contact Page */
.chris_header .chris_container .contentbox .image.contact-page {
    width: 880px;
    background: url(../../assets/images/banner_images/banner-images-new/4.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

@media(max-width: 991px) {
    .chris_header .chris_container .contentbox .image.contact-page {
        width: 880px;
        background: url(../../assets/images/banner_images/banner-images-new/4.jpg);
        background-size: cover;
        background-position: 100% 50%;
    }
}

@media(max-width: 767px) {
    .chris_header .chris_container .contentbox .image.contact-page {
        width: 880px;
        background: url(../../assets/images/banner_images/banner-images-new/4.jpg);
        background-size: cover;
        background-position: 50% 50%;
    }
}

.chris_header .chris_container .contentbox .image img {
    width: 100%;
    height: 100%;
}

.chris_header .chris_container .contentbox .form {
    width: 440px;
    background: #bc90b3;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.chris_header .chris_container .contentbox .form h2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.chris_header .chris_container .contentbox .form input[type="text"] {
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #666;
}

.chris_header .chris_container .contentbox .form input[type="text"]::placeholder {
    color: #aaa;
}

.chris_header .chris_container .contentbox .form input[type="submit"] {
    padding: 11px 20px;
    color: white;
    margin-bottom: 15px;
    margin-top: 8px;
    background: #693556;
    border: 0;
    border-radius: 10px;
}

.chris_header .chris_container .contentbox .form input[type="submit"]:hover {
    background: #423399;
    cursor: pointer;
}

.chris_content .chris_container {
    background-color: white;
    box-shadow: 0 0 10px #00000033;
    padding: 20px;
}

.chris_content .chris_container .contentbox {
    display: flex;
    justify-content: space-between;
}

.chris_content .chris_container .contentbox .left {
    width: 66%;
    padding-right: 40px;
}

.chris_content .chris_container .contentbox .left ul {
    list-style-type: disc;
    margin: 0px 10px 30px 30px;
}

.chris_content .chris_container .contentbox .right {
    width: 34%;
}

.chris-about-imagesbox {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
}

.chris-about-imagesbox img {
    height: 80px;
    opacity: .8;
}

.chris-about-imagesbox img.io {
    margin-right: 50px;
}

.chris_contact_content .chris_container {
    background-color: white;
    box-shadow: 0 0 10px #00000033;
    padding: 0 20px 40px;
}

.chris_contact_content .chris_container .contentbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.chris_contact_content .chris_container .contentbox .left {
    width: 48%;
}

.chris_contact_content .chris_container .contentbox .right {
    width: 48%;
}

.chris_footer .chris_container {
    margin: 15px auto;
}

.chris_footer .chris_container .footer-contents {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.chris_footer .chris_container .footer-contents .sections {
    margin: 0 15px;
}

.chris_footer .chris_container .footer-contents .sections.less {
    display: none;
}

p.white {
    color: white;
}

a {
    color: #993366;
    text-decoration: none;
}

a:hover {
    color: #423399;
    text-decoration: none;
}

a.underline-reverse {
    color: inherit;
    text-decoration: none;
}

a.underline-reverse:hover {
    color: inherit;
    text-decoration: underline;
}

@media(max-width: 991px) {
    .chris_content .chris_container .contentbox {
        flex-direction: column;
    }

    .chris_content .chris_container .contentbox .left {
        width: 100%;
        padding-right: 0;
    }

    .chris_content .chris_container .contentbox .right {
        width: 100%;
    }

    .chris_contact_content .chris_container .contentbox {
        flex-direction: column-reverse;
    }
    
    .chris_contact_content .chris_container .contentbox .left {
        width: 100%;
    }
    
    .chris_contact_content .chris_container .contentbox .right {
        width: 100%;
    }
}

@media(max-width: 767px) {

    .chris_logo {
        height: 70px;
    }
    
    .chris_logo .chris_container img {
        width: 200px;
        margin-left: 10px;
    }

    .chris_logo .chris_container .hamburger {
        display: block;
    }

    .chris_menu .chris_container .desktop-menu {
        height: 20px;
    }

    .chris_menu .chris_container .desktop-menu ul {
        display: none;
    }

    .chris_header .chris_container .contentbox {
        flex-direction: column;
    }

    .chris_header .chris_container .contentbox .image {
        width: 100% !important;
        height: 200px !important;
    }

    .chris_header .chris_container .contentbox .form {
        width: 100%;
    }

    .chris_content .chris_container {
        box-shadow: none;
        padding-top: 0;
    }

    .chris_footer {
        background: #bc90b3;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .chris_footer .chris_container .footer-contents {
        flex-direction: column;
    }

    .chris_footer .chris_container .footer-contents .sections p {
        color: white;
        text-align: center;
    }
}

@media(max-width: 576px) {
    .chris_menu .chris_container .desktop-menu {
        height: unset;
    }
    .chris-about-imagesbox img {
        height: 60px;
        opacity: .8;
    }
}

@media(max-width: 1399px) {
    .chris_footer .chris_container .footer-contents .sections.plus {
        display: none;
    }
    .chris_footer .chris_container .footer-contents .sections.less {
        display: block;
    }
}

@media(max-width: 375px) {
    .chris-about-imagesbox img.io {
        margin-right: 0;
    }
}

.chris_map_responsive {
    overflow: hidden;
    padding-bottom: 400px;
    position: relative;
    width: 100%;
}

.chris_map_responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* MODAL MENU */

.chris_modal_menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #eae2e8;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 90px;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity .3s;
}

.chris_modal_menu.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility .4s, opacity .3s;
}

.chris_modal_menu .chris-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
}

.chris_modal_menu .chris-close-button i {
    color: #900;
    font-size: 30px;
}

.chris_modal_menu .chris_modal_menu-menu {
    text-align: center;
}

.chris_modal_menu .chris_modal_menu-menu img {
    width: 200px;
    margin-bottom: 30px;
}

.chris_modal_menu .chris_modal_menu-menu ul.modal li {
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
}