.admin-bar .theme-main-menu.fixed {
	top: 32px;
}

/***************** Pagination Style*******************/
ul.pagination {
	position: relative;
	margin: 0;
	padding: 0px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.pagination li {
	position: relative;
}


.sidebarImages {
	max-height: 690px !important;
}

.pagination li a,
.pagination li span {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #D9D9D9;
	color: #000;
	font-size: 17px;
	text-align: center;
	transition: all 500ms ease;
	z-index: 1;
}

.pagination li a:hover,
.pagination li span {
	color: #fff;
	border-color: #000;
	background: #000;
}

/***************** Blog Sidebar Style*******************/
.widget ul,
.widget ol {
	position: relative;
	padding: 0px;
	margin: 0;
}

.widget ul li,
.widget ol li {
	position: relative;
	display: block;
	margin-bottom: 13px;
	padding-left: 20px;
	font-size: 16px;
	color: #000;
}

.widget ul li:last-child,
.widget ol li:last-child {
	position: relative;
	display: block;
	margin-bottom: 0;

}

.widget ul li ul li,
.widget ol li ol li {
	position: relative;
	display: block;
	margin-top: 13px;
	margin-bottom: 0px;
}

.widget ul li a,
.widget ol li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #000;
	transition: all .2s ease-in-out 0s;
}

.widget ul li a:hover,
.widget ol li a:hover {
	color: #d90d1e;
}

.widget ul li a:before,
.widget ol li a:before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 2px;
	width: 100%;
	height: 1px;
	background: #ff3f25;
	transform: scale(0, 1);
	transform-origin: 0 0;
	transition: all .2s ease-in-out 0s;
}

.widget ul li a:hover:before,
.widget ol li a:hover:before {
	transform: scale(1);
}

.widget ul li:after,
.widget ol li:after {
	position: absolute;
	left: 0;
	top: 1px;
	display: inline-block;
	content: "\f178";
	font-size: 16px;
	font-weight: 200;
	color: #d90d1e;
	font-family: 'Font Awesome 5 Pro' !important;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.widget.widget_rss ul li:after,
.widget.widget_rss ol li:after {
	display: none;
}

.blog-sidebar .recent-news .news-block img {
	height: 70px;
	object-fit: cover;
}

/***************** Tag Style*******************/
.widget .tagcloud {
	position: relative;
	margin: 0 -5px;
}

.widget .tagcloud a {
	line-height: 33px;
	margin: 15px 5px 0;
	padding: 0 22px;
	font-size: 14px !important;
	color: #000;
	border: 1px solid #000;
	transition: all .2s ease-in-out 0s;
}

.widget .tagcloud a:hover {
	background: #000;
	color: #fff;
}

/***************** Comment Style*******************/
.homy-comment-item .homy-comment-item {
	margin-left: 85px;
}

.blog-details .blog-comment-area .comment .user-avatar img {
	border-radius: 50%;
}

/***************** Service Sidebar Style*******************/
.service-widget {
	position: relative;
}

.service-widget ul {
	position: relative;
	background: url(../images/shape/shape_78.svg) no-repeat center;
	background-size: cover;
	padding: 36px;
	border-radius: 20px;
}

.service-widget ul:before {
	content: "";
	position: absolute;
	top: 36px;
	right: 36px;
	left: 36px;
	bottom: 36px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 20px;
}

.service-widget ul li {
	position: relative;
	list-style: none;
	padding: 0 30px;
}

.service-widget ul li a {
	position: relative;
	padding: 26px 0;
	color: #000;
	border-bottom: 1px solid #000;
	display: block;
	z-index: 1;
}

.service-widget ul li a:after,
.service-widget ol li a:after {
	position: relative;
	content: "";
	font-family: "bootstrap-icons";
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #000;
	border-radius: 50%;
	float: right;
	margin-left: 10px;
	transition: all .3s ease-in-out 0s;
}

.service-widget ul li.current-menu-item a,
.service-widget ol li.current-menu-item a {
	font-weight: 500;
}

.service-widget ul li:hover a:after,
.service-widget ol li:hover a:after,
.service-widget ul li.current-menu-item a:after,
.service-widget ol li.current-menu-item a:after {
	background: #ffc8b1;
	transform: rotate(180deg);
}

.service-sidebar .widget_nav_menu {
	margin-top: 0px;
	padding: 0px;
}

.contact-banner h4 {
	max-width: 250px;
	margin: auto;
	padding-bottom: 35px;
}

/************************* Footer's widget style **************************/
.footer-widget {
	position: relative;
}

.footer-widget ul,
.footer-widget ol {
	position: relative;
	padding: 0;
	margin: 0;
}

.footer-widget ul li,
.footer-widget ol li {
	position: relative;
	display: block;
	margin-bottom: 13px;
}

.footer-widget ul li:last-child,
.footer-widget ol li:last-child {
	margin-bottom: 0px;
}

.footer-widget ul li ul li,
.footer-widget ol li ul li {
	margin-bottom: 0px;
	margin-top: 13px;
	margin-left: 15px;
}

.footer-widget ul li a,
.footer-widget ol li a {
	position: relative;
	font-size: 18px;
	color: rgba(0, 0, 0, .7);
	transition: all .2s ease-in-out 0s;
}

.footer-widget ul li a:hover,
.footer-widget ol li a:hover {
	color: #d90d1e;
}

.footer-one.dark-bg .footer-widget ul li a,
.footer-one.dark-bg .footer-widget ol li a,
.footer-four.dark-bg .footer-widget ul li a,
.footer-four.dark-bg .footer-widget ol li a {
	color: rgba(255, 255, 255, .65)
}

.footer-one.dark-bg .footer-widget ul li a:hover,
.footer-one.dark-bg .footer-widget ol li a:hover,
.footer-four.dark-bg .footer-widget ul li a:hover,
.footer-four.dark-bg .footer-widget ol li a:hover {
	color: #d90d1e;
}

.footer-one.dark-bg .footer-intro .social-icon li a:hover {
	background: #0000;
}

.footer-two .widget_nav_menu {
	margin-top: 30px;
	padding: 0px;
}

.footer-two .footer-widget ul li,
.footer-two .footer-widget ol li {
	position: relative;
	display: block;
	width: auto;
}

.footer-four .widget_nav_menu {
	margin-top: 0px;
}

.footer-four .footer-intro {
	padding-right: 50px;
}

.footer-three .footer-intro h6,
.footer-four .footer-intro h6 {
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .4);
}

