/* Simple WhatsApp Chat Button */
.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    top:65%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;
}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

/* End Simple WhatsApp Chat Button */

/* liveChat Position  */
/* .float-button {
	text-decoration: none;
	position: fixed;
	padding: 10px;
	padding-right: 15px;
	bottom: 30px;
	right: 30px;
	color: #fff;
	background-color: #25D366;
	border-radius: 25px 30px 5px 25px;
	z-index: 100;
	font-family: Arial;
	font-size: 17px;
	animation: whatsapp-animation 0.5s ease-in-out;
	box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
	transition: all 0.3s ease-out;
} */

.liveChat_fixed_right{
	z-index: 999;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.liveChat_fixed_left{
	z-index: 999;
	position: fixed;
	bottom: 20px;
	left: 20px;
}
