.footer-l1 {
    padding: 50px 0 20px;
    background-color: #ffffff;
    font-size: 16px;
    color: #000;
}

.footer-l1 .wrap {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.footer__col {
    max-width: 400px;
}

.footer__col:first-child {
    max-width: 300px;
}

.footer-presents {
    margin-top: 22px;
    font-size: 15px;
    line-height: 20px;
}

.footer-info-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer-info-item a {
    color: #004600;
    transition: all 200ms linear;
}

.footer-info-item a:hover {
    color: #007200;
}

.footer-l2 {
    padding: 0 0 20px 0;
    background-color: #ffffff;
    font-size: 14px;
    color: #000;
}

.separator {
    width: 100%;
    border: 1px solid #000;
    margin: 20px 0 20px 0;
}

.footer-l2-container {
    display: flex;
    justify-content: space-between;
}

.footer-title {
    font-family: "Ubuntu";
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 600;
    color: #198754;
    text-transform: uppercase;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links a {
    display: block;
    color: #000;
    padding-bottom: 5px;
    font-size: 15px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #007200;
}

.footer-rs {
    display: flex;
    gap: 40px;
}

.footer-rs a {
    color: #000;
}

.footer-rs a:hover {
    color: #007200;
}

.footer-rs a [class*="fa-"] {
    font-size: 25px;
}

.icon-text [class*="fa-"] {
    font-size: 18px;
}

.footer-l3 {
    background-color: #e9ecef;
    padding: 40px 0;
}

.footer-l3 .wrap {
    display: flex;
    gap: 50px;
}

.footer-l3-col {
    width: 50%;
}

.footer-l3-title {
    font-family: "Ubuntu";
    color: #198754;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.0;
    text-align: start;
}

.newsletterFooter-frm {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.newsletterFooter-item:first-child {
    grid-column: span 3;
}

.newsletterFooter-title {
    font-size: 15px;
    font-family: "Ubuntu";
    padding-bottom: 10px;
}

.newsletterFooter-input {
    width: 100%;
    padding: 5px 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-family: "Ubuntu";
    font-size: 16px;
}

.newsletterFooter-button {
    width: 100%;
    background-color: #005800;
    border: none;
    padding: 5px 25px;
    font-family: "Ubuntu";
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

.footer-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
}

.footer-icons a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 5px 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 #FFFFFF;
    transition: all 200ms linear;
}

.footer-icons a .fab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: rgba(255, 255, 255, 1.00);
}

.footer-icons a.instagramFixed {
    background-color: rgba(255, 0, 74, 1.00);
}

.footer-icons a.instagramFixed:hover {
    background-color: rgba(226, 0, 65, 1.00);
}

.footer-icons a.facebookFixed {
    display: none;
    background-color: rgba(0, 102, 242, 1.00);
}

.footer-icons a.facebookFixed:hover {
    background-color: rgba(0, 90, 213, 1.00);
}

.footer-icons a.whatsappFixed {
    background-color: rgba(39, 197, 0, 1.00);
}

.footer-icons a.whatsappFixed:hover {
    background-color: rgba(33, 169, 0, 1.00);
}

@media screen and (max-width: 600px) {
    input[type="email"] {
        width: 100%;
        margin: 0 0 10px;
    }

    .footer-l3-title {
        text-align: center;
    }

    .footer__col:first-child {
        max-width: 300px;
    }

    .footer__col,
    .footer__col:first-child {
        max-width: none;
    }
}