.newsletter_band{
    width:100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}
.newsletter_band_img{
    width:100%;
    height:auto;
    position: relative;
    z-index: 11;
}
.newsletter_band_over {
    align-items: center;
    color: #ffffff;
    display: flex;
    height: 100%;
    justify-content: center;
    max-width: 965px;
    z-index: 22;
}
.newsletter_band_width {
    width: auto;
    margin: 0 auto;
    padding: 15px;
    max-width: 965px;
    min-width: 500px;
}
.dir_rtl .newsletter_band_over {
    direction: rtl;
}
.dir_ltr .newsletter_band_over {
    direction: ltr;
}
.dir_rtl .newsletter_band_over_title{
    font-family: Font_1,verdana,Arial,Tahoma;
    font-size: x-large;
    margin: 0 0 10px 0;
    border-radius: 5px ;
    padding: 15px 10px;
}
.dir_ltr .newsletter_band_over_title{
    font-family: Ubuntu,Geneva,sans-serif;
    font-size: xx-large;
    margin: 0 0 10px 0;
}
.newsletter_band_over_text {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: medium;
    height: 40px;
    margin: 0 auto;
    outline: medium none;
    padding: 0.3em;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 24rem;
}
.dir_rtl .newsletter_band_over_text {
    text-align: right;
    font-family: Font_2,Font_1,verdana,Arial,Tahoma;
}
.dir_ltr .newsletter_band_over_text
,.newsletter_band_email_focused
{
    direction: ltr !important;
    text-align: left  !important;
}
.newsletter_band_over_input{
    width: 60%;
    margin: 0 auto;
    min-width: 500px;
}
.newsletter_band_over_input.newsletter_band_over_input_with_province{
    width: auto;
    max-width: 700px;
}
.newsletter_band_over_input .main_button{
    height: 40px;
}
.newsletter_band_message_box{
    font-size: large;
    text-align: center;
    background-color: #fff;
    border-radius: 0.5em;
    color: #222;
    padding: 0.5em;
    box-shadow: 6px 7px 58px -11px #222;
}
.dir_rtl .newsletter_band_message_box{
    font-family:Font_1,verdana,Arial,Tahoma;
}
.dir_ltr .newsletter_band_message_box{
    font-family:Ubuntu,Geneva,sans-serif;
}
.newsletter_band_message_box .eng
,.newsletter_band_message_box code
{
    font-family: Arial;
    text-align: left;
    direction: ltr;
}
.newsletter_band_message_box code{
    background-color: #fff;
    color: #222;
    padding: 3px;
    border-radius: 0.2em;
}
.newsletter_band_message_box.newsletter_band_message_box_success{
    background-color: #57BB63;
    color: #fff;
}
.newsletter_band_message_box.newsletter_band_message_box_error{
    background-color: #ed3237;
    color: #fff;
}
.newsletter_band_message_box.newsletter_band_message_box_info{
    background-color: #3399FF;
    color: #fff;
}

.newsletter_band_over_message{
    margin-bottom: 10px;
}
/******************* GDPR ***** start **********/
.privacy_policy_newsletter_band{
    float:left;
    width:100%;
}
.dir_rtl .privacy_policy_newsletter_band{
    float:right;
}
/******************* GDPR ***** end **********/

.newsletter_btn {
    height: 40px;
    padding: 0 1.25rem;
    font-size: large;
}

.newsletter_band .newsletter_band_over_text{
    width: 70%;
}

.newsletter_band_over_input.newsletter_band_over_input_with_province .newsletter_band_over_text{
    width: 48%;
}

/*** repetitious email btn error style *** START ***/
.repetitious_email_btn_error{
    background-color: #f6bb1d;
    border: 1px solid #b38a1d;
    padding: 0.5rem 0;
    width: 20rem;
    margin: 1rem auto 0.5rem auto;
    border-radius: 3px;
}
/*** repetitious email btn error style *** END ***/

@media only screen and (max-width: 980px) {
    .newsletter_band_message_box
    {
        font-size: x-large;
    }
    .newsletter_band_over_text:focus{
        direction: ltr;
    }
    .newsletter_band_over_input{
        width:auto;
        max-width: 85%;
    }
    .newsletter_band_over
    ,.newsletter_band_width
    {
        max-width: 100%;
        width:96%;
    }
    .newsletter_band_over_title{
        padding-right:0 !important;
        padding-left:0 !important;
        font-size: 2rem !important;
    }
    .newsletter_band_over_text{
        font-size: 2.25rem;
        height: 4rem;
        width: 69%;
    }
    .newsletter_band_over_input .main_button{
        height: 4rem;
    }
    .newsletter_btn {
        height: 4rem !important;
        font-size: xx-large;
    }
    .newsletter_band_over_input.newsletter_band_over_input_with_province{
        width: 100%;
        max-width: 100%;
    }
    .newsletter_band_province_container{
        width: 20rem !important;
    }
    .newsletter_band_province_container .input_big{
        font-size: 1.75rem;
    }
    .newsletter_band_province{
        opacity: 1;
    }
    .repetitious_email_btn_error{
        width: 30rem;
    }
}