/* ---------------------------------------------- */
/* MEDIA QUERIES */
/* ---------------------------------------------- */
@media screen and (min-width:1024px) and (max-width:1439px){
	.main-nav{
		margin-left: 0px;
	}
}

@media screen and (min-width:769px) and (max-width:1023px){
	.line_4 {
	    padding-bottom: 6.25em;
	}	
}

@media screen and (min-width:768px) and (max-width:1023px){
	.flex-container {
        display: flex!important;
        flex-wrap: wrap!important;
        flex-direction: row!important;
        justify-content: space-evenly!important;
    }
	
/* 	.index-start-div{ */
/* 		flex-direction: column-reverse!important; */
/* 	} */
	
	.center-text{
/* 		width: 100%; */
    	text-align: center;
	}
}

@media screen and (max-width: 767px)  {
	#trophy {
		width: 115px;
	}
	
	#idx_abt_us {
		left: 0;
		width: 100%;
		max-width: 100%;
	}	
}

@media screen and (min-width:425px) and (max-width:767px){
	
	.center-text{
		width: 100%;
    	text-align: center;
	}
	
	.title {
	    text-align: center;
	}
}

@media screen and (min-width:375px) and (max-width:424px){
	
	.current_offerings .carousel-item {
	    display: inline;
	    border: 2px solid #ededed;
	    margin: 5px 5px 5px 5px;
	}
	
	.center-text{
		width: 100%;
    	text-align: center;
	}
}


@media screen and (max-width:414px){
	.index-immoplus-intro-section {
	    background-image: none;
	}
	
	.title {
	    text-align: center;
	}
	
	.m--hidden {
		display: none;
	}
	#idx_abt_us {
		position: relative;
	}	
}