@media (max-width: 991.98px){
	.header__wrapper {
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  padding: 0 0;
	}
}

@media (min-width: 991.98px) and (max-width: 1199px){
	.header .container {
	  padding: 0 0rem;
	}
}

@media (min-width: 1200px) and (max-width: 1270px){
	.header .container {
	  padding: 0 0rem;
	}
}
/************************ Banner Section ***********************/

.section-sub-heading{
	font-size: 20px;
}

.hero__wrapper{
	background-color: #9fe4c21f;
}

.questions-img video {
	max-width: 90%;
  z-index: 10;
  position: relative;
  filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
  -webkit-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
  -moz-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
  -webkit-transform: var(--transform-fix);
  transform: var(--transform-fix);
}

.inno-list ul li i{
	color: #676ac4;
}

.inno-list ul li {
	display: flex;
	align-items: center;
	font-size: 17px;
	margin-bottom: 1rem;
}

.hero .sm-para{
	font-size: 16px;
	line-height: 3rem;
}

.hero .md-para{
	font-size: 20px;
	line-height: 3rem;
}

.hero .hero-img::before{
	height: 554px;
	width: 554px;
}

 @media (min-width: 991.98px) and (max-width: 1200px){
 	.hero .main-heading {
	  font-size: 5rem;
	}

	.hero .hero-img::before {
	  -webkit-transform: scale(0.7) translateX(-50%);
	  transform: scale(0.9) translateX(-50%);
	  top: 0;
	  left: 42%;
	}
}

@media (max-width: 767.98px){
	.hero .hero-img::before {
	  -webkit-transform: scale(0.6) translate(-50%, 0);
	  transform: scale(0.8) translate(-50%, 0);
	  top: 0;
	  left: 39.5%;
	}
	.banner-reg-buttons{
		display: none;
	}
}

@media (max-width: 991.98px){
	.hero .main-heading {
	  text-align: left;
	}

	.hero .paragraph {
	  text-align: left;
	}
}


/************************ Academic English Section ***********************/

.aca_english{
	padding: 15rem 0 1rem 0;
}

.aca_english .aca_english__header{
	margin-bottom: 3rem;
}

