.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;
}

.image-div{
	margin-top: 30px;
	margin-bottom: 30px;
}

.image-div img{
	max-width: 100%;
    height: 300px;
    object-fit: cover;
	box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
	margin: 5px;
}

.modal-body{
	text-align: center;
}

.modal-dialog{
	width: 85% !important;
	/* margin: 10px !important; */
	/* height: 80vh !important; */
}
