.icon-bar-side {
  position: fixed;
  top: 68%;
  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: 12px;
  transition: all 1s ease;
  color: #fff;
  font-size: 15px;
}

.icon-bar-side a:hover {
  background-color: #00BBB4;
}

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

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

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

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

.contact-location
{
display: flex;
}

.contact-location img
{
width: 15px;
cursor: pointer;
margin-bottom: 20px;
}

.contact-phone
{
display: flex;
}

.contact-phone img
{
width: 15px;
cursor: pointer;
margin-bottom: 20px;
margin-top: 5px;
}

.google-comment-img
{
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 1rem;
}

.google-comment-icon
{
    width: 30px !important;
    margin-right: 0px;
    margin-left: auto;
    margin-bottom: -30px;
}

.card-body .text-muted {
    height: 260px;
    padding-right: 15px;
    overflow-y: auto;
}

.text-muted::-webkit-scrollbar {
    width: 5px;
}

.text-muted::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5) !important;;
}

#footer
{
    background: #777;
    font-size: 1.2em !important;
}

#footer .text-color-secondary,
#footer .text-color-light,
#footer a:not(.btn):not(.no-footer-css).text-color-light,
#footer p,#footer li,#footer a:not(.btn):not(.no-footer-css),#footer span
{
 color: #FFF !important;
 fill: #FFF !important;

}

