@media screen and (min-width:992px) and (max-width:1200px){
	header .navbar-expand-lg .navbar-nav .nav-link {	    
	    font-size: 12px;
	}
	section.testimonail .container-fluid{
		width: calc(960px + (100vw - 960px)/2);
	}
	.banner-description h1 {
	    font-size: 30px;
	}
	.banner-description p {
	    padding: 0 30px;
	}
	.banner-content img {
	    width: 50%;
	    margin: 20px 0 0;
	}
	.news .publish-time {
	    position: relative;
	    left: 0;
	    right: 0;
	    bottom: 0;
	}
	section.counselor {	    
	    padding: 50px 0;	    
	}
	.counselor-img {
	    position: absolute;
	    bottom: 16px;
	    width: 100%;
	}
	.learner-say .owl-theme .owl-nav {
       left: -14%;
	}
}
@media screen and (max-width: 991px){
	.mobile-menu-open {
	    position: relative;
	    font-size: 28px;
	    z-index: 1;
	    color: #6a1f74;
	}
	.mobile-menu-open i {
	    position: absolute;
	    left: 18px;
	    top: 8px;
	}
	header {	    
	    padding: 15px 0;
	}
	.call{
		position: absolute;
		right: 0;
		top: -4px;
	}	
	.banner-slider .owl-stage-outer {	    
	    margin-left: 0;
	}
	.banner-description {
	    margin: 0 auto;
	    text-align: left;
	}	
	.program-banner .banner-description {
	    text-align: center;
	}
	.program-banner .banner-description h1{
		font-size: 24px;
		margin-top: 20px;
	}
	.program-banner .banner-description h1, .program-banner .banner-description p {
	    text-align: center;
	}
	.banner-slider {
	    margin-top: 30px;
	}
	ul.program-tabs li {
	    flex: 0 0 33.33%;	    
	}
	ul.program-tabs li:nth-last-of-type(4n) a {
	    border-right: none;
	}
	.program-img img {
	    width: 100% !important;
	}
	.owl-theme button.owl-prev {
	    left: -100px;
	}
	.owl-theme button.owl-next {
	    right: -100px;
	}
	section.explore, section.placement {
	    padding: 50px 0;
	}
	section.learner-video {
	    padding: 50px 0 0;
	}
	.words {
	    width: 100%;
	}
	.words h6 {	    
	    margin: 15px 0;
	}
	section.testimonail .container-fluid{
		width: calc(720px + (100vw - 720px)/2);
	}
	section.testimonail .owl-stage-outer {	    
	    margin: 0;
	}
	section.article, section.news {
	    padding: 50px 0 0;
	}
	section.article img {
	    width: 100%;
	    margin: 30px 0 0;
	}
	section.counselor button.call-back {
		margin: auto;
	}
	.owl-theme .owl-dots {
	    bottom: 0;
	    left: auto!important;
	    right: auto!important;
	    transform: translate(0);
	}
	.banner-description h1{
		font-size: 16px;
		text-align: left;
	}
	.banner-description p{
		text-align: left;
	}
	.banner-girl{
		margin-left: -6%;
	}
	.banner-description .call-back{
		padding: 8px!important;
	}
	.eligibility .title, .eligibility-title{
		text-align: center!important;
	}
	.learner-say .owl-theme .owl-nav{
		left: -36%;
	}
}

@media screen and (max-width: 767px){
	section{
	    padding:30px 0!important;
	    overflow-x: hidden;
	}
	ul.program-tabs li {
	    flex: 0 0 50%;
	}
	ul.program-tabs li:nth-child(even) a {
	    border-right: none;
	}
	ul.program-tabs li:nth-child(odd) a {
	    border-right: 2px solid #e4e4e465;
	}
	/*.owl-theme .owl-nav {
	    margin: -25px 0 0;
	}
*/	.owl-theme button.owl-next {
	    right: -30px;
	}
	.owl-theme button.owl-prev {
	    left: -30px;
	}
	section.explore, section.placement {
	    padding: 30px 0;
	}
	.pull-lg-1 {
	    margin-left: 0;
	}
	.learner-say {
	    border-radius: 0 0 10px 10px;
	}
	.success-story {
	    border-radius: 0;
	}
	section.testimonail .container-fluid {
	    width: 100%;
	}
	.learner-say .owl-theme button.owl-next {
	    right: -20px;
	}
	.learner-say .owl-theme button.owl-prev {
	    left: -20px;
	}
	.learner-say .owl-theme .owl-nav {
	    left: 0;
	}
	h1.title, section.testimonail h1 {	    
	    font-size: 22px;	    
	}
	h1.title span {	    
	    font-size: 16px;
	}
	h3.footer-links {
	    margin: 0 0 10px;
	}
	.vertical-tab .program-tabs{
		display: none;
	}
	.collapsed .tab-icon .fa-arrow-down:before{
		content: "\f061"!important;
	}
}
@media (min-width: 768px) {
  .learner-say .owl-theme .owl-nav{
  	bottom: 26px;
  }
}

@media (max-width: 767px) {
  .vertical-tab .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
@media(min-width: 992px){
	.learner-words{
		padding-left: 30px;
	}
}