/* CSS Document */
.testifeed{
	width:100%;
	float:left;
	height:auto;
}
.testimg{
	width: 20%;
	height: auto;
	float: left;
	text-align: center;
}
.testimonitext{
	width: 80%;
	height: auto;
	float: right;
}
.testimonitext p{
	color:#000;
	padding: 0 2% 0 2%;
}
/**********Media Query Start***********/
@media screen and (max-width: 480px) {
.testimg{
	width: 100%;
}

.testimonitext{
width: 96%;
padding: 2% 0;
}

}
@media (min-width: 481px) and (max-width: 800px) {

.testimg{
	padding: 0 2%;
}
.testimonitext{
	width: 75%;
}
	
}

@media (min-width: 801px) and (max-width: 1024px) {

}