/***Begin popup***/
.popup {position:absolute; left: 0; top:0%; width: 100%; height: 100%; z-index: 999; padding-top:20%; position: fixed; background:rgba(0,0,0,0.5);}
.popup .content1 { width: 100%; max-width:500px; margin:0 auto;}
.popup .content1 .box{ width:100%; float:left; background:#fff; color: #4d4d4d; padding: 20px 3%; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; text-align:center;}
.popup .content1 .submit_popup{ width:auto; display:inline-block; background:#a82362; font-size:14px; color:#fff; line-height:30px; margin:0; padding:0px 20px; text-transform:uppercase; cursor:pointer; outline:none; border:none; border-radius:4px; appearance:none; -webkit-appearance:none;}
.popup .content1 .submit_popup:hover{ background:#4d4d4d;}
.popup .content1 .messages{border: none; font-size:18px; font-weight:400; margin:0px 0 10px 0; text-align: center; }
/***End popup***/

@media screen and (max-width:470px) {
.popup .content1 { width: 100%; max-width:300px; margin:0 auto;}
.popup .content1 .messages{ font-size:14px;}

}