/**
	* Theme Name:     manish child
	* Author:         Manish
	* Template:       manish
	* Text Domain:	   manish-child
	Version: 1.805
	* Description:    Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
*/

:root {
	--clr_primary: #daa703;
	--clr_secondary: #3d3dff;
	--font_primary: 'Roboto', sans-serif;
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-family: var(--font_primary);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #515151;
}
img,
iframe {
	vertical-align: top;
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
}
h1 {
	font-size: 44px;
	line-height: 1.25;
	margin-bottom: 30px;
	font-weight: 500;
	color: #000;
}
h2 {
	font-size: 38px;
	line-height: 1.25;
	margin-bottom: 15px;
	font-weight: 500;
	color: #000;
}
p {
	margin-bottom: 16px;
}
p:last-child {
	margin-bottom: 0;
}
ul,
ol {
	margin: 0 0 20px;
	padding-left: 20px;
}
li {
	margin-bottom: 8px;
}
li:last-child {
	margin-bottom: 0;
}
li::marker {
	color: var(--clr_primary);
	font-family: var(--font_primary);
}
a {
	transition: all 0.3s 0s ease-in-out;
	text-decoration: none !important;
	outline: none !important;
	color: var(--clr_primary);
	
}
button {
	outline: none !important;
}
label {
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	margin-bottom: 10px;
	color: #000;
}
input,
select,
textarea {
	width: 100%;
	font-family: var(--font_primary);
	background-color: #f9f9f9;
	border: 1px solid #ddd !important;
	outline: none !important;
	padding: 16px 15px !important;
	font-size: 14px !important;
	line-height: 1 !important;
	border-radius: 0px;
}
textarea {
	height: 120px !important;
}
section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.grey_bg {
	background-color: #f9f9f9;
}
.container_lg,
.container {
	width: 100%;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.container_lg {
	max-width: 1500px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.col_6 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.col_4 {
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
}
.col_3 {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}
.comn_btn {
	margin-top: 25px;
}
.comn_btn a {
	background-color: var(--clr_primary);
	font-family: var(--font_primary);
	color: #fff;
	/* padding: 16px 30px; */
	padding: 14px 29px;
	display: inline-block;
	/* border-radius: 10px; */
	border-radius: 0px;
	border: 2px solid var(--clr_primary);
	box-shadow: 0px 0 16px 0 rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
	font-size: 15px;
	min-width: 140px;
	text-align: center;
	letter-spacing: 0.5px;
}
.comn_btn a:hover {
	background-color: transparent;
	color: var(--clr_primary);
	font-family: var(--font_primary);
}
.link_btn {
	margin-top: 12px;
}
.link_btn a {
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	color: var(--clr_primary);
	font-family: var(--font_primary);
	position: relative;
	padding-bottom: 4px;
	text-transform: uppercase;
}
.link_btn a::after {
	content: '';
	position: absolute;
	left: 0;
	right: auto;
	width: 100%;
	bottom: 0;
	border-bottom: 3px solid var(--clr_primary);
	font-family: var(--font_primary);
	border-radius: 4px;
	transition: 0.3s all ease-in-out;
}
.link_btn a:hover::after {
	left: auto;
	right: 0;
	width: 0;
}
.main_title {
	text-align: center;
	max-width: 600px;
	margin: -8px auto 50px;
}
.main_title h2 {
	margin-bottom: 20px;
}

/**** Header start ****/
.top_bar {
	background-color: #333;
	padding: 7px 0;
}
.top_bar_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_bar_left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top_bar_left li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
}
.top_bar_left li:last-child {
	margin-right: 0;
}
.top_bar_left li a {
	color: #fff;
}
.top_bar_left li a:hover {
	opacity: 0.85;
}
.top_bar_left li a i {
	display: inline-block;
	margin-right: 6px;
}
.top_bar_social {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top_bar_social li {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1;
}
.top_bar_social li:first-child {
	margin-left: 0;
}
.top_bar_social li a {
	color: #fff;
}
.top_bar_social li a:hover {
	opacity: 0.85;
}

@media (max-width: 600px) {
	.top_bar .email-top{
		/* display:none; */
	}
}


.site-header {
	padding: 10px 0;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
	position: sticky;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
	transition: 0.3s all ease-in-out;
}
.site-header .header_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.site-header .header_row .site-branding {
	width: 17%;
}
.site-header .site-logo img {
	width: 100%;
	height: auto;
	max-width: 150px;
	transition: 0.3s all ease-in-out;
}
.site-header .header_row .primary-navigation {
	width: 64%;
}
.site-header .menu-button-container {
	display: none;
}
.site-header .primary-navigation .menu-wrapper {
	margin: 0;
	padding-left: 0;
	text-align: right;
	list-style: none;
}
.site-header .primary-navigation .menu-wrapper .menu-item {
	display: inline;
	margin-left: 45px;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
}
.site-header .primary-navigation .menu-wrapper .menu-item a {
	color: #333;
	position: relative;
	padding-bottom: 3px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.site-header .primary-navigation .menu-wrapper .menu-item.current-menu-item a,
.site-header .primary-navigation .menu-wrapper .menu-item a:hover {
	color: var(--clr_primary);
	font-family: var(--font_primary);
}
.site-header .primary-navigation .menu-wrapper .menu-item a::after {
	content: '';
	position: absolute;
	left: auto;
	right: 0;
	width: 0;
	bottom: 0;
	border-bottom: 2px solid var(--clr_primary);
	font-family: var(--font_primary);
	border-radius: 4px;
	transition: 0.3s all ease-in-out;
}
.site-header .primary-navigation .menu-wrapper .menu-item.current-menu-item a:after,
.site-header .primary-navigation .menu-wrapper .menu-item a:hover:after {
	left: 0;
	right: auto;
	width: 100%;
}
.site-header .primary-navigation .menu-wrapper .menu-item.close_menu {
	display: none;
}
.site-header.sticky {
	padding: 12px 0;
}
.site-header.sticky .site-logo img {
	max-width: 110px;
}
.site-header .primary-navigation .menu-wrapper .menu-item-has-children {
	position: relative;
}
.site-header .primary-navigation .menu-wrapper .sub-menu {
	display: none;
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
	width: 240px;
	text-align: left;
	padding: 25px 25px;
	margin-bottom: 0;
	top: 40px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s 0.1s ease-in-out;
}
.site-header .primary-navigation .menu-wrapper .sub-menu .menu-item {
	margin: 0 0 20px;
	line-height: 20px;
	font-size: 16px;
	text-transform: none;
	display:block;
}
.site-header .primary-navigation .menu-wrapper .sub-menu .menu-item:last-child {
	margin-bottom: 0;
}
.site-header .primary-navigation .menu-wrapper .sub-menu .menu-item a {
	padding-bottom: 0;
	display: block;
}
.site-header .primary-navigation .menu-wrapper .sub-menu .menu-item a:hover {
	padding-bottom: 0;
	display: block;
}
.site-header .primary-navigation .menu-wrapper .sub-menu .menu-item a:after {
	display: none;
}
.site-header .primary-navigation .menu-wrapper .menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s 0s ease-in-out;
}
.site-header .primary-navigation .menu-wrapper .menu-item-has-children > a {
	padding-right: 20px;
}
.site-header .primary-navigation .sub-menu-toggle .screen-reader-text,
.site-header .primary-navigation .sub-menu-toggle .icon-plus, 
.site-header .primary-navigation .sub-menu-toggle .icon-minus {
	display: none;
}
.site-header .primary-navigation .sub-menu-toggle {
	border: none;
	background: none;
	padding: 0;
	color: #333;
	margin-left: -12px;
	transition: all 0.3s 0s ease-in-out;
}
.site-header .primary-navigation .sub-menu-toggle::before {
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
}
.site-header .primary-navigation a:hover+.sub-menu-toggle {
	color: var(--clr_primary);
}

#primary-mobile-menu i{
	color:var(--clr_primary);
}
/**** Header end ****/

/**** Footer start ****/
.main_footer {
	color: #d2d2d2;
	background-color: #222;
	padding: 90px 0 60px;
	position: relative;
	word-wrap: break-word;
	font-size: 15px;
	line-height: 25px;
}
.main_footer section {
	padding: 0;
}
.main_footer .widget_first a {
	display: inline-block;
}
.main_footer .widget_first img {
	max-width: 190px;
	margin-bottom: 32px;
}
.main_footer .widget_first figure,
.main_footer .widget_first figure figcaption {
	margin-bottom: 0;
}
.main_footer .widget .footer_social {
	margin-top: 25px;
}
.main_footer .widget .footer_social li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
	padding-left: 0;
}
.main_footer .widget .footer_social li a {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid #333;
	font-size: 17px;
	padding-top: 1px;
	background-color: #333;
}
.main_footer .widget .footer_social li a:hover {
	background-color: var(--clr_primary);
	border-color: var(--clr_primary);
	color: #fff;
}
.main_footer .widget h4 {
	font-size: 22px;
	line-height: 32px;
	position: relative;
	font-weight: 500;
	margin-bottom: 30px;
	color: #fff;
}
.main_footer .widget h4::after {
	position: relative;
	content: '';
	width: 50px;
	display: block;
	margin-top: 10px;
	border-bottom: 3px solid #fff;
	border-radius: 4px;
}
.main_footer .widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.main_footer .widget ul li {
	position: relative;
	padding-left: 21px;
	margin-bottom: 12px;
}
.main_footer .widget ul li a {
	color: #d2d2d2;
}
.main_footer .widget ul li a:hover {
	color: var(--clr_primary);
}
.main_footer .widget_second {
	padding-left: 80px;
}
.main_footer .widget_third {
	padding-left: 50px;
}
.main_footer .widget_second ul li a::before {
	position: absolute;
	content: '';
	height: 7px;
	width: 7px;
	background-color: #d2d2d2;
	left: 0;
	top: 9px;
	border-radius: 2px;
	transition: 0.3s all ease-in-out;
}
.main_footer .widget_second ul li a:hover:before {
	background-color: var(--clr_primary);
}
.main_footer .widget_third ul li {
	padding-left: 30px;
	margin-bottom: 13px;
}
.main_footer .widget ul li:last-child {
	margin-bottom: 0;
}
.main_footer .widget_third li i {
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	text-align: center;
}
.footer_bottom {
	background-color: #222;
}
.footer_bottom .copyright {
	margin: 0;
	text-align: center;
	color: #d2d2d2;
	font-size: 14px;
	line-height: 1;
	padding: 22px 0;
	border-top: 1px solid #646464;
}
.footer_bottom .developed-by {
	margin: 0;
	text-align: center;
	color: #d2d2d2;
	font-size: 14px;
	line-height: 1;
	padding-bottom: 22px;
}
.footer_bottom .copyright a {
	color: #d2d2d2;
}
.footer_bottom .copyright a:hover {
	color: var(--clr_primary);
}
/**** Footer end ****/

