.icon-bar {
  z-index: 100;
  position: fixed ;
  top: 40%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
}

.whatsapp {
  background: #3A963C;
}

.chat {
  background: #4D96E8;
}

.instagram {
  background: #F862B1;
}

.phone {
  background: #615757;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 100px;
  background: rgba(164, 15, 0);
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: rgba(255, 176, 0, 0.9);
  transition: background 0.2s ease-in-out;
}
