.bns-sticky-anchor-menu {
  transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
}
.bns-sticky-anchor-menu.elementor-sticky--active {
  top: calc(var(--bns-sticky-anchor-menu-target-height) - 3px) !important;
}
