#tnp-modal{
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}

#tnp-modal-content{
    background-color: #0d274e;
    margin: 100px auto auto auto;
    width: 100%;
    max-width: 700px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
    position: relative;
    padding: 0;
	border-radius:5px;
	color:#fff;
}

@media screen and (max-width: 525px) {
    #tnp-modal-content{
        margin: 10% auto;
    }
}

#tnp-modal-close{
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 40px;
    color: #fff;
    line-height: normal!important;
	z-index:9999999999;
}

#tnp-modal-close:hover, #tnp-modal-close:focus{
    color: #ff6c56;
    text-decoration: none;
    cursor:  pointer;
}

#tnp-modal-body{
    padding: 2rem;
}
.newsletter_popup_content{ margin-bottom:0px; font-size:1.1rem; color:#fff; text-align:center;}
.tnp-subscription-popup .tnp-field.tnp-field-button{}
.newsletter_popup_heading {color:#ff7454 !important; text-align:center; }

#tnp-modal-body .tnp-subscription .tnp-field-button{position:relative; right:auto; top:auto; clear:both;}
#tnp-modal-body .tnp-subscription .tnp-field-button .tnp-submit{position:relative;     top: auto;    right: auto;}
.tnp.tnp-subscription.tnp-subscription-popup{max-width:100%; margin-bottom:0px !important;}
.tnp-subscription-popup .tnp-field.tnp-field-firstname, .tnp-subscription-popup .tnp-field.tnp-field-email{width:49%; padding-right:1%; float:left;}
.tnp-subscription-popup .tnp-field-email .tnp-email, .tnp-subscription-popup .tnp-field.tnp-field-firstname input{
	
	    border: 1px solid #DEDEDE;
    border-radius: 80px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #83929D;
    padding: 10px 20px !important;
    height: auto;
    background: #fff;
}
.newsletter_popup_heading{font-weight:normal; position:relative;}
/*.newsletter_popup_heading:after{ position:absolute; bottom:-8px; left:0px; width:100%; height:3px; content:""; background: #ffa24e;}*/
.tnp-modal-body .newsletterbx p{color:#fff; padding:15px 0px;}
.tnp-modal-body .btn.btn-primary{background:#ff8451;}

#tnp-modal-body .tnp-subscription .tnp-field-button .tnp-submit, #tnp-modal-body a.btn-primary{background:#ff7454 !important;}
#tnp-modal-body .tnp-subscription .tnp-field-button .tnp-submit:hover, #tnp-modal-body a.btn-primary:hover{background:#ffb74b !important;}

#tnp-modal-body #tnp-subscription-popup{display:flex;}

@media only screen and (max-width: 767px) {
#tnp-modal-content {max-width:95%;}
#tnp-modal-body #tnp-subscription-popup{flex-wrap:wrap;}
.tnp-subscription-popup .tnp-field.tnp-field-firstname, .tnp-subscription-popup .tnp-field.tnp-field-email{width:100%; padding-right:0px;}
#tnp-modal-body .tnp-subscription .tnp-field-button, #tnp-modal-body .tnp-subscription .tnp-field-button .tnp-submit, #tnp-modal-body a.btn-primary{width:100%; font-size:1.5rem;}
}