@media only screen and (min-width: 1400px) and (max-width: 4000px) {
}
@media only screen and (min-width: 200px) and (max-width: 1366px) {
	.footer {
  
	position:relative; 
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_text
	{
		font-size: 24px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_text
	{
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.header_text
	{
		font-size: 20px;
		text-align:center;
	}
	.header_text_2
	{
	    	font-size: 20px;
		text-align:center;
	}
	.logo_box
	{
		text-align:center;
	}
	.top_btn_section  
	{
		margin-top:10px !important;
		margin-bottom: 0px !important;
	}
	.footer {
  
    text-align: center;
}
.btn_custom, .btn_custom2
{
    margin-bottom:12px;

}
.logo_box ul li span {
    margin-right: 18px !important;
    width: 100%;
    display: block;
}
.footer {
    position: relative;
    margin-top: -50px;
    height: auto;
      text-align: center;
}
.footer .text-right
{
    text-align: center !important;
}
.document_section ul li {
    width: 100%;
}
.student_header {
    
    text-align: center !important;
}
.document_section ul {
  
    margin: 0px 0px;
}
.white_inner {
 
  height: auto;
}
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 320px) {
}
