#sp-menu .d-flex.justify-content-end {
  justify-content: flex-start !important;
}
.burger-icon {
  width: 25px;
  cursor: pointer;
}
.burger-icon > span {
  display: block;
  height: 2px;
  background-color: #000;
  margin: 5px 0;
  transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}



@media (max-width: 991px) {
  #sp-header {
    height: 77px !important;
  }
 #offcanvas-toggler {
    height: 77px !important;
    line-height: 77px !important;
   align-items: center !important;
  }
}