@media (max-width: 1199px) {

    .is-sticky .sticky-notification {
        right: 5%;
        top: 28px;
    }


    .nav-item.careers {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
    }

}

@media (max-width: 991px) {

    .slide-1 .slide-img {
        display: none;
    }

    .slogan {
        font-size: 0.85rem;
        line-height: 1;
    }

    .client-area .phone {
        display: none;
    }

    .what-we-do-items {
        font-size: 1rem;
    }

    .service-item p {
        padding: 0;
    }

    .service-item .h4 {
        height: 65px;
    }

    .steps-items .step-content {
        padding-top: 0;
    }

    .steps-items aside {
        display: block;
    }

    .image-popup-no-margins {
        display: block;
        margin-left: 25px;
        margin-top: 20px;
    }

    .ne-section {
        padding: 60px 0 0;
    }

    .ne-plans-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-us .btn-primary {
        margin-top: 10px;
    }

}

@media (max-width: 767px) {

    .buy.public.responsive .button {
        padding: 35px 0;
        position: static;
        width: 100%;
        margin: auto;
        max-width: 75%;
        margin-bottom: 30px;
    }

    #subscriptions .ne-plans-container {
        border: 5px solid orange;
        padding: 15px;
        margin-bottom: -1px;
    }

    .buy-link {
        font-size: 1.5rem;
    }

    #public-menu {
        margin-top: -10px;
    }

    .slogan {
        display: none;
    }

    .responsive-profile {
        text-align: right;
    }

    .menu-link {
        display: inline-block;
        color: #333333;
        padding: 10px 0 10px 10px;
    }

    .menu-link:hover {
        text-decoration: none;
        color: #333333;
    }

    .responsive-profile .dropdown-user {
        padding: 10px 15px;
    }

    .dashboard-link {
        color: #333333;
    }

    .dashboard-link:hover {
        text-decoration: none;
        color: #333333;
    }

    .dropdown-user a {
        font-size: 1.25rem;
    }

    .responsive-profile .divider {
        height: 1px;
        width: 100%;
        background-color: #000000;
    }

    .service-item {
        max-width: 75%;
        margin: auto auto 40px auto;
    }

    .steps-items .icon-container {
        display: none;
    }

    .steps-items .steps-list {
        padding-left: 0;
    }

    .steps-items .step-content {
        text-align: center;
        padding-left: 0;
    }

    .steps-items .h3 {
        display: inline;
        line-height: 36px;
        vertical-align: top;
    }

    .steps-items .subtext {
        padding-top: 25px;
    }

    .steps-items .number {
        display: inline-block;
        font-weight: bold;
        font-size: 36px;
        font-family: "Roboto", sans-serif;
        line-height: 36px;
        color: #a55a00;
    }

    .footer--title {
        margin-bottom: 0;
    }

    .footer--title {
        float: left;
        padding-right: 15px;
        height: 100%;
    }

    .footer--widget {
        margin-bottom: 20px;
    }

}

@media (max-width: 575px) {

    #public-page .main-slider {
        display: none;
    }

    .section-title h2 {
        font-size: 2.25rem;
        line-height: 1.25;
    }

    .service-item {
        max-width: 85%;
    }

    .ne-plans-container {
        max-width: none;
        margin-left: 15px;
        margin-right: 15px;
    }

    .buy.public.responsive .button {
        max-width: none;
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    .payment-options .content {
        padding: 0 0 50px;
    }

    .non-stop-contact {
        padding: 20px 0;
        border: none;
    }

    .contact-us {
        padding-left: 0;
    }

    .social--widget {
        width: 75%;
        margin-left: auto;
    }

}