label.blogPageFreeGuidanceForm {
    color: #046461;
    font-size: 16px;
    font-weight: 700;
	text-align: center;
}
input.form-control.blog_form_control {
    padding-left: 20px;
    /* font-size: 12px; */
    border: 1px solid #D2D2D2 !important;
    border-radius: 10px;
    height: 46px;
}
.CustomFreeGuidenceFormOk {
    background-color: #046461;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    border: 1px solid #046461;
    color: #fff;
    cursor: pointer;
} 
.sec-most-read-article{
	padding: 3rem 0 3.25rem;
	background: #FFF1ED;
}

.inner-read-article{
	width: 100%;
	max-width: 75rem;
	margin: 0 auto;
	box-sizing: border-box;
}

.mra-header{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.25rem 2rem;
	margin-bottom: 2rem;
}

.mra-header__copy{
	max-width: 40rem;
}

.mra-header__copy .header-title{
	position: relative;
	padding-top: 14px;
}

.mra-header__copy .header-title::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 4px;
	border-radius: 4px;
	background: #E76943;
}

.header-title{
	opacity: 1;
	text-align: left;
	margin: 0 0 8px;
	padding: 0;
	color: #2D3436;
	font-family: Poppins, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
}

.header-sub-title{
	opacity: 1;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #636E72;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.55;
}

.mra-view-all{
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 10px;
	color: #046461;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.mra-view-all:hover{
	color: #034c4a;
	text-decoration: none;
}

.mra-icon{
	display: block;
	flex-shrink: 0;
	object-fit: contain;
}

.mra-icon--chevron{
	width: 16px;
	height: 16px;
}

.mra-icon--eye{
	width: 14px;
	height: 14px;
}

.mra-arrow-btn{
	display: block;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 50%;
	object-fit: contain;
	box-shadow: 0 4px 12px rgba(43, 196, 182, 0.35);
	transition: transform .18s ease, box-shadow .18s ease;
}

.mra-arrow-btn--side{
	width: 36px;
	height: 36px;
	align-self: flex-end;
}

.mra-featured:hover .mra-arrow-btn,
.mra-side-card:hover .mra-arrow-btn{
	transform: translateX(2px);
	box-shadow: 0 6px 16px rgba(43, 196, 182, 0.45);
}

.mra-grid{
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 1.25rem;
	align-items: stretch;
}

.mra-featured{
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(45, 52, 54, 0.08);
	text-decoration: none;
	color: inherit;
	transition: transform .2s ease, box-shadow .2s ease;
}

.mra-featured:hover{
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(45, 52, 54, 0.12);
	text-decoration: none;
	color: inherit;
}

.mra-featured__media{
	position: relative;
	overflow: hidden;
}

