.service-detail-page .landing_page{
	min-height: 540px;
	padding-bottom: 118px;
}
.service-detail-page .landing_page_heading{
	max-width: 980px;
	font-size: clamp(38px, 6vw, 68px);
}
.service-detail-page .about-section{
	margin-top: -64px;
}
.service-detail-page .about-inner-section{
	display: block;
	max-width: 1050px;
}
.service-detail-page .about-section-summry{
	padding: clamp(28px, 5vw, 52px);
}
.service-detail-page .about-section-summry p{
	font-size: 15px;
	line-height: 1.8;
}
.service-detail-page .about-section-summry hr{
	border: 0;
	border-top: 1px solid #eef2f7;
	margin: 18px 0;
}
.service-actions{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
}
.service-secondary{
	background: #fff;
	color: #2563eb;
}
.service-secondary:hover{
	background: #eff6ff;
	color: #1d4ed8;
}
.service-detail-page .summry_sections,
.service-detail-page .eligibility_sections,
.service-detail-page .lap_table_sections{
	background: #f8fafc;
	border: 1px solid #eef2f7;
	border-radius: 8px;
	padding: 16px;
	margin-top: 12px;
}
.service-detail-page .summry_sections_head h3,
.service-detail-page .eligibility_sections h3,
.service-detail-page .lap_table_head_row p{
	color: #0f172a;
}
.service-detail-page .summry_sections_point,
.service-detail-page .eligibility_sections p,
.service-detail-page .lap_table_content_sections p{
	color: #475569;
}
.service-detail-page .eligibility_area{
	padding: 20px;
}
.service-detail-page .eligibility_inner{
	width: min(1050px, 100%);
	margin: 0 auto;
}
.service-detail-page .eligibility_inner_2{
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
	padding: clamp(24px, 4vw, 36px);
}
.service-detail-page .eligibility_head_section h1{
	color: #0f172a;
	font-size: clamp(28px, 4vw, 40px);
}
.service-detail-page .eligibility_head_section p{
	color: #64748b;
}
.service-detail-page .lap_table_main{
	gap: 14px;
}
.service-detail-page .lap_table_head{
	color: #64748b;
	opacity: 1;
}
@media screen and (max-width: 820px){
	.service-detail-page .about-section{
		margin-top: 24px;
	}
}
