#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000000de;
  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:70%; 
  height:auto;
  padding: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;
}
#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;
}



div#popup-header {
    background-color: #c3c3c3;
    padding: 10px 0;
    color: #fff;
	border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.popup-content {
    padding: 15px;
    text-align: left;
}
div#popup-footer {
    padding: 0px 0 30px;
    text-align: center;
}

.popup-content ul li {
    padding: 5px 30px;
    font-size: 16px;
    list-style-type: none;
    text-align: justify;
    line-height: 23px;
}
.popup-content ul {
	margin-bottom:10px;
	
}
.popup-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}
div#popup-footer a.close.agree {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
	opacity: 1;
	color:#fff;
	float:none;
	
    
}


div#popup-footer a.close {
background:    rgba(243, 103, 40, 0.90);
border:        1px solid #569;
border-radius: 5px;
box-shadow:    0 1px 0 0 #444;
color:         #fff;
display:       inline-block;
padding:       8px 20px;
font:          normal 700 24px/1 "Calibri", sans-serif;
text-align:    center;
text-shadow:   1px 1px 0 #000;
}


@media only screen and (max-width: 600px) {
  .window{
    top: 32.5px !important;
    left: 17px;
  
  }
  .popup-content h4{
   
    font-size: 19px;
  
    margin-bottom: 39px;
  }
  .popup-content p {
    font-size: 14px;
   
}
.image-bottom-mobile{
  margin-bottom: 3rem !important;
}
.mobile-image{
 
  flex-wrap: wrap;
  row-gap: 3rem !important;
}
.mobile-image img{
  width: 45% !important;
}
  .flexing-responsive{
   
 
    gap: 2rem;
    margin-top: 63px;
    flex-wrap: wrap;
  }
#boxes #dialog {
  width:  365px; 
  height:auto;
  padding:0px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 12px;
}
}
