.ser-tb{
	color: #5f5f5f;
    box-sizing: border-box;
    height: 30px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 6px 0 6px 6px;
    border: 1px solid #dbdbdb;    
}


.form-qckinq{
	float: none;max-width:100%;margin: auto;
	padding-right:2%;padding-top:5%;
	background-color:  #fafafa;
   
	font-family: 'Raleway', sans-serif;
	font-weight: 700;font-size: 13px;
	border: 1px solid #dedede;
	
  }

.form-qckinq div{    

}

.form-qckinq span{
	display: inline-block;
    box-sizing: border-box;
    color: #6f6f6f;
    width: 40%;
    text-align: left;
    vertical-align: top;
    padding: 12px 10px;
}

.form-qckinq 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-qckinq input[type=radio],
.form-qckinq input[type=checkbox]{
    box-shadow: none;
    width: auto;
}

.form-qckinq select{
    background-color: #ffffff;
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 55%;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 8px;
    border: 1px solid #dbdbdb;
	margin-bottom:5%;
}

.form-qckinq 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-qckinq .captcha {
    width: 30%;
    margin-right: 3%;
}

.form-qckinq .cap_status{   
       
    display: none;
   
}
.form-qckinq  .cap_status_error{
	    color: red; vertical-align: middle;text-align: center;float: none;padding-bottom: 3%;padding-top: 0;
}


.form-qckinq button{
    box-sizing: border-box;font-family: 'Raleway', sans-serif;font-size: 14px; font-weight: 700;
    border-radius: 2px;   
    	background-color:#fff;border:2px;border-color:#0064f6;border-style:solid;width: 110px; height:38px;display:inline-block; line-height: 34px;cursor: pointer;text-align: center; margin-top: 0%; margin-bottom: 5%;
    	color: #6f6f6f;
}
.form-qckinq button:hover{
	background-color:#0064f6;border:2px;border-color:#0064f6;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: 1024px) {  

.form-qckinq{width:98%;text-align: center;font-size:12px; }
	
.form-qckinq span{
	
    width: 25%; 
    text-align: right;  
    padding: 12px 10px;
}

.form-qckinq span.spn-form{
	display: none;
}


.form-qckinq select{
   
    width: 65%;
   
}


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


}

@media (max-width: 480px){
	

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

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

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

.form-qckinq textarea{    
    width: 100%;
  } 	
	
	
}