/**** Home page start ****/
.hero_sec {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 620px;
	background-color: #fff;
}
.hero_slide {
	padding: 80px 0 100px;
	min-height: 620px;
	background-size: cover;
	background-position: center center;
	position: relative;
	display: flex;
	align-items: center;
}
.hero_slide::before {
	content: '';
	background-color: #333;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.4;
	mix-blend-mode: multiply;
}
.hero_slide .container {
	position: relative;
	z-index: 2;
}
.hero_slide_content {
	text-align: center;
	color: #fff;
	max-width: 760px;
	margin: auto;
}
.hero_slide_content .smaller-f{
	font-size:52px;
}
@media (max-width: 600px) {
	.hero_slide_content .smaller-f{
		font-size:40px;
	}
}

.hero_slide_content h6 {
	font-family: 'Great Vibes', cursive;
	color: #fff;
	font-size: 55px;
	margin-bottom: 12px;
	line-height: 1;
	font-weight: 400;
}
.hero_slide_content h1 {
	color: #fff;
	font-size: 64px;
	margin-bottom: 18px;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
}
.hero_slide_content p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
}
.hero_slide_content .comn_btn {
	margin-top: 38px;
}
.hero_slide_content .comn_btn a {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.hero_slide_content .comn_btn a:hover {
	background-color: var(--clr_primary);
	border-color: var(--clr_primary);
	color: #fff;
}
.hero_slider .owl-dots {
	margin-top: 0;
	text-align: center;
	line-height: 1;
	position: absolute;
	bottom: 25px;
	width: 100%;
}
.hero_slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 6px;
	background-color: #ddd;
	transition: 0.3s all ease-in-out;
}
.hero_slider .owl-dots .owl-dot.active {
	background-color: var(--clr_primary);
	width: 20px;
	height: 8px;
}

