﻿.text-grey {
  color: #777;
}
.widget-side {
  background-color: #F7F7F5;
  border-radius: 10px;
  padding: 13px;
  font-size: 11pt;
}
.icon-bar-side {
  position: fixed;
  top: 75%;
  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: #fff;
  font-size: 15px;
  background: #333333d7;
}
.icon-bar-side a:hover {
  background-color: #455554d7;
  color: #fff;
}
.facebook-side {
  background-color: #1877F2 !important;
  color: white;
}
.twitter-side {
  background: #bdbcae5c;
  color: white;
}
.instagram-side {
  background: linear-gradient(45deg, #FEDA75, #FA7E1E, #D62976, #962FBF, #4F5BD5) !important;
  color: white;
}
.whatsapp-side {
  background-color: #25D366 !important;
  color: white;
}
.youtube-side {
  background-color: #FF0000 !important;
  color: white;
}
.linkedin-side {
  background-color: #0A66C2 !important;
  color: white;
}
.phone-side {
  background-color: #25D366 !important;
  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;
}
.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.card-link:hover .card {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}
.row-equal-height {
  display: flex;
  flex-wrap: wrap;
}

.row-equal-height > [class*='col-'] {
  display: flex;
}

.row-equal-height .card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.number-line {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
        }
        .number-line .number {
            font-size: 2rem;
            font-weight: bold;
            margin: 0 1rem;
        }
        .number-line .line {
            height: 1px;
            background-color: #dee2e6;
            width: 100px;
        }
        .number-line .title {
            font-size: 1.5rem;
            margin: 0 1rem;
        }