#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:50%; 
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#ffffff;
  font-size: 15pt;
      border: 9px solid #345aab;
}.text-danger {
    color: #bb0301;
      font-size: 33px;
    font-weight: 700;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    width: 50%;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	color: red;
}   
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
 {
 
  .popimg
  {
  width: 100% !important;
  }
  #boxes #dialog {
   width: 289px;

    height: auto;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    font-size: 15pt;
   
}
.close {
    
    opacity: 1.2 !important;
}.awards1
{
padding:0px !important;
}
.window
{
  left:8% !important;
  top:10% !important;
}
.tollf
{
margin-top: 8px;
}
  }