
.btn-default {
    display: inline-block;
    color: #fff;
    font-size: 18.29px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    background-color: #135e9e;
    height: 40px;
    line-height: 40px;
    padding: 0 60px;
    position: relative;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
}
.btn-default:hover {
    color: #fff;
    background-color: #f37335;
}
.btn-default:hover i {
    color: #f37335;
}
.btn-default i {
    background-color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
    color: #155799;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease-in-out;
    left: 6px;
    transform: translateY(-50%);
}




#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#f4c2d2;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  min-width:600px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
 
}

#boxes .window h1{
	font-weight:700;
	color: #f38217;
	padding-bottom:30px;
}

#boxes #dialog {
   width:300px;
  height:auto;
  padding:30px;
  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;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
   text-align:justify
}
#lorem h2{
	font-weight:700 
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
  position:absolute;
  top:-21px; right:-28px;
}
#popupfoot .close{
	opacity : 1}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}


 .mytable {width:100%;margin:15px 0;text-align:center; color:#000}
 .mytable tr:nth-child(even){background-color: #d7d7d7;}
    .mytable th {
      background: #f37335 none repeat scroll 0 0;text-align:center;
	  color:#FFF;
    }
    .mytable th, .mytable td {
      padding: 8px 10px;
    }
    .mytable tr, .mytable tr td {
      border: 1px solid;
    }