#scrollUp {
display: none;
bottom: 40px;
right: 10px;
background-color: #b3ddff;
color: #fff;
font-size: 12px;
text-decoration: none;
opacity: .9;
padding: 10px 16px;
-webkit-transition: background 200ms linear;
-moz-transition: background 200ms linear;
-o-transition: background 200ms linear;
transition: background 200ms linear;
-webkit-backface-visibility: hidden;
}
#scrollUp:hover {
background-color: #000;
}
.callus {
position: fixed;  
left: 10px;  
bottom: 10px;  
background: #EA2A2A;
border-radius: 4px 4px 4px 4px !important;
box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.098);
color: #fff;
height: 39px;
line-height: 39px;
padding: 0 10px 0 0;
z-index: 9999;
display: block
}
.callus i {
background: #54bc01;
color: #fff;
border-radius: 4px 0 0 4px !important;
font-size: 20px;
height: 38px;      
line-height: 36px;
margin-right: 0;
text-align: center;
width: 39px;
}
.callus a {
color: #fff !important;
font-size: 20px;
font-weight: bold;
}
span.earphone{
background: url(phone.png) left center no-repeat;
float: left;
height: 24px;
width: 24px;
margin: 8px 10px 8px 12px;
}
@media screen and (max-width: 767px){ 
    #scrollUp {
        display: none;
        bottom: 52px;
        left: 18px;
        padding: 7px 12px 8px 12px;
    }
    .callus {
        bottom: 14px;
        left: 12px;
        display: block;
    }
}