:root {
    --blue: #3f5376;
    --color: #0cc44a;
    --white: white;
    --black: #000;
    --grey: #9d9fa2;
    --blue3: #13579d;
    --blue2: #75ffa3;
    --blue4: #117fa5;
    --blue5: #00a3df;
    --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: Montserrat, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
}

h1 {
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Playfair Display, sans-serif;
    font-size: 3.8em;
    font-weight: 900;
    line-height: 1.2em;
}

h2 {
    color: var(--blue);
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Playfair Display, sans-serif;
    font-size: 2.8em;
    font-weight: 900;
    line-height: 1.1em;
}

h3 {
    color: var(--color);
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Playfair Display, sans-serif;
    font-size: 2em;
    font-weight: 800;
    line-height: 1.1em;
}

h4 {
    color: #1b1b1b;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: Playfair Display, sans-serif;
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1.1em;
}

h5 {
    color: #161616;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: Playfair Display, sans-serif;
    font-size: 1.1em;
    font-weight: 900;
    line-height: 1.1em;
}

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

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

a:hover {
    color: var(--color);
    text-decoration: underline;
}

ul {
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 20px;
    line-height: 1.6em;
}

li {
    margin-bottom: 10px;
}

.hero_section {
    background-image: linear-gradient(#0000 36%, #000000d6), url('../images/hero-img.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100vh;
    position: relative;
}

.hero_slider {
    height: 100%;
    display: none;
}

.hero_slider_arrow {
    width: 50px;
    font-size: .9em;
}

.slide1 {
    background-image: linear-gradient(#ffffff1c 27%, #ffffffab 52%, #fff0 83%), url('../images/cent-hero-5.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.hero_slidenav {
    display: none;
}

.slide_tagline_wrapper {
    z-index: 10;
    cursor: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;

    display: flex;
    position: absolute;
    inset: auto 0% 100px;
}

.main_tagline1 {
    color: var(--white);
    margin-bottom: 10px;
    font-size: 3.4em;
}

.main_tagline2 {
    color: var(--white);
    margin-bottom: 40px;
    font-size: 1.4em;
    font-weight: 600;
}

.hero_btn {
    background-color: var(--color);
    color: var(--white);
    text-align: center;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 300px;
    padding: 23px 25px;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    overflow: hidden;
}

.hero_btn:hover {
    background-color: var(--black);
    color: #fff;
    text-decoration: none;
}

.hero_btn._2 {
    width: 165px;
}

.hero_btn.green {
    background-color: var(--blue);
    width: 300px;
}

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

.mani_btn_arrow {
    margin-right: 5px;
}

.slide2 {
    background-image: linear-gradient(#fff0, #ffffff85 46%, #fff0 102%), url('../images/cent-hero-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.slide3 {
    background-image: linear-gradient(#fff0 24%, #ffffff80 52%, #fff0 90%), url('../images/cent-hero-4.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.arrow_icon {
    color: #000;
    background-color: #00000012;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 450px;
    margin-bottom: 450px;
    display: flex;
}

.arrow_icon:hover {
    color: #fff;
    background-color: #000;
}

.services_section {
    background-image: linear-gradient(#fffc, #fffc), url('../images/cent-area-focus.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 5% 8%;
}

.hp_headline_wrapper {
    text-align: center;
}

.hp_headline_wrapper.margins {
    margin-left: 10%;
    margin-right: 10%;
}

.hp_headline_wrapper.top_margin {
    margin-top: 5%;
}

.hp_section_headline {
    margin-bottom: 5%;
    font-size: 3.8em;
    font-weight: 800;
}

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

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

.services_grid._2 {
    width: 79%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.services_name {
    color: #000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: Playfair Display, sans-serif;
    font-size: 1.6em;
    line-height: 1.2em;
}

.services_main_wrapper {
    width: 100%;
    height: 350px;
    position: relative;
}

.services_img_wrapper {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

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

.services_img._3 {
    object-position: 35% 50%;
}

.services_img._1 {
    object-position: 80% 50%;
}

.services_img._6 {
    object-position: 30% 50%;
}

.services_rev_div {
    background-color: var(--blue);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px 15px;
    display: flex;
    transform: rotate(0);
}

.services_link {
    color: var(--white);
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

.services_link:hover {
    color: #75ffa3;
}

.welcome_section {
    padding: 5% 8%;
}

.welcome_text {
    color: #000;
    text-align: left;
}

.w {
    float: left;
    color: var(--color);
    text-align: left;
    margin-top: 11px;
    margin-bottom: 13px;
    margin-right: 5px;
    font-size: 4em;
    font-weight: 500;
}

.welcome_btns_grid {
    margin-top: 5%;
    padding: 0;
}

.cta_btn {
    color: var(--black);
    border-radius: 10px;
    justify-content: space-between;
    width: 100%;
    font-family: Playfair Display, sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    box-shadow: 0 0 12px #10101124;
}

.cta_btn:hover {
    color: var(--color);
    text-decoration: none;
}

.cta_btn_icon {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 120px;
}

.cta_icon {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cta_btn_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 75%;
    padding-left: 25px;
    font-weight: 700;
    display: flex;
}

.cta_btn_subtext {
    color: var(--black);
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: .6em;
    font-weight: 500;
}

.cta_btn_arrow {
    width: 20px;
    margin-right: 20px;
}

.featured_section {
    padding-top: 5%;
    padding-bottom: 0%;
}

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

.features_img_cell {
    align-items: stretch;
}

.feat_img_div {
    height: 700px;
    overflow: hidden;
}

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

.features_img._1 {
    object-position: 80% 50%;
}

.features_text_cell {
    justify-content: center;
    padding-left: 15%;
    padding-right: 10%;
}

.features_text_cell.right {
    padding-left: 10%;
    padding-right: 15%;
}

.number_div {
    border: 2px solid var(--color);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    margin-bottom: 5%;
    padding: 0;
    display: flex;
}

.number {
    color: var(--black);
    font-size: 5em;
    font-weight: 800;
    line-height: 1em;
}

.feat_headline {
    font-size: 3em;
    line-height: 1em;
}

.button {
    color: #000;
    background-color: #fff0;
    border: 1px solid #000;
    padding: 20px 30px;
    font-weight: 500;
}

.button:hover {
    border-color: var(--blue);
    background-color: var(--blue);
    color: var(--white);
    text-decoration: none;
}

.button.side-margins {
    border-color: var(--white);
    color: var(--white);
    margin-left: 10px;
    margin-right: 10px;
}

.reviews_section {
    padding: 5% 8%;
}

.reviews_grid {
    padding: 0;
}

.review_cell {
    border-radius: 10px;
    align-items: flex-start;
    padding: 25px;
    box-shadow: 0 0 13px #00000024;
}

.reviews_stars_div {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10%;
    display: flex;
}

.quotes {
    width: 40px;
}

.stars {
    width: 25%;
}

.testimonials_text {
    font-size: .9em;
    line-height: 1.6em;
}

.review_name_div {
    border-top: 1px solid var(--grey);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding-top: 30px;
    display: flex;
}

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

.review_name {
    font-family: Playfair Display, sans-serif;
    font-size: 1.1em;
    font-weight: 800;
}

.doctors_section {
    background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/cent-doctors-background.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 5% 8%;
}

.main_btns_grid {
    width: 38%;
    padding: 0;
}

.blog_section {
    color: var(--white);
    background-color: #283957;
    padding: 5% 10%;
}

.locations_section {
    background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/location-bg-img.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 5% 12%;
}

.location_headline {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Playfair Display, sans-serif;
    font-size: 2em;
    font-weight: 800;
    line-height: 1.1em;
}

.location_headline._2 {
    color: var(--blue);
    height: 80px;
    margin-bottom: 0;
    font-size: 1.5em;
}

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

.address_text._2 {
    height: 130px;
    margin-bottom: 0;
    line-height: 1.4em;
}

.address_text._1 {
    height: 130px;
    margin-bottom: 0;
}

.location_phone_link {
    color: var(--blue);
    margin-bottom: 30px;
    font-weight: 600;
    display: block;
}

.location_phone_link:hover {
    color: var(--color);
    text-decoration: none;
}

.locations_grid {
    margin-top: 0%;
    padding: 0;
}

.location_cell {
    text-align: center;
    align-items: stretch;
}

.map_wrapper {
    height: 200px;
    margin-top: auto;
}

.footer_section {
    padding: 5% 12%;
}

.footer_logo {
    width: 240px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.s_wrapper {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.s_form_div {
    margin-bottom: 0;
    display: flex;
}

.s_input {
    border: 1px solid var(--blue);
    height: 45px;
    margin-bottom: 0;
    font-size: .9em;
    text-decoration: none;
}

.s_button {
    background-color: var(--blue);
    color: var(--white);
    text-transform: uppercase;
    padding: 13px 20px;
    font-size: .8em;
    font-weight: 500;
}

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

.quick_links_wrapper {
    border-bottom: 1px solid #0000001c;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
    padding-bottom: 40px;
    display: flex;
}

.quick_link {
    color: #474747;
    letter-spacing: 1px;
    text-transform: none;
    padding: 7px;
    font-size: .8em;
    font-weight: 500;
}

.quick_link:hover {
    color: #474747;
    background-color: #00000012;
    text-decoration: none;
}

.footer_wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    padding-left: 0;
    display: flex;
}

.soc_media_wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 12%;
    display: flex;
}

.footer_div {
    width: 70%;
    padding-left: 20px;
}

.footer_text {
    margin-bottom: 20px;
    font-size: .75em;
}

.soc_media_btn {
    opacity: .56;
    width: 34px;
    height: 34px;
    margin-right: 20px;
}

.soc_media_btn:hover {
    opacity: 1;
}

.back_top_link {
    color: var(--black);
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600;
}

.back_top_link:hover {
    text-decoration: none;
}

.navbar {
    z-index: 1000;
    background-color: #fff;
    justify-content: flex-end;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 0 4px 20px 2px #00000012;
}

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

.phone_buscar_wrapper {
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
    margin-right: 20px;
    display: flex;
}

.phone_btn {
    color: var(--blue3);
    margin-right: 20px;
    font-size: 1.2em;
    font-weight: 600;
}

.phone_btn:hover {
    color: var(--color);
    text-decoration: none;
}

.s_btn {
    width: 25px;
}

.dropdown_link {
    font-size: .95em;
    font-weight: 500;
}

.dropdown_link:hover {
    text-decoration: none;
}

.dropdown_toggle {
    color: var(--blue);
    padding-left: 15px;
    padding-right: 20px;
}

.dropdown_toggle.w--open {
    color: var(--color);
}

.dropdown_icon {
    margin-right: 8px;
    font-size: .8em;
}

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

.menu_btn {
    text-align: center;
    margin-right: 20px;
}

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

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

.phone_mobile_wrapper {
    display: none;
}

.mobile_appointment_link {
    font-size: .9em;
    font-weight: 500;
}

.p_nomargin {
    margin-bottom: 0;
}

.docs_grid {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.doc_cell {
    align-items: center;
}

.doc_btn,
.entry a.doc_btn {
    color: var(--blue);
    text-decoration: none;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    display: flex;
}

.doc_btn:hover,
.entry a.doc_btn:hover {
    color: var(--color);
    text-decoration: none;
}

.doc_img-2 {
    mix-blend-mode: normal;
    object-fit: cover;
    object-position: 50% 15%;
    width: 100%;
    height: 100%;
}

.doc_name_div {
    background-color: #fff0;
    width: 100%;
    padding: 20px 10px;
}

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

.navlink_regular {
    color: var(--blue);
    padding: 20px 15px;
    font-size: .95em;
    font-weight: 500;
}

.navlink_regular:hover {
    color: var(--color);
    text-decoration: none;
}

.navlink_regular._2 {
    color: var(--color);
}

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

.menu-txt-2 {
    font-size: .5em;
}

.navmenu {
    z-index: 1;
    text-align: right;
    background-color: #fff;
    background-image: url('../images/cent-menu-img.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    height: 100vh;
    padding-top: 50px;
    display: flex;
    position: absolute;
    inset: 0%;
}

.navlinks_wrapper {
    width: 50%;
    height: 100%;
    margin-left: auto;
}

.navlink-2 {
    color: #000;
    border-bottom: 1px solid #00000052;
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: Playfair Display, sans-serif;
    font-size: 1.8em;
    font-weight: 800;
}

.navlink-2:hover {
    color: #569eca;
    background-color: #00000008;
    padding-top: 30px;
    text-decoration: none;
}

.navlink-2.w--current {
    color: #569eca;
}

.mani_btn_cell {
    align-items: center;
}

.innerpage_section {
    background-color: #e9ebee;
    padding: 10%;
}

.inner_hero_img_div {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    overflow: hidden;
}

.inner_hero_wrapper {
    height: 400px;
    margin-bottom: 10%;
    position: relative;
}

.inner_hero_img {
    object-fit: cover;
    object-position: 50% 25%;
    width: 100%;
    height: 100%;
}

.inner_hero_overlay {
    z-index: 10;
    background-color: #ffffffba;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
}

.inner_grid {
    padding: 0;
}

.inner_content_cell {
    padding-right: 5%;
}

.inner_side_cell {
    align-items: stretch;
}

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

.inner_page_title {
    margin-bottom: 10px;
}

.inner_section_div {
    margin-bottom: 5%;
}

.inner_side_main_link {
    color: var(--black);
    margin-bottom: 10px;
    font-family: Playfair Display, sans-serif;
    font-size: 1.6em;
    font-weight: 800;
    line-height: 1.1em;
}

.inner_side_main_link._2 {
    border-bottom: 1px solid #00000036;
    padding-top: 10px;
    padding-bottom: 10px;
}

.inner_side_sublink {
    border-bottom: 1px solid var(--blue2);
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 600;
}

.inner_side_sublink.margin {
    margin-bottom: 10%;
}

.inner_service_btn {
    background-color: var(--blue2);
    color: var(--white);
    text-align: center;
    flex-direction: column;
    flex: 1;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    line-height: 1em;
    display: flex;
}

.inner_service_btn:hover {
    background-color: var(--blue3);
    color: var(--white);
}

.side_services_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 15%;
    padding: 0;
}

.side_btn_cell {
    align-items: stretch;
}

.inner_service_btn_img_div {
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    overflow: hidden;
}

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

.innerpage_subtitle {
    color: var(--blue3);
}

.main_btns_tagline {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: .9em;
    font-weight: 500;
}

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

.callout_btns_wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    display: flex;
}

.doc_img_div {
    border: 1px solid var(--blue);
    border-radius: 250px;
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.soc_media_wrapper-2 {
    justify-content: space-between;
    align-items: center;
    width: 25%;
    display: flex;
}

.soc_media_btn-2 {
    opacity: .56;
    width: 34px;
    height: 34px;
    margin-right: 0;
}

.soc_media_btn-2:hover {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .hp_section_headline {
        font-size: 3em;
    }

    .cta_btn:hover {
        text-decoration: none;
    }

    .cta_btn_icon {
        width: 100px;
    }

    .cta_btn_wrapper {
        padding-left: 15px;
    }

    .cta_btn_subtext {
        margin-top: 10px;
        line-height: 1em;
    }

    .cta_btn_arrow {
        margin-right: 10px;
    }

    .featured_section {
        padding-bottom: 5%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .featured_grid {
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .feat_img_div {
        height: 450px;
    }

    .features_text_cell {
        padding: 5% 0%;
    }

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

    .number {
        font-size: 6em;
    }

    .feat_headline {
        font-size: 3em;
    }

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

    .location_div {
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .address_text._2 {
        height: 110px;
    }

    .address_text._1 {
        height: auto;
    }

    .map_wrapper {
        margin-top: 20px;
    }

    .s_wrapper {
        width: 50%;
    }

    .quick_links_wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .quick_link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer_wrapper {
        flex-wrap: wrap;
    }

    .soc_media_wrapper {
        width: 50%;
    }

    .footer_div {
        width: 100%;
        margin-top: 26px;
        padding-left: 0;
    }

    .navbar {
        justify-content: space-between;
    }

    .phone_buscar_wrapper {
        margin-right: 20px;
    }

    .dropdown_link {
        display: block;
    }

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

    .dropdown_icon {
        margin-right: 22px;
        font-size: .9em;
    }

    .menu_btn {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }

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

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

    .menu_icon {
        text-align: center;
    }

    .navbar_wrapper {
        display: none;
    }

    .menu-txt-2 {
        font-size: .6em;
    }

    .navmenu {
        background-color: #fff;
        background-position: -100px;
        background-size: contain;
        width: auto;
        padding-top: 0%;
    }

    .navlinks_wrapper {
        background-color: #fff;
        width: 55%;
        padding-top: 122px;
    }

    .navlink-2 {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .innerpage_section {
        padding-top: 20%;
    }

    .inner_hero_overlay {
        text-align: center;
    }

    .soc_media_wrapper-2 {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .hero_section {
        background-image: linear-gradient(#00000000 20%, #111111e3), url(../images/hero-img2.jpg);
        background-position: 0 0, 50% 20%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        height: 550px;
        margin-top: 100px;
    }

    .hero_slider_arrow {
        width: 40px;
    }

    .slide_tagline_wrapper {
        bottom: 20px;
    }

    .main_tagline1 {
        margin-bottom: 5px;
        font-size: 3em;
        text-align: center;
    }

    .main_tagline2 {
        margin-bottom: 15px;
        font-size: 1.2em;
    }

    .hero_btn {
        padding: 15px;
        font-size: .9em;
    }

    .hero_btn:hover {
        text-decoration: none;
    }

    .arrow_icon {
        width: 40px;
        height: 40px;
        margin-top: 222px;
        margin-bottom: 222px;
        font-size: .8em;
    }

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

    .hp_section_headline {
        font-size: 2.6em;
    }

    .services_main_wrapper {
        height: 300px;
    }

    .services_img_wrapper {
        display: block;
    }

    .services_rev_div {
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
    }

    .services_link {
        font-size: .8em;
        line-height: 1em;
    }

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

    .featured_section {
        padding-bottom: 5%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .featured_grid {
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .feat_img_div {
        height: 300px;
    }

    .features_text_cell {
        padding: 10% 0% 5%;
    }

    .features_text_cell.right {
        padding: 5% 0%;
    }

    .feat_headline {
        font-size: 2.6em;
    }

    .reviews_stars_div {
        margin-bottom: 5%;
    }

    .stars {
        width: 30%;
    }

    .review_name_div {
        padding-top: 15px;
    }

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

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

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

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

    .location_headline._2 {
        margin-bottom: 10px;
    }

    .map_wrapper {
        margin-bottom: 40px;
    }

    .footer_section {
        padding-bottom: 10%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .s_wrapper, .soc_media_wrapper {
        width: 70%;
    }

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

    .phone_buscar_wrapper {
        margin-right: 10px;
    }

    .phone_btn {
        margin-right: 20px;
        font-size: 1.1em;
    }

    .s_btn {
        width: 24px;
    }

    .navmenu {
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto;
    }

    .navlinks_wrapper {
        width: 100%;
        padding-top: 94px;
    }

    .navlink-2 {
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 30px;
        font-size: 1.2em;
    }

    .navlink-2:hover {
        padding-top: 20px;
    }

    .inner_hero_wrapper {
        height: 300px;
    }

    .inner_hero_overlay {
        padding: 16px;
    }

    .innerpage_subtitle {
        font-size: 1.3em;
    }

    .soc_media_wrapper-2 {
        width: 70%;
    }
}

@media screen and (max-width: 479px) {
    .hero_section {
        height: 500px;
    }

    .hero_slider_arrow {
        width: 30px;
    }

    .slide1 {
        background-position: 0 0, 60%;
    }

    .slide_tagline_wrapper {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_tagline1 {
        font-size: 2.2em;
        line-height: 1em;
    }

    .main_tagline2 {
        font-size: 1em;
    }

    .hero_btn {
        width: 220px;
        font-size: .8em;
    }

    .hero_btn.green {
        width: 220px;
    }

    .arrow_icon {
        color: #fff0f0;
        background-color: #00000063;
        width: 30px;
        height: 30px;
        margin-top: 453px;
        margin-bottom: 0;
    }

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

    .hp_section_headline {
        margin-bottom: 15%;
        font-size: 2.4em;
    }

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

    .cta_btn {
        font-size: 1.3em;
    }

    .cta_btn_icon {
        width: 80px;
    }

    .cta_btn_subtext {
        margin-top: 3px;
    }

    .number_div {
        width: 100px;
        height: 100px;
    }

    .number {
        font-size: 5em;
    }

    .main_btns_grid {
        width: auto;
    }

    .blog_section, .locations_section {
        padding-top: 15%;
        padding-bottom: 15%;
    }

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

    .footer_section {
        padding-top: 15%;
    }

    .s_wrapper {
        width: 100%;
        margin-top: 15%;
    }

    .soc_media_wrapper {
        width: 100%;
    }

    .navbar {
        flex-wrap: wrap;
    }

    .phone_buscar_wrapper {
        display: none;
    }

    .phone_btn {
        margin-right: 0;
    }

    .s_btn {
        display: none;
    }

    .phone_mobile_wrapper {
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        padding: 0 15px;
        display: flex;
    }

    .mobile_appointment_link {
        font-size: .8em;
    }

    .mobile_appointment_link:hover {
        text-decoration: none;
    }

    .menu-txt-2 {
        font-size: .5em;
        line-height: 1em;
    }

    .innerpage_section {
        padding-top: 50%;
    }

    .inner_page_title {
        font-size: 2.6em;
    }

    .innerpage_subtitle {
        font-size: 1.1em;
    }

    .soc_media_wrapper-2 {
        width: 100%;
    }
}

#w-node-e6e0d4bd-de94-6d8a-5788-0519608ba8ff-5874a8ed, #w-node-d910d3ab-0a70-aca9-9656-a363fa6d2107-5874a8ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_0546a502-cf06-546b-57c6-b4cb8bd7fe2a-5874a8ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b6d94982-e890-135e-8992-21741288b942-5874a8ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_556a650a-5141-7ba1-5316-2d32978ea68b-5874a8ed {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_3481216b-01f5-c641-c9ca-bdbc1659b814-5874a8ed, #w-node-_0d711038-517f-8de9-36c3-d1d3de4a9bf7-5874a8ed, #w-node-_25c6cf23-8ac7-5671-88a8-73dfa41fc460-5874a8ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_7592d452-3e1f-62f2-7bf4-391d47aa3bd5-5874a8ed {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_1b474b8e-6aef-5197-5b4f-cd52649155de-5874a8ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_24b5567c-bf0a-2ca6-fa86-7f7d6ee04441-5874a8ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
    #w-node-_0546a502-cf06-546b-57c6-b4cb8bd7fe2a-5874a8ed, #w-node-b6d94982-e890-135e-8992-21741288b942-5874a8ed {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
    }

    #w-node-_3481216b-01f5-c641-c9ca-bdbc1659b814-5874a8ed, #w-node-_0d711038-517f-8de9-36c3-d1d3de4a9bf7-5874a8ed, #w-node-_25c6cf23-8ac7-5671-88a8-73dfa41fc460-5874a8ed {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    #w-node-_7592d452-3e1f-62f2-7bf4-391d47aa3bd5-5874a8ed {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
    }

    #w-node-_1b474b8e-6aef-5197-5b4f-cd52649155de-5874a8ed, #w-node-_24b5567c-bf0a-2ca6-fa86-7f7d6ee04441-5874a8ed {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    #w-node-e6e0d4bd-de94-6d8a-5788-0519608ba8ff-5874a8ed, #w-node-d910d3ab-0a70-aca9-9656-a363fa6d2107-5874a8ed {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    #w-node-_556a650a-5141-7ba1-5316-2d32978ea68b-5874a8ed {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    #w-node-_3481216b-01f5-c641-c9ca-bdbc1659b814-5874a8ed, #w-node-_0d711038-517f-8de9-36c3-d1d3de4a9bf7-5874a8ed, #w-node-_25c6cf23-8ac7-5671-88a8-73dfa41fc460-5874a8ed {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    #w-node-_7592d452-3e1f-62f2-7bf4-391d47aa3bd5-5874a8ed {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    #w-node-_24b5567c-bf0a-2ca6-fa86-7f7d6ee04441-5874a8ed {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_0546a502-cf06-546b-57c6-b4cb8bd7fe2a-5874a8ed, #w-node-b6d94982-e890-135e-8992-21741288b942-5874a8ed {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    #w-node-_24b5567c-bf0a-2ca6-fa86-7f7d6ee04441-5874a8ed {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
}


