.container { width: 100%; max-width: 1070px; padding: 0 15px; margin: 0 auto; }
img { max-width: 100%; display: block; }
body { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400; font-size: 16px; line-height: 20px; background-color: #fff; }
.heading { display: inline-block; width: 100%; vertical-align: top; margin: 0 0 10px 0; }
.heading h2 { font-size: 28px; line-height: 40px; color: #000; font-weight: 700; font-family: "Plus Jakarta Sans", sans-serif; margin: 0; padding: 0; display: inline-block; width: 100%; vertical-align: top;  }
.heading p { font-size: 18px; line-height: 28px; color: #000; font-weight: 500; margin: 10px 0 0 0; padding: 0; text-align: center; }
.heading.white h2, .heading.white p { color: #fff; }
.heading.blue h2, .heading.blue p { color: #005BAA; }
.heading h2 span { color: #005BAA; }
.heading h3 {  font-size: 14px; line-height: 24px; font-family: "Plus Jakarta Sans", sans-serif; 700; color: #525FE1; margin: 5px 0 0 0; padding: 0; letter-spacing: 1px; }
ul, li { list-style: none; margin: 0; padding: 0; }
a { transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; text-decoration: none; display: inline-block; width: auto; vertical-align: top; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
p { margin: 0; padding: 0; }
.display-inline { display: inline-block; width: 100%; vertical-align: top; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.pd-40 { padding: 40px 0; }
.bg-yellow { background-color:#FFCD30; }
.bg-blue { background-color:#005BAA; }
.bg-light-blue { background-color:#EDF2FA; }
.desktop-hide {
	display: none !important;
}
.mobile-hide {
	display: inline-block !important;
}

.btn-outer {
	display: inline-block;
	width: auto;
	text-align: center;
	vertical-align: top;
}
.btn-outer .btn {
	display: inline-block;
	width: auto;
	background-color: #F7CE50;
	font-size: 16px;
	line-height: 24px;
	color: #1159A4;
	font-weight: 700;
	text-decoration: none;
	border-radius: 20px;
	padding: 8px 30px;
	outline: none;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
}
.btn-outer.blue .btn {
	background-color: #1159A4;
	color: #ffffff;
}
.btn-outer .btn:hover, .btn-outer.blue .btn:hover {
	background-color: #000;
	color: #fff;
}

/*main css start here*/

.top-section {
	background-color: #1354a2;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background: linear-gradient(180deg, #FFCD2F 75.79%, #997B1C 106.54%);
    position: relative;g170
}

.top-section .container {
	position: relative;
	z-index: 5;
}
.top-section .container:before {
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 520px;
	height: 400px;
	background-image: url("https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2026/delhi/images/image03.png");
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    content: "";
}
header {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 60px 0 0 0;
}

.top-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.top-block .left-block {
	float: left;
	width: 50%;
	padding: 0 10px 20px 0;
	max-width: 520px;
}
.top-block .left-block .logo {
	float: left;
	width: auto;
}
.top-block .left-block .logo img {
	max-width: 160px;
}
.top-block .left-block .class-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 80px 0 0 0;
}
.top-block .left-block .class-block span {
	display: inline-block;
	width: auto;
	vertical-align: top;
	background-color: #fff;
	border-radius: 5px;
	padding: 4px 15px;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 500;
}


.top-block .left-block h1 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 40px;
	line-height: 48px;
	color: #000000;
	font-weight: 700;
	margin: 50px 0 0 0;
	padding: 0;
}
.top-block .left-block h1 span {
	color: #005BAA;
}
.top-block .left-block p {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 24px;
	line-height: 30px;
	color: #005BAA;
	font-weight: 600;
	margin: 20px 0 0 0;
	padding: 0;
}
.top-block .left-block .btn-outer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 40px 0 0 0;
	text-align: left;
}

.top-blue-cnt {
	padding: 30px 0;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 600;
	background: #005BAA;
	text-align: center;
}
.top-blue-cnt span {
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin-left: 5px;
}
.top-blue-cnt span:before {
	display: inline-block;
	width: auto;
	vertical-align: top;
	content: "|";
	margin-right: 10px;
	font-weight: 400;
}


.top-block .right-block {
	float: right;
	width: 50%;
	padding: 0 0 0 10px;
}

.form-outer {
    float: right;
    width: 100%;
    background-color: rgba(254, 254, 254, 0.6);
    border-radius: 15px;
    padding: 20px;
    max-width: 360px;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 9%);
    background-color: #fff;
}
.form-outer h2 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
    color: #000000;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.form-outer h2 span {
	display: block;
	width: auto;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #000;
}
.form-outer .form-group {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 12px 0;
}
.form-outer .form-group label {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    margin: 0 0 4px 0; 
}

.form-outer .form-group .form-control {
    display: inline-block;
    width: 100%;
    height: 30px;
    vertical-align: top;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    border: 1px solid #C6C8CC;
    border-radius: 5px; 
    padding: 0 10px;
    outline: none !important;
    box-shadow: none !important;
    background-color: #ffffff;
}
.form-outer .form-group select.form-control {
    background-image: url("https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2026/delhi/images//down-arrow.svg");
    background-size: 18px auto;
    background-position: calc(100% - 4px) center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 24px;
    float: right;
}
.form-outer .form-group.full .form-control {
    width: 100%;
}
.form-outer .phone-box {
    width: calc(100% - 60px);
    display: inline-block;
    vertical-align: top;
}
.form-outer .phone-box .phone-code {
    float: left;
    width: 60px;
}
.form-outer .phone-box .phone-no {
    float: left;
    width: calc(100% - 70px);
    margin-left: 10px;
}
.form-outer .form-check {
    margin: 0;
    padding: 0;
}
.form-outer .form-check.mt-20 {
	margin-top: 20px;
}
.form-outer .form-group .form-check-label {
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 2px 0;
    float: left;
    width: calc(100% - 28px);
}
.form-outer .form-check .form-check-input {
    float: left;
    margin: 2px 10px 0 0;
    width: 16px;
    height: 16px;
}
.form-outer .btn-outer {
    text-align: center;
    margin: 20px 0 0 0;
}
.form-outer .btn-outer .btn {
	background: #0e4094;
	color: #ffffff;
	min-width: 170px;
}

.form-outer .form-group .custom-file {
	display: inline-block;
    width: 100%;
    height: 30px;
    vertical-align: top;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    border: 1px solid #C6C8CC;
    border-radius: 5px; 
    padding: 0 0;
    outline: none !important;
    box-shadow: none !important;
    background-color: #ffffff;
    position: relative;
}
.form-outer .form-group .custom-file .form-control {
	background-color: transparent;
	background: none;
	border: none;
	padding: 4px 10px;
}

.advantage-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-top: 15px;
	background-color: #fff;
	padding: 15px;
	border-radius: 15px;
	height: 100%;
}

.advantage-box .icon {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: -30px;
}
.advantage-box .icon img {
	max-width: 32px;
}
.advantage-box h3 {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
}
.advantage-box p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
	margin-top: 8px;
}

.faq-block {
	margin: 10px  0;
	position: relative;
	counter-reset: number;
}

.accordion {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.accordion .accordion-item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border: none;
	border-bottom: 1px solid #CAC6C6;
	position: relative;
	padding-left: 35px;
	border-radius: 0;
}
.accordion .accordion-item:before {
	content: "Q" counter(number) ": ";
	counter-increment: number 1;
	position: absolute;
	left: 0;
	top: 22px;
	font-weight: 700;
}
.accordion .accordion-item .accordion-header {
	display: inline-block;
	width: 100%;
	padding: 20px 20px 20px 0;
	padding-right: 50px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}
.accordion .accordion-item .accordion-header:after {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 34px;
	height: 34px;
	content: "";
	background-image: url("https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2026/delhi/images//down-arrow.svg");
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.accordion .accordion-item.show .accordion-header:after {
	background-image: url("https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2026/delhi/images//up-arrow.svg");
}
.accordion .accordion-item .accordion-body {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 20px 20px 0px;
	display: none;
}
.accordion .accordion-item .accordion-body p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.accordion .accordion-item .accordion-body ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 10px 0 0 15px;
}
.accordion .accordion-item .accordion-body ul li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 0 0 15px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	list-style: none;
}
.accordion .accordion-item .accordion-body ul li:before {
	position: absolute;
	left: 0;
	top: 6px;
	width: 7px;
	height: 7px;
	background-color: #000;
	border-radius: 50%;
	content: "";
}
footer {
	padding: 30px 0;
}
footer p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	float: left;
}
footer .footer-social {
	float: right;
}
footer .footer-social li {
	float: left;
	width: auto;
	margin-left:15px;
}
footer .footer-social li img {
	width: 24px;
}

.thankyou-section {
	display: flex;
	width: 100%;
	height: 100vh;
	vertical-align: top;
	background: linear-gradient(180deg, #FFCD2F 75.79%, #997B1C 106.54%);
    justify-content: center;
    align-items: center;
}
.thankyou-section .thankyou-block {
	display: inline-block;
	width: 95%;
	max-width: 640px;
	background-color: rgba(254, 254, 254, 0.7);
	border-radius: 15px;
	padding: 20px 0;
	text-align: center;
	height: auto;
}
.thankyou-section .thankyou-block img {
	max-width: 150px;
	display: inline-block;
	vertical-align: top;
}
.thankyou-section .thankyou-block h2 {
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-weight: 800;
	margin-bottom: 10px;
}
.thankyou-section .thankyou-block p {
	text-wrap: balance;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}
.thankyou-section .thankyou-block .btn-outer {
	margin-top: 20px;
}
.thankyou-section .thankyou-block p span {
	color: #1159a4;
}

.formErr {
    font-size: 11px;
    line-height: 18px;
    margin-top: 3px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#otpdetail .form-control {
    width: 100% !important;
}

#otpdetail #divTimer #timermsg {
    color: #000 !important;
    font-size: 14px;
    margin-top: 8px;
    float: left;
}

.open-block {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 10px;
}
.open-block .left-box {
	display: flex;
	width: 50%;
	align-items: center;
}
.open-block .left-box .icon {
	width: 60px;
}
.open-block .left-box .cnt {
	width: calc(100% - 60px);
	padding-left: 10px;
}
.open-block .left-box .cnt h3 {
	font-size: 18px;
	line-height: 24px;
	color: #005BAA;
	font-weight: 600;
}
.open-block .left-box .cnt p {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	font-weight: 500;
	padding-top: 4px;
}
.open-block .right-box {
	display: flex;
	width: 50%;
	vertical-align: center;
}
.open-block .right-box h3 {
	display: inline-block;
	width: 100%;
	text-align: right;
	font-size: 28px;
	line-height: 34px;
	color: #005BAA;
	font-weight: 700;
}

.four-box-outer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 40px;
}
.four-box-outer .four-boxes {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #EDF2FA;
	padding: 15px 15px;
	border-radius: 10px;
}
.four-box-outer .four-boxes h3 {
	font-size: 18px;
	line-height: 24px;
	color: #005BAA;
	font-weight: 700;
}
.four-box-outer .four-boxes p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
	padding-top: 3px;
}

.phase-box-outer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 40px;
}

