

.form-home{
	float: none;
    width: 75%;
    margin: auto;
    padding-right: 2%;
    padding-top: 5%;
    background-color: #fafafa;
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); */
    border: 0px solid #ddd;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 15px;
    margin-left: 15%;	
  }

.form-home marquee {
 margin: 0 auto;
    display: block;
    padding: 7px .5%;
    width: 100%;
    background-color: #0076a4;   
    float: right;
    font-family: 'poppins';
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: 2.5s;
    text-decoration: none;
    font-weight: 400;
    clear: both;
    float: none;
    margin-top: -4%;
    margin-bottom: 5%;
    margin-left: 2%;
}

.form-home marquee:hover{
	background-color: #d76d00;  
}

.form-home marquee a {
	 color: #fff;
    text-decoration: none;      
}

.form-home div{    
text-align: left;
}

.form-home span{
	display: inline-block;
    box-sizing: border-box;
    color: #5F5F5F;
    width: 30%;
    text-align: left;
    vertical-align: top;
    padding: 12px 10px;
}

.form-home input{
	 color:  #5f5f5f;
    box-sizing: border-box;
    width: 55%;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
	margin-bottom:5%;
}

.form-home .captcha{   
    width: 15%;margin-right: 3%;  
}


.form-home .cap_status{   
       
    display: none;
   
}
.form-home  .cap_status_error{
	    color: red; height:32px;vertical-align: middle;
}


.form-home input[type=radio],
.form-home input[type=checkbox],
.form-home input[type=date]{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: auto;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
	margin-bottom:5%;
}

.form-home select{
    background-color: #ffffff;
    color:  #5f5f5f;
    box-sizing: border-box;
    width: auto;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 8px;
    border: 1px solid #dbdbdb;
	margin-bottom:5%;
}


.form-home textarea{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 55%;
    height: 80px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);    
    padding: 12px;
    border: 1px solid #dbdbdb;
    resize: vertical;
	margin-bottom:5%;
}

.form-home button{
    background-color: #fff;
    border: 2px;
    border-color: #0064f6;
    border-style: solid;
    width: 110px;
    height: 38px;
    display: inline-block;
    line-height: 36px;
    cursor: pointer;
    text-align: center;   
    color: #333;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #4a4a4a;
     margin-bottom: 5%;
    margin-left: -21%;
}
.form-home button:hover{
	background-color:#0064f6;border:2px;border-color:#0064f6;border-style:solid;color: #fff;
}

.form-home span.spn-form{
	display: inline-block;
    box-sizing: border-box;
    color: #5F5F5F;
    width: 30%;
    text-align: left;
    vertical-align: top;
    padding: 12px 10px;
}

    .recaptcha{
	margin-left: 30%;
}





/*	Making the form responsive. Remove this media query
    if you don't need the form to work on mobile devices. */

@media (max-width: 966px) {  

.form-home{width:98%;}
	
.form-home span{
	
    width: 35%; 
    text-align: right;  
    padding: 12px 10px;;
}

.form-home span.spn-form{
	display: none;
}


.form-home select{
   
  /*  width: 55%;
   */
}


.form-home textarea{    
    width: 55%;
  }
  
    .recaptcha{
	margin-left: 40%;
}


}

@media (max-width: 480px){
	

.form-home {width: 92%;margin:auto;float:none;padding:4%;}	
.form-home span{
	
    width: 100%; 
    text-align: left;  
    padding: 12px 2px;margin:auto;
}

.form-home input{
	
    width: 100%;   
    padding: 12px;   
	margin-bottom:5%;margin:auto;
}	

.form-home select{
   /*
    width: 100%;
   */
}

.form-home textarea{    
    width: 100%;
  } 
  
    .recaptcha{
	margin-left: 0;
}

.form-home button {
    margin-left: 0;
}
	
	
}







