
/* #mj-header-sticky  */

#mj-header-sticky{
  display: none;
  height: 90px;
  width: 100%;
  /* position: fixed; */
  /* border-top: 1px solid #e5e5e5; */
  background-color: #FFF;
}
#mj-header-box{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.mj-sticky-button{
  width:auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mj-sticky-button .flrc{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 54px;
  border-radius: 50px;
}
.mj-sticky-button .green-btn{
  background-color: #59ba41;
}
.mj-sticky-button .blue-btn{
  background-color: #1265a8;
}
.sticky-text {
	color: #444;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.5;
}