/*
Theme Name: Florial Child
Author: RedoQ
Version: 1.0
Template: florial
Text Domain: florial-child

*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.float{
	position:fixed;
	width:60px;
	top:auto;
	height:60px;
	bottom:2%;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	transition: bottom 0.3s ease;
  	z-index:100;
}

.my-float{
	margin-top:16px;
}
.custom-div{
	margin-left:15px;
}
.custom-div i{
	font-size:20px;
}
.bwp-header.header-v1 .header-mobile .custom-div i{
	color:#fff
}
@media(max-width:767px){
	.float{
		bottom:10%;
	}
}