
#global-footer-logo {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.logo-above-footer-final {
    position: relative;
    width: 100%;
    background-color: #286AB4;
    height: 40px;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.logo-content-final {
    width: 100%;
    max-width: 1512px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

.logo-img-wrapper {
    width: 100%;
    line-height: 0;
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 9999;
    box-sizing: border-box;
}

.logo-content-final img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    padding-top: 20px;
}

@media screen and (max-width: 1000px) {
    .logo-above-footer-final {
        display: none !important;
    }
}
@media screen and (max-width: 1520px) {
    .logo-content-final {
        left: 5%;
    }
}
