#sitenameerr{
    color:#FFF;
    margin-top:30px;
    text-align:left;
    font-size:18px;
    display:none;
    float: left;
}
.ew-page__header {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
    color: white;
    font-size: 19px;
}
.ew-page__header-thumbnail{
    margin-top: 75px;
}
.ew-page__header-thumbnail img {
    max-width: 100%;
}

.ew-page__header-title {
    color: #29a00a;
    font-weight: bold;
    font-size: 43px;
}

.ew-page__header-title__lead {
    font-size: 47px;
    line-height: 1;
    margin-left: -8px;
    display: inline-block;
}
.ew-page__header-title__lead span{
    color: #29a00a;
}
.ew-page__header-content{
    max-width: 510px;
}
.ew-page__header-title__excerpt{
    text-align: right;
    font-size: 19px;
    clear: both;
    display: block;
    font-weight: normal;
}
.ew-page__header-detail{
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 19px;
    max-width: 94%;
}
.ew-page__header-detail span{
    color: #29a00a;
    font-weight: bold;
}
.ew-page__header-form{
    width: 100%;
}
.ew-page__header-form .form-group{
    width: 100%;
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
}
.ew-page__header-form .form__cta{
    width: 100%;
    float: left;
}
.ew-page__header-form input,
.ew-page__header-form .btn{
    width: 100%;
    display: block;
    height:auto;
    font-size: 18px;
}
.ew-page__header-form input{
    padding: 12px;
    border-radius: 7px;
    box-shadow: none;
}
.ew-page__header-form .btn-lg{
    padding: 12px;
    border-radius: 10px;
    text-transform: none;
    font-size: 20px;
}
.ew-page__header-form .form__notes{
    float: left;
    font-size: 12px;
    width: 100%;
    text-align: left;
}

@media (max-width: 991px) {
    .ew-page__header {
        padding: 60px 0;
    }
    .ew-page__header-content {
        max-width: initial;
        text-align: center;
    }
    .ew-page__header-form {
        width: 100%;
        max-width: 75%;
        margin: 0 auto 50px;
    }
}

@media (max-width: 767px) {
    .ew-page__header-detail {
        font-size: 16px;
        max-width: 100%;
        margin: 35px auto 20px;
    }
    .ew-page__header-title {
        font-size: 25px;
    }
    .ew-page__header-title__lead {
        font-size: 30px;
        width: 85%;
    }
    .ew-page__header-form {
        max-width: 75%;
    }
    .ew-page__header-form .btn-lg {
        padding: 11px 15px;
    }

    .ew-page__header,
    .ew-page__header-title__excerpt {
        font-size: 15px;
    }
    .ew-page__header-form .form-group{
        width: 100%;
    }
    .ew-page__header-form .form__cta{
        width: 100%;
        text-align: center;
    }
    .ew-page__header-form #sitenameerr,
    .ew-page__header-form .form__cta,
    .ew-page__header-form .form-group,
    .ew-page__header-form .form__notes {
        float: none;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .ew-page__header-detail {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
/*Pop up CSS*/
.email-subscriber-popup .modal-title{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;

}
.email-subscriber-popup .modal-header p{
    font-size: 17px;
}
.email-subscriber-popup .modal-content{
    padding:0;
    background-image: none;
}
.email-subscriber-popup .modal-content-inner{
    padding: 50px;
    padding-bottom: 70px;
}
.email-subscriber-popup .modal-form-part{
    visibility: hidden;
}
.email-subscriber-popup .modal-loading{
    display: block;
}
.email-subscriber-popup .modal-body{
    border: none;
    padding: 40px 40px 15px 40px;
}
.email-subscriber-popup .form-control{
    border:2px solid #ececec;
    height: 50px;
    margin-bottom: 20px;
    font-size: 16px;
}
.email-subscriber-popup .close{
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 25px;
    background: #279609;
    font-size: 25px;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
}
.email-subscriber-popup .btn-success{
    padding: 10px;
    font-size: 19px;
    text-transform: unset;
    background-color: #279609;
    border-color: #279609;
}
.email-subscriber-popup .consent-paragraph{
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #555555;
    font-size: 12px;
    width: 85%;
    text-align: left;
}
.email-subscriber-popup .modal-footer{
    padding-bottom: 30px;
}
.modal-thankyou-message{
    display: none;
    font-size: 20px;
}
.thankyou-desc{
    padding: 80px 90px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.thankyou-desc h4{
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    /*.email-subscriber-popup > .modal.in {*/
        /*overflow: auto;*/
    /*}*/

    /*.email-subscriber-popup > .modal .modal-dialog {*/
        /*position: relative;*/
        /*top: 0;*/
        /*left: 50%;*/
        /*transform: translate(-50%);*/
    /*}*/
    .email-subscriber-popup .modal-content-inner {
        padding: 30px 15px;
    }
    /*.email-subscriber-popup .close {*/
        /*right: 15px;*/
        /*top: 15px;*/
    /*}*/
    .email-subscriber-popup .modal-body {
        padding: 40px 15px;
    }
    .email-subscriber-popup .modal-footer {
        padding-bottom: 30px;
    }
    .email-subscriber-popup .btn-success{
        margin-bottom: 20px;
    }
    .thankyou-desc{
        padding: 40px;
    }
}
.modal-open {
    overflow: hidden;
    padding-right: 17px;
    position: relative;
    height: 100px!important;
}

.modal-open .email-subscriber-popup > .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-open .email-subscriber-popup > .modal .modal-dialog {
    position: relative;
    left: auto;
    top: auto;
    margin: 30px auto;
    transform: none;
}

@media (max-width: 767px) {
    .modal-open .email-subscriber-popup > .modal .modal-dialog {
        margin: 15px auto;
    }
    .email-subscriber-popup .close {
        top: -15px;
        right: 0;
    }
}