.modal{
	top:30px;
	background: rgba(254, 254, 254, 0.4);
}
.testimonial-cont
{
	background: #fff;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 2%;
	/*opacity: .8;*/
	width: 40%;
	display: block;
	margin: auto;
}
.header-pop h3{
	text-align: center;	
	font-weight: 600;
	font-size: 30px;
	text-transform: capitalize;

}
.insert-section{
	width: 80%;
	display: block;
	margin: auto;

}
.btn-testimonial{
	width: 40%;
	text-align: center;
	background: #f64307;
	color: #000;
	height: 35px;
	display: block;
	margin: auto;
	border: 0px;
	font-weight: 600;
	border-radius: 10px;
}
.border-right{
	border-right: 1px #000 solid;
}
.border-left{
	border-left: 1px #000 solid;
}
.Comment-detail{
	border-bottom: 1px solid #337ab7;
}
.Comment{
	margin-left:15px ;
	color:#000;
}

@media only screen and (max-width: 1440px){

}
@media only screen and (max-width: 1199px){
}
@media only screen and (max-width: 630px){
	.testimonial-cont{
		width: 80%;
	}
	.header-pop h3{
		font-size: 24px;
	}

	.Comment-display{
		border-top: 1px solid black;
	}
	.Comment-display h4{
		font-size: 18px;
		font-weight: 700;
		text-decoration: underline;
	}
}
