.stickynav-active {
  position: fixed;
  /* top: 137px; */
  top: 0;
  z-index: 2000;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.secondary_sticky {
  position: fixed;
  /* top: 137px; */
  top: 0;
  z-index: 2000;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