/*Search*/
.filter_top {
	margin-bottom: 35px;
}
.filter_top_lists {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px -10px;
}
.filter_top_list {
	width: 20%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.filter_top_list select {
	width: 100%;
	background-color: transparent;
	border: 2px solid #ececec !important;
	padding: 9px 8px !important;
	color: #4b4b4b;
	font-family: var(--font_primary);
	border-radius: 4px;
}
.filter_top_btn {
	width: 100%;
	border: 2px solid var(--clr_primary);
	background-color: var(--clr_primary);
	padding: 10px 20px 9px;
	/* border-radius: 4px; */
	border-radius: 0px;
	color: #fff;
	/* font-size: 14px; */
	font-size: 17px;
	line-height: 1;
	font-weight: 500;
	font-family: var(--font_primary);
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}
.filter_top_btn:hover {
	color: var(--clr_primary);
	background-color: transparent;
}
.filter_bottom_title a {
	color: #000;
}
.filter_bottom_title i {
	font-size: 13px;
	vertical-align: top;
	margin-top: 7px;
	margin-right: 7px;
}
.filter_bottom_title .open i:before {
	content: "\f068";
}
.filter_bottom_lists {
	display: none;
	margin-top: 10px;
}
.filter_bottom_list {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	margin-right: 15px;
	margin-top: 15px;
}
.filter_bottom_list input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: auto;
	pointer-events: none;
}
.filter_bottom_list input[type="checkbox"]+label {
	cursor: pointer;
	font-size: 15px;
	margin-bottom: 0;
}
.filter_bottom_list input[type="checkbox"]+label::before {
	width: 15px;
	height: 15px;
	border-radius: 4px;
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	border: 1px solid var(--clr_primary);
	transition: 0.3s all ease-in-out;
}
.filter_bottom_list input[type="checkbox"]+label::after {
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	position: absolute;
	left: 4px;
	top: 8px;
	font-size: 10px;
	color: #fff;
	transition: 0.3s all ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.filter_bottom_list input[type="checkbox"]:checked+label::before {
	background-color: var(--clr_primary);
}
.filter_bottom_list input[type="checkbox"]:checked+label::after {
	opacity: 1;
	visibility: visible;
}

/*end search*/


/*second search*/
.property-search{
	background-color:#f7f7f7;
	padding-top:20px;
	padding-bottom:60px;
}
.property-search select, .property-search input{
	border:1px #cac9c9 solid !important;
	border-radius:4px;
}


/*end second search*/

.why_sec .row {
	margin-bottom: -30px;
}
.why_sec .col_4 {
	margin-bottom: 30px;
}
.why_box {
	background-color: #fff;
	padding: 30px 30px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	transition: 0.3s all ease-in-out;
	/* cursor: pointer; */
	height: 100%;
}
.why_box:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.why_box i {
	font-size: 35px;
	line-height: 1;
	margin-bottom: 26px;
	color: var(--clr_primary);
}
.why_box h4 {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 12px;
	letter-spacing: 0.5px;
}
.why_box p {
	font-size: 15px;
	line-height: 24px;
}
.why_sec .features_wrap {
	margin-top: 100px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	overflow: hidden;
}
.why_sec .features_wrap .row {
	margin: 0;
}
.why_sec .features_wrap .col_6 {
	padding-left: 0;
	padding-right: 0;
}
.why_sec .features_wrap .row {
	margin: 0;
	align-items: center;
	background-color: #fff;
	flex-direction: row-reverse;
}
.why_sec .features_wrap .row:nth-child(2n) {
	flex-direction: row;
}
.feature_img {
	height: 100%;
}
.feature_img img {
	height: 100%;
	object-fit: cover;
	min-height: 550px;
}
.feature_txt {
	padding: 12% 12%;
	height: 100%;
	display: flex;
	align-items: center;
}
.feature_txt_in {
	max-width: 440px;
	margin: auto;
}
.feature_txt .link_btn a {
	color: var(--clr_primary);
	font-family: var(--clr_primary);
}
.feature_txt .link_btn a::after {
	border-bottom: 3px solid var(--clr_primary);
}
.category_sec .row {
	margin: 0 -8px -16px;
}
.category_sec [class*="col_"] {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}
.category_box {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}
.category_box img {
	height: 320px;
	width: 100%;
	object-fit: cover;
	transition: 0.4s all ease-in-out;
	transform: scale(1);
}
.category_box a {
	display: inline-block;
	width: 100%;
	position: relative;
}
.category_box h4 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
}
.category_box a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #5b5b5b;
	opacity: 0.4;
	z-index: 2;
	mix-blend-mode: multiply;
	transition: 0.3s all ease-in-out;
}
.category_box a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 2px solid #fff;
	z-index: 3;
	transition: all 0.3s 0s ease-in-out;
	opacity: 0;
	visibility: hidden;
	border-radius: 6px;
}
.category_box a:hover:before {
	opacity: 1;
}
.category_box a:hover:after {
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s 0.25s ease-in-out;
}
.category_box a:hover img {
	transform: scale(1.15);
}
.contact_wrap {
	background-color: #fff;
	padding: 65px 70px 70px;
	max-width: 900px;
	margin: auto;
	border-radius: 16px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.fields_wrap {
	margin: 0 -5px -16px;
	display: flex;
	flex-wrap: wrap;
}
.field_wrap {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 16px;
}
.field_wrap.half_field {
	width: 50%;
}
.fields_wrap .wpcf7-list-item {
	position: relative;
	padding-left: 25px;
	margin: 0;
}
.fields_wrap .wpcf7-list-item label {
	margin-bottom: 0;
}
.fields_wrap .wpcf7-list-item input {
	position: absolute;
	opacity: 0;
	width: auto;
}
.fields_wrap .wpcf7-list-item .wpcf7-list-item-label {
	cursor: pointer;
}
.fields_wrap .wpcf7-list-item .wpcf7-list-item-label::before {
	width: 15px;
	height: 15px;
	border-radius: 4px;
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	border: 1px solid var(--clr_primary);
	transition: 0.3s all ease-in-out;
}
.fields_wrap .wpcf7-list-item .wpcf7-list-item-label::after {
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	position: absolute;
	left: 4px;
	top: 8px;
	font-size: 10px;
	color: #fff;
	transition: 0.3s all ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.fields_wrap .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
	background-color: var(--clr_primary);
}
.fields_wrap .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
	opacity: 1;
	visibility: visible;
}
.wpcf7-response-output,
.wpcf7-not-valid-tip {
	display: none;
}
input.wpcf7-not-valid {
	border-color: red !important;
}
.btn_field .wpcf7-submit {
	background-color: var(--clr_primary);
	font-family: var(--font_primary);
	color: #fff;
	padding: 18px 30px !important;
	display: inline-block;
	border-radius: 7px;
	border: 2px solid var(--clr_primary) !important;
	box-shadow: 0px 0 16px 0 rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	line-height: 1 !important;
	font-weight: 500;
	font-size: 13px !important;
	min-width: 140px;
	text-align: center;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}
