.nc-header {
    background: #FFFFFF;
    color: #003F88;
    display: inline-block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 48px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.nc-header .nc-header-inner {
    padding: 11px 25px 9px;
    display: flex;   
    box-sizing: border-box;
    width: 100%;
}

    .nc-header .nc-header-inner .nc-header-logo {
        height: 28px;
        width: auto;
        cursor: pointer;
    }

        .nc-header .nc-header-inner .nc-header-logo img {
            display: block;
            height: 100%;
            width: auto;
        }