.dnb-logo{ position: fixed; top: 4px; right: 5px; z-index: 9999;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {
    .dnb-logo{ position: fixed; top: 4px; right: 20%; z-index: 9999;}
}

@media only screen and (max-width: 767px) {
    .dnb-logo{ position: fixed; top: 4px; right: 20%; z-index: 9999; }
}

@media only screen and (max-width: 414px) {
    .dnb-logo{ position: fixed; top: 4px; right: 15%; z-index: 9999; }
}



.header-area .info-bar .right-content {
    text-align: center !important;
}
