body {
	font-family: "Montserrat", sans-serif;
}
.color-1 {
	color: #da1445;
}
.color-2 {
	color: #ffffff !important;
}
.color-3 {
	color: #be202e;
}
.bg-white {
	background-color: white;
}
.dark-bg {
	background-color: #a41034;
	color: white;
}
.light-bg {
	color: #a41034;
	background-color: white;
}
.diep-container h2 {
	color: #a41034 !important;
}
.diep-container h3 {
	font-size: 2.3rem;
}
.diep-container h4 {
	font-size: 1.8rem;
}
.diep-container h5 {
	font-size: 1.2rem;
}
.diep-container p,
.diep-container span,
.diep-container li {
	/* font-size: 15px; */
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}
.diep-container {
	background: #fff;
	color: #1f1f1f;
}

.diep-container .hero {
	min-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.diep-container .hero > span {
	margin-top: 2rem;
	font-size: 1.2rem;
	color: #555;
	font-weight: 600;
}
.diep-container .row_type1,
.diep-container .row_type2 {
	min-height: 40vh;
}
.diep-container .row_type1 > .left {
	background: white;
}
.diep-container .row_type1 > .right {
	background: #a41034;
	color: #ddd;
}

.diep-container .enroll-list li > span::before {
	content: "\27A5";
	padding: 0 1rem;
}
.diep-container .reg-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.diep-container .reg-block h4 {
	margin-bottom: 2rem;
}
.diep-container .reg-block p {
	font-weight: 600;
	text-transform: uppercase;
}

.diep-container .reg-badge {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	width: 250px;
	background: rgb(255, 204, 0);
	color: #a41034;
	-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	transform: rotate(0deg);
}

.reg-badge span {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin: 0;
}
.intro ol {
	padding-left: 2rem;
}
.intro ol > li {
	list-style-type: decimal;
	font-weight: 400;
	/* padding: 0.35rem; */
	color: rgb(19, 19, 19);
}
.tbl-note ol > li {
	padding: 0;
}
/* tables */
.sbtbl {
	border-collapse: collapse;
	width: 100% !important;
}
.sbtbl .table1 {
	border: 1px solid #a41034;
}
.sbtbl th,
.sbtbl td {
	border: 1px solid rgb(172, 172, 172);
	text-align: left;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: 400;
}
.sbtbl th {
	color: #a41034;
	text-align: center;
}
.sbtbl th.w-35 {
	width: 35% !important;
}
.sbtbl th.w-15 {
	width: 15% !important;
}
.sbtbl td i {
	color: #555;
}
.sbtbl {
	border-collapse: collapse;
	width: 100% !important;
}
.sbtbl .table1 {
	border: 1px solid #a41034;
}
.protbl th,
.protbl td {
	border: 1px solid #a41034;
	text-align: left;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: 400;
}
.protbl th {
	color: #a41034;
	text-align: center;
}
.protbl th.w-35 {
	width: 35% !important;
}
.protbl th.w-15 {
	width: 15% !important;
}
.protbl td i {
	color: #555;
}
.protbl .title {
	background-color: #a41034;
	color: white;
}

.cutoff-table {
	margin: 2rem 0;
}
.cutoff-table h6,
.cutoff-table span {
	margin: 1rem 0;
}

.cuttbl,
.sbtbl2,
.protbl {
	border-collapse: collapse;
	width: 100%;
	background: white;
}

.cuttbl th,
.cuttbl td,
.sbtbl2 th,
.sbtbl2 td {
	border: 1px solid #ddd;
	font-weight: normal;
	text-align: center;
}
.benefits {
	border-top: 1px solid #ccc !important;
	border-collapse: collapse;
	width: 100%;
}
.benefits th,
.benefits td {
	color: #fff;
	text-align: left;
	font-weight: normal;
	padding: 0.1rem 2.5rem;
}
.benefits .left-border {
	border-left: 1px solid #ccc;
}
.cuttbl th,
.sbtbl2 th {
	color: #a41034;
	text-align: center;
}
.cuttbl td:first-child,
.sbtbl2 td:first-child {
	text-align: center;
}
.table-wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.table-wrapper .tbl-note {
	width: 100%;
	text-align: left;
}

.preptbl {
	border: none !important;
	/* width: 60%; */
	margin: 2rem 0;
	background: transparent;
}

.preptbl th,
.preptbl td {
	padding: 0.5rem;
	text-align: center;
}

/* table ends */
.row_type2 .intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/* .row_type2 .fee-content {
	padding: 3rem 5rem;
} */

.row_type2 .intro > .subtitle {
	font-weight: 600;
}
.mentor-profile {
	margin-bottom: 1.5rem;
}

.diep-container .mentor-profile .profile-img {
	flex: 1;
}
.mentor-profile .profile-img img {
	border-radius: 50%;
}
.mentor-profile .details {
	margin: 1rem;
	text-align: left;
}
.mentor-profile .profile-title {
	font-weight: 400;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

.mentor-profile ul {
	margin-left: 2rem;
}
.mentor-profile li {
	list-style-type: disc !important;
	margin-left: 0;
	/* line-height: 1.2rem; */
	padding-bottom: 0.5rem;
}

.diep-container .comp li {
	list-style-type: disc;
	margin-left: 1.5rem;
}
.diep-container .app-link {
	margin: 1rem 3rem;
	padding: 1rem;
	background: #a41034;
	color: #fff;
}
.diep-container .app-link .link-icons {
	padding: 1.5rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem;
}
.row-footer {
	margin: 0;
	padding: 3rem;
}
.bg-null {
	background: transparent !important;
}
.block-x {
	background: white;
	color: #1f1f1f;
}
.block-x h1,
.block-x h2,
.block-x h3,
.block-x h4,
.block-x h5,
.block-x h6 {
	color: #a41034;
}
.block-y {
	background: #a41034;
	color: #fff;
}
.block-y h1,
.block-y h2,
.block-y h3,
.block-y h4,
.block-y h5,
.block-y h6 {
	color: #fefefe !important;
}

.tbl-adm-proc th {
	text-transform: uppercase;
}
.tbl-adm-proc th,
.tbl-adm-proc td,
.protbl-adm-proc th,
.protbl-adm-proc td {
	vertical-align: middle !important;
}

/* update 20-dec */
td.center {
	text-align: center !important;
}

@media (max-width: 600px) {
	.diep-container h3 {
		font-size: 1.5rem;
	}
	.diep-container h4 {
		font-size: 1.4rem;
		font-weight: 600;
	}
	.diep-container h5 {
		font-size: 0.8rem;
		font-weight: 600;
	}
	.diep-container span,
	.diep-container p,
	.diep-container li {
		font-size: 0.8rem !important;
	}
	.diep-container .hero {
		padding: 0 1rem;
	}

	.benefits,
	.cuttbl,
	.sbtbl,
	.protbl {
		width: 75vw;
		font-size: x-small;
	}

	.row_type2 .intro .profile-title {
		font-weight: 600;
		font-size: medium;
	}
	.mentor-profile {
		flex-direction: column;
		margin-bottom: 1rem;
	}
	.preptbl {
		width: 90%;
	}
	.sm-overflow {
		overflow-x: scroll;
	}
}
