.hderCenterLogo {
  /*position: fixed;*/
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  padding: 10px 0 11px;
text-align: center;
}

@media (min-width: 768px) {
  .hderCenterLogo {
    padding: 18px 0;
  }
}

.hderCenterLogo img {
  height: 40px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hderCenterLogo img {
    height: 40px;
  }
}

/* .shadow {
    box-shadow: 0 2px 2px -1px #ee7801;
} */