



.general {
			
	background-color: #fff; 
	width: 100%; 
	padding: 20px; 
	min-height: 500px;
	font-family: 'Poppins', sans-serif;


}

.general h1 {

	text-transform:uppercase;	
	padding: 20px;
	margin: 0;
	font-family: 'Kumbh Sans', sans-serif;

}

.general h2 {
	text-transform:uppercase;
	color:#3E3E3E;
	font-weight: 700;
	letter-spacing: 1px;
	border-bottom:1px #3E3E3E solid;
	font-family: 'Kumbh Sans', sans-serif;


}

.general h3 {
	color:#000;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	font-family: "Nunito Sans", sans-serif;
}


.general p {
	color:#575757;
	font-weight: 400;


}

.general input[type="text"], input[type="password"]  {

	padding:10px 10px; 
	background-color:transparent;
	font-size:16px;
	width:100%;
	font-weight: 700;
	border-radius:5px;
	font-family: "Nunito Sans", sans-serif;
	border: 2px #292929 solid;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.general textarea {

	border:2px #292929 solid;
	width:100%;
	padding: 12px;
	font-size: 18px;
	color:#292929;
	height: 144px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: 1px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.general a .faq {

	font-size: 18px;
	color:#121212;
	font-weight: 700;
}