.footer-three .email {
	font-size: 28px;
	color: #000;
}

.footer-three .email:hover {
	color: #d90d1e;
}

.footer-four.dark-bg .footer-intro h6 {
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .4);
}

.footer-four.dark-bg .footer-intro .email {
	color: #fff;
	font-size: 36px;
	letter-spacing: 0;
	font-family: "EB Garamond", serif;
}

.footer-four.dark-bg .footer-intro .email:hover {
	color: #d90d1e;
}

.footer-four.dark-bg ul.social-icon li a {
	color: #fff;
}

.footer-four.dark-bg ul.social-icon li a:hover {
	color: #000;
}

.footer-three .newsletter-form input {
	padding: 18px 140px 18px 15px;
}

.footer-three .newsletter-form button {
	color: #fff;
	width: 120px;
}

.widget_homy_newsletter p {
	margin-bottom: 3rem;
}

/***************** Style Setting *******************/
.theme-main-menu ul>li>.dropdown-toggle::after {
	margin-left: 6px;
}

.theme-main-menu ul>li>ul>li .dropdown-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar .dropdown-menu .dropdown-item:before {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 8px;
	width: 50%;
	height: 1px;
	background: #ff3f25;
	transform: scale(0, 1);
	transform-origin: 0 0;
	transition: all .2s ease-in-out 0s;
}

.navbar .dropdown-menu .dropdown-item:hover:before,
.navbar .dropdown-menu .dropdown-item.active:before {
	transform: scale(1);
}

.fancy-banner-two .form-wrapper form input,
.fancy-banner-two .form-wrapper form button,
.footer-four.dark-bg .news-letter-area .form-wrapper form input,
.footer-four.dark-bg .news-letter-area .form-wrapper form button {
	border-radius: 0px;
}

.fancy-banner-two .form-wrapper form input,
.footer-four.dark-bg .news-letter-area .form-wrapper form input {
	padding: 27px 170px 27px 25px;
}

.footer-two .news-letter-area .form-wrapper form input {
	padding: 25px 200px 29px 25px;
}

.footer-two .news-letter-area .form-wrapper form button {
	width: 138px;
	font-size: 18px;
}

.feedback-section-one .item .icon {
	background: #00b67a;
	color: #fff;
	padding: 5px;
	margin-right: 4px;
}

.fancy-banner-four .screen_01 {
	bottom: 150px
}

.block-feature-seven .rating li:last-child {
	font-size: 18px;
	letter-spacing: 0px;
	color: #d90d1e;
	margin-left: 0px;
}

.homy-bg {
	background: none !important;
}

.homy-text span {
	color: #d90d1e;
}

.fancy-banner-five:befor {
	display: none;
}

.fancy-banner-six .location-pin {
	top: 135px
}

.fancy-banner-six .location-pin:nth-child(2) {
	top: 10px;
	left: 36%;
}

.fancy-banner-six .location-pin:nth-child(3) {
	top: 310px;
}

.fancy-banner-six .location-pin:nth-child(4) {
	top: 70px;
}

.fancy-banner-six .location-pin:nth-child(5) {
	top: 260px;
}

.fancy-banner-six .location-pin:nth-child(6) {
	top: 175px;
}

.fancy-banner-six .location-pin:nth-child(7) {
	top: 368px;
	left: 87%;
}

.feedback-section-four .slick-arrow-two {
	top: -200px;
}

.homy-title .te-customer {
	font-size: 1.333em;
	font-weight: 500;
	text-decoration: underline !important;
}

.homy-title .te-cta {
	font-style: italic !important;
	font-weight: 400;
}

.feedback-section-seven .rating-box {
	max-width: 100%;
}

.listing-card-six {
	min-height: 800px;
}

.hero-banner-six .hero-heading span img {
	z-index: 1;
}

.homy-testi .feedback-section-four .slick-arrow-two {
	top: -160px;
}

.mh-720 {
	min-height: 720px;
}

.block-feature-four .img-gallery .img-bg {
	min-height: 632px;
}

.block-feature-ten .media-gallery .bg {
	min-height: 694px;
}

.block-feature-ten.style-two .media-gallery .bg {
	min-height: 620px;
}

.block-feature-thirteen .media-gallery .card-style-three {
	top: 65px;
}

.block-feature-thirteen .media-gallery:before {
	top: 175px;
	min-height: 630px;
}

.block-feature-thirteen .media-gallery .bg {
	min-height: 728px;
}

.blog-sidebar #search-2.bg-wrapper {
	padding: 0px;
}

.blog-sidebar .bg-wrapper:last-child {
	margin-bottom: 0px
}

.list-style-one li::before,
.blog-details .blog-post-meta .post-data .list-item li::after,
.pricing-section-two .pr-column-wrapper ul li::before {
	position: absolute;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
}

.block-feature-fifteen .media-block .bg-img {
	min-height: 703px;
}

.block-feature-sixteen {
	margin: 0px;
	border-radius: 0px;
	overflow: visible;
}

.filter-nav-one .social-icon a {
	line-height: 34px;
}

.filter-nav-one .social-icon a svg {
	height: 20px;
}

.filter-nav-one .social-icon a:hover svg {
	fill: #fff;
}

.card-style-nine .rating li:last-child {
	font-size: 13px;
	margin-left: 0px;
}

.info-icon .address-banner .skew-line:before {
	left: -50px
}

.info-icon .address-banner .skew-line:after {
	right: -50px
}

.feedback-block-one .avatar img,
.feedback-block-two .avatar img,
.feedback-block-four .avatar img,
.feedback-block-five .avatar img,
.feedback-block-six .avatar img {
	border-radius: 50% !important;
}

.card-style-six .icon .lazy-img img {
	width: 100%;
}

.feedback-section-one .slider-arrows li,
.hero-banner-three .slider-arrows li,
.hero-banner-four .slider-arrows li {
	position: absolute;
	left: 30px;
	bottom: 50%;
	z-index: 1;
}

.feedback-section-one .slider-arrows li[class*=next],
.hero-banner-three .slider-arrows li[class*=next],
.hero-banner-four .slider-arrows li[class*=next] {
	left: auto;
	right: 30px;
}

.block-feature-three .slick-dots,
.feedback-section-four .slick-dots,
.partner-section-one .slick-dots {
	margin-top: 50px;
	justify-content: center;
}

