@media(min-width:1200px) {
      .header .logo img{
        height: 3.3rem;
        padding: 0 0 0 1rem;
      }
}
@media(min-width:1025px) {
	.mobContact{
		display: none;
	}
}
@media(max-width:1024px) {
	.header{
		padding: 0.625rem 0;
	}
	.header .mobHeader{
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	.header .mobHeader .logo{
		flex-grow: 1;
    	text-align: center;
		position: relative;
    	left: 0px;
	}
	.header .mobHeader .logo img {
		height: auto;
		width: 210px;
		padding-top: 2px;
		padding-left: 12px;
	}
	
	.header .menu ul li{
		border-bottom:1px solid #cdcdcd;
		display: block;
    	width: 100%;
	}
	.header .menu ul li a{
		padding: 15px 17px 10px;
		color: #0a5ea9;
	}
	.header .menu ul li:after{
		display: none;
	}
    .header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-top: 3px;
		margin-left: 0px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #333333;
		left: 50%;
		transform: translate(-50%);
	}
	.header .mobile-menu-trigger span:after{
		width: 100%!important;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
    header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
    .header .menu.active{
        transform: translate(0%);	
    }
    .header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: auto;
		flex-wrap: wrap;
		overflow-x: hidden;
		overflow-y: auto;
	}
    .menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
	@keyframes slideLeft{
        0%{
            opacity:0;
            transform: translateX(100%);
        }
        100%{
            opacity:1;
            transform: translateX(0%);	
        }
    }
    @keyframes slideRight{
        0%{
            opacity:1;
            transform: translateX(0%);
        }
        100%{
            opacity:0;
            transform: translateX(100%);	
        }
    }
	.header .menu ul li a.contactBtn{
		display: none;
	}
	
	.mobContact a{
		background: #0a5da9;
		color: #fff;
		border-radius: 30px;
		border:none;
		padding: 7px 15px;
		text-decoration: none;
		outline: none;
		margin-left: 0px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
	}
	.mobContact{
		padding-top: 13px;
	}
	.cohort-date{
		top:50px
	}
	.feature_slider .item .ft-img-area {
		min-height: 21rem;
	}
	.outcome_circle h2{
		padding: 0px 35px;
	}
	.outcome_circle .circleTitle.comBorderBottom:after{
		bottom: -10px;
	}
	.quote_txt{
		text-align: center;
	}
	.framework .fw_box, .ylBoxes .fw_box{
		min-height: 400px;
	}
  
}

@media all and (max-width:1024px) and (min-width:991px) {
    .banner .banner_content {
		width: 90%;
		padding-top: 2rem;
		padding-left: 21rem;
	}
	.outcome_circle{
		height: 28rem;
	}
	.outcome_circle p{
		font-size: 1.4rem;
	}
	.feature_slider .item .ft-box2 .ft-img-area img{
		width: 100%;
	}	

}
@media(min-width:991px) {
	.mobOutcome{
		display: none;
	}
}
@media all and (max-width:991px) and (min-width:768px) {
	.feature_slider .item .ft-box2 .ft-img-area img{
		width: 100%;
	}
	.feature_slider .item .ft-box3 .ft-img-area img{
		width: 70%;
	}	
	.framework .fw_box, .ylBoxes .fw_box{
		min-height: 400px;
	}
	.ylBoxes{
		min-height: 32rem;
	}
	.info-blocks__block-img{
		width: auto;
		left:0;
		right:0
	}
	.mobdirection .col-md-6{
		max-width: 100%;
		flex-basis: 100%;
		
	}
	.mobdirection{
		flex-direction: column-reverse;
	}
	.outcome_circle{
		padding: 50px 0px!important;
		padding-bottom: 80px!important;
	}
	.outcomes .col-md-6.z-index{
		margin-top: -75px;
    	z-index: 9;
	}

}