.btn_field .wpcf7-submit:hover {
	background-color: transparent;
	color: var(--clr_primary);
}
.btn_field .wpcf7-submit:disabled {
	background-color: var(--clr_primary);
	color: #fff;
	opacity: 0.7;
}
.wpcf7-form.sent .wpcf7-response-output {
	display: block;
	background-color: #d0eddc;
	margin: 28px 0 0;
	border: 1px solid #65a66a !important;
	color: #047300;
	font-size: 15px;
	line-height: 1.25;
	padding: 10px 14px;
	border-radius: 6px;
}
.btn_field .wpcf7-spinner {
	display: none;
}
.recent_slider>.owl-carousel>.owl-stage-outer {
	padding: 8px 0;
}
.property_wrap {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 20px 0 rgba(61, 61, 225, 0.1);
	overflow: hidden;
	margin-bottom:25px;
}
.property_wrap ul {
	list-style: none;
	padding-left: 0;
	/* margin-bottom: 0; */
	margin-bottom: 14px;
}

/*Slider*/
.property_content .owl-carousel .owl-item img {
	
	height: 448px;
	object-fit: cover;
}
@media (max-width: 600px) {
	.property_content .owl-carousel .owl-item img {	
		height: 348px;
		object-fit: cover;
	}
}

.property_slider {
	position: relative;
}
/* Listing properties image height col_4*/
.property_slider {
	height: 230px;
	overflow: hidden;
}
.property_slider img {
	height: 230px;
	object-fit: cover;
}

/* Listing properties image height col_6*/

.col_6 .property_slider {
	height: 300px;
	overflow: hidden;
}
.col_6 .property_slider img {
	height: 300px;
	object-fit: cover;
}


.property_slider .owl-nav {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
	pointer-events: none;
	display: flex;
	justify-content: space-between;
	transition: 0.3s all ease-in-out;
	/* opacity: 0;
	visibility: hidden; */
}
.property_slider .owl-nav button {
	pointer-events: all;
	color: #fff !important;
	font-size: 28px !important;
	line-height: 1 !important;
	
}

.property_slider .owl-nav button.owl-next {
	padding:20px !important;

}
.property_slider .owl-nav button.owl-prev {
	padding:20px !important;
}
.property_slider .owl-nav button.owl-prev:hover, .property_slider .owl-nav button.owl-next:hover {
	transform: scale(1.15);
	transition:0.1s;
}
/* .property_wrap:hover .property_slider .owl-nav {
	left: 18px;
	right: 18px;
	opacity: 1;
	visibility: visible;
} */
.property_slider_type {
	position: absolute;
	z-index: 2;
	top: 16px;
	left: 16px;
	right: 16px;
	display: flex;
	justify-content: space-between;
}
.property_slider_type ul {
	margin: -3px -1px;
}
.property_slider_type li {
	display: inline-block;
	margin: 3px 1px;
	color: #fff;
	background-color: rgba(10, 171, 10, 0.5);
	padding: 4px 7px;
	font-size: 12px;
	line-height: 1;
	border-radius: 4px;
}
.property_slider_type_right li {
	background-color: var(--clr_primary);
}
.property_slider_bot {
	position: absolute;
	z-index: 2;
	bottom: 12px;
	left: 16px;
	right: 16px;
	display: flex;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	font-weight: 500;
}
.property_slider_bot_address {
	width: calc(100% - 40px);
}
.property_slider_bot_photo {
	width: 40px;
	text-align: right;
}
.property_slider_bot i {
	display: inline-block;
	margin-right: 2px;
}
.property_info {
	padding: 20px 20px 0;
}
.property_info h4 {
	font-size: 19px;
	line-height: 1.25;
	font-weight: 500;
	color: #000;
	margin-bottom: 14px;
}
.col_6 .property_info h4 {
	font-size: 23px;
	
}

.property_info h4 a {
	color: #000;
}
.property_info h4 a:hover {
	color: var(--clr_primary);
}
.property_info .price, .property_info .small_price{
	display: inline-block;
	font-size: 21px;
	line-height: 1;
	margin-bottom: 13px;
	font-weight: 500;
	color: var(--clr_primary);
}
.property_info .price_big{
	font-size: 26px;
}
.property_info p, .property_info .pblock-desc{
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-overflow: ellipsis;
}
.property_info span{
	
}
.property_specification li {
	display: inline-block;
	margin-right: 14px;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 0;
}
.property_specification li i {
	display: inline-block;
	margin-right: 2px;
}
.property_specification li {
	display: inline-block;
	margin-right: 14px;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 0;
}

.property_specification_big li{
	font-size: 16px;
}
.property_specification li i {
	display: inline-block;
	margin-right: 2px;
}
.property_meta {
	margin-top: 20px;
	border-top: 1px solid #ececec;
	/* padding: 10px 0; */
	padding: 7px 0;
	display: flex;
	align-items: center;
}
.property_meta_author {
	width: 50%;
}
.property_meta_options {
	width: 50%;
	text-align: right;
}
.property_meta_author {
	display: flex;
	align-items: center;
}
.property_meta_author img {
	width: 30px !important;
	background-color: #f9f9f9;
	height: 30px !important;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}
