.container { width: 100%; max-width: 1070px; padding: 0 15px; margin: 0 auto; }
img { max-width: 100%; display: block; }
body { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 20px; background-color: #fffdeb; }
.heading { display: inline-block; width: 100%; vertical-align: top; margin: 0 0 10px 0; text-align:center; }
.heading h2 { font-size: 18px; line-height: 24px; color: #fff; font-weight: 500; font-family: 'Poppins', sans-serif; margin: 0; padding: 2px 40px; text-align: center; display: inline-block; width: auto; vertical-align: top; background: linear-gradient(180deg, #176dc0 55%, #3a97ee 100%); border-radius: 4px; }
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;
}

.mt-40 {
	margin-top: 40px;
}
.mt-20 {
	margin-top: 20px;
}
/*main css start here*/
.main-container {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: linear-gradient(10deg, rgba(254,228,138,1) 0%, rgba(255,255,255,1) 80%, rgba(254,227,141,1) 100%);
}

.main-container-new {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: linear-gradient(180deg, rgba(254,228,138,1) 0%, rgba(255,255,255,1) 80%, rgba(254,227,141,1) 100%);
}

.top-section {
    position: relative;
    padding: 30px 0 40px 0;
}
.top-section .logo-outer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 30px;
}
.top-section .logo-outer .logo {
	float: left;
	width: auto;
}
.top-section .logo-outer .logo img {
	max-width: 170px;
}
.top-section .logo-outer p {
	float: right;
	width: auto;
	padding: 22px 0 0 15px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.top-section .logo-outer p span {
	color: #176dc0;
}
.top-block {
	display: flex;
	position: relative;
	z-index: 2;
}

.top-block .left-block {
	width: 60%;
	float: left;
	padding: 20px 0 0 0;
	position: relative;
}
.top-block .left-block .progress-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 30px 0;
	text-align: center;
}
.top-block .left-block .progress-block h1 {
	font-size: 28px;
	line-height: 32px;
	color: #176dc0;
	font-weight: 600;
	text-transform: uppercase;
}
.top-block .left-block .progress-block p {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}
.top-block .left-block .progress-block .heading {
	margin-top: 20px;
}
.top-block .left-block .progress-block .progress-img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 40px;
}

.top-block .right-block {
	float: right;
	width: 40%;
	padding-left: 15px;
}

.top-section .form-outer {
    float: right;
    width: 100%;
    background-color: rgba(253, 245, 215, 0.8);
    border-radius: 10px;
    padding: 15px;
    max-width: 380px;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 9%);
}
.top-section .form-outer h2 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #176dc0;
    text-align: center;
    padding: 0 0 3px 0;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.top-section .form-outer h2 span {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #000;
	margin-left: 4px;
}
.top-section .form-outer .form-group {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 12px 0;
}
.top-section .form-outer .form-group label {
    display: inline-block;
    width: 60px;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin: 0; 
}
.top-section .form-outer .form-group.full label {
    width: 100%;
}
.top-section .form-outer .form-group label strong {
    font-weight: 600;
}
.top-section .form-outer .form-group .form-control {
    display: inline-block;
    width: calc(100% - 65px);
    height: 30px;
    vertical-align: top;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    border: none;
    border-radius: 5px; 
    padding: 0 10px;
    outline: none !important;
    box-shadow: none !important;
    background-color: #ffffff;
}
.top-section .form-outer .form-group select.form-control {
    background-image: url("../images/dropdown-arrow.png");
    background-size: 12px auto;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 26px;
    float: right;
}
.top-section .form-outer .form-group.full .form-control {
    width: 100%;
}
.top-section .form-outer .phone-box {
    width: calc(100% - 65px);
    display: inline-block;
    vertical-align: top;
}
.top-section .form-outer .phone-box .phone-code {
    float: left;
    width: 60px;
}
.top-section .form-outer .phone-box .phone-no {
    float: left;
    width: calc(100% - 70px);
    margin-left: 10px;
}
.top-section .form-outer .form-check {
    margin: 0;
    padding: 0;
}
.top-section .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);
}
.top-section .form-outer .form-check .form-check-input {
    float: left;
    margin: 2px 10px 0 0;
    width: 16px;
    height: 16px;
}
.top-section .form-outer .btn-outer {
    text-align: center;
    margin: 20px 0 0 0;
}
.top-section .form-outer .btn-outer .btn {
    display: inline-block;
    width: 100%;
	background: linear-gradient(180deg, #176dc0 55%, #3a97ee 100%);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 1px;
    border: none;
    padding: 5px 30px;
}
.top-section .form-outer .btn-outer .btn:hover {
	color: #000;
}
.result-section .result-block {
	margin-top: 30px;
}
.result-section .batches-section {
	display: inline-block;
	width: 100%;
}
.batches-section {
	/*margin-top: 70px;*/
	margin-bottom: 60px;
}
.batches-section .heading img {
	width: 100%;
	max-width: 850px;
	display: inline-block;
	vertical-align: top;
}
.batches-section .batches-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
}
.batches-section .batches-block li {
	display: flex;
	width: 100%;
	column-gap: 40px;
	margin-bottom: 15px;
}
.batches-section .batches-block li h3 {
	display: flex;
	align-items: center;
	width: 70%;
	vertical-align: top;
	background-color: #fbd762;
	padding: 6px 15px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 500;
}
.batches-section .batches-block li .date {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	/*height: 100%;*/
	border: 2px solid #176dc0;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	padding: 6px 15px;
	position: relative;
}
.batches-section .batches-block li .date span {
	color: #176dc0;
	font-weight: 600;
}
.batches-section .batches-block li .date:before {
	position: absolute;
    left: -36px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    content: "⯈";
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    color: #176dc0;
}
.batches-section .batches-block2 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 10px;
	text-align: center;
}
.batches-section .batches-block2 p {
	font-weight: 500;
}
.batches-section .batches-block2 h3 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
	background-color: #fff;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-wrap: balance;
}

