.float-helper{
  position: fixed;
right: 2%;
bottom: 10%;
z-index: 1000;
cursor: pointer;
}
.tel{
    height: 60px;
    width: 60px;
    display: relative;
      /* background:url(/assets/images/phone_icon.png); */
}
#to-top{
    height: 60px;
    width: 60px;
/*     background:url(/assets/images/up_icon.png);  */
}

.tel-info {
    width: 180px;
    height: 80px;
    background-color: #4974BA;
    position: absolute;
    color: white;
    left: -180px;
    top: 0;
    display: none;
    padding-top: 12px;
    padding-left: 20px;
  
}

.tel-text {
    display: inline-block;
    width: 10px;
    font-size: 14px;
    margin-right: 20px;
vertical-align: top;

}

.tel-number {
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
}

.tel-number p {
}
