/*----Grid View-----*/
.cwp-post {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.102218));
	margin: 10px 0px;
	overflow: hidden;
	transition: 300ms;
}

.cwp-post:hover {
	filter: none;
}

.cwp-post-thumbnail {
	height: 220px;
	width: 100%;
	position: relative;
}

.cwp-post .cwp-post-thumbnail img {
	height: 100%;
	object-fit: cover;
	transition: 300ms;
	width: 100%;
}

/*-------List View------*/
.list-view .cwp-col-12 {
	width: 100% !important;
}

.list-view .cwp-post {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.list-view .cwp-post-thumbnail {
	width: 30%;
	min-height: 160px;
	height: 185px;
}

.list-view .cwp-post-content-container {
	width: 70%;
}

.list-view .cwp-post-content {
	padding: 30px 20px;
}

.list-view .cwp-post-content h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.list-view ul.cwp-post-terms {
	padding: 20px 20px 0 20px;
}

.cwp-promoted-post {
	border: 1px solid #ddbb2a;
	border-radius: 4px;
	color: #ddbb2a;
	cursor: default;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 2px 5px;
	position: relative;
	top: -2px;
}

.cwp-post-content {
	padding: 15px;
}

.cwp-post-content h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cwp-post-content p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 0 0;
}

.cwp-post-terms {
	align-items: center;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 15px 15px 10px;
}

.cwp-post-terms li {
	margin: 0 5px 5px 0;
}

.cwp-post-terms li a {
	display: block;
	font-size: 12px;
	background: #f6f6f6;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 8px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 210px;
	line-height: 10px;
	color: #343A40;
}

/*---Save button-------*/
.cwp-archive-save {
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0) 94%) repeat scroll 0 0;
	bottom: 0;
	padding: 15px 14px 5px 14px;
	width: 100%;
}

.cwp-archive-save .cwp-single-save-btns.cwp-single-widget {
	float: right;
	color: #fff;
}

span.cwp-main.cwp-save-post svg:nth-child(2) {
	display: none;
}

span.cwp-main.cwp-saved-post svg:first-child {
	display: none;
}

.cwp-single-save-btns.cwp-single-widget span.cwp-main,
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
	cursor: pointer;
}
.cwp-post-boosted {
	padding: 1px 10px;
	position: absolute;
	top: 15px;
	left: 15px;
	background: #FFBB00;
	border-radius: 12px;
	color: #000000;
	font-weight: 500;
	font-size: 13px;
}

/*----Grid View-----*/
.cwp-post {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.102218));
	margin: 10px 0px;
	overflow: hidden;
	transition: 300ms;
}

.cwp-post:hover {
	filter: none;
}

.cwp-post-thumbnail {
	height: 220px;
	width: 100%;
	position: relative;
}

.cwp-post .cwp-post-thumbnail img {
	height: 100%;
	object-fit: cover;
	transition: 300ms;
	width: 100%;
}

/*-------List View------*/
.list-view .cwp-col-12 {
	width: 100% !important;
}

.list-view .cwp-post {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.list-view .cwp-post-thumbnail {
	width: 30%;
	min-height: 160px;
	height: 185px;
}

.list-view .cwp-post-content-container {
	width: 70%;
}

.list-view .cwp-post-content {
	padding: 30px 20px;
}

.list-view .cwp-post-content h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.list-view ul.cwp-post-terms {
	padding: 20px 20px 0 20px;
}

.cwp-promoted-post {
	border: 1px solid #ddbb2a;
	border-radius: 4px;
	color: #ddbb2a;
	cursor: default;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 2px 5px;
	position: relative;
	top: -2px;
}

.cwp-post-content {
	padding: 15px;
}

.cwp-post-content h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cwp-post-content p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 0 0;
}

.cwp-post-terms {
	align-items: center;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 15px 15px 10px;
}

.cwp-post-terms li {
	margin: 0 5px 5px 0;
}

.cwp-post-terms li a {
	display: block;
	font-size: 12px;
	background: #f6f6f6;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 8px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 210px;
	line-height: 10px;
	color: #343A40;
}

/*---Save button-------*/
.cwp-archive-save {
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0) 94%) repeat scroll 0 0;
	bottom: 0;
	padding: 15px 14px 5px 14px;
	width: 100%;
}

