.EasyContact {
	
	position: fixed;
	
	left: 15px;
	
	bottom: 15px;
	
	z-index: 999999999;	
	
}

.EasyContact a {
	
	width: 50px;
	
    height: 50px;
    
    position: relative;
    
    display: flex;
    
    justify-content: center;
    
    align-items: center;
    
    color: #fff;
    
    font-size: 23px;
    
    border-radius: 7px;
    
}

.EasyContact .Phone {
	
	background: var(--Settings_Color_1);
	
    border: solid 2px var(--Settings_Color_1);
    
    margin-bottom: 7px;
    
}

.EasyContact .Phone:hover {
	
	background: #111;
	
    border: solid 2px var(--Settings_Color_1);
    
}

.EasyContact .Whatsapp {
	
	background: #25D366;
	
    border: solid 3px #25D366;
    
}

.EasyContact .Whatsapp:hover {
	
	background: #111;
	
    border: solid 2px #25D366;
    
}
