MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.trash/public.3/frontend/scss/structure/_responsive.scss
//
//responsive
//

@media (max-width: 1300px){
	.ticket_section{
		/*.crow{
			&.ticket_area {
				.ccol-lg-4{-ms-flex: 0 0 62.5%; flex: 0 0 62.5%; max-width: 62.5%; }
				.ccol-lg-2{-ms-flex: 0 0 31.25%; flex: 0 0 31.25%; max-width: 31.25%; }
			}
		}*/
	}
	/*.small_banner, .inner_nav{
		.ccol-lg-4 {-ms-flex: 0 0 75% !important; flex: 0 0 75% !important; max-width: 75% !important;}
	}*/
}

@media (max-width: 992px){
	.ticket_section{
		/*.crow{
			&.ticket_area {
				.ccol-lg-4{-ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
				.ccol-lg-2{-ms-flex: 0 0 37.5%; flex: 0 0 37.5%; max-width: 37.5%; }
			}
		}*/
	}
	.heading_1{ font-size: 3rem !important;}
}

@media (max-width: 767px){
	.ticket{ margin-bottom: 1.5rem;
		.ticket_cnt{min-height: 480px;} 
	}
	.heading_1{ font-size: 2rem !important;}
	.ticket_sm{width: 130px !important; height: 95px !important; line-height: 95px !important; margin-bottom: 20px;}
}

@include breakpoint_max(mobileonly){
	.heading_1 {font-size: 3rem;}
	.ticket_section{padding-bottom: 4rem;
		.mt-4 {margin-top: 2rem; }
		.ticket h3 {font-size: 2.5rem; }
	}
	.bg_strip2 {top: -10%; width: 40%; }
	.bg_strip1{width: 40%;}
	/*.ticket_section{
		.crow{
			&.ticket_area {
				.ccol-lg-4, .ccol-lg-2{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
			}
		}
	}*/
	.ticket{ margin-bottom: 1.5rem;
		.ticket_cnt{min-height: 350px !important;}
	}
	.text-right{
		&.text-sm-left{ text-align: left !important; }
	}
	.bg_strip2{ top: -60px;}
	.school_grid{ margin:0 0 1.5rem !important;}
	.sidebar h2{ font-size: 1.5rem !important; }
	.d-flex{
		&.d-sm-block{ display: block;}
	}
}