.footer2021 {
    background: #034ea2;
    /* margin: 50px 0 0; */
    display: flex;
    flex-direction: row;
    min-height: 70px;
}

.footer2021 .cust_container {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
}

.footer2021 .cust_container .c {
    width: 100%;
    display: flex;
    /* width: unset; */
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    padding: 0 5%;
}
.footer2021 .cust_container .lftFtr {
    display: flex;
}

.footer2021 .cust_container .lftFtr .logo {
    width: auto;
}
.footer2021 .cust_container .c .copyright {
    color: #fff;
    /* align-self: center;
    justify-self: flex-end;
    display: flex; */
}
.footer2021 .cust_container .c .copyright a {
    color: #fff;
}

.footer2021 .cust_container nav ul {
    display: flex;
    list-style: none;
    margin: 0;
}

.footer2021 .cust_container nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer2021 .cust_container nav ul li {
    margin: 0 20px;
}

.footer2021 .cust_container nav ul li a {
    color: #fff;
}
