.ns-all-content {
    display: none;
    position: fixed;
    z-index: 990;
    width: 100vw;
    height: 100vh;
    background-color: rgba(29, 29, 29, 0.7);
}

.ns-content {
    display: none;
    position: fixed;
    z-index: 991;
    background-color: #000;
    width: 80vw;
    height: 550px;
    left: 9%;
    top: 10%;
    border: 2px solid #fff;
    border-radius: 10px;
    text-align: center;
    overflow-y: scroll;
}

.ns-header {
    margin: 50px 30px 0 30px;
    font-size: 0.7em;
}

.ns-header h2 {
    color: white;
    font-size: 21px;
    text-align: center;
}

.ns-header span {
    color: #b9fa00;
}

.ns-header p {
    color:
            white;
    font-size: 1.4em;
    letter-spacing: -0.5px;
    line-height: 15px;
}

.ns-validation {
    display: none;
}

.alert-error {
    background-color: rgba(193, 74, 75, 0.75);
    width: 70%;
    margin: 20px auto;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ns-body {
    margin-top: 50px;
}
#subscribeinputlabel {
    background: url('/public_html/img/newsletter-label-bg.png') no-repeat left top;

    width: 243px;
    height: 66px;
    margin: 0 0 0 -10px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 6px 0 0 0px;
    font-weight: bold;
    color: white;
}

.ns-input-label {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
}
.ns-body-email-input input {
    width: 45vw;
}

.ns-btn {
    background-color: #0587f0;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    border-radius: 7px;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
}
.ns-confirm {
    margin-top: 20px;
    justify-content: center;
    display: flex;
}

.ns-ImSubscribed {
    margin-left: 20px;
    margin-top: 13px;
}

.ns-body-captcha #response {
    width: 30vw;
}

.captcha_question {
    color: white;
}
#ns-captcha-question {
    color: white;
    font-weight: bold;
}

.ns-footer {
    margin: 20px 20px 0 20px;
    color: white;
    font-size: 12px;
}
.note {
    text-align: justify;
    padding: 10px 10px 0 10px;
    line-height: 13px;
}

.ns-close {
    position: absolute;
    top: 35px;
    right: 135px;
}

.ns-close-modal {
    color: white;
}
.ns-x {
    color: black;
    background-color: #b9fa00;
    padding: 0 5px;
    width: 8px;
    border-radius: 12px;
}

@media screen and (min-width: 1001px) {
    .ns-body-captcha {
        margin-left: 35px;
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .note {
        line-height: 13px;
    }
    .captcha_question {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
    }
    .ns-header {
        margin: 10px 0 0 0;
    }
}

@media screen and (max-width: 641px) and (min-width: 1000px) {
    .ns-content {
        width: 90%;
        height: 55vh;
        left: 5%;
        top: 10%;
    }
}

@media screen and (max-width: 640px) {
    .ns-content {
        width: 90%;
        height: 85vh;
        left: 5%;
        top: 10%;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 500px) {

    .ns-content {
        width: 90%;
        height: 85vh;
        left: 5%;
        top: 10%;
        padding-bottom: 20px;
        overflow-y: scroll;
    }

    .ns-input-label {
        display: block;
        margin-top: -20px;
    }
    .ns-body-email-input input {
        width: 70vw;
        margin: -8px 0 10px 0;
    }
    .ns-body-captcha #response {
        width: 70vw;
    }

    .ns-close {
        position: absolute;
        top: 40px;
        right: 26px;
    }

    .ns-header h1 {
        color: white;
        font-size: 2.3em !important;
        text-align: center;
    }

}

@media screen and (max-height: 500px) {

    .ns-content {
        width: 80vw;
        height: 83vh;
        left: 9%;
        top: 10%;
    }

    .ns-close {
        position: absolute;
        top: 5px;
        right: 78px;
    }

}
