:root {
    --block: #000;
    --blue: #00457e;
    --cyan: #0097d6;
    --white: white;
    --yellow: #ffc937;
    --light-red: #f05d67;
}

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

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

body {
    color: var(--block);
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
}

h1 {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(127deg, var(--blue), var(--cyan));
    color: var(--blue);
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 30px;
    margin-top: 0;
    -webkit-text-fill-color: transparent;
}

h2 {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(131deg, var(--blue), var(--cyan) 99%, white);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 30px;
    margin-top: 0;
    -webkit-text-fill-color: transparent;
}

h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 30px;
    margin-top: 0;
}

h4 {
    color: var(--cyan);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
    margin-top: 0;
}

h5 {
    color: var(--blue);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
    margin-top: 0;
}

p {
    line-height: 1.6rem;
    margin-bottom: 30px;
}

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

a:hover {
    color: var(--light-red);
}

ul {
    line-height: 1.6rem;
    margin-bottom: 30px;
    margin-top: 0;
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

.navbar {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 95px;
    inset: 0% 0% auto;
    justify-content: space-between;
    padding: 5px 20px;
    position: fixed;
    z-index: 1000;
}

.logo {
    margin-right: auto;
    mix-blend-mode: normal;
    width: 220px;
}

.navlink {
    font-size: .95rem;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

.phone_btn {
    align-items: center;
    color: var(--blue);
    display: flex;
    font-size: 1.3rem;
    font-weight: 800;
    justify-content: flex-start;
    margin-left: 20px;
    text-decoration: none;
}

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

.navlink_dropdown {
    font-size: .95rem;
    font-weight: 500;
    padding-left: 0;
    text-transform: uppercase;
}

.dropdown_toggle {
    padding-left: 10px;
    padding-right: 15px;
    text-transform: uppercase;
}

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

.dropdown_icon {
    font-size: .6rem;
    margin-right: 3px;
}

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

.dropdown_link {
    color: var(--white);
    font-size: .9rem;
    text-transform: capitalize;
}

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

.hero_section {
    background-image: url('../images/hero-img2.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    height: 100svh;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.main_tagline_wrapper {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #0000001a;
    border: 10px #ffffff70;
    border-radius: 20px;
    inset: auto auto 8% 45%;
    padding: 51px;
    position: absolute;
    text-align: center;
    width: 45%;
    z-index: 100;
}

.main_tagline {
    background-clip: border-box;
    background-image: none;
    color: var(--white);
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 2.8rem;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-text-fill-color: inherit;
    text-transform: uppercase;
    width: auto;
}

.main_tagline2 {
    background-clip: border-box;
    background-image: none;
    color: var(--white);
    font-size: 1.5vw;
    font-weight: 300;
    line-height: 1.8rem;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-text-fill-color: inherit;
}

.patient_doc_section {
    background-color: var(--blue);
    background-image: radial-gradient(circle at 50% 100%, #0076a7, #002849);
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 5% 15%;
}

.doc_patient_grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding: 0;
}

.resouces_callout_wrapper {
    align-items: stretch;
    background-color: #0006;
    border: 1px solid #fff0;
    border-radius: 20px;
    box-shadow: 0 19px 20px #00000029;
    color: var(--white);
    display: flex;
    justify-content: flex-end;
    mix-blend-mode: normal;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 21px;
    width: 100%;
}

.resources_links_div {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 48%;
}

.resouces_link {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.2rem;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-top: 10px;
    text-decoration: none;
}

.resouces_link:hover {
    color: var(--yellow);
}

.resouces_link.last {
    margin-bottom: 50px;
}

.arrow_icon {
    margin-right: 10px;
    width: 24px;
}

.resources_img_div {
    width: 50%;
}

.resources_img {
    margin-top: 0;
}

.reasources_headline {
    color: var(--yellow);
    font-size: 2.4rem;
    font-weight: 200;
    line-height: 1.5rem;
    margin-bottom: -13px;
    margin-left: 30px;
    margin-top: 0;
    padding-right: 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.resrource_cell {
    flex-flow: column;
}

.resources_callout_headlline {
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4rem;
    margin-bottom: 10px;
    margin-top: 0;
}

.resources_text {
    margin-bottom: 20px;
}

.welcome_section {
    padding: 5% 10%;
}

.wrapper_div.center {
    text-align: center;
}

.hp_headline {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(159deg, var(--blue), var(--cyan));
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.8rem;
    margin-bottom: 30px;
    margin-top: 0;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.hp_headline.services {
    background-image: linear-gradient(159deg, var(--light-red), var(--yellow));
}

.hp_headline.locations {
    background-clip: border-box;
    background-image: none;
    color: var(--white);
    -webkit-text-fill-color: inherit;
}

.section_header {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-left: 0;
}

.section_header.center {
    align-items: center;
    justify-content: center;
}

.dot_div {
    background-color: var(--light-red);
    border-radius: 20px;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.section_header_text {
    letter-spacing: 5px;
    text-transform: uppercase;
}

.stats_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 5%;
    padding: 0;
}

.stats_cell {
    background-color: #ffc93740;
    border-radius: 20px;
    padding: 30px;
}

.stats_cell._2 {
    background-color: #f05d675e;
}

.stats_cell._3 {
    background-color: #0097d64a;
}

.stats_cell._4 {
    background-color: #00457e4f;
}

.stats_number {
    font-size: 4rem;
    font-weight: 800;
    line-height: 4rem;
    margin-bottom: 10px;
}

.stats_text {
    font-size: 1.2rem;
}

.stats_topdoc_wrapper {
    border-radius: 20px;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.stats_topdoc_img_div {
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

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

.stats_overlay_div {
    align-items: center;
    background-color: #00000080;
    border-radius: 20px;
    color: var(--white);
    display: flex;
    flex-flow: column;
    inset: 0%;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
    position: absolute;
    text-align: center;
    z-index: 10;
}

.stats_headline {
    background-clip: border-box;
    background-image: none;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 3.4rem;
    margin-bottom: 20px;
    margin-top: 0;
    -webkit-text-fill-color: inherit;
    text-transform: uppercase;
}

.doc_section {
    background-color: #0000000d;
    padding: 5% 0%;
}

.doc_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 10%;
    margin-right: 10%;
    overflow: visible;
    padding: 0;
    width: auto;
}

.doc_logos_wrapper {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
    width: 100%;
}

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

.doc_slider {
    background-color: #ddd0;
    display: none;
    height: auto;
    max-width: 75svw;
    width: 100%;
}

.doc_slidenav {
    bottom: -30px;
    font-size: .7rem;
    height: 20px;
    padding-top: 5px;
}

.doc_slider_arrow {
    background-image: linear-gradient(120deg, var(--yellow), var(--light-red));
    border-radius: 40px;
    color: var(--white);
    font-size: .8rem;
    height: 30px;
    left: -40px;
    width: 30px;
}

.doc_slider_arrow.right {
    inset: 0% -40px 0% auto;
}

.doc_slide {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}

.doc_btn {
    background-color: #00457e;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--cyan), var(--blue));
    border-radius: 10px;
    color: var(--white);
    font-size: 1.1rem;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.doc_btn:hover {
    background-color: var(--cyan);
    background-image: none;
    color: var(--white);
    text-decoration: none;
}

.doc_img_div {
    border-radius: 10px;
    height: 320px;
    margin-bottom: 20px;
    overflow: hidden;
}

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

.doc_name_text {
    height: 40px;
}

.services_section {
    background-color: #01294a;
    color: var(--white);
    position: relative;
}

.logos_wrapper {
    align-items: center;
    background-color: #fff0;
    display: flex;
    justify-content: space-around;
    margin-bottom: 5%;
    margin-top: 0%;
    padding: 0% 10%;
}

.doc_logo {
    width: 100px;
}

.doc_logo.vertical {
    width: 70px;
}

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

.services_img_div {
    align-items: stretch;
    display: flex;
    height: 850px;
    justify-content: flex-end;
    width: auto;
}

.services_content_div {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    inset: 0% auto 0% 10%;
    justify-content: center;
    position: absolute;
    width: 40%;
    z-index: 10;
}

.button {
    background-image: linear-gradient(139deg, var(--light-red), var(--yellow));
    border-radius: 10px;
    color: var(--block);
    font-size: .95rem;
    font-weight: 600;
    padding: 15px 26px;
    text-transform: uppercase;
}

.button:hover {
    background-image: linear-gradient(to bottom, #0000004d, #0000004d), linear-gradient(139deg, var(--light-red), var(--yellow));
    color: var(--white);
}

.button._2 {
    background-image: linear-gradient(139deg, var(--blue), var(--cyan));
    color: var(--white);
    margin-left: 20px;
    margin-top: 0;
}

.button._2:hover {
    background-image: linear-gradient(to bottom, #0000004a, #0000004a), linear-gradient(139deg, var(--blue), var(--cyan));
}

.expect_section {
    padding: 5% 10%;
}

.columns_grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding: 0;
}

.hp_img_div {
    border-radius: 20px;
    height: 600px;
    overflow: hidden;
    width: 100%;
}

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

.hp_img.testimonials {
    object-position: 70% 0%;
}

.hp_img._1 {
    object-position: 50% 25%;
}

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

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

.rate8_widget_placeholder_div {
    margin-bottom: 40px;
    width: 100%;
}

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

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

.locatios_section {
    background-color: #0000000d;
    background-image: linear-gradient(#00000078, #00000078), url('../images/locations-img2.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    color: var(--white);
    padding: 10%;
}

.locations_grid {
    padding: 0;
    width: auto;
}

.location_cell {
    background-color: #00000061;
    border-radius: 10px;
    padding: 20px;
}

.location_name {
    width: 100%;
}

.location_name a {
    color: var(--yellow);
    display: block;
    margin-top: 0;
    width: 100%;
}

.location_name a:hover {
    opacity: .6;

}

.address_text {
    color: var(--white);
    height: 90px;
    line-height: 1.5rem;
    margin-bottom: 20px;
}

.address_text a {
    color: var(--white);
    display: block;
    text-decoration: none;
}

.address_text a:hover {
    opacity: .6;

}

.phone_link {
    color: var(--yellow);
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
}

.phone_link:hover {
    opacity: .62;
}

.phone_link.margin {
    margin-bottom: 10px;
}

.directions_link {
    color: var(--white);
    margin-top: 10px;
    text-decoration: none;
}

.directions_link:hover {
    color: var(--white);
    opacity: .6;
}

.footer_section {
    padding: 5% 10%;
}

.phone-icon {
    margin-right: 5px;
    width: 20px;
}

.phone-icon.footer {
    width: 26px;
}

.quick_links_section {
    background-color: #001b31;
    display: block;
    padding: 5% 15%;
}

.footer_phone_btn {
    align-items: center;
    color: var(--yellow);
    display: flex;
    font-family: proxima-nova, sans-serif;
    font-size: 2rem;
    font-weight: 800;
    justify-content: flex-start;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-decoration: none;
}

.footer_phone_btn:hover {
    color: var(--light-red);
}

.quick_link {
    color: var(--yellow);
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}

.quick_link:hover {
    color: var(--light-red);
}

.footer_grid {
    padding: 0;
}

.footer_logo {
    margin-bottom: 0;
    margin-right: 20px;
    width: 200px;
}

.footer_cell {
    align-items: stretch;
    flex-flow: row;
    justify-content: flex-start;
}

.footer_text_div {
    align-items: center;
    border-left: 1px solid var(--light-red);
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
}

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

.footer_link {
    color: var(--cyan);
    text-decoration: none;
}

.footer_link:hover {
    color: var(--light-red);
}

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

.soc_media_cell {
    align-items: center;
    flex-flow: row;
    justify-content: flex-end;
}

.soc_media_btn {
    height: 26px;
    margin-left: 20px;
    opacity: .49;
    width: 26px;
}

.soc_media_btn:hover {
    opacity: 100;
}

.s_btn {
    height: 26px;
    opacity: .5;
    width: 26px;
}

.s_btn:hover {
    opacity: 100;
}

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

.hero_dot_div {
    background-image: linear-gradient(131deg, var(--yellow), var(--light-red));
    border-radius: 40px;
    flex: 0 auto;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    width: 15px;
}

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

.hero_btn {
    align-items: center;
    border-radius: 10px;
    color: var(--white);
    display: flex;
    flex-flow: column;
    font-size: 1rem;
    font-weight: 700;
    height: auto;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.hero_btn._1 {
    background-color: var(--light-red);
    color: var(--block);
    font-size: 1rem;
    font-weight: 700;
}

.hero_btn._1:hover {
    background-color: #fa8e96;
}

.hero_btn._2 {
    background-color: var(--cyan);
    color: var(--block);
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 0;
    padding-top: 0;
}

.hero_btn._2:hover {
    background-color: #48c1f3;
}

.hero_btn._3 {
    background-color: var(--yellow);
    color: var(--block);
    font-size: 1rem;
    font-weight: 700;
}

.hero_btn._3:hover {
    background-color: #f8d577;
}

.hero_btn_cell {
    align-items: stretch;
    flex-flow: row;
    justify-content: flex-start;
}

.hero_btn_icon {
    margin-bottom: 5px;
    width: 30px;
}

.doctors_grid {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 75%;
}

.footer_wrapper {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    margin-bottom: 0%;
}

.quick_links_wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .navlink {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .phone_btn {
        margin-left: 0;
        margin-right: 20px;
    }

    .navmenu {
        background-color: #fff;
    }

    .navlink_dropdown {
        display: block;
    }

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

    .dropdown_icon {
        margin-right: 20px;
    }

    .main_tagline_wrapper {
        left: 10%;
        padding: 31px 31px 31px 30px;
        width: 80%;
    }

    .main_tagline {
        font-size: 5.5vw;
    }

    .main_tagline2 {
        font-size: 2.5vw;
    }

    .patient_doc_section {
        padding: 10%;
    }

    .resources_img_div, .resources_img {
        height: 280px;
    }

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

    .stats_number {
        font-size: 3rem;
        line-height: 3rem;
    }

    .stats_text {
        font-size: 1.1rem;
    }

    .stats_headline {
        font-size: 2.6rem;
        line-height: 2.6rem;
    }

    .doc_section {
        padding-top: 10%;
    }

    .doc_content_cell {
        text-align: center;
    }

    .doc_slide {
        width: 50%;
    }

    .doc_btn {
        padding-left: 20px;
        padding-right: 20px;
    }

    .doc_img_div {
        height: 250px;
    }

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

    .logos_wrapper {
        margin-top: 10%;
    }

    .services_img_div {
        height: auto;
    }

    .services_content_div {
        padding-bottom: 5%;
        padding-left: 10%;
        padding-right: 10%;
        position: static;
        width: auto;
    }

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

    .hp_img_div {
        height: 400px;
    }

    .hp_img.testimonials {
        object-position: 50% 25%;
    }

    .testimonials_section {
        padding-bottom: 10%;
    }

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

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

    .s_btn {
        height: 24px;
        width: 24px;
    }

    .main_tagline_format_div {
        align-items: center;
        justify-content: center;
    }

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

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

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

@media screen and (max-width: 767px) {
    .navbar {
        height: auto;
        position: static;
    }

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

    .hero_section {
        height: 300px;
    }

    .main_tagline_wrapper {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background-color: #001f38;
        border-radius: 0;
        bottom: 26%;
        padding-bottom: 49px;
        padding-top: 49px;
        position: static;
        width: 100%;
    }

    .main_tagline {
        font-size: 7vw;
    }

    .main_tagline2 {
        font-size: 1.2rem;
    }

    .resouces_link {
        font-size: 1rem;
    }

    .arrow_icon {
        margin-right: 10px;
    }

    .resources_img_div, .resources_img {
        height: auto;
    }

    .reasources_headline {
        font-size: 2rem;
    }

    .resources_callout_headlline {
        font-size: 1.2rem;
    }

    .resources_text {
        line-height: 1.4rem;
        margin-bottom: 10px;
    }

    .stats_overlay_div {
        background-color: #0009;
    }

    .stats_headline {
        font-size: 2rem;
        line-height: 2rem;
    }

    .doc_slider {
        max-width: 60svw;
    }

    .doc_slide {
        width: 100%;
    }

    .doc_img_div {
        height: 180px;
    }

    .doc_logo {
        width: 80px;
    }

    .doc_logo.vertical {
        width: 60px;
    }

    .doctors_grid {
        width: 90%;
    }
}

@media screen and (max-width: 479px) {
    .navbar {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo {
        width: 180px;
    }

    .phone_btn {
        margin-right: 10px;
    }

    .phone_btn:hover {
        opacity: .62;
    }

    .hero_section {
        height: 250px;
    }

    .main_tagline {
        font-size: 2.4rem;
    }

    .main_tagline2 {
        font-size: 1rem;
    }

    .resouces_callout_wrapper {
        flex: 0 auto;
        flex-flow: column;
        order: 0;
        padding-top: 37px;
    }

    .resources_links_div, .resources_img_div {
        width: 100%;
    }

    .reasources_headline {
        font-size: 1.7rem;
        margin-left: 30px;
    }

    .wrapper_div.center {
        text-align: left;
    }

    .hp_headline {
        font-size: 2rem;
        font-weight: 800;
        line-height: 2rem;
    }

    .section_header {
        text-align: left;
    }

    .section_header_text {
        letter-spacing: 1px;
    }

    .stats_cell {
        padding-bottom: 23px;
        padding-top: 23px;
    }

    .stats_topdoc_wrapper {
        height: 300px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .stats_overlay_div {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .doc_content_cell {
        text-align: left;
    }

    .doc_slider {
        max-width: 80svw;
    }

    .doc_slidenav {
        display: none;
    }

    .doc_slider_arrow {
        left: auto;
    }

    .doc_slider_arrow.right {
        inset: 0% 0% 0% auto;
    }

    .doc_img_div {
        height: 200px;
    }

    .doc_name_text {
        height: auto;
    }

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

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

    .doc_logo {
        width: 60px;
    }

    .doc_logo.vertical {
        width: 50px;
    }

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

    .hp_img_div {
        height: 250px;
    }

    .testimonials_btns_wrapper {
        flex-flow: wrap;
    }

    .locatios_section {
        background-image: linear-gradient(#0000, #0000), url('../images/locations-img.jpg');
        background-position: 0 0, 85% 0;
    }

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

    .phone-icon {
        margin-right: 0;
        width: 30px;
    }

    .phone-icon.footer {
        margin-right: 10px;
    }

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

    .footer_phone_btn {
        font-size: 1.6rem;
    }

    .footer_logo {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .footer_cell {
        flex-flow: column;
        padding-bottom: 19px;
    }

    .footer_text_div {
        border-left-style: none;
        padding-left: 0;
    }

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

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

    .s_btn {
        margin-right: 20px;
    }

    .main_tagline_format_div {
        flex-flow: column;
    }

    .hero_dot_div {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .hero_btns {
        margin-top: 10%;
    }

    .hero_btn._2 {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .phone_text {
        display: none;
    }

    .doctors_grid {
        width: 80%;
    }
}

#w-node-c94fc73e-3ff4-7073-a0bd-2893de80939d-6f42055e {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
}

#w-node-_9df4595b-408e-6750-a78f-952a70f60350-6f42055e {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

#w-node-e6a9097c-df5d-99a7-dc12-945097153b10-6f42055e {
    grid-template-columns: .5fr .5fr 1fr;
    grid-template-rows: auto auto;
}

#w-node-_15741fe2-dbb8-a56b-c41c-d1836515a78b-6f42055e {
    grid-row: span 2 / span 2;
}

#w-node-_8cb51451-cabe-8663-f170-edc4d315aa03-6f42055e {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}

#w-node-_97a2ed45-fe17-66f7-b32a-e8fd30b7ba13-6f42055e {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}

#w-node-_4ed42c8b-d0f0-8026-674f-9fea12a637b5-6f42055e, #w-node-c14c15e3-3b1c-5edc-79ca-12930e78c35a-6f42055e {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

#w-node-_56d086f9-35a4-f145-c6ea-3ca7a6764042-6f42055e {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
}

#w-node-_1b605e6d-c285-8b43-8024-2472e129a3e6-6f42055e {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
    #w-node-_9df4595b-408e-6750-a78f-952a70f60350-6f42055e {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    #w-node-_97a2ed45-fe17-66f7-b32a-e8fd30b7ba13-6f42055e {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    #w-node-_4ed42c8b-d0f0-8026-674f-9fea12a637b5-6f42055e, #w-node-c14c15e3-3b1c-5edc-79ca-12930e78c35a-6f42055e {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    #w-node-_56d086f9-35a4-f145-c6ea-3ca7a6764042-6f42055e {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
    }

    #w-node-_1b605e6d-c285-8b43-8024-2472e129a3e6-6f42055e {
        grid-template-columns: 1fr .25fr;
        grid-template-rows: auto;
    }
}

@media screen and (max-width: 767px) {
    #w-node-e6a9097c-df5d-99a7-dc12-945097153b10-6f42055e {
        grid-template-columns: .5fr .5fr;
        grid-template-rows: auto auto;
    }

    #w-node-_15741fe2-dbb8-a56b-c41c-d1836515a78b-6f42055e {
        grid-row: span 2 / span 2;
    }
}

@media screen and (max-width: 479px) {
    #w-node-c94fc73e-3ff4-7073-a0bd-2893de80939d-6f42055e {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    #w-node-e6a9097c-df5d-99a7-dc12-945097153b10-6f42055e {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    #w-node-_97a2ed45-fe17-66f7-b32a-e8fd30b7ba13-6f42055e {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    #w-node-_56d086f9-35a4-f145-c6ea-3ca7a6764042-6f42055e {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    #w-node-_1b605e6d-c285-8b43-8024-2472e129a3e6-6f42055e {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}


