	.novinh2{
	line-height: unset;
   text-align: center;
    font-size: 17px;
    color: red;
    position: absolute;;
    right: 46%;;
    top: 3px;;
    }
   .novin-titr{
    font-size: 16px;
    text-align: center;  
	line-height	 :35px;;   
		}
	.close-novin {
    width: 92px;
    cursor: pointer;
    line-height: normal;
    max-width: 92px;
    height: 36px;
    position: absolute;
    border-radius: 5px;
    background: red;
    padding: 0px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    left:67px;
    box-shadow: 2px 1px 21px 6px #ff000024;
    text-decoration: none;
}
    .novin-open-button{
    color:#FFF;
    background:#0066CC;
    padding:10px;
    text-decoration:none;
    border:1px solid #0157ad;
    border-radius:3px;
    display:none;
}
 
.close-novin:hover{
    background:#ae0000;
}
 .novin-close-button:hover{
    background:green;
}
.popup-novin {
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    width:100%;
    height:100%;
    display:none;
      z-index: 9999999999999999999999999999;
}
 
/* Popup inner div */
.popup-content {
    width: 584px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    margin-top: 160px;
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 5px;
    background: #fff;
    position: relative;
}
 
/* Popup close button */
.novin-close-button {
    line-height: normal;
    width: 92px;
    max-width: 92px;
    cursor: pointer;
    padding: 0px;
    height: 36px;
    position: absolute;
   right: 67px;
    border-radius: 5px;
    background: rgb(32 212 39);
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 2px 1px 21px 6px #2dff3547;
}
 

 
@media screen and (max-width: 720px) {
.popup-content {
    width:90%;
    max-width:90%;
    } 
    .novinh2{
   text-align: center;
    font-size: 17px;
    color: red;
    position: absolute;
    right: 46%;;
    top: 12px;
    line-height: unset;
    }
    		.novin-titr{
		    
    font-size: 12px;
    text-align: center;  
	line-height	 :35px; 
		}
    .novin-close-button {
        line-height: normal;
        cursor: pointer;
     width: 80px;
    max-width: 80px;
    height: 36px;
    padding: 0px;
    position: absolute;
    right: 67px;
    border-radius: 5px;
    background: rgb(12 184 19);
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 2px 1px 21px 6px #2dff3547;
    }
    .close-novin {
    line-height: normal;
    width: 80px;
    cursor: pointer;
    max-width: 80px;
    height: 36px;
    padding: 0px;
    position: absolute;
    border-radius: 5px;
    background: red;
    font-size: 14px;
    text-align: center;
    text-align: center;
    color: #fff;
    text-decoration: none;
    left: 67px;
    text-decoration: none;
    box-shadow: 2px 1px 21px 6px #ff000024;
    }
}