#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:717px; 
  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;
	font-size: 16px;
	float: none;
	color: #fff;
	opacity: 1;
	font-weight: unset;
}
.agree:hover{
  //background-color: #D1D1D1;
  text-decoration: none;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
	text-decoration: none;
}
.popupoption2:hover{
	
	color: red;
}
.sub_pop
{
float: left;
width: 100%;
}
.sub_pop1
{
float: left;
width: 45%;
background-color: #fff;
text-align: center;
padding: 0px 0px;
height: 333px;
}
.sub_pop1 h3
{
}
.sub_pop1 p
{
font-size: 16px;
}
.sub_pop1 img
{
width: 100%;
}
.sub_pop2
{
float: left;
width: 55%;
background-color: #04bf00;
text-align: center;
padding: 10px;
height: 333px;
}
.sub_pop21 h4
{
color: #fff;
font-size: 20px;
}
.sub_pop21 h3
{
color: #fff;
font-size: 27px;
}
.sub_pop21 p
{
color: #fff;
text-align: center;
margin-top: 0;
}
.sub_pop21_p
{
width: 150px;
text-align: center;
color: #04bf00 !important;
font-size: 16px;
background-color: #fff;
padding: 10px;
margin: 0 auto;
margin-top: 25px;
text-decoration:none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
}
.sub_pop21_p:hover
{
background-color: #333;
color: #fff
}
.sub_pop22
{
}
.sub_pop22 img
{
width: 110px;
background-color: #333;
padding: 20px;
border-radius: 92px;
}
.close1
{
background-color: #fff;
color: #04bf00 !important;
position: absolute;
top: -15px;
right: -15px;
font-size: 30px !important;
width: 40px;
height: 40px;
border-radius: 560px;
padding: 2px 5px;
}
.sub_bo0
{
width: 75%;
margin: 0 auto;
}
.sub_box
{
float: left;
width: 50%;
margin-bottom: 15px;
}
.sub_box label
{
width: 100%;
margin-top: 0px;
text-align: left;
color: #222;
}
.sub_box input
{
float: left;
width: 95%;
border: 1px solid #333;
padding: 10px 10px;
margin-top: 10px;
}
.sub_box input:focus
{
border: 1px solid #7ac143;
color: #7ac143;
}
.sub_box select
{
float: left;
width: 95%;
border: 1px solid #333;
padding: 10px 10px;
margin-top: 10px;
}
.sub_box select:focus
{
border: 1px solid #f05f40;
color: #f05f40;
}
.sub_box1
{
float: left;
margin-top: 20px !important;
}
.sub_box2
{
margin-top: 15px;
margin-left: 25px;
font-size: 16px;
}
.contact_box3
{
background-color: #f05f40;
border: 0;
padding: 10px 30px;
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
margin: 20px 0px;
}
.contact_box3 i
{
}
.contact_box3:hover
{
background-color: #4a9e0a;
}