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

.branch-name {
  font-size: 30px;
  text-align: center;
  color: #01303F;
  font-family: poppins;
  padding-bottom: 30px;
}

.branch-lo-listing-row {
  display: flex;
/*   margin: 0 auto; */
  flex-wrap: wrap;
  justify-content: center;
/*   align-content: center;
  margin: 0 auto; */
  column-gap: 20px;
  margin: 0 150px;
}

.branch-lo-list,
.branch-lo-list div {
/*   max-width: 291px; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  overflow: hidden;
}

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

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

.branch-lo-img img {
/*   height: 291px;
  object-fit: cover; */
  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;
  }
}