.brand {
    width: 250px;
    padding-top: 9px;
    padding-left: 0px;
}

.dropdown-list {
    background-color: #fff;
}

.dropdown-list.w--open {
    background-color: #fff;
}

.dropdown-link {
    padding-right: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-family: Montserrat, sans-serif;
    color: #2b3346;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dropdown-link:hover {
    background-color: #516f92;
    color: #fff;
}

.dropdown-toggle {
    min-height: 65px;
    padding-top: 23px;
    font-family: Montserrat, sans-serif;
    color: #516f92;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dropdown-toggle:hover {
    color: #707b90;
}

.navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5000;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
}

.nav-link {
    min-height: 65px;
    padding-top: 23px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #516f92;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #519279;
}

.nav-link.phone {
    padding-left: 20px;
    font-family: Montserrat, sans-serif;
    color: #516f92;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
}

.nav-link.phone:hover {
    color: #519279;
}

.mobile-phone-div {
    display: none;
    width: 35px;
    height: 35px;
}

.nav-div {
    width: 100%;
    max-width: 1600px;
    min-height: 65px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.image-8 {
    height: 100%;
}

.image-8.st {
    width: 20px;
    height: auto;
}

.fl-image-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.floating-link-wrapper {
    position: fixed;
    left: auto;
    top: auto;
    right: 15px;
    bottom: 0px;
    z-index: 2000;
    width: 265px;
    min-height: 50px;
}

.leaders-section {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 150px 100px;
}

.leaders-section.visible {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(73%, hsla(0, 0%, 100%, 0))), url('../images/eyesm.jpg');
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 73%), url('../images/eyesm.jpg');
    background-position: 0px 0px, 120% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
}

.text-block-6 {
    margin-bottom: 10px;
    color: rgba(105, 124, 146, 0.16);
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #2b3346;
    font-size: 60px;
    line-height: 65px;
    font-weight: 800;
    text-align: left;
}

.h2.ns {
    margin-bottom: 10px;
    color: #2b3346;
}

.leaders-wrapper {
    width: 100%;
    max-width: 1400px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
}

.paragraph-3 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 30px;
}

.leader-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mobile-cat {
    display: none;
}

.doctor-section {
    padding: 100px;
    background-color: rgba(81, 111, 146, 0.1);
}

.doc-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.doc-50 {
    position: relative;
    z-index: 1000;
    display: block;
    width: 100%;
    min-height: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
}

.image-15 {
    max-height: 400px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    float: right;
}

.outcomes-section {
    padding: 100px;
    background-color: #174677;
}

.outcomes-section.visible {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 111, 146, 0.82)), to(rgba(81, 111, 146, 0.82))), url('../images/lookupbw.jpg');
    background-image: linear-gradient(180deg, rgba(81, 111, 146, 0.82), rgba(81, 111, 146, 0.82)), url('../images/lookupbw.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.outcomes-wrapper {
    width: 100%;
    max-width: 1400px;
    min-height: 200px;
    margin-right: auto;
    margin-left: auto;
}

.h2-white {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 35px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    font-weight: 800;
    text-align: center;
}

.h2-white.ns2 {
    margin-bottom: 25px;
}

.outcomes-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 35px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-4 {
    width: 70%;
}

.icon-holder {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
    border-style: none;
    border-width: 1px;
    border-color: #707b90;
    outline-color: #333;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
}

.quality-section {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 100px;
    background-color: #fff;
}

.quality-section.visible {
    background-image: url('../images/background-p-1600.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.qbtext-div {
    width: 100%;
    min-height: 50px;
    margin-top: 10px;
    padding: 0px;
}

.quality-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1600px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block {
    margin-bottom: 21px;
    font-family: Montserrat, sans-serif;
    color: #2b3346;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    text-align: center;
}

.quality-block-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0px;
    margin-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.quality-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    min-height: 150px;
    margin-top: 0px;
    margin-bottom: 8px;
    padding: 20px 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: none;
}

.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
}

