.icon-bar {
  position: fixed;
  top: 35%;
   right:0; 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:5000;
  

}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 7px;
  transition: all 0.3s ease;
  color: white;
  font-size: 11px;
  margin-bottom:2px;
}

.icon-bar a:hover {
  background-color: #000;
}

.callback {
  background: #e97f23 ;
  color: white;
   border-radius: 10px 0px 0px 10px;
}

.location {
  background: #ed1c24 ;
  color: white;
   border-radius: 10px 0px 0px 10px;
}
.whatsapp {
  background: #25D366 ;
  color: white;
   border-radius: 10px 0px 0px 10px;
}
.enquiry {
  background: #0e53a1 ;
  color: white;
   border-radius: 10px 0px 0px 10px;
}