.contact-title {
    color: rgb(238, 125, 17);
    font-size: 20px;
    font-weight: 600;
}

    .contact-title a {
        color: rgb(238, 125, 17);
        text-decoration: none;
    }

        .contact-title a:hover {
            color: rgb(223,146,68);
            text-decoration: none;
        }

.container-maxwidth {
    max-width: 900px;
}

.contactus-image {
    max-width: 50px;
}

.contactus-maxwidth {
    max-width: 600px;
}

.dx-texteditor-input {
    padding: 12px 9px 12px !important;
}