.heading-3 {
    margin-top: 0px;
    margin-right: 12px;
    font-family: Montserrat, sans-serif;
    color: #2b3346;
    font-size: 60px;
    line-height: 65px;
    font-weight: 800;
}

.heading-3.ctr {
    color: #2b3346;
}

.quality-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-2 {
    font-family: Montserrat, sans-serif;
    color: #2b3346;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.leaders-section-2 {
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 100px 100px 0px;
}

.number-text {
    width: 95%;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.text-block-5 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #519279;
    font-size: 12px;
}

.number-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.leaders-wrapper-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.leader-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 500px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bbutton {
    min-width: 225px;
    margin-top: 15px;
    padding: 15px 35px;
    background-color: #516f92;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bbutton:hover {
    background-color: #519279;
}

.bbutton.dark {
    background-color: #2b3346;
}

.bbutton.dark:hover {
    background-color: #516f92;
}

.body {
    font-family: Montserrat, sans-serif;
}

.footer-section {
    padding: 50px 50px 100px;
}

.footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1700px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paragraph-5 {
    width: 90%;
    margin: 0px auto 15px;
    color: #2b3346;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}

.flink {
    color: #2b3346;
}

.flink:hover {
    color: #707b90;
}

.started-section {
    padding: 100px;
    background-color: #516f92;
}

.heading-10 {
    margin-top: 0px;
    margin-bottom: 24px;
    color: #2b3346;
    font-size: 35px;
    line-height: 40px;
}

.started-wrapper {
    width: 100%;
    max-width: 1400px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
}

.contact-wrapper {
    min-height: 600px;
    padding: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2b3346), to(#2b3346));
    background-image: linear-gradient(180deg, #2b3346, #2b3346);
}

.start-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    min-height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 10px;
    border-color: hsla(0, 0%, 100%, 0.35);
    background-color: hsla(0, 0%, 100%, 0.15);
}

.text-block-9 {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    font-weight: 800;
    text-align: center;
}

.text-block-10 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}

.paragraph-6 {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search_input {
    max-width: 300px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.25);
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
}

.search_input::-webkit-input-placeholder {
    color: #fff;
}

.search_input:-ms-input-placeholder {
    color: #fff;
}

.search_input::-ms-input-placeholder {
    color: #fff;
}

.search_input::placeholder {
    color: #fff;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.copy-holder {
    width: 30%;
}

.footer-links-2 {
    margin-bottom: 9px;
    margin-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}

.footer-links-2:hover {
    color: #d4dbe0;
}

.link-2 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    text-decoration: none;
}

.link-2:hover {
    color: #d4dbe0;
}

.whiteheader {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
}

.textarea {
    min-height: 200px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.25);
    background-color: transparent;
    font-weight: 300;
}

.textarea::-webkit-input-placeholder {
    font-family: Montserrat, sans-serif;
    color: #d4dbe0;
    font-weight: 400;
}

.textarea:-ms-input-placeholder {
    font-family: Montserrat, sans-serif;
    color: #d4dbe0;
    font-weight: 400;
}

.textarea::-ms-input-placeholder {
    font-family: Montserrat, sans-serif;
    color: #d4dbe0;
    font-weight: 400;
}

.textarea::placeholder {
    font-family: Montserrat, sans-serif;
    color: #d4dbe0;
    font-weight: 400;
}

.access-links {
    margin-right: 15px;
    margin-bottom: -1px;
    margin-left: 0px;
    opacity: 1;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
    text-decoration: none;
}

.access-links:hover {
    color: #d4dbe0;
}

.access-links:active {
    color: #ffc82e;
}

.access-links:visited {
    color: #fff;
}

.copy-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-block {
    margin-top: 25px;
}

.line {
    width: 1px;
    min-height: 20px;
    background-color: hsla(0, 0%, 100%, 0.5);
}

.social-link {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-left: 0px;
    border-style: none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
}

.social-link:hover {
    opacity: 0.5;
}

.search_btn {
    display: none;
}

.search_div {
    width: 80%;
    margin-top: 16px;
}

