
.contact-form 
{
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
	margin : 50px auto;
	width : 80%;
	text-align : center;

}
.contact-form  h3
{
	margin-top : 0;
	padding : 10px;

}
.contact-form  h2
{
	background : #efefef;
	margin-top : 0;
	padding : 10px;
}
.contact-form select
{
	display: block;
	width : 95%;
	margin : 10px auto;
	padding: 10px;
        text-align: right;
        font-weight: bold;
        font-size: 17px;

}
.contact-form input
{
	display: block;
	width : 80%;
	margin : 10px auto;
	padding: 10px;
	font-size: 17px;
        text-align: right;
        font-weight: bold;

}
.contact-form textarea
{
	width : 80%; 
	margin : 5px auto;
	padding : 10px;
	height: 80px ; 
        text-align: right;
        font-weight: bold;
		        font-size: 15px;

}
.submit-button
{
	cursor : pointer;
	width : 45% !important;
        margin : 30px 30px 30px 30px !important;
	height: 60px ; 
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 17px;
        font-weight: bold;
        border-radius: 8px;
}
.submit-button:hover {
  transition-duration: 0.4s;
    background-color: #f44336;
  color: white;
}
.g-recaptcha 
{
	 margin : 5px 5px 5px 5px !important;
	 
}