.not_verified_claim #reviews {
	background-image: url("./images/review-image.jpg") !important;
	min-height: 400px;
	width: 100%;
	background-size: 100%;
	height: 100%;
	position: relative;
}

.reviews_non_claim{
	display: none;
}

.not_verified_claim .reviews_non_claim{
    opacity: 1 !important;
	width: 100%;
	display: flex;
	margin: 0 auto;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	flex-direction: column;
	z-index: 9999;
}

.reviews_pr_claim {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

.reviews_non_claim .phone-number.claimformtrigger2 {
	color: #fff;
	background-color: #2440FF;
	padding: 12px 33px 12px 33px;
	--e-transform-transition-duration: 300ms;
	border-radius: 6px 6px 6px 6px;
	font-size: 16px;
	width: 220px;
	margin: 0 auto;
}

.reviews_non_claim .phone-number.claimformtrigger2.md-trigger:hover,
.reviews_non_claim .phone-number.claimformtrigger2.md-trigger:focus {
	color: #fff;
	background-color: #202125;
}

.reviews_non_claim svg {
	display: block;
	margin: 0 auto 20px;
	height: 60px;
	width: 60px;
}

.not_verified_claim #faqs {
	background-image: url("./images/faq-image.jpg") !important;
	min-height: 800px;
	width: 100%;
	background-size: 100% 100%;
}

.not_verified_claim #video {
	background-image: url("./images/video-image.jpg") !important;
	min-height: 600px;
	width: 100%;
	background-size: 100% 100%;
}

.not_verified_claim #reviews > div,
.not_verified_claim #faqs > div,
.not_verified_claim #video > div {
    opacity: 0;
}
.property_list_review_single {
	display: flex;
}
.property_list_review_single .property_list_review_main {
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
}
.property_list_review_single .property_list_review_main {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}
.property_list_review_single .review_image {
	display: flex;
	align-items: center;
	justify-content: center;
}
.property_list_review_single .customer_img {
	width: 40px;
	margin-right: 5px;
}
.property_list_review_single .customer_img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
}
.property_list_review_single .customer_name_rev {
	width: calc(100% - 60px);
}
.property_list_review_single .customer_name {
	font-weight: 500;
	font-size: 13px;
	color: #202125;
	margin-top: 5px;
	text-align: left;
}
.glsr-summary i {
	font-size: 12px !important;
	color: #ffb900 !important;
	margin-right: 0px !important;
}
.classic-view-grid-container .lp-new-grid-bottom-button ul li:hover .glsr-summary i {
	color: #ffb900 !important;
}
.property_list_review_single .customer_review {
	float: left;
	margin-top: 0;
}
.single-listing a.phone-number.claimformtrigger.md-trigger {
    display: none;
}
.property_list_review_single .glsr-summary {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: var(--glsr-gap-sm);
    max-width: var(--glsr-max-w);
    position: relative;
    width: 100%;
}
.property_list_review_single .glsr-summary .glsr-star {
    background-size: var(--glsr-summary-star);
    height: var(--glsr-summary-star);
    width: var(--glsr-summary-star);
}
.property_list_review_single .glsr-summary-text {
    flex: 1 1 100%;
}
.property_list_review_single .glsr-summary-stars, .glsr-summary-text {
    font-size: var(--glsr-summary-text);
}
.property_list_review_single .customer_review .glsr-summary-rating, .customer_review .glsr-summary-percentages {
    display: none !important;
}
.property_list_review_single .glsr-summary-percentages {
    position: relative;
    width: 100%;
}
.badges-container {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}      
.badge_btn {
	display: flex;
	align-items: center;
	margin-left: 15px;
	width: 100%;
	justify-content: start;
}     
.badge-icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 15px;
	margin-top: 3px;
}
        
        .badge-top-rated .badge-icon {
            background: linear-gradient(135deg, #f39c12, #e67e22);
        }
        
        .badge-favorite .badge-icon {
            background: linear-gradient(135deg, #e74c3c, #c0392b);
        }
        
        .badge-trusted .badge-icon {
            background: linear-gradient(135deg, #1F7D53, #255F38);
        }

		.badge-Recommended .badge-icon {
            background: linear-gradient(135deg, #1A2A80, #2980b9);
        }
        
.badeg_right {
	display: flex;
	flex-direction: column;
	width: calc(100% - 40px);
	text-align: left;
	padding-left: 10px;
}
.badeg_right i {
	font-size: 10px !important;
	color: #ffb900 !important;
	margin-right: 0px !important;
}
.classic-view-grid-container .lp-new-grid-bottom-button ul li:hover .badeg_right i {
	color: #ffb900 !important;
}
.badeg_right {
	display: flex;
	flex-direction: column;
	width: calc(100% - 40px);
}
.badge-text {
	font-weight: 500;
	font-size: 12px;
	color: #202125;
	text-align: left;
	line-height: 1;
	letter-spacing: 0.2px;
}
.badge-icon i, .classic-view-grid-container .lp-new-grid-bottom-button ul li:hover .badge-icon i {
	margin: 0 !important;
	font-size: 12px !important;
	color: #fff !important;
}
@media(max-width:767px){
	.not_verified_claim #reviews,
	.not_verified_claim #faqs,
	.not_verified_claim #video {
		min-height: 300px;
		background-size: contain;
		margin-bottom: 20px;
	}
}




