.rating-point .feather {
	height: 120px;
	width: 120px;
	stroke-width: .3;
	color: #008000;
}
.rating-point h3 {
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
	letter-spacing: -.5px;
}
.star-rating {
	text-align: center;
	color: #f5ae0f;
	margin-bottom: 5px;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.star-rating i {
	margin-right: 2px;
}
.progress {
	height: 8px;
	box-shadow: none;
	margin: 8px 0;
	background-color: #f5f5f5;
}
.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}
.details-w-100 {
	width: 100%;
}
.progress-bar {
	box-shadow: none;
}
.bg-success {
	background-color: #28a745!important;
}
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease;
}
.list-group-flush {
	border-radius: 0;
}
.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 1.7em;
	position: relative;
}
.avatar-md {
	width: 64px;
	height: 64px;
	font-size: 1.4em;
}
.avatar img {
	object-fit: cover;
	max-width: 100%;
	width: 100%;
	border-radius: 50%;
	height: 100%;
}
.rating i {
	color: #c3c3c5;
	font-size: 1rem;
	letter-spacing: -1px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.rating i.active, .text-rating {
	color: #ffa707;
}
.rating-mr-1 i {
	margin-right: 0.5rem;
}
.la-star:before {
	content: "\f005";
}
.fs-15 {
    font-size: 0.9375rem !important;
}
.opacity-60, .hov-opacity-60:hover {
    opacity: 0.6 !important;
}
.reviewImages {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
	background-color: rgb(255, 255, 255);
    border-radius: 8px;
    margin-top: 16px;
}
.reviewImageDiv {
    position: relative;
    display: inline-flex;
    margin-right: 16px;
    border-radius: 8px;
    overflow: hidden;
}
.imageReview {
    cursor: pointer;
    object-fit: cover;
    background: rgb(234, 234, 242);
}
.imageReviewOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}