.onspire-all-providers-wrapper {
    width: 100%;
    padding: 20px 0;
}

.onspire-all-providers-title {
    text-align: center;
    margin-bottom: 30px;
}

.onspire-all-providers-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.onspire-slider-viewport {
    overflow: hidden;
    flex: 1;
}

.onspire-slider-track {
    display: flex;
    gap: 1.5%;
    transition: transform 0.4s ease;
}

.onspire-slider-card.onspire-provider-card {
    flex: 0 0 32.333%;
    min-width: 32.333%;
    height: 440px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.onspire-slider-card.onspire-provider-card::before {
    display: none;
}

.onspire-slider-card .onspire-card-content {
    position: relative;
    z-index: 1;
    padding: 25px 20px 15px;
    text-align: center;
    background-color: rgba(0, 113, 156, 0.8);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 122px;
}

#top .main_color .onspire-slider-card h3 {
    color: #fff;
    margin-bottom: 0;
}

#top .main_color .onspire-slider-card p {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

#top .main_color .onspire-slider-card h3 {
    font-size: 1.3em;
}

.onspire-slider-card .provider-services {
    font-size: 0.95em;
}

.onspire-slider-card .provider-read-more-wrap {
    margin-bottom: 0;
}

.onspire-slider-card a.provider-read-more {
    z-index: 100;
    position: relative;
    background-color: #ffffff !important;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none !important;
    font-weight: 600;
    transition: all .25s;
    text-transform: uppercase;
    font-size: 14px;
    color: #00719C !important;
}

.onspire-slider-card a.provider-read-more:hover {
    background-color: #d6d6d6 !important;
}

.onspire-slider-card a.provider-read-more:after {
    content: ' ';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    border-color: #0a6763;
    transform: rotate(-45deg);
    margin-bottom: 1px;
    margin-right: 8px;
    margin-left: 4px;
}

.onspire-slider-card .provider-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.onspire-slider-nav {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
    z-index: 20;
}

.onspire-slider-nav:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.05);
}

.onspire-slider-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: none;
}

.onspire-slider-arrow {
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
}

@media only screen and (max-width: 989px) {
    .onspire-slider-card.onspire-provider-card {
        flex: 0 0 48.5%;
        min-width: 48.5%;
    }
}

@media only screen and (max-width: 767px) {
    .onspire-slider-card.onspire-provider-card {
        flex: 0 0 100%;
        min-width: 100%;
        height: 380px;
    }

    .onspire-slider-nav {
        width: 36px;
        height: 36px;
    }

    .onspire-slider-arrow {
        font-size: 20px;
    }
}
