.review-stars ul {
  display: inline-block;
  list-style: none;
}

.review-stars ul li {
  float: left;
  margin-right: 5px;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 12px;
}
/*color: #E4B248;*/
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
.star:after {
  content: "\2605";
}
.google-reviews-container
{
	/*width:100%;
	height:100%;
	border: 1px solid #2f67be;	
	border-radius: 8px;
	display: inline-block;*/
}
.google-review {
  /*padding: 0px;
  margin: 0px 0;
  color: #fff;*/
}
.reviews-title { /*margin-top: 50px; background: none; text-align:center; width:100%; */}