:root {
    --grey-two: #424342;
    --blue: #25a7df;
    --black: #000;
    --white: white;
    --dark-blue: #01374e;
    --lighter_blue: #60cfff;
    --grey-one: #333;
    --white-2: white;
    --black-2: black;
}

.w-layout-layout {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 20px;
}

.w-layout-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

body {
    color: #333;
    font-family: Lato, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
}

h1 {
    color: var(--grey-two);
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 3em;
    font-weight: 800;
    line-height: 1.2em;
}

h2 {
    color: var(--blue);
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 2.2em;
    font-weight: 800;
    line-height: 1.2em;
}

h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 1.8em;
    font-weight: 800;
    line-height: 1.1em;
}

h4 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.1em;
}

h5 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
}

p {
    margin-bottom: 30px;
    line-height: 1.8em;
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: var(--black);
}

ul {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 20px;
    line-height: 1.6em;
    list-style-type: disc;
}

li {
    margin-bottom: 10px;
}

.navbar {
    z-index: 1000;
    background-color: #fff;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.logo {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.navlink {
    color: #000;
    text-transform: uppercase;
    padding: 20px 15px;
    font-family: Montserrat, sans-serif;
    font-size: .85em;
    font-weight: 500;
}

.navlink:hover {
    color: #00618a;
}

.navmenu {
    text-align: center;
    background-color: #92deff;
    border-top: 1px rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
}

.logo_phone_wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 5% 10px;
    display: flex;
}

.hero_section {
    height: 100vh;
    position: static;
}

section.welcome_section.welcome_section_2 {
    padding: 0% 10% 5%;
}

.welcome_section {
    background-color: rgba(255, 255, 255, 0);
    padding: 7% 10% 5%;
}

.feature_section {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
}

.services_wrapper_div {
    height: auto;
    padding: 0%;
    position: relative;
}

.services_img_div {
    width: 100%;
    height: 900px;
    overflow: hidden;
}

.feature_img {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
}

.services_text_div {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 35%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 15%;
    right: auto;
}

.services_text_div.right {
    left: auto;
    right: 15%;
}

.section_header_txt {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-left: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 500;
}

.section_header_txt.white {
    color: #fff;
}

.services_headline {
    color: var(--white);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 3em;
    font-weight: 800;
    line-height: 1em;
}

.services_headline.black {
    color: var(--black);
}

.doctors_section {
    padding: 5% 10%;
}

.mission_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 80%;
    padding: 0;
}

.mission_text {
    color: var(--white);
    margin-bottom: 0;
    font-size: .9em;
}

.mission_headline {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1em;
}

.welcome_text {
    color: var(--dark-blue);
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-size: 2em;
    font-weight: 800;
    line-height: 1.4em;
}

.welcome_text._2 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1em;
    font-weight: 500;
}

.main_tagline_div {
    z-index: 100;
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 20%;
    left: 0%;
    right: 0%;
}

.main_tagline {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 3em;
    line-height: 1.1em;
}

.main_tagline_small {
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.1em;
}

.section_header_div {
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10%;
    font-family: Montserrat, sans-serif;
}

.section_header_div.white {
    color: var(--white);
    margin-bottom: 30px;
}

.awards_img {
    width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
}

.awards_img.inner {
    width: 90%;
    margin-bottom: 15%;
}

.docs_header {
    text-align: center;
    width: 60%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
}

.doc_headline {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.doc_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
}

