.contact-form {
    margin-bottom: 80px;
}

.contact-form .form-row {
    margin-bottom: 30px;
}

.contact-form .txbx {
    width: calc(100% - 22px);
    height: 54px;
    box-sizing: border-box;
    font-size: 16px;
    line-height:1;
    text-transform:none;
    font-weight: 400;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.contact-form textarea {
    padding: 12px 4px;
}

.contact-form .checkbox {
    text-align: left;
    padding: 7px 7px;
}

.contact-form .checkbox label {
    font-weight: 300;
    position: relative;
    padding-left: 28px;
}

.contact-form .checkbox input {
    position: absolute;
    top: 0px;
    left: 0px;
}

.contact-form .checkbox label strong {
    font-weight: 500;
}

.contact-form .checkbox label a {
    color: #404040;
    text-decoration: underline;
}

.contact-form .formbutton {
    margin-top: 30px;
}

.contact-form .d-none {
    display: none;
}