.agent-section-one .slider-arrows li,
.feedback-section-three .slider-arrows li,
.feedback-section-six .slider-arrows li,
.feedback-section-seven .slider-arrows li {
	position: absolute;
	left: -27px;
	bottom: 50%;
	z-index: 1;
}

.agent-section-one .slider-arrows li[class*=next],
.feedback-section-three .slider-arrows li[class*=next],
.feedback-section-six .slider-arrows li[class*=next],
.feedback-section-seven .slider-arrows li[class*=next] {
	left: auto;
	right: -27px;
}

.partner-section-one .slider-arrows li,
.feedback-section-five .slider-arrows li {
	margin-left: 10px;
}

.hero-banner-three .slick-dots,
.hero-banner-four .slick-dots {
	position: absolute;
	bottom: 20px;
}

.footer-intro .social-icon {
	display: inline-flex !important;
}

.feedback-block-one .rating {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}

.fancy-banner-seven .bg-wrapper {
	padding: 0px;
	border-radius: 0px;
	overflow: visible;
}

.fancy-banner-seven .bg-wrapper:before {
	display: none;
}

@media (max-width: 991px) {

	.agent-section-one:before,
	.agent-section-one:after {
		bottom: 0px !important;
	}

	.footer-two .news-letter-area .form-wrapper form input {
		padding: 24px 200px 24px 25px;
	}

	.fancy-banner-two .form-wrapper form input,
	.footer-four.dark-bg .news-letter-area .form-wrapper form input {
		padding: 24px 170px 24px 25px !important;
	}

	.footer-intro .social-icon {
		display: flex !important;
	}

	.widget_nav_menu {
		position: relative;
		margin-top: 50px;
		padding: 0px 0px;
	}
}

/*********************************************************
			Property Advnace Search
**********************************************************/

.ere-property-advanced-search.color-dark .form-search-wrap ::placeholder {
	color: #000;
}

.te-from-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 65px;
	color: #000;
	padding: 0;
}

.te-from-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 65px;
	width: 30px;
	top: 0;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.te-from-wrap .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	content: "";
	display: block;
	height: 7px;
	margin-top: -4px;
	pointer-events: none;
	position: relative;
	transform-origin: 50% 50%;
	transform: rotate(45deg);
	transition: all .15s ease-in-out;
	width: 7px;
}

.te-from-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent;
	display: none;
}

.ere-property-advanced-search .other-features-wrap {
	margin: 15px 0 30px;
}

.ere-property-advanced-search .btn-other-features {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 15px;
	letter-spacing: .45px;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-family: "Gordita";
	color: #000;
}

.ere-property-advanced-search .te-from-wrap .btn-other-features i {
	padding: 0px;
	width: 30px;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #000 !important;
}

.te-from-wrap .other-features-list .checkbox label {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	font-size: 16px;
	color: rgba(0, 0, 0, .7);
}

.ere-property-advanced-search .other-features-list {
	margin-top: 30px;
	background: #fcf5f1;
	padding: 30px;
}

.ere-property-advanced-search .other-features-list .row {
	row-gap: 12px;
}

.ere-property-advanced-search .te-from-wrap .submit-search-form {
	display: inline-flex;
	justify-content: flex-end;
}

.gap-10 {
	gap: 10px;
}

/******************Properties Archive****************/
.archive-property-action.mb-40 {
	margin-bottom: 40px;
}

.archive-property-action-item {
	float: none !important;
	margin: 0px !important;
	gap: 20px;
}

.above-archive-property .archive-property-action .property-status ul li a {
	color: #ffffff;
}

.above-archive-property .archive-property-action .sort-property span {
	min-width: 200px;
	height: 42px;
	display: flex;
	padding: 0 15px;
	align-items: center;
	font-size: 16px;
	border: 1px solid #000;
	background: #fff;
}

.above-archive-property .sort-view-property .view-as {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
}

.archive-property-action .sort-property ul {
	width: 100%;
}

.archive-property-action .sort-property ul li a {
	font-size: 16px;
}

.above-archive-property .archive-property-action .sort-property span::after {
	font-family: 'Font Awesome 5 Pro';
	right: 15px;
}

.above-archive-property .archive-property-action .view-as span {
	width: 42px;
	height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.listing-card-one .feature img {
	width: inherit;
}

.te-tag {
	position: absolute;
	right: 17px;
	top: 17px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.listing-card-one .img-gallery .fav-btn.te-fav__wrap {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	z-index: 9;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.6);
	opacity: 1;
	visibility: hidden;
	transition: 500ms;
	transform: scale(0);
	transition-delay: 0.2s;
}

.listing-card-one .img-gallery:hover .fav-btn.te-fav__wrap {
	transform: scale(1);
	transform-origin: center center;
	opacity: 1;
	visibility: visible;
}

.te-featured,
.te-offer {
	min-width: 90px;
	line-height: 27px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .12px;
	color: #fff;
	text-align: center;
	background: #d90d1e;
	position: relative;
}

.te-featured {
	background: #00b579;
}

.ere-property .te-fav__wrap .property-view-gallery-wrap {
	background: none !important;
	padding: 0px;
	margin: 0px;
	border-radius: none;
	width: auto;
	height: auto;
	font-size: inherit;
}

.te-pagination-one__wrap>span,
.te-pagination-one__wrap a {
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	color: #000;
	transition: all .2s ease-in-out 0s;
}

.te-pagination-one__wrap>span,
.te-pagination-one__wrap a:hover {
	background: #000;
	color: #fff;
}

.te-pagination-one__wrap a.next,
.te-pagination-one__wrap a.prev {
	width: auto;
	height: auto;
	background: rgba(0, 0, 0, 0);
	color: #000;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.te-pagination-one__wrap a.next {
	margin-left: 10px;
}

.te-pagination-one__wrap a.prev {
	margin-right: 10px;
}

.property-list .listing-card-one {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	align-items: center;
	gap: 50px;
}

.property-list .listing-card-one .p-15 {
	padding: 0px;
}

.property-list .listing-card-one .img-gallery .property-image {
	margin: 0px;
}

.property-list .listing-card-one .img-gallery img {
	min-height: 350px;
	object-fit: cover;
}

.ere-property.property-list .property-item-content.proprty-info {
	width: calc(100% - 380px);
	padding: 0px;
	margin: 0px;
}

.property-list .listing-card-one .address {
	margin-top: 20px;
}

/**************************Detail Property***************/
.listing-details-one .property-info-action {
	background-color: transparent;
}

.listing-details-one .property-info-action .property-action {
	padding: 0px;
	top: auto;
}

.te-list-style__three li strong {
	font-weight: 500;
	color: #000;
	font-size: 17px;
}

.te-list-style__three li span {
	font-size: 17px;
	letter-spacing: -0.17px;
}

.te-features__filter .nav-link,
.ere-property-element .nav-link {
	min-width: 87px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	transition: all .2s ease-in-out 0s;
	line-height: 40px;
	border-radius: 30px;
	margin: 0 10px 15px 0;
	padding: 0 25px;
	background: #fff;
	color: #000;
}

.te-features__filter .nav-link.active,
.te-features__filter .nav-link:hover,
.ere-property-element .nav-link.active,
.ere-property-element .nav-link:hover {
	background: #000;
	color: #fff;
}

.tab-pane .showcase #loading-gui #loading-background {
	background-size: cover !important;
}

