.contact-page label {
    color: #024430 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500 !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: none !important;
}

.contact-page .content-wrap div.container.clearfix,
.content-wrap div.container.clearfix {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
}

.contact-page .contact-text {
    padding: 60px 0;
}

.contact-page .banner-contact {
    overflow: visible;
    padding: 0;
}

.contact-banner-visual {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    width: 100%;
}

.contact-banner-visual img {
    align-self: flex-end;
}

.contact-text-left {
    text-align: left;
}

.contact-map-frame {
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.contact-map-frame iframe {
    border: 0;
    height: 450px !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.contact-map-embed {
    border: 0;
}

.contact-copy-justify {
    text-align: justify;
}

.heading-support {
    border-left: 4px solid #0a58ca;
    color: #024430;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 12px;
    text-transform: none;
}

.heading-en {
    color: #024430;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 4px;
}

.contact-result .mb-20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.contact-result .letter-spacing {
    letter-spacing: normal;
}

.contact-result h1,
.contact-result h2,
.contact-result h3,
.contact-result h4,
.contact-result h5,
.contact-result h6 {
    color: #3d565f;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    text-transform: none !important;
}

.contact-result-error h1,
.contact-result-error h2,
.contact-result-error h3,
.contact-result-error h4,
.contact-result-error h5,
.contact-result-error h6,
.contact-result-error .heading-block h1 {
    color: #024430 !important;
}

.contact-result .color-grey-500 {
    color: #3d565f;
}

.contact-result-error .color-grey-500 {
    color: #024430;
}

@media (max-width: 767px) {
    .contact-page .contact-text {
        padding-bottom: 20px !important;
        padding-left: 10px !important;
        padding-top: 20px !important;
    }

    .contact-page h4 {
        font-size: 19px;
        line-height: 30px;
    }

    .contact-page .form-group {
        margin-bottom: 5px;
    }

    .contact-page label {
        margin-bottom: 0 !important;
    }

    .contact-page .form-control {
        height: 44px !important;
    }

    .contact-page textarea.textarea-control {
        height: auto;
        min-height: 90px !important;
    }
}

@media (max-width: 575px) {
    .contact-page h4 {
        font-size: 19px;
        line-height: 30px;
    }

    .contact-page label {
        margin-bottom: 0 !important;
    }

    .contact-page .form-control {
        height: 44px !important;
    }

    .contact-page textarea.textarea-control {
        height: auto;
        min-height: 90px !important;
    }
}

@media (max-width: 499px) {
    .contact-result h2,
    .contact-result h3,
    .contact-result h4 {
        font-size: 16px;
        line-height: 44px;
    }
}