.mra-featured__img{
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.mra-badge{
	display: inline-flex;
	align-items: center;
	padding: 5px 12px;
	border-radius: 999px;
	font-family: Poppins, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.2;
	width: fit-content;
}

.mra-badge--sm{
	padding: 4px 10px;
	font-size: 10px;
}

.mra-badge--peach{
	background: #F8D5CB;
	color: #C45A3A;
}

.mra-badge--mint{
	background: #D7F3EC;
	color: #1E8A78;
}

.mra-badge--lavender{
	background: #E6E4F6;
	color: #5B5690;
}

.mra-featured__media .mra-badge{
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 1;
	color: #fff;
	background: #E89A84;
}

.mra-reads{
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 11px;
	border-radius: 999px;
	background: rgba(45, 52, 54, 0.55);
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 500;
	backdrop-filter: blur(4px);
}

.mra-featured__body{
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 1.25rem 1.35rem 1.35rem;
	flex: 1;
}

.mra-featured__title{
	margin: 0;
	color: #2D3436;
	font-family: Poppins, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.mra-featured__excerpt{
	margin: 0;
	color: #636E72;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mra-featured__footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 8px;
}

.mra-meta{
	color: #8B9498;
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.mra-read-cta{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #046461;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 600;
}

.mra-arrow{
	display: none;
}

.mra-side{
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
}

.mra-side-card{
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding: 14px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 22px rgba(45, 52, 54, 0.07);
	text-decoration: none;
	color: inherit;
	transition: transform .2s ease, box-shadow .2s ease;
}

.mra-side-card:hover{
	transform: translateY(-1px);
	box-shadow: 0 12px 26px rgba(45, 52, 54, 0.11);
	text-decoration: none;
	color: inherit;
}

.mra-side-card__img{
	width: 96px;
	height: 96px;
	object-fit: cover;
	border-radius: 14px;
}

.mra-side-card__body{
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.mra-side-card__title{
	margin: 0;
	color: #2D3436;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Legacy helpers still used elsewhere on the page */
.c-flex-row {
	display: flex;
	flex-flow: row;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
	gap: 0px;
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative;
	cursor: unset;
	opacity: 1;
}

.flex-col {
	display: flex;
	flex-flow: column;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
	gap: 1rem 0px;
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative;
	cursor: unset;
	opacity: 1;
}

.article-header{
	width: 100%;
	gap: 2.5rem;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.article-header-left{
	row-gap: 1rem;
	width: 100%;
	max-width: 56rem;
	flex-direction: column;
}

.article-header-right{
	cursor: pointer;
	width: 17.625rem;
	column-gap: 0.5rem;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.5rem;
	box-sizing: border-box;
	background-color: rgb(255, 255, 255);
	padding: 1rem 1rem 1rem 1.5rem;
}

.article-content-sec{
	gap: 25px;
	display: grid;
	box-sizing: border-box;
	grid-template-columns: repeat(2, 1fr);
}

.article-left{
	height: 100%;
	padding: 1.5rem;
	row-gap: 1.5rem;
	cursor: pointer;
	border-radius: 1rem;
	box-sizing: border-box;
	flex-direction: column;
	background-color: rgb(255, 255, 255);
}
.read-article-image {
	width: 100%;
	object-fit: cover;
	border-radius: 1rem;
	aspect-ratio: 27 / 14;
	box-sizing: border-box;
}

.article-image{
    overflow: hidden;
    min-width: 11.25rem;
    max-width: 11.25rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
}

.read-article-detail {
	border-radius: 4px;
	padding: 0 15px;
	background-color: #F7F7F7;
	width: max-content;
}

h5.read-article-tag {
	opacity: 1;
	margin: 0px;
	padding: 0px;
	color: #046461;
	text-align: center;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 246.154% */
}

h2.read-article-title {
	color: #444;
	font-family: Poppins;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
    margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
}

.read-article-description {
	color: #666;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
    margin: 0;
}

.read-more-articles{
    width: fit-content;
    color: #E76943;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    letter-spacing: 3px;
    text-decoration-line: underline;
    text-transform: uppercase;
    cursor: pointer;
}

.right-list-inner {
	padding: 20px;
	cursor: pointer;
	column-gap: 20px;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: rgb(255, 255, 255);
}

.right-list-inner img{
	width: 7.5rem;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	border-radius: 1rem;
	box-sizing: border-box;

}

.right-list-inner > div{
	flex: 1 1 0%;
	gap:10px
}

.right-list-inner .inner-list-title{
	color: #444;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin: 0;
}


.all-article-sec{
	padding: 40px 0;
}

.inner-cancer-article{
	display: grid;
	gap: 2.5rem 1.5rem;
	-webkit-box-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
	grid-template-columns: 2fr 1fr;
}

.inner-article-left.flex-col {
	gap: 1rem;
}

h2.sec-header {
	color: #444;
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	margin: 0;
}

.title-sec{
	/*-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;*/
	height: 40px;
}

.back-page{
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.16rem;
	text-transform: uppercase;
	color: #E76943;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.art-search-sec{
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	height: 60px;
	display: none;
}

.search-article-sec{
	width: 100%;
	cursor: pointer;
	position: relative;
	column-gap: 0.5rem;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: rgb(255, 255, 255);
	padding: 0 25px 0 0;
	border: 1px solid rgb(210, 210, 210);
	justify-content: space-between;
}
.search-article-sec form{
	display: flex;
	align-items: center;
	width: 95%;
}

.search-article {
	flex: 1 1 0%;
	margin: 0px;
	border: none;
	outline: none;
	color: #666;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	height: 40px;
	padding-left: 25px;
	border-radius: 8px;
}

.article-tags{
	width: 100%;
	row-gap: 1rem;
	flex-direction: column;
}

.tag-list {
	gap: 1rem;
	width: 100%;
	flex-wrap: wrap;
	box-sizing: border-box;
	max-height: 5rem;
	overflow: hidden;
	transition: max-height 500ms ease 0s;
}

.tag-box {
	cursor: pointer;
	-webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0 8px;
	background-color: rgb(247, 247, 247);
	order: 2;
}

.tag-name {
	opacity: 1;
	margin: 0px;
	padding: 0px;
	letter-spacing: unset;
	color: #046461;
	text-align: center;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 246.154% */
	letter-spacing: -0.154px;
}

.view-more {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.16rem;
	text-transform: uppercase;
	color: rgb(231, 105, 67);
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.article-box{
	width: 100%;
	cursor: pointer;
	column-gap: 1.5rem;
	align-items: flex-start;
}

h3.article-title {
	color: #444;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
}
.art-content small {
	color: #e76943;
}

h5.article-desc {
	color: #666;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.art-content.flex-col {
	gap: 0.5rem 0;
}

a.articleCard {
	color: inherit;
	text-decoration: none;
}

.cancer-coach-sec {
	width: 100%;
	overflow: visible;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 1rem;
	flex-direction: column;
	box-sizing: border-box;
	background-color: #DCF0EF;
	border: 1px solid rgb(239, 239, 239);
	padding: 20px;
}

.cancer-coach-sec .blog-phone-row,
.deskcontactFormBLog .blog-phone-row,
.MobilecontactFormBLog .blog-phone-row {
	align-items: stretch;
	gap: 0;
	width: 100%;
}

.cancer-coach-sec .blog-phone-row select.UniqueCountryNo,
.deskcontactFormBLog .blog-phone-row select.UniqueCountryNo,
.MobilecontactFormBLog .blog-phone-row select.UniqueCountryNo {
	flex: 0 0 100px;
	max-width: 100px;
	width: 100px !important;
}

.cancer-coach-sec .blog-phone-row input.blog-phone-input,
.deskcontactFormBLog .blog-phone-row input.blog-phone-input,
.MobilecontactFormBLog .blog-phone-row input.blog-phone-input,
input.form-control.blog-phone-input {
	flex: 1 1 auto;
	min-width: 0;
	width: auto !important;
}


.coach-list .c-flex-row {
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.coach-detail{
	align-items: center;
}

h3.coach-title {
	color: #444;
	text-align: center;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}
h5.coach-desc {
	color: #666;
	text-align: center;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}


button.consult-btn {
	display: inline;
	padding: 1rem 2rem;
	line-height: 1;
	width: fit-content;
	min-width: 12.5rem;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	background: #046461;
	overflow: hidden;
	letter-spacing: 0.08rem;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	border: none;
	margin: 0 auto;
}


.communication-sec {
	width: 100%;
	overflow: hidden;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 1rem;
	flex-direction: column;
	box-sizing: border-box;
	background-color: rgb(250, 250, 250);
	border: 1px solid rgb(239, 239, 239);
	padding: 25px;
}

.comm-title {
	color: #444;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.154px;
}
.comm-desc {
	color: #666;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

.article-image img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 200ms linear 0s;
}

.social-sec .flex-col {
	gap: 0.5rem 0;
}
.social-sec h4{
	color: #444;
	text-align: left;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	margin: 0;
}
.social-sec h5{
	color: #999;
	text-align: left;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

.soc-icon-box {
	cursor: pointer;
	box-sizing: border-box;
}

.social-icon-row {
	-webkit-box-align: center;
	align-items: center;
	column-gap: 1.5rem;
}

.soc-icon-box img {
	width: 50px;
}

.ui-menu .ui-menu-item-wrapper{
	padding: 1rem 1.5rem;
	font-size: 15px;
	line-height: 20px;
	opacity: 1;
	font-weight: 500;
	color: rgb(76, 76, 76);
	text-align: left;
	margin: 0px;
	font-family: 'Poppins';
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
	border-radius: 8px;
	margin-top: 10px;
}

.ui-state-active{
	background: rgb(247, 247, 247) !important;
	border: none !important;
}

.ui-widget.ui-widget-content{
	width: 374px !important;
	max-height: 400px !important;
}

@media(max-width: 991px) {
	.mra-grid{
		grid-template-columns: 1fr;
	}
	.mra-side-card__img{
		width: 88px;
		height: 88px;
	}
}

@media(max-width: 767px) {
	.desk-view{display: none;}
	.mobile-view{display: block;}
	.sec-most-read-article{
		padding: 2rem 0 2.25rem;
	}
	.mra-header{
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
		margin-bottom: 1.25rem;
	}
	.mra-view-all{
		margin-top: 0;
	}
	.header-title {
		color: #2D3436;
		font-family: Poppins, sans-serif;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.25;
	}
	.header-sub-title {
		color: #636E72;
		font-family: Poppins, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.5;
	}
	.mra-grid{
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.mra-featured__title{
		font-size: 20px;
	}
	.mra-featured__excerpt{
		-webkit-line-clamp: 2;
		font-size: 13px;
	}
	.mra-side-card{
		grid-template-columns: 76px minmax(0, 1fr) auto;
		gap: 12px;
		padding: 12px;
	}
	.mra-side-card__img{
		width: 76px;
		height: 76px;
		border-radius: 12px;
	}
	.mra-side-card__title{
		font-size: 15px;
	}
	.read-article-description{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.read-article-content {
		width: 100%;
		box-sizing: border-box;
		flex-direction: column;
	}
	.article-content-sec{
		grid-template-columns: 1fr;
	}

	.right-list-inner {
		row-gap: 1rem;
		flex-direction: column;
		align-items: flex-start;
	}
	h2.read-article-title {
		color: #444;
		font-family: Poppins;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 28px;
		margin: 0;
	}
	h4.read-article-description {
		color: #666;
		font-family: Poppins;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		margin: 0;
	}

	.right-list-inner .inner-list-title {
		color: #444;
		font-family: Poppins;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 28px;
	}

	h2.sec-header {
		color: #444;
		font-family: Poppins;
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: 32px;
		letter-spacing: -0.154px;
	}

	.right-list-inner img {
		width: 5rem;
		border-radius: 0.5rem;
	}

	.article-box {
		row-gap: 1rem;
		flex-direction: column;
	}
	.inner-cancer-article {
		grid-template-columns: 1fr;
        display: block;
	}
	.article-image {
		max-width: 5rem;
		min-width: unset;
	}

	h3.article-title {
		color: #444;
		font-family: Poppins;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 28px;

	}
	h5.article-desc {
		color: #666;
		font-family: Poppins;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
    .social-icon-row{
        gap:1rem;
    }

}