.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-list,
.branch-list div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.branch-img img {
  width: 600px;
  height: auto;
  max-width: 90%;
  align-self: center;
  object-fit: cover;
}

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

.branch-location-name {
  padding: 30px 0 100px 0;
}

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