@media (max-width: 1500px) {
	.container_lg {
		max-width: 1200px;
	}
	.feature_img img {
		min-height: 480px;
	}
}

@media (max-width: 1200px) {
	.container_lg,
	.container {
		max-width: 992px;
	}
	section {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.hero_slide_content h6 {
		font-size: 45px;
	}
	.hero_slide_content h1 {
		font-size: 65px;
	}
	.hero_slide_content p {
		font-size: 19px;
	}
	.hero_slide_content .comn_btn {
		margin-top: 32px;
	}
	.hero_sec {
		min-height: 580px;
	}
	.hero_slide {
		min-height: 580px;
	}
	.property_slider {
		height: 200px;
	}
	.property_slider img {
		height: 200px;
	}
	.category_box img {
		height: 280px;
	}
	.main_footer .widget_second {
		padding-left: 40px;
	}
	.main_footer .widget_third {
		padding-left: 0;
	}
	.site-header .primary-navigation .menu-wrapper .menu-item {
		margin-left: 32px;
	}
	.feature_txt h2 {
		font-size: 34px;
	}
	.property_sidebar_contact .comn_btn a {
		width: 100%;
		margin-bottom: 8px;
		margin-right: 0;
	}
	.property_sidebar_contact .comn_btn a:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {
	.container_lg,
	.container {
		max-width: 768px;
	}
	section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.col_6 {
		width: 100%;
	}
	.col_4 {
		width: 50%;
	}
	.col_3 {
		width: 50%;
	}
	.main_footer .col_4 {
		margin-bottom: 32px;
	}
	.main_footer .col_4:last-child {
		margin-bottom: 0;
	}
	.site-header .header_row .site-branding {
		width: 70%;
	}
	.site-header .header_row .primary-navigation {
		width: 30%;
		text-align: right;
	}
	.site-header .site-logo img {
		max-width: 170px;
	}
	.site-header .menu-button-container {
		display: block;
	}
	.site-header .menu-button-container .button {
		background: none;
		border: none;
		padding: 0;
		font-size: 30px;
		cursor: pointer;
	}
	.site-header .primary-menu-container {
		position: fixed;
		top: 0;
		bottom: 0;
		height: 100vh;
		background-color: var(--clr_primary);
		width: 300px;
		right: -300px;
		transition: right 0.4s 0s ease-in-out;
	}
	.primary-navigation-open .site-header .primary-menu-container {
		right: 0;
	}
	.lock-scrolling {
		overflow: hidden;
	}
	.site-header .primary-navigation .menu-wrapper {
		text-align: left;
		padding: 35px 40px;
	}
	.site-header .primary-navigation .menu-wrapper .menu-item {
		display: block;
		margin-left: 0;
		font-size: 17px;
		margin-bottom: 0;
		margin-bottom: 15px;
	}
	.site-header .primary-navigation .menu-wrapper .menu-item a {
		color: #fff !important;
		padding-bottom: 0;
		cursor: pointer;
	}
	.site-header .primary-navigation .menu-wrapper .menu-item a::after {
		display: none;
	}
	.site-header .primary-navigation .menu-wrapper .menu-item.close_menu {
		display: block;
		text-align: right;
		font-size: 30px;
	}
	/* .property_slider .owl-nav {
		left: 18px;
		right: 18px;
		opacity: 1;
		visibility: visible;
	} */
	.main_title {
		margin-bottom: 40px;
	}
	.why_sec .features_wrap {
		margin-top: 70px;
	}
	.why_sec .features_wrap .row {
		margin-bottom: 40px;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
		border-radius: 11px;
		overflow: hidden;
	}
	.why_sec .features_wrap .row:last-child {
		margin-bottom: 0;
	}
	.why_sec .features_wrap {
		box-shadow: none;
		border-radius: 0;
		overflow: visible;
	}
	.feature_img img {
		min-height: auto;
		height: 350px;
		width: 100%;
	}
	.feature_txt {
		padding: 40px 40px 50px;
	}
	.feature_txt_in {
		max-width: none;
	}
	.filter_top_list {
		width: 25%;
	}
	.recent_sec .main_title {
		margin-bottom: 50px;
	}
	.category_sec .col_6 {
		width: 50%;
	}
	.category_box h4 {
		font-size: 20px;
	}
	.category_box a::after {
		border: 1px solid #fff;
	}
	.category_sec .row {
		justify-content: center;
	}
	.contect_sec .contact_detail {
		width: 100%;
	}
	.contect_sec .form_block {
		width: 100%;
	}
	.contact_map_wrap iframe {
		height: 380px;
	}
	.property_title_left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.property_title_right {
		width: 100%;
		text-align: left;
	}
	.property_content {
		width: 100%;
		padding-right: 0;
		margin-bottom: 32px;
	}
	.property_sidebar {
		width: 100%;
		padding-left: 0;
	}
	.property_sidebar_contact .comn_btn a {
		margin-bottom: 0;
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.property_title_left h1 {
		font-size: 32px;
	}
	.menu_overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		visibility: hidden;
		transition: hidden 0.4s 0s ease-in-out;
		z-index: 9998;
	}
	.primary-navigation-open .menu_overlay {
		visibility: visible;
	}
	.primary-navigation-open .site-header {
		pointer-events: none;
	}
	.primary-navigation-open .primary-menu-container {
		pointer-events: all;
	}
	.site-header .primary-navigation .sub-menu-toggle {
		color: #fff !important;
		margin-left: 0;
		transition: all 0.3s 0s ease-in-out;
		float: right;
		font-size: 20px;
		padding: 1px 0 1px 15px;
		cursor: pointer;
	}
	.site-header .primary-navigation .menu-wrapper .sub-menu {
		opacity: 1;
		visibility: visible;
		transition: none !important;
		position: static;
		background-color: transparent;
		box-shadow: none;
		padding: 12px 15px 3px;
		display: none;
	}
	.site-header .primary-navigation .menu-wrapper .menu-item-has-children>a {
		padding-right: 0;
	}
	.site-header .primary-navigation .menu-wrapper .sub-menu .menu-item {
		line-height: 22px;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.container_lg,
	.container {
		max-width: 576px;
	}
	.col_4 {
		width: 100%;
	}
	section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	h1 {
		font-size: 40px;
		margin-bottom: 25px;
	}
	h2 {
		font-size: 34px;
	}
	.main_title {
		margin-bottom: 32px;
	}
	.main_footer {
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.top_bar_right {
		display: none;
	}
	.top_bar_left {
		width: 100%;
		text-align: center;
	}
	.main_footer .col_4 {
		margin-bottom: 25px;
	}
	.top_bar_left li {
		margin-right: 12px;
	}
	.hero_sec {
		min-height: 520px;
	}
	.hero_slide {
		min-height: 520px;
		padding: 70px 0 90px;
	}
	.hero_slide_content h6 {
		font-size: 38px;
	}
	.hero_slide_content h1 {
		font-size: 55px;
	}
	.hero_slide_content p {
		font-size: 18px;
	}
	.filter_top_list {
		width: 33.3333%;
	}
	.filter_top {
		margin-bottom: 28px;
	}
	.filter_bottom_list {
		margin-top: 8px;
	}
	.main_title h2 {
		margin-bottom: 15px;
	}
	.recent_sec .main_title {
		margin-bottom: 60px;
	}
	.property_slider {
		height: 280px;
	}
	.property_slider img {
		height: 280px;
	}
	.why_sec .features_wrap {
		margin-top: 60px;
	}
	.feature_img img {
		height: 250px;
	}
	.why_sec .features_wrap .row {
		margin-bottom: 30px;
	}
	.feature_txt {
		padding: 38px 30px 40px;
	}
	.feature_txt h2 {
		font-size: 30px;
	}
	.category_sec .col_6 {
		width: 100%;
	}
	.contact_wrap {
		padding: 45px 40px 50px;
	}
	.main_footer .widget_first img {
		max-width: 180px;
		margin-bottom: 25px;
	}
	.main_footer .widget h4 {
		font-size: 20px;
		line-height: 29px;
		margin-bottom: 22px;
	}
	.main_footer .widget_second {
		padding-left: 0;
	}
	.inner_ban_sec {
		padding: 100px 0;
	}
	.contect_sec .contact_detail {
		padding: 40px 30px;
	}
	.contect_sec .form_block {
		padding: 40px 30px 40px;
	}
	.property_title_price {
		font-size: 32px;
	}
	.property_content_feature li,
	.property_content_detail li,
	.property_content_address li {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.container_lg,
	.container {
		max-width: 100%;
	}
	body {
		font-size: 15px;
		line-height: 23px;
	}
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	h1 {
		font-size: 36px;
		margin-bottom: 15px;
	}
	h2 {
		font-size: 30px;
	}
	.comn_btn {
		margin-top: 22px;
	}
	.main_footer .widget_first img {
		max-width: 150px;
		margin-bottom: 20px;
	}
	.main_footer .widget h4::after {
		margin-top: 8px;
	}
	.main_footer .widget .footer_social {
		margin-top: 18px;
	}
	.main_footer .widget h4 {
		margin-bottom: 20px;
	}
	.main_footer .widget ul li {
		margin-bottom: 8px;
	}
	.main_footer {
		padding-top: 65px;
		padding-bottom: 32px;
	}
	.site-header {
		padding: 16px 0;
	}
	.site-header .site-logo img {
		max-width: 150px;
	}
	.site-header.sticky .site-logo img {
		max-width: 140px;
	}
	.hero_sec {
		min-height: 480px;
	}
	.hero_slide {
		min-height: 480px;
		padding: 60px 0 80px;
	}
	.hero_slide_content h6 {
		font-size: 32px;
	}
	.hero_slide_content h1 {
		font-size: 48px;
	}
	.hero_slide_content h1 {
		font-size: 48px;
		margin-bottom: 12px;
	}
	.hero_slide_content p {
		font-size: 17px;
	}
	.hero_slide_content .comn_btn {
		margin-top: 26px;
	}
	.hero_slide_content .comn_btn a {
		padding: 15px 26px;
		border-radius: 8px;
	}
	.hero_slider .owl-dots {
		bottom: 20px;
	}
	.hero_slider .owl-dots .owl-dot {
		width: 8px;
		height: 8px;
	}
	.hero_slider .owl-dots .owl-dot.active {
		height: 7px;
	}
	.filter_top_list {
		width: 50%;
	}
	.filter_top {
		margin-bottom: 24px;
	}
	.filter_bottom_list {
		margin-top: 5px;
	}
	.filter_bottom_list input[type="checkbox"]+label {
		font-size: 14px;
	}
	.property_slider {
		height: 220px;
	}
	.property_slider img {
		height: 220px;
	}
	.filter_bottom_title i {
		margin-top: 5px;
	}
	.main_title h2 {
		margin-bottom: 12px;
	}
	.latest_sec .main_title {
		margin-bottom: 28px;
	}
	.tab_btn_wrap .tab_btn {
		width: calc(50% - 6px);
	}
	.tab_btn_wrap {
		margin-bottom: 25px;
	}
	.latest_sec .col_4 {
		margin-bottom: 24px;
	}
	.latest_sec .row {
		margin-bottom: -24px;
	}
	.why_sec .row {
		margin-bottom: -24px;
	}
	.why_sec .col_4 {
		margin-bottom: 24px;
	}
	.why_box {
		padding: 30px 25px 25px;
	}
	.why_box i {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.why_sec .features_wrap {
		margin-top: 45px;
	}
	.feature_txt h2 {
		font-size: 26px;
	}
	.feature_txt {
		padding: 28px 24px 35px;
	}
	.why_sec .features_wrap .row {
		margin-bottom: 24px;
		border-radius: 9px;
	}
	.main_title {
		margin-bottom: 28px;
	}
	.category_box img {
		height: 220px;
	}
	.contact_wrap {
		padding: 30px 25px 40px;
		border-radius: 10px;
	}
	.btn_field .wpcf7-submit {
		padding: 17px 30px !important;
	}
	textarea {
		height: 100px !important;
	}
	.field_wrap.half_field {
		width: 100%;
	}
	.field_wrap {
		margin-bottom: 12px;
	}
	label {
		margin-bottom: 8px;
	}
	.footer_bottom .copyright {
		padding: 18px 0;
	}
	.recent_slider>.owl-carousel>.owl-dots {
		margin-top: 20px;
	}
	.inner_ban_sec {
		padding: 80px 0;
	}
	.contect_sec .contact_detail {
		padding: 30px 25px;
	}
	.contect_sec .contact_detail ul li {
		padding-left: 36px;
		padding-bottom: 20px;
	}
	.contect_sec .contact_detail ul li i {
		font-size: 22px;
		top: 4px;
		min-width: 22px;
	}
	.contect_sec .contact_detail ul li h4 {
		font-size: 19px;
		line-height: 26px;
		margin-bottom: 8px;
	}
	.contect_sec .form_block {
		padding: 35px 25px 40px;
	}
	.contect_sec .main_wrapper {
		border-radius: 8px;
	}
	.property_breadcrumb {
		margin-bottom: 22px;
	}
	.property_title_left h1 {
		font-size: 26px;
	}
	.property_title_area {
		font-size: 16px;
	}
	.property_title_price {
		font-size: 30px;
	}
	.property_title {
		margin-bottom: 25px;
	}
	.property_content_slide img {
		border-radius: 6px;
	}
	.property_content_slider2 img {
		border-radius: 4px;
		min-height: 90px;
	}
	.property_content_slider .owl-buttons .owl-prev,
	.property_content_slider .owl-buttons .owl-next {
		width: 30px;
		height: 30px;
		border-radius: 4px;
		font-size: 17px;
	}
	.property_content_slider .owl-buttons {
		left: 10px;
		right: 10px;
	}
	.property_content_slider_type {
		right: 10px;
		left: 10px;
		top: 10px;
	}
	.property_content_slider_type li {
		padding: 5px 10px;
		font-size: 11px;
	}
	.property_content_slider {
		margin-bottom: 30px;
	}
	.property_content_box {
		padding: 22px 20px 12px;
		border-radius: 8px;
	}
	.property_content_overview li {
		width: 50%;
	}
	.property_content_overview li:first-child {
		text-align: center;
	}
	.property_content_box {
		margin-bottom: 24px;
	}
	.property_content_feature li,
	.property_content_detail li,
	.property_content_address li {
		width: 100%;
		margin-bottom: 7px;
	}
	.property_sidebar_contact {
		padding: 25px 20px;
	}
	.feature_img img {
		height: 200px;
	}
}