h1.page-heading.bottom-indent {
    text-align: center;
    font-family: Teko;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #000 !important;
    margin: 1em 0 2em;
}
section.contact-form-box-section {
    max-width: 1050px;
    margin: 0 auto;
}
section.contact-form-box-section img {
    max-width: 437px;
}
section.contact-form-box-section .box {
    background: transparent;
    border: none;
    font-size: 16px;
}
.contact-form-box select, .contact-form-box input {
    border: none !important;
    border-bottom: 2px solid #e3e7e8 !important;
    border-radius: 0;
    max-width: 100% !important;
    margin-bottom: 20px;
}
.contact-form-box label {
    color: #838889;
    font-weight: 600;
    font-size: 16px;
}
button#submitMessage {
    background: #161619 !important;
    width: 100%;
    padding: 15px;
    font-size: 16px;
}
button#submitMessage i.icon-chevron-right.right {
    display: none;
}
@media screen and (max-width: 768px) {
    #contactus #page .page-heading {
        font-size: 30px !important;
        margin: 30px 0;
    }
}