.page-row {
	display: flex;
	width: 100%;
	gap: 60px;
}
.page-row-left {
	flex-grow: 1 !important;
	width: 100%;
	min-height: 300px;
}
.page-row-right {
	display: none;
	max-width: 380px;
	min-height: 100%;
}
.course-list-headings h2 {
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}
.read-more-btn {
	color: #1770e3 !important;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	text-decoration: underline;
}
.course-list-headings {
	gap: 24px;
}
.course-list-headings div {
	gap: 16px;
}
.text-content {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	height: auto;
	max-height: 3.6em;
	transition: max-height 0.3s ease;
}
.text-content.expanded {
	-webkit-line-clamp: unset;
	max-height: 100%;
}
.text-content.expanded {
	-webkit-line-clamp: unset;
	max-height: 100%;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.course-highlights-section {
	display: flex;
	flex-direction: column;
	margin-top: 48px;
}
.course-highlights-section h2 {
	font-size: 24px;
}
.course-highlights-section h3 {
	font-size: 18px;
}
.highlights-text {
	font-size: 16px;
	font-weight: 400;
}
.highlight-card {
	display: flex;
	align-items: self-start;
	gap: 8px;
}
.highlight-card img {
	width: 20px;
	height: 20px;
}
.highlight-card > div {
	gap: 8px;
}
.highlight-card > div h6 {
	font-size: 14px;
	font-weight: 500;
	color: #333;
}
.highlight-card > div p {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	list-style: 160%;
}
.highlight-card > div p span {
	font-weight: 600;
	color: #333;
}
.section h2,
.section h3 {
	font-size: 24px;
	line-height: 1.4;
	color: #494949;
	margin-bottom: 16px;
}
.section p {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

.section ul {
    margin-left: 16px;
}

.section li {
    line-height: 1.6;
}

.section ::marker{
    color: rgb(202, 202, 202);
}

.section-56 {
	display: flex;
	flex-direction: column;
	gap: 56px;
}
.section-56.mt-5 {
	margin-top: 56px !important;
}

.section-72 {
	display: flex;
	flex-direction: column;
	gap: 72px;
}
.section-72.mt-5 {
	margin-top: 72px !important;
}

.course-summary-table {
	border-radius: 1px;
}
.table.course-summary-table > :not(caption) > * > * {
	border-color: #0000000d;
}
.table.course-summary-table {
	--bs-border-color: #0000000d;
}
.course-summary-table tr th:nth-child(1) {
	width: 70%;
	border: none;
	border-left: 1px solid #dae8f9;
	border-top: 1px solid #dae8f9;
	border-bottom: 1px solid #dae8f9;
	border-right: 1px solid #fff;
}
.course-summary-table tr th:nth-child(2) {
	width: 70%;
	border: none;
	border-right: 1px solid #dae8f9;
	border-top: 1px solid #dae8f9;
	border-bottom: 1px solid #dae8f9;
	border-left: 1px solid #fff;
}
.course-summary-table tr th {
	background-color: #dae8f9;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 16px;
}
.course-summary-table tr td {
	padding: 14px 16px;
}
.table-cname {
	font-size: 14px;
	font-weight: 500;
	color: #333;
}
.table-partner {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	margin-top: 2px;
}
.table-cprice {
    line-height: 1.6;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.course-list {
	gap: 32px;
}
.list-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e6e6e6;
}
.list-card-preview {
	gap: 24px;
}
.list-card-left {
	min-width: 186px;
	width: 186px;
	border-radius: 4px;
}
.list-card-left img {
	width: 186px;
	height: 105px;
	object-fit: contain;
}
.course-feature-tags {
	gap: 10px;
}
.feature-tags {
	gap: 16px;
	width: 177px;
}
.feature-tags img {
	width: 24px;
	height: 24px;
	min-width: 24px;
}
.feature-tags p {
	font-size: 12px;
	font-weight: 500;
}
.feature-tags span {
	font-size: 14px;
	font-weight: 600;
}
.list-card-right {
	gap: 16px;
}
.list-card-right .top h4 {
	font-size: 20px;
	font-weight: 600;
}
.list-card-right .top h6 {
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	color: #333 !important;
	display: flex;
	align-items: center;
	gap: 8px;
}
.list-card-right .top h6 a {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	color: #333 !important;
	text-decoration: underline;
}
.bottom {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.key-highlights ul {
	list-style: none;
}
.key-highlights ul li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 16px;
}
.key-highlights ul li:not(:last-child) {
	margin-bottom: 16px;
}
.list-card-right .bottom p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
}
.read-more {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}
.read-more p {
	color: #1770e3;
	font-size: 14px;
	font-weight: 600;
}
.key-highlights {
	display: none;
}
.list-detail-text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-detail-text.expanded {
	-webkit-line-clamp: unset;
	overflow: visible;
	max-height: 100%;
}
.list-detail-text.expanded ~ .key-highlights {
	display: block;
}
.list-view-all {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 16px;
	font-weight: 600;
	color: #1276c6;
}
.topicCard-borer {
	width: 280px;
	height: 158px;
	border-radius: 8px;
	cursor: pointer;
}
.topicCard-borer.active {
	border: 4px solid #1770e3;
	padding: 4px;
}
.topicCard {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding: 12px;
}
.topicCard img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	padding: 0;
	border: none;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: top !important;
	border-radius: 8px;
}
.topicCard::before {
	content: "";
	position: absolute;
	background: linear-gradient(222.05deg, #fff0 -2.45%, #2d4260 98.16%);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.topicCard p {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #f4f4f4;
	z-index: 5;
}
.originalSwiper {
	position: unset;
}
.originalSwiper .swiper-button-next::after {
	display: none;
}
.originalSwiper .swiper-button-prev::after {
	display: none;
}
.originalSwiper .swiper-button-next,
.originalSwiper .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;
}
.originalSwiper .swiper-button-next svg,
.originalSwiper .swiper-button-prev svg {
	stroke: #aeaeae;
}
.originalSwiper .swiper-button-next svg:hover,
.originalSwiper .swiper-button-prev svg:hover {
	stroke: #1770e3;
}
.originalSwiper .swiper-button-next {
	right: -20px;
}
.originalSwiper .swiper-button-prev {
	left: -20px;
}
.topicCourseCard-wrapper {
	gap: 16px;
}
.topicCourseCard {
	gap: 16px;
	padding: 16px;
	box-shadow: 0 0 16px 0 #00000014;
	background: #fff;
	border-radius: 4px;
}
.topic-cover {
	min-width: 80px;
	min-height: 80px;
	width: 80px;
	height: 80px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	background: linear-gradient(107.96deg, #fafcff 1.35%, #e4f0ff 100%);
}
.topic-cover p {
	color: #1276c6;
	font-size: 20px;
	font-weight: 700;
}
.topic-cover span {
	font-size: 12px;
	font-style: italic;
	font-weight: 500;
	color: #494949;
}
.topicCourseCard .wishlist-icon {
	position: absolute;
	top: 4px;
	right: 4px;
}
.list-card-info {
	gap: 8px;
}
.listing-tag-icons {
	gap: 12px;
}
.listing-tag-icons img {
	width: 16px;
	height: 16px;
}
.list-card-info h6 {
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.list-card-info .point span {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #cacaca;
}
.list-card-info .point {
	font-size: 12px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 4px;
}
.viewAllCard {
	background: #f5f9ff;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	height: 128px;
	gap: 16px;
}
.viewAllCard > div p {
	font-size: 14px;
	font-weight: 600;
	color: #1770e3;
}
.viewAllCard > div svg {
	width: 20px;
	height: 20px;
}
.acc-viewCard {
	gap: 16px;
}
.acc-viewCard p {
	font-size: 14px;
	font-weight: 500;
	color: #1770e3;
}
.get-career-learning-advice {
	display: flex;
	align-items: center;
	gap: 20px;
	overflow: auto;
}
.careerCard {
	width: 100%;
	height: 312px;
	min-width: 280px;
	max-width: 280px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	padding: 16px;
	display: flex;
	align-items: end;
}
.careerCard h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.careerCard p {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 8px;
}
.careerCard img {
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	padding: 0;
	border: none;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center center;
}
.careerCard::before {
	content: "";
	position: absolute;
	background: linear-gradient(222.05deg, #fff0 -2.45%, #2d4260 98.16%);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.careerCard > div {
	position: relative;
	z-index: 5;
}
.tl-feature-image {
	width: 100%;
	height: 214px;
	border-radius: 8px;
}
.related-course-sidebar {
	background-color: #fff;
	box-shadow: 0 0 16px 0 #00000014;
	padding: 16px;
	border-radius: 8px;
	margin-top: 100px;
	gap: 24px;
}
.related-sidebar-list {
	gap: 24px;
}
.topicCourseCard.sidebar {
	padding: 0;
	box-shadow: none;
}
@media (min-width: 1199px) {
	.topicCoursesCardSwiper .swiper-slide {
		/*hot fix*/
		height: 248px;
	}
	.acc-viewCard .viewAllCard {
		height: 158px;
	}
	.page-row-left {
		max-width: 740px;
	}
	.page-row-right {
		display: block;
	}
}
@media (max-width: 1199px) {
	.topCourseCardSwiper .swiper-slide {
		width: 280px !important;
		height: 158px;
	}
	.topCourseCardSwiper .swiper-button-prev,
	.topCourseCardSwiper .swiper-button-next {
		display: none;
	}
	.topicCoursesCardSwiper .swiper-slide {
		width: 304px;
		/*hot fix*/
		height: 176px;
	}
	.topicCourseCard {
		background: #fff0;
		box-shadow: none;
		padding: 0;
	}
	.topicCourseCard .listing-tag-icons {
		display: none !important;
	}
	.topicCoursesCardSwiper .swiper-button-prev,
	.topicCoursesCardSwiper .swiper-button-next {
		display: none;
	}
}
.get-career-advice-section {
	margin-bottom: 72px;
}
@media (max-width: 600px) {
	.course-highlights-section h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 20px;
	}
	.list-card-preview {
		flex-direction: column;
	}
	.list-card-left {
		min-width: 100%;
		width: 100%;
	}
	.list-card-left img {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
	.list-card-right .top h4 {
		font-size: 16px;
		font-weight: 600;
	}
	.list-card-right .top h6 {
		font-size: 12px;
	}
	.course-feature-tags {
		display: grid !important;
		width: 100%;
		grid-row-gap: 12px;
		row-gap: 12px;
		grid-column-gap: 16px;
		grid-template-columns: repeat(2, 1fr);
	}
	.get-career-learning-advice {
		flex-direction: column;
	}
	.get-career-learning-advice .careerCard {
		width: 100%;
		height: 200px;
		min-width: 100%;
		min-height: 100%;
	}
}
@media (max-width: 414px) {
	.feature-tags {
		width: auto;
	}
}
