.page-footer {
    min-height: 402px;
    background: linear-gradient(179.84deg, #29216f 0.14%, #0d0d28 157.66%);
    padding: 38px calc((100% - 1200px) / 2);
}

.first-footer-block > .logo-footer {
    margin-bottom: 16px;
}

.first-footer-block > div > div {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
}

.first-footer-block span {
    font-size: 14px;
    font-family: Nunito;
    line-height: 19px;
}
.first-footer-block span:not(:last-child) {
    margin-bottom: 8px;
}

.first-footer-block span > a {
    color: #fff;
}

.second-footer-block  ul.footer-list,
.third-footer-block ul.footer-list {
    color: #fff;
    list-style: none;
    margin-bottom: 0;
}

.second-footer-block  ul.footer-list > li,
.third-footer-block ul.footer-list > li {
    /* color: #fff; */
    margin-bottom: 20px;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}

.second-footer-block  ul.footer-list > li > a,
.third-footer-block ul.footer-list > li > a {
    color: #fff;
}

.second-footer-block  ul.footer-list > li:last-child,
.third-footer-block ul.footer-list > li:last-child {
    margin-bottom: 0;
}

.four-footer-block {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.four-footer-block div.footer-social-contain {
    margin-top: 14px;
    margin-bottom: 56px;
}
.four-footer-block div.footer-social-contain > a > img {
    margin: 0 6px;
    width: 45px;
    height: 45px;
}

.four-footer-block .app-contain-footer > a > img {
    margin-bottom: 15px;
    width: 168px;
}

.page-footer.row > .gov-container {
    padding-top: 30px ;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 30px;
}

@media (max-width: 991px) {

    .page-footer.row > .gov-container {
        margin-top: 48px;
        padding-top: 16px;
    }
    /* big-contain-footer area  */

    .page-footer {
        padding-top: 40px;
        padding-bottom: 52px;
    }

    .page-footer.row > div {
        text-align: center;
        padding: 0 24px;
    }
    
    .four-footer-block .app-contain-footer > a > img {
        margin: 0;
        width: 100%;
    }

    a#appstore-link {
        padding-right: 8px;
    }

    a#googleplaystore-link {
        padding-left: 8px;
    }

    .app-contain-footer,
    div.four-footer-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .app-contain-footer {
        flex-direction: row;
    }

    .app-title-footer {
        margin-bottom: 20px;
    }

    div.four-footer-block .app-contain-footer > img {
        width: 150px;
        margin: 0px 7px;
    }

    .first-footer-block > div > div {
        align-items: center;
    }

    /* align-item area  */

    .first-footer-block span {
        margin-bottom: 0 !important;
    }

    .second-footer-block  ul.footer-list,
    .third-footer-block ul.footer-list {
        padding-left: 0;
        margin-bottom: 0px;
    }

    .first-footer-block,
    .third-footer-block {
        margin-bottom: 50px;
    }

    .four-footer-block div.footer-social-contain {
        margin-top: 10px;
        margin-bottom: 32px;
    }
}
@media (min-width: 1200px) {
    .first-footer-block {
        padding-left: 0;
    }
    .four-footer-block {
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .first-footer-block {
        padding-left: 24px;
    }
    .four-footer-block {
        padding-right: 24px;
    }
}

@media (max-width: 768px) {
    .second-footer-block  ul.footer-list > li,
    .third-footer-block ul.footer-list > li:not(:last-child) {
        margin-bottom: 16px !important;
    }

    .four-footer-block div.footer-social-contain > a > img {
        width: 20px;
        height: 20px;
    }

    /* font-size resize area  */

    .first-footer-block span,
    .second-footer-block  ul.footer-list > li,
    .third-footer-block ul.footer-list > li,
    .four-footer-block {
        font-size: 11px !important;
    }
}