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

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

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

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

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


/*component-page-contact-d .map_container {
    outline: none;
    height: 450px;
}*/

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

component-page-contact-d iframe {
    border-width: 0;
    height: 450px;
    width: 100%;
}

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

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