/* 页面底部样式 */
.footer-area-bottom{
    position: fixed;
    bottom: 0;
}
.area-padding {
  padding: 0 0px 56px;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials{
  margin-top: 66px;
}
.testimonials .testimonial-wrap {
    padding-left: 50px;
  }
  
  .testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
    position: relative;
    background: #fff;
  }
  
  .testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px;
  }
  .testimonials .testimonial-item .item{
    margin-top: 24px;
  }
  .testimonials .testimonial-item h2 {
    font-size: 26px;
  }
  .testimonials .testimonial-item .item span:nth-child(1) {
    font-size: 16px;
    margin: 10px 0 5px 0;
    color: #000;
  }
  .testimonials .testimonial-item .item span:nth-child(2){
    font-size: 14px;
    color: #999999;
  }
  
  /* 按钮 */
  .apply button{
    width: 110px;
    height: 40px;
    background-color: #236a90;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    border: none;
    font-size: 14px;
    margin-top: 20px;
  }
  .apply button:nth-child(2) {
    margin-left: 20px;
  }
  
  @media (max-width: 767px) {
    .testimonials .testimonial-wrap {
      padding-left: 0;
    }
    .testimonials .testimonial-item {
      padding: 30px;
      margin: 15px;
    }
    .testimonials .testimonial-item .testimonial-img {
      position: static;
      left: auto;
    }
  }
  /*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  transition: all 0.3s ease 0s;
}

.project-menu li a.active, .project-menu li a:hover {
  color: #3ec1d5;
  text-decoration: none;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}
  /*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f1f7fd;
  padding: 0 0 18px;
}
.counts .item {
  margin-top: 20px;
}
.counts .count-box {
  width: 100%;
  padding-top: 10px;
  position: relative;
  text-align: center;
  height: 208px;
  text-align: center;
}

.counts .count-box p:nth-child(2) {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  margin: 24px 0 0 0 !important;
}
.counts .count-box p:nth-child(3) {
  font-size: 14px;
  color: #999;
  margin: 10px 0 0 0 !important;
}

.counts .count-box img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.col-lg-2dot4,.col-md-2dot4,.col-sm-2dot4,.col-xs-2dot4{position:relative;display:block;box-sizing:border-box}
.col-xs-2dot4{float:left}
.col-xs-2dot4{width:19%}
.layui-col-xs-offset2dot4{margin-left:19%}
@media screen and (min-width:768px){
    .col-sm-2dot4{float:left}
    .col-sm-2dot4{width:19%}
}
@media screen and (min-width:992px){
    .layui-col-md2dot4{float:left}
    .layui-col-md2dot4{width:19%}
}
@media screen and (min-width:1200px){
    .col-lg-2dot4{float:left}
    .col-lg-2dot4{width:19%}
}
/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #1977cc;
}

.doctors .member .social a + a {
  margin-left: 8px;
}