    .mobileHeader-locWrap .location-list--inner > :nth-child(4){
        display: none !important;
    }

    @media (max-width: 525px){
html,body{
overflow-x: hidden !important;
overflow-y: auto !important;
}
body *{
box-sizing: border-box !important;
min-width: unset !important;
}
.featuredblock__item, .hours__day, .map-a {
overflow-x: hidden !important;
overflow-y: hidden !important;
}
#ple_fixed{
display: none !important;
}
}
/* Unsticky header */ 
.stickyyyyyy{
position: fixed;
width: 100%;
top: 0;
z-index: 9999;
}

.socialmediacust *{
    text-align: center ;
}

    .socialmediacust .socialmedialinkcustom {
        background-color: #ffc904 !important;
        border-radius: 50%;
        width: 2em;
        height: 2em;
        display: inline-flex;
        align-items: center;
        color:black !important;
        justify-content: center;
        text-decoration: none !important;
    }

.flex_wrap {
display: flex
}

.loceachloc > .flex_1{
    display: none;
}
.loceachloc > .flex_1 *{
    text-align: unset !important;
}

.flex_1 {
flex: 1;
padding: 10px;
}

@media (max-width: 767px){
.flex_wrap {
flex-direction: column;
}
}

@media (min-width: 767px) {
.flex_1 ul {
    margin: auto;
    display: table;
}
}

h3.component__title.banner__title,
p.component__subtitle.banner__subtitle {
    text-shadow: 0 0 4px black;
}

@media (min-width: 768px) {
    .footer .flex_1 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

.footer .flex_wrap {
   flex-wrap: wrap;
    justify-content: center;

}

.gmap-location::before {
    content: "";
    font-family: 'font-awesome';
    color: var(--color10);
}

.map-a .map-search__location-list li {
    padding: 0px 16px;
    margin-bottom: 16px;
}



.featuredblocks_locations__container--inner.featuredblocks__container--inner .featuredblock__content {
    margin: 20px 0px !important;
}

.container-fluid .banner-a .banner__text-wrapper {
    margin-top: 12%;
}
.meetdoctor div {
    text-align:center;
}
.section--light .form-a .form__input input:not([type=radio]):not([type=checkbox]), .section--light .form-a .form__input textarea, .section--light .form-a .form__input select {
        background-color: black;
}
.titlespacing .ple-column-padding>.row>.stacked {
     padding-top: 60px;
    padding-bottom: 60px;
    padding-top: 30px;
}

@media (max-width: 992px){
    .staff-member {
        visibility: visible;
        opacity: 1 !important;
        transform: translateX(0) !important;
    }
}