<style>
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */

body {margin:0;height:1000px;}
.icon-bar1 {
  position: fixed;
  top: 45%;
  right: 0.01%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

/* Style the icon bar links */
.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 2.5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 9px;
  border: 5px solid #867979;
  border-radius: 4px;

}

/* Style the social media icons with color, if you want */
.icon-bar1 a:hover {
  background-color: #80ff00;
  text-decoration: none;
}

.book {
  background: #8000ff;
  color: yellow;
}

.callnow {
  background: #8B4513;
  color: yellow;
}
</style>