        nav{
            width: 95%;
            margin: 0 auto;
        }
        .navbar{
            background-color: #fff !important; border-top: 2px solid #fff;border-bottom: 2px solid #fff;
        }
        .nav-item{
            font-weight: normal !important;
            border-right: 1px solid #bcb6b6;
            font-size: 15px;
        }
        .nav-item:last-child{
            border:none
        }
        .nav-link{
            color: #00344d!important;
        }
        a.text-dark:focus, a.text-dark:hover {
            color: #025ba9!important;
            border-bottom: 2px solid red;
            margin-top: 2px;
        }
        a.text-dark.active  {
            color: #025ba9!important;
            border-bottom: 2px solid red;
        }
        .navbar-brandImg{
            width:180px
        }
        #navbarSupportedContent{
            justify-content: space-between;display: -webkit-flex;display:flex;list-style-type:none;padding:0;justify-content:flex-end;
        }
        .navbar-nav{
            align-items: center; font-weight: bold; color: #000 !important;
        }
        .dropdown-item{
            padding: 15px !important;
        }
        /*Responsive code*/
        @media(max-width:991px){
            .navbar-nav,.nav-item,.nav-link{
                width:100%;
            }
            .nav-item{
                border-right:none
            }
            /*.nav-link{*/
            /*    border-bottom: 1px solid #c8c8c8;*/
            /*}*/
            
            a.text-dark:focus, a.text-dark:hover{
                border-bottom: 1px solid #c8c8c8;
            }
            
        }
        @media(min-width:992px) and (max-width:1150px){
        nav{
        width: 100%;
        }
        .navbar-brandImg{
        width:92px;
        }   
        .nav-item{
        font-size: 9px;
        }
    }
        @media(min-width:1150px) and (max-width:1300px){
        .nav-item{
            font-size: 10px !important;
        }
        nav{
            width:100% !important;
        }
    }
        @media(min-width:1300px) and (max-width:1340px){
        .nav-item{
            font-size: 11px !important;
        }
    }
        @media(min-width:1340px) and (max-width:1550px){
        .nav-item{
            font-size: 12px !important;
        }
        
    }
    .navbar-collapse {
        display: none !important;
    }
    .collapse.show {
    display: block !important;
}