 a.white {
   color: #fff !important;
  } 
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:110px;
  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;
}
  
.inline-block {
  display: inline-block;
}
.list-inline {
  margin-left: 0;
}
.list-inline > li {
  padding: 0 8px;
}
.list-inline > li:last-child {
  padding-right: 0;
}
.list-inline > li:first-child {
  padding-left: 0;
}

                            .social-list {
  margin: 0;
}
.image-bg .social-list a {
  color: #fff;
}
.bg-dark .social-list a,
.image-bg .social-list a {
  color: #fff;
  opacity: .5;
}
.bg-dark .social-list a:hover {
  opacity: 1;
}
.image-bg .social-list a {
  opacity: 1;
}
.bg-light .social-list a {
  color: #222;
}