.cwp-archive-save .cwp-single-save-btns.cwp-single-widget {
	float: right;
	color: #fff;
}

span.cwp-main.cwp-save-post svg:nth-child(2) {
	display: none;
}

span.cwp-main.cwp-saved-post svg:first-child {
	display: none;
}

.cwp-single-save-btns.cwp-single-widget span.cwp-main,
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
	cursor: pointer;
}
.cwp-post-boosted {
	padding: 1px 10px;
	position: absolute;
	top: 15px;
	left: 15px;
	background: #FFBB00;
	border-radius: 12px;
	color: #000000;
	font-weight: 500;
	font-size: 13px;
}
.realestate-loop-popular-properties-boxes {
    background: white;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.realestate-loop-popular-properties-image-box {
    position: relative;
}
.realestate-loop-popular-properties-image{
    height: 180px;
    overflow: hidden; 
}
.realestate-loop-popular-properties-image img {
    object-fit: cover;
    transition: 0.3s;
    width: 100%;
    height: 180px;
}
.realestate-loop-popular-properties-boxes:hover .realestate-loop-popular-properties-image img {
    transform: scale(1.2);
}
.realestate-loop-popular-properties-boxes.larg .featured {
    top: 20px;
    left: 21px;
    gap: 9px;
}
.realestate-loop-popular-properties-boxes.larg .properties-details {
    padding: 21px 18px 23px 18px;
}
.featured {
    position: absolute;
    top: 10px;
    background: #BC7635;
    color: white;
    left: 10px;
    border-radius: 6px;
    padding: 2px 12px;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.properties-price {
    position: absolute;
    bottom: 19px;
    background: white;
    left: 19px;
    border-radius: 6px;
    padding: 3px 12px;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 26px;
}

.realestate-loop-popular-properties-image a {
    display: inline;
}

.realestate-loop-popular-properties-boxes .properties-details h5 {
    font-size: 15px;
    transition: 300ms;
    margin-bottom: 7px;
}

.realestate-loop-popular-properties-boxes .properties-details h5:hover {
    color: #BC7635;
}
 
.properties-details {
    padding: 18px;
    border: 1px solid #dddddd;
    border-top: unset;
}

.properties-details ul {
    display: flex;
    gap: 14px;
}

.properties-social-details {
    display: flex;
    justify-content: space-between;
    gap: 65px;
}
.properties-social-details p {
    color: #181A20;
    font-size: 13px;
}
.properties-details li {
    color: #181A20;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 26px;
}

.properties-details ul {
    padding-bottom: 8px;
}

.realestate-loop-popular-properties-boxes .properties-details .p-md {
    margin-bottom: 12px;
    font-size: 13px;
    color: #717171;
}
.realestate-loop-popular-properties-boxes.small .properties-social-details ul {
    gap: 24px;
}
.properties-social-details {
    padding-top: 16px;
    border-top: 1px solid #DDDDDD;
    padding-bottom: 2px;
}
  .properties-price {
    color: #181A20;
}
.properties-social-details .properties-social-details-ul li {
    line-height: 17px;
    display: flex;
    align-items: center;
}
.realestate-loop-popular-properties-boxes.small .properties-details ul {
    gap: 0px;
}
.realestate-loop-popular-properties-boxes.small .properties-details ul li {
    display: flex;
    align-items: center;
    gap: 6px;
}
.sale {
    margin: 0 !important;
}

.properties-social-details-ul {
    padding: 0 !important;
}

.properties-social-details-ul img {
    width: 15px;
    height: 15px;
}
.popular-properties {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: end;
}
.popular-properties .popular-properties-images img {
    height: 600px;
    width: 800px;
    border-radius: 15px;
    border: 13px solid #fff;
}
.popular-properties .popular-properties-content-details {
    padding: 40px;
    background-color: #ffffff;
    border-radius: 15px;
    min-height: 344px;
    width: 448px;
    position: absolute;
    top: 130px;
    left: 39px;
}
.popular-properties-content-details .property-location {
    text-transform: uppercase;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 16px;
    color: #959595;
    letter-spacing: 5px;
}
.popular-properties-content-details .property-title {
    color: #4081FF;
    line-height: 26px;
    font-weight: 700;
    font-size: 31px;
    font-family: "Poppins";
    margin-bottom: 31px;
    letter-spacing: 0.6px;
    padding-top: 2px;
}

.popular-properties-content-details .property-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #647589;
    font-family: "Poppins";
    margin-bottom: 30px;
    letter-spacing: 0.4px;
}

.popular-properties-content-details .property-amenities {
    display: flex;
    gap: 33px;
    margin-bottom: 31px;
}

.popular-properties-content-details .property-amenities li {
    color: #1C2D3A;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.popular-properties-content-details .property-amenities img {
    display: inline;
}

.popular-properties-content-details .property-price-details {
    display: flex;
    gap: 16px;
    align-items: center;
}

.popular-properties-content-details .property-price-details a {
    border-radius: 8px;
    background: #4081FF;
    color: #ffffff;
    padding: 10px 19px;
    font-size: 14px;
    font-family: "Poppins";
    line-height: 21px;
    font-weight: 600;
}

.popular-properties-content-details .property-price {
    font-size: 26px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 20px;
    color: #181A20;
}
.realestate-single-user-listings-loop {
    display: flex;
    position: relative;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-thumb {
    width: 193px;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-content {
    width: calc(100% - 193px);
    padding: 9px 24px 10px 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 9px;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-thumb img {
    width: 100%;
    height: 141px;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-thumb a {
    display: inline;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-content h2 {
    font-size: 20px;
    color: #23262A;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-content .address {
    font-size: 12px;
    color: #73777D;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-content .post-details ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-content .post-details ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    color: #717171;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-content .post-details img {
    max-width: 20px;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-content .listing-status {
    font-size: 10px;
    color: #73777E;
    display: flex;
    justify-content: space-between;
}

.realestate-single-user-listings-loop .realestate-single-user-listings-content .listing-status img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
}

.realestate-single-user-listings-loop .sold-status {
    position: absolute;
    right: 13px;
    top: 16px;
    font-size: 10px;
    color: #F2A619;
    background: #FFF8E0;
    padding: 0px 7px;
    border-radius: 4px;
    line-height: 20px;
}

.realestate-single-user-listings-loop .sold-status.sold {
    color: #F2A619;
    background: #FFF8E0;
}

.realestate-single-user-listings-loop .sold-status.sale {
    color: #FF5A50;
    background: #FFE0E0;
}

.realestate-single-user-listings-loop .sold-status.rent {
    color: #985DFF;
    background: #F1E0FF;
}

.realestate-single-user-listings-loop .verified {
    font-size: 10px;
    color: #23262A;
    position: absolute;
    background: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    left: 8px;
    top: 8px;
    padding: 0px 7px;
}

/*----Grid View-----*/
.cwp-post {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.102218));
	margin: 10px 0px;
	overflow: hidden;
	transition: 300ms;
}

.cwp-post:hover {
	filter: none;
}

.cwp-post-thumbnail {
	height: 220px;
	width: 100%;
	position: relative;
}

.cwp-post .cwp-post-thumbnail img {
	height: 100%;
	object-fit: cover;
	transition: 300ms;
	width: 100%;
}

/*-------List View------*/
.list-view .cwp-col-12 {
	width: 100% !important;
}

.list-view .cwp-post {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.list-view .cwp-post-thumbnail {
	width: 30%;
	min-height: 160px;
	height: 185px;
}

.list-view .cwp-post-content-container {
	width: 70%;
}

.list-view .cwp-post-content {
	padding: 30px 20px;
}

.list-view .cwp-post-content h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.list-view ul.cwp-post-terms {
	padding: 20px 20px 0 20px;
}

.cwp-promoted-post {
	border: 1px solid #ddbb2a;
	border-radius: 4px;
	color: #ddbb2a;
	cursor: default;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 2px 5px;
	position: relative;
	top: -2px;
}

.cwp-post-content {
	padding: 15px;
}

.cwp-post-content h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cwp-post-content p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 0 0;
}

.cwp-post-terms {
	align-items: center;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 15px 15px 10px;
}

.cwp-post-terms li {
	margin: 0 5px 5px 0;
}

.cwp-post-terms li a {
	display: block;
	font-size: 12px;
	background: #f6f6f6;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 8px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 210px;
	line-height: 10px;
	color: #343A40;
}

/*---Save button-------*/
.cwp-archive-save {
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0) 94%) repeat scroll 0 0;
	bottom: 0;
	padding: 15px 14px 5px 14px;
	width: 100%;
}

.cwp-archive-save .cwp-single-save-btns.cwp-single-widget {
	float: right;
	color: #fff;
}

span.cwp-main.cwp-save-post svg:nth-child(2) {
	display: none;
}

span.cwp-main.cwp-saved-post svg:first-child {
	display: none;
}

.cwp-single-save-btns.cwp-single-widget span.cwp-main,
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
	cursor: pointer;
}
.cwp-post-boosted {
	padding: 1px 10px;
	position: absolute;
	top: 15px;
	left: 15px;
	background: #FFBB00;
	border-radius: 12px;
	color: #000000;
	font-weight: 500;
	font-size: 13px;
}

.realestate-single-peoples-reviews .realestate-user-reviews {
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
}
.realestate-single-peoples-reviews .realestate-user-reviews-thumbnail {
    width: 68px;
}
.realestate-single-peoples-reviews .realestate-user-reviews-thumbnail a {
    display: inline;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'inter';
    color: #4081FF;
}
.realestate-single-peoples-reviewss .realestate-user-reviews-thumbnail img {
    width: 100%;
    height: 68px;
    object-fit: cover;
    border-radius: 50%;
}
.realestate-single-peoples-reviews .realestate-user-reviews-content {
    width: calc(100% - 68px);
    padding-left: 16px;
    display: flex;
    gap: 4px;
    flex-direction: column;
}
.realestate-single-peoples-reviews .realestate-user-reviews-content h5 {
    color: #4081FF;
    transition: 300ms;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    font-family: 'inter';
    color: #070026;
}
.realestate-single-peoples-reviews .realestate-user-reviews-content p {
    color: #000000;
    font-size: 12px;
    font-family: 'inter';
}
/*----Grid View-----*/
.cwp-post {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.102218));
	margin: 10px 0px;
	overflow: hidden;
	transition: 300ms;
}

