#footer a:not(.btn):not(.no-footer-css):hover{
    color: #00bab3;
}

.header-top .header-top-button-make-as-appoitment a {
    font-size: 14px;
}

section.section .recent-posts .date .day {
    background: #eaeaea;
}

.recent-posts .date .day, article.post .post-date .day {
    color: #00BAB3;
}

.recent-posts .date .month {
    background: #00BAB3;
    color: #fff;
    font-size: .9em;
    padding: 3px 10px;
    position: relative;
    top: -2px;
}

.recent-posts .date {
    margin-right: 10px;
    text-align: center;
}

.recent-posts .date .day {
    display: block;
    font-size: 18px;
    padding: 8px;
}

.myPriceFlag {
    margin: -3px 0px 0px 4px;
}

.lamp-style-2 {
    position: absolute;
    top: 0;
    min-width: 520px;
}

.transform-center-x {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.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: 11px;
  transition: all 1s ease;
  color: #fff;
  font-size: 15px;
}

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

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

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

.linkedin-side {
  background: #0e76a8;
  color: white;
}

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