.footer-new {
    position: relative;
    padding: 220px 0 90px;
    background-image: url(../img/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    margin-top: -120px;
}

.footer-new .logo img {
    width: 270px;
    margin-bottom: 30px;
}

.footer-new .logo p,
.footer-new .logo p a {
    font-size: 10px;
    color: var(--white);

}

.footer-new .logo p a {
    text-decoration: underline;
}

.footer-new .newss .bts a {
    display: inline-block;
    color: var(--black);
    padding: 8px 15px 8px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background: var(--white);
    text-align: center;
    margin-bottom: 20px;
}

.footer-new .newss .bts a img {
    margin-left: 10px;
}

.footer-new .newss .box {
    max-width: 90%;
    padding: 30px;
    border-radius: 10px;
    background-color: var(--green);
    margin-bottom: 30px;
}

.footer-new .andress .tag {
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 30px;
    border: solid 1px #4D8E86;
    margin-bottom: 20px;
    color: var(--white);
    background: var(--green);
}

/* .footer-new .andress .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
} */
.footer-new .andress .grid {
    display: grid;
}

.andress .grid .item {
    margin-bottom: 30px;
}

.footer-new .andress .grid .item h4 {
    font-size: 24px;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-new .andress .grid .item p {
    font-size: 10px;
    color: var(--white);
}

.footer-new .consent {
    display: flex;
    padding-top: 10px;
}

.footer-new .consent label {
    margin-top: -4px;
    text-transform: none;
    line-height: 1.5;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.footer-new .consent input[type="checkbox"]:after {
    border-color: #fff !important;
}

.footer-new .consent input[type="checkbox"]:checked:after {
    background-color: var(--black) !important;
}

.footer-new input[type="email"] {
    border-radius: 30px !important;
    background: rgba(204, 215, 213, 0.21) !important;
    border: solid 1px rgba(153, 153, 153, 0.5) !important;
    padding: 20px;
}

.footer-new .newss .box .flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-new .newss .box .flex button {
    display: inline-block;
    color: var(--black);
    padding: 8px 15px 8px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background: var(--white);
    text-align: center;
    width: 150px;
}

.footer-new .newss .box .flex button img {
    margin-left: 10px;
}

.footer-new .newss .box h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #FFF;
    text-transform: none !important;
}

/*
 Responsive  */
@media (max-width: 1640px) {
    .container-fluid {
        padding: 0 60px;
    }
}

@media (max-width: 1440px) {
    .footer-new .newss .box .flex {
        display: grid;
    }
}

@media (max-width: 1340px) {
    .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .footer-new {
        padding: 170px 0 50px;
    }

    .footer-new .row {
        padding: 0;
        max-width: 100%;
    }

    .footer-new .newss .box {
        max-width: 100%;
    }

    .footer-new .newss .bts a {
        font-size: 12px;
    }
}