.appointment-phone {
position:fixed;
top:42%;
left:0;
z-index:11;
cursor:pointer;
}
.appointment-phone a {
position:relative;
display:block;
}
.appointment-phone a img {
width:40px;
}
.appointment-phone a .number-move {
font-size:14px;
text-transform:uppercase;
position:absolute;
top:0;
right:0px;
width:240px;
height:100%;
text-align:center;
padding:10px;
padding-top:9px;
color:#fff;
z-index:-1;
}
.appointment-phone a .number-move {
background: -webkit-linear-gradient(rgba(84,110,116,1), rgba(152,202,213,1));
background: -moz-linear-gradient(rgba(84,110,116,1), rgba(152,202,213,1));
background: -o-linear-gradient(rgba(84,110,116,1), rgba(152,202,213,1));
background: linear-gradient(rgba(84,110,116,1), rgba(152,202,213,1));
}
.appointment-phone a:hover .number-move {
right:-240px;
}