.google-star-rating {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAxUlEQVR42rXUUQuEIAwH8GAQCIcQCIFPcUchCH3/b+f18D+MUdzmUhg9KPttag7K8fm3oJTCQwX4I3Z8uyERSOyJJCCpF+IA/ML1QAJDQg9kY8j2NEJIzIM0iD8iswSmQD5fkVrt+wkAeYh3wg84G6oP0jMZtV1h/dhy8EEIBMvtIiFCFmQSIpMFWYTIYkGyEMmtiL9ItmJr1os534JElmRm8zObjy1IqtXfPuvu1FXSIu5UHQkeT3St+Bmxv69BMbDe3SFf/+tYufyUsgoAAAAASUVORK5CYII=);
}

.google-star-rating, .google-star-rating span {
    background-size: 20px 17px;
    height: 22px;
    top: 1px;
    width: 98px;
}
.google-star-rating {
    background-repeat: repeat-x;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.google-star-rating span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAqUlEQVR4AWLwySwkGv/YzgworgwwAIphGHqJXWgX6nl6q55o/GHxCX4bUx9hMK9JYwucFSmAubW2ZifED8Q7IXEgcmRqVNDsgBhBrAMSBJEiqwAGAaBRhiDvBk1A3mkRyb2CXSYLlmWFnbArffoMIrjS6qy3Sm/Z/068CPEbyKpKhfCDyA0yNE95MKtRGe9LiSz9O3hKclv6Y76ictQzqbmjyhIkyVi+8wCta5MKDP5AeAAAAABJRU5ErkJggg==);
}

.google-star-rating span {
    background-repeat: repeat-x;
    display: block;
}
.google-badge {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
}
.google-badge img {
    width: 143px;
}


.review-score-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
    padding-left: 10px;
}
.review-score-container .total-review{
    color: #6a797e;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 2px;
}
.google-rating {
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
}
.google-total-rating {
    font-size: 15px;
    margin-right: 9px;
}
.third-party-reviews-widgets {
    padding-top: 40px;
    padding-bottom: 40px;
}
.third-party-reviews-widgets .row {
    display: flex;
    flex-wrap: wrap;
}
.third-party-review-widget {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;    
}
.third-party-reviews-widgets-slider.slick-initialized .third-party-review-widget {
    display: flex!important;
}
.third-party-reviews-widgets .slick-prev {
    left: 0px;
}
.third-party-reviews-widgets .slick-prev, .third-party-reviews-widgets .slick-next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40%;
    background: #D9EDF7;
    z-index: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.masthead .third-party-reviews-widgets .slick-prev, .masthead .third-party-reviews-widgets .slick-next{
    background-color : white;

}
.masthead .third-party-reviews-widgets {
    padding-top: 0px;
    padding-bottom: 0px;
}
.third-party-reviews-widgets .slick-next  {
    right: 0px;
}
.third-party-reviews-widgets .slick-prev:after {
    content: '\e915';
    font-family: 'icomoon'!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: var(--color-orange);
    font-size: 15px;

}
.third-party-reviews-widgets .slick-next:after {
    content: '\e917';
    font-family: 'icomoon'!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: var(--color-orange);
    font-size: 15px;

}
@media screen and (min-width: 991px) {

    .third-party-review-widget.g2_widget a img {
        max-width: 170px!important;
    }
}
@media screen and (max-width: 400px) {
    .third-party-reviews-widgets .slick-prev, .third-party-reviews-widgets  .slick-next {
        position: relative!important;
        margin: 10px;
        order: 1;
    }
}

@media screen and (max-width: 500px) {
    .third-party-review-widget {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
    }

}
@media screen and (max-width: 735px) {
    .third-party-reviews-widgets .row {
        justify-content: center;    
    }
}
@media screen and (max-width: 500px) {
    .third-party-review-widget {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
    }

}
@media screen and (min-width: 501px) and (max-width: 714px) {
    .google-badge {
        flex-direction: row!important;
    }

}
.third-party-review-widget.clutch_widget {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.clutch-widget {
    width: 205px;
}