.property_meta_author span {
	font-size: 13px;
	line-height: 1.25;
	font-weight: 500;
	color: #000;
}
.property_meta_options li {
	display: inline-block;
	margin: 2px;
}
.property_meta_options ul {
	margin: -2px;
}
.property_meta_options li a {
	width: 26px;
	height: 26px;
	border: 1px solid #ddd;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #a8a8a8;
}
.property_meta_options li a:hover {
	color: var(--clr_primary);
	border-color: var(--clr_primary);
}
.property_share {
	position: relative;
}
.property_share ul {
	position: absolute;
	bottom: 15px;
	background-color: var(--clr_primary);
	border-radius: 4px;
	padding: 6px 10px;
	margin: 0;
	text-align: center;
	left: -5px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all ease-in-out;
}
.property_share ul:after {
	content: '';
	position: absolute;
	bottom: -6px;
	border-top: 7px solid var(--clr_primary);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
}
.property_share li {
	margin: 0;
}
.property_share li a {
	border: none;
	padding: 0;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 15px;
	line-height: 1;
}
.property_share.open ul {
	bottom: 30px;
	opacity: 1;
	visibility: visible;
}
.recent_slider .property_wrap {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.recent_slider>.owl-carousel>.owl-nav {
	position: absolute;
	top: -45px;
	right: 0;
}
.recent_slider>.owl-carousel>.owl-nav button {
	background-color: #f1f1f1;
	color: var(--clr_primary);
	padding: 12px 14px !important;
	margin-left: 4px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 1;
}
.recent_slider>.owl-carousel>.owl-dots {
	line-height: 0;
	text-align: center;
	margin-top: 25px;
	transition: 0.3s all ease-in-out;
}
.recent_slider>.owl-carousel>.owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background-color: var(--clr_primary);
	border-radius: 50%;
	margin: 0 8px;
	opacity: 0.25;
}
.recent_slider>.owl-carousel>.owl-dots .owl-dot.active {
	opacity: 1;
}


.latest_sec .main_title {
	margin-bottom: 40px;
}
.tab_btn_wrap {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -3px -3px 32px;
}
.tab_btn_wrap .tab_btn {
	font-family: var(--font_primary);
	margin: 3px;
	border: none;
	background-color: rgba(187, 161, 57, 0.07);
	color: var(--clr_primary);
	padding: 14px 30px;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.tab_btn_wrap .tab_btn i {
	display: inline-block;
	margin-right: 3px;
}
.tab_btn_wrap .tab_btn.active,
.tab_btn_wrap .tab_btn:hover {
	color: #000;
}
.latest_sec .row {
	/* justify-content: center; */
	justify-content: left;
	margin-bottom: -30px;
}
.latest_sec .col_4,
.latest_sec .col_6 {
	/* margin-bottom: 30px; */
}
/**** Home page end ****/

/**** Properties start ****/
.latest_sec {
	/* padding-top:0; */
}

.wpi-pagination-wrapper{
	text-align:center;
	width:100%;
}
.wpi-pagination{
	justify-content: center;
	align-items: center;
	margin-top:50px;
	display:flex;
}
.page-numbers{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	background-color:var(--clr_primary);
	color:white;
	margin-left:5px;
	margin-right:5px;
	border-radius:5px;
}

/**** Properties end ****/


/**** Contact start ****/
.inner_ban_sec {
	padding: 120px 0;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.inner_ban_sec::before {
	content: '';
	background-color: #220d00;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.5;
	mix-blend-mode: multiply;
}
.inner_ban_sec .container {
	position: relative;
	z-index: 2;
}
.inner_ban_cont {
	text-align: center;
}
.inner_ban_cont h1 {
	color: #fff;
	margin-bottom: 0;
}
.inner_ban_cont h2 {
	color: #fff;
	margin-bottom: 0;
	font-size:30px;
	border-top:1px #fff solid;
	display:inline-block;
	margin-top:10px;
	padding-top:10px;
}
.contect_sec .main_wrapper {
	display: flex;
	background-color: #f9f9f9;
	flex-wrap: wrap;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}
.contect_sec .contact_detail {
	width: 44%;
	padding: 50px 50px 40px;
	background-color: var(--clr_primary);
}
.contect_sec .form_block {
	width: 56%;
	padding: 50px 50px 50px;
}
.contect_sec .contact_detail ul {
	padding-left: 0;
	margin-bottom: 0;
}
.contect_sec .contact_detail ul li {
	list-style: none;
	color: #fff;
	padding-left: 50px;
	position: relative;
	border-bottom: 1px dashed #fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
	margin-left: 0;
}
.contect_sec .contact_detail ul li i {
	position: absolute;
	font-size: 32px;
	left: 0;
	top: 0;
	min-width: 32px;
	text-align: center;
}
.contect_sec .contact_detail ul li h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}
.contect_sec .contact_detail ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0;
}
.contect_sec .contact_detail ul li a,
.contect_sec .contact_detail ul li p {
	color: #fff;
	word-wrap: anywhere;
}
.contect_sec .contact_detail ul li p {
	margin-bottom: 0;
}
.contect_sec input,
.contect_sec textarea {
	background-color: #fff;
}
.contact_map {
	padding: 0;
}
.contact_map_wrap iframe {
	width: 100%;
	height: 450px;
}
/**** Contact end ****/

.error404 .page-header {
	padding: 60px 20px;
	text-align: center;
}
.error404 .error-404 {
	display: none;
}

