.header-z-index {
    z-index: 199 !important;
}
.testimonials .flexslider, .testimonials .testimonials-grid, .testimonials .testimonials-list {
    opacity: 1 !important;
    transition: unset !important;
}
.staff-single-column:not(.staff__slider) .staff-member, .staff-multiple-column .staff-member {
    opacity: 1 !important;
    transform: unset !important;
}
.section.banner-f-one-round-corner .banner-f .banner__image img {
    border-radius: 50px 50px 50px 220px !important;
}
.header_phone__container.editable__container a:last-child,
.header_phone_sticky__container.editable__container a:last-child {
    border: 2px solid #fe4848;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-radius: 9999px;
    font-size: 15px !important;
}
.section.nav-a-18px .navigation-a>.navigation__list>.navigation__item>.navigation__item--link {
    font-weight: 300;
}
a.cta__button.component__button--1, a.cta__button.component__button--2 {
    border-radius: 9999px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15px !important;
}
/* SERVICES CSTM BOX */
.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 40px auto;
  max-width: 1100px;
}

.service-box {
  position: relative;
  text-align: left;
  background: #ffffff;
  border: 2px solid #184C7B;
  border-radius: 14px;
  padding: 25px 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  min-height: 110px;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.service-box .icon {
  font-size: 36px;
  color: #184C7B;
  margin-bottom: 10px;
}

.service-box h3 {
  margin-top: 0;
  font-size: 20px;
  color: #184C7B;
  font-weight: 600;
}

.service-box p {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.6s ease;
  margin-top: 10px;
}

.service-box:hover p {
  max-height: 500px;
  opacity: 1;
}

.col-lg-12.col-sm-12.section__column-1.ple-column-padding.alias-fb1_fairbans .featuredblock__content {
    margin-top: 25px;
    margin-bottom: 15px;
}

img.align-center.carecredits {
    background-color: #F3f3f3;
    padding: 10px;
    border-radius: 25px;
}

.staff_doctor__container--inner.staff__container--inner ul.staff__list {
    margin-top: 35px;
    display: flex;
}

.staff_doctor__container--inner.staff__container--inner .staff-member__image-wrapper {
    width: calc(70% - 15px);
}

.staff_doctor__container--inner.staff__container--inner .staff-member__text {
    margin-right: 15px;
}

@media screen and (max-width: 551px) {
    .staff_doctor__container--inner.staff__container--inner ul.staff__list {
        flex-direction: column;
    }

    .staff-member__name-wrapper {
        text-align: center;
    }

    a.cta__link.component__link--1,
    span.cta__link.component__link--2 {
        margin-left: unset !important;
        justify-content: center !important;
    }
}

a.cta__link.component__link--1 {
    justify-content: flex-start;
}

span.cta__link.component__link--2 {
    justify-content: flex-start;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    a.cta__link.component__link--1,
    span.cta__link.component__link--2 {
        margin-left: 13px;
        align-items: flex-start;
    }
}

@media (max-width: 1600px){
    .header_phone__container.editable__container a:last-child, .header_phone_sticky__container.editable__container a:last-child,
    a.cta__button.component__button--1, a.cta__button.component__button--2{
        font-size: 13px !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}
@media (max-width: 1400px){
    html{
        font-size: 13px !important;
    }
    .header_phone__container.editable__container a:last-child, .header_phone_sticky__container.editable__container a:last-child,
    a.cta__button.component__button--1, a.cta__button.component__button--2{
        font-size: 10px !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}
@media (max-width: 1150px){
    [data-component-name*="header_phone"] > p{
        flex-direction: column !important;
    }
    [data-component-name*="header_phone"] > p a{
        width: 60% !important;
    }
}




    .header_phone__container.editable__container a:last-child, .header_phone_sticky__container.editable__container a:last-child,
    a.cta__button.component__button--1, a.cta__button.component__button--2{
        white-space: nowrap !important;
    }

[class*="header_phone"] .editable__container {
    width: 100% !important;
}
