@media only screen and (max-width:991px) {
	.heading h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.mt-80 {
		margin-top: 50px;
	}
	.btn-outer a {
		padding: 4px 25px;
	}
	.top-section {
		padding-top: 40px;
	}
	.top-block .left-block {
		width: 50%;
	}
	.top-block .right-block {
		width: 50%;
	}
	.top-block .left-block:before {
		height: 300px;
	}
	.tallentex-section .tallentex-block {
		border-radius: 15px;
		padding: 20px 15px;
	}
	.tallentex-section .tallentex-block .tallentex-cnt {
		width: 50%;
	}
	.tallentex-section .tallentex-block .tallentex-cnt h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.tallentex-section .tallentex-block .tallentex-cnt h2 img {
		max-width: 160px;
		margin: 3px 0 0 2px;
	}
	.tallentex-section .tallentex-block .tallentex-cnt p {
		font-size: 18px;
		line-height: 28px;
	}
	.tallentex-section .tallentex-block .tallentex-icon img {
		max-width: 140px;
	}
	.allen-guide-block {
		margin-top: 20px;
	}
	.allen-guide-block.adv .allen-guide-box {
	    padding: 0 15px 20px;
	}
	.experience-section .experience-block .experience-box h2 {
		font-size: 16px;
		line-height: 24px;
	}
	.top-block .left-block.kanpur:before {
		height: 260px;
	}
	.scholarships-section .scholarships-inner {
		padding: 15px 15px;
	}
	.scholarships-block .scholarships-box {
		padding: 15px 15px 65px 15px;
		border-radius: 15px;
	}
	.faq-section {
		padding: 50px 0 0 0;
	}

}

@media only screen and (max-width:840px) {
	.top-block .left-block.kanpur:before {
		height: 240px;
	}
}

@media only screen and (max-width:767px) {
    .heading h2 {
        font-size: 24px;
        line-height: 32px;
    }
	.mt-80 {
		margin-top: 30px;
	}
	.top-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.top-block {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		padding-bottom: 0;
	}
	.top-block .left-block:before {
		height: 240px;
	}
	.top-block .left-block.kanpur:before {
		height: 200px;
	}
	.top-block .left-block {
		width: 100%;
		position: initial;
	}
	.top-block .right-block {
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}
	.top-section .form-outer {
		max-width: 100%;
		padding: 15px;
		border-radius: 10px;
	}
	.top-section .form-outer h2 {
		font-size: 24px;
		line-height: 34px;
	}
	.tallentex-section .tallentex-block {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		text-align: center;
	}
	.tallentex-section .tallentex-block .tallentex-cnt {
		width: 100%;
	}
	.tallentex-section .tallentex-block .tallentex-icon {
		width: 100%;
		margin: 15px 0 20px;
	}
	.tallentex-section .tallentex-block .btn-outer {
		width: 100%;
	}
	.tallentex-section .tallentex-block .btn-outer a {
		float: none;

	}
	.tallentex-section .tallentex-block .t-c {
		position: initial;
		display: inline-block;
		width: auto;
		vertical-align: top;
		margin-top: 15px;
	}
    .allen-guide-block {
        margin-top: 15px;
    }
	.allen-guide-block .allen-guide-box {
	    padding: 0 15px 60px;
	    height: auto;
	    margin-bottom: 20px;
	}
	.allen-guide-block .allen-guide-box .icon {
		margin-bottom: 15px;
	}
	.allen-guide-block .allen-guide-box h2 {
		min-height: 1px;
	}
	.footer-bootom-section h2 {
		font-size: 20px;
		line-height: 26px;
		text-wrap: balance;
	}
	.footer-bootom-section p {
		font-size: 14px;
		line-height: 20px;
		text-wrap: balance;
	}
	.experience-section {
		padding: 20px 0 30px 0;
	}
	.experience-section .experience-block .row .col-md-20 {
		flex: 0 0 auto;
		width: 33.333333%;
		margin-top: 15px;
	}
	.scholarships-block {
		margin-bottom: 0;
	}
	.scholarships-block .scholarships-box {
		height: auto;
		margin-bottom: 15px;
	}
	.experience-block .row {
		justify-content: center;
	}
	.faq-section {
		padding: 20px 0 0 0;
	}
	.scholarships-block .scholarships-box h2 {
		min-height: 1px;
	}
	.accordion .accordion-item .accordion-header {
		font-size: 16px;
	}
}

@media only screen and (max-width:475px) {
	.top-block .left-block .logo img {
		max-width: 180px;
	}
	.top-block .left-block h1 span {
		font-size: 40px;
		line-height: 48px;
	}
	.experience-section .experience-block .row .col-md-20 {
		flex: 0 0 auto;
		width: 50%;
	}
}



