.form-wrap{ width:100%; }
.bottom-left{ float:left;padding-top:10px;width:462px;}
.form-con { margin: 0 auto; padding-bottom: 100px;padding-top: 10px;width: 100%;}
.bottom-left p{ text-align:left; padding:0;}
.form-con input {font-family: 'Oswald', sans-serif;  font-weight:400; font-size:22px; background: #fff;border: 2px solid #cbcbcb;color: #a4a4a4;margin-top: 10px;padding: 12px 0 16px 5%;
    width: 100%;}
.form-con input[type="submit"] { background: #ff0000; border:none; color: #fff; float: right; height: 56px;padding: 0; margin-top: 23px;width: 199px;}
.browse-button{ margin:10px 0 0 0; overflow: hidden; font-size: 12px;color: #a4a4a4;}
.custom-upload {
    border: 2px solid #cbcbcb;
    border-radius: 4px;
    color: #525252;
    cursor: pointer;
    float: right;
    font-family: "Oswald",sans-serif;
    font-size: 22px;
    font-weight: 400;
    height: 23px;
    padding: 12px 10px;
    width: 100px;
    text-align: center !important;
  
}

.custom-upload input {left: -9999px; position: absolute;}
.captcha{ float:left; font-family: "Open Sans",sans-serif;   color: #555555;width: 59%;}
.captcha-con{ padding:20px 0 0 0;}
.vfb-control-label{ float:left; width:100%; text-align:left;}
.captcha-col {float: left;height: 40px;margin: 0;position: relative; width: 176px;}
.captha-box {float: left;margin: 14px 0 0 9px;padding: 0; width: 100px;}
.captcha-col input { font-size: 15px;padding: 15px 6px;}
.form-con input.upload-btn { background: #ff0000; border: none; color: #fff; float: right; height: 56px; padding: 0;  width: 120px;
}
.upload-text {
    color: #525252;
    float: left;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 0;
}

.upload-text span{ display: block; font-size: 11px; }

.g-recaptcha{ float:left; }
.form-con input[type="checkbox"] {
  float: left;
  width: 27px; margin-top:16px;
}

.form-con p {
    float: right;font-family: "Oswald",sans-serif;
    padding: 0px 0 0;
    text-align: left;
    width: 93%;
}
.form-con p span{
  float: left;
  font-size: 12px;
}

.form-con p textarea {
    float: right;
    padding: 4px 3%;
    width: 91%;
}
.clear{
  clear: both;
  display: block;
  width: 100%;

}
.a{ text-decoration: none; color: #111; }

.terms{}
.terms h2{ margin:0; padding: 0 0 10px; }
.terms ul{ margin:0; padding:0; list-style-type: none; }
.terms ul li{  width:100%; padding-bottom: 10px; font-size: 14px; line-height: 22px; }
.terms a{    border: 2px solid #cbcbcb;  color: #7c7c7c;  display: inline-block;  font-family: "Oswald",sans-serif;
    font-size: 18px; font-weight: 400; height:30px;  width:150px; text-decoration: none; text-align: center; line-height: 30px;}
.showcount{ float: right; font-size: 11px; text-align: left; padding:5px 0;}

@media screen and (max-width:1024px)  {
.form-con p{ float: left; width:75%; font-size:14px;}
.upload-text{font-size:14px;}
.custom-upload{  margin-top: 8px;}
.form-con input.upload-btn{ } 
}    

@media screen and (max-width:767px) {
.custom-upload{ float: right;}
.form-con input.upload-btn{ float: right; }
.upload-text span.msg{display: none;}
}

@media screen and (min-width:440px) and (max-width:500px){
.custom-upload{ float: left;  clear: both; } 
.form-con input.upload-btn{ float: left; clear: both;  } 

}
@media screen and (max-width:480px)  {
.custom-upload{ float: left; } 
.form-con input.upload-btn{ float: left; } 
.showcount{float: left;}
}