.phase-box-outer .phase-box {
	width: 100%;
	vertical-align: top;
	background-color: #EDF2FA;
	border: 1px solid #005BAA;
	border-radius: 15px;
	display: flex;
	align-items: center;
}
.phase-box-outer .phase-box h3 {
	width: 120px;
	height: 100%;
	text-align: center;
	justify-content: center;
	background-color: #005BAA;
	padding: 25px 5px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	display: flex;
	border-radius: 15px 0 0 15px;
}
.phase-box-outer .phase-box ul {
	display: inline-block;
	width: calc(100% - 120px);
	padding: 0 10px;
}
.phase-box-outer .phase-box ul li {
	display: inline-block;
	width: calc(50% - 2px);
	padding: 5px 15px;
	position: relative;
}
.phase-box-outer .phase-box ul li:before {
	position: absolute;
	left: -20px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #878787;
	content: "";
}
.phase-box-outer .phase-box ul li:first-child:before {
	display: none;
}
.phase-box-outer .phase-box ul li h4 {
	font-size: 16px;
	line-height: 20px;
	color: #005BAA;
	font-weight: 600;
}
.phase-box-outer .phase-box ul li p {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-weight: 600;
}

.classroom-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
}
.classroom-block .classroom-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #fff;
	border-radius: 15px;
	padding: 15px;
}
.classroom-block .classroom-box .icon {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.classroom-block .classroom-box .icon img {
	width: auto;
	max-width: 50px;
	max-height: 50px;
}
.classroom-block .classroom-box h3 {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
	margin-top: 12px;
}

.scholarship-block {
	display: flex;
	width: 100%;
	gap: 10px;
	align-items: center;
}
.scholarship-block .cnt {
	width: 70%;
}
.scholarship-block .image {
	width: 30%;
}
.scholarship-block .image img {
	width: 100%;
	max-width: 250px;
	float: right;
}
.scholarship-block .cnt h2 {
	font-size: 28px;
	line-height: 34px;
	color: #000;
	font-weight: 700;
}
.scholarship-block .cnt h3 {
	font-size: 24px;
	line-height: 30px;
	color: #005BAA;
	font-weight: 700;
	margin-top: 5px;
}
.scholarship-block .cnt h4 {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	font-weight: 500;
	margin-top: 15px;
}
.scholarship-block .cnt p {
	font-size: 14px;
	line-height: 24px;
	color: #9F6A0E;
	font-weight: 500;
	margin-top: 35px;
}
.scholarship-block .cnt p img {
	display: inline-block;
	width: auto;
	max-width: 40px;
	vertical-align: top;
	margin: -6px 5px 0 0;
}
.scholarship-block .cnt .scholarship {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.scholarship-block .cnt ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
}
.scholarship-block .cnt ul li {
	float: left;
	width: auto;
	margin-left: 10px;
	padding-left: 35px;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 500;
	position: relative;
}
.scholarship-block .cnt ul li:before {
	position: absolute;
	left: 0;
	top: -2px;
	width: 30px;
	height: 30px;
	background-image: url("https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2026/delhi/images/bookmark-check.svg");
    background-size: 100% auto;
    background-position:left top;
    background-repeat: no-repeat;
    content: "";
}
.scholarship-block .cnt ul li:first-child {
	margin-left: 0;
}
.scholarship-block .cnt .scholarship .scholarship-btn {
	display: inline-block;
	width: auto;
	vertical-align: top;
	background-color: #005BAA;
	padding: 8px 30px;
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-weight: 500;
}
.scholarship-block .cnt .scholarship .scholarship-btn .old {
	position: relative;
	padding: 0 1px;
	margin: 0 2px;
}
.scholarship-block .cnt .scholarship .scholarship-btn .old:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #fff;
	content: "";
}
.scholarship-block .cnt .scholarship .scholarship-btn .new {
	font-size: 24px;
	color: #FFCD30;
	font-weight: 700;
	line-height: 30px;
	vertical-align: top;
	margin-top: -2px;
	margin-left: 3px;
	display: inline-block;
}
.aim-block {
	display: flex;
	width: 100%;
	margin-top: 20px;
	gap: 20px;
	align-items: center;
}
.aim-block .icon {
	width: 70px;
}
.aim-block .cnt {
	width: calc(100% - 80px);
}
.aim-block .cnt h2 {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
}
.aim-block .cnt h2 span {
	color: #005BAA;
}
.aim-block .cnt p {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
	margin-top: 5px;
}
.schedule-block {
	display: flex;
	width: 100%;
	margin-top: 30px;
	gap: 30px;
}
.schedule-block .schedule-box {
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
}
.schedule-block .schedule-box h2 {
	padding: 15px;
	padding-bottom: 0;
	font-size: 20px;
	line-height: 30px;
	color: #005BAA;
	font-weight: 700;
}
.schedule-block .schedule-box ul {
	padding: 15px;
}
.schedule-block .schedule-box ul li {
	display: inline-block;
	width: 100%;
	padding-left: 30px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
	position: relative;
	margin-bottom: 15px;
}
.schedule-block .schedule-box ul li:last-child{
	margin-bottom: 0;
}
.schedule-block .schedule-box ul li img {
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
}
.schedule-block .schedule-box .bottom-box {
	display: inline-block;
	width: 100%;
	background-color: #FFCD30;
	padding: 20px 10px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	border-radius: 0 0 15px 15px;
}

