.fx-location {
    position: relative;
    padding: 105px 0 88px 0;
}

.fx-location__map {
    line-height: 0;
    min-height: 432px;
    border-radius: 40px;
}

.map-location-list {
    height: 432px;
    border-radius: 40px;
    background: #fff;
    padding: 15px 0;
    overflow: hidden;
}

.map-location-list ul {
    overflow: auto;
    height: 100%;
    margin: 0;
    padding: 0 15px;
}

ul li.map-location-list__item {
    padding: 30px;
    margin-bottom: 0;
    border-radius: 40px;
    text-align: center;
}

li.map-location-list__item + li.map-location-list__item {
    margin-top: 15px;
}

ul li.map-location-list__item:before {
    display: none;
}

.map-location-list__item.injury-rehabilitation {
    background: #f5ffdd;
}

.map-location-list__item.pain-management {
    background: #EAF8FC;
}

.map-location-list__item.imaging {
    background: #f3f3f3;
}

.map-location-list__item-category {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    padding-bottom: 10px;
    color: #4D4D4F;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.map-location-list__item-title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16em;
    padding-bottom: 10px;
    color: #203864;
}

.map-location-list__item-address {
    font-size: 16px;
    line-height: 1.625em;
}

.map-location-list__item-distance {
    font-size: 14px;
    font-weight: 700;
}



/*
 * Default InfoWindow Styling
 */
.fx-infowindow {
    max-width: 250px;
}

.fx-infowindow__title {
    margin-top: 0;
    font-size: 2em;
    margin-bottom: 20px;
}

.fx-infowindow p {
    margin: 0 0 10px;
    font-size: 14px;
}

.fx-infowindow a {
    font-weight: 700;
    text-decoration: none;
}

.fx-infowindow__btn {
    text-transform: uppercase;
}

.fx-infowindow p:empty {
    display: none;
}

@media (min-width: 1200px) {

    .fx-location {
        position: relative;
        padding: 105px 0 140px 0;
    }

    .fx-location__map {
        min-height: 500px;
    }

    .map-location-list {
        height: 500px;
    }

}


.fx-location-search {
    position: relative;
    z-index: 1;
    background: #EAF8FC;
}

.fx-location-search::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 88px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
}

.location-search {
    background: #fff;
    padding: 37px 24px 32px 24px;
    box-shadow: 0px 0px 16px 4px rgba(32, 56, 100, 0.16);
    border-radius: 40px;
    position: relative;
}

.location-headline {
    width: 225px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.location-headline h3 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 0 9px;
    width: calc(100% - 32px);
}

.location-headline i {
    width: 32px;
    height: 32px;
    background: #81CFE9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #203864;
    font-size: 15px;
}

.location-btn {
    position: absolute;
    width: calc(100% - 48px);
    left: 24px;
    bottom: -30px;
}

.location-btn .btn i {
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 2px 12px;
}

.location-bottom .btn-tertiary:after {
    display: none;
}

@media (min-width: 768px) {
    .location-search {
        padding: 41px 56px 40px 56px;
    }

    .location-headline {
        width: 100%;
        justify-content: center;
        padding-bottom: 30px;
        align-items: center;
    }

    .location-headline h3 {
        font-size: 24px;
        width: auto;
    }

    .location-middle {
        display: flex;
        margin: 0 -15px;
    }

    .location-middle .form-col {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        flex: 1;
    }

    .location-btn {
        width: 500px;
        left: 50%;
        transform: translate(-50%, 0);
    }

}

