#mask {
  position:absolute;
  left:0;
 
  z-index:1000;
  background-color:#263a4a;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
 
 
  display:none;
  z-index:9000;
 padding:25px;
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 360px) and (max-width: 640px) {
  #boxes #dialog {
      width:300px;
     
      height:auto;
      position:fixed;
     
      font-size: 15pt;
    }
 .img1{width:40%;
 margin-top:150px;
 margin-left: 165px;}
 
}
@media  (max-width: 991px) {
    #boxes #dialog {
      width:400px;
      margin-left: -30px;
      height:auto;
      position:fixed;
     
      font-size: 15pt;
    }
 
}

@media (min-width: 1400px) and (max-width: 1900px) {
  #boxes #dialog {
      width:400px;
      margin-left: -20px;
      height:auto;
      position:fixed;
     
      font-size: 15pt;
    }
 
 
}


/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media  (max-width: 1399px) {
    #boxes #dialog {
      width:700px;
      margin-left: -10px;
      height:auto;
      position:fixed;
     
      font-size: 15pt;
    }
 
}
.agree:hover{
  
}
.popupoption:hover{
background-color:#D1D1D1;
color: green;
}
.popupoption2:hover{
color: red;
}