.theme-details-one .te-tabber__options .p-40 {
	padding-bottom: 15px;
}

.theme-details-one .te-tabber__options .list-style-two li {
	margin-bottom: 25px;
}

.property-google-map-directions .ere-property-element .te-search__box #directions-input {
	background: #fff8f4;
	height: 50px;
	display: inline-flex;
	align-items: center;
	padding: 0 20px 0 50px;
	border: 1px solid #000;
	box-shadow: none;
	border-radius: 10px;
	font-size: 16px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 30px;
	width: 100%;
}

.property-google-map-directions .ere-property-element .te-search__box #get-direction {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #000;
	color: #fff;
	font-size: 20px;
	border-radius: 0px 10px 10px 0px;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.property-google-map-directions .ere-property-element .te-search__box #get-direction .far {
	color: #ffffff;
}

.theme-color {
	color: #ff3f25;
}

.agent-contact-section .agent-social {
	display: flex;
	align-items: center;
	gap: 20px;
}

.agent-contact-section .agent-social a {
	font-size: 25px;
	color: #000;
	transition: 0.5s;
}

.agent-contact-section .agent-social a:hover {
	color: #ff3f25;
}

.agent-info-contact .agent-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.agent-info-contact .agent-wrap:last-child {
	margin-bottom: 0px;
}

.agent-info-contact .agent-wrap span {
	color: rgba(0, 0, 0, .5);
	font-size: 18px;
	flex: 1;
}

.agent-info-contact .agent-wrap .agent-value {
	font-weight: 500;
	color: #000;
	float: none;
	flex: 1;
}

.ml-10 {
	margin-left: 10px;
}

.te-property-info-footer_wrap.property-info-footer {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 0;
	padding: 30px 0;
	margin-bottom: 50px;
}

.te-property-info-footer_wrap.property-info-footer .ere-property-element span {
	font-weight: 500;
}

.te-property-info-footer_wrap.property-info-footer .ere-property-element span:not(:last-child) {
	margin-right: 50px;
}

.glyphicon-star-empty:before {
	content: "\f005";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-style: normal;
}

.glyphicon-star:before {
	content: "\f005";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-style: normal;
}

.ere-property-element .rating-container .filled-stars {
	-webkit-text-stroke: inherit !important;
	text-shadow: none !important;
	text-stroke: inherit !important;
}

.rating-container .star {
	font-size: 14px;
}

.ere-property-element .ratings-summary {
	flex-basis: 30%;
	background: #fff8f4;
	border: none;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 25px;
}

.aggregate-rating .overall-rating .reviews-box li .label:last-child {
	min-width: 30px;
	width: 100px;
}

.overall-rating {
	flex-basis: 66%;
}

/***********Compare Listing***********/
.compare-listing.te-compare {
	width: auto;
	display: flex;
	flex-direction: column;
	padding: 30px;
}

.compare-listing.te-compare.listing-open {
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .03);
	;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .03);
	;
}

.compare-listing.te-compare .compare-listing-body {
	padding: 0px;
}

.te-compare .compare-thumb-main {
	gap: 10px;
}

.te-compare .compare-thumb-main .compare-thumb {
	padding: 0px;
	width: 100%;
	flex: 1;
	margin: 0;
}

.te-compare .compare-thumb-main .compare-property-remove {
	font-size: 12px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.compare-listing.te-compare .listing-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d90d1e;
	border: none;
}

.compare-listing.te-compare .listing-btn i {
	left: 0;
	top: 0;
}

.te-compare .compare-listing-body .compare-properties-button,
.btn.btn-primary,
.btn.btn-default {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #fff;
	padding: 0 30px;
	width: auto;
	text-align: center;
	line-height: 45px;
	border-radius: 10px;
	border: none;
	background: #000;
	transition: all .3s ease-in-out 0s;
	margin-top: 20px;
	text-transform: uppercase !important;
	font-size: 14px;
}

.btn.btn-primary,
.btn.btn-default {
	margin-top: 0;
}

.form-group #search_invoice,
.form-group #search_property {
	line-height: 55px;
	width: 100%;
}

.te-compare .compare-listing-body .compare-properties-button:hover,
.btn.btn-primary:hover,
.btn.btn-default:hover {
	background: #d90d1e;
}

.te-compare .compare-thumb-main .compare-property-remove i {
	top: 0;
}

/***********Profile Page*************/
.ere-my-profile {
	margin-left: 20px;
}

.panel-heading {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #000;
}

.ere-my-profile .jumbotron.ere-account-agent {
	padding: 30px;
	background: #fff8f4;
	border-radius: 20px;
	margin-bottom: 50px;
}

.ere-my-profile .jumbotron.ere-account-agent h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

.ere-my-profile .jumbotron.ere-account-agent p {
	font-size: 18px;
	margin-bottom: 28px;
}

.ere-profile-avatar .profile-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.ere-my-profile .form-group label,
.form-group label,
.ere-property-multi-step .property-media label,
.ere-property-multi-step .additional-block {
	display: block;
	font-size: 15px;
	font-weight: 500 !important;
	color: #000;
	margin-bottom: 10px;
}

.ere-my-profile .form-group textarea,
.form-group textarea {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 15px 20px;
	max-width: 100%;
	width: 100%;
	resize: none;
	font-size: 16px;
	margin-bottom: 30px;
}

/***********New Property***********/
.ere-property-multi-step::before {
	content: '';
	background: #fff8f4;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

.ere-property-multi-step .property-manager-form fieldset {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .03);
	padding: 40px;
	border-radius: 20px;
	background: #fff;
	margin-bottom: 50px;
}

.ere-property-multi-step .property-fields-wrap {
	margin-bottom: 0px;
}

