.footer-bottom h1 {
  font-size: 18px;
  color: var(--white);
}

.shfooter .collapse {
  display: inherit;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.all-logo-footer li {
  float: left;
  width: 50%;
  padding: 0 10px 10px 0;
}
.col-lg-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.text-md-left {
  text-align: left !important;
}
ul.all-logo-footer li img {
  width: 100%;
  filter: grayscale(100%);
}

ul.all-logo-footer li {
  float: left;
  width: 50%;
  padding: 0 10px 10px 0;
}

ul.all-logo-footer li.one {
  width: 15%;
}

ul.all-logo-footer li img {
  width: 100%;
  filter: grayscale(100%);
}

ul.all-logo-footer li img:hover {
  width: 100%;
  filter: grayscale(0%);
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}

ul.provider-logo-footer li img {
  padding: 0 10px 15px 0;
}

.about-us-container h4 {
  font-weight: 600;
}
.about-us-container p {
  text-align: justify;
}
