
.page_content_wrap{
	padding: 30px 0 10px 0 !important;
}
/* Boxed container */
.my-module-container {
    max-width: 1200px; /* Adjust the width as needed */
    margin: 0 auto; /* Center the container */
    padding: 0 20px; /* Add some padding */
}
.dr-item{
	float: left;
	width: 100%;
	border: solid 2px rgb(229 231 235);
	border-radius: .25rem;
	position: relative;
	padding: 1.5rem;
	box-sizing: border-box;
	height: 100%;
}
.dr-item .dr-image{
	width: 96px;
	height: 96px;
	display: block;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
	background-size: cover !important;
	background-position: center top !important;
	border: solid 1px #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.dr-item .dr-name-word{
	width: 96px;
    height: 96px;
    display: block;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    background: #EBCBB6;
    color: #ffff;
    text-align: center;
    line-height: 96px;
    font-size: 50px;
    border: solid 1px #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.dr-item .dr-detail{
	float: left;
	width: 100%;
	margin-top: 1rem;
	position: relative;
	padding-bottom: 45px;
	height: calc(100% - 158px);
	font-family: Poppins,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}
.dr-item .dr-detail .dr-title{
	color: rgb(30 41 59);
	float: left;
	width: 100%;
	font-weight: 600;
	font-size: .875rem;
	line-height: 1.25rem;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dr-item .dr-detail .clinic{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #000;
	opacity: .7;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 4px;
}
.dr-item .dr-detail .clinic:last-of-type{
	margin-bottom: 1.25rem;
}
.dr-item .dr-detail .clinic a{
	color: #000;
	line-height: normal;
	text-decoration: none;
}
.dr-item .dr-detail .clinic a:hover{
	text-decoration: underline;
}
.dr-item .dr-detail .dr-item-list{
	float: left;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000;
	opacity: .7;
    margin-bottom: 0px;
}
.dr-item .dr-detail .dr-item-list p {
    margin-left: auto;
    margin-bottom: 0;
}
.dr-item .dr-detail .dr-item-list p.price {
    font-size: 20px;
    font-weight: 600;
    color: #EB514B;
}
.dr-item .dr-detail .ci-cat{
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.dr-item .dr-detail .ci-cat li:first-child{
	margin: 0;
}
.dr-item .dr-detail .ci-cat li{
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 12px;
    line-height: 1rem;
	margin-top: 3px;
}
.dr-item .dr-detail .ci-cat li span{
	margin-left: auto;
	font-weight: 700;
	color: rgb(246 114 128);
	font-size: 1.125rem;
	line-height: 1;
}
.dr-item .dr-detail .dr-profile{
	float: left;
	clear: both;
	text-underline-offset: 2px;	
	text-decoration: underline;
	font-size: 12px;
    line-height: 1rem;
	margin: .5rem 0 1.25rem 0;
	color: #000;
	opacity: .7;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dr-item .dr-detail .select-clinic{
	float: left;
	clear: both;
	width: 100%;
	position: inherit;
    left: 0;
    right: 0;
    bottom: 0;
}
.dr-item .dr-detail .select-clinic span{
	float: left;
	clear: both;
	width: 100%;
	font-size: .875rem;
    line-height: 1.25rem;
    background: rgb(246 114 128);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: .25rem;
    color: #fff;
    font-weight: 600;
    gap: 9px;
	cursor: pointer;
}
.dr-item .dr-detail .select-clinic:hover ul{
	display: block;
}
.dr-item .dr-detail .select-clinic ul{
	position: absolute;
    left: 0;
	display: none;
    right: 0;
    top: 100%;
    background: #fff;
    border-radius: .25rem;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 10px;
    list-style: none;
    margin: 0;
}
.dr-item .dr-detail .select-clinic ul li, .dr-item .dr-detail .select-clinic ul li a{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #000;
	opacity: .8;
}
.dr-item .dr-detail .select-clinic ul li a:hover{
	opacity: 1;
	text-decoration: underline;
}


.dr-item .dr-detail .dr-agenda-link{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .875rem;
    line-height: 1.25rem;
    background: rgb(246 114 128);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: .25rem;
    color: #fff;
    font-weight: 600;
    gap: 9px;
	margin-bottom: -60px;
}
.dr-item .dr-detail .dr-agenda-link:hover{
	background: rgb(225 84 99);
}




.clinic-item{
	float: left;
	width: 100%;
	border: solid 2px rgb(229 231 235);
	border-radius: .25rem;
	position: relative;
	margin-bottom: 30px;
	height: calc(100% - 30px);
	overflow: hidden;
}
.clinic-item .ci-image{
	position: absolute;
	left: 0;
	width: 16rem;
	top: 0;
	bottom: 0;
	background-size: cover !important;
	background-position: center top !important;
}
.clinic-item .ci-image .ci-logo{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #fff;
	padding: 6px 0;
}
.clinic-item .ci-image .ci-logo img{
	height: auto;
	max-height: 36px;
	width: auto;
	margin: auto;
	display: block;
}
.clinic-item .ci-detail{
	float: right;
	width: calc(100% - 16rem);
	padding: 1.25rem;
	box-sizing: border-box;
	color: rgb(100 116 139);
	position: relative;
	height: 100%;
	padding-bottom: calc(1.25rem + 50px);
	font-family: Poppins,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}
.clinic-item .ci-detail .ci-rev{
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0;
}
.clinic-item .ci-detail .ci-rev .label{
	font-size: .875rem;
	font-weight: 600;
	line-height: normal;
	color: rgb(234 179 8);
}
.clinic-item .ci-detail .ci-rev .value{
	color: rgb(156 163 175);
	font-size: .675rem;
	margin-left: .25rem;
	line-height: normal;	
}
.clinic-item .ci-detail .ci-title{
	color: rgb(30 41 59);
	float: left;
	width: 100%;
	font-weight: 600;
	font-size: .875rem;
	line-height: 1.25rem;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.clinic-item .ci-detail .ci-location{
	float: left;
	width: 100%;
	font-size: .75rem;
	line-height: 1rem;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 3px;
	color: rgb(100 116 139);
}
.clinic-item .ci-detail .ci-cat{
	float: left;
	width: 100%;
	margin-top: 1.25rem;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.clinic-item .ci-detail .ci-cat li:first-child{
	margin: 0;
}
.clinic-item .ci-detail .ci-cat li{
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: .75rem;
    line-height: 1rem;
	margin-top: 3px;
}
.clinic-item .ci-detail .ci-cat li span{
	margin-left: auto;
	font-weight: 700;
	color: rgb(246 114 128);
	font-size: 1.125rem;
	line-height: 1;
}
.clinic-item .ci-detail .ci-profile{
	float: left;
	clear: both;
	text-underline-offset: 2px;	
	text-decoration: underline;
	font-size: .75rem;
    line-height: 1rem;
	margin: .5rem 0 1.25rem 0;
	color: rgb(100 116 139);
    display: flex;
    align-items: center;
    gap: 4px;
}
.clinic-item .ci-detail .ci-short{
	float: left;
	width: 100%;
	font-size: .75rem;
    line-height: 1rem;
	color: rgb(246 114 128);
	font-weight: 600;
	font-size: .75rem;
	line-height: 1rem;
	margin: 0 0 .5rem 0;
	height: 32px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clinic-item .ci-detail .ci-agenda-link{
	position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    font-size: .875rem;
    line-height: 1.25rem;
    background: rgb(246 114 128);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: .25rem;
    color: #fff;
    font-weight: 600;
    gap: 9px;
}
.clinic-item .ci-detail .ci-agenda-link:hover{
	background: rgb(225 84 99);
}


.site-title{
	display: none !important;
}
.my-module {
	float: left;
	width: 100%;
}
.my-module .mm-links{
	float: left;
	width: 100%;
	overflow: hidden;
}
.my-module .mm-links ul{
	display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
	gap: 15px;
	border-bottom: solid 1px rgb(226 232 240);
	padding-bottom: 10px;
}
.my-module .mm-links ul li{
	display: block;
	text-align: center;
	opacity: .3;
	font-size: .675rem;
	width: 5rem;
}
.my-module .mm-links ul li svg{
	margin: auto;
	display: block;
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
}
.my-module .mm-links ul li.active{
	opacity: 1;
}
.my-module .mm-listing{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.my-module .mm-listing .mm-row{
	display: flex;
    flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.my-module .mm-listing .mm-row .mm-col-half{
	flex: 0 0 auto;
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}
.my-module .mm-listing .mm-row .mm-col-3{
	flex: 0 0 auto;
	width: 25%;
	padding: 0 10px 10px;
	box-sizing: border-box;
}

.ci-location-distance {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.ci-location,
.ci-distance {
    display: inline-block;
    vertical-align: middle;
}

.ci-distance {
    margin-left: 10px; /* Add some space between address and distance */
}

.ci-distance .distance-text {
    margin-left: 5px;
    font-weight: bold;
    color: #f67280;
}

.mr-1 {
    margin-right: .25rem;
}