component-page-contact-a .contact_us {
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}

component-page-contact-a .row-flex {
    display: flex !important;
    flex-flow: wrap !important;
}

component-page-contact-a .row-flex.fit-center {
    justify-content: center !important;
}

component-page-contact-a .company_name {
    text-align: center;
}

component-page-contact-a .padding_zero {
    padding: 0;
}

component-page-contact-a .map_container {
    outline: none;
    height: 450px;
}

component-page-contact-a .map_container .contact_map_iframe {
    border: 0;
    margin: 0;
    width: 100%;
    height: 450px;
    position: relative;
    pointer-events: none;
}

component-page-contact-a .map_container .contact_map_iframe.clicked {
    pointer-events: auto !important;
}

@media (max-width: 767px) {
    component-page-contact-a .map_container {
        height: 300px;
    }
    component-page-contact-a .map_container .contact_map_iframe {
        height: 300px;
    }
}