.feedbackform {
	width:auto;
	margin: auto;
	color:#666;
	transition: all 0.5s ease-in-out;
	/*padding: 28px;
	background: #fff;
	box-shadow: 0 0 30px rgb(102 102 102 / 20%);*/
}
.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:'Poppins', sans-serif; color:#b1b1b1; font-size: 13px;}
:-moz-placeholder {font-family:'Poppins', sans-serif; color:#b1b1b1; font-size: 13px;}
::-moz-placeholder {font-family:'Poppins', sans-serif; color:#b1b1b1; font-size: 13px;}
:-ms-input-placeholder {font-family:'Poppins', sans-serif; color:#b1b1b1; font-size: 13px;}

/****************************************************************/
.add_style{
	border: none;
	border-radius:1px;
	padding: 10px;
	margin:10px 0px;
	outline:none;
	box-sizing : border-box;
	width: 100%;
	}
/****************************************************************/
flex{
	display: -webkit-flex; /* Safari */
  display: flex;
	}
flex .margin_right{
	margin-right:10px;
	}	
@media only screen and (max-width: 540px) {
flex{
  display: block;
	}
flex .margin_right{
	margin-right:0px;
	}	
}
/****************************************************************/
.feedbackform input[type=submit]{
	outline: none;
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: #ea3a42;
    border: none;
    font-size: 14px;
    font-weight: 500;
}
.feedbackform input[type=submit]:hover{
	color: #FFF;
	background-color: #666;
	cursor:pointer;
}
/****************************************************************/
#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;
}
