body, h3 {
    font-family: 'Poppins' !important;
}

@media only screen and (max-width: 600px) {
    .map-width {
        width: 100% !important;
    }

    .bg-contact-img {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .map-width {
        width: 100% !important;
    }

    .bg-contact-img {
        display: none;
    }
}
.bg-contact-img {
    width: 70%;
    height: 250px;
    background-image: url(https://s3-us-west-2.amazonaws.com/cdn.loc.static.supportcommunity.com/community/supportcommunity/img/supportcommunity_website/contact-us.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 170px;
    margin-left: 20%;
}

.submit-btn {
    background: #ED7D31 0% 0% no-repeat padding-box;
    color: white;
    border-radius: 4px !important;
    padding: 10px 40px;
}

.page-header-menu {
    display: none !important;
}

.input-box {
    border-top: none;
    border-left: none;
    border-right: none;
}
.pad-70 {
    padding-top: 70px;
}

.pad-60 {
    padding: 60px 0px;
}

.map-width {
    height: 250px; 
    width: 50%; 
    background-color: transparent;
}