@media only screen and (max-width: 800px) {
    body .navigation .navbar
    {
        background: #014B8E !important;
    }
    body .top-header ul li a , body .navbar-nav > .nav-item > .nav-link
    {
           font-size: 16px !important;
    }
    body .top-header ul li a
    {
         padding: 0px;
    }
    .top-header .col-md-4.col-sm-12
    {
      text-align:center;
    }
    #logo_desktopBiztrox{
     width:50%;
     margin-bottom: 0px !important;
    }
}