@media (min-width: 1200px) {
    .location-search {
        padding: 37px 0 40px 0;
    }

    .location-wrap {
        display: flex;
        margin: 0 ;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .location-left {
        width: 257px;
    }

    .location-right {
        width: 302px;
    }

    .location-middle {
        width: 352px;
    }

    .fx-location-search::before {
        height: 123px;
    }


}
@media (min-width: 1366px) {

    .location-left {
        width: 307px;
    }

    .location-right {
        width: 422px;
    }
    

}
@media (min-width: 1367px) {


    .location-right {
        width: 522px;
    }


}


.gm-style .gm-style-iw-c {
    width: 260px !important;
    padding:0 2px 5px 25px rgba(0,0,0,0.25) !important;
    border-radius: 15px !important;
    border-bottom: none;
    text-align: left;
}

.gm-style .gm-style-iw-c h4 {
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px 0;
}

.gm-style .gm-style-iw-c h4 i {
    vertical-align: middle;
    font-size: 11px;
    font-weight: normal;
    padding-left: 10px;
}

.gm-style .gm-style-iw-c p {
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3em;
    padding-bottom: 10px;
}

.gm-style .gm-style-iw-d {
    min-height: 150px;
}

.gm-style .gm-style-iw-c a {
    margin: 0 0 0;
    color: #203864;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}

.gm-style .gm-style-iw-c a i {
    vertical-align: middle;
    padding: 0 0 0 8px;
    font-size: 15px;
}

.gm-ui-hover-effect img {
    pointer-events: none;
    display: block;
    width: 21px !important;
    height: 21px !important;
    margin: 8px;
}

.gm-ui-hover-effect {
    top: 12px !important;
    right: 12px !important;
    width: 24x;
    height: 24px;
    opacity: 1 !important;
    border-radius: 50%;
    line-height: 24px;
    background: #DBF1F4 !important;
    color: rgba(32,56,100,0.5) !important;
}

.gm-ui-hover-effect > span {
    background-color: rgba(32,56,100,0.5) !important;
}

.gm-ui-hover-effect img {
    margin: 5px 4px 4px !important;
}

.locations-incol {
    padding: 10px 10px 10px;
}

.locations-incol h4 a {
    font-size: inherit !important;
}

.gm-style .gm-style-iw-t::after {
    background: transparent !important;
    box-shadow: none !important;
    content: "";
    height: auto !important;
    position: absolute;
    top: inherit !important;
    transform: none !important;
    width: auto !important;
    display: inline-block;
    width: 0;
    height: 0;
    border-top:20px solid #fff;
    border-top-color: #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    bottom: -20px;
    left: -20px !important;
}


/* Individual Locations */

.location-map-text__map {
    width: 100%;
    height: 310px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #eee;
}

.location-map-text__map > img {
    border-radius: 20px;
    object-position: bottom;
}

.location-info {
    box-shadow: 0px 0px 16px 4px rgba(32, 56, 100, 0.16);
    border-radius: 40px;
    background: #FFF;
    text-align: center;
    margin-bottom: 32px;
}

.location-info__top {
    border-radius: 40px 40px 0px 0px;
    background: #EAF8FC;
    padding: 0 29px 24px;
}

.location-info-icon {
    width: 75px;
    height: 75px;
    background: #81CFE9;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: normal;
    color: #203864;
    margin: 0 auto -24px;
    position: relative;
    top: -38px;
}

.location-info__top h4 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16em;
    padding-bottom: 10px;
    color: #203864;
}

.location-info__top h5 > .subheading-logo {
    display: none;
}

.location-info__top p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #424242;
}

.location-info__bottom {
    padding: 20px 24px 30px;
}

.location-info__bottom__description {
    padding-bottom: 20px;
}

.location-info__bottom__description ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.location-info__bottom__description ul li {
    margin: 0 5px 0 0;
    padding: 0;
}

.location-info__bottom__description ul li::before {
    display: none;
}

.location-info__bottom__description ul li a {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7em;
    color: #203864;
    text-decoration: none;
}

.location-info__bottom__description ul li a i {
    font-size: 22px;
    vertical-align: middle;
    padding: 0 2px 5px 0;
}

.location-info__bottom .btn {
    font-size: 16px;
}

.office-time {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid #DBF1F4;
}

.office-time h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.16em;
    padding-bottom: 5px;
    color: #203864;
}

.office-time p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #424242;
    padding-bottom: 3px;
}

@media (min-width: 768px) {
    .location-map-text__map {
        height: 568px;
        border-radius: 40px;
        overflow: hidden;
    }
    
    .location-map-text__map > img {
        border-radius: 40px;
        object-position: bottom;
    }
    
    .location-info {
        margin-bottom: 40px;
    }
    
    .location-info__top {
        padding: 0 40px 40px;
    }

    .location-info__top h5 {
        font-size: 16px;
    }

    .location-info__bottom {
        padding: 22px 42px 30px;
    }
    
    .location-info__bottom__description ul li {
        margin: 0 20px;
    }

    .location-info__bottom__description ul li a {
        font-size: 18px;
    }
    
    .location-info__bottom .btn {
        font-size: 18px;
    }
    
}

@media (min-width: 1366px) {
    .location-map-text__text {
        padding-right: 80px;
    }

    .location-info {
        margin-bottom: 0;
    }

    .location-info__bottom__description ul li a:hover {
        color: #00ABE5;
    }
}


/* Fallback for styling on the testimonials slider arrows */

.slick-arrow,
.wprs_unslider-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    display: block;
    width: 66px;
    height: 66px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 9;
    text-align: center;
    color: #203864;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in 0.3s;
    background: #81CFE9;
    border-radius: 50%;
    bottom: 0;
    margin: 0;
    transform: translate(-50% , 0%);
}

.slick-arrow:focus,
.slick-arrow:hover,
.wprs_unslider-arrow:focus,
.wprs_unslider-arrow:hover {
    color: #ffff;
    background: #203864;
}

.slick-next,
.wprs_unslider-arrow.next {
    margin-left: 49px;
}

.slick-prev,
.wprs_unslider-arrow.prev {
    margin-left: -49px;
}

.slick-arrow::before,
.wprs_unslider-arrow::before {
    position: absolute;
    width: 100%;
    line-height: 1em;
    font-family: 'icomoon';
    font-weight: normal;
}

.slick-prev::before,
.wprs_unslider-arrow.prev::before {
    content: '\e903';
    transform: rotate(180deg);
    font-size: 22px;
}

.slick-next::before,
.wprs_unslider-arrow.next::before {
    content: '\e903';
    font-size: 22px;
}

.card__bottom img,
.location-info__bottom__description img {
    max-width: 20px;
    position: relative;
    top: -1px;
}