
.float{
	position:fixed;
	width:60px;
	height:60px;
	top:130px;
    right:30px;
	background-color: #ffffff;
    border: 6px solid #caac4c;
	border-radius:50%;
	text-align:center;
	box-shadow: 0px 3px 9px 2px rgba(153, 153, 153, 0.2);
	z-index:999;
	-webkit-animation: pulse 2.5s infinite;
}

.desc {
	width:130px;
	height:130px;
	display: inline-flex;
	justify-content: center;
	color: #333 !important;
    font-size: 0.9rem;
	font-weight: 600;
    line-height: 1.2;
    padding: 25px 10px;
}

.my-float{
	margin-top:16px;
	color: #fff;
}

.float:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

.whatsapp_float{
	position:fixed;
	bottom:20px;
  left:20px;
	background-color: #4dc247;
  border: none;
	border-radius:50%;
	text-align:center;
	z-index:999;
}

.whatsapp_desc {
	width:70px;
	height:70px;
	display: inline-flex;
	justify-content: center;
	color: #ffffff !important;
	font-weight: 600;
  line-height: 1.2;
  padding: 14px 10px;
}
