.whatsappcontact_1 {
    position: fixed;
    bottom: 70px;
    right: 10px;
	 z-index: 1000;
}

.whatsappcontact_2 {
    position: fixed;
    bottom: 70px;
    left: 0;
	 z-index: 1000;
}

.whatsappcontact_4 {
    
	position: fixed;
   top: 15px;
    right: 0;
	 z-index: 1000;
}

.whatsappcontact_3 {
    position: fixed;
    top: 15px;
    left: 0;
	 z-index: 1000;
}


.whatsappcontact_1:hover .whatsappcontact_tool_1 , .whatsappcontact_2:hover .whatsappcontact_tool_2 ,  .whatsappcontact_3:hover .whatsappcontact_tool_3 ,  .whatsappcontact_4:hover .whatsappcontact_tool_4{   
	 visibility: visible!important;
}

.whatsappcontact_tool_1 , .whatsappcontact_tool_2 , .whatsappcontact_tool_3 , .whatsappcontact_tool_4  {
	visibility: hidden;
	transition: visibility 0s,opacity 0.5s ease;
    max-width: 70%;
    z-index: 1000;   
    position: fixed;
    z-index: 1000;
    color: #fff!important;
	 position: fixed;
}

.whatsappcontacttooltip{
    color: #FFF;
    background: rgba(123, 123, 123, 0.5);
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px;
}
.whatsappcontact_tool_1{   
    top: 85%;    
    right: 8%;
}
.whatsappcontact_tool_2{   
    top: 85%;    
    left: 8%;
}

.whatsappcontact_tool_3{   
    top: 48px;
    left: 7%;
}

.whatsappcontact_tool_4{   
    top: 48px;
    right: 7%;
}
