.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: 30px; line-height: 40px; color: #000; font-weight: 700; font-family: "Plus Jakarta Sans", sans-serif; margin: 0; padding: 0; text-align: center; 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 h2 span { font-weight: 600; color: #034589; }
.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; }
.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: #F8D458;
}
.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: 130px 0;
    background-image: url("https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2025/ranchi/images/top-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.top-section .container {
	position: relative;
	z-index: 5;
}
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 30px 0;
}
.top-block .left-block .logo {
	float: left;
	width: auto;
}
.top-block .left-block .logo img {
	max-width: 160px;
}
.top-block .left-block h1 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 600;
	margin: 80px 0 0 0;
	padding: 0;
}
.top-block .left-block p {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-width: 250px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	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-block .right-block {
	float: left;
	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: 350px;
    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: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
}
.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: 55px;
    vertical-align: top;
    font-size: 14px;
    line-height: 34px;
    color: #000;
    font-weight: 400;
    margin: 0; 
}
.form-outer .form-group.full label {
    width: 100%;
}
.form-outer .form-group label strong {
    font-weight: 600;
}
.form-outer .form-group .form-control {
    display: inline-block;
    width: calc(100% - 60px);
    height: 34px;
    vertical-align: top;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    border: none;
    border-radius: 3px; 
    padding: 0 10px;
    outline: none !important;
    box-shadow: none !important;
    background-color: #DDDDDD;
}
.form-outer .form-group select.form-control {
    background-image: url("https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2025/ranchi/images/dropdown-arrow.png");
    background-size: 13px auto;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 26px;
    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-group .form-check-label {
    font-size: 12px;
    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;
}

.big-news-section {
	padding: 50px 0;
	text-align: center;
}
.big-news-section .news-inner {
	display: inline-block;
	width: 100%;
	max-width: 650px;
	padding: 40px 40px 20px;
	vertical-align: top;
	background: url('https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2025/ranchi/images/icon01.png') left -10px no-repeat, url('https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2025/ranchi/images/icon012.png') right -10px no-repeat;
	background-size: 90px auto;
}
.why-choose-section {
	padding: 60px 0;
	background-color: #2957A4;
}
.why-choose-section .choose-outer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 30px;
}
.why-choose-section .choose-outer .choose-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.why-choose-section .choose-outer .choose-box .icon {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	margin: 0 0 10px 0;
}
.why-choose-section .choose-outer .choose-box .icon img {
	display: inline-block;
	width: auto;
	max-width: 100px;
	vertical-align: top;
}
.why-choose-section .choose-outer .choose-box p {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
}
.why-choose-section .choose-outer .choose-box p span {
	color: #F7CE50;
}

.section02 {
	padding: 100px 0;
    background-image: url("https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2025/ranchi/images/bg02.jpg");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.section02 .inner-block {
	display: inline-block;
	width: 100%;
	text-align: left;
}
.section02 .inner-block .heading h2 {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 0;
    color: #000000;
    font-weight: 900;
    text-align: left;
}
.section02 .inner-block ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin:0;
	padding: 0;
}
.section02 .inner-block li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 24px;
	line-height: 34px;
	color: #000;
	font-weight: 600;
	padding: 0 0 0 55px;
	margin: 25px 0 0 0;
	position: relative;
}
.section02 .inner-block li img {
	position: absolute;
	left: 0;
	top: -2px;
	width: 40px;
	height: auto;
}

.course-section {
	padding: 60px 0;
}
.course-section .course-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 30px;
}
.course-section .course-block .course-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #1159A4;
	padding: 20px;
	height: 100%;
}
.course-section .course-block .course-box .icon {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 5px;
}
.course-section .course-block .course-box .icon img {
	max-width: 100px;
}
.course-section .course-block .course-box h3 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.course-section .course-block .course-box p {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	margin: 3px 0 7px 0;
	padding: 0;
}
.course-section .course-block .course-box p span {
	color: #FFC934;
	font-weight: 600;
}

.course-section .course-block .course-box img {
	width: auto;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}
.course-section .btn-outer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 30px;
}
.course-section .btn-outer .btn {
	text-transform: uppercase;
}

