.feedbackform {
	width:auto;
	margin: auto;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	color:#666;
	position: relative
}
.feedbackform hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCC;
}
/****************************************************************/
::-webkit-input-placeholder {font-family:'Muli', sans-serif; color:#666; font-size: 14px;}
:-moz-placeholder {font-family:'Muli', sans-serif; color:#666; font-size: 14px;}
::-moz-placeholder {font-family:'Muli', sans-serif; color:#666; font-size: 14px;}
:-ms-input-placeholder {font-family:'Muli', sans-serif; color:#666; font-size: 14px;}

/****************************************************************/
.feedbackform input[type=text],
.feedbackform input[type=number],
.feedbackform input[type=tel],
.feedbackform input[type=email],
.feedbackform input[type=date],
.feedbackform input[type=file],
.feedbackform input[type=submit],
.feedbackform textarea,
.feedbackform select,
#captcha
{
	border: 1px solid #ccc;
	background-color:rgba(255,255,255,1);
	padding: 18px 15px;
	margin:3px 0px;
	outline:none;
	width: 100%;
	box-sizing:border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	}
.feedbackform .margin_right{
	margin-right:5px !important;
	}
/****************************************************************/
.feedbackform flex{
	display: -webkit-flex; /* Safari */
  display: flex;
	}

@media only screen and (max-width: 540px) {
.feedbackform flex{
  display: block;
	}
.feedbackform .margin_right{
	margin-right:0px;
	}	
}
/****************************************************************/
.feedbackform input[type=submit]{
	color: #FFF;
	background-color: #ecbe12;
	cursor:pointer;
	border:none;
	/* font-family: 'Poppins', sans-serif; */
}

/****************************************************************/
.feedbackform #captcha{
	background-image: url(feedback/captcha.gif);
	background-size: cover;
	color:#000;
	text-align:center;
	/* disable select */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size:18px;

}
