.footer {
    padding: 4%
}

.address-container,
.app-promotion,
.container-footer {
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.footer p {
    margin: 0
}

.licensed a,
.licensed p {
    color: #fff;
    font-size: 20px;
    margin-top: 4rem
}

.container-footer {
    margin-left: auto
}

.address-container {
    text-align: left;
    margin-left: auto
}

.app-promotion {
    text-align: right
}

.center {
    text-align: center
}

.links {
    margin-inline: center
}

.app-promotion ul,
.footer-icons {
    list-style: none;
    padding: 0
}

.footer-icons li {
    display: inline-block;
    margin: 0 10px
}

.footer-icons a {
    color: #333;
    text-decoration: none;
    font-size: 20px
}

.footer-icons .social-icon-container,
.footer-icons .twitter-container,
.footer-icons .youtube-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* width: 40px;
    height: 40px */
}

.footer-icons .twitter-icon {
    color: #fff;
    /* background-color: #000 */
}

.footer-icons .linkedin-icon {
    color: #fff;
    /* background-color: #0077b5 */
}

.footer-icons .youtube-icon {
    color: #fff;
    /* background-color: red */
}

.footer-icons .linkedin-icon,
.footer-icons .twitter-icon,
.footer-icons .youtube-icon {
    /* width: 55px;
    height: 55px; */
    top: 2170px;
    left: 663px;
    font-size: 21px
}

.write p {
    margin-left: 20rem;
    color: #d4cece
}

.email,
.footer .app-promotion ul {
    display: flex;
    justify-content: right
}

.app-promotion li {
    margin-bottom: 5px
}

.app-promotion a {
    color: #fff;
    text-decoration: none;
    margin-right: 3px;
    font-weight: 500
}

.copyrights {
    color: #777;
    font-size: 14px
}

.greencopy,
.greenfollows {
    color: #9fffac;
    font-family: Poppins;
    font-weight: 700
}

.footer .footer-icons {
    text-align: left;
    margin-top: 19px
}

.footer .app-promotion {
    text-align: -webkit-auto
}

.greenfollows {
    font-size: 20px;
    line-height: 26px
}

.greencopy {
    font-size: 20px;
    line-height: 75px;
    color: #fff !important;
}

.with-background {
    padding: 6rem 8%;
    margin-top: auto;
    background-image: url(../img/footerBackground.png);
    background-size: cover;
    color: #fff;
    width: 100%
}

.white a {
    color: #fff
}

.alt-back,
.with-background .alt-color {
    color: #fff;
    font-size: 20px
}

.with-background .white strong {
    font-weight: 700
}

.underline {
    text-decoration: underline
}

.copy {
    margin-top: -2rem
}

@media screen and (max-width:768px) {
    .with-background {
        padding: 1rem 3% 0
    }
}

@media (max-width:735px) {
    .desktop-footer {
        display: none
    }

    .footer li,
    .footer p,
    .footer strong {
        font-size: 14px
    }

    .footer-icons .linkedin-icon,
    .footer-icons .twitter-icon,
    .footer-icons .youtube-icon {
        width: 29px;
        height: 28px;
        top: 2885px;
        left: 187px;
        font-size: 16px
    }
}

@media (max-width:575px) {

    .licensed a,
    .licensed p {
        color: #fff;
        font-size: 10px;
        margin-top: 1rem
    }

    .address-container {
        text-align: center
    }

    .footer .app-promotion {
        text-align: center;
        margin-top: 10px
    }

    .footer .app-promotion ul {
        display: flex;
        justify-content: center
    }
}

@media (min-width:736px) {
    .mobile-footer {
        display: none
    }
}

@media (min-width:768px) {
    #dis {
        display: none
    }
}

@media (max-width:560px) {
    #hide {
        display: none
    }
}