@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%;
		padding-top: 80px;
	}
	.top-block .right-block {
		width: 50%;
	}
	.top-block .left-block:before {
		height: 300px;
	}
	
	.nc-guide-block {
		margin-top: 20px;
	}
	.nc-guide-block.adv .nc-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: 20px;
    }
	.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;
		padding-top: 0;
	}
	.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;
	}
	
    .nc-guide-block {
        margin-top: 15px;
    }
	.nc-guide-block .nc-guide-box {
	    padding: 0 15px 60px;
	    height: auto;
	    margin-bottom: 20px;
	}
	.nc-guide-block .nc-guide-box .icon {
		margin-bottom: 15px;
	}
	.nc-guide-block .nc-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;
	}
	.result-section .result-block {
		margin-top: 0;
	}
	.image-section {
		margin: 20px 0 60px;
	}
	.image-section img {
		border-radius: 20px;
	}
}

@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%;
	}
}


