
.allrating {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.allrating input {
    position: absolute;
    left: -999999px;
}

.allrating label {
    display: inline-block;
    font-size: 0;
}

.allrating > label:before {
    position: relative;
    font: 24px/1 FontAwesome;
    display: block;
    content: "\f005";
    color: #ccc;
    background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.allrating > label:hover:before,
.allrating > label:hover ~ label:before,
.allrating > label.selected:before,
.allrating > label.selected ~ label:before {
    color: #f0ad4e;
    background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.divContentBody {
    width:100%;
    margin-bottom: 20px;
    border-bottom: #ccc 1px solid;
}
.user_name{ font-size: 18px;font-weight: bold }
.testimonials{
    font-size:18px;
	width: 80%;
    margin: 0 auto;
}
.date_added{
    font-size:12px;
    font-weight: 300;
    float:right;
}
.form-row{
	width: 100%;
    padding: 8px 0px;
    display: block;
    clear: both;
}
.form-row label.label{
	width: 23.999%;
	float:left;
}
.div-input{
	width: 73.999%;
	float: left;
}

.form-row input[type=text] {
  height: 38px;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.div-input input[type=text]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.form-row textarea {
  font-size: 16px;
  margin-bottom: 10px;
	width: 60%;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.form-row textarea:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.rsd-col-6 {
	width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
    margin-right: 2.5%;
	padding: 10px;
	margin-bottom: 4px;
	min-height: 350px
}
.rsd-tm-title{
	display: block;
/*     float: left;
    position: relative;
    width: 90px;
    height: 90px;
    margin-right: 30px; */
}
.rsd-tm-div{
/* 	margin-left: 120px; */
}
.rsd-tm-title .user_name{
	padding: 20px 0 0 0px;
	text-align: center;
}
.rating-star {
	color: #f0ad4e;
	font-size:20px;
	margin-top: 10px;
}
.tablenav-pages {
	clear: both;
	text-align: center;
    font-size: 14px;
}
.front_rating{
	margin:20px 0;
}
.front_rating label{
	width: 46% !important;
    float: left;
}
span.rating-star{
	font-size:12px;
}
.front_rating_row {
	width:100%;
}
.testi_user_image {
	height: 80px;
    border-radius: 50%;
}
.inner-div{
	background-color: #f5f5f5;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
     border-radius: 6px;
}
.show-read-more .more-text{
	display: none;
}
@media (max-width: 980px) {
	.et_pb_section_1 {
		padding-top:50px !important;
	}
	.rsd-col-6 {
		width: 100%!important;
		min-height: 350px;
	}
	.inner-div{
		width: 100% !important;
	}
	.form-row label.label{
	width: 100%;
	display : block;
	}
	.div-input{
		width: 100%;
		display: block;
	}
	.div-input input, .form-row textarea{
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.rsd-tm-title {
		display: block;
		float: none;
		margin: 0 auto 20px;
		height: 30px;
	}
	.rsd-tm-div {
		display: block;
    	width: 100%;
		margin: 0 auto;
	}
	.testimonials {
		text-align: center;
	}
	.front_rating {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.front_rating label{
		text-align: right;
	}
}