.sec-title-two h2,
.ere-property-multi-step .add-tab-row h4 {
	font-size: 24px;
	margin: 0 0 30px;
}

.ere-property-multi-step .form-group,
.ere-my-profile .form-group {
	margin-bottom: 30px;
}

.ere-property-multi-step .form-group input,
.ere-property-multi-step .form-group select,
.ere-property-multi-step .form-group textarea,
.ere-property-multi-step .property-media-other input,
.ere-my-profile .form-group .form-control {
	margin-bottom: 0;
	height: 55px;
	letter-spacing: -0.16px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 0 20px;
	font-size: 16px;
}

.ere-property-multi-step .form-group textarea {
	height: 200px;
}

.ere-property-multi-step .select2-container--default .select2-selection--multiple,
.ere-property-multi-step .select2-container--default .select2-selection--single {
	height: 55px;
	font-size: 16px;
	letter-spacing: -0.16px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
}

.ere-property-multi-step .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 55px;
	padding: 0 25px 0 20px;
	color: rgba(0, 0, 0, .7);
}

.ere-property-multi-step .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 55px;
}

.ere-property-multi-step .ere-step-nav {
	display: none !important;
}

.ere-property-multi-step .property-feature {
	margin-bottom: 0px !important;
}

.ere-property-multi-step .property-price .form-group .checkbox label,
.ere-property-multi-step .property-feature .checkbox label,
.ere-property-multi-step .property-floors-control label,
.ere-property-multi-step .property-contact label {
	display: inline-flex;
	gap: 10px;
	margin: 5px 0;
	align-items: center;
	font-weight: 500;
}

.ere-property-multi-step .property-floors-control label,
.ere-property-multi-step .property-contact label {
	margin-right: 30px;
}

.ere-property-multi-step .property-price .form-group .checkbox input,
.ere-property-multi-step .property-feature .checkbox label input,
.ere-property-multi-step .property-floors-control labe input,
.ere-property-multi-step .property-contact label input {
	height: 20px;
	width: 20px;
	font-weight: 500;
}

.ere-property-multi-step .additional-block {
	width: 100%;
}

.ere-property-multi-step .property-floors-data .add-sort-table button {
	margin-top: 40px;
}

/*************Advance Search Shortcode Style Layout One**********************/
.layout-one .te-adv-search-form .form-search-inner {
	margin: 0px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #ededed;
	box-shadow: 0px 30px 70px rgba(0, 0, 0, .04);
	padding: 30px 30px 15px;
}

.layout-one .te-adv-search-form .ere-property-advanced-search .form-group,
.property-listing-six .te-bg__wrapper .form-group {
	height: auto;
	margin-bottom: 15px;
}

.layout-one .te-adv-search-form .form-group .form-control,
.layout-one .te-adv-search-form .select2-container .select2-selection--single,
.property-listing-six .te-bg__wrapper .form-group .form-control,
.property-listing-six .te-bg__wrapper .select2-container .select2-selection--single {
	margin: 0px;
	height: 65px;
	border: none;
	border-right: 1px solid #eeecec;
	font-weight: 500;
	font-size: 18px;
	color: #000;
	border-radius: 0;
	padding: 0px;
}

.ere-property-advanced-search .form-search-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.ere-property-advanced-search .form-search-wrap .title-slider-filter {
	line-height: 65px;
	color: #000 !important;
}

.layout-one .te-adv-search-form .form-group .form-control::-webkit-input-placeholder,
.hero-banner-four .search-wrapper-two .te-adv-search-form .te-bg__wrapper input::-webkit-input-placeholder,
.property-listing-six .te-bg__wrapper input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

.layout-one .te-adv-search-form .form-group .form-control::-moz-placeholder,
.hero-banner-four .search-wrapper-two .te-adv-search-form .te-bg__wrapper input::-moz-placeholder,
.property-listing-six .te-bg__wrapper input::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.layout-one .te-adv-search-form .form-group .form-control::-ms-input-placeholder,
.hero-banner-four .search-wrapper-two .te-adv-search-form .te-bg__wrapper input::-ms-input-placeholder,
.property-listing-six .te-bg__wrapper input::-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.layout-one .te-adv-search-form .form-group .form-control::placeholder,
.hero-banner-four .search-wrapper-two .te-adv-search-form .te-bg__wrapper input::placeholder,
.property-listing-six .te-bg__wrapper .te-bg__wrapper input::placeholder {
	color: #000;
	opacity: 1;
}

.layout-one .te-adv-search-form .form-group .form-control:focus,
.property-listing-six .te-bg__wrapper .form-group .form-control:focus {
	background: none;
	box-shadow: none;
	border: none;
}

.layout-one .te-adv-search-form .ere-advanced-search-btn,
.property-listing-six .te-bg__wrapper .ere-advanced-search-btn {
	width: 100%;
	line-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 1px;
	font-weight: 500 !important;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	gap: 10px;
	transition: all .3s ease-in-out;
	background: #000;
}

.layout-one .te-adv-search-form .ere-advanced-search-btn:hover,
.property-listing-six .te-bg__wrapper .ere-advanced-search-btn:hover {
	background: #d90d1e;
}

.fancy-banner-one .property-item .te-action__icons li a {
	color: #BFBFBF;
	font-size: 1.2em;
	transition: all 0.2s ease-in-out 0s;
}

.fancy-banner-one .property-item .te-action__icons li a:hover {
	color: #d90d1e;
}

.te-flex_1 {
	flex: 1;
}

.layout-one.layout-two .te-adv-search-form .form-search-inner,
.property-listing-six .form-search-inner {
	padding: 0px;
	border-radius: 0;
	background: none;
	border: none;
	box-shadow: none;
}

.layout-two .te-adv-search-form .form-search-inner .ere-search-status-tab,
.property-listing-six .form-search-inner .ere-search-status-tab {
	background: none;
	margin-bottom: 2px;
	height: auto;
	display: flex;
	gap: 2px;
}

.layout-two .te-adv-search-form .form-search-inner .ere-search-status-tab button,
.property-listing-six .form-search-inner .ere-search-status-tab button {
	display: inline-flex;
	min-width: 100px;
	padding: 0 20px;
	height: 42px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all .2s ease-in-out 0s;
	background: #ffffff;
	color: #000000;
	font-weight: 500;
}

