 #abz_popup_newsletter_mod {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     background: #ffffff70;
     height: 100vh;
     z-index: 999999;
 }
 .abz_popup_newsletter_content {
     background: #fff;
     position: absolute;
     width: 90%;
     max-width: 700px;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     padding: 20px;
     border: 1px solid #ddd;
     cursor: initial;
     max-height: cal(100vh - 80px);
     overflow: auto;
 }
 .newsletter_content p {
     margin-bottom: 5px;
 }
 .error_form {
     border: 2px solid #c02a2a !important;
 }
 .text_error_form {
     color: #c02a2a;
 }
 .cta_close_popup_newsletter,
 #abz_popup_newsletter_mod {
     cursor: pointer;
 }
 .cta_close_popup_newsletter {
     margin-bottom: 0px;
 }
 @media only screen and (max-width: 576px) {
     .img-responsive-nl {
         width: 100%;
         height: auto;
         transition: all 0.3s linear;
         max-width: 90px !important;
         margin: auto;
         display: block;
         margin-bottom: 20px;
     }
 }
#abz_popup_newsletter_mod_footer {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
 footer#footer {
     /* padding: 90px; */
     /* margin-top: 150px; */
     margin-top: 100px;
     background: #eefaca;
 }
.abz_popup_newsletter_footer {
    background: #fff;
    border: 5px solid #eefaca;
    margin: -118px auto 50px auto;
    padding: 40px;
    max-width: 80%;
    width: 1200px;
    position: relative;
    margin-bottom: -1px;
}