.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 45px;
  box-shadow: 2px 2px 3px #999;
  z-index: 99999;
}
/* APOINTMENT */
.banner-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}
.banner-aside figure {
  position: relative;
  margin-right: 0rem !important;
  margin-bottom: 0;
  overflow: visible;
}
.position-l {
  align-self: flex-start;
  text-align: -webkit-left;
}
.position-r {
  align-self: flex-start;
  text-align: -webkit-right;
}
@media (max-width: 991px){
  .position-l {
  align-self: flex-start;
  text-align: center;
}
.position-r {
  align-self: flex-start;
  text-align: center;
}
.logomobil{
  max-width: 60%;
}
.noweb {
  display: none;
}
}
@media (min-width: 991px){
  .nomobil{
    display: none;
  }
}
/* APPOINTMENT */