body.single-lenders .feature {
  text-align: center;
  font-size: 12px;
  margin-bottom: 45px;
  position: relative;
}

body.single-lenders .feature:after {
  display: block;
  content: '';
  width: 40px;
  height: 1px;
  left: 50%;
  bottom: -15px;
  margin-left: -20px;
  position: absolute;
  background: #f1c40f;
}

body.single-lenders .feature i {
  color: gold;
  margin-bottom: 10px;
  font-size: 16px;
}

body.single-lenders section.sidebar h4 {
  font-size: 12px;
}

body.single-lenders .contact-information table {
  margin-top: 30px;
  width: 100%;
  font-size: 12px;
}

body.single-lenders .contact-information table tr {
  line-height: 30px;
  vertical-align: top;
}

body.single-lenders .contact-information thead th {
  padding-bottom: 10px;
  text-align: left;
  width: 50%;
  vertical-align: top;
}

body.single-lenders .contact-information thead th:after, 
body.single-lenders .table-summary thead th:after {
  display: block;
  content: '';
  margin-top: 15px;
  width: 50px;
  border-bottom: 1px #337ab7 solid;
}


body.single-lenders .contact-information i {
  display: inline-block;
  width: 14px;
  text-align: center;
  margin-top: 3px;
  margin-right: 5px;
}

body.single-lenders .contact-information tbody th i.fa-building {
  font-size: 0.9em;
  margin-top: 6px;
}

body.single-lenders .contact-information tbody th i.fa-mobile {
  font-size: 1.2em;
}

body.single-lenders .contact-information tbody th {
  text-align: left;
  width: 110px;
}

body.single-lenders .contact-information tbody td {
  text-align: right;
}

body.single-lenders .alert {
  background: #efefef;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  margin-top: 15px;
  font-size: 0.9em;
}

body.single-lenders .alert::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f057";
  font-family: 'Font Awesome 5 Pro';
  margin-right: 4px;
  color: red;
}

.review-top-lender li.review {
  display: none;
}

.review-top-lender .btn.review {
  display: none;
}