.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	left: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #000000;
	z-index: 100;
}

.float:hover {
	text-decoration: none;
	color: #25d366;
	background-color: #fff;
}

.my-float {
	margin-top: 16px;
}

/* widget: Gradient Underline Text Effect */

#uc_gradient_underline_text_effect_elementor_f8f4606 {
	text-align: left;
}

#uc_gradient_underline_text_effect_elementor_f8f4606 .underline--magical {
	background-image: linear-gradient(120deg, #ED6C30 0%, #ED6C30 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.2em;
	background-position: 0 88%;
	transition: background-size 0.25s ease-in;
}

#uc_gradient_underline_text_effect_elementor_f8f4606 .underline--magical:hover {
	background-size: 100% 88%;
}