.newsWrap {
	background: none repeat scroll 0 0 #eee;
	border: 2px solid #fff;
	margin: 0 auto;
	padding: 20px 10px;
	width: 95%;
}
.newsWrap h1 {
	background: none repeat scroll 0 0 #fff;
	margin: 20px 0;
	padding: 15px 0;
	text-align: center;
}
.newsWrap h3 {
    padding: 15px;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 50%, #eeeeee 51%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(50%,#eeeeee), color-stop(51%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 50%,#eeeeee 51%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 50%,#eeeeee 51%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 50%,#eeeeee 51%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 50%,#eeeeee 51%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );

}
#nhtLeft {
	background: none repeat scroll 0 0 #fff;
	float: left;
	padding: 3%;
	width: 54%;
}
#nhtRight {
	background: none repeat scroll 0 0 #fff;
	float: right;
	padding: 2%;
	width: 34%;
}
#footer-thankyou, #wpfooter {
	display: none !important;
}
.inside > p{
	font-size: 14px;
	line-height: 24px;
	margin: 1em 0;
}
.clinet_info{
	border-bottom:1px solid #ddd;
	padding:5px 0;
}
.clinet_info label{
	width:200px;
	float:left;
}
.clrFix {
	clear: both;
}
.inside > form {
  text-align: center;
}
 @media all and (max-width: 1160px) and (min-width: 320px) {
	.nhtWidget iframe {
		width: 100%;
	}
	.nhtWidget img {
		width: 100%;
	}
}
