.form-group:not(.has-error) .control-label {
    color: #fff; !important
}

.branch-name {
  font-size: 30px;
  text-align: center;
  color: #01303F;
  font-family: poppins;
  padding: 30px;
  line-height: 1.6em !important;
}

.branch-lo-listing-row {

  margin: 0 auto;

}

.branch-lo-list,
.branch-lo-list div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

a.branch-lo-link {
  text-decoration: none;
  font-family: poppins;
}

a.branch-lo-link h6:hover {
  color: #0B668E;
}

.branch-lo-img img {
  width: 125px;
  height: auto;
  max-width: 90%;
  border-radius: 50%;
  border: #01303F solid 3px;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 10px;
  
}

.branch-lo-detail-wrap {
  text-align: center;
}

.branch-lo-name {
  font-size: 22px;
  color: #01303F;
  margin: 0 auto;
  line-height: 150%;
}

.branch-lo-title,
.branch-lo-nmls {
  font-size: 18px;
  color: #01303F;
  margin: 0 auto;
}

.branch-lo-nmls {
  padding-bottom: 100px;
}

@media (max-width: 900px) {
  .branch-lo-listing-row {
  margin: 0 auto;
  }
}