.arrow {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: .75em;
    display: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.arrow:hover {
    background-color: var(--black);
}

.doc_wrapper {
    color: var(--black);
    background-color: rgba(236, 236, 236, 0);
    border-radius: 0;
    height: auto;
    padding: 5%;
    display: block;
    position: relative;
}

.doc_wrapper:hover {
    color: var(--blue);
    background-color: #eee;
}

.doc_content_div {
    z-index: 10;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0% 10%;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.doc_img_div {
    border: 3px none var(--lighter_blue);
    border-radius: 0%;
    width: 200px;
    height: 200px;
    margin-bottom: 30px;
    transform: translate(0);
}

.doc_img {
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 0%;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 14px rgba(0, 0, 0, .27);
}

.doc_name {
    color: var(--black);
    text-align: center;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 1.1em;
    font-weight: 600;
}

.doc_text {
    color: var(--black);
    text-align: center;
    height: auto;
    margin-bottom: 15px;
    font-size: .9em;
    line-height: 1.4em;
}

.surgery_section {
    background-image: url('../images/darkblue-square.svg');
    background-position: 0%;
    background-repeat: repeat-y;
    background-size: 60%;
    padding: 5% 10%;
    display: none;
}

.learn_txt {
    font-family: Montserrat, sans-serif;
    font-size: .9em;
    font-weight: 500;
}

.technology_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 0;
}

.tech_text_cell {
    justify-content: center;
    align-items: flex-start;
    padding-right: 10%;
}

.button {
    background-color: var(--lighter_blue);
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 25px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.button:hover {
    background-color: var(--black);
    color: #fff;
}

.button.blog {
    margin-top: auto;
}

.button._2 {
    color: #fff;
    background-color: #01567a;
    margin-top: 20px;
}

.button._2:hover {
    background-color: var(--black);
}

.tecnology_img_cell {
    justify-content: center;
    align-items: flex-start;
}

.tech_img_div {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.tech_img {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
}

.tech_headline {
    color: var(--white);
    text-transform: uppercase;
}

.white_text {
    color: #fff;
}

.h4_white {
    color: var(--white);
}

.tech_list {
    color: #fff;
}

.testimonials_section {
    padding: 0%;
    position: relative;
}

.testimonials_wrapper {
    text-align: center;
    background-color: rgba(255, 255, 255, .89);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
    padding: 33px 8% 45px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.testimonials_slider {
    background-color: rgba(221, 221, 221, 0);
    height: auto;
}

.slidenav_testimonials {
    height: 20px;
    padding-top: 0;
    font-size: .8em;
    bottom: -29px;
}

.slidenav_testimonials._2 {
    text-align: left;
}

.testimonials_mask {
    height: auto;
}

.testimonials_slide {
    padding-left: 5%;
    padding-right: 5%;
}

.testimonials_div {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.testimonials_text {
    text-align: justify;
    font-style: italic;
}

.testimonials_name {
    font-family: Montserrat, sans-serif;
    font-size: .9em;
    font-weight: 700;
}

.testimonials_subheadline {
    margin-bottom: 5%;
}

.footer_section {
    background-color: #fff;
    padding: 5% 10% 15%;
}

.phone_btn {
    color: var(--grey-two);
    justify-content: flex-start;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    display: flex;
}

.phone_btn:hover {
    color: var(--blue);
}

.phone_icon {
    width: 30px;
    margin-right: 10px;
}

.navlink_dropdown {
    color: #000;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: .85em;
    font-weight: 500;
}

.dropdown_toggle {
    color: var(--black);
    margin-top: -2px;
    padding-left: 15px;
    padding-right: 20px;
}

.dropdown_toggle.w--open {
    color: #00618a;
}

.dropdown_icon {
    margin-right: 5px;
}

.dropdown_list.w--open {
    background-color: var(--dark-blue);
}

.dropdown_link {
    color: var(--white);
}

.dropdown_link:hover {
    color: var(--lighter_blue);
}

.contact_grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 0;
}

.location_cell {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.contact_cell {
    align-items: stretch;
    padding-left: 5%;
    padding-right: 5%;
}

.location_header_div {
    width: 100%;
}

.location_div {
    width: 45%;
}

.address_text {
    height: 120px;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.phone_fax_text {
    color: var(--black);
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    font-weight: 600;
}

.hours_text {
    font-size: .9rem;
    line-height: 1.2em;
}

.location_name {
    font-size: 1.2rem;
}

.footer_header {
    margin-bottom: 30px;
}

.text_field {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #000;
    height: 45px;
    margin-bottom: 15px;
}

.text_field::placeholder {
    color: var(--grey-two);
}

.text_area {
    color: var(--black);
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #000;
    min-height: 120px;
    margin-bottom: 15px;
}

.text_area::placeholder {
    color: var(--grey-two);
}

.submit_btn {
    background-color: var(--black);
    color: var(--white);
    text-transform: uppercase;
    padding: 19px 29px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.submit_btn:hover {
    background-color: var(--grey-two);
}

.quick_link {
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: .8em;
    font-weight: 500;
}

.quick_link:hover {
    color: #666;
}

.note-txt {
    font-size: .8em;
}

.footer_div {
    border-top: 1px solid rgba(0, 0, 0, .25);
    justify-content: space-between;
    align-items: center;
    margin-top: 5%;
    padding-top: 30px;
    display: flex;
}

.footer_text {
    font-size: .9em;
}

.socmedia_wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.soc_media_btn {
    width: 26px;
    margin-left: 10px;
}

.soc_media_btn:hover {
    opacity: .5;
}

.side_btns_wrapper {
    z-index: 500;
    background-color: #065679;
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    width: auto;
    height: auto;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.side_btn {
    color: var(--white);
    text-transform: uppercase;
    background-color: #065679;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-size: .9em;
    font-weight: 500;
    display: flex;
}

.side_btn:hover {
    color: var(--lighter_blue);
    background-color: #002738;
}

.side_btn.phone, .side_btn.appointment {
    display: none;
}

.side_btn_icon {
    width: 26px;
    margin-right: 10px;
}

.back_to_top_div {
    z-index: 100;
    position: fixed;
    top: auto;
    bottom: 60px;
    left: auto;
    right: 20px;
}

.btt_btn {
    background-color: var(--dark-blue);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
}

.btt_btn:hover {
    background-color: var(--black);
}

.btt_arrow_icon {
    width: 24px;
}

.hero_video {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .69) 81%);
    height: 100%;
    margin-top: 43px;
}

.welcome_wrapper {
    text-align: center;
    width: 85%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
}
.welcome_wrapper_2{
    text-align: left;
}
.age_text.dmw-text {
    line-height: 30px;
    margin-bottom: 20px;
}
.appointent_btn {
    color: var(--black);
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 700;
    display: flex;
}

.appointent_btn:hover {
    color: var(--blue);
}

.mission_section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10%;
    display: flex;
}

.mission_section.visible {
    background-image: linear-gradient(rgba(0, 0, 0, .81), rgba(0, 0, 0, .81)), url('../images/mission-bg-img.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
}

.mission_wrapper {
    text-align: center;
    background-color: rgba(1, 35, 49, .02);
    width: 60%;
    margin-bottom: 40px;
    padding: 0;
}

.mission_statement_div {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
}

.check_icon {
    width: 30px;
    margin-right: 15px;
}

.mission_text_div {
    width: 85%;
    padding-top: 5px;
}

.parallax_section {
    height: 60vh;
}

.parallax_section.visible {
    background-image: url('../images/parallax-img.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.doc_cell {
    align-items: stretch;
}

.blog_section {
    background-color: #004461;
    padding: 5% 10%;
}

.doc_subheadline {
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.1em;
}

.blog_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 0;
}

.blog_headline {
    color: var(--lighter_blue);
    margin: 0 5% 20px;
    font-family: Montserrat, sans-serif;
    font-size: 1.3em;
    line-height: 1.1em;
}

.blog_text {
    color: #fff;
    margin-left: 5%;
    margin-right: 5%;
}

.blog_cell {
    border: 1px solid var(--blue);
    background-color: rgba(0, 0, 0, .53);
    justify-content: flex-start;
    align-items: stretch;
    padding: 28px;
}

.blog_img_div {
    margin-top: -73px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog_img_div img {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: static;
}

.appointment_icon {
    width: 30px;
    margin-right: 10px;
}

.ticker_section {
    background-image: radial-gradient(circle, #0480b6, #00202e);
    padding: 7% 15%;
}

.ticker_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
}

.ticker_cell {
    justify-content: flex-start;
    align-items: center;
}

.ticker_cell.middle {
    border-left: 1px solid rgba(255, 255, 255, .4);
    border-right: 1px solid rgba(255, 255, 255, .4);
}

.number {
    color: #fff;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 5em;
    font-weight: 800;
    line-height: 1em;
}

.ticker_text {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.plus {
    font-weight: 200;
}

.services_section {
    padding: 20px;
}

.services_grid {
    padding: 0;
}

.service_cell {
    align-items: stretch;
}

.service_btn {
    color: #fff;
    text-transform: uppercase;
    height: 350px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1em;
    position: relative;
}

.service_btn:hover {
    color: #fff;
}

.center_img_div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.service_img._5 {
    object-position: 90% 50%;
}

.service_img._3 {
    object-position: 40% 50%;
}

.service_img._2 {
    object-position: 30% 50%;
}

.service_img._4 {
    object-position: 50% 50%;
}

.service_btn_overlay {
    z-index: 10;
    aspect-ratio: auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 35%, #000);
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 20px 30px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}

.age_section {
    background-color: #e8ecee;
    padding: 10% 5% 10% 10%;
}

.vision_correction_grid {
    padding: 0;
}

.age_grid {
    width: 100%;
    padding: 0;
}

.vision_text_cell {
    justify-content: center;
    align-items: flex-start;
    padding-right: 5%;
}

.age_headline {
    color: var(--black);
}

.age_text {
    margin-bottom: 0;
    font-size: 1.1em;
}

.age_cell {
    justify-content: flex-start;
    align-items: stretch;
}

.age_btn {
    color: var(--white);
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    padding: 25px;
    font-family: Montserrat, sans-serif;
    font-size: 2em;
    font-weight: 700;
}

.age_btn:hover {
    background-color: var(--blue);
}

.age_img_div {
    margin-bottom: 20px;
    overflow: hidden;
}

.age_img {
    object-fit: cover;
    object-position: 50% 10%;
    width: 100%;
    height: 100%;
}

.age_subtext {
    margin-top: 10px;
    font-size: .5em;
    font-weight: 400;
}

.testimonals_img_div {
    height: 800px;
    overflow: hidden;
}

.testimonials_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    font-family: Lato, sans-serif;
}

.stars_placeholder {
    width: 120px;
    margin-bottom: 20px;
}

.mission_main_headline {
    color: var(--white);
    text-transform: uppercase;
    font-size: 2em;
}

.innerpage_section {
    padding: 12% 10% 10%;
}

.breadcrumbs_wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, .23);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5%;
    padding-bottom: 20px;
    display: flex;
}

.breadcrumb_link {
    color: var(--black);
    margin-right: 10px;
    font-size: .9em;
    font-weight: 400;
}

.breadcrumb_link:hover {
    color: var(--blue);
}

.breadcrumb_link.w--current {
    color: #5e5e5e;
}

.divider_txt {
    margin-right: 10px;
}

.doc_inner_grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 0;
}

.doc_inner_img_div {
    clear: none;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-bottom: 40px;
    margin-right: 20px;
    display: block;
    overflow: hidden;
}

.doc_inner_img {
    object-fit: cover;
    object-position: 50% 10%;
    width: 100%;
    height: 100%;
}

.doc_testimonials_wrapper {
    width: 90%;
    padding-bottom: 37px;
}

.doc_info_ajax {
    width: 100%;
    margin-top: 5%;
}

.tabs_manu {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    width: 100%;
}

.tabpane {
    padding: 36px;
}

.tablink {
    border-bottom: 2px solid var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: rgba(221, 221, 221, 0);
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.tablink:hover {
    border-bottom-color: var(--blue);
    color: var(--blue);
}

.tablink.w--current {
    border-bottom-color: var(--black);
    background-color: rgba(221, 221, 221, 0);
}

.doc_testimonials_headline {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5%;
    font-size: 1em;
    font-weight: 700;
}

.doc_testimonials_text {
    margin-bottom: 15px;
}

.doc_testimonials_slider {
    background-color: rgba(221, 221, 221, 0);
}

.doc_testimonials_slide {
    padding-right: 10%;
}

.doc_bio_cell_right {
    border-left: 1px solid rgba(0, 0, 0, .3);
    padding-left: 10%;
}

.inner_main_headline {
    color: var(--dark-blue);
    margin-bottom: 5%;
    font-size: 2.8em;
}

.popup_last_1 .kadence-conversion-inner p {
  font-size: 25px;
  text-align: center;
  padding: 30px;
  line-height: 40px;
}

@media screen and (max-width: 991px) {
    .navbar {
        border-bottom: 1px solid rgba(0, 0, 0, .18);
    }

    .logo {
        margin-left: 0;
    }

    .navlink {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .logo_phone_wrapper {
        justify-content: space-between;
        width: 85%;
        padding-left: 0%;
        padding-right: 0%;
    }

    .welcome_section {
        padding-left: 5%;
        padding-right: 5%;
    }

    .services_img_div {
        height: 700px;
    }

    .services_text_div {
        width: 45%;
        left: 10%;
    }

    .services_text_div.right {
        right: 10%;
    }

    .services_headline {
        font-size: 2.2em;
    }

    .doctors_section {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .mission_grid {
        width: 100%;
    }

    .awards_img {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .awards_img.inner {
        width: 70%;
        margin-left: 0;
        margin-right: 0;
    }

    .docs_header {
        width: 80%;
        margin-bottom: 10%;
    }

    .doc_wrapper {
        padding-top: 5%;
    }

    .doc_img_div {
        width: 150px;
        height: 150px;
    }

    .doc_text {
        height: auto;
    }

    .surgery_section {
        background-position: 50% 0;
        background-repeat: repeat-x;
        background-size: auto 75%;
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .tech_img_div {
        height: 600px;
    }

    .testimonials_section {
        padding-left: 0%;
        padding-right: 0%;
    }

    .testimonials_wrapper {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        position: static;
    }

    .footer_section {
        padding: 10% 15% 15%;
    }

    .navlink_dropdown {
        display: block;
    }

    .dropdown_toggle {
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }

    .dropdown_icon {
        margin-right: 20px;
    }

    .contact_cell {
        padding-left: 0%;
        padding-right: 0%;
    }

    .footer_text {
        width: 65%;
    }

    .side_btns_wrapper {
        justify-content: space-between;
        align-items: stretch;
    }

    .side_btn {
        width: 25%;
        line-height: 1em;
    }

    .side_btn.appointment {
        flex: 0 auto;
        width: 25%;
        font-size: .85em;
        display: flex;
    }

    .side_btn_icon {
        width: 20px;
    }

    .menu_btn {
        background-color: var(--grey-two);
        color: var(--white);
    }

    .menu_btn:hover {
        background-color: var(--blue);
    }

    .menu_btn.w--open {
        background-color: var(--black);
    }

    .appointent_btn {
        display: none;
    }

    .blog_section {
        padding: 10% 15%;
    }

    .blog_grid {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
    }

    .blog_cell {
        justify-content: flex-start;
        align-items: center;
    }

    .blog_img_div {
        width: 80%;
        margin-top: -50px;
    }

    .ticker_section {
        padding-left: 10%;
        padding-right: 10%;
    }

    .ticker_cell {
        padding-left: 21px;
        padding-right: 21px;
    }

    .number {
        font-size: 4em;
    }

    .ticker_text {
        font-size: .9em;
    }

    .service_btn {
        font-size: 1.3em;
    }

    .vision_text_cell {
        text-align: center;
    }

    .testimonals_img_div {
        height: 400px;
    }

    .innerpage_section {
        padding-top: 15%;
        padding-left: 15%;
        padding-right: 15%;
    }

    .doc_inner_grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .doc_inner_img_div {
        width: 50%;
        margin-right: 0;
    }

    .doc_bio_cell {
        padding-bottom: 10%;
    }

    .doc_testimonials_wrapper {
        padding-bottom: 0;
    }

    .doc_info_ajax {
        width: 100%;
    }

    .tabs_manu {
        justify-content: space-between;
        display: flex;
    }

    .tabpane {
        padding-left: 0;
        padding-right: 0;
    }

    .tablink {
        padding-left: 20px;
        padding-right: 20px;
        font-size: .9em;
    }

    .doc_testimonials_slider {
        height: 230px;
    }

    .doc_testimonials_slide {
        padding-right: 5%;
    }

    .doc_bio_cell_right {
        border-top: 1px solid rgba(0, 0, 0, .3);
        border-left-style: none;
        padding-top: 5%;
        padding-left: 0%;
    }

    .inner_main_headline {
        font-size: 2.4em;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.5em;
    }

    .navbar {
        height: auto;
        position: absolute;
    }

    .logo {
        width: 280px;
        padding-left: 0;
    }

    .logo_phone_wrapper {
        width: 82%;
    }

    .hero_section {
        height: 450px;
    }

    .welcome_section {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .services_img_div {
        height: 700px;
    }

    .services_text_div {
        width: 50%;
    }

    .services_headline {
        font-size: 1.8em;
    }

    .main_tagline_div {
        top: 489px;
        bottom: auto;
    }

    .main_tagline {
        margin-top: 3px;
        font-size: 2em;
        line-height: 1em;
    }

    .main_tagline_small {
        font-size: 1.2em;
    }

    .section_header_div {
        margin-bottom: 10%;
    }

    .awards_img {
        width: 70%;
    }

    .docs_header {
        margin-bottom: 5%;
    }

    .doc_wrapper {
        padding-top: 5%;
    }

    .doc_content_div {
        padding-left: 0%;
        padding-right: 0%;
    }

    .doc_text {
        height: auto;
    }

    .testimonials_section {
        padding-left: 0%;
        padding-right: 0%;
    }

    .testimonials_wrapper {
        width: auto;
        padding: 10% 10% 15%;
        position: static;
    }

    .testimonials_slide {
        padding-left: 12%;
        padding-right: 12%;
    }

    .phone_btn {
        font-size: 1.1em;
        display: none;
    }

    .phone_icon {
        width: 24px;
        margin-right: 5px;
    }

    .footer_div {
        flex-flow: wrap;
    }

    .footer_text {
        width: auto;
        margin-bottom: 20px;
    }

    .socmedia_wrapper {
        justify-content: flex-start;
        align-items: center;
    }

    .soc_media_btn {
        margin-left: 0;
        margin-right: 10px;
    }

    .side_btns_wrapper {
        flex-flow: wrap;
        width: 100%;
        height: auto;
        margin-top: 66px;
        position: static;
    }

    .side_btn {
        width: 50%;
        padding-left: 10px;
        font-size: .8em;
        line-height: 1em;
    }

    .side_btn.phone {
        background-color: #003f5a;
        width: 100%;
        font-size: 1em;
        font-weight: 700;
        display: flex;
    }

    .side_btn.phone:hover {
        background-color: #011822;
    }

    .side_btn.appointment {
        width: 50%;
        display: flex;
    }

    .side_btn_icon {
        width: 24px;
    }

    .back_to_top_div {
        display: none;
    }

    .hero_video {
        margin-top: 0;
    }

    .appointent_btn {
        display: none;
    }

    .blog_section {
        padding-top: 10%;
    }

    .blog_img_div {
        margin-top: 0;
    }

    .ticker_section {
        padding-left: 10%;
        padding-right: 10%;
    }

    .ticker_cell {
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }

    .number {
        font-size: 2.6em;
    }

    .ticker_text {
        letter-spacing: 0;
        font-size: .8em;
    }

    .service_btn {
        height: 300px;
        font-size: 1.3em;
    }

    .age_grid {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .age_btn {
        padding: 20px;
        font-size: 1.7em;
        line-height: .6em;
    }

    .testimonals_img_div {
        height: 300px;
    }

    .innerpage_section {
        padding-top: 10%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .doc_testimonials_wrapper {
        min-width: auto;
        overflow: visible;
    }

    .tablink {
        letter-spacing: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .doc_testimonials_slider {
        height: 260px;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 1.8em;
    }

    .navbar {
        justify-content: space-between;
        width: 100%;
        padding-right: 0;
    }

    .logo {
        width: 230px;
    }

    .logo_phone_wrapper {
        width: auto;
        margin-right: 7px;
        display: block;
    }

    .hero_section {
        /*background-image: linear-gradient(rgba(24, 24, 24, 0) 36%, #000), url('../images/hero-img.jpg');*/
        background-position: 0 0, 50% 15%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
    }

    .welcome_section {
        padding-top: 15%;
    }

    .services_img_div {
        height: 200px;
        display: none;
    }

    .services_text_div {
        background-color: #052035;
        width: 100%;
        padding: 15% 10%;
        position: static;
    }

    .services_text_div.right {
        background-color: #e4e4e4;
    }

    .section_header_txt {
        letter-spacing: 3px;
        padding-left: 0;
        font-size: .9em;
    }

    .doctors_section {
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .welcome_text {
        font-size: 1.6em;
    }

    .main_tagline_div {
        top: 536px;
    }

    .main_tagline {
        font-size: 1.7em;
    }

    .main_tagline_small {
        font-size: 1em;
    }

    .awards_img, .awards_img.inner {
        width: 100%;
    }

    .arrow {
        width: 30px;
        height: 30px;
        font-size: .6em;
    }

    .surgery_section {
        padding-top: 15%;
    }

    .tech_text_cell {
        padding-right: 0%;
    }

    .button {
        padding-left: 13px;
        padding-right: 13px;
    }

    .button.blog {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 12px;
        font-size: .8em;
    }

    .tech_headline {
        font-size: 1.8em;
    }

    .testimonials_section {
        padding-bottom: 0%;
    }

    .footer_section {
        padding-top: 15%;
    }

    .phone_btn {
        display: none;
    }

    .location_div {
        width: 100%;
        margin-bottom: 51px;
    }

    .address_text {
        height: auto;
        margin-bottom: 20px;
    }

    .footer_text {
        margin-bottom: 40px;
    }

    .side_btns_wrapper {
        flex-flow: column;
        height: auto;
        margin-top: 60px;
    }

    .side_btn {
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 17px;
    }

    .side_btn.appointment {
        width: 100%;
    }

    .menu_btn {
        margin-right: 0;
    }

    .parallax_section {
        height: 300px;
    }

    .blog_section {
        padding: 15% 10%;
    }

    .blog_grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .blog_cell {
        padding: 21px;
    }

    .blog_img_div {
        width: 100%;
    }

    .ticker_cell {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    .ticker_cell.middle {
        border-style: solid none;
        border-top-width: 1px;
        border-top-color: rgba(255, 255, 255, .4);
        border-bottom-width: 1px;
        border-bottom-color: rgba(255, 255, 255, .4);
    }

    .service_btn {
        height: 300px;
        font-size: 1.3em;
    }

    .age_headline {
        font-size: 1.8em;
    }

    .breadcrumbs_wrapper {
        flex-flow: wrap;
        margin-bottom: 15%;
        display: flex;
    }

    .breadcrumb_link, .divider_txt {
        margin-bottom: 10px;
    }

    .doc_inner_img_div {
        width: 100%;
    }

    .doc_bio_cell {
        padding-bottom: 15%;
    }

    .doc_testimonials_wrapper {
        width: 250px;
        min-width: auto;
        min-height: auto;
    }

    .doc_info_ajax {
        width: 100%;
    }

    .tabs_manu {
        flex-flow: column;
        width: auto;
    }

    .doc_testimonials_slider {
        height: auto;
    }

    .doc_bio_cell_right {
        padding-top: 15%;
    }

    .inner_main_headline {
        font-size: 1.8em;
    }
}

#w-node-_3650b57b-d9dc-0648-f2e5-316f7d7475fe-b178b945 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
}

#w-node-c9c2bb95-463b-c096-f74d-4b3e1f6e0936-b178b945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_45bb26dd-2335-b06d-871b-75d8614d94f6-b178b945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_498e372f-3a8a-6f70-1a1f-92aaf8efe5ee-b178b945 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a940874d-9c85-8c75-2a26-2a4fbbef5441-b178b945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr 1fr;
}

#w-node-_747f91a3-ff96-eeb2-7838-e3991178b46b-b178b945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-a8eed403-98cb-e317-5947-16ceff1975a6-b178b945 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-e3f5695d-f942-9c1c-b53b-d0ed3a0879c8-b178b945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2e013587-7e0e-1a6f-ba9a-8cfe95beb0b9-b178b945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr .5fr;
}

#w-node-_9711adb3-8393-c297-aa3a-882cb2b49b79-afb08c77 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
}

#w-node-cfeb4699-16f0-58cc-d39e-9587a0bf0f95-afb08c77 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr .5fr;
}

@media screen and (max-width: 991px) {
    #w-node-_3650b57b-d9dc-0648-f2e5-316f7d7475fe-b178b945 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    #w-node-_45bb26dd-2335-b06d-871b-75d8614d94f6-b178b945 {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
    }

    #w-node-_498e372f-3a8a-6f70-1a1f-92aaf8efe5ee-b178b945 {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
    }

    #w-node-_747f91a3-ff96-eeb2-7838-e3991178b46b-b178b945, #w-node-e3f5695d-f942-9c1c-b53b-d0ed3a0879c8-b178b945, #w-node-_2e013587-7e0e-1a6f-ba9a-8cfe95beb0b9-b178b945, #w-node-_9711adb3-8393-c297-aa3a-882cb2b49b79-afb08c77, #w-node-cfeb4699-16f0-58cc-d39e-9587a0bf0f95-afb08c77 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    #w-node-_3650b57b-d9dc-0648-f2e5-316f7d7475fe-b178b945 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    #w-node-_45bb26dd-2335-b06d-871b-75d8614d94f6-b178b945 {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }

    #w-node-_498e372f-3a8a-6f70-1a1f-92aaf8efe5ee-b178b945 {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    #w-node-a8eed403-98cb-e317-5947-16ceff1975a6-b178b945 {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
    }

    #w-node-e3f5695d-f942-9c1c-b53b-d0ed3a0879c8-b178b945 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 479px) {
    #w-node-c9c2bb95-463b-c096-f74d-4b3e1f6e0936-b178b945, #w-node-_45bb26dd-2335-b06d-871b-75d8614d94f6-b178b945, #w-node-a940874d-9c85-8c75-2a26-2a4fbbef5441-b178b945 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    #w-node-_9711adb3-8393-c297-aa3a-882cb2b49b79-afb08c77 {
        grid-template-rows: auto;
        grid-template-columns: auto;
    }
}
