
footer {
    width: 100%;
    background-color: var(--main-green);
    padding: 90px 0 50px 0;
}
footer a {
    font-weight: 400;
}

.wh-text-footer {
    color: #ffffff;
    font-size: 1.2em;
    margin-top: 2px;
    line-height: 1.1;
    bottom: 0;
}

.interval-lg {
    margin-bottom: 60px;
}

footer .black-font a {
    color: #ffffff;
    text-decoration: none;
}

footer h5 {
    color: #ffffff;
}

footer p {
    color: #ffffff;
}

footer span {
    color: #ffffff;
}

footer ul,
footer li {
    color: #ffffff;
}

footer ul {
    list-style-type: none;
    margin-top: 1em;
}

footer h5 {
    margin-bottom: 20px;
}
footer {
    margin-top: 100px;
}
.small-text-footer a, .small-text-footer span {
    color: white;
    font-weight: 300;
    font-size: 14px;
}

.small-text-footer a {
    padding-right: 30px;
}
.fls-logo img {
    width: 100%;
}
ul.nav-footer-ul {
    padding-left: 0px;
}
ul.nav-footer-ul li {
    padding-bottom: 5px;
    padding-left: 0px;
}
ul.nav-footer-ul li a{
    font-weight: 400;
}
footer ul li:before {
    display: none;
}
