/* S R Style-2 */
.social-reviews-style-2 .tpgb-sr-header {
    display: flex;
	flex-direction: column;
}
.social-reviews-style-2 .tpgb-sr-bottom,.tpgb-sr-showid {
    text-align: center
}
.social-reviews-style-2 .tpgb-sr-bottom{
	display: flex;
	flex-direction: column;
}
.social-reviews-style-2 .tpgb-sr-username, .social-reviews-style-2 .tpgb-sr-time, .social-reviews-style-2 .tpgb-sr-bottom-logo {
	position: relative;
    display: inline-flex;
    justify-content: center;
    width: 100%;
}
.social-reviews-style-2 img.tpgb-sr-profile {
    margin: 0 auto
}
.social-reviews-style-2 .tpgb-sr-username {
	position: relative;
    display: inline-flex;
    justify-content: center;
}
.social-reviews-style-2 .tpgb-sr-content {
    text-align: center
}
.social-reviews-style-2 .tpgb-sr-logo {
    margin-right: 10px
}
.social-reviews-style-2 .tpgb-sr-bottom-logo {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}
.social-reviews-style-2 .tpgb-sr-star {
    position: relative;
    display: inline-flex;
	justify-content: center;
}
.list-carousel-slick .social-reviews-style-2 img.tpgb-sr-profile {
    margin: 0 auto
}

.social-reviews-style-2.overlayimage .tpgb-sr-profile {
    position: absolute;
    transform: translateX(-50%) translateY(-80%);
    left: 50%;
    top: 0
}

.social-reviews-style-2.overlayimage .tpgb-sr-username {
    padding-top: 20px
}