.icon-bar {
  position: fixed;
  top: 56%;
    z-index:999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.facebook {
 background:#0173C4;

  color: white;
}

.icon-bar1 {
  position: fixed;
  top: 90%;
    z-index:999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.facebook1 {
 background:#0173C4;

  color: white;
}
