.margin-0{
    margin:0px;
}
.footer-common-section{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 4px 18px;
    background:#0f384e;
    width: 100%;
}
.footer-logos img{
    max-height: 40px;
    margin: 6px;
}
.footer-logos img:not(:last-child){
    margin-right: 24px;
    margin-left: 24px;
}
.home-page-footer-ne{
    position: fixed;
    bottom:0px;
    width:100%;
}
.dashboard-footer .footer-common-section{
    background:#fff;
    color: #0f384e!important;
}

.footer-report-page a:hover {
    text-decoration: underline;
}


@media(max-width:1100px){
    .footer-common-section{
        justify-content: center;
        text-align: center;
    }
}