.cwp-post:hover {
	filter: none;
}

.cwp-post-thumbnail {
	height: 220px;
	width: 100%;
	position: relative;
}

.cwp-post .cwp-post-thumbnail img {
	height: 100%;
	object-fit: cover;
	transition: 300ms;
	width: 100%;
}

/*-------List View------*/
.list-view .cwp-col-12 {
	width: 100% !important;
}

.list-view .cwp-post {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.list-view .cwp-post-thumbnail {
	width: 30%;
	min-height: 160px;
	height: 185px;
}

.list-view .cwp-post-content-container {
	width: 70%;
}

.list-view .cwp-post-content {
	padding: 30px 20px;
}

.list-view .cwp-post-content h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.list-view ul.cwp-post-terms {
	padding: 20px 20px 0 20px;
}

.cwp-promoted-post {
	border: 1px solid #ddbb2a;
	border-radius: 4px;
	color: #ddbb2a;
	cursor: default;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 2px 5px;
	position: relative;
	top: -2px;
}

.cwp-post-content {
	padding: 15px;
}

.cwp-post-content h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cwp-post-content p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 0 0;
}

.cwp-post-terms {
	align-items: center;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 15px 15px 10px;
}

.cwp-post-terms li {
	margin: 0 5px 5px 0;
}

.cwp-post-terms li a {
	display: block;
	font-size: 12px;
	background: #f6f6f6;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 8px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 210px;
	line-height: 10px;
	color: #343A40;
}

/*---Save button-------*/
.cwp-archive-save {
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0) 94%) repeat scroll 0 0;
	bottom: 0;
	padding: 15px 14px 5px 14px;
	width: 100%;
}

.cwp-archive-save .cwp-single-save-btns.cwp-single-widget {
	float: right;
	color: #fff;
}

span.cwp-main.cwp-save-post svg:nth-child(2) {
	display: none;
}

span.cwp-main.cwp-saved-post svg:first-child {
	display: none;
}

.cwp-single-save-btns.cwp-single-widget span.cwp-main,
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
	cursor: pointer;
}
.cwp-post-boosted {
	padding: 1px 10px;
	position: absolute;
	top: 15px;
	left: 15px;
	background: #FFBB00;
	border-radius: 12px;
	color: #000000;
	font-weight: 500;
	font-size: 13px;
}