body { margin:0; padding:0; }



.esa-mlt-main-wapper { 
    background: #0944540D;
    padding: 16px;
    border-radius: 10px;
    position: relative;
}
.esa-mlt-main-card {
	display: flex;
	align-items: flex-start;
	border-radius: 5px;
}
.esa-mlt-left-card {
	width: 192px;
	height: 192px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.esa-mlt-left-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.esa-mlt-right-card {
    background-color: #094454;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 24px 16px 29px;
    position: relative;
    max-width: 311px;
    width: 100%;
    min-height: 192px;
}
.esa-mlt-right-top{ padding-bottom: 32px;line-height: normal;}
.esa-mlt-right-top h3 {
    margin: 0;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: #FFFFFF;
    padding-bottom: 0;
}
.esa-mlt-right-top span {
	font-family: Helvetica;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
.esa-mlt-right-card p,.esa-mlt-right-card .para{
	font-family: Helvetica;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	display: inline-block;
	margin: 0;
}
.read-more, .read-less {
	font-family: Helvetica;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
	color: #fff;
	cursor: pointer;
}
.esa-mlt-right-card .add-read-more.show-less-content .second-section {
	display: none;
}
.esa-mlt-right-card.active-a { border-bottom-left-radius:5px; }
.esa-mlt-right-card .read-more { margin-left: 8px; display:inline-block; }
.esa-mlt-right-card .add-read-more.show-more-content .read-less { display:inline-block; margin-left: 8px; }
.esa-mlt-right-card .add-read-more.show-less-content .read-less { display: none; }
.esa-mlt-right-card .add-read-more.show-more-content .read-more { display: none; margin-left: 8px; }

#licensed-therapists-slider .owl-nav .owl-prev {
	position: absolute;
	top: 36%;
	left: -50px;
}
#licensed-therapists-slider .owl-nav .owl-next {
	position: absolute;
	top: 36%;
	right: -50px;
}
@media(max-width:1199px){
    #licensed-therapists-slider .owl-nav .owl-next {
        position: absolute;
        top: 36%;
        right: -20px;
    }
    #licensed-therapists-slider .owl-nav .owl-prev {
        position: absolute;
        top: 36%;
        left: -20px;
    }
}
@media(max-width:991px){
	.esa-mlt-main-wapper { padding:0; }
	.esa-mlt-main-card { display:flex; flex-direction:column; }
	.esa-mlt-left-card {
		padding: 16px;
		width: 100%;
		height: 232px;
		border-radius: 5px;
	}
	.esa-mlt-left-card img  { border-radius:5px; }
	.esa-mlt-right-card { max-width:100%; border-radius:5px; border-top-left-radius:0px; border-top-right-radius:0; padding:16px; }
	.read-more, .read-less { display:none !important; }
	.second-section { display:inline !important; }
	.esa-mlt-right-top{ padding-bottom:8px; display:flex; flex-flow:row wrap; gap:16px; align-items:center; } 
	.esa-mlt-right-top h3 { padding:0; font-size:18px; line-height:16px; }
	.esa-mlt-right-top span { font-size:14px; line-height:16px; }
	.esa-mlt-right-card p { font-size:12px;line-height:16px; }
	#licensed-therapists-slider .owl-dots { display:flex; align-items:center; justify-content:center; gap:4px; margin-top:18px; }
	#licensed-therapists-slider .owl-dots .owl-dot span{
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		background-color: #B5C7CC;
	}
	#licensed-therapists-slider .owl-dots .owl-dot.active span {
		background-color: #094454;
		transform: scale(1.4);
	} 
	
}