#right_menu_page {
	position: fixed;
	top: 50%;
	right: 0;
	height: 380px;
	width: 58px;
	margin-top: -50px;
	margin-right: 26px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	display: none;
	z-index: 9;
}

#right_menu_page .tryOut {
	width: 54px;
	height: 54px;
	border-radius: 100px;
	border: 2px solid #fff;
	background: linear-gradient(344deg, #25a4ff 0%, #2d73fd 100%);
	text-align: center;
	/* line-height: 54px; */
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	cursor: pointer;
	box-shadow: 0 8px 10px 0 rgba(77, 76, 76, 0.1);
	display: block;
	text-decoration: none;
	margin-top: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#right_menu_page .content {
	/* margin-top: 16px; */
	/* background-image: url("../../img/rightMenu/right_menu_bg.png");
background-size: 100% 100%; */
	width: 54px;
	/* height: 218px; */
	/* height: 180px; */
	height: 120px;
	display: flex;
	flex-direction: column;
	border-radius: 80px;
	background: #fff;
	box-shadow: 0 8px 10px 0 rgba(77, 76, 76, 0.1);
}

#right_menu_page .content div {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 50px;
}

#right_menu_page .content div:hover {
	border-radius: 50px;
	box-shadow: 3px 3px 20px 3px rgba(77, 76, 76, 0.1);
}

#right_menu_page .icon1 {
	width: 18px;
	height: 18px;
	margin: auto;
}

#right_menu_page .icon2 {
	width: 19px;
	height: 19px;
	margin: auto;
}

#right_menu_page .icon3 {
	width: 18px;
	height: 18px;
	margin: auto;
}

#right_menu_page .icon4 {
	width: 11px;
	height: 20px;
	margin: auto;
}

#right_menu_page .backToTop {
	width: 54px;
	height: 54px;
	border-radius: 100px;
	background: linear-gradient(344deg, #eaeef4 0%, #f5f7fa 100%);
	box-shadow: 0 8px 10px 0 rgba(77, 76, 76, 0.1);
	margin-top: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#right_menu_page .backToTop img {
	width: 17px;
	height: 10px;
	margin: auto;
}

#right_menu_page .hoverModeBox1 {
	width: 200px;
	height: 240px;
	background: #fff;
	position: absolute;
	top: 60px;
	margin-left: -210px;
	box-shadow: 3px 3px 10px 5px rgba(77, 76, 76, 0.1);
	border-radius: 10px;
	display: none;
}

#right_menu_page .hoverModeBox2 {
	width: 200px;
	height: 120px;
	background: #fff;
	position: absolute;
	top: 0;
	margin-left: -210px;
	margin-top: 0;
	box-shadow: 3px 3px 10px 5px rgba(77, 76, 76, 0.1);
	border-radius: 10px;
	display: none;
}

#right_menu_page .hoverModeBox3 {
	width: 200px;
	height: 240px;
	background: #fff;
	position: absolute;
	margin-top: 120px;
	top: 0;
	margin-left: -210px;
	box-shadow: 3px 3px 10px 5px rgba(77, 76, 76, 0.1);
	border-radius: 10px;
	display: none;
}

#right_menu_page p {
	text-align: center;
	font-size: 16px;
	height: 50px;
	line-height: 60px;
}

#right_menu_page img {
	width: 170px;
	height: 170px;
	margin: 0px 15px 10px 15px;
}

#right_menu_page h5 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
	font-weight: 500;
}

#right_menu_page h3 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
	font-weight: 500;
	color: #2d73fd;
}
