.BMapLabel {
    padding: 2px 5px !important;
    border: 1px solid #999 !important;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.contactUs {
    margin-top: 50px;
}

@media screen and (max-width: 1100px) {
    .contactUs {
        margin-top: 0px;
    }
}