#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
#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 {
  max-width:500px; 
  width:100%; 
  height:auto;
  padding:0px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  top: 10% !important;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 0px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
.kt-content img{ width: 100%;}
.kt-enquiry .close.agree {
	float: none;
}
.kt-enquiry .close.agree {
	float: none;
	background: #ed9c15;
	opacity: 1;
	color: #fff;
	padding: 15px 0;
	display: block;
	text-shadow: none;
	border-radius: 0;
	font-weight: 700;
	transition: 0.3s ease;
}

.kt-enquiry .close.agree:hover{ background: #222; }