.text-field {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.3);
    background-color: transparent;
    color: #fff;
    font-weight: 300;
}

.text-field::-webkit-input-placeholder {
    font-family: Montserrat, sans-serif;
    color: #d4dbe0;
}

.text-field:-ms-input-placeholder {
    font-family: Montserrat, sans-serif;
    color: #d4dbe0;
}

.text-field::-ms-input-placeholder {
    font-family: Montserrat, sans-serif;
    color: #d4dbe0;
}

.text-field::placeholder {
    font-family: Montserrat, sans-serif;
    color: #d4dbe0;
}

.form-div {
    width: 30%;
    min-height: 200px;
}

.social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0px;
    margin-top: 19px;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.loc-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.search {
    margin-bottom: 0px;
}

.address {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.image-22 {
    width: 40%;
    margin-right: 50px;
}

.cta-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 350px;
}

.cta-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 350px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cta-1.visible {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/VisuMax-Focus-Optics-2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/VisuMax-Focus-Optics-2.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta1 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #516f92;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.cta1.wh {
    color: #fff;
}

.cta2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #516f92;
    font-size: 44px;
    line-height: 50px;
    font-weight: 800;
    text-align: center;
}

.cta2.wh2 {
    color: #fff;
}

.cta-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 350px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cta-2.visible {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 146, 121, 0.8)), to(rgba(81, 146, 121, 0.8))), url('../images/calculator.jpg');
    background-image: linear-gradient(180deg, rgba(81, 146, 121, 0.8), rgba(81, 146, 121, 0.8)), url('../images/calculator.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.stat-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 300px;
    padding: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.stat-section.visible {

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 51, 70, 0.89)), to(rgba(43, 51, 70, 0.89))), url('../images/lasik_1.jpg');
    background-image: linear-gradient(180deg, rgba(43, 51, 70, 0.89), rgba(43, 51, 70, 0.89)), url('../images/lasik_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.stat-wrapper {
    width: 100%;
    max-width: 1200px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
}

.text-block-12 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}

.h2-white-2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    font-weight: 300;
    text-align: center;
}

.services-section {
    display: block;
    min-height: 0px;
    padding-top: 50px;
}

.service-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 33.33%;
    max-height: 400px;
    min-height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-23 {
    max-height: none;
    max-width: 130%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(43, 51, 70, 0.79);
}

.text-block-13 {
    margin-bottom: 4px;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}

.text-block-14 {
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
}

.text-span {
    text-decoration: underline;
}

.text-span:hover {
    color: #519279;
}

.title-div {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(29%, rgba(43, 51, 70, 0)), to(rgba(43, 51, 70, 0.9)));
    background-image: linear-gradient(180deg, rgba(43, 51, 70, 0) 29%, rgba(43, 51, 70, 0.9));
}

.heading-11 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 50px;
    line-height: 55px;
}

.new-services-div {
    display: none;
    padding: 100px;
    background-color: #516f92;
    background-image: linear-gradient(153deg, rgba(43, 51, 70, 0.77), #516f92 53%, rgba(43, 51, 70, 0.89) 103%);
}

.services-wrapper {
    width: 100%;
    max-width: 1600px;
    min-height: 25px;
    margin-right: auto;
    margin-left: auto;
}

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

.service-box {
    width: 32%;
    min-height: 200px;
}

.image-24 {
    overflow: visible;
    max-height: 290px;
    max-width: none;
    margin-bottom: 25px;
    -o-object-fit: fill;
    object-fit: fill;
}

.paragraph-7 {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.heading-12 {
    margin-top: 0px;
    color: #fff;
    font-size: 30px;
}

.div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-height: 250px;
    max-width: 100%;
    min-height: 250px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.image-24-copy {
    overflow: visible;
    width: 100%;
    max-height: none;
    max-width: none;
    margin-bottom: 25px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}

.text-link {
    color: #fff;
}

.text-link:hover {
    color: #96c5b3;
}

.quality-title-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
}

.pillar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
    padding: 100px 100px 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
    /*background-image: url('../images/eye2.jpg');*/
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-wrapper {
    width: 100%;
    max-width: 1400px;
    min-height: 25px;
    margin-right: auto;
    margin-left: auto;
}

.body-2 {
    font-family: Montserrat, sans-serif;
}

.inner-h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #2b3346;
    font-size: 65px;
    line-height: 70px;
    text-align: left;
}

