/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.my-float{
	position: fixed;
	right: 17px;
	bottom: 15px;
	font-size: 44px;
	z-index: 100;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #25D366;
	text-align: center;
	padding: 0px;
	color: #fff;
}

.my-float:hover {
	background-color: #007aff;
}