.new-locations-homepage .main-home .bg-map .home-location-cont {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.new-locations-homepage .main-home .bg-map .home-location-cont .link .blue-btn {
    min-width: 140px;
    text-align: center;
    margin-top: 6px;
}

.new-locations-homepage .single-location-cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding-right: 150px;
}

.new-locations-homepage .single-location-cont .title-address-phone {
    margin-right: 0;
    padding: 10px 10px 14px;
}

.new-locations-homepage .single-location .wait-mins {
    flex-basis: 150px;
}

.new-locations-homepage .single-location .title-address-phone {
    width: auto;
    flex-basis: calc(100% - 150px);
}

.new-locations-homepage .single-location-cont .single-location {
    border-radius: 75px;
    margin-bottom: 0;
}

.new-locations-homepage .single-location-cont .single-location::before {
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
}

.new-locations-homepage .second_locations_group-container h2 {
    margin: 35px 0;
}

.new-locations-homepage .new-locations-homepage__banner-with-card {
    position: relative;
    padding: 60px 0;
    background-color: #EAEBED;
}

.new-locations-homepage .new-locations-homepage__banner-with-card .new-locations-homepage__banner-with-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
}

.new-locations-homepage .new-locations-homepage__banner-with-card__card {
    background-color: #fff;
    border-radius: 42px;
    padding: 45px 35px 60px;
}

.new-locations-homepage .doctor-always {
    padding-top: 90px;
}

@media (max-width: 1199px){
    .new-locations-homepage .single-location-cont {
        padding-right: 0;
    }

    .new-locations-homepage .single-location .wait-mins {
        width: auto;
        flex-basis: 130px;
    }

    .new-locations-homepage .single-location .title-address-phone {
        flex-basis: calc(100% - 130px);
    }
}

@media (max-width: 991px){
    .new-locations-homepage .single-location-cont {
        margin-right: 0;
        grid-template-columns: 100%;
    }

    .new-locations-homepage .single-location .title-address-phone {
        flex-basis: 100%;
        text-align: center;
    }
    
    .new-locations-homepage .single-location .title-address-phone .link .location-sm-home {
        justify-content: center !important;
        margin-top: 15px;
    }
}



.service-parent-header.service-parent-header--new-layout {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: 80px;
}

.title.new-layout-title {
    color: #505050;
    margin-bottom: 30px;
}


.locations-list--new-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 10px;
    padding-left: 100px;
    padding-top: 30px;
}

.locations-list--new-layout__card {
    background-color: #fff;
    border-radius: 22px;
    position: relative;
    padding-bottom: 45px;
}

.wait-mins--alternative {
    display: inline-block;
    width: auto;
    background-color: #6D6E70;
    border-radius: 22px 22px 22px 0;
    padding: 6px 15px;
    min-width: 75px;
    min-height: 33px;
    text-align: center;
}

.wait-mins--alternative p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}

.locations-list--new-layout__card__content {
    padding-top: 12px;
}

.locations-list--new-layout__card__content__title {
    font-family: "Montserrat", sans-serif;
    color: #6D6E70;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 15px;
    margin-bottom: 10px;
}

.locations-list--new-layout__card__address a,
.locations-list--new-layout__card__phone a {
    display: flex;
    width: 100%;
}

.locations-list--new-layout__card__address a i,
.locations-list--new-layout__card__phone a i {
    flex-basis: 48px;
    text-align: center;

    position: relative;
    top: 4px;
}

.locations-list--new-layout__card__address a span,
.locations-list--new-layout__card__phone a span {
    flex-basis: calc(100% - 36px);
}

.locations-list--new-layout__card__address a {
    color: #007278 !important
}

.locations-list--new-layout__card__phone a {
    color: #505050 !important;
}

.locations-list--new-layout__card__address,
.locations-list--new-layout__card__phone {
    margin-bottom: 10px;
}

.locations-list--new-layout__card__link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.locations-list--new-layout__card__link .blue-btn {
    display: block;
    width: 100%;
    border-radius: 0 0 22px 22px;
    text-align: center;
}

.service-parent-page .breadcrumb.service-parent-header--new-layout-breadcrumb,
.page-template-service-child .service-child-header--new-layout-breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
}


@media (max-width: 1199px){
    .locations-list--new-layout {
        padding-left: 0;
    }
}

@media (max-width: 992px){
    .locations-list--new-layout {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 767px){
    .service-parent-header.service-parent-header--new-layout {
        padding-top: 0;
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
}



.service-child-page__locations {
    background-color: #FBFBFB;
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-child-page__locations__title {
    font-family: "Montserrat", sans-serif;
    color: #007278;
    font-size: 31pxpx;
    font-weight: 700;
    line-height: 1.3;
}

.service-child-page__locations__carousel {
    margin: 60px 0 20px;
    padding: 0 48px;
}

.service-child-page__locations__carousel__item {
    margin: 0 5px;
}

.service-child-page__locations__carousel .slick-track {
    display: flex !important;
}

.service-child-page__locations__carousel .slick-slide {
    height: inherit !important;
}

.service-child-page__locations__carousel__button {
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    transform: translateY(-50%);
    appearance: none;
    border: none;
    color: #00659D;
    font-size: 46px;
    width: 26px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 10;
}

.service-child-page__locations__carousel__button:hover {
    color: #222;
}

.service-child-page__locations__carousel__button.service-child-page__locations__carousel__button--prev {
    left: 0;
}

.service-child-page__locations__carousel__button.service-child-page__locations__carousel__button--next {
    left: auto;
    right: 0;
}