#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  /* width:450px; */ /* Commented on 10-03-2022 */
  width:60%;
  height:auto;
  padding:10px;
  background-color:#ffffff;
  /* font-family: 'Segoe UI Light', sans-serif; */ /* Commented on 10-03-2022 */
  font-size: 15pt;
}
.img{
	width: auto;
}
@media(max-width:1366px){
	#boxes #dialog {
	  width:60%;
	  height:auto;
	  padding:10px;
	  background-color:#ffffff;
	  font-size: 15pt;
	}

	.img{
		width: 50%;
	}	
}
@media(max-width:1280){
	#boxes #dialog {
	  width:80%;
	  height:auto;
	  padding:10px;
	  background-color:#ffffff;
	  font-size: 15pt;
	}
	
	.img{
		width: 50%;
	}
}
@media(max-width:1210px){
	#boxes #dialog {
	  width:80%;
	  height:auto;
	  padding:10px;
	  background-color:#ffffff;
	  font-size: 15pt;
	}
	
	.img{
		width: auto;
	}
}
@media(max-width:1024px){
	#boxes #dialog {
	  width:80%;
	  height:auto;
	  padding:10px;
	  background-color:#ffffff;
	  font-size: 15pt;
	}
	
	.img{
		width: auto;
	}
}
@media(max-width:768px){
	#boxes #dialog {
	  width:80%;
	  height:auto;
	  padding:10px;
	  background-color:#ffffff;
	  font-size: 15pt;
	}
	
	.img{
		width: 90%;
	}
}
@media(max-width:736px){
	#boxes #dialog {
	  width:80%;
	  height:auto;
	  padding:10px;
	  background-color:#ffffff;
	  font-size: 15pt;
	}
	
	.img{
		width: 90%;
	}
}
@media(max-width:667px){
	#boxes #dialog {
	  width:80%;
	  height:auto;
	  padding:10px;
	  background-color:#ffffff;
	  font-size: 15pt;
	}
	
	.img{
		width: 90%;
	}
}
@media(max-width:640px){
	#boxes #dialog {
	  width:80%;
	  height:auto;
	  padding:10px;
	  background-color:#ffffff;
	  font-size: 15pt;
	}
	
	.img{
		width: 90%;
	}
}
@media(max-width:600px){
	#boxes #dialog {
	  width:80%;
	  height:auto;
	  padding:10px;
	  background-color:#ffffff;
	  font-size: 15pt;
	}
	
	.img{
		width: 90%;
	}
}
@media(max-width:568px){
	#boxes #dialog {
	  width:80%;
	  height:auto;
	  padding:10px;
	  background-color:#ffffff;
	  font-size: 15pt;
	}
	
	.img{
		width: 90%;
	}
}
@media(max-width:480px){
	#boxes #dialog {
	  width:80%;
	  height:auto;
	  padding:10px;
	  background-color:#ffffff;
	  font-size: 15pt;
	}
	
	.img{
		width: 90%;
	}
}
@media(max-width:320px){
	#boxes #dialog {
	  width:80%;
	  height:auto;
	  padding:10px;
	  background-color:#ffffff;
	  font-size: 15pt;
	}
	
	.img{
		width: 90%;
	}
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('images/bg.jpg');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	/* font-family: "Segoe UI", sans-serif; */
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
	opacity: unset;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}