@media screen and (min-width:520px) and (max-width: 767px) {

.popup_block {
    background: #fff;
    padding: 10px 20px;
    border:none;
    width: 65%;
    position: fixed;
    top: 5%;
    left: 10%;
    margin: 0 0 0 0;
    z-index: 100;
	text-align:center;
	background-image:url(../images/popbg.png);
	background-position:top center;

}
.popup_block img{
	margin:0;
	padding:0;
	width:auto;
	height:auto;
}
.popup_block .popup {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
	text-align:center;
	

}
.popup p {
    padding: 5px 10px;
    margin: 5px 0;
}
.popup img.cntrl {
    position: absolute;
    right: -20px;
    top: -20px;
	width:35px;
	height:35px;
}
#new-pop {color:#121212; font-family:'Lato-Regular'; padding:10px; font-size:16px;}
.text-new {text-transform:uppercase; color:#005695; font-weight:bold; font-size:25px; line-height:20px;}
.text-new1 {color:#21a218;}					
}
@media screen and (max-width: 519px) {

	.popup_block {
    background: #ffffff;
    padding: 10px 20px;
    border:none;
    width: 80%;
    position: fixed;
    top: 2%;
    left: 50%;
    margin: 0 0 0 -45.5%;
    z-index: 100;
	text-align:center;
	background-image:url(../images/popbg.png);
	background-position:center top;

}
.popup_block img{
	margin:0;
	padding:0;
	width:30%;
	height:30%;
}
.popup_block .popup {
    float: left;
    width: 100%;
    margin: 14px 0;
    padding: 10px 0;
	text-align:center;
	

}
.popup p {
    padding: 5px 10px;
    margin: 5px 0;
}
.popup img.cntrl {
    position: absolute;
    right: -20px;
    top: -20px;
	width:35px;
	height:35px;
}
#new-pop {color:#121212; font-family:'Lato-Regular'; padding:10px; font-size:16px;}
.text-new {text-transform:uppercase; color:#005695; font-weight:bold; font-size:20px; line-height:20px;}
.text-new1 {color:#21a218;}
}