@media only screen and (min-width: 1000px) and (max-width: 1169px) {

}

/* mobile or only mobile */
@media only screen and (min-width: 768px) and (max-width: 999px) {
	.scholar_img{
		margin-top: 15% !important;
	}
}

/* mobile or only mobile */
@media only screen and (min-width: 577px) and (max-width: 767px) {
	.scholar_img{
		margin-top: 15% !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 576px) {
	.scholar_img{
		margin-top: 15% !important;
	}
	
}

@media only screen and (max-width: 479px) {
	.scholar_img{
		margin-top: 15% !important;
	}
	.file-upload{
		margin-top: 20px !important;
		font-size: 8px !important;
	}
	p{
		font-size: 11px !important;
	}
	.bank_details{
		margin-top: 25% !important;
	  }
	  .file_size{
		  margin-top: 20px !important;
	  }
}