@media only screen and (max-width:991px) {
	.mt-40 {
		margin-top: 20px;
	}
	.top-section {
		padding: 15px 0 20px 0;
	}
	.top-block .left-block {
		width: 55%;
		padding-top: 80px;
	}
	.top-block .right-block {
		width: 45%;
	}
	.top-section .form-outer h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.top-section .form-outer h2 span {
		font-size: 14px;
	}
	.batches-section {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.batches-section .batches-block li h3 {
		font-size: 16px;
	}
	.batches-section .batches-block li .date {
		font-size: 16px;
	}
	.batches-section .batches-block2 h3 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.batches-box h2 {
		font-size: 16px;
		width: 100%;
		min-width: 1px;
	}
	.batches-box h2 span {
		font-size: 14px;
	}
	.batches-box ul li {
		font-size: 14px;
		line-height: 20px;
	}
	.batches-box ul li ul li {
		font-size: 13px;
	}
	.batches-box h3 {
		font-size: 16px;
	}
	.batches-box p {
		font-size: 14px;
		line-height: 20px;
	}
	.benefit-section h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.benefit-section h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.center-section {
	    margin: 0px 0 10px 0;
	}
}


@media only screen and (max-width:767px) {
	.top-section .logo-outer .logo img {
		max-width: 140px;
	}
	.top-section .logo-outer p {
		width: 100%;
		text-align: center;
		padding: 15px 0 0 0;
		font-size: 14px;
		line-height: 20px;
	}
	.top-block {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	.top-block .left-block {
		width: 100%;
		padding-top: 0;
	}
	.top-block .left-block .progress-block .progress-img {
		margin-top: 10px;
	}
	.top-block .right-block {
		width: 100%;
		padding-left: 0;
	}
	.top-section .form-outer {
		max-width: 100%;
	}
	.batches-section .batches-block li {
		display: inline-block;
		width: 100%;
		margin-bottom: 25px;
	}
	.batches-section .batches-block li h3 {
		width: 100%;
		padding: 5px 10px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
	.batches-section .batches-block li .date {
		width: 100%;
		padding: 5px 10px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin-top: 30px;
	}
	.batches-section .batches-block li .date:before {
		left: 50%;
		top: -33px;
		content: "▼";
		font-size: 12px;
		margin: 0 0 0 -15px;
	}
	.batches-box h2 span {
		font-size: 14px;
		line-height: 20px;
		display: inline-block;
		width: 100%;
		vertical-align: top;
	} 
    .benefit-section h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .benefit-section h3 {
        font-size: 14px;
        line-height: 20px;
    }


}


