@charset 'UTF-8';
/*  Add Custom CSS here.  */

 
.whatsapp{
	white-space: nowrap;
	overflow: hidden;
	padding: 0 0 0 52px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.4s;
	position: fixed;
	bottom: 15px;
	right: 24px;
	z-index: 999;
	width: 53px;
  height: 53px;
  border-radius: 30px;
  background: #32BA46 url(../img/common/icon/call.svg) left center/53px 53px no-repeat;
	 
	
}
.whatsapp p{
    transition: all 0.4s;
    opacity: 0;
    color: #fff; 
    font-size: 20px ;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    
}
.ico_fb{
	position: fixed;
	
	bottom: 80px;
	right: 24px;
	z-index: 999;
	width: 53px;
  height: 53px;
  background: url(../img/common/icon/ico_fb.svg) 0/100% auto no-repeat;
}
