		
/* Adding eligibility script, Raheel */

#popup { display: none; position: fixed; top: 5%; left: 15%; width: 70%; height: 90%; background-color: white; z-index: 10; }
#popup iframe { width: 100%; height: 100%; border: 0; }
#popupdarkbg { position: fixed; z-index: 5; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(0,0,0,.35); display: none; } 
 
 .button_elibility{
  padding: 7px 20px;
  text-decoration:none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition-duration: 0.4s;
  background-color: #45a049;
  color: white;
  font-size: 1.2rem;
  border-radius: 5px;
  margin-top: 10px;
  font-family: serif;
}
.button_elibility:hover{
  background-color: #0092ba;
  color: white;
  text-decoration:none;
 }

#container_elig {
	display:flex;
}

 #container1_elig {
  margin: auto;
  background-color: white;
  padding: 0px;
  width: 65%;
  margin-top:5px;
  border-style: ;
  font-size: 1.30rem;
  font-weight: bold;
  color:grey;
}

 #container2_elig {
  margin: auto;
  margin-bottom:5px;
  background-color: white;
  padding: 0px;
  width: 55%;
  margin-top:50px;
  border-style: ;
}

.p_elig {
	font-size:1.2rem;
	font-weight:bold;
}

/* Adding-eligibility script ends here, Raheel */

