 @media only screen and (min-width: 768px) and (max-width: 991px){
	.meetup_banner{
		height: auto;
		padding: 50px 0px;
	}
	.meetup_banner .student_info h1{
		font-size: 34px;
	}
	.meetup_banner .student_info p{
		font-size: 18px;
	}
	.line-heading h2{
		font-size: 24px;
	}
	.requisitos-wrapper .panel-title, .requisitos-wrapper .panel-title a{
		font-size: 16px;
	}
	.pending_items{
		margin: 80px 0px 50px;
	}
	.student_steps ul li .step_icon{
		height: 100px;
		width: 100px;
		line-height: 100px;
	}
	.student_steps ul li .step_icon img{
		height: 55px;
	}
	.student_steps ul li .step_detail h3, .schdedule_close h3{
		font-size: 20px;
	}
	.student_steps .step_line_btn{
		font-size: 12px;
		padding: 10px 35px;
	}
	.student_steps ul li .step_detail p, .schdedule_close p{
		font-size: 13px;
	}
	.calendar_view .show-calendar{
		padding: 3% 3%;
	}
	.calendar_view .show-calendar .ui-datepicker .ui-datepicker-title .ui-datepicker-month{
		font-size: 28px;
	}
	.show-calendar .ui-datepicker .ui-datepicker-prev span, .show-calendar .ui-datepicker .ui-datepicker-next span{
		font-size: 12px;
	}
	.time_slot{
		padding-left: 0;
		margin-top: 20px;
	}
	.time_slot h3{
		font-size: 20px;
	}
	.time_slot ul{
		padding-left: 0;
		width: 280px;
		height: 300px;
		margin-bottom: 10px;
	}
	.time_slot ul li a{
		padding: 10px 15px;
		font-size: 14px;
	}
	.confirm_btn{
		min-width: inherit;
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}
	.next_step{
		padding-top: 0;
	}
	.meeting-selected p{
		padding: 0px 5%;
		font-size: 14px;
	}
	.btn-social_add{
		min-width: 360px;
		font-size: 20px;
	}
}

