#popUpMain
{

	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 1001;
}
#popup
{
	width: 600px;
	height: 446px;
	background: #6a2721;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
	
}

#newsHeading
{
	transform: translateY(50%);
	color: white;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
}
.submitId
{

color: white;	
padding-left: 40px;
font-size: 16px;
font-weight: 600;
}

 .pp
    {
    height:130px;
    width: 130px; 
    padding: 4px;
    margin:15px 15px 15px 3px;
    border: 5px solid white;
    border-radius: 100px;
    color: #fff;
    line-height: 16px;
    font-size: 13px;
    }


   @media(max-width:700px) and (min-width:300px)
   {
    
   #popup
   {
	width: 450px;
	height: 410px;
	background: #9e030b;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 1px 1px 1px 1px white;
	text-align: center;
	
   }
    .pp
    {
    height:50px;
    width: 50px; 
    padding: 4px;
    margin:15px 15px 15px 3px;
    border: 5px solid white;
    border-radius: 100px;
    color: #fff;
    line-height: 15px;
    font-size: 5px;
    }



   }