/****************************** header bg image effects ******************************/
.header_bg {
    height: 150px;
    background: linear-gradient(to bottom, rgba(128, 128, 128, 0.5), rgba(204, 204, 204, 0));
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

@media only screen and (min-width:361px) and (max-width: 767px) {
    .left_contact{
        padding:2px !important;
    }
    .right_contact {
        border-left:1px solid #ffffff !important;
        padding:2px !important;
    }
}

@media only screen and (max-width: 360px) {
    .left_contact{
        padding:0px !important;
    }
    .right_contact {
        border-left:1px solid #ffffff !important;
        padding:0px !important;
    }
}