.menu-sub-footer-container a{
    text-decoration: none;
}
.bottom-foot-wrapper {
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 54px;
    background-color: #002c5b;
    background: radial-gradient(at 50% 12%,rgba(12,45,88,1),rgba(1,32,66,1));
    font-size: 15px;
    font-weight: 300;
    z-index:2;
}
.bottom-foot-wrapper .site-width {
    width: 95%;
}
.bottom-foot-wrapper .site-width .menu-sub-footer-container {
    display: inline-block;
    width: 100%;
}
.bottom-foot-wrapper .site-width .menu-sub-footer-container ul {
    list-style-type: none;
    padding: 0;
    display: block;
    list-style-type: disc;
    margin-block-start: 16px;
    margin-block-end: 14px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.bottom-foot-wrapper .site-width .menu-sub-footer-container ul li {
    display: inline-block;
    width: auto;
    border-right: solid 1px #fff;
    padding-right: 21px;
    margin-right: 17px;
    line-height: 22px;
}
.bottom-foot-wrapper .site-width .menu-sub-footer-container ul li:last-child {
    border-right: 0;
}
.bottom-foot-wrapper .site-width .menu-sub-footer-container ul li a {
    color: #fff;
}
body.p-fixed .bottom-foot-wrapper {
    position: fixed;
    bottom: 0;
}
@media (max-width: 767px) {
    .bottom-foot-wrapper {
        height: auto;
    }
    .menu-sub-footer-container ul {
        padding-left: 0;
    }
}