﻿.text-grey {
  color: #777;
}

.widget-side {
  background-color: #F7F7F5
;
  border-radius: 10px;
  padding: 13px;
  font-size: 11pt;
}

.icon-bar-side {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5000;
}

.icon-bar-side a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 1s ease;
  color: #333333;
  font-size: 15px;
}

.icon-bar-side a:hover {
  background-color: #042e52c7;
  color: #fff;
}

.facebook-side {
  background: #bdbcae5c;
  color: white;
}

.twitter-side {
  background: #bdbcae5c;
  color: white;
}

.instagram-side {
  background: #bdbcae5c;
  color: white;
}

.whatsapp-side {
  background: #bdbcae5c;
  color: white;
}

.youtube-side {
  background: #bdbcae5c;
  color: white;
}

.whatsapp-hover-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 5000;
}

.icon-box-terapi {
  font-size: 50px;
}

hr {
  margin: 0 0 2rem 0;
}

.icon-scroll-up {
  position: fixed;
  bottom: 7%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5000;
}

.btn.btn-circle.btn-play {
  width: 2rem;
  height: 2rem;
}