.navbar-brand img{
  width: 100px;
}

.service-list li{
  font-size: 24px;
}

.service-icon{
  width: 30px;
  margin-right: 10px;
  transform: rotate(10deg);
}

.ftco-appointment {
  color: #222;
  background: url(../image/bg-marble.jpg) no-repeat center/cover;
}


.menu-wrap .text h3{
  margin-bottom: 0px;
}

.slider-item{
  background: url(../image/banner0519.jpg) no-repeat center/contain, #fff !important;
}

@media (max-width: 768px){
  .slider-item{
    /* background: url(../image/banner-m.jpg) no-repeat center/contain, #fff !important; */
    /* background: url(../image/banner.jpg) no-repeat center/cover, #fff !important;
  } */
}

#index{
  margin-top: 72.5px;
}

@media (max-width: 768px){
  #index{
    margin-top: 0px;
  }

  .owl-carousel.home-slider{
    height: 100vh;
  }
  .owl-carousel.home-slider .slider-item{
    height: 100vh;
  }
}

*{
  /* outline: solid 1px red; */
}