.pagination a[tabindex="0"] {
	background: #0f5a60 !important;
	color: rgb(255, 255, 255) !important;
}

.h2text {
	white-space: normal !important;
}
.erccode-principal {
	font-weight: 600;
}
.erccode-principal span {
	font-weight: 400;
}


/* .business-search-page .search-card-new-listview {
	border-radius: 12px;
}
 */
.business-search-page .erccode-principal {
	font-size: 16px;
}
/* .business-search-page .search-card-new-listview-flex-bottom-decription {
	font-size: 16px !important;
} */
.business-search-page a.profile-view-btn-new {
	margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
	.search-card-new-listview-flex-top {
		flex-direction: row;
		justify-content: flex-start !important;
		align-items: flex-start;
	}
	.erccode-principal {
		
		font-size: 14px;
		line-height: 22px;
		letter-spacing: -1%;
		color: #fff;
	}
	.search-card-new-listview-flex-top {
		gap: 0;
	}
	.business-search-page .erccode-principal {
		font-size: 14px;
	}
/* 	.business-search-page .search-card-new-listview-flex-bottom-decription {
		font-size: 14px !important;
	} */
}

.search-card-new-listview {
	background: var(--secondary-pink-base, #db6b66);
}

.search-card-new-listview:nth-child(odd) {
	background: var(--secondary-pink-base, #db6b66);
}

.search-card-new-listview:nth-child(even) {
	background: #f49f58;
}

.h2text {
	white-space: normal !important;
}
.search-card-new-listview-featured {
	background: var(--primary-turquoise-base, #0f5a60) !important;
}
li.page-item.active {
    background: none !important;
}

