#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:520px; 
  height:auto;
  padding: 10px 0px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

#boxes1 .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}

#boxes1 #dialog1 {
  width:700px; 
  height:auto;
  padding: 10px 0px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}

#lorem p {
    margin: 0 40px 36px;
    text-align: center;
}

#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
.w3-btn, .w3-btn:link, .w3-btn:visited {
    color: #fff;
    background-color: #000;
    font-size: 20px;
    padding: 10px 32px;
    text-decoration: none;
    border-radius: 10px;
}



.close1 {
    position: absolute;
    top: -15px;
    right: 3px;
    transition: all 200ms;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

 .close1:hover {
  color: #ff0606;
  text-decoration: none;
}

.close {
  position: absolute;
  top: 5px;
  right: 20px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
 .close:hover {
  color: #ffc216;
}
}
@media only screen and (max-width:640px) {
    
    
  #boxes #dialog {
  width:340px; 
  height:auto;
  padding: 10px 0px;
  margin-right:30px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
} 

  #boxes1 #dialog1 {
  width:340px; 
  height:auto;
  padding: 10px 0px;
  margin-right:30px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
} 

 .w3-btn, .w3-btn:link, .w3-btn:visited {
    color: #fff;
    background-color: #000;
    font-size: 20px;
    padding: 10px 12px;
    text-decoration: none;
    border-radius: 10px; 
}   
.close {
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

 .close:hover {
  color: orange;
}

.close1 {
  position: absolute;
  top: -15px;
  right: 3px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

 .close1:hover {
  color: #ffc216;
}