.customer_review {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.customer_review .item {
	position: relative;
	display: block;
	margin: 10px auto ;
	padding: 0px;
	width: 60%;
}

.customer_review .item .simg {
	position: relative;
	margin: 20px auto;
	padding: 0;
	width: 96px;
	height: 96px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.customer_review .item .simg img {

}
.customer_review .item .sdes {
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	text-align: center;
}

.customer_review .item .sdes span {
	margin: 0;
	padding: 0;
	color: #dab35f;
	text-transform: uppercase;
}
.customer_review .item .sdes small {
	display: block;
	margin: 0 0 20px;
	padding: 0;
}
.customer_review .item .sdes a {
	color:#fff;
}
/*bxslider*/
.customer_review .bx-wrapper, .customer_review .bx-wrapper .bx-viewport {
	background: transparent;
	border: 0;
	box-shadow: none !important;
	left: 0px;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}
.customer_review .bx-wrapper .bx-pager.bx-default-pager a {
	background: #000;
	border: 1px solid #fff;
}
.customer_review .bx-wrapper .bx-pager.bx-default-pager a:hover, .customer_review .bx-wrapper .bx-pager.bx-default-pager a.active {

	background-color: #fff;
}

@media (max-width: 767px) {
	.customer_review .item {
		width: 100%;
	}
	.customer_review .simg {
		margin: 0 auto 10px;
		padding: 0;
		display: block;
		width: 100%;
		float: none;
		height: auto;
		border: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.customer_review .simg img {
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	.customer_review .sdes {
		display: block;
		margin: 0 auto;
		padding: 0;
		position: relative;
		width: 100%;
		float: none;
	}
}