*, input, select, textarea{
	font-family:"Arial";
	}
	
input, select, textarea{
	 appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
-webkit-border-radius: 0;
	}
	
	::-webkit-input-placeholder { /* Edge */
font-family:"Arial";
color:#989898
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-family:"Arial";
color:#989898
}

::placeholder {
font-family:"Arial";
color:#989898
}
.form
{
	margin: auto;
	max-width: 90%;
	/*+border-radius: 10px;*/
}
input[type=text], input[type=button] {
-webkit-appearance: none;
-webkit-border-radius: 0;
}

.form .hidden{
	display:none;
}
.form-row
{
	position: relative;
	display: block;
	background: #FFF;
	margin-bottom: 10px;
	border: 1px solid #D0D0D0;
}
.form-control
{
	font-family:"Arial";
	color: #676767;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	border: none;
}
textarea.form-control
{
	height: 75px;
	font-family: Arial;
	padding-top: 7px;
	line-height: 19px;
}
.form-control:focus
{
	border: none;
	outline: none;
	background-color: #F4F4F4;
}
.rtl .form-control
{
	direction: rtl;
	padding-right: 36px;
}
.form-row .intl-tel-input
{
	width: 100%;
}
.form-row .intl-tel-input,.form-row .intl-tel-input input
{
	direction: ltr!important;
}
.form-submit
{
	display: block;
	width: 80%;
	margin: auto;
	cursor: pointer;
	border: none;
	background: #25D366;
	height: 45px;
	color: #003213;
	font-size: 21px;
	transition: opacity ease 0.4s;
	font-weight: bold;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.form-submit:hover
{
	opacity: 0.7;
	transition: opacity ease 0.4s;
}
/*VALIDASYON*/
.contact-error
{
	background: #F00;
	display: block;
	position: absolute;
	bottom: -20px;
	right: 0;
	z-index: 5;
	padding: 3px 10px;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10pt;
}
.contact-error:after, .contact-error:before
{
	bottom: 100%;
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.contact-error:after
{
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FF0000;
	border-width: 6px;
	margin-right: 10px;
}
.contact-error:before
{
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #FF0000;
	border-width: 36px;
	margin-right: 10px;
	border-width: 6px;
	margin-left: 10px;
}
.form-control.inputError
{
	background-color: #FEE1E1;
	border: 1px solid #F31313;
}
