.needfeatrform {
	width: 500px;
	font-size:15px;
}
textarea, input.text, input[type="text"], input[type="email"], input[type="phone"], input[type="number"], input[type="button"], input[type="submit"], .input-checkbox {
	-webkit-appearance: none;
	border-radius: 0
}
.needfeatrform input {
	font-family: 'zoho_puvi_regular', 'Open Sans', sans-serif;
	width: 95.5%;
	padding: 8px 2%;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 15px;
	margin-top: 5px;
	height: 25px
}
.needfeatrform select {
	font-family: 'zoho_puvi_regular', 'Open Sans', sans-serif;
	width: 100%;
	padding: 8px 2%;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 15px;
	margin-top: 5px;
	height: 45px !important;
	color: #878787;
	background: #fff;
}
.rdiodiv {
	padding: 10px 0;
	font-size: 15px;
}
.needfeatrform input[type="radio"] {
	width: 20px;
	padding: 0px !important;
	margin: 0px !important;
	position: absolute;
}
span.rdiolbl {
	margin-left: 25px;
}
.needfeatrform input[type="submit"] {
	font-family: 'zoho_puvi_semibold';
	background: #e3142b !important;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	width: 100%;
	padding: 12px 15px;
	outline: none;
	border-radius: 5px;
	height: auto;
	border: none !important
}
.needfeatrform input[type="reset"] {
	font-family: 'zoho_puvi_semibold';
	background: #dfdfe0;
	color: #444;
	font-size: 20px;
	font-weight: 400;
	width: 100%;
	padding: 12px 15px;
	outline: none;
	border-radius: 5px;
	height: auto;
	border: none !important;
}
.hdrtxt {
	color: #000;
	font-family: 'zoho_puvi_semibold';
	font-size: 15px;
}
.needfeatrform textarea {
	width: 95.5%;
	padding: 2%;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 15px;
	min-height: 60px;
	height: 100%;
	margin-top: 10px;
}
.needfeatrform input.error {
	border: 1px solid red !important;
}
.needfeatrform select.error {
	border: 1px solid red!important
}
span.rdstar {
	color: red;
}
span.errormsg {
	position: relative;
	left: 10px;
	margin-top: 0px!important;
	font-size: 12px;
	color: red;
	display: block;
	margin-bottom: 0;
	text-align: left;
}
select#MECountryListing {
	border: 1px solid #bbb;
}
#meGDPRMessage {
	font-size: 14px;
	line-height: 17px;
	margin: 10px auto 0;
	color: #000;
	width: 100%;
}
#meGDPRMessage label {
	position: relative !important;
}
input#sendmemail {
	width: 20px !important;
	height: auto !important;
	padding: 0px;
	margin: 0px;
}
label#sendmemailcheck {
	font-size: 12px;
	position: relative;
	padding: 0px;
	margin: 0px;
	text-align: left !important;
}
.prvcy-plicy {
	width: 100%;
	margin: 10px auto 0 auto;
	font-size: 11px;
	color: #444;
	text-align: center;
}
.prvcy-plicy strong {
	font-weight: 600 !important;
}
.prvcy-plicy a {
	font-size: 13px;
	color: #138cd6;
	text-decoration: none;
	font-weight: 600
}
.submitdiv {
	float: left;
	width: 48%;
	padding: 0 1%
}
.resetdiv {
	float: left;
	width: 48%;
	padding: 0 1%
}

@media screen and (max-width: 500px) {
.testimonialsform {
	width: 100%;
}
}
