/* body {margin:0;height:2000px;} */


.icon-bar {
  position: fixed;
  top: 70%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
   z-index: 999999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 24px;
 
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
  margin-top:2px;
}

.twitter {
  background: #55ACEE;
  color: white;
  margin-top:2px;
}
.call {
  background: rgb(66, 167, 41);
  color: white;
  margin-top:2px;
}
.search {
  background: orange;
  color: white;
  margin-top:2px;
}

.google {
  background: #dd4b39;
  color: white;
}
.instagram{
  background: #dd4b39;
  color: pink;
  margin-top:2px;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
  margin-top: 2px;
}

