.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;;
}

.zoom {
  position: fixed;
  bottom: 45px;
  right: 24px;
  height: 70px;
}

.zoom-fab {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 3.5em;
  border-radius: 50%;
  background-color: #4dc247;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
  border: solid;
}

.zoom-fab-padding {
  padding: .5em;
}

a.zoom-fab:hover, a.zoom-fab:focus, a.zoom-fab:active {
	color: #FFFFFF !important;
}

.zoom-fab:hover {
  background-color: #56d150;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-btn-large {
  width: 70px;
  height: 70px;
  line-height: 60px;
}

.zoom-menu {
  position: absolute;
  right: 80px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 500px;
  list-style: none;
  text-align: right;
}

.zoom-menu li {
  display: inline-block;
  margin-right: 10px;
}

.zoom-card {
  position: absolute;
  right: 150px;
  bottom: 70px;
  transition: box-shadow 0.25s;
  padding: 24px;
  border-radius: 2px;
  background-color: #009688;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.zoom-card ul {
  -webkit-padding-start: 0;
  list-style: none;
  text-align: left;
}

.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}

.scale-transition.scale-in { transform: scale(1); }


#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;

}

#footer li svg
{
 width: 15px;
}

@media (max-width: 575px) {
    .logo-kirksekiz {
        visibility: hidden;
    }
}
