/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  //CSS
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  //CSS
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  //CSS
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  //CSS
	.slide.slide-one.home6 {
		height: 320px;
	}

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  .banner-style-one .slide.slide-one.home6 h3 strong {
    font-size: 0.7em;
	}
	
	.banner-style-one .slide.slide-one.home6 h3 span {
    font-size: 0.7em;
	}
	
	.marLeft4{
	margin-left: 0em;
	}

	.marLeft6{
		margin-left: 0em;
	}
	
	.inner_page_breadcrumb {
    margin-top: 0px;
	}
	
	section {
    	padding: 30px 0;
	}
	
	.inner_page_breadcrumb .breadcrumb_content {
    	margin-top: 0px;
	}
	
	.inner_page_breadcrumb {
    	height: 150px;
	}
	
	.header.stylehome1 a{
		top:15px;
	}
	
	#search-button i, #search-button2 i {
    	color: #000;
	}
	
	.logosmScreen{
		margin-left: 2.5em;
	}
	
	.becomea_instructor p{
		text-align: left;
	}
	
	.becomea_instructor a{
		margin-left: -45%;
    	margin-bottom: 1em;
	}

	.becomea_achiever p{
		padding: 0 1px 0 0;
	}

  .becomea_achiever a{
		margin-bottom: 1.5em;
	}
	
	.contact_localtion .pull-left{
		margin-bottom: .5em;
	}
	
	.banner-style-one .slide.slide-one.home6 h5 {
    font-size: .8em;
    margin-top: 0px;
    padding-right: 100px;
}
	
	.slide.slide-one.home6 {
    height: 240px;
}
	
		.banner-style-one .slide.slide-one.home6 h3 strong {
		line-height: 20px;
		padding: 6px;
		font-size: 0.6em;
	}
	
	.banner-style-one .slide.slide-one.home6 h3 span {
		line-height: 20px;
		padding: 6px;
		font-size: 0.6em;
	}
	
	.banner-style-one .slide.slide-one.home6 .banner-title{
		margin-top:-1em;
	}
	
	.banner-style-one .owl-dots {
		bottom: 26px;
	}
	
	.main-banner-wrapper {
		margin-top: -2em;
	}
	
	.mouse_scroll{
		display:none;
	}
	
	.pt650-992 {
    padding-top: 5px !important;
}
	
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
   .banner-style-one .slide.slide-one.home6 h3 strong {
    font-size: 0.7em;
	}
	
	.banner-style-one .slide.slide-one.home6 h3 span {
    font-size: 0.7em;
	}
	
		.marLeft4{
	margin-left: 0em;
	}

	.marLeft6{
		margin-left: 0em;
	}
	
	.inner_page_breadcrumb {
    margin-top: 0px;
}
	
	section {
    	padding: 30px 0;
	}
	
	.inner_page_breadcrumb .breadcrumb_content {
    	margin-top: 0px;
	}
	
	.inner_page_breadcrumb {
    	height: 150px;
	}
	
	.header.stylehome1 a{
		top:15px;
	}
	
	#search-button i, #search-button2 i {
    	color: #000;
	}
	
	.logosmScreen{
		margin-left: 2.5em;
	}
	
	.becomea_instructor p{
		text-align: left;
	}
	
	.becomea_instructor a{
		margin-left: -45%;
    	margin-bottom: 1em;
	}

	.becomea_achiever p{
		padding: 0 1px 0 0;
	}
	
	.becomea_achiever a{
		margin-bottom: 1.5em;
	}
	
	.contact_localtion .pull-left{
		margin-bottom: .5em;
	}
	
	.banner-style-one .slide.slide-one.home6 h5 {
    font-size: .8em;
    margin-top: 0px;
    padding-right: 100px;
}
	
	.slide.slide-one.home6 {
    height: 240px;
}
	
	.banner-style-one .slide.slide-one.home6 h3 strong {
		line-height: 20px;
		padding: 6px;
		font-size: 0.6em;
	}
	
	.banner-style-one .slide.slide-one.home6 h3 span {
		line-height: 20px;
		padding: 6px;
		font-size: 0.6em;
	}
	
	.banner-style-one .slide.slide-one.home6 .banner-title{
		margin-top:-1em;
	}
	
	.banner-style-one .owl-dots {
		bottom: 26px;
	}
	
	.main-banner-wrapper {
		margin-top: -2em;
	}
	
	.mouse_scroll{
		display:none;
	}
	
	.pt650-992 {
    padding-top: 5px !important;
}
  
}