.survey-reviews-header {
    margin-top: 20px;
    margin-bottom: 15px;
}

.survey-reviews-header .title {
    font-size: 32px;
    padding: 0 0 0 16px;
    font-weight: bold;
}

.survey-reviews-header .stars {
    font-size: 12px;
    padding-left: 20px;
}

.survey-reviews-header .rating {
    font-size: 16px;
    color: #0096FF;
    padding-left: 20px;
}

.survey-reviews-wrap {
    text-align: center;
    margin-bottom: 10px;
}

.survey-reviews-wrap .container.expand {
    height: auto!important;
    transition: .5s;
}

.survey-reviews-wrap .review {
    text-align: left;
    font-size: 14px;
    padding: 10px 18px;
    margin-bottom: 10px;
    display: none;
}

.survey-reviews-wrap .review .head {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.survey-reviews-wrap .review .name{
    padding-right: 15px;
    font-weight: 700;
}

.survey-reviews-wrap .review .stars {
    padding-bottom: 5px;
}

.survey-reviews-wrap .review .stars img {
    width: 15px;
}

.survey-reviews-wrap .review .date {
    font-size: 12px;
    padding-left: 15px;
    color: #999999;
}

.survey-reviews-wrap .load-more,
.survey-reviews-wrap .load-more:active {
    text-decoration: none;
    display: inline-block;
    margin: 0 auto 20px auto;
    border: 2px solid #0081ff;
    background-color: #0081ff;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 12px;
}

.survey-reviews-wrap .load-more.loading{
    background-image: url('/resources/images/loading-icon.svg');
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-right: 26px;
    margin-left: 13px;
}