/**** property start ****/
.property_content_slider .owl-wrapper-outer {
	overflow: hidden;
}
.property_sec {
	padding-top: 40px;
}
.property_breadcrumb {
	/* margin-bottom: 30px; */
}
.property_breadcrumb ul {
	padding-left: 0;
	margin-bottom: 0;
}
.property_breadcrumb li {
	list-style: none;
	display: inline-block;
	margin-right: 7px;
	font-size: 15px;
	color: #000;
	margin-bottom: 0;
	position: relative;
}
.property_breadcrumb li a {
	color: #515151;
}
.property_breadcrumb li a:hover {
	color: var(--clr_primary);
}
.property_breadcrumb li:after {
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	margin-left: 9px;
}
.property_breadcrumb li:last-child {
	margin-right: 0;
}
.property_breadcrumb li:last-child:after {
	display: none;
}
.property_title {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.property_title_left {
	width: 70%;
	padding-right: 20px;
}
.property_title_right {
	width: 30%;
	text-align: right;
}
.property_title ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.property_title_left ul {
	margin-bottom: 10px;
}
.property_title_left li {
	display: inline-block;
	margin-right: 1px;
	color: #fff;
	background-color: var(--clr_primary);
	font-size: 13px;
	line-height: 1;
	border-radius: 4px;
	margin-bottom: 0;
}

.property_title_left .extras li {
	display: inline-block;
	margin-right: 1px;
	color: #fff;
	background-color: #aba288;
	font-size: 15px;
	line-height: 1;
	border-radius: 4px;
	margin-bottom: 0;
	margin-bottom:10px;
}
.property_content_feature_lists .property_title_left{
	width:100%;
}
.property_title_left .extras li {
	padding: 8px 16px;
}
.property_title_left li a {
	color: #fff;
	padding: 4px 10px;
	display: inline-block;
}
.property_title_left h1 {
	font-size: 40px;
	margin-bottom: 10px;
}
.property_title_address {
	font-size: 14px;
}
.property_title_address i {
	display: inline-block;
	margin-right: 2px;
}
.property_title_area {
	color: var(--clr_primary);
	font-size: 17px;
	margin-bottom: 3px;
}
.property_title_price {
	font-size: 34px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--clr_primary);
	margin-bottom: 6px;
}
.property_title_price .small_price{
	font-size: 18px;
	display:inline;
}
.property_info .small_price{
	font-size: 14px;
	display:inline;
}
.property_title_meta li {
	display: inline-block;
	margin-right: 8px;
}
.property_title_meta li:last-child {
	margin-right: 0;
}
.property_title_meta li a {
	background-color: #fff;
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	padding: 7px 13px;
	font-weight: 500;
	color: #000;
	box-shadow: 0 0 16px 0 rgba(61, 61, 255, 0.1);
	border-radius: 7px;
}
.property_title_meta li a i {
	display: inline-block;
	margin-right: 3px;
}
.property_title_meta li a:hover {
	color: var(--clr_primary);
}
.property_content_row {
	display: flex;
	flex-wrap: wrap;
}
.property_content {
	width: 70%;
	padding-right: 15px;
}
.property_sidebar {
	width: 30%;
	padding-left: 15px;
}
.property_content_slider .owl-buttons {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	right: 20px;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}
.property_content_slider .owl-buttons .owl-prev,
.property_content_slider .owl-buttons .owl-next {
	width: 40px;
	height: 40px;
	background-color: rgba(32, 32, 32, 0.7);
	color: #fff;
	border-radius: 5px;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}
.property_content_slider .owl-buttons .owl-prev:hover,
.property_content_slider .owl-buttons .owl-next:hover {
	background-color: rgba(32, 32, 32, 1);
}
.property_content_slide img {
	border-radius: 8px;
}
.property_content_slider1 {
	margin-bottom: 10px;
}
.property_content_slider2 img {
	border-radius: 6px;
	min-height: 100px;
	height: auto !important;
}
.property_content_slider2 .item {
	cursor: pointer;
	padding: 0 5px;
}
.property_content_slider2 .owl-item:first-child .item {
	padding-left: 0;
}
.property_content_slider2 .owl-item:last-child .item {
	padding-right: 0;
}
.property_content_slider {
	position: relative;
	margin-bottom: 40px;
}
.property_content_slider_type ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.property_content_slider_type {
	position: absolute;
	z-index: 2;
	right: 20px;
	left: 20px;
	top: 20px;
	text-align: left;
}
.property_content_slider_type li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 7px;
	color: #fff;
	background-color: var(--clr_primary);
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1;
	border-radius: 4px;
}
.property_content_slider_type li:last-child {
	margin-right: 0;
}
.property_content_slider_type li a {
	color: white;
	font-size: 13px;
}
.property_content_box {
	background-color: #fff;
	padding: 28px 28px 18px;
	border-radius: 10px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 32px;
	font-size: 15px;
	line-height: 1.4;
}
.property_content_box:last-child {
	margin-bottom: 0;
}
.property_content_box ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.property_content_box a {
	color: #000;
}
.property_content_box a:hover {
	color: var(--clr_primary);
}
.property_content_box_tittle {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	color: #000;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.property_content_box_content {
	padding-bottom: 10px;
}
.property_content_description p{
	white-space: break-spaces;
}
.property_content_overview ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	margin: -5px;
}
.property_content_overview li {
	color: #000;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
	padding: 5px;
}
.property_content_overview li span {
	display: block;
	margin-top: 3px;
}
.property_content_overview li:first-child {
	text-align: left;
}
.property_content_overview li i {
	font-size: 19px;
	line-height: 1;
}
.property_content_box_toggle .property_content_box_content {
	padding-top: 10px;
}
.property_content_document li i {
	font-size: 26px;
	display: inline-block;
	margin-right: 8px;
}
.property_content_document li {
	margin-bottom: 16px;
}
.property_content_document li:last-child {
	margin-bottom: 0;
}
.property_content_box_toggle .property_content_box_tittle {
	cursor: pointer;
	position: relative;
	transition: 0.3s all ease-in-out;
}
.property_content_box_toggle .property_content_box_tittle::after {
	content: "\f106";
	font-family: "Font Awesome 6 Pro";
	float: right;
	font-weight: 900;
	margin-left: 15px;
	transition: 0.3s all ease-in-out;
}
.property_content_box_toggle .property_content_box_tittle:hover {
	color: var(--clr_primary);
}
.property_content_box_toggle .property_content_box_tittle.closed::after {
	transform: rotate(180deg);
}
.property_content_feature ul,
.property_content_detail ul,
.property_content_address ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -12px;
}

.property_content_feature li,
.property_content_detail li,
.property_content_address li {
	width: 33.3333%;
	padding: 0 10px;
	margin-bottom: 12px;
	color: #000;
}

