.regform{
	border: 1px solid #ccc;
	padding: 0 30px 30px;
	
}
.regform .form-group{
	margin-bottom: 5px;
}
.regform .enquiry{
	margin: 20px 0 0;
    float: none;
}

body.in-body h2{
	font-size: 22px;
}
.inr-padd{
    border:solid #d8d6d7;
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}


.testi{display:table;width:100%;margin-bottom:10px;}
.test-image-div, .test-desc-div{display:table-cell;vertical-align:top;}
.test-image-div img{border-radius:100%;border:4px solid #0074b1;width:100px;height:100px}
.testi-name{font-weight:bold;color:#0074bf;font-size:16px}
.star i{color:#ffbd33}
.test-image-div{width:140px;height:140px;}


@media (max-width:600px){
.test-image-div, .test-desc-div{display:block;text-align:center;}
#test-page h1{text-align:center;margin-bottom:20px}
#test-page .double-line-bottom-theme-colored-2{display:none;}
.test-image-div img{margin:0 auto}
.test-image-div{width:100%;height:auto;margin-bottom:15px}
.testi{margin-bottom:20px}
}