.circle-block {
    width: 150px;
    height: 150px;
    padding: 36px;
    border-radius: 50%;
    background-color: #516f92;
}

.benefits-section {
    padding: 80px 50px 100px;
    background-color: rgba(81, 111, 146, 0.1);
}

.header-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.benefit-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    height: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.h2-centered {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    color: #2b3346;
    font-size: 45px;
    line-height: 47px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -1px;
}

.benefit-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.benefit-h3 {
    font-family: Montserrat, sans-serif;
    color: #516f92;
    font-weight: 800;
    text-transform: none;
}

.pillar-section-smile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/ZEISS_VisuMax_color.jpg');
    background-position: 100% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.smile-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._50-div {
    width: 50%;
}

.smile-section-2 {
    position: relative;
    overflow: hidden;
    padding: 100px;
    background-image: linear-gradient(107deg, hsla(0, 0%, 100%, 0) 29%, hsla(0, 0%, 100%, 0.9) 70%);
}

.reason-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50%;
    max-height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.smile-div-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 50px;
    padding-right: 0px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.smile-wrapper-2 {
    position: relative;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.h28 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
    color: #2b3346;
    font-size: 45px;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.inner-h2 {
    margin-top: 0px;
    color: #2b3346;
    font-size: 45px;
    line-height: 47px;
    font-weight: 800;
}

.paragraph-8 {
    font-size: 16px;
    line-height: 30px;
}

.list {
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
}

.vid-duv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
}

.html-embed-3 {
    width: 100%;
    height: auto;
}

.smile-faq-section {
    padding: 100px;
    background-color: rgba(81, 111, 146, 0.1);
}

.faq-wrapper {
    width: 100%;
    max-width: 1400px;
    min-height: 25px;
    margin-right: auto;
    margin-left: auto;
}

.question-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.question-block {
    width: 30%;
    min-height: 200px;
    margin-bottom: 25px;
    padding: 25px;
    background-color: #2b3346;
}

.heading-14 {
    margin-top: 0px;
    color: #fff;
    text-align: center;
}

.paragraph-9 {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.self-test-section {
    padding: 100px;
}

.test-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-26 {
    width: 60%;
}

.bc-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    padding-right: 100px;
    padding-left: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(81, 111, 146, 0.1);
}

.bc-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bc-link {
    color: #90a3b9;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.bc-divider {
    width: 2px;
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: rgba(105, 124, 146, 0.14);
}

.inner-2-h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    color: #2b3346;
    font-size: 65px;
    line-height: 70px;
    text-align: left;
}

.inner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 135px 100px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inner-50-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.doc-image {
    width: 100%;
    max-height: none;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: right;
}

.inner-50-txt-div {
    width: 55%;
}

.inner-bullets {
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
}

.inner-divider {
    width: 100%;
    height: 2px;
    max-width: 1400px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgba(81, 111, 146, 0.1);
}

.inner-wrapper-reg {
    width: 100%;
    max-width: 1400px;
    min-height: 25px;
    margin-right: auto;
    margin-left: auto;
}

.image-27 {
    display: none;
}

.cursive-2 {
    position: static;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    background-image: none;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0px;
    text-transform: none;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.38);
}

.fl_links-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 35px;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.19);
    background-color: #516f92;
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.fl_links-2:hover {
    background-color: #519279;
}

.heading-15 {
    position: static;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    background-image: none;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0px;
    text-transform: none;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.36);
}