.property_content_feature li span,
.property_content_detail li span,
.property_content_address li span {
	color: #515151;
}
.property_content_address_btn {
	margin-top: 18px;
}
.property_content_address_btn a {
	background-color: rgb(60, 226, 60);
	background-color: var(--clr_primary);
	color: #fff;
	font-size: 13px;
	padding: 4px 14px;
	display: inline-block;
	border-radius: 6px;
}
.property_content_address_btn a:hover {
	background-color: #000;
	color: #fff;
}
.property_content_feature_list {
	margin-bottom: 22px;
}
.property_content_feature_list:last-child {
	margin-bottom: 0;
}
.property_content_feature_list h6 {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 500;
	color: #000;
	margin-bottom: 18px;
}
.property_content_feature_list li i {
	color: var(--clr_primary);
	font-size: 18px;
	line-height: 1;
	display: inline-block;
	margin-right: 7px;
	min-width: 24px;
	text-align: center;
}
.property_content_video video {
	height: auto;
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
}
.property_content_map iframe {
	width: 100%;
	border-radius: 6px;
}
.property_content_virtual img {
	border-radius: 6px;
}
.property_sidebar_contact {
	position: sticky;
	top: 120px;
	background-color: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	padding: 25px 25px;
	border-radius: 8px;
}
.property_sidebar_contact h6 {
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 20px;
	font-weight: 500;
}
.property_sidebar_agent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 18px;
}
.property_sidebar_agent img {
	width: 70px;
	height: 70px;
	/* object-fit: cover; */
	object-fit: contain;
	border-radius: 5px;
}
.property_sidebar_agent_txt {
	width: calc(100% - 70px);
	padding-left: 16px;
}
.property_sidebar_agent_txt h4 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 4px;
	font-weight: 500;
	color: #000;
}
.property_sidebar_agent_txt p {
	font-size: 14px;
	line-height: 1.25;
}
/*
	.property_sidebar_schedule a.schedule_visit {
	color: #fff;
	padding: 2px 14px;
	display: block;
	border-radius: 6px;
	font-size: 14px;
	background-color: var(--clr_primary);
	}
*/
.property_sidebar_schedule .fields_wrap {
	margin-top: 20px;
	margin-bottom: 0;
}
.property_sidebar_schedule .schedule_fields {
	width: 100%;
	display: none;
}
.property_sidebar_schedule .field_wrap {
	margin-bottom: 8px;
}
.property_sidebar_schedule input,
.property_sidebar_schedule select,
.property_sidebar_schedule textarea {
	padding: 14px 15px !important;
}
.property_sidebar_schedule textarea {
	height: 90px !important;
}
.property_sidebar_schedule .btn_field .wpcf7-submit {
	padding: 16px 30px !important;
	background-color: var(--clr_primary);
	border-color: var(--clr_primary) !important;
}
.property_sidebar_schedule .btn_field .wpcf7-submit:hover {
	background-color: transparent;
	color: var(--clr_primary);
}
.property_sidebar_schedule .wpcf7-form.sent .wpcf7-response-output {
	margin: 8px 0 0;
}
.property_sidebar_contact .comn_btn {
	margin-top: 2px;
	display: flex;
	flex-wrap: wrap;
}
.property_sidebar_contact .comn_btn a {
	width: calc(50% - 5px);
	margin-right: 10px;
	min-width: auto;
	padding: 15px 10px;
	font-size: 14px;
	border-radius: 6px;
	background-color: transparent;
	border-color: var(--clr_primary);
	color: var(--clr_primary);
	box-shadow: none;
}
.property_sidebar_contact .comn_btn a i {
	display: inline-block;
	margin-right: 2px;
}
.property_sidebar_contact .comn_btn a:hover {
	background-color: var(--clr_primary);
	color: #fff;
}
.property_sidebar_contact .comn_btn a:last-child {
	margin-right: 0;
}
.property_content_agent_in {
	display: flex;
	flex-wrap: wrap;
}
.property_content_agent_in img {
	width: 30%;
}
.property_content_agent_in ul {
	width: 70%;
	padding-left: 30px;
}
.property_title_meta .property_share ul {
	left: 0;
	bottom: auto;
	top: 30px;
	z-index: 2;
	background-color: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	padding: 8px 12px;
	width: 110px;
	border-radius: 4px;
	text-align: left;
}
.property_title_meta .property_share ul li {
	margin: 0;
}
.property_title_meta .property_share ul li a {
	box-shadow: none;
	padding: 0;
}
.property_title_meta .property_share ul li a i {
	width: 15px;
	text-align: center;
	margin-right: 7px;
	font-size: 14px;
}
/**** property end ****/

.print_only {
	display: none;
}
.floating_wrap.open {
	right: 15px;
}
.floating_wrap {
	position: fixed;
	bottom: 15px;
	right: -115px;
	z-index: 9999;
	transition: 0.4s all ease-in-out;
}
.floating_wrap ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.floating_wrap li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 0;
}
.floating_wrap li a {
	width: 50px;
	height: 50px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	font-size: 17px;
	line-height: 1;
	color: #000;
}
.floating_wrap li:last-child {
	margin-right: 0;
}
.floating_wrap li a:hover {
	color: var(--clr_primary);
}
.contact_popup {
	width: 300px;
	background-color: #fff;
	padding: 30px 30px;
	position: fixed;
	bottom: 57px;
	right: 40px;
	border-radius: 8px;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
	visibility: hidden;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}
.contact_popup::after {
	content: '';
	border-top: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	bottom: -12px;
	right: 50px;
}
.contact_popup_form label {
	/* display: none; */
}
.contact_popup_close {
	position: absolute;
	top: 0;
	right: 0;
}
.contact_popup_close a {
	width: 30px;
	height: 30px;
	background-color: var(--clr_primary);
	color: #fff;
	display: flex;
	border-radius: 0 8px 0 7px;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}
