.pointer{
	width: 8px;
    height: 15px;
    background: url('../images/pointer-arrow.png') no-repeat;
    position: relative;
    left: -27px;
    top: 0px;
}

.ylw{
	color: #fed00e;
}

.review-container{
	width: 100%;
	margin: 1%;
	float: left;
}

.review-image{
	width: 16%;
	float: left;
}
.review-image img{
	width: 70%;
	border-radius: 50%;
}

.review-body{
	float: left;
	border: 1px solid #b0b0b0;
	width: 80%;
	padding: 2%;
	border-radius: 5px;
	box-shadow: 1px 1px 4px #b3b3b3;
}

.review-name{
	width: 60%;
	float: left;
	padding-bottom: 2%;
	font-size: 18px;
	font-weight: 700;
}

.review-rating{
	width: 17%;
	float: right;
	padding-bottom: 2%;
	font-size: 18px;
}


.review-verified{
	display: block;
	float: left;
}
.review-verified span{
	float: right;
	color: #b6b6b6;
	font-weight: 500;
}

.review-verified span i{
	color: #40d22a;
}

.blur{
	filter: blur(4px);
}

.review-order{
	display: block;
	width: 25%;
	float: right;
}

.review-order span{
	float: right;
	color: #b6b6b6;
	font-weight: 500;
}

.review-comment{
	display: block;
	width: 100%;
	padding-top: 10%;
	padding-bottom: 2%;
}
.review-date{
	float: right;
	color: #b6b6b6;
	font-weight: 500;
}
#testimonial_page .col-md-4 {
    margin-bottom: 1.4em;
	cursor: pointer;
}
/* #testimonial_page .col-md-4:before {
	content: '';
	pointer-events: none;
	position: absolute;
	background: url('{!! asset('images/icons/play.png') !!}') no-repeat;
	background-position: center;
	border-radius: 5px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
} */
#testimonial_page .audio-item{
	width: 100%;
	cursor: pointer;
	background: url("{!! asset('images/waveform_new.jpg') !!}");
	background-size: cover;
	height: 250px;
	background-position: center;
}
p.t-description{
	font-size: 1.4em;
	margin-bottom: 3em;
}

.chinese-student-1-div, .chinese-student-2-div{
	text-align: center;
	margin: 30px 0 30px 0;
}

p.t-description{
	font-size: 1.4em;
	margin-bottom: 3em;
}

.margin-btm-20px{
	margin-bottom: 20px;
}

.margin-tp-10px{
	margin-top: 10px;
}

.primary-txt-color{
	color : #f36d6e;
}

.row{
	margin-bottom: 30px;
}

.website-preview-img{
	height: 400px;
	width: 100%;
}

.website-preview-div b{
	width: 100%;
	display: block;
	font-size: 17px;
}

p.t-description{
	margin-bottom: 30px;
}

img{
	box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
}
