#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#00000000;
  display:none;
}  

#boxes .window {
    position: absolute;
    right: 10% !important;
    bottom: 10% !important;
    left: auto !important;
    top: auto !important;
    width: 380px !important;
    height: 140px !important;
    display: none;
    z-index: 9999;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}

#boxes #dialog {
  background:#2b519a;
  color:#fff;
}

.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem p {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
	margin: 15px;
	  color: #ffffff;
}

#lorem h4 {
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 10px;
    padding: 6px 0;
    border-bottom: 1px solid #3c60a5;
}


#lorem .close {
    margin-top: -35px;
    margin-right: 35px;
    background: #2b519a;
    border-radius: 50%;
	color:#ccc;
    padding: 5px 10px;
    font-size: 20px;
    opacity: 1;
}

#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;
}


@media only screen and (max-width: 991px) { 

#boxes .window {
    position: absolute;
    right: auto !important;
    bottom: auto !important;
    left: 14% !important;
    top: 28% !important;
    width: 300px !important;
    height: 100px !important;
    display: none;
    z-index: 9999;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}

#boxes #dialog {
  background:#2b519a;
  color:#fff;
}

.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem p {
    font-family: sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    margin: 7px;
    color: #ffffff;
}

#lorem h4 {
color: #ffffff;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0px;
    padding: 3px 0;
    border-bottom: 1px solid #3c60a5;
}


#lorem .close {
    margin-top: -22px;
    margin-right: 16px;
    background: #2b519a;
    border-radius: 50%;
    color: #ccc;
    padding: 5px 10px;
    font-size: 20px;
    opacity: 1;
}


}