

	/*============================= Small MOBILE Devices================================ */
	
	@media(min-width:767px){
		
		
		
		
	}
	
	
	
	
	
	/*============================= MOBILE Devices================================ */
	@media(max-width:767px){
		.footersec .footer-logo {
				
				max-width: 220px;
			}
		    .rera {
				flex-direction: column;
			}
		.rera-details p{
			font-size: 12px;
		}
		.rera-details{
			padding: 0 15px;
		}
		.rera-details {
			padding: 0 15px;
			flex-direction: column;
			text-align: center;
		}
	}
	
	
	



	
	


	/*============================= Medium Devices, Tablets ================================ */
	@media(min-width:768px) and (max-width:991px){
			
		
			
	}
	
	
	
	/*============================= Medium Devices, Desttop ================================ */
	@media(min-width:992px) and (max-width:1199px){
		
		
		
			
	}	























