.globle-location-sec .location-map-box>iframe {
    width: 100%;
    border-radius: 8px;
    max-width: 84%;
    margin: 0 auto;
    display: block;
}

.globle-location-sec .location-map-box {
    margin-top: 35px;
}

.feature-sec .content-box-wrapper .contact-form-wrapper {
    max-width: 89%;
    margin: 0 auto;
}

.page-template-contact-template .custom-pad {
    padding: 59px 0;
}

.globle-location-sec+.cta-sec {
    padding-top: 0;
}

@media (max-width: 575.98px) {
    .globle-location-sec .location-map-box>iframe {
        max-height: 232px;
    }

    .page-template-contact-template .custom-pad {
        padding: 40px 0;
    }
}