

.form-tc{
	float: none;
    width: auto;
    background-color: #d8ddec;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    border: 1px solid #c1c1c1;    
    margin: 0 auto;
    padding: 4%;
	
  }

.form-tc div{    

}

.form-tc span{
	display: inline-block;
    box-sizing: border-box;
    color: #5F5F5F;
    width: 37%;
    text-align: right;
    vertical-align: top;
    padding: 12px 10px;
}

.form-tc 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:3%;
}


.form-tc input{
	 color:  #5f5f5f;
    box-sizing: border-box;
    width: 15%;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
	margin-bottom:3%;
}


span.error {
   color: #FF0000;
    font-size: 14px;
    padding-left: 5px;
    text-align: left;
    width: 45%;
    font-weight: 400;
}



.form-tc .cap_status{   
       
    display: none;
   
}
.form-tc  .cap_status_error{
	    color: red; height:32px;vertical-align: middle;font-size: 14px;
}



.form-tc input[type=radio],
.form-tc input[type=checkbox]{
    box-shadow: none;
    width: auto;
}


.form-tc 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-tc button{
    box-sizing: border-box;font-family: 'Nunito Sans', sans-serif;
    border-radius: 2px;   
    	background-color:#fff;border:2px;border-color:#ae6ae0;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;font-size: 14.5px;
}
.form-tc button:hover{
	background-color:#ae6ae0;border:2px;border-color:#ae6ae0;border-style:solid;color: #fff;
}


/*	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-tc{width:98%;}
	
.form-tc span{
	
    width: 29%; 
    text-align: right;  
    padding: 12px 10px;;
}

span.error { 
    width: 35%;    
    text-align: left;
}


.form-tc input {
    
    width: 30%;
   margin-bottom: 4%;
	}

.form-tc span.spn-form{
	
}


.form-tc select{
   margin-bottom: 4%;   
   
}


.form-tc textarea{    
    width: 55%;
  }

.g-recaptcha{
	margin: 0 0 5% 40%;
}


}

@media (max-width: 500px){
	

.form-tc {width: 92%;margin:auto;float:none;padding:4%;}	
.form-tc span{
	
    width: 100%; 
    text-align: left;  
    margin:auto;
    padding: 0 10px 5px 10px;
}

.form-tc input{
	
    width: 100%;   
    padding: 12px;   
	margin-bottom:5%;margin:auto;
}	

.form-tc select{
   
    width: 100%;
   
}

span.error {
   width: 100%;
    text-align: left;
    padding: 0;
    padding-left: 2%;
}

.form-tc textarea{    
    width: 100%;
  } 
  
  .g-recaptcha{
	margin: 0 0 5% 0;display: inline-block;
}	
	
}







