/* for desktop */
.whatsapp_float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:10px;
	background:linear-gradient(90deg, rgba(25,36,0,1) 21%, rgba(2,0,36,1) 24%, rgba(9,9,121,1) 45%, rgba(9,225,172,1) 93%, rgba(0,212,255,1) 100%);
	
	color:#FFF;
	border-radius:50px;
	text-align:center;
        font-size:30px;
	
        z-index:100;
}

.whatsapp-icon {
	margin-top:16px;
}
/* for mobile */
@media screen and (max-width: 767px){
     .whatsapp-icon {
	 margin-top:10px;
     }
    .whatsapp_float {
      width: 60px;
        height: 60px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}