@media only screen and (min-width:319px) and (max-width:991px) {
    .mobile-mb0.header_right_items {
        display: none;
    }
    .mobile-noGutters {
        margin: 0px;
        padding: 0px;
    }
    .inner-page-wrap .mobileImgContainer img {
        width: 269px;
        float: left;
        margin-left: -5px;
        margin-bottom: 165px;
    }
    .container.mobile-noGutters.mobile .inner-page-wrap div:first-child h1 {
        color: #222222;
        font-weight: bold;
    }
    .container.mobile-noGutters.mobile .inner-page-wrap div:first-child p {
        color: #222222;
    }
    .container.mobile-noGutters.mobile .inner-page-wrap div:first-child {
        padding-left: 10px;
        margin-bottom: 50px;
    }
    #header .container.header-container {
        padding-left: 15px;
    }
    #header .container.header-container #logo img {
        width: 111px;
    }
}
@media only screen and (min-width:319px) and (max-width:767px) {
    .d-sm-none {
        display: none;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .md-displayNone {
        display: none;
    }
}