a {
    text-decoration: none;
    color: inherit;
}

.footer-content-wrap {
    background: #0e1f19;
    position: relative;
}

.news-letter-wrap {
    position: relative;
    z-index: 2;
}

.footer-wrap {
    width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;
}

img.footer-bg {
    position: absolute;
    width: 400px;
    top: -30px;
    right: 10%;
}

.footer-wrap .feediq-logo-wrap .logo {
    width: 220px;
    height: auto;
}

.footer-wrap .feediq-logo-wrap .logo img {
    width: 100%;
    height: auto;
}

.footer-wrap .feediq-logo-wrap .footer-description {
    font-size: 18px;
    color: white;
    font-weight: 300;
    line-height: 26px;
    height: 150px;
}

.footer-wrap .feediq-logo-wrap {
    width: 22%;
}

.footer-wrap .footer-heading {
    color: white;
    font-size: 26px;
    font-weight: 500;
}

.footer-wrap .quick-links-wrap ul li,
.footer-wrap .quick-links-wrap-2 ul li {
    list-style: none;
    color: white;
    font-size: 18px;
    padding-bottom: 15px;
    cursor: pointer;
}

.footer-wrap .quick-links-wrap-2 ul li i {
    font-size: 20px;
    color: #1c9e75;
}

.footer-wrap .quick-links-wrap-2 ul li span {
    border: 1px solid #1c9e75;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin-right: 15px;
    background-color: #183624;
}

.footer-wrap .quick-links-wrap-2 ul li span.yellow {
    border: 1px solid #f8c521;
    background-color: #1c291a;
}

.footer-wrap .quick-links-wrap-2 ul li span.yellow i {
    color: #f8c521;
}

.footer-wrap .quick-links-wrap-2 ul li span.blue {
    border: 1px solid #007a9b;
    background-color: #0e2624;
}

.footer-wrap .quick-links-wrap-2 ul li span.blue i {
    color: #007a9b;
}

.footer-wrap .quick-links-wrap-2 ul li {
    display: flex;
    align-items: center;
}

.news-letter-email input {
    background-color: #183624;
    border: none;
    outline: none;
    color: white;
    font-size: 18px;
    padding: 10px 0px;
}

.news-letter-email input::placeholder {
    color: white;
}

.news-letter-email {
    background-color: #183624;
    padding: 0px 2px 0px 20px;
    border: 1px solid #1c9e75;
    border-radius: 8px;
    display: flex;
    height: 55px;
    overflow: hidden;
    align-items: center;
}

.news-letter-email span {
    font-size: 25px;
    color: white;
    background: #1c9e75;
    display: flex;
    height: 47px;
    width: 47px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
}

.social-icons-wrap span {
    color: white;
    font-size: 24px;
    padding-right: 20px;
    cursor: pointer;
}

.footer-wrap .quick-links-wrap,
.footer-wrap .quick-links-wrap-2,
.footer-wrap .news-letter-wrap {
    height: 250px;
    padding-top: 30px;
}

.footer-wrap .footer-heading,
.footer-wrap .logo {
    margin-bottom: 20px;
}

.footer-wrap .social-icons-wrap {
    margin-top: 20px;
}

.footer-bottom {
    margin: auto;
    text-align: center;
    color: white;
    font-size: 18px;
    padding: 25px 0px 25px 0px;
}

.footor-bottom-border {
    width: 95%;
    height: 2px;
    background: linear-gradient(to right, transparent 0%, #1C9E75 50%, #1C9E75 50%, transparent 100%);
    margin: auto;
}

@media (max-width: 500px) {
    .footer-wrap {
        width: 100%;

        flex-direction: column;
        align-items: start;
        padding: 40px 30px;

    }

    .footer-wrap .feediq-logo-wrap {
        width: 80%;
    }

    .footer-wrap .feediq-logo-wrap .logo {
        width: 120px;
        height: auto;
    }

    .footer-wrap .feediq-logo-wrap .footer-description {
        font-size: 14px;
        line-height: 22px;
        height: 120px;
    }

    .footer-wrap .footer-heading {
        font-size: 18px;
    }

    .footer-wrap .quick-links-wrap ul li,
    .footer-wrap .quick-links-wrap-2 ul li {

        font-size: 14px;
        padding-bottom: 10px;

    }

    .footer-wrap .quick-links-wrap,
    .footer-wrap .quick-links-wrap-2,
    .footer-wrap .news-letter-wrap {
        height: 180px;

    }

    .footer-wrap .quick-links-wrap-2 ul li span {

        width: 30px;
        height: 30px;

        font-size: 12px;

    }

    .footer-wrap .quick-links-wrap-2 ul li i {
        font-size: 16px;

    }

    .news-letter-email input {

        font-size: 14px;

    }

    .news-letter-email {

        height: 45px;

    }

    .news-letter-email span {
        font-size: 18px;
        height: 39px;
        width: 39px;

    }

    .social-icons-wrap span {

        font-size: 18px;
        padding-right: 15px;

    }

    .footor-bottom-border {

        height: 1px;

    }

    .footer-bottom {

        font-size: 14px;
        padding: 15px 0px 15px 0px;
    }

    img.footer-bg {
        width: 300px;
        bottom: 50px;
        right: 25%;
    }

}
