.body-innerwrapper {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}
#sp-main-body {
    flex: 1;
    padding: 0;
}

#sp-menu {
margin-left: auto;
}

.offcanvas-logo {
  display: none;
}

#sp-bottom ul.menu {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 -20px;
}

#sp-bottom ul.menu>li {
    display: inline-block !important;
    margin-right: 30px;
    margin-bottom: 0 !important;
}

#sp-bottom2 img {
  float: right;
  margin-top: -60px;
}

.opacity50 {
  opacity: 0.5;
}

.biotech-graphic-element-1 {
  position: relative;
}

.biotech-graphic-element-1::after{
  content: "";
  z-index: 1;
  position:absolute;
  right:20px;
  top:-20px;
  width:100px;
  height: 66px;
  background: url("../images/graphic-element-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.sppb-btn-xlg {
    padding: 20px 50px !important;
    font-size: 22px !important;
    line-height: 1.6 !important;
    border-radius: 6px !important;
}

.sppb-btn-lg {
    padding: 8px 16px !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    border-radius: 5px !important;
}

/* .BTstickyElement.sticky {
	position:fixed; top:0;
} */
