.snw-user-header-bar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 4% 10px 4.5%;
  color: #fff;
  background-color: #56A56C;
  z-index: 1000;
}

.snw-user-header-bar .header-text {
  text-align: right;
  padding-right: 5px;
}

.header {
  top: 36px!important;
}

@media screen and (max-width: 1024px) {
  .snw-user-header-bar .header-text {
    padding-right: 30px;
  }
}
