html body .footer-container
{
    background-color: #424242 !important;
    z-index: 20;
}
html body .footer-container::before{
    height: 24px;
    background-image: linear-gradient(to right, #00bf00 50%, #008200);
    content: '';
    display: block;
}

html body .footer_block.footer_block1 {
    margin-top: 40px;
    padding: 0 20px !important;
    list-style: none;
    margin-bottom: 30px;
}

html body .footer_block.footer_block1 li.nav.item
{
    /*border-bottom: solid 1px #00bf00;*/
    margin-bottom: 20px;
}
html body .footer_block.footer_block1 li
{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 16px;
    text-align: left;
}
html body .footer_block.footer_block1 li.child-nav.item{
    margin-top: 15px;
    padding: 0;
}
html body .footer_block.footer_block1 li.child-nav.item a{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
.footer_block .Rectangle-6 a
{
    font-size: 14px !important;
    font-weight: 500 !important;
}
html body .footer_block.footer_block1 li.nav.item a {
    color: #00bf00 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 20px;
    text-decoration: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}