@media only screen and (max-width : 800px), screen\9 {
    .new_nav{
        width: 100%;
        border-top: 0px solid #999;
        padding-bottom: 5px;
        text-align: center;
    }

    .new_nav ul li{
        list-style-type: none;
        background: #fff;
        padding: 5px;
    }

    .new_nav ul {
        text-align: center;
    }

    .testimonial-link i, .testimonial-link {
        display: none;
    }

    .new_nav h3 {
        text-align: left;
    }

    .new_nav ul li a {
        font-size: 16px;
    }

    a.mobile-menu-icon:after {
        content: " ";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        display: inline-block;
        margin-left: 10px;
    }

}
