form.hp > div:first-child,
#contact-us > div:first-child {
    padding: 0px;
    margin: 0px;
}
form.hp > div:first-child input,
#contact-us > div:first-child input {
    visibility: hidden;
    height: 0px;
    width: 0px;
    padding: 0px;
    margin: 0px;
    border: none;
}
