.footer {
    width: 100% !important;
    background-color: #000!important;
}

.b2p-nav,
.flexCenter {
    align-items: center;
    display: flex;
    padding: 20px 0;
    width: 100% !important;
    justify-content: center;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

.b2p-nav .-socials {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer ul>li {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}

.b2p-nav .-socials .b2p-nav__item>a {
    display: flex;
    margin: 8px 14px;
    width: 35px;
    align-items: center;
    justify-content: center;
}
.footsvg{
    padding: 30px 0;
}
.b2p-nav .-socials .b2p-nav__item>a img {
    max-width: 100%;
}

.footer>div.footrow {    
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
}

.copyright p {
    color: #fff !important;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.footer a {
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}
.footer a:hover{
    color: #fff !important;

}
.mg-tab span {
    margin-right: 20px;
}

.footer .footer-bottom-link {
    font-size: 14px;
}

.fm-blue-card__media {
    width: 50%;
    position: absolute;
    left: 50%;
    height: 100%;
    top: 0;
}
.fm-blue-card__media:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: 1;
    background: linear-gradient(90deg, #666,rgba(33,37,67,0) 70%);
}
.image-background {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}