.treatment-heading {
    color: #034ea2;
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #f37021;
    display: inline-block
}

.list-group-item {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    height: 100%;
    text-align: center;
    margin: 5px;
    color: #034ea2;
    font-weight: 600;
    
}

.list-group-item:hover {
    color: #f37021;
}

.list-group {
    max-height: 420px;
    padding: 10px;
    border-radius: 10px;
}

.treatment-card-img-top {
    height: 100px;
    width: 100px;
}

.treatment-card {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    height: 100%;
    text-align: center;
}

.treatment-card:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.therapy-text{
    font-weight: bold;
    text-align: center;
    text-decoration:none;
    color: rgb(113, 113, 113,1.0);
    font-size: 16px;
}
.show-more-btn{
    background-color: #fff;
    border: 1px solid #034ea2;
    color: #034ea2;
    border-radius: 15px;
    padding:8px 10px;
}
.show-more-btn:hover{
    background-color: #034ea2;
    border: 1px solid #034ea2;
    color: #fff;
}
.sticky-service{
    position: sticky;
    top: 50px;
    z-index: 1;
}
.banner-caption {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
}