.layout-two .te-adv-search-form .form-search-inner .ere-search-status-tab button.active,
.layout-two .te-adv-search-form .form-search-inner .ere-search-status-tab button:hover,
.property-listing-six .form-search-inner .ere-search-status-tab button:hover {
	background: #000 !important;
	color: #ffffff;
}

.layout-two .te-bg__wrapper,
.property-listing-six .te-bg__wrapper {
	background-color: #ffffff;
	padding: 30px 30px 15px;
	box-shadow: 0px 30px 70px rgba(0, 0, 0, .04);
}

.layout-one.layout-two .te-adv-search-form .form-group .form-contro,
.property-listing-six .te-bg__wrapperl .form-group .form-contro {
	font-weight: 400;
}

.hero-banner-four .search-wrapper-two .te-adv-search-form .ere-search-status-tab {
	background: none;
	height: auto;
	margin: 0px;
	display: flex;
}

.hero-banner-four .search-wrapper-two .te-adv-search-form .ere-search-status-tab button {
	display: inline-flex;
	min-width: 160px;
	line-height: 40px;
	height: 40px;
	padding: 0 0 0 16px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	text-transform: uppercase;
	transition: all .2s ease-in-out 0s;
	background: #a4aab1;
	color: #fff;
	font-weight: 500;
	letter-spacing: 3px;
	position: relative;
}

.hero-banner-four .search-wrapper-two .te-adv-search-form .ere-search-status-tab button.active {
	background: #fff !important;
	color: #000 !important;
}

.hero-banner-four .search-wrapper-two .te-adv-search-form .te-bg__wrapper {
	padding: 45px 35px 35px;
	margin: 0 15px 15px 0;
	background: #fff;
	position: relative;
}

.hero-banner-four .search-wrapper-two .te-adv-search-form .te-bg__wrapper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	right: -15px;
	bottom: -15px;
	z-index: -1;
	background: rgba(255, 255, 255, .2);
}

.hero-banner-four .search-wrapper-two .te-adv-search-form .te-bg__wrapper .form-group {
	height: auto;
}

.hero-banner-four .search-wrapper-two .te-adv-search-form .te-bg__wrapper input,
.hero-banner-four .search-wrapper-two .select2-container .select2-selection--single,
.hero-banner-four .search-wrapper-two .te-adv-search-form .te-bg__wrapper select {
	position: relative;
	border: none;
	border-bottom: 1px solid #000 !important;
	height: 70px;
	padding: 0px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	border-radius: 0;
	margin-bottom: 20px;
}

.hero-banner-four .search-wrapper-two .te-adv-search-form .te-bg__wrapper .ere-advanced-search-btn {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #fff;
	padding: 0 40px;
	min-width: 150px;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	gap: 10px;
	background: #000;
	transition: all .3s ease-in-out 0s;
	margin-top: 50px;
	border-radius: 0;
}

.hero-banner-four .search-wrapper-two .te-adv-search-form .te-bg__wrapper .ere-advanced-search-btn:hover {
	background: #d90d1e;
}

.layout-two.layout-three .te-adv-search-form .form-search-inner .ere-search-status-tab {
	margin-bottom: 15px;
	gap: 15px;
}

.layout-two.layout-three .te-adv-search-form .form-search-inner .ere-search-status-tab button {
	border-radius: 30px;
}

.layout-two.layout-three .te-bg__wrapper {
	border-radius: 15px;
}

.te-prp-sidebar__one .search-wrapper-one .te-adv-search-form .te-bg__wrapper .other-features-list .col-md-2 {
	flex: 0 0 auto;
	width: 50%;
}

.te-prp-sidebar__one .search-wrapper-one .te-adv-search-form .te-bg__wrapper .other-features-list .col-md-2 input {
	width: auto;
}

.te-icons-action__list {
	position: absolute;
	right: 20px;
	top: 20px;
	background: rgba(255, 255, 255, .7);
	padding: 0 20px;
	height: 40px;
	border-radius: 15px;
	font-size: 16px;
	align-items: center;
	justify-content: center;
}

.property-detail .add-comment-form .blog-inner-title {
	font-size: 32px;
	line-height: 1.25em;
}

.property-listing-six .te-bg__wrapper .form-group .form-control,
.property-listing-six .te-bg__wrapper .select2-container .select2-selection--single {
	border: 1px solid #eeecec !important;
	padding: 0 20px;
	font-weight: 400;
}

.te-agent__social a {
	display: inline-flex;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	background: #000;
	color: #fff;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}

.te-agent__social a:hover {
	background: #d90d1e;
}

.agent-seach__sidebar .search-form input {
	height: 35px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 45px 0 10px;
	border: 1px solid #000;
	font-size: 14px;
	color: #000;
}

.agent-seach__sidebar .search-form button {
	display: flex;
	height: 35px;
	width: 35px;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .3s ease-in-out;
}

.agent-seach__sidebar .search-form button:hover {
	color: #d90d1e;
}

.archive-agent-action .short-filter .sort-agent {
	width: auto;
}

.archive-agent-action .short-filter .sort-agent span {
	background: #ffffff;
	border: 1px solid #000;
	color: #000;
	padding: 0 18px;
	font-size: 15px;
	letter-spacing: -0.15px;
	min-width: 230px;
	height: 35px;
	display: flex;
	align-items: center;
	margin-right: 0px;
}

.archive-agent-action .short-filter .sort-agent span::after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}

.archive-agent-action .short-filter .sort-agent ul {
	width: 100%;
	font-size: 15px;
}

.top-25 {
	top: -.25em;
}

.te-prp__bottom {
	left: 0;
	top: auto !important;
	bottom: 0;
}

.agent-card-two .media img {
	height: auto;
}

.blog-section-three .ere-login-wrap,
.blog-section-three .ere-register-wrap {
	padding: 25px;
	background: url(../images/shape/shape_64.svg) no-repeat center;
	background-size: auto;
	background-size: cover;
	border: none;
}

.blog-section-three .ere-login-wrap form,
.blog-section-three .ere-register-wrap form {
	background: #fff;
	border-radius: 15px;
	border: 1px solid #ededed;
	box-shadow: 0px 30px 70px rgba(0, 0, 0, .04);
	padding: 30px;
}

.blog-section-three .ere-register-wrap .form-group,
.blog-section-three .ere-login-wrap .form-group,
.ere-resset-password-wrap .reset_password_user_login {
	margin-bottom: 30px;
}