@media only screen and (max-width:767px){
	.logo_section .step_line_btn{
		position: relative;
	}
	.admission_header{
		padding: 25px 0px;
	}
	.meetup_banner{
		height: auto;
		padding: 40px 0px 80px;
	}
	.meetup_banner .student_info h1{
		font-size: 24px;
		line-height: 30px;
	}
	.meetup_banner .student_info p{
		font-size: 14px;
		line-height: 21px;
	}
	.line-heading h2{
		font-size: 20px;
	}
	.line-heading:after{
		margin-top: -15px;
	}
	.pending_section{
		padding-top: 0px;
		margin-bottom: 0;
	}
	.pending_items {
	    margin: 60px 0px 0px;
	}
	.requisitos-wrapper .panel-title, .requisitos-wrapper .panel-title a{
		font-size: 16PX;
	}
	.next_step{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.student_steps{
		padding-top: 60px;
		text-align: center;
	}
	.student_steps ul li .step_icon{
		height: 100px;
		width: 100px;
		line-height: 100px;
		margin: 0 auto;
	}
	.student_steps ul li .step_icon img{
		height: 50px;
	}
	.student_steps ul li .step_detail h3, .schdedule_close h3{
		font-size: 20px;
	}
	.student_steps .step_line_btn{
		margin-top: 0;
	}
	.student_steps ul li{
		padding-bottom: 35px;
	}
	.calendar_view .show-calendar{
		padding: 3% 3%;
	}
	.calendar_view .show-calendar .ui-datepicker .ui-datepicker-title .ui-datepicker-month{
		font-size: 20px;
	}
	.ui-datepicker .ui-datepicker-title{
		font-size: 20px;
	}
	.show-calendar .ui-datepicker .ui-datepicker-prev span, .show-calendar .ui-datepicker .ui-datepicker-next span{
		font-size: 10px;
		margin-top: -5px;
	}
	.time_slot{
		padding-left: 0;
	}
	.time_slot h3{
		font-size: 20px;
	}
	.time_slot ul{
		/*padding-left: 0;*/
		width: auto;
		/*height: 275px;*/
	}
	.time_slot ul li{
		flex: 0 0 33.33%;
		max-width: 33.33%
	}
	.time_slot ul li a{
		font-size: 13px;
		padding: 11px 10px;
	}
	.confirm_btn{
		width: 92%;
		font-size: 18px;
		margin: 0 auto;
	}
	.meeting-selected{
		margin: 30px 0px 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.time_slot h4{
		font-size: 14px;
	}
	.meeting-selected .time_slot h3{
		font-size: 18px;
	}
	.meeting-selected p{
		font-size: 14px;
		padding: 0px 0;
	}
	.btn-social_add{
		display: block;
		min-width: inherit;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		padding: 0px 10px;
	}
	.meeting-selected small{
		font-size: 14px;
	}
	.btn_yes_no .btn-social_add{
		min-width: 85px;
		font-size: 18px;
		display: inline-block;
		margin: 15px 10px;
	}
	.schdedule_close p{
		width: 100%;
	}
	.schdedule_close a{
		font-size: 16px;
		right: 20px;

	}
	.cancel-meeting, .change_date{
		font-size: 14px;
		margin: 15px 15px;
	}
	.white_patti{
		padding-top: 20px;
		padding-bottom: 10px;
		height: auto;
	}
	.white_patti .row{
		display: block;
	}
	.white_patti span{
		display: block;
		margin-bottom: 18px;
	}
	.white_patti span strong{
		display: block;
	}
	.down_arrow{
		margin: 40px auto 0px;
	}
	.open_instruction .modal-dialog{
		width: 100%;
	}
	.open_instruction .modal-dialog .modal-body .nav-tabs>li>a{
		font-size: 20px;
	}
	.open_instruction .modal-dialog .modal-body .nav-tabs>li.active>a, .open_instruction .modal-dialog .modal-body .nav-tabs>li.active>a:focus, .open_instruction .modal-dialog .modal-body .nav-tabs>li.active>a:hover{
		font-size: 20px;
	}
	.open_instruction .modal-dialog .modal-body .tab-content{
		width: 100%;
		padding: 0px 20px;
	}
	.open_instruction .modal-dialog .modal-body .heading2, .open_instruction .modal-dialog .modal-body p{
		font-size: 14px;
	}
	.open_instruction .modal-dialog .modal-body h3{
		font-size: 20px;
	}

	.logo_section{
		text-align: center;
		flex-direction: column;
	}
	.admission_header .logo_section img{
		height: 60px;
	}
	.admission_header .download_admission_letter img{
		height: auto;
	}
	.header_group_btn{
		margin-left: 0;		
	}
	.header_group_btn .step_line_btn{
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 12px;
	}
	.next_scroll_section{
		height: auto;
		padding: 20px;
		width: 90%;
		margin: 15px auto 0;
		display: block;
	}
	.next_scroll_section .left_space p{
		font-size: 12px;
		color: #FAC12E;
	}
	.next_scroll_section .left_space h4{
		margin-bottom: 20px;
	}
	.next_scroll_section .right_scroll_btn .download_btn{
		display: block;
		text-align: center;
	}
	.base_content_block p{
		font-size: 14px;
		line-height: 25px;
	}
	.status_heading h2{
		display: block;
		width: 100%;
		font-size: 24px;
		padding: 0;
	}
	.status_heading{
		flex-direction: column;
		padding-top: 40px;
	}
	.status_heading h2:after{
		width: 40px;
		height: 3px;
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}
	.status_heading p{
		font-size: 14px;
		margin-top: 15px;
		width: 100%;
		line-height: 25px;
	}
	.step_line_btn{
		display: block;
	}
	.downloads_btn{
		font-size: 15px;
	}
	.p_details h2{
		font-size: 22px;
		line-height: 30px;
	}
	.btn_groups a{
		font-size: 12px !important;
	}
	.section_space{
		height: 150px;
	}
	.only_for_above_inprocess{
		margin-bottom: 20px;
	}


}