.contact_popup_title {
	margin-bottom: 12px;
}
.contact_popup_title h4 {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #000;
	margin-bottom: 11px;
}
.contact_popup_title p {
	font-size: 15px;
	line-height: 1;
}
.contact_popup_form input,
.contact_popup_form textarea {
	padding: 11px 14px !important;
}
.contact_popup_form textarea {
	height: 60px !important;
}
.contact_popup_form .fields_wrap {
	margin-bottom: -8px;
}
.contact_popup_form .field_wrap {
	margin-bottom: 8px;
}
.contact_popup_form .btn_field .wpcf7-submit {
	background-color: var(--clr_primary);
	border-color: var(--clr_primary) !important;
	padding: 14px 20px !important;
}
.contact_popup_form .btn_field .wpcf7-submit:hover {
	background-color: transparent;
	color: var(--clr_primary);
}
.contact_popup_form .wpcf7-form.sent .wpcf7-response-output {
	font-size: 13px;
	padding: 6px 8px;
	margin-top: 8px;
}
.contact_popup.open {
	bottom: 77px;
	visibility: visible;
	opacity: 1;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.property_content_share {
	display: none;
}

/**** Propert page print start ****/
@media print {
	.container {
		max-width: 100% !important;
	}
	.property_content_slider,
	.property_title_meta,
	.property_title_left ul,
	.property_content_address_btn,
	.property_breadcrumb,
	.property_sidebar,
	.property_content_virtual,
	.property_content_map,
	.property_content_video,
	.footer_bottom,
	.main_footer,
	.primary-navigation,
	.top_bar,
	.property_content_share,
	.property_content_document,
	.floating_wrap,
	.property_share_with,
	.gtr,
	.mobile-gtr{
		display: none;
	}
	.property_title_left h1 {
		margin-top:20px;
		margin-bottom:20px;
	}
	.property_title_left .extras {
		display: block;
	}
	.property_sidebar,
	.property_content,
	.property_title_left,
	.property_title_right {
		width: 100%;
	}
	.property_title_right {
		text-align: left;
		margin-top: 0px;
	}
	.site-header {
		box-shadow: none;
		padding: 0;
	}
	.custom-logo-link {
		visibility: hidden;
	}
	.custom-logo-link img {
		visibility: visible;
	}
	.print_only {
		display: block;
	}
	.property_title {
		margin-bottom: 0;
	}
	.print_slider_img img {
		max-height: 400px;
		object-fit:cover;
		width:100%;
	}
	.property_content_agent_in img {
		height: 100px;
		width: auto;
	}
	.property_sec {
		padding-top: 0;
	}
	.p-big-img{
		margin-bottom:20px;
	}
	.p-small-img{
		display:inline-block;		
		margin-bottom:15px;
	}
	.p-small-img img{
		margin:10px 10px;
		width:290px;
		height:auto;
	}
	.property_title_left .extras li {
		background-color: #e5e5e5;
		border:1px #d5d5d5 solid;
		color: #555;
		
	}
	
}

/**** Propert page print end ****/

@media (min-width: 601px) {
	.logged-in.admin-bar .site-header {
		top: 32px;
	}
}

/*** Search ***/

.sale_fields {
	display: flex;
	flex-wrap: wrap;
	margin: 35px -5px -14px;
	justify-content: center;
}
.sale_field {
	width: 20%;
	padding: 0 5px;
	margin-bottom: 14px;
}
.sale_field.full {
	width: 100%;
}
.sale_field input,
.sale_field select {
	outline: none;
	width: 100%;
	border: 1px solid var #f7f7f7;
	font-size: 16px;
	line-height: 1;
	padding: 2px 10px 0;
	color: #555;
	/* height: 35px; */
	background-color: #fff;
	font-family: var(--font_Myriad);
	letter-spacing: 0.4px;
}
.sale_field select {
	padding: 8px 7px 6px;
}
.sale_field input[type="submit"] {
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	color: var(--clr_text);
	cursor: pointer;
	transition: var(--transition);
	padding: 2px 10px 0;
}
.sale_field input[type="submit"]:hover {
	background-color: var(--clr_main);
	border-color: var(--clr_main);
	color: #fff;
}

.sale_field button {
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: 1rem;
}
.search-details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5rem;
	margin-bottom: 3rem;
}
.emtpy_mobile{
	display:none;
}
@media (max-width: 575px) {
	.sale_fields {
		margin: 25px -5px -10px;
	}
	.sale_field {
		width: 50%;
		margin-bottom: 10px;
	}
	
	.search-details {
		flex-direction: column;
	}
	.order-by {
		margin-top: 2rem;
		text-align: center;
	}
	.search_btn_wrapper{
		width:100%;
	}
	.emtpy_mobile{
		display:block;
	}
	
}
.searh_btn {
	width: 100%;
	border: 2px solid var(--clr_primary);
	background-color: var(--clr_primary);
	padding: 10px 20px 9px;
	/* border-radius: 4px; */
	border-radius: 0px;
	color: #fff;
	/* font-size: 14px; */
	font-size: 17px;
	line-height: 1;
	font-weight: 500;
	font-family: var(--font_primary);
	cursor: pointer;
	transition: 0.3s all ease-in-out;
	padding:14px 0 !important;
}
.searh_btn:hover {
	color: var(--clr_primary);
	background-color: transparent;
} 

/* Properties */

.loop-properties{
	padding-top:60px;
}
.found-properties{
	margin-bottom:30px;
	font-size:18px;
}

/* Sobre nosotros */
.page-template-sobre-nosotros .why_sec{
	padding-top:0px;
	padding-bottom:150px;
}
.page-template-sobre-nosotros .why_sec p{
	white-space: pre-line;
	font-size: 16px;
	line-height: 2;
	
}

/* Servicios */
.page-template-servicios .why_box{
	text-align:center;
	cursor: auto;
}
.page-template-servicios .why_box i{
	font-size:50px;
}

/*Gtranslate*/

a.glink img{
	margin-right:4px !important;
	/* opacity:1 !important; */ 
}

.gtr{
	/* margin-left:40px; */
	width:19%;
	text-align:right;
}
.mobile-gtr{
	text-align:center;
	padding:5px 0px;
	
}
.mobile-gtr{
	display:none;
}
@media (max-width: 1200px) {
	.mobile-gtr{
		display:block;
	}
	.gtr{
		display:none;
	}
}

/* Cookies */
.eu-cookies-bar-cookies-bar-message a{
	display:none;
}
.eu-cookies-bar-cookies-bar-message a.leer-mas{
	display:inline;
}