.blog-section-three .ere-login-wrap .form-group input:not([type=checkbox]),
.blog-section-three .ere-login-wrap .form-group select.form-control,
.blog-section-three .ere-register-wrap .form-group input:not([type=checkbox]),
.blog-section-three .ere-register-wrap .form-group select.form-control,
.ere-resset-password-wrap .reset_password_user_login {
	font-size: 16px;
	font-weight: 500;
	padding: 0 40px 0 20px;
	color: #000;
	border: 1px solid #000;
	border-radius: 10px;
}

.ere-resset-password-wrap .reset_password_user_login {
	height: 55px;
}

.blog-section-three .ere-login-wrap .form-group:after,
.blog-section-three .ere-register-wrap .form-group:after {
	font-family: 'Font Awesome 5 Pro';
	color: #d90d1e;
	width: auto;
	right: 20px;
}

.blog-section-three .ere-login-wrap .ere-login-button,
.blog-section-three .ere-register-wrap .ere-register-button,
.ere-resset-password-wrap .ere_forgetpass {
	height: 55px;
	font-weight: 500;
	border-radius: 10px;
	min-width: 200px;
	margin-top: 15px;
	width: 100%;
}

.ere-resset-password-wrap .ere_forgetpass {
	margin-top: 0px;
}

.blog-section-three .ere-register-wrap .ere-register-button:hover,
.blog-section-three .ere-login-wrap .ere-login-button:hover,
.ere-resset-password-wrap .ere_forgetpass:hover {
	background: #000 !important;
	color: #fff !important;
}

.blog-section-three .ere-register-wrap .checkbox,
.blog-section-three .ere-login-wrap .checkbox {
	margin: 0px;
}

.blog-section-three .ere-login-wrap .checkbox {
	display: block;
	margin-bottom: 15px;
}

.blog-section-three .ere-register-wrap .checkbox label,
.blog-section-three .ere-login-wrap .checkbox label {
	margin: 0px;
	display: inline-flex;
	gap: 15px;
	align-items: center;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

.blog-section-three .ere-register-wrap .checkbox label input,
.blog-section-three .ere-login-wrap .checkbox label input {
	width: 20px;
	height: 20px;
}

.blog-section-three .ere-login-wrap .ere-reset-password {
	float: none;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	text-transform: lowercase;
}

.ere-reset-password-wrap .ere-back-to-login {
	font-size: 16px;
	font-weight: 500;
	color: #d90d1e;
	margin-top: 20px;
}

.ere-access-denied .ere-message {
	background: #fff8f4;
	padding: 25px;
	border-radius: 15px;
}

.ere-access-denied .ere-message .ere-account-sign-in {
	display: flex;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	justify-content: space-between;
	align-items: center;
}

.agency-details-tab__cus .nav-tabs {
	display: flex;
	align-items: center;
	gap: 2px;
	border: none;
	margin-bottom: 2px;
}

.agency-details-tab__cus .nav-tabs .nav-link {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	background: #000;
	border-radius: 0;
	color: #fff;
}

.agency-details-tab__cus .nav-tabs .nav-link.active,
.agency-details-tab__cus .nav-tabs .nav-link:hover {
	background: #fa6525;
}

.agency-details-tab__cus .tab-content {
	background: #f5ede8;
	padding: 40px;
}

.agency-details-tab__cus .tab-content .tab-pane p:last-child {
	margin-bottom: 0px;
}

.ere-agent .agent-avatar img {
	height: auto;
}

.ere-agent.agent-grid .agent-info span {
	margin: 10px 0;
	display: block;
	color: #fff;
}

.bottom-footer .dropdown-toggle::after {
	display: none;
}

#searchModal:before {
	display: none;
}

.inner-banner .theme-breadcrumb li {
	position: relative;
}

.inner-banner .theme-breadcrumb li:not(:last-child) {
	padding-right: 25px;
	margin-right: 15px;
}

.inner-banner .theme-breadcrumb li:not(:last-child):before {
	content: '/';
	position: absolute;
	right: 0;
	top: 0;
	color: rgba(49, 49, 49, .5);
}

.blog-details .blog-post-meta .bottom-widget .tags a {
	position: relative;
	padding-right: 6px;
}

.blog-details .blog-post-meta .bottom-widget .tags li:not(:last-child) a:before {
	content: ', ';
	position: absolute;
	right: 0px;
	bottom: 0;
}

/***************Footer One**********************/
.te-footer__one .col-lg4 {
	width: 23%;
}

.footer-three .footer-widget {
	margin-top: 0px;
}

.te-footer__one.style-two .col-lg4:nth-child(3) .footer-widget,
.te-footer__one.style-two .col-lg4 .footer-widget {
	border: none;
}

@media(max-width: 1199px) {
	.te-footer__one .col-lg4 {
		width: 33.33333%;
	}

	.te-footer__one .col-lg4 .footer-widget {
		padding: 0px;
	}

	.te-footer__one .col-lg4:nth-child(3) .footer-widget {
		padding-right: 50px;
		padding-left: 50px;
	}

	.te-footer__one .col-lg4:last-child .footer-widget {
		padding-left: 50px;
	}
}

@media(max-width: 991px) {

	.footer-three .footer-widget,
	.footer-four .footer-widget {
		margin-top: 0px;
		margin-bottom: 50px;
	}
}