.main-container2 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 15px 0 30px 0;
}

.batches-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
}
.batches-box h2 { font-size: 18px; line-height: 24px; color: #fff; font-weight: 500; font-family: 'Poppins', sans-serif; margin: 0; padding: 7px 25px 7px 15px; text-align: left; display: inline-block; width: auto; vertical-align: top; background: linear-gradient(180deg, #176dc0 55%, #3a97ee 100%);  min-width:620px; position:relative; }
.batches-box h2:after {	position: absolute; right: 0px; top: 50%; margin-top: -15px; width: 30px; height: 30px; content: "▼"; text-align: center;  font-size: 16px; line-height: 32px; color: #fff; }
.batches-box h2 span { font-size:16px; font-weight:400; }
.batches-box ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 15px;
}
.batches-box ul li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 0 0 14px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	position: relative;
	margin-bottom: 3px;
}
.batches-box ul li:before {
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	top: 9px;
	background-color: #000;
	border-radius: 50%;
	content: "";
}
.batches-box ul li:last-child {
	margin-bottom: 0;
}
.batches-box ul li small {
	font-size: 11px;
}
.batches-box ul li ul {
	padding: 10px 0 0 50px;
	margin-top: 0;
}
.batches-box ul li ul li {
	font-size: 14px;
	line-height: 20px;
	padding-left: 20px;
}
.batches-box ul li ul li:before {
	content: "✓";
	width: 12px;
	height: 20px;
	background-color: transparent;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	top: 2px;
}
.batches-box h3 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
	color: #176dc0;
	font-weight: 600;
	margin: 20px 0 10px 0;
}
.batches-box p {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.batches-box p small {
	font-size: 11px;
}
.main-container2 .btn-outer {
	margin-top: 20px;
}

.btn-outer {
    text-align: center;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.btn-outer .btn {
    display: inline-block;
    width: auto;
	background: linear-gradient(180deg, #176dc0 55%, #3a97ee 100%);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 1px;
    border: none;
    padding: 5px 30px;
}
.btn-outer .btn:hover {
	color: #000;
}

.benefit-section {
	background: linear-gradient(180deg, #176dc0 55%, #3a97ee 100%);
	padding: 30px 0;
	text-align: center;
}
.benefit-section h2 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	color: #ffffff;
	text-wrap: balance;
}
.benefit-section h2 span {
	color: #ffed00;
}
.benefit-section h3 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #000;
	background-color: #fff;
	padding: 10px 20px;
	text-wrap: balance;
	margin-top: 15px;
}
.benefit-section h3 span {
	color: #e3000f;
}

.center-section {
	margin: 30px 0;
}
.center-section .apply-btn {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.center-section .centers {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.center-section .centers h3 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 20px 0 0 0;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
	text-align: center;
}
.center-section .centers ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	margin-top: 5px;
}
.center-section .centers ul li {
	display: inline-block;
	width: auto;
}
.center-section .centers ul li a {
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
.center-section .centers ul li a:hover {
	color: #0f4195;
}

footer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #363636;
	padding: 15px 0;
	margin-top: 10px;
}
footer p {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	color: #fff;
}

.otp-timer {width: 100%;}

.mb-2 {margin-bottom: 20px;}

.mb-5 {margin-bottom: 50px;}
