.showReviewHeadPage {
  background: #333332 none repeat scroll 0 0;
   
  display: block;
   
  padding: 20px 10%;
  width: 100%;
}
.customer {
    margin: 0px;
    padding: 2em 0 0 0;
    float: left;
    color: #6ebe44;
    text-decoration: none;
    font-size: 23px;
    width: 100%;
    text-align: left;
}
.mail {
    margin: 0px;
    padding: 15px 0 0 0;
    float: left;
    color: #fff;
    text-decoration: none;
    text-align: left;
    font-size: 19px;
    width: 100%;
    font-weight: normal;
    font-family: inherit;
}
.ratings {
    margin: 10px 0 0 0;
    padding: 0px;
    float: left;
    width: 100%;
}
.btn.btn-default.preview-button:hover {
    background-color: #68b640;
    color: #fff;
}
 
.btn.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
} 
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.btn-default.preview-button {
    margin: 20px 0 20px 0;
    padding: 12px 20px 10px 20px;
    float: left;
    background-color: #6ebe44;
    color: #fff;
    border-radius: 0px;
    border: none;
    font-size: 15px;
}
 
.btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
 
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.rating-text {
    margin: 0px;
    padding: 4px 0 0 11px;
    float: left;
    color: #fff;
}
.progress-back {
  background: #ffffff none repeat scroll 0 0;
  margin-top: 30pt;
  padding: 6pt;
  width: 100%;
}
 
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
	
	box-shadow: none;
    text-align: left;
    margin: 0px;
    padding: 5px;
    font-size: 12pt;
}
.sucess {
  color: #6ebe44;
  margin: 0;
  padding: 6px 15px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
.pro-class {
    margin: 4px 5px 0px 0;
    padding: 4px 55px 0px 4px;
    /* float: left; */
    /* width: 100%; */
    position: relative;
}
.progress-bar-success {
    background: #6ebe44;
}
.left-part {
    float: left;
    width: 60%; 
    background: #fff;
    margin: 0px 0 0 0;
    padding: 15px 0 0 0;
}
.right-part {
    float: right;
    width: 40%; 
    background: #fff;
    margin: 0px;
    padding: 0px;
	padding: 15px 0 10px;
}
.image-circle {
  border: 1px solid #424242;
  border-radius: 100%;
  float: left;
  height: 21px;
  margin: -15px 5px 10px 6px;
  padding: 30px;
  width: 30px;
}
.msc {
    width: 90%;
    padding: 6px 0 20px 20px;
    margin: 0px;
    text-align: left;
    float: left;
}
.clearfix{
	clear: both;
}
.col_6 {
  float: left;
  width: 50%;
}
.q_cols {
  float: left;
  width: 100%;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	
	background: #d5d7d8;
    border-radius: 0px;
    height: 30px;
    box-shadow: none;
    margin: 0px 0 0px 0px;
    /* width: 76%; */
    /* position: relative; */
}
#google-reviews-home .review-item {
	color: #fff;
	padding: 0;
	border: none;
}
#google-reviews-home .review-meta, #google-reviews-home .review-stars{
text-align: left;
}
#google-reviews-home .review-text { 
	margin: 0;
}
#google-reviews-home {
	margin-top: 20px;
}
@media (max-width: 768px) {
	.right-part { width: 100%; margin-top: 30px; }
	.left-part { width: 100%; }
}
@media (max-width: 600px) {
	.col_6 {  width: 100%; }
}