div#circle-call{
  height: 35px; 
  color:#fff;
font-weight: 400;
text-align: center;
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 5px 5px;
font-size: 1.1em;
line-height: 1.42857143;
border-radius: 4px;
color: #fff;
background-color: #45c136;
  position:fixed;
  text-decoration:none;
  top:130px;
  right:100px;
  z-index:1000;

}
div#circle-call a:active{
  color:#fff;
}
div#circle-call a:link{
  color:#fff;
}
div#circle-call a:visited{
  color:#fff;
}
div#circle-call a:hover{
  color:#fff;
  background-color:#8bbcc3;
  -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
div#circle-call img{
  width: 20px;
}