.section03 {
	display: flex;
	width: 100%;
}
.section03 .left-block {
	display: flex;
	width: 50%;
	padding: 20px;
	background-color: #FFC934;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.section03 .left-block .inner-block {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	text-align: left;
}
.section03 .left-block .inner-block .heading h2, .section03 .left-block .inner-block .heading p {
	text-align: left;
}
.section03 .left-block .inner-block .heading h2 {
	font-size: 36px;
	line-height: 48px;
	padding-bottom: 10px;
	color: #1159A4;
	font-weight: 900;
}
.section03 .left-block .inner-block .heading p {
	font-size: 16px;
	line-height: 24px;
}
.section03 .left-block .inner-block .btn-outer {
	margin-top: 30px;
}
.section03 .left-block .inner-block .btn-outer .btn {
	background-color: ;
}
.section03 .right-block {
	width: 50%;
	display: flex;
}
.section03 .right-block img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section04 {
	display: flex;
	width: 100%;
}
.section04 .left-block {
	display: flex;
	width: 50%;
}
.section04 .left-block img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section04 .left-block iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.section04 .right-block {
	display: flex;
	width: 50%;
	padding: 40px 15px 40px 40px;
	background-color: #FFC934;
	align-items: center;
	text-align: left;
}
.section04 .right-block .inner-block {
	display: inline-block;
	width: 100%;
	max-width: 420px;
	text-align: left;
}
.section04 .right-block .inner-block .heading h2 {
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 0;
    color: #1159A4;
    font-weight: 900;
    text-align: left;
}
.section04 .right-block .inner-block ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin:0;
	padding: 0;
}
.section04 .right-block .inner-block li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	padding: 0 0 0 50px;
	margin: 25px 0 0 0;
	position: relative;
}
.section04 .right-block .inner-block li img {
	position: absolute;
	left: 0;
	top: -3px;
	width: 40px;
	height: auto;
}
.section04 .right-block .inner-block li a {
	display: inline-block;
	width: auto;
	vertical-align: top;
	color: #000;
}
.section04 .right-block .inner-block li a + a {
	margin-left: 5px;
}
.section04 .right-block .inner-block li a:hover {
	color: #1159A4;;
}
.section04 .right-block .btn-outer {
	margin-top: 40px;
}
.section05  {
	padding: 50px 0;
	text-align: center;
}
.section05 .heading {
	max-width: 900px;
	display: inline-block;
}
.section05 .btn-outer  {
	margin-top: 20px;
}
.section05 .btn-outer .btn {
	text-transform: uppercase;
}

footer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #2957A4;
	padding: 30px 0;
	text-align: center;
}
footer p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
}
.formErr {
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.form-outer .form-group label.error {
	color: #F00;
    font-size: 11px;
    line-height: 18px;
}
.form-outer .mb-1 {
	margin-bottom: 0 !important;
}
.form-outer .form-check small {
    font-size: 12px;
    line-height: 18px;
}
.form-outer .form-check input {
    float: left;
    width: auto;
    margin: 5px 7px 2px 0;
}

#otpdetail .form-control {
    width: 100% !important;
}

#otpdetail #divTimer #timermsg {
    color: #000 !important;
    font-size: 14px;
    margin-top: 8px;
    float: left;
}

#otpdetail #divresendbtn .btn {
	font-size: 13px !important;
	padding: 8px 15px !important;
}

.tallentex-section {
	padding: 80px 0;
	background-color: #f8d45a;
    background-image: url("https://allenwebsite-general.s3.ap-south-1.amazonaws.com/allen-website/landing-pages-2025/ranchi/images/tallentex-bg.jpg");
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
}
.tallentex-section .tallentex-block {
	display: inline-block;
	width: 100%;
	max-width: 400px;
}
.tallentex-section .tallentex-block .btn-outer {
	margin-top: 40px;
}

.spark-section {
	background-color: #FFFAEE;
	padding-bottom: 50px;
}
.spark-section .allen-spark {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.spark-section .allen-spark img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-width: 310px;
}
.spark-section .spark-cnt {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-top: 40px;
}
.spark-section .spark-cnt h2 {
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
}
.spark-section .spark-cnt p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: 600;
	margin-bottom: 30px;
}
.spark-section .spark-cnt p span {
	display: block;
	font-size: 24px;
	color: #1159A4;
	font-weight: 700;
}