@media(max-width: 767px) {

	.te-footer__one .col-lg4:nth-child(3) .footer-widget,
	.te-footer__one .col-lg4:last-child .footer-widget {
		border: none;
		padding: 0px;
	}

	.te-footer__one .col-lg4 {
		width: 100%;
	}

	.blog-details .blog-post-meta .bottom-widget {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.homy-comment-item .homy-comment-item {
		margin-left: 0px;
	}

	.blog-details .blog-comment-area .comment {
		flex-direction: column;
	}

	.blog-details .blog-comment-area .comment .comment-text {
		width: 100%;
		margin-top: 30px;
		padding-left: 0px;
	}

	.above-archive-property .archive-property-action {
		flex-direction: column;
		gap: 20px;
	}

	.property-location__wrap .te-list-style__three {
		gap: 25px;
	}

	.accordion .card,
	.accordion .card-header {
		padding: 0px;
		border: none;
		background: none;
	}

	.property-floors-tab .ere-property-element .bg-wrapper {
		display: none;
	}

	.single-property-area .floor-image img,
	.single-property-area .video img {
		height: auto;
	}

	.property-score .row .col-lg-4 {
		margin-bottom: 25px;
	}
}

@media(max-width: 600px) {
	.archive-agent-action {
		flex-direction: column;
		gap: 30px;
		align-items: flex-start !important;
	}

	.archive-agent-action .archive-agent-action-item,
	.agent-seach__sidebar .search-form input,
	.archive-agent-action .short-filter .sort-agent {
		width: 100%;
	}
}

.ere-property-multi-step .additional-block td {
	padding: 5px 10px;
}

.additional-block .action-field .fa:before {
	content: "\f0c9";
}

.additional-block .remove-additional-feature .fa:before {
	content: "\f00d";
}

.theme-main-menu .navbar-nav>li>a {
	font-family: "Gordita";
	font-weight: 500;
	font-size: 18px;
	line-height: initial;
	color: #000;
	padding: 10px 0;
	margin: 0 18px;
	position: relative;
	transition: all .2s ease-in-out 0s
}

.theme-main-menu .navbar-nav>li:hover>a {
	color: #d90d1e
}

@media(max-width: 1199px) {
	.theme-main-menu .navbar-nav>li>a {
		font-size: 16px;
	}
}

@media(max-width: 991px) {
	.theme-main-menu .navbar-nav>li>a {
		margin: 0;
		padding: 15px 12px;
		border-top: 1px dashed rgba(0, 0, 0, .1);
	}
}

.hero-banner-one .search-wrapper-one.bg {
	background: url(../images/shape/shape_02.svg) no-repeat center;
	background-size: auto;
	background-size: cover;
}

.elementor-custom-embed,
.elementor-custom-embed iframe {
	height: 100%;
}

.map-ser__title {
	font-size: 32px;
	line-height: 1.5em;
	margin-bottom: 24px;
	font-weight: 500;
	color: #000;
	margin: 0 0 50px;
}

.ere-search-map-properties .search-map-inner {
	height: 100%;
}

.ere-search-map-properties .ere-map-result {
	height: 100% !important;
	min-height: 100vh;
}

.ere-search-map-properties .layout-two .te-bg__wrapper,
.ere-search-map-properties .property-listing-six .te-bg__wrapper {
	box-shadow: none;
}

.te-map-fav__wrap {
	display: flex;
	gap: 10px;
}

.ere-property .te-map-fav__wrap .property-view-gallery-wrap {
	background: none !important;
	float: none;
	width: auto;
	height: auto;
	border-radius: 0;
	color: #bfbfbf;
	font-size: 1.1em;
	margin: 0;
	transition: all .2s ease-in-out 0s;
}

.ere-property .te-map-fav__wrap .property-view-gallery-wrap a {
	color: #bfbfbf;
}

.ere-property .te-map-fav__wrap .property-view-gallery-wrap>a i {
	line-height: 1;
}

.te-map-fav__wrap .property-favorite,
.te-map-fav__wrap .compare-property {
	color: #bfbfbf;
	font-size: 1.1em;
	transition: all .2s ease-in-out 0s;
}

.ere-property .te-map-fav__wrap .property-view-gallery-wrap a:hover,
.te-map-fav__wrap .property-favorite:hover,
.te-map-fav__wrap .compare-property:hover {
	color: #d90d1e;
}

.ere-search-map-properties .search-map-inner .marker-content .marker-content-inner {
	display: flex;
	flex-direction: column;
}

.ere-search-map-properties .search-map-inner .item-thumb {
	float: none;
	margin: 0px 0 15px;
}

.ere-search-map-properties .search-map-inner .item-body {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.listing-card-one.style-two .tag.grid-two__tag {
	left: 17px;
}

.property-result-wrap .ere-property.property-list .property-info.list-one__info,
.property-result-wrap .ere-property.property-list .property-info.list-two__info {
	background: none !important;
	margin: 0px;
	color: inherit;
}

.list-one-fav__wrap .property-view-gallery-wrap,
.list-one-fav__wrap .compare-property,
.list-style-two__fav .property-view-gallery-wrap,
.list-style-two__fav .compare-property {
	display: none !important;
}

.list-style-two__fav .property-favorite {
	color: #000;
	font-size: 1.1em;
	transition: all .2s ease-in-out 0s;
}

.list-style-two__fav .property-favorite:hover {
	color: #d90d1e;
}

.ere-search-map-properties .ere-property img {
	width: auto;
}

.listing-card-seven .property-info .address a {
	font-size: 16px;
	color: rgba(0, 0, 0, .7);
	font-weight: 400;
}

.property-listing-six.dark-bg .te-bg__wrapper {
	background: #000;
}

.property-listing-six.dark-bg .te-bg__wrapper .form-group .form-control {
	border-color: rgba(255, 255, 255, .18) !important;
	background-color: transparent;
	color: #ffffff;
}

.property-listing-six .te-bg__wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/icon/icon-select.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.te-color_light {
	color: rgba(0, 0, 0, 0.5);
}

.blog-details .blog-comment-area>.homy-comment-item:last-child .comment {
	margin-bottom: 0px;
}

.blog-details .homy-comment-item .blog-comment-form {
	margin: 40px 0 45px;
}

.blog-details .blog-post-meta .detail-blog__title {
	font-size: 64px;
	line-height: 1.25em;
	margin-bottom: 0;
}

.theme-main-menu ul .nav-item ul .nav-item .nav-link {
	font-size: .85em;
	font-weight: 400;
}

.widget h2,
.widget .wp-block-search__label,
.footer-widget h2 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.25em;
	font-weight: 500;
	color: #000;
}

.widget .search-form form,
.footer-widget .search-form form,
.wp-block-search__inside-wrapper,
.search-notfound .search-form form {
	height: 70px;
	position: relative;
}

.widget .search-form form input,
.footer-widget .search-form form input,
.wp-block-search__inside-wrapper input,
.search-notfound .search-form form input {
	width: 100%;
	height: 100%;
	padding: 0 65px 0 20px;
	font-size: 17px;
	border: none;
	background-color: #f5f5f5;
}

.wp-block-search__inside-wrapper input {
	padding-right: 105px;
}

.widget .search-form form button,
.footer-widget .search-form form button,
.wp-block-search__inside-wrapper button,
.search-notfound .search-form form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	min-width: 60px;
	font-size: 20px;
	transition: all .3s ease-in-out 0s;
	border: none;
	padding: 0px;
	margin: 0;
}

.wp-block-search__inside-wrapper button {
	padding-right: 20px;
}

.widget .wp-block-group {
	margin-bottom: 0px;
}

.footer-widget {
	margin-bottom: 40px;
}

.footer-widget .search-form form button {
	color: #000000;
}