

@media (max-width: 992px) {
	.sticky-header__button {
	position: fixed;
	bottom: 20px;
	z-index: 50;
	width: calc(100vw - 130px);
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
	}
}

@media (max-width: 992px) {
.switch-nav-mobile,
footer,
#nav-footer,
#register-now,
#register-form,
#Form,
#form,
#register{
 
    position: relative;
    z-index: 55;
  }
}

div .switch-nav-mobile{
  background-color: white !important;
}