.mup-footer-main li {
    list-style: none;
}

.text-mup-footer a {
    color: #aaa !important;
}

.text-mup-footer a:hover {
    color: white !important;
}

.mup-dark p {
    color: #aaa !important;
}


.image-footer a {
    line-height: 2rem !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.instagram {
    display: inline-block;
    width: 1.4rem;
    border-radius: 5px;
    height: 1.4rem;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.bottom-mup-footer {
    background: #1c2329;
}

.bottom-mup-footer p {
    color: #8e9194;
}

@media screen and (max-width:991px) {
    .top-mup-footer {
        background: rgba(26, 161, 231, 1);
    }

    .top-mup-footer {
        text-align: center;
    }

    .mup-footer {
        width: 100%;
        padding: 75px 0px 35px 0px;
        background: #2a363f;
    }
}

@media screen and (min-width:992px) {
    .top-mup-footer {
        background: linear-gradient(135deg, rgba(26, 161, 231, 1) 0%, rgba(26, 161, 231, 1) 50%, rgba(42, 54, 63, 1) 50%)
    }

    .mup-footer {
        width: 100%;
        padding: 75px 0px 35px 0px;
        background: #2a363f url('/img/footer-bg-graph.png');
    }
}

.mup-footer ul {
    line-height: 1.7rem !important;
}

.footer-heading:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: auto;
    bottom: 0;
    right: auto;
    width: 60px;
    height: 2px;
    z-index: 0;
    background-color: #fce20f;
}

.footer-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 14px;
    position: relative;
}

.mup-footer a {
    box-sizing: border-box;
    color: rgb(129 123 123);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}