.demo{background: #3d3d3d;}
.testimonial{padding: 35px 50px;margin: 0 20px 30px;border-radius: 0 70px 0 70px;border: 5px solid blue;border-left: none;border-right: none;text-align: center;}
.testimonial .pic{display: inline-block;width: 100px;height: 100px;border-radius: 50%;margin-bottom: 20px;overflow: hidden;}
.testimonial .pic img{width: 100%;height: auto;}
.testimonial .title{display: block;margin: 0 0 7px 0;font-size: 20px;font-weight: 600;color: blue;letter-spacing: 1px;text-transform: uppercase;}
.testimonial .post{dsplay: block;font-size: 15px;color: #fff;text-transform: capitalize;margin-bottom: 20px;}
.testimonial .description{font-size: 16px;color: #000000;line-height: 30px;}
.owl-theme .owl-controls{ margin-top: 0;}
.owl-theme .owl-controls .owl-page span{background: #fff;opacity: 0.8;transition: all 0.3s ease 0s;}
.owl-theme .owl-controls .owl-page.active span{background: blue; }
.testimonial_main_div{
	background-color:white;
}
#testimonial_div_heading{
	padding: 2%;
}
.testimonial_div_heading {
	background-color:#cccccc;
	float: left;
}
.testimonial_div_heading h1, .testimonial_div_heading h2, .testimonial_div_heading p{
	margin: 0px;
}
.owl-dots .active{
	background-color:none;
}
.box_testimonial{
	float:  left;
	width:  46%;
	height: 300px;
	background-color: #ffffff;
	padding: 2% 2%;
	margin-right: 3.3%;
	border: 2px solid gray;
	border-radius: 4%;
	opacity: 0.8;
}

.box_testimonial{
	height: 200px;
}

.box_testimonial:nth-of-type(2n){
	margin-right: 0;
}

.box_testimonial:hover{
	color: #000000;
	opacity: 1.0;
}

.testimonial-text-section{
	font-size:14px;
	font-weight:bold;
	text-align: center;
}
.testimonial-text-section h2,.testimonial-text-section h3, .inline_it{
	display:inline-block;	
}
.testimonial-text-section p{
	text-align:left;
	font-weight: normal;
	margin-top: 0px;
}
.testimonial-text-section:hover, .inline_it:hover{
	cursor: pointer;
}

#testimonial_main_div_id {
	line-height:0.5;
}

@media screen and (max-width: 5200px) {
	.box_testimonial{
		float:  left;
		width:  46%;
		height: 100%;
		background-color: #ffffff;
		padding: 2% 2%;
		margin-left: 2%;
		margin-right:1%;
		border: 2px solid gray;
		border-radius: 4%;
	}
	#testimonial_div_ipad_heading,#testimonial_div_mobile_heading{
		display:none;
	}
	#testimonial_div_heading{
		display:block;
	}
}
