@media (max-width: 1900px){
	.banner_sec_inner{
		margin-left: 350px;
	}
}
@media (max-width: 1800px){
	.banner_sec_inner{
		margin-left: 310px;
	}
}
@media (max-width: 1700px){
	.banner_sec_inner{
		margin-left: 265px;
	}
}
@media (max-width: 1600px){
	.banner_sec_inner{
		margin-left: 216px;
	}
}
@media (max-width: 1500px){
	.banner_sec_inner{
		margin-left: 166px;
	}
}
@media (max-width: 1400px){
	.banner_sec_inner{
		margin-left: 85px;
	}
}
@media (max-width: 1200px){
	.right_side_grid h1{
		font-size: 28px;
	}
	.serve_flex h3{
		font-size: 13px;
	}
}
@media(max-width:1199px){
	.header_menu_sec{
		padding: 20px 20px;
	}
}

@media(max-width: 1024px){
	
	.footer_widget_wraper{
		width: 50%;
		/*min-height: 300px;*/
	}
}

@media(max-width: 991px){
.header_menu{
		display: none;
	}
	.hamburger_menu {
	    display: block;
	    
	}
	.header_menu_sec{
		justify-content: space-between;
	}
	.search_sec {
	    width: 100px;
	}
	
.grid_sec_wrap{
	grid-template-columns: repeat(1, 1fr);
}
.left_side_grid::after{
	width: 180px;
	right: 110px;
}
.serve_flex h3 {
    font-size: 16px;
}

.insights_grid{
	grid-template-columns: repeat(1, 1fr);
}
.banner_sec_inner {
    margin-left: 125px;
}
.leftProfileButon11 ul{
	width: 100%;
}
.leftProfileButon11 ul li a{
	width: auto;
}
.we_serve_secs{
	width: 100%;
}
.new_pro_dev_secs{
	width: 100%;
}
.resource_secs{
	width: 100%;
}
.add_float{
	width: 100%;
	float: left;
}

}


@media(max-width:679px){
	.leftProfileButon11 ul li a{
		width: 100%;
	}
	.leftProfileButon11 ul li {
		list-style: none;
		float: left;
		width: 96%;
	}
	.we_serve_wraper{
		width: 100%;
	}
	.leftProfileButon11 ul{
		height: 135px;
	}
}
@media(max-width: 668px){
	.banner_sec_inner {
    margin: 0 auto;
}
.build_your_sec_wrap{
	grid-template-columns: repeat(1, 1fr);
}
.footer_widget_wraper{
	width: 100%;
	min-height: auto;
	padding-bottom: 20px;
}
.left_side_grid img{
	width: 100%;
}
	.leftProfileButon11 ul{
		border-radius: 15px;
	}
    .leftProfileButon11 ul li a {
        width: calc(100% - 20px);
        margin: 0px 10px;
    }


}


@media(max-width: 580px){

.banner_sec_inner {
    margin: 0 auto;
    width: 100%;
}
.serve_flex h3{
	width: 100%;
}
.serve_flex h3:last-child{
	border-bottom: none;
}



}

@media(max-width: 480px){
.banner_content h1{
	font-size: 22px;
}
.right_side_grid h1 {
    font-size: 20px;
}
.build_prop_name{
	font-size: 20px;
}
.build_prop_location{
	font-size: 14px;
}
.insight_content h2{
	font-size: 16px;
}
.insight_content h3{
	font-size: 13px;
}
.insights_heading h1{
	font-size: 25px;
}
.featured_prop_name{
	font-size: 21px;
}
.expert_heading h1{
	font-size: 25px;
}
.right_side_grid p{
	font-size: 16px;
}
.we_serve_sec h2{
	font-size: 20px;
}
.tailor_content h1{
	font-size: 20px;
}
.main_banner_sec{
	bottom: 0;
	left: 0;
	transform: inherit;
	top: inherit;
}


}