.champions-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
}
.champions-block .champions-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #fff;
	border-radius: 10px;
}
.champions-block .champions-box .image {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
}
.champions-block .champions-box .image img {
	display: inline-block;
	vertical-align: top;
	max-width: 120px;
	width: 100%;
}
.champions-block .champions-box h2 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #005BAA;
	padding: 2px 5px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}
.champions-block .champions-box .cnt {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	padding: 5px 10px;
}
.champions-block .champions-box .cnt h3 {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 600;
}
.champions-block .champions-box .cnt p {
	font-size: 11px;
	line-height: 18px;
	color: #5B5B5B;
	font-weight: 500;
	margin-top: 0;
}
.champions-block .champions-box .cnt h4 {
	font-size: 18px;
	line-height: 24px;
	color: #005BAA;
	font-weight: 600;
	margin-top: 3px;
}
.champions-block .champions-box .cnt .nct-topper {
	position: absolute;
	right: 7px;
	bottom: 5px;
	width: 40px;
}

.champions-bottom-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 40px;
}
.champions-bottom-block ul {
	display: flex;
	width: 100%;
	gap: 10px;
}
.champions-bottom-block ul li {
	float: left;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.champions-bottom-block ul li:first-child {
	padding-left: 0;
}
.champions-bottom-block ul li:before {
	position: absolute;
	left: -10px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #B5B5B5;
	content: "";
}
.champions-bottom-block ul li:first-child:before {
	display: none;
}
.champions-bottom-block ul li h3 {
	display: inline-block;
	width: auto;
	vertical-align: top;
	padding-bottom: 7px;
	padding-right: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #005BAA;
	font-weight: 700;
	border-bottom: 1px solid #FFCD30;
}
.champions-bottom-block ul li .ranks {
	display: flex;
	width: 100%;
	margin-top: 10px;
	gap: 10px;
}
.champions-bottom-block ul li h4 {
	font-size: 34px;
	line-height: 40px;
	color: #005BAA;
	font-weight: 700;
}
.champions-bottom-block ul li p {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-weight: 400;
}

.classroom-courses-section .courses-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
}
.classroom-courses-section .courses-block .courses-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #EDF2FA;
	border-radius: 10px;
	padding: 10px 15px;
	padding-bottom: 52px;
	height: 100%;
	position: relative;
}
.classroom-courses-section .courses-block .courses-box h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #005BAA;
}
.classroom-courses-section .courses-block .courses-box h3 small {
	font-size: 12px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
	display: inline-block;
	width: auto;
	vertical-align: bottom;
}
.classroom-courses-section .courses-block .courses-box p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #000;
	margin-top: 5px;
}
.classroom-courses-section .courses-block .courses-box .target {
	position: absolute;
	left: 15px;
	bottom: 0;
	width: calc(100% - 30px);
	border-top: 1px solid #A7A5A5;
	padding: 10px 0;
	font-size: 13px;
	line-height: 20px;
	color: #005BAA;
	font-weight: 600;
}
.classroom-courses-section .courses-block2 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 30px;
}
.classroom-courses-section .courses-block2 .courses-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px 15px;
	height: 100%;
	position: relative;
	transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
}
.classroom-courses-section .courses-block2 .courses-box:hover {
	background-color: #EDF2FA;
}
.classroom-courses-section .courses-block2 .courses-box h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #005BAA;
	margin-bottom: 8px;
}
.classroom-courses-section .courses-block2 .courses-box p {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: #000;
	margin-top: 2px;
}
.classroom-courses-section .courses-block2 .courses-box h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #005BAA;
	margin-top: 5px;
}

.classroom-courses-section .courses-box .full-link {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url("https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2026/delhi/images/right-arrow.svg");
    background-size: 17px auto;
    background-position:calc(100% - 10px) 10px;
    background-repeat: no-repeat;
}

.study-center-section .study-center-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

