.provider-ratings{
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-bottom: 40px;
}
.provider-ratings .ds-summary{
    display: flex;
    align-items: center;
}

.provider-ratings .ds-summary .ds-title{
    margin-right: 20px;
}
.provider-ratings .ds-summary .ds-xofy{
    margin-left: 20px;
}

.provider-ratings .ds-summary .ds-ratings,
.provider-ratings .ds-summary .ds-comments{
    display: none;
}

.provider-ratings .provider-ratings-jumplink{
    text-decoration: underline;
    margin-left: 20px;
    color: #006baf;
}
.provider-reviews{
    border-top: 4px solid #66c5f3;
    padding: 90px 0;
}



.ds-average-max {
     color: #686f6e; 
}
.ds-provider-label {
    color: #686f6e!important;
}
.ds-commentprefix .ds-ratingcount {
    color: #686f6e!important;
}
.ds-poweredby a{
    color: #004B7A!important;
}