@media(min-width:767px) {
	
	.feature_slider,
	.faculty-slider{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.feature_slider .item,
	.faculty-slider .item{
		width: 30%;
	}
	
}
@media(max-width:991px) {
	.banner{
		margin-top: 20px;
	}
	.hp-quote .lead{
		width: 100%;
	}
	.mobNone{
		display: none;
	}
	.banner .banner_content h1{
		font-size: 2rem;
	}
	.banner .banner_content{
		width: 60%;
		padding-top: 0;
		margin-right: 0!important;
	}
	
	.feature_slider{
		flex-wrap: wrap;
	}
	.feature_slider .item{
		width: 49%;
		margin-bottom: 10px;
	}
	.hp-quote .quote_txt p{
		display: block;
		text-align: center;
	}
	.hp-quote:before,
	.hp-quote:after{
		background-size: 60%;
	}
	.feature-boxes .hours{
		text-align: center;
	}
	.info-blocks__list {
		flex-wrap: wrap;
	}
	.info-blocks__list-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.info-blocks__list.is-open .info-blocks__list-item.is-active {
		width: 100%;
	}
	.info-blocks__list.is-open .info-blocks__list-item:not(.is-active) {
		width: 100%;
	}
	.info-blocks__block-img {
		bottom: auto;
		top: 0;
		left: 15px;
		/* width: 116px; */
	}
	.info-blocks__list {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	.info-blocks__list.is-open .info-blocks__list-item:not(.is-active) .info-blocks__block-img {
		opacity: 1;
	}
	.info-blocks__list.is-open .info-blocks__list-item:not(.is-active) .info-blocks__block h3 {
		position: static;
		transform: unset;
	}
	.info-blocks__block-panel {
		max-height: 0;
		overflow: hidden;
	}
	.info-blocks__list.is-open .info-blocks__list-item.is-active .info-blocks__block-panel {
		overflow: auto;
		max-height: unset;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #efefef;
	}
	
	.cohort-date{
		top:48px	
	}
	.faculty-slider .faculty_img{
		filter: grayscale(0%);
	}
	.outcome_circle{
		height: auto;
		border-radius: 30px;
		padding: 20px 0px;
	}

	.outcome_circle  p{
		padding: 0px 30px;
	}    
}


@media(max-width:767px) {
	.mobContact {
		padding-top: 7px;
	}
	.cohort-date {
		top: 53px;
	}
	.header .mobHeader{
		display: flex;
		flex-direction: row-reverse;
		
	}
	.horizontal.com-pad{
		padding-bottom: 0;
	}
	.pb{
		padding-bottom: 30px;
	}
	.faculty-slider.pt-5 {
		padding-top:0px!important
	}
	.feature_content{
		margin-top: 0;
	}
	.feature_slider .item{
		margin: 0px 5px;
	}
	.feature_slider .item .ft-box1 img{
		max-width: 65%;
	}
	.feature_slider .item .ft-box2 .ft-img-area img {
		width: 100%;
		top: 0px;
	}
	.feature_slider .item .ft-img-area {
		min-height: 10rem;
	}
	.ylBoxes .fw_box p{
		display: block!important;
	}
	.touchBtn{
		padding: 8px 28px;
		border-radius: 45px 45px 0px 0px;
		z-index: 99;
		font-size: 13px;
		right:16px;
	}
	.cohort-date p{
		font-size: 14px;
	}
	.com-pad{
		padding: 40px 0px;
	}
	.mobNone{
		display: none;
	}
	.mobBanner{
		background-image: url('../img/Mobile-Home-Banner-2.jpg'); 
		height: 520px;
	}
	.banner_content{
		display: none;
	}
	.banner .banner_content h1{
		font-size: 2rem;
	}
	
	
	.slick-dots{
		bottom: -35px!important;
	}
	
	.feature-boxes {
		padding: 0 1rem;
	}
	.feature_slider .item .ft-img-area {
		min-height: 23rem;
	}
	.hp-quote .quote_txt p{
		font-size: 18px;
		line-height: 22px;
	}
	.quote_txt{
		padding: 0px 75px;
	}
	.hp-quote .quote_txt p:before{
		top: 0;
		left: -25px;
		background-size: 55%;
	}
	.hp-quote .quote_txt p:after{
		height: 20px;
		bottom: 0px;
		right: -46px;
		background-size: 55%;
	}
	.quote_txt h4{
		font-size: 1rem;
	}
	.common_heading h2{
		font-size: 1.6rem;
	}
	.feature-boxes h3{
		font-size: 1.2rem;
		min-height: 75px;
	}
	.outcome_circle p{
		font-size: 1.3rem;
	}
	
	.framework .fw_box, .ylBoxes .fw_box{
		margin-top: 25px;
	}
	.about p {
		font-size: 18px;
		line-height: 24px;
	}
	.info-blocks__list-item {
		padding: 0 10px;
		width: 100%;
	}
	.info-blocks__block {
		height: auto;
		margin-bottom: 10px;
		background: #F3F2F2;
	}
	.info-blocks__block-img {
		display: none;
	}
	.info-blocks__block h3:after {
		border-width: 10px 6px 0;
	}
	.info-blocks__list.is-open .info-blocks__list-item:not(.is-active) .info-blocks__block h3 {
		height: auto;
	}
	.info-blocks__list.is-open .info-blocks__list-item.is-active .info-blocks__block {
		background: #fff;
	}
	.info-blocks__list.is-open .info-blocks__list-item.is-active .info-blocks__block-content {
		padding: 10px;
	}
	.info-blocks__block-content{
		padding: 10px;
	}
	.info-blocks__block h3{
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 1.2rem;
	}
	.outcome_circle .arrowImg{
		width: 20%;
	}
	.horizontal .item{
		line-height: 1.2;
		padding: 0px 5%;
	}
	.framework{
		padding-bottom: 0;
	}
	.outcome_circle h2{
		font-size: 1.5rem;
		width: 90%;
		text-align: center;
		margin: auto;
		margin-bottom: 0;
		margin-top: 0;
	
	}
	.faculty-slider .item{
		margin-bottom: 30px;
	}
	.outcome_circle .slick-dots {
		bottom: -20px!important;
	}
	.outcome_circle{
		border-radius: 15%;
		padding-bottom: 50px;
	}
	.mobdirection{
		flex-direction: column-reverse;
	}
	.ipadImg{
		width: 70%;
		margin-top: -14%;
	}
	.mobdirection .z-index{
		z-index: 9;
	}
	.hover-switch {
		min-height: 335px;
	}
	.hover-switch > img{
		width: 90%;
	}
	.ylBoxes .fw_box p{
		min-height: auto;
	}
    
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	.header .mobHeader .logo img{
		width: 230px;
	}
}
@media(max-width:375px) {
	
	
}
@media(max-width:360px) {
	.header .mobHeader .logo img{
		width: 190px;
	}
}


@media only screen and (max-device-width:667px) and (orientation:landscape) {
   
}

@media only screen and (max-device-width:812px) and (orientation:landscape) {
    
}



@media only screen and (max-device-width:667px) and (orientation:landscape) {
    
}

@media only screen and (max-device-width:812px) and (orientation:landscape) {
    
}