/*------------- section 5 -------------*/

.sec_5 .reviews{
  margin-top: 30px;
}
.sec_5 h2{
  text-align: center;
  color: #718892;
  line-height: 40px;
}

.sec_5 .reviews li{
  width: 100%;
  list-style: none;
  clear: both;
  display: inline-block;
  height: auto;
 
  margin-bottom: 10px;
  margin-top: 15px;
}

.sec_5 .reviews .li { background: #f1f5f6; }





.sec_5 .reviews img {
   /* margin-top: 15px;*/
  /*  margin-left: 15px;*/
    margin-bottom: 15px;
    display: block;
    width: 150px;
    height: 150px;
    float: left;
    border: 1px solid #57a427;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec_5 .reviews p{
  display: block;
  /*width: 782px;*/
  float: left;
  /*padding: 10px 0 0 10px;*/
  text-align: justify;
  font-size: 18px;
  font-family: PFDinDisplayProReg;
  color: #315564;
  line-height: 24px;
}

.rev_bott{
  float: right;
  /*width: 780px;*/
}
.sec_5 .reviews h5{
  font-size: 14px;
  font-family: PFDinDisplayPro-Bold;
  text-transform: uppercase;
  color: #315564;
  display: block;
  float: left;
  margin: 35px 0;
  margin-right: 30px;
}

.sec_5 .reviews h5 span{
  color: #80c5dc;
  margin-left: 20px;
}

.rev_bott_finish {
  display: inline-block;
  background: url('/uploads/images/line_f_menu.png')repeat-x;
  height: 16px;
  width: 100%;
}

ul.reviews.landing > li:after{
    content: '';
    margin-top: 16px;
    clear:both;
    display:block;
    background: url('/uploads/images/line_f_menu.png')repeat-x;
    height: 16px;
    width: 100%;
 
}

ul.reviews.landing > li:last-child:after{
    display: none;
}

a.more_btn{
  display: block;
  font-size: 18px;
  font-family: PFDinDisplayPro-Bold;
  text-align: center;
  width: 255px;
  height: 45px;
  border: 2px solid #34b2dc;
  border-radius: 2px;
  color: #718892;
  margin: 0 auto;
  line-height: 45px;
  margin-top: 30px;
}

a.more_btn:hover{
  color: #51636a;
}

/*------------- end section 5 -------------*/