.leftf { float: left; width: 45%; padding: 0 8px; }
.leftf #state_code { height: 33px; }
.footerform [type="submit"] { width: 45%; float: none; margin: 27px auto 28px; }
.leftf .g-recaptcha { transform: scale(0.8); margin: 5px 0 0 -35px; }
.leftf label { margin: 9px 0 0px 0 !important; }

.leftf input, .leftf textarea, .leftf select { border-radius: 9px; border: 1px solid #ccc; }
.leftf input, .leftf textarea, .leftf select {width: 100%;}
.leftf #state_code { width: 100%; padding: 3px 0; margin: 0 0 -1px 0; }
.leftf textarea { height: 39px; width: 100%;  }
.footerform [type="submit"] {
    width: 43%;
    float: none;
    margin: 0 0 33px 9px;
    background: #1a5174;
    color: #fff;
    border: none;
    padding: 6px 11px;
    border-radius: 13px;
    padding: 8px 0;
    font-family: 'Montserrat';
}
.leftf label {
    font-family: 'Montserrat';
    font-weight: 600;
}	
@media only screen and (max-width: 768px) {
  .leftf {
    width: 100%;
  }
}