.hero-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1600px;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hero-section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 98vh;
    margin: 0px;
    padding: 200px 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(210deg, transparent 49%, rgba(0, 0, 0, 0.64) 92%), url('../images/hero6.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 991px) {
    .image-10 {
        width: 25px;
        height: 25px;
    }

    .brand {
        width: 225px;
        padding-top: 14px;
        padding-bottom: 0px;
    }

    .nav-menu {
        background-color: hsla(0, 0%, 100%, 0.93);
    }

    .dropdown-toggle {
        min-height: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .dropdown-toggle:hover {
        background-color: #707b90;
        color: #fff;
    }

    .navbar {
        width: 100vw;
        padding-right: 15px;
        padding-left: 15px;
    }

    .nav-link {
        min-height: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nav-link:hover {
        background-color: #707b90;
        color: #fff;
    }

    .nav-link.phone:hover {
        background-color: #fff;
    }

    .menu-button {
        margin-top: 8px;
    }

    .menu-button.w--open {
        background-color: #697c92;
    }

    .mobile-phone-div {
        position: absolute;
        left: auto;
        top: 13px;
        right: 85px;
        bottom: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 8px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav-div {
        margin-top: 0px;
    }

    .floating-link-wrapper {
        width: 255px;
    }

    .leaders-section {
        padding: 50px;
        background-position: 0px 0px, 150% 50%;
    }

    .text-block-6 {
        margin-bottom: 5px;
        color: rgba(105, 124, 146, 0.66);
        font-size: 20px;
    }

    .h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .paragraph-3 {
        font-size: 16px;
    }

    .leader-50 {
        width: 65%;
        padding: 12px;
        background-color: hsla(0, 0%, 100%, 0.8);
    }

    .doctor-section {
        padding: 20px;
    }

    .doc-50 {
        width: 100%;
        padding: 20px;
        background-color: hsla(0, 0%, 100%, 0.8);
    }

    .outcomes-section {
        padding: 50px;
    }

    .h2-white {
        font-size: 50px;
        line-height: 55px;
    }

    .h2-white.ns2 {
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 40px;
    }

    .image-4 {
        width: 100%;
    }

    .icon-holder {
        width: 55px;
        height: 55px;
    }

    .quality-section {
        padding: 50px;
    }

    .quality-block-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .quality-block {
        width: 80%;
        margin-bottom: 10px;
        padding: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .heading-3 {
        font-size: 50px;
        line-height: 55px;
    }

    .heading-3.ctr {
        margin-right: 0px;
        text-align: center;
    }

    .quality-title-wrapper {
        margin-bottom: 19px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .text-block-2 {
        font-size: 16px;
        line-height: 30px;
    }

    .leaders-section-2 {
        padding: 50px 50px 0px;
        background-image: none;
    }

    .number-text {
        line-height: 25px;
    }

    .number {
        width: 30px;
        height: 30px;
    }

    .number-block {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .leaders-wrapper-2 {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .leader-51 {
        width: 65%;
        padding: 12px 12px 50px;
        background-color: hsla(0, 0%, 100%, 0.8);
    }

    .footer-section {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .footer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .paragraph-5 {
        width: 100%;
    }

    .started-section {
        padding: 50px;
    }

    .contact-wrapper {
        padding: 50px;
    }

    .text-block-10 {
        font-size: 25px;
        line-height: 30px;
    }

    .paragraph-6 {
        line-height: 30px;
    }

    .search_input {
        font-family: Montserrat, sans-serif;
    }

    .link-block {
        width: 100%;
        margin-top: 0px;
        padding-top: 0px;
        padding-left: 0px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer-wrapper-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-links-2 {
        margin-bottom: 11px;
        margin-left: 0px;
        font-family: Montserrat, sans-serif;
        font-weight: 300;
    }

    .link-2 {
        font-family: Montserrat, sans-serif;
    }

    .textarea {
        font-family: Montserrat, sans-serif;
    }

    .access-links {
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 300;
        text-align: left;
    }

    .copy-div {
        width: 100%;
        padding-right: 0px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .line {
        display: none;
    }

    .search_div {
        width: 50%;
    }

    .text-field {
        font-family: Montserrat, sans-serif;
    }

    .form-div {
        width: 100%;
    }

    .image-22 {
        margin-right: 0px;
    }

    .cta1 {
        font-size: 35px;
        line-height: 40px;
    }

    .cta2 {
        font-size: 35px;
        line-height: 40px;
    }

    .stat-section {
        padding: 50px;
    }

    .text-block-12 {
        font-size: 20px;
    }

    .h2-white-2 {
        font-size: 50px;
        line-height: 55px;
    }

    .service-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .service-block {
        width: 80%;
        max-height: 325px;
        min-height: 300px;
        margin-bottom: 15px;
    }

    .text-block-14 {
        font-size: 14px;
        line-height: 20px;
    }

    .title-div {
        display: none;
    }

    .quality-title-wrapper-2 {
        margin-bottom: 19px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .pillar-header {
        padding-right: 50px;
        padding-left: 50px;
    }

    .circle-block {
        width: 100px;
        height: 100px;
        padding: 18px;
    }

    .benefits-section {
        padding: 50px;
    }

    .benefit-block {
        width: 30%;
        padding: 6px;
    }

    .h2-centered {
        font-size: 40px;
        line-height: 45px;
    }

    .benefit-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pillar-section-smile {
        padding: 50px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.77)), to(hsla(0, 0%, 100%, 0.77))), url('../images/ZEISS_VisuMax_color.jpg');
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)), url('../images/ZEISS_VisuMax_color.jpg');
        background-position: 0px 0px, 100% 50%;
        background-size: auto, auto 100%;
        background-repeat: repeat, no-repeat;
    }

    ._50-div {
        width: 80%;
    }

    .smile-section-2 {
        padding: 50px;
    }

    .reason-div {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .smile-div-2 {
        width: 80%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .smile-wrapper-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .h28 {
        margin-bottom: 15px;
        font-size: 40px;
        line-height: 45px;
    }

    .inner-h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .vid-duv {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-height: 350px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .smile-faq-section {
        padding: 50px;
    }

    .question-block {
        width: 49%;
    }

    .self-test-section {
        padding: 50px;
    }

    .image-26 {
        width: 100%;
    }

    .bc-menu {
        padding-right: 50px;
        padding-left: 50px;
    }

    .inner-content {
        padding: 100px 50px 50px;
    }

    .inner-content-wrapper {
        display: block;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .inner-50-div {
        width: 60%;
        margin-top: 25px;
        margin-right: auto;
        margin-left: auto;
    }

    .inner-50-txt-div {
        width: 100%;
    }

    .cursive-2 {
        margin: 0px auto;
        font-size: 50px;
        line-height: 55px;
    }

    .fl_links-2 {
        font-size: 13px;
    }

    .heading-15 {
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        font-size: 30px;
        line-height: 35px;
        text-align: left;
    }

    .hero-section-2 {
        padding-right: 50px;
        padding-bottom: 200px;
        padding-left: 50px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-position: 0px 0px, 100% 50%;
    }

    .div-block-9 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .brand {
        width: 200px;
        padding-top: 16px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mobile-phone-div {
        right: 81px;
    }

    .nav-div {
        min-height: 55px;
    }

    .leaders-section {
        padding: 25px;
    }

    .leaders-section.visible {
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .h2.ns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .leader-50 {
        width: 100%;
        padding: 0px;
    }

    .mobile-cat {
        display: block;
        margin-bottom: 25px;
    }

    .doc-50 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 20px;
    }

    .image-15 {
        margin-left: 0px;
    }

    .outcomes-section {
        padding-right: 25px;
        padding-left: 25px;
    }

    .h2-white {
        margin-bottom: 21px;
        font-size: 40px;
        line-height: 45px;
    }

    .image-4 {
        width: 100%;
    }

    .icon-holder {
        margin-bottom: 0px;
    }

    .quality-section {
        padding: 50px 25px 25px;
    }

    .text-block {
        margin-bottom: 10px;
        font-size: 25px;
        line-height: 30px;
    }

    .quality-block {
        width: 100%;
        min-height: 0px;
    }

    .heading-3 {
        font-size: 35px;
        line-height: 40px;
    }

    .quality-title-wrapper {
        margin-bottom: 10px;
    }

    .leaders-section-2 {
        padding: 50px 25px 0px;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .leaders-wrapper-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .leader-51 {
        width: 100%;
        padding: 0px;
    }

    .started-section {
        padding: 25px;
    }

    .heading-10 {
        font-size: 30px;
        line-height: 35px;
    }

    .contact-wrapper {
        padding: 25px;
    }

    .start-block {
        width: 100%;
        min-height: 0px;
        margin-bottom: 20px;
    }

    .div-block-5 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-wrapper-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .copy-holder {
        width: 100%;
    }

    .whiteheader {
        font-size: 35px;
        line-height: 40px;
    }

    .access-links {
        margin-right: 0px;
    }

    .line {
        width: 100%;
        height: 1px;
        min-height: 0px;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .search_div {
        width: 50%;
    }

    .form-div {
        width: 100%;
    }

    .social-links {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cta-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cta-1 {
        width: 100%;
    }

    .cta-2 {
        width: 100%;
    }

    .h2-white-2 {
        margin-bottom: 0px;
        font-size: 40px;
        line-height: 45px;
    }

    .services-section {
        padding-top: 25px;
    }

    .service-wrapper {
        padding: 20px;
    }

    .service-block {
        width: 100%;
        max-height: 375px;
    }

    .text-block-14 {
        font-size: 13px;
        line-height: 20px;
    }

    .heading-11 {
        font-size: 40px;
        line-height: 45px;
    }

    .quality-title-wrapper-2 {
        margin-bottom: 10px;
    }

    .div-block-8 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .pillar-header {
        min-height: 200px;
        padding-right: 25px;
        padding-bottom: 19px;
        padding-left: 25px;
    }

    .inner-h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .benefits-section {
        padding: 50px 25px 25px;
    }

    .h2-centered {
        margin-top: 0px;
    }

    .benefit-wrapper {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .benefit-h3 {
        margin-top: 13px;
        font-size: 20px;
        line-height: 25px;
    }

    .pillar-section-smile {
        padding-right: 25px;
        padding-left: 25px;
    }

    ._50-div {
        width: 90%;
    }

    .smile-section-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-image: linear-gradient(107deg, hsla(0, 0%, 100%, 0) 29%, hsla(0, 0%, 100%, 0.9) 70%);
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .reason-div {
        width: 100%;
    }

    .smile-div-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 0px;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .smile-wrapper-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .h28 {
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    .vid-duv {
        width: 100%;
        min-height: 300px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .smile-faq-section {
        padding-right: 25px;
        padding-left: 25px;
    }

    .question-container {
        margin-top: 0px;
    }

    .question-block {
        width: 100%;
        min-height: 0px;
        margin-bottom: 12px;
    }

    .self-test-section {
        padding-right: 25px;
        padding-left: 25px;
    }

    .bc-menu {
        padding-right: 25px;
        padding-left: 25px;
    }

    .bc-link {
        font-size: 12px;
    }

    .inner-2-h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .inner-content {
        padding-top: 95px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .doc-image {
        margin-left: 0px;
    }

    .inner-50-txt-div {
        width: 100%;
    }

    .inner-divider {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .cursive-2 {
        margin: 0px;
        padding: 0px;
        font-size: 35px;
        line-height: 40px;
    }

    .heading-15 {
        margin-bottom: 0px;
        padding: 0px;
        font-size: 25px;
        line-height: 30px;
    }

    .hero-wrapper-2 {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hero-section-2 {
        min-height: 600px;
        padding: 25px 25px 98px;
    }
}

@media screen and (max-width: 479px) {
    .brand {
        width: 180px;
        margin-top: 6px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
    }

    .nav-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navbar {
        z-index: 3000;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .menu-button {
        margin-top: 0px;
        margin-left: 0px;
    }

    .mobile-phone-div {
        right: 73px;
        margin-top: 0px;
    }

    .nav-div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .floating-link-wrapper {
        right: 0px;
        display: block;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .paragraph-3 {
        font-size: 16px;
        line-height: 30px;
    }

    .outcomes-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .h2-white {
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 40px;
    }

    .outcomes-div {
        margin-top: 15px;
    }

    .text-block {
        font-size: 25px;
        line-height: 30px;
    }

    .quality-block {
        padding: 0px;
    }

    .heading-3 {
        margin-right: 5px;
    }

    .heading-3.ctr {
        text-align: center;
    }

    .heading-3.ctr {
        text-align: center;
    }

    .text-block-2 {
        font-size: 16px;
        line-height: 30px;
    }

    .leaders-section-2 {
        padding-top: 25px;
    }

    .number-text {
        width: 80%;
        margin-left: 5px;
        font-size: 16px;
        line-height: 30px;
    }

    .number {
        margin-right: 5px;
    }

    .footer-section {
        padding: 35px 25px 100px;
    }

    .paragraph-5 {
        font-size: 13px;
        line-height: 20px;
    }

    .started-section {
        padding-bottom: 5px;
    }

    .text-block-9 {
        font-size: 35px;
        line-height: 35px;
    }

    .link-block {
        padding-top: 0px;
        padding-right: 0px;
    }

    .footer-links-2 {
        margin-bottom: 8px;
    }

    .link-2 {
        font-family: Montserrat, sans-serif;
        font-weight: 400;
    }

    .whiteheader {
        margin-top: 0px;
        font-size: 30px;
        line-height: 35px;
    }

    .image-20 {
        width: 25px;
        height: 25px;
    }

    .access-links {
        margin-bottom: 8px;
        line-height: 16px;
    }

    .search_div {
        width: 100%;
    }

    .image-22 {
        width: 60%;
    }

    .div-block-6 {
        width: 90%;
    }

    .stat-section {
        padding: 25px;
    }

    .h2-white-2 {
        margin-bottom: 0px;
        font-size: 35px;
        line-height: 40px;
    }

    .service-wrapper {
        padding: 0px;
    }

    .service-block {
        max-height: none;
        min-height: 600px;
        margin-bottom: 5px;
    }

    .image-23 {
        height: 650px;
        max-width: 200%;
        min-height: 500px;
    }

    .overlay {
        padding: 6px 20px;
    }

    .text-block-14 {
        font-size: 14px;
        line-height: 25px;
    }

    .pillar-header {

    }

    .circle-block {
        width: 100px;
        height: 100px;
    }

    .benefits-section {
        padding: 50px 25px;
    }

    .benefit-block {
        width: 100%;
        margin-bottom: 10px;
        padding: 0px;
    }

    .h2-centered {
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .pillar-section-smile {
        padding-bottom: 25px;
        background-image: none;
        background-position: 0px 0px;
    }

    ._50-div {
        width: 100%;
    }

    .smile-div-2 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .smile-wrapper-2 {
        padding-top: 25px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .h28 {
        margin-bottom: 5px;
        font-size: 35px;
        line-height: 40px;
        text-align: center;
    }

    .inner-h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .vid-duv {
        min-height: 200px;
    }

    .question-block {
        padding: 15px;
    }

    .inner-2-h1 {
        line-height: 50px;
    }

    .inner-content {
        padding-top: 80px;
    }

    .inner-50-div {
        width: 100%;
    }

    .inner-50-txt-div {
        width: 100%;
    }

    .image-27 {
        display: block;
    }

    .cursive-2 {
        width: 100%;
        margin-top: 6px;
        margin-bottom: 5px;
        font-size: 40px;
        line-height: 40px;
        text-align: left;
    }

    .fl_links-2 {
        padding-left: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .heading-15 {
        margin-bottom: 0px;
        font-size: 25px;
        line-height: 30px;
        text-align: left;
    }

    .hero-section-2 {
        height: 95vh;
        min-height: 0px;
        padding: 20px 20px 76px;
        background-position: 0px 0px, 80% 50%;
    }
}

