.pkp_site_name .is_img img {
    max-height: 150px !important
}

.pkp_site_name_wrapper {
    background: #fff !important
}

@media (min-width: 992px) {
    .pkp_navigation_user_wrapper {
        top:13px;
        right: 0;
        left: auto;
        width: 25%;
        transform: none;
        padding-right: 2.143rem
    }

    .pkp_navigation_user_wrapper a {
        color: #06479b
    }

    .pkp_navigation_user_wrapper ul a:hover,.pkp_navigation_user_wrapper ul a:focus {
        border-color: #027ccf
    }

    .pkp_navigation_user_wrapper .pkp_navigation_user {
        margin-right: 0;
        padding-right: 0;
        width: auto
    }

    .pkp_navigation_primary>li:hover ul {
        position: absolute;
        transform: translate3d(6px, 40px, 0px);
        top: 0;
        left: 0;
        will-change: transform
    }

    .pkp_navigation_user>li>a, .pkp_navigation_user>li>a:hover {
        color: #06479b
    }
}

html, body {
    background: #F1F1F1; /* You can change the color to whatever you prefer */
  }
  
.pkp_navigation_primary_row {
    background-color: #06479b; /* You can change the color to whatever you prefer */
    height: 36px;
}

#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: white;
}

.pkp_navigation_search_wrapper a, .pkp_navigation_search_wrapper a:hover {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: white;
}   