.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;
}

#nav {
    height: 40px;
    border-top: #32dd29 2px solid;
    border-left: #32dd29 2px solid;
    border-right: #32dd29 2px solid;
    border-bottom: #32dd29 2px solid;
    background-color: #000;
    width: 400px;
    font-size: 16px;
    float:left;
    
}

#nav ul {
    list-style: none;
    float:left;
}

#nav li {
    display: inline;
    line-height: 40px;
    margin-left: 40px;
    float:left
}

#nav a {
    color: #fff;
    text-decoration: none;
    padding: 20px 20px;
}

#nav a:hover {
    background-color: #060;
}

#logout{
    background: #26700c;
    background: #5a5959;
    height: 30px;
    border: none;
    margin-left: 10px;
    width: 98px;
    color:#fff;
}