	.legality{
	background:url('<?php echo base_url();?>assets/image/bg.jpg');
			background-size:100%;
			background-repeat:no-repeat;
			background-position: center;
			
			position:relative;
	
	}
			.check-us{
			width:90%;
			margin:auto;
			margin-bottom:100px;
			
			}
			.check-us img{
			width:100%;
		
			}
			.check-img{
				
				position:relative
			}
			.check-img a{
				position: absolute;
				bottom: -8%;
				left: 6%;
				text-align: center;
				
				padding: 1% 4%;
				font-size: 31px;
				border-radius: 50px;
				right: 6%;
			}
			.green{
				color:#fff;
				background:#194d87
				
			}		.white{
				text-decoration:none;
				background:#fff;
				color:#000;
			}	
			
			.green:hover{
				color:#fff;
				background:#b24b10;
				text-decoration:none;
				
			}		.white:hover{
				text-decoration:none;
				background:#b24b10;
				color:#fff;
			}	
			
				.bg{
				position: absolute;
				background: #0c0606;
				width: 100%;
				display: block;
				height: 100%;
				opacity: 0.7;
				}
			.legality h1{
			color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    padding: 50px;
    position: relative;
    font-size: 56px;
			
			}
			
		@media only screen and (max-width: 767px){
	
	.legality {
    background: url(http://localhost/shamim/assets/image/bg.jpg);
    background-size: 100%;
    background-repeat: repeat;
    background-position: center;
    position: relative;
}
.check-us {
    width: 100%;
    margin: auto;
    margin-bottom: 100px;
}
.cout-two{
	
	width:50%;
	float:left;
}
.cout-one{
	
	width:50%;
	
}
.cout-one {
    width: 100%;
    margin-top: 16px;
    float: left;
}
.check-img a {
    position: absolute;
    bottom: -8%;
    left: 6%;
    text-align: center;
    padding: 1% 4%;
    font-size: 24px;
    border-radius: 50px;
    right: 6%;
}
.width-50{
width:50%;
margin:auto;
	
}


}		
			
			
	