/* for desktop */
.wbx {
	position:fixed;
	width:74px;
	height:125px;
	bottom:20px;
	right:15px;
/*	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;
     }
    .wbx {
      width: 74px;
        height: 125px;
        bottom: 20px;
        right: 15px;
        font-size: 22px;
    }
}