@media only screen and (min-width: 768px) and (max-width: 991px){.mean-nav ul li span{
        display: none;
    }
.post_button .packetstream_btn{
        padding: 20px 40px;
    }}
@media only screen and (max-width: 767px){.mean-nav ul li span{
        display: none;
    }
.service_nav .nav-tabs li .service_tab.active .service_box_title{
        border: none;
    }
.post_button .packetstream_btn{
        padding: 20px 40px;
    }}