.aca_banner{
	width: 100%;
	border-radius: 2rem;
	max-width: 700px;
	filter: drop-shadow(4px 4px 4px #b3a29c);
}


/************************ Intro ***********************/

.course-details h4{
	font-size: 16px;
}

.course-details h6{
	font-size: 12px;
}

.brochure-btn{
	color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #4f5255;
  border-radius: 6px;
}

.brochure-btn:hover{
	color: #fff;
  background-color: #212529;
  background-image: none;
  border-color: #212529;
}

.questions .card .card-header h5{
	font-size: 2.2rem;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	letter-spacing: -.02rem;
	line-height: 3rem;
	padding: .375rem .75rem;
}

/*********************************************/

.price-box{
	padding: 2rem;
	border-radius: 2.5rem;
	margin-top: 3rem;
}

.price-box-1{
	background-color: #efdff7;
}

.price-box-2{
	background-color: #ffe8c6;
}

.price-box-3{
	background-color: #d0f3f2;
}


.price-box-4{
	background-color: #ffdae8;
}

.price-box .price-title{
	font-size: 22px;
	margin-bottom: 2.2rem;
	text-align: center;

}

.price-box .price-curr{
	text-align: center;
	font-size: 22px;
	
}



/************************ Blog_single ***********************/

.blog_single .blog_related-single .blog__single-info{
	width: calc(100% - 2rem);
	height: fit-content;
	bottom: 1rem;
	top: auto;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	right: 1rem;
	padding: 2.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blog_single .blog_related-single{
	min-height: 420px;
}




.step{
	margin-bottom: 7rem;
}

.questions .card .card-header h5::before {
	top: 10px;
	transform: translateY(0);
  content: "\f00c";
}

.questions .card .card-header h5.hidden::before {
  content: "\f00c";
}

.step__wrapper{
	background-color: #fff2ed;
	padding-top: 10rem;
	padding-bottom: 4rem;
}



.section_main_header{
	margin-bottom: 8rem !important;
	text-align: center;
}

.section_main_header .section-heading{
	margin-bottom: 1.5rem !important;
}


.hero .hero-img::before{
	background: linear-gradient(45deg, #12e50038 0%, #1c8c383d 50%, #00f45459 100%);
	/*filter: drop-shadow(0px 30px 20px rgba(0, 150, 90, 0.4));*/
	/*-webkit-filter: drop-shadow(0px 30px 20px rgba(0, 150, 90, 0.4));*/
	-webkit-filter: drop-shadow(5px 5px 69px rgba(79, 190, 196, 0.4));
}


/********************************* Teacher *********************************************/

.tea__item-border {
  position: relative;
}

.tea__item {
  padding: 40px 40px 15px;
}

.tea__item:hover img {
  transform: scale(1.05);
  transition: all .4s ease;
}

.tea__thumb img {
  width: 206px;
  height: 206px;
  border-radius: 50%;
  transition: all .4s ease;
}

.tea__title {
  font-size: 20px;
  font-weight: 600;
}

.tea__content p {
  font-size: 15px;
  line-height: 24px;
}

@media screen and (min-width: 768px){

	.tea__item-border::after {
	  position: absolute;
	  content: "";
	  right: -15px;
	  top: 50%;
	  transform: translateY(-50%);
	  background-color: rgba(3,18,32,.08);
	  width: 1px;
	  height: 340px;
	}

}

@media screen and (min-width: 992px){

	.tea__item-border_2::after {
	  position: absolute;
	  content: "";
	  right: -15px;
	  top: 50%;
	  transform: translateY(-50%);
	  background-color: rgba(3,18,32,.08);
	  width: 1px;
	  height: 340px;
	}

}

@media (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px){
	.tea__item {
	  padding-left: 30px;
	  padding-right: 30px;
	}
}


/*******************************************************************************/

.f-error{
	color: red;
	font-size: 15px;
	/*padding-left: 3.2rem;*/
	display: none;
}

.p-error{
	color: red;
	font-size: 14px;
}

.questions__wrapper .questions-img::before{
		left: 25%;
		height: 50.3rem;
		width: 50.3rem;
	}

@media screen and (min-width: 992px) and (max-width: 1200px){
	.questions__wrapper .questions-img::before{
		left: 11%;
	}
}

@media (max-width: 991.98px){
	.questions__wrapper .questions-img::before {
	  -webkit-transform: scale(0.8) translate(-50%, 0);
	  transform: scale(0.8) translate(-50%, 0);
	  top: 0;
	  left: 43%;
	}
}

@media (max-width: 767.98px){
	.questions__wrapper .questions-img::before {
	  left: 38%;
	}
}



@media (max-width: 400px){
	.questions__wrapper .questions-img::before {
			left: 34%;
	}
}


@media screen and (min-width: 768px){
	.section-heading{
		font-size: 5rem;
	}
}


.blog_single .blog_related__wrapper {
  /*background-color: #f0fcfc;
  background-color: #f0fcf5;*/
  /*background-color: #effbfb;*/
  background-color: #fff;
  padding-top: 6rem !important;
}

.pricing__wrapper__header{
	margin-bottom: 5rem;
}

.next-course-wrapper{
	margin-top: 7rem;
}

.footer-contact.download-buttons{
	margin-right: 0;
}

.footer__info--logo {
  margin-bottom: 2.6rem;
}

.hero .main-heading{
	letter-spacing: 0 !important;
}

.growth__wrapper {
  padding: 13rem 0;
}

@media screen and (max-width: 630px){
	.growth__wrapper .container{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
/****************************************************************/
.texture-img{
	position: absolute;
	left: -38%;
	z-index: 1;
}


/**************************************************************/

.questions .questions__wrapper .card {
  padding-left: 1.2rem;
}

/******************************************************/
.test-instruction{
	text-align: left;
}

.test-instruction p{
	/*font-size: 16px;*/
}

.test-app-video{
	border: 3px solid black;
	border-radius: 20px;
	min-height: 292px;
}

@media screen and (max-width: 576px){
	.test-app-video{
		border: 3px solid black;
		border-radius: 20px;
		min-height: 190px;
	}
}


/***************************************************************/

.sidebar__single p{
	font-size: 14px;
	margin-bottom: 1.5rem;
}

.sidebar__title{
	margin-bottom: 2rem;
	font-size: 25px;
}

/*******************************************************************/
.step__box .content h3 span{
	font-size: 3rem;
}

.step__box .content h3{
	margin-bottom: 1rem;
}

/********************************************************************/

/****************************** Skills and Topic ************************/

.over{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2rem;
	background-color: #fff;
}

.over .icon i{
	font-size: 20px;
}

.over .title{
	margin-top: 3rem;
	font-size: 17px;
}

.skill-list li{
	font-size: 17px;
	margin-bottom: 5px;
	display: flex;
	/*align-items: center;*/
}

.skill-list li i{
	line-height: 1.5;
	color: #459cdb;
}

.topic-list li{
	margin-bottom: 5px;
	font-size: 17px;
	display: flex;
	align-items: center;
}

.topic-list li i{
	line-height: 1.5;
	color: #459cdb;
}


/*****************************************************************/
.comment_form textarea.input-field{
	height: 22rem;
}



/******************************************************************/

.Reg-form .select-field{
	margin-top: 1rem;
}

.Reg-form .select-field .dropdown-info{
	background: #fff;
	border: 4px solid #ffdbe8;
}


.newsletter-2 .newsletter__wrapper::before {
	height: 100% !important;
}

.newsletter__info {
  position: relative;
  bottom: auto;
}

.newsletter__wrapper{
	padding-top: 7rem;
	padding-bottom: 7rem !important;
}

.e_next_date_info{
	padding: 1.5rem 2rem;
	color: #fff;
	border-radius: 2rem;
	/*background: linear-gradient(45deg, #9341d4 0%, #d98efb 100%);*/
	background: linear-gradient(71deg, rgb(101, 147, 245) 0%, rgb(156, 169, 240) 25%, rgb(103, 106, 196) 88%);
}

.i_next_date_info{
	padding: 1.5rem 2rem;
	border-radius: 2rem;
	color: #fff;
	background: linear-gradient(45deg, #1369ec 0%, #65bef4 100%);
}

.a_next_date_info{
	padding: 1.5rem 2rem;
	border-radius: 2rem;
	color: #fff;
	background: linear-gradient(45deg, #19a5a1 0%, #63e8e4 100%);
}
/*****************************************************************/
.video{
	margin-top: 7rem;
	margin-bottom: 5rem;
}

.video__wrapper {
	width: calc(100% - 10rem);
  background-color: #f5f2f2;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin: 0 auto;
  border-radius: 3rem;
}

 @media (max-width: 768px){
	.video__wrapper {
	  width: calc(100% - 5rem);
	  padding: 5rem 2rem;
	}
}	


/***************************************************/


/*************************************************************/
.btn-course-detail {
  border: 1px solid #b7a2a2;
	outline: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
	color: #7f7f7f;
	padding: 4px 30px 4px 30px;
	position: relative;
	transition: all .4s ease;
	background-color: #fff;
}

.pricing__single-1 .btn-course-detail:hover{
  border: 1px solid #bc6eec;
	font-size: 16px;
	color: #bc6eec;
	transform: scale(1.1);
	transition: all .4s ease;
}

.pricing__single-2 .btn-course-detail:hover{
  border: 1px solid #3fa0ff;
	font-size: 16px;
	color: #3fa0ff;
	transform: scale(1.1);
	transition: all .4s ease;
}

.pricing__single-3 .btn-course-detail:hover{
  border: 1px solid #48e2dd;
	font-size: 16px;
	color: #48e2dd;
	transform: scale(1.1);
	transition: all .4s ease;
}


.pricing__single .list ul{
	/*padding-left: 0rem;*/
}

.pricing__single .list li{
	/*text-align: center;*/
	margin-bottom: 2rem;
	line-height: 24px;
}

.pricing__single .list li:last-child{
	margin-bottom: 0rem;
}

.pricing__single .list li i{
	font-size: 1.4rem;
}

.pricing__single-1 .list li i{
	color: #c67af1;
}

.pricing__single-2 .list li i{
	color: #3890f0;
}

.pricing__single-3 .list li i{
	color: #2db7b3;
}

.pricing__single h6{
	font-size: 15px;
}

.switch{
	position: relative;
	display: inline-block;
	width: 79px;
	height: 36px;
	vertical-align: middle;
	margin: 0;
}

.switch .slider{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .4s;
}

.slider.round {
  border-radius: 35px;
}

.slider {
  background: #f74646;
}

.slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 6px;
  bottom: 5px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.round::before {
  border-radius: 50%;
}

ul.switch-toggler-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 63px;
}

ul.switch-toggler-list li a {
  font-size: 18px;
  font-weight: 600;
  color: #a6abbd;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

ul.switch-toggler-list li.active a {
  color: #737789;
}

.switch.off .slider::before {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
}

/**************************************************************/
.test-app-demo{
	height: 490px;
}

.test-app-demo-buttons{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.test-app-demo-buttons a {
  height: auto;
  width: auto;
  padding: 1.3rem 3rem;
  border-radius: 27px;
}

.test-app-demo-buttons a .button-content{
	margin-left: 0;
}

.test-app-demo-buttons a .button-content span{
	font-size: 15px;
}


.student-app-demo{
	height: 490px;
}

.student-app-demo-buttons{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.student-app-demo-buttons a{
	height: auto;
	width: auto;
	padding: 1rem 1.5rem;
	border-radius: 22px;
}

.student-app-demo-buttons a .button-content{
	margin-left: 0;
}

.student-app-demo-buttons a .button-content span{
	font-size: 15px;
}

/***********************************************************/

.modal-dialog-scrollable {
  box-sizing: border-box;
}

.modal-dialog-scrollable .modal-body{
  max-height: calc(100vh - 190px);
  overflow: auto;
}

.cost-modal .modal-header{
	padding: 2rem;
}

.cost-modal .modal-header .close{
	font-size: 25px;
}

.cost-modal .modal-header .modal-title{
	font-size: 18px;
}

.cost-modal .modal-body{
	padding: 2rem;
}

.cost-modal .modal-body p{
	font-size: 14px;
	margin-bottom: 1.5rem;
}

.cost-modal .modal-body ol ul{
	list-style-type: circle;
}

.cost-modal .modal-body ol,
.cost-modal .modal-body ul{
	list-style-position: inside;
}

.cost-modal .modal-body li{
	font-size: 14px;
	margin-bottom: 1rem;
}

.cost-modal .modal-footer{
	padding: 2rem;
}

.cost-modal .modal-footer .btn{
	font-size: 14px;
	padding: .5rem 1.5rem;
}


/********************************************* Credit card Modal *****************************************/

.cc-modal .modal-body{
	padding: 2rem;
}

.cc-modal .modal-body .form-group{
	margin-bottom: 1.5rem;
}

.cc-modal .modal-body .form-group label{
	font-size: 15px;
}

.cc-modal .modal-body .form-group input{
	height: 36px;
	font-size: 15px;
}

.cc-modal .modal-body .form-group select{
	height: 36px;
	font-size: 15px;
}

.cc-modal .modal-close {
	position: relative;
}

.cc-modal .modal-close .close-modal {
	position: absolute;
	cursor: pointer;
	top: -16px;
	right: -11px;
	height: 34px;
	width: 34px;
	background: #fafafa;
	border: 1px solid #3a3f44;
	border-radius: 50%;
	font-size: 11px;
	color: #05080b;
	z-index: 5;
	transition: .4s;
}

.cc-modal .modal-close .close-modal:hover{
	transform: scale(1.1);
}

.cc-modal .modal-body .submitdata {
	font-size: 15px;
	height: 36px;
}


/************************** Success Payment **************************/

.success-modal .modal-body{
	padding: 7rem 2rem 2rem 2rem;
}

.success-modal .modal-close-1 button{
	border: 7px solid #fdfdfd;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	font-size: 20px;
	background-color: #7fcc7f;
	color: #fff;
	position: absolute;
	top: -36px;
}

.success-modal .modal-close .close-modal {
    position: absolute;
    cursor: pointer;
    top: -16px;
    right: -11px;
    height: 34px;
    width: 34px;
    background: #fafafa;
    border: 1px solid #3a3f44;
    border-radius: 50%;
    font-size: 11px;
    color: #05080b;
    z-index: 5;
    transition: .4s;
}


.success-header .success-title{
	color: #7fcc7f;
}

.success-modal .success-body{
	padding: 1rem;
	background-color: #fafafa;
}

.success-modal .success-body ul li span{
	font-size: 16px;
}

.success-modal .success-body ul li .success-title{
	font-size: 17px;
	font-weight: 500;
}

/************************** Failed Payment **************************/

.fail-modal .modal-body{
	padding: 7rem 2rem 2rem 2rem;
}

.fail-modal .modal-close button{
	border: 7px solid #fdfdfd;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	font-size: 20px;
	background-color: red;
	color: #fff;
	position: absolute;
	top: -36px;
	z-index: 5;
}


.fail-header .fail-title{
	color: red;
}


.fail-modal .fail-body{
	padding: 1rem;
	background-color: #fafafa;
}

.fail-modal .fail-body ul li span{
	font-size: 16px;
}

.fail-modal .fail-body ul li .failed-title{
	font-size: 17px;
	font-weight: 500;
}

.fail-buttons a.google-play{
	height: 5rem;
	width: 14rem;
	border-radius: 20px;
}

.download-buttons a .button-content span{
	font-size: 16px;
}

/****************************************************************/


@media screen and (min-width: 500px) and (max-width: 768px){
	.test-app-demo{
		height: 400px;
	}

	.student-app-demo{
		height: 350px;
	}
}

@media screen and (max-width: 500px){
	.test-app-demo {
	  height: 350px;
	}

	.student-app-demo{
		height: 350px;
	}
}

@media screen and (max-width: 420px){
	.test-app-demo {
	  height: 260px;
	}
	.student-app-demo {
  	height: 250px;
	}
}


/******************************* summer-learning ************************************/

.sum-hero .sum-main-subheading{
	margin-bottom: 5rem;
	font-size: 22px;
}

@media screen and (min-width: 992px){
	.hero .sum-main-subheading{
		font-size: calc(1vw + 10px);
	}
}

.summer-learning{
	/*margin-top: 7rem;*/
}

.summer__wrapper{
	background-color: #3dc6c217;
}

.summer-learning .paragraph.d-flex i{
	line-height: 29px;
}

.sum-feature .course-details h4 {
  font-size: 16px;
  line-height: 22px;
}

/*************************************************************/

/*.feature__box .icon {
	width: 24.2rem;
	height: 24.2rem;
	margin: 0 auto;
	border-radius: 50%;
	padding: 1rem;
}*/

@media (max-width: 1200px){
	.sum-feature .feature__box {
	  margin-top: 5rem !important;
	}
}

.sum-feature .feature__box .icon {
	width: 100%;
	height: 21.2rem;
	margin: 0 auto;
	border-radius: 2rem;
	padding: 1rem;
}

.sum-feature .feature__box .icon .lev-title{
	margin-bottom: 0;
	font-size: 20px;
	margin-left: 1rem;
	color: #fff;
	font-weight: 500;
}

.sum-feature .feature__box .icon .dur{
	font-size: 14px;
	color: #fff;
	margin-top: .5rem;
	line-height: 15px;
}

.sum-feature .feature__box .icon .dur.dat{
	line-height: 19px;
}

.sum-feature .may-scheduale{
	color: red;
}

.sum-feature .june-scheduale{
	color: blue;
}

.sum-feature .july-scheduale{
	color: green;
}



/***************************************************************** summer carousel css ****************************************************/

section.topic{
	padding-top: 15rem;
	padding-bottom: 15rem;
}

 .topic .container{
 	padding-left: 30px;
 	padding-right: 30px;
 }

.topic .topic-carousel .card {
		border: none;
		padding: .5rem;
		background-color: #f5f5f5
	}

	.topic .topic-carousel .card .card-body {
		padding: .5rem 0
	}

	.topic .topic-carousel .card .card-body h5 {
		width: calc(100% - 125px);
		font-size: 1.125rem;
		font-weight: 600;
		color: #00031f
	}

	.topic .topic-carousel .card .card-body .progress {
		width: 125px;
		height: .5rem;
		background-color: #ccd2dd
	}

	.topic .topic-carousel .card .card-body .progress .progress-bar {
		background-color: #56e2ba
	}

	.topic .topic-carousel .owl-dots {
		display: none
	}

	.topic .topic-carousel .owl-nav {
		margin: 0
	}

	.topic .topic-carousel .owl-nav .owl-next,
	.topic .topic-carousel .owl-nav .owl-prev {
		position: absolute;
		top: 50%;
		margin: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.topic .topic-carousel .owl-nav .owl-next span,
	.topic .topic-carousel .owl-nav .owl-prev span {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #F5F5F5;
		text-indent: -999px;
		overflow: hidden;
		background-position: center;
		background-repeat: no-repeat;
		box-shadow: 0 0 10px -1px #717171;
	}

	.topic .topic-carousel .owl-nav .owl-next:focus,
	.topic .topic-carousel .owl-nav .owl-next:hover,
	.topic .topic-carousel .owl-nav .owl-prev:focus,
	.topic .topic-carousel .owl-nav .owl-prev:hover {
		background-color: transparent;
		outline: none
	}

	.topic .topic-carousel .owl-nav .owl-prev {
		left: -17px
	}

	.topic .topic-carousel .owl-nav .owl-prev span {
		background-image: url("https://student.englishapp.uk/public/images/icon-owl-prev-pink.png");
		background-size: 11px 20px;
		transition: 1s;
	}

	.topic .topic-carousel .owl-nav .owl-prev span:hover {
		background-image: url("https://student.englishapp.uk/public/images/icon-owl-prev-white.png");
		background-color: #d55b7d;
		box-shadow: 0 0 10px 1px #ffffff;
	}

	.topic .topic-carousel .owl-nav .owl-next {
		right: -17px
	}

	.topic .topic-carousel .owl-nav .owl-next span {
		background-image: url("https://student.englishapp.uk/public/images/icon-owl-next-pink.png");
		background-size: 11px 20px;
		transition: 1s;
	}

	.topic .topic-carousel .owl-nav .owl-next span:hover {
		background-image: url("https://student.englishapp.uk/public/images/icon-owl-next-white.png");
		background-color: #d55b7d;
		box-shadow: 0 0 10px 1px #ffffff;
	}

	.topic .topic-carousel .topic-image-slider a:hover {
		text-decoration: none;
	}

	.topic .topic-carousel .topic_title {
		width: 100% !important;
	}

	.topic .topic-carousel .topic_progress {
		height: .6rem !important;
		width: 100% !important;
		margin-top: 8px;
	}

	.topic .topic-carousel .topic_title {
		font-family: 'myriad-pro', sans-serif;
		font-weight: 600;
		font-size: 18px;
		color: #30475e;
	}


	@media screen and (max-width:1399px) {
		.main .tab__block {
			height: 100%
		}
		.topic .topic-carousel .owl-nav .owl-next {
			right: -17px
		}
		.main.active .tab__block h1 {
			font-size: 2.25rem
		}
		.main.active .tab__block .tab__block_content {
			padding-right: 0
		}
	}

	@media screen and (max-width:1300px) {
		.main .tab__block h1 {
			font-size: 2rem
		}
	}

	@media screen and (max-width:1199px) {
		.main .main__logo {
			padding: 0.5rem 1rem;
		}
		.main .main__content {
			/*padding: 1rem 1rem 3rem*/
		}
		.main .tab__block {
			padding: 1rem 1.25rem
		}
		.main .tab__block h1 {
			font-size: 1.75rem
		}
		.main .tab__block .tab__block_content {
			padding-right: 1rem
		}
		.main .tab__block .list-item .task__name {
			min-width: 145px
		}
		.topic .topic-carousel .owl-nav .owl-next {
			right: -25px
		}
		.topic .topic-carousel .owl-nav .owl-prev {
			left: -25px
		}
	}


.owl-carousel {
		display: none;
		width: 100%;
		-webkit-tap-highlight-color: transparent;
		position: relative;
		z-index: 1
	}

	.owl-carousel .owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
		touch-action: manipulation;
		-moz-backface-visibility: hidden
	}

	.owl-carousel .owl-stage:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}

	.owl-carousel .owl-stage-outer {
		/*padding: 10px;*/
		position: relative;
		overflow: hidden;
		-webkit-transform: translate3d(0px, 0px, 0px)
	}

	.owl-carousel .owl-item,
	.owl-carousel .owl-wrapper {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0)
	}

	.owl-carousel .owl-item {
		position: relative;
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none
	}

	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
	}

	.owl-carousel .owl-dots.disabled,
	.owl-carousel .owl-nav.disabled {
		display: none
	}

	.owl-carousel .owl-dot,
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-prev {
		cursor: pointer;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel button.owl-dot {
		background: none;
		color: inherit;
		border: none;
		padding: 0!important;
		font: inherit
	}

	.owl-carousel.owl-loaded {
		display: block
	}

	.owl-carousel.owl-loading {
		opacity: 0;
		display: block
	}

	.owl-carousel.owl-hidden {
		opacity: 0
	}

	.owl-carousel.owl-refresh .owl-item {
		visibility: hidden
	}

	.owl-carousel.owl-drag .owl-item {
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.owl-carousel.owl-grab {
		cursor: move;
		cursor: -webkit-grab;
		cursor: grab
	}

	.owl-carousel.owl-rtl {
		direction: rtl
	}

	.owl-carousel.owl-rtl .owl-item {
		float: right
	}

	.no-js .owl-carousel {
		display: block
	}

	.owl-carousel .animated {
		-webkit-animation-duration: 1000ms;
		animation-duration: 1000ms;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both
	}

	.owl-carousel .owl-animated-in {
		z-index: 0
	}

	.owl-carousel .owl-animated-out {
		z-index: 1
	}

	.owl-carousel .fadeOut {
		-webkit-animation-name: fadeOut;
		animation-name: fadeOut
	}

	@-webkit-keyframes fadeOut {
		0% {
			opacity: 1
		}
		to {
			opacity: 0
		}
	}

	@keyframes fadeOut {
		0% {
			opacity: 1
		}
		to {
			opacity: 0
		}
	}

	.owl-height {
		-webkit-transition: height 500ms ease-in-out;
		-o-transition: height 500ms ease-in-out;
		transition: height 500ms ease-in-out
	}

	.owl-carousel .owl-item {}

	.owl-carousel .owl-item .owl-lazy {
		opacity: 0;
		-webkit-transition: opacity 400ms ease;
		-o-transition: opacity 400ms ease;
		transition: opacity 400ms ease
	}

	.owl-carousel .owl-item .owl-lazy:not([src]),
	.owl-carousel .owl-item .owl-lazy[src^=""] {
		max-height: 0
	}

	.owl-carousel .owl-item img.owl-lazy {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d
	}

	.owl-carousel .owl-video-wrapper {
		position: relative;
		height: 100%;
		background: #000
	}

	.owl-carousel .owl-video-play-icon {
		position: absolute;
		height: 80px;
		width: 80px;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		background: url("owl.video.play.png") no-repeat;
		cursor: pointer;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		-webkit-transition: -webkit-transform 100ms ease;
		transition: -webkit-transform 100ms ease;
		-o-transition: transform 100ms ease;
		transition: transform 100ms ease;
		transition: transform 100ms ease, -webkit-transform 100ms ease
	}

	.owl-carousel .owl-video-play-icon:hover {
		-webkit-transform: scale(1.3, 1.3);
		-ms-transform: scale(1.3, 1.3);
		transform: scale(1.3, 1.3)
	}

	.owl-carousel .owl-video-playing .owl-video-play-icon,
	.owl-carousel .owl-video-playing .owl-video-tn {
		display: none
	}

	.owl-carousel .owl-video-tn {
		opacity: 0;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		-webkit-transition: opacity 400ms ease;
		-o-transition: opacity 400ms ease;
		transition: opacity 400ms ease
	}

	.owl-carousel .owl-video-frame {
		position: relative;
		z-index: 1;
		height: 100%;
		width: 100%
	}

	.owl-theme .owl-nav {
		margin-top: 10px;
		text-align: center;
		-webkit-tap-highlight-color: transparent
	}

	.owl-theme .owl-nav [class*=owl-] {
		color: #FFF;
		font-size: 14px;
		margin: 5px;
		padding: 4px 7px;
		background: #D6D6D6;
		display: inline-block;
		cursor: pointer;
		border-radius: 3px
	}

	.owl-theme .owl-nav [class*=owl-]:hover {
		background: #d55b7d;
		color: #FFF;
		text-decoration: none
	}

	.owl-theme .owl-nav .disabled {
		opacity: 0.5;
		cursor: default
	}

	.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 10px
	}

	.owl-theme .owl-dots {
		text-align: center;
		-webkit-tap-highlight-color: transparent
	}

	.owl-theme .owl-dots .owl-dot {
		display: inline-block;
		zoom: 1;
		*display: inline
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 5px 7px;
		background: #D6D6D6;
		display: block;
		-webkit-backface-visibility: visible;
		-webkit-transition: opacity 200ms ease;
		-o-transition: opacity 200ms ease;
		transition: opacity 200ms ease;
		border-radius: 30px
	}

	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #869791
	}

/*************************************** Countdown *****************************************/

/*
* 22. countdown styles
*/
.countdown-one {
  padding-bottom: 120px;
}
.countdown-one .become-teacher__form {
  margin-top: -87px;
}
.countdown-one__content {
  /*padding-top: 100px;*/
  padding-top: 35px;
}
.countdown-one__title {
  margin: 0;
  color: #21abd5;
  font-size: 60px;
  font-weight: 700;
  margin-top: -15px;
}
.countdown-one__tag-line {
  margin: 0;
  font-size: 22px;
  color: #666b6d;
  margin-top: 5px;
}
.countdown-one__text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  color: #81868a;
  /*margin-top: 45px;*/
  margin-top: 28px;
  margin-bottom: 50px;
}
.countdown-one__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 0;
  /*margin-top: -10px;*/
  margin-top: 25px;
}
.countdown-one__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
  padding-left: 7px;
  padding-right: 7px;
}
.countdown-one__list li div {
  border: 2px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.countdown-one__list li i {
  line-height: 115px;
  color: #f16101;
  font-size: 40px;
  font-style: normal;
}
.countdown-one__list li span {
  background-color: #f1f1f1;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 41px;
}

.course-one__schedule .owl-nav {
	width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 1.5rem;
}

.course-one__schedule .owl-next {
  width: 100px;
  height: 40px;
  font-size: 15px !important;
  color: #828282 !important;
  outline: none;
/*  position: absolute;
  top: -42px;
  right: 30px;*/
  background-color: #fff !important;
  box-shadow: 0px 0px 14px -2px #aeaeae;
}

/*@media screen and (min-width: 551px) and (max-width: 991px){
	.course-one__schedule .owl-next {
	  top: 71px;
	}
}

@media screen and (max-width: 550px){
	.course-one__schedule .owl-next {
	  top: 5px;
	}
}*/

.course-one__schedule .owl-prev {
  width: 100px;
  height: 40px;
  outline: none;
  font-size: 15px !important;
  color: #828282 !important;
/*  position: absolute;
  top: -42px;
  right: 150px;*/
  background-color: #fff !important;
  box-shadow: 0px 0px 14px -2px #aeaeae;
}

/*@media screen and (min-width: 551px) and (max-width: 991px){
	.course-one__schedule .owl-prev {
	  top: 71px;
	}
}

@media screen and (max-width: 550px){
	.course-one__schedule .owl-prev {
	  top: 5px;
	}
}*/

.course-one__schedule .owl-nav [class*="owl-"]:hover {
  color: #012237 !important;
}

/********************************************************************/

