@media(max-width:1024px) {
}

@media(max-width:991px) {
}

@media(max-width:767px) {
	.fluid_pad {
		padding: 0 20px;
	}

	.call_top a {
		font-size: 12px;
        display: block;
        margin-bottom: 0;
        margin-top: 10px;
	}

	.p_overview p {
		text-align: center;
		font-size: 14px;
	}

	.section_hds {
		font-size: 18px;
	}

	.city_box {
		margin-bottom: 25px;
	}

	.section-title {
		font-size: 15px;
	}

	.call_top {
		display: flex;
	}

	.view_property {
		display: block;
		float: none;
		padding: 10px 20px;
		width: 70%;
		text-align: center;
		margin: auto;
	}

	.pf_slider img {
		height: 250px;
	}

	.navbar-brand img {
		height: 30px;
	}

	.location_num {
		display: flex;
		border: 1px solid #ccc;
		justify-content: center;
		margin-bottom: 5px;
	}

	.site_enquiry {
		display: none;
	}

	.mid_hds {
		font-size: 20px;
		text-align: center;
	}

	.demn_enq {
		justify-content: space-evenly;
	}

	.y_num {
		font-size: 25px;
	}

	.exp_year h6 {
		font-size: 14px;
	}

	.s_c {
		border-right: 2px solid #ddd;
		padding-right: 10px;
		text-align: center;
		margin-right: 10px;
	}

	.pop_ttl {
		font-weight: 500;
		font-size: 18px;
	}

	.f_buton {
		width: 90%;
	}

	.count_lists {
		border: 1px solid #eee;
		margin-bottom: 10px;
		text-align: center;
	}

	.sc_location {
		padding: 30px 0;
	}
	.construction_type_box {
		padding: 20px 30px;
		margin-bottom: 10px;
	}
	.call_top img {
		height: 15px;
	}

	.site_visite {
		text-align: center;
		border-radius: 30px;
		width: 60%;
		right: 10px;
	}

	.header_navigation .nav-item .nav-link {
		text-align: center;
	}

	.pf_slider h5 {
		font-weight: 800;
	}

	.pf_slider p {
		font-size: 16px;
	}

	.whatsapp-btns {
		z-index: 1024;
		position: fixed;
		top: 50%;
		right: 10px;
		display: inline-table;
		align-items: center;
		justify-content: center;
		font-family: 'Open Sans', sans-serif;
		text-decoration: none;
		background: #3BB819;
		font-size: 20px;
		box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);
		padding: 10px;
		border-radius: 0px;
	}

	.bn-icons span {
		display: none;
	}

	.card-body {
		text-align: center;
	}

	.mng {
		display: inline;
	}

	.top_header {
		text-align: center;
	}
}

@media(max-width:330px) {
}