#mask {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}


#boxes #dialog {
    /* width: 70%; */
    height: auto;
    padding: 10px 10px 10px 10px;
    /* background-color: #ffffff; */
    /* font-size: 15pt; */
    left: 0px;
    margin: 0 auto;
    text-align: center;
        top: 40px!important;

}

@media (min-width: 992px){
.modal-lg {
    /* width: 900px; */
}
}

@media (min-width: 768px){
.modal-dialog {
    width: 100% !important; 
     margin: 00px auto !important;
}
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}



.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	color: red;
}



.modal-content  {
    box-shadow: none;

}

h2{
    font-weight: 400;
}

.modal-header{
	border:none !important;
	text-align:center;
	font-weight:800;
	
} 
.modal-title{
    font-size:23px;
	color: #002e5b;
	margin:0 auto !important;
	
}
.modal-body{
	padding-left:20px !important;
	padding-right:20px !important;
	border-top: 1px solid #dddbdd;
}


    .fa{
        color:rgb(14, 63, 138);
    }

    .ads{
        margin-top:20px;
    }
    .ads h2{
        font-weight: 800;
        color:#002e5b;
        text-transform: uppercase;
        font-size: 25px;
    }
    .add-off{
        margin-top:20px;
		border: 2px solid #fde428;
		margin-right:30px;
		padding:20px;
    }
	.headline-popup{
		font-size:18px;
		font-weight:700;
		color:#002e5b;
		margin-bottom:15px;
	}
	.pgdm{
		font-size:20px;
		font-weight:700;
		color:#002e5b;
	}
	.hurry{
		font-size:20px;
		font-weight:700;
		color:#bb2130;
	}
	
    .cname{
        font-size: 20px;
        font-weight: 600;
    }
    
    @media only screen and (max-width: 600px) and (min-width: 320px) {
    #boxes #dialog {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    font-size: 15pt;
    left: 0px!important;
    margin: 0 auto;
    text-align: center;
    top: 80px!important;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 16px!important;
}
}




    