/*Google review customization BEGIN*/
img.sitetype_Google {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0.5em;
}

.wp-google-feedback, .wp-google-wr {
    display: none !important;
}

.wprevpro_t1_P_3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.wprevpro_t1_P_3.limited-lines {
    -webkit-line-clamp: initial;
}

.fa-star,
.fa-star-half-o{
    color: gold;
    margin-right: 5px;
}
.google-stats .stars{
    display: flex;
    justify-content: center;
    align-self: flex-end;
}
.wprevpro_t1_DIV_2:before {
    color: #035573;
}

.reviews-container{
    margin-bottom: 5rem;
}

.smtn-google-review{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 2em;
}

.google-stats{
    padding: 1em 0;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.smtn-google-review .smtn-logo{
    width: 50%;
    max-width: 160px;
}

.google-logo{
    width: 30px;
    height: 30px;
}
.google-review-badge{
    display: flex;
    justify-content: center;
    align-items: center;
}
.current-rating {
    font-size: 32px;
    color: #035573;
    font-weight: bold;
}

.max-rating {
    font-size: 32px;
    color: #9E9E9E;
    font-weight: bold;
}

.reviews-count{
    color: #4c5160;
    font-weight: 500;
}
/*Google review customization END*/