/*contact area 1***********************/
.contact-area-1 {
    margin-top: 100px;
    .contact-map {
        width: 42%;
        iframe {
            height: 100%;
            min-height: 400px;
        }
    }
    @include md {
        margin-top: 0;
        .contact-map {
            width: 100%;
            top: -80px !important;
            position: relative;
        }
    }
}