#sp-header.menu-fixed {
    background: #3e4b5c;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  padding: 5px;
}

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 150px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  background-color: rgba(255,255,255,0.4);
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 120px;
    right: 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .scrollup {
    bottom: 120px;
    right: 25px;
  }
}