.header-above, .header-above1{
    background: white;
}



.above-header-email-capture-form{
    width:60%;
    margin:0 auto;
}


@media screen and (max-width: 2500px) {
    .above-header-email-capture-form{
        width:30%;
    }
}
@media screen and (max-width: 2000px) {
    .above-header-email-capture-form{
        width:40%;
    }
}
@media screen and (max-width: 1400px) {
    .above-header-email-capture-form{
        width:55%;
    }
}
@media screen and (max-width: 1200px) {
    .above-header-email-capture-form{
        width:60%;
    }
}
@media screen and (max-width: 1000px) {
    .above-header-email-capture-form{
        width:65%;
    }
}
@media screen and (max-width: 1000px) {
    .above-header-email-capture-form{
        width:70%;
    }
}
@media screen and (max-width: 900px) {
    .above-header-email-capture-form{
        width:75%;
    }
}
@media screen and (max-width: 800px) {
    .above-header-email-capture-form{
        width:80%;
    }
}
@media screen and (max-width: 700px) {
    .above-header-email-capture-form{
        width:90%;
        border:0px gray solid;
    }
}
@media screen and (max-width: 480px) {
    .above-header-email-capture-form{
        width:100%;
    }
}




.above-header-email-capture-form .email-capture-heading{
    text-align:center;
    margin:0;
    margin-bottom:20px;
}

.above-header-email-capture-form .email-capture-text{
    margin-top:20px;
    margin-bottom:20px;
    font-size:12px;
}



.above-header-email-capture-form .container-email-capture {
    display: flex;
}

.above-header-email-capture-form .email-label-email-capture {
    width: 20%;
    text-align: right;
    padding-right: 10px; /* Adjust the padding for better spacing */
    padding-top: 6px;
    margin-top: 0px;
}



@media screen and (max-width: 2000px) {
    .above-header-email-capture-form .email-label-email-capture {
        padding-top: 6px;
        margin-top: unset;
    }
}

@media screen and (max-width: 570px) {
    .above-header-email-capture-form .email-label-email-capture {
        padding-top: 0px;
        margin-top: -5px;
    }
}



.above-header-email-capture-form .email-input-email-capture {
    width: 58%;
    box-sizing: border-box; /* Include padding and border in the total width */
}

.above-header-email-capture-form .join-button-email-capture {
    width: 20%;
    border-radius:3px;
}

/* Optional: Adjust styling for better aesthetics */
.above-header-email-capture-form .container-email-capture {
    margin: 0px;
}

.above-header-email-capture-form .email-input-email-capture, .above-header-email-capture-form .join-button-email-capture {
    padding: 10px;
    margin-left:10px;
    font-size: 16px;
}

.above-header-email-capture-form .join-button-email-capture {
    background-color: #18158d; /* red - #d73f10; */
    color: white;
    cursor: pointer;
    transition: background-color .5s;
}

.above-header-email-capture-form .join-button-email-capture:hover {
    background-color: #3430b4; /* red - #b43711; */
}





.above-header-email-capture-form .blue-border{
    background: #ff4757; /* red */
}

.above-header-email-capture-form{
    border-radius:5px;
    overflow:hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);

}
.above-header-email-capture-form form{
    max-width: unset;
    border-radius: unset;
}





/* ---------------------- */

.above-header-email-capture-form .only-form-showing{
    border:0px gray solid;
}

.above-header-email-capture-form .only-thank-you-message-showing{
    /*border:5px gray solid;*/
    height: 170px;
    padding: 50px;
    padding-top:20px;
    line-height: 25px;
    font-size: 15px;
    border-radius:5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    color:#223098;
}



.above-header-email-capture-form .thank-you-text{
    color:#223098; /* dark blue */
}

.above-header-email-capture-form .email-is-subscribed{
    margin-bottom:20px;
    color:gray;
}






@media screen and (max-width: 700px) {
    .above-header-email-capture-form .email-is-subscribed{
        margin-bottom:20px;
    }
    .above-header-email-capture-form .only-thank-you-message-showing {
        height: 170px;
    }
}
@media screen and (max-width: 600px) {
    .above-header-email-capture-form .email-is-subscribed{
        margin-bottom:20px;
    }
    .above-header-email-capture-form .only-thank-you-message-showing {
        height: 200px;
    }
}
@media screen and (max-width: 520px) {
    .above-header-email-capture-form .email-is-subscribed{
        margin-bottom:20px;
        height:30px;
    }
    .above-header-email-capture-form .only-thank-you-message-showing {
        height: 245px;
        padding-top:40px;
    }
}
