.black-bg {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px 0px #000000;
}
.E_logo {
    width: 20%;
    display: flex;
    justify-content: center;
}
.Main_logo {
    width: 60%;
    display: flex;
    justify-content: center;
}

.right-menu {
    margin: unset;
}

.right-menu ul {
    margin: unset;
}

/* for footer */
.footer-block {
    z-index: 100;
}
.footer-block::after {
    content: unset;
}
.footer-bottom {
    padding: 5px;
/*     height: -webkit-fill-available; */
}