


 .modal-dialog ul,li 
{
	list-style-type: none; display: flex;
}


.close
{
	position: relative;
    height: 40px;
    display: block;
    width: 100%;
    text-align: right;
	background: #FFFFFF !important;
	z-index: 999;
	opacity: 1;
	
}

.close:hover{opacity: 1;}
.happy-close{border: 0; border-radius: 0; box-shadow: 0; padding: 10px; background: #FFF;}


.happy-close span{ margin-top: 5px; border-radius: 0; box-shadow: 0;}

.gov-logos
{    
	
	display: block;
    flex-direction: column;
	background: #FFF;
	height: auto;
	

	
}
.rakpp-logo{ position: relative; bottom: 0; right: 0; float: right;}
.rakpp-logo img{ float: right;}

.gov-logo{ position: relative; bottom: 0; left: 0; float: left;}
.gov-logo img{ float: left;}
.happy-logo{position: relative; top: 0; margin: 0 auto;}
.happy-logo img{margin: 0 auto; top: 0;}
.gov-logos ul { background: #FFF;}
.gov-logos ul li 
{
	
	list-style-type: none;
    background: #FFF;
	float: left;
    width: 100%;
	height: 100%;
	
}

.modal-dialog  {
	background: ; opacity: 1; width: 75%;  
}


.iframestart { position: relative;  }
#modeliframe {height: 350px;}



.bootpopup{position: absolute; bottom: 0; left: 100px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; background: #6d5435; border: 0; border-radius: 0;}
.bootpopup:hover{background:#6d5435; outline: none;}
.bootpopup:focus{background:#6d5435; outline: none;}
.bootpopup:visited{background:#6d5435; outline: none;}

@media screen and (max-width: 768px) {
.modal-dialog
{
	position: absolute;   left: 0; 
  	right: 0; 
  	margin-left: auto; 
	margin-right: auto; width: 100%;
}
	
	.smile-icon i{font-size: 50px;}	
	
}


