/*
Template Name: 
Document: Main Style Sheet
Author: 
Author URL: 
---------
CSS INDEX
---------
01 |>- RESET
   - f7-icons
   - css vars
   - essential classes

02 |>- page-content
03 |>- page-header
04 |>- page-auth
05 |>- page-walkthrough
06 |>- page-categories
07 |>- home pages
08 |>- page-profile
09 |>- page-search
10 |>- page-notification
11 |>- page-all-categories
12 |>- page-course-list
13 |>- the-filter
14 |>- course-single
15 |>- page-faq
16 |>- become a member
17 |>- page-feedback
18 |>- page-teacher
19 |>- page-all-pages
20 |>- page-live-class
22 |>- 404


/* ============ */
/* RESET START
/* ============ */
/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	max-width: 768px;
	margin: 0 auto;
}

/* f7-icons */
@font-face {
	font-family: 'Framework7 Icons';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Framework7Icons-Regular.woff2') format('woff2'),
	url('../fonts/Framework7Icons-Regular.woff') format('woff'),
	url('../fonts/Framework7Icons-Regular.ttf') format('truetype');
}

.f7-icons {
	font-family: 'Framework7 Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: 'liga';
	-moz-font-feature-settings: 'liga=1';
	-moz-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	text-align: center;
}

/* css vars */
:root {
	--theme-color: #42C6A5;
	--theme-bg: #fff;
	--theme-dark-shade: #33354E;
	--color-white: #fff;
	--color-white-x: #fff;
	--color-black: #000;
	--color-black-x: #000;
	--color3-to-white: #333;
	--color37-to-white: #373737;
	--profile-icon-bg: #F0FFFB;
	--black-to-9: #000;
	--white-to-theme: #fff;
	--theme-to-white: var(--theme-color);
	--border-c05-to-4C: rgba(219, 219, 219,.9);
	--color-F6F5FB-to-4C: #F6F5FB;
	--color-white-to-19: #fff;
	--color37-to-a1: #373737;
	--become-member-bg: #8CC6AB;
	--review-card-bg: #33354E;
	--live-class-bg: #C5C7D1;
	--cate-v2-bg: #EBF3EF;
	--cate-inner-bg: #EBF3EF;
	--cate-selected-bg: #373737;
	--cate-inner-border: transparent;
	--color-white-to-43: #fff;
	--dark-to-theme: #33354E;
	--white-to-dark: #fff;
	--black-to-E5: #000;
	--white-to-18: #fff;
	--course-chapters-bg: #FAF9FE;
	--color-E5-to-4C: #E5E5E5;
	--pro-type-bg: #33354E;
	--check-icon: inset 0 0 0 1px #373737;
	--walkthroughr-active-bg: #33354E;
	--goBack-bg: #F6F5FB;
	--goBack-bg2: #fff;
	--colorDB-to-42: #DBDBDB;
	--page-name-border: #E7E7E7;
	--current-topic-bg: #F0FFFB;
	--course-content-border-top:#E5E5E5;
	--dots: #646D82;
	--infobbar-border: #E5E5E5;
	--textarea-bg: #F6F5FB;
	--comment-form-border: #E5E5E5;
	--faq-title-bg: #F6F5FB;
	--faq-title-border: transparent;
	--faq-card-bg: #EBF3EF;
	--faq-form-border: #D9D9D9;
	--Bcome-member-bg: #8CC6AB;
	--rating-summary-bg: #33354E;
	--social-contact-bg: #E9F6FF;
	--social-contact-border: transparent;
	--color97-to-white: #979797;
	--colorF9-to-4C: #F9F9F9;
	--rating-btns-border: #EEF0FB;
	--c-to-43: #ccc;
	--home4-bg: #FAF9FE;
	--colorA1-to-43: #A1A1A1;
	--home5-search-bg: #F6F5FB;
	--file-card-border: rgba(219, 219, 219, .9);
	--course-list-border: #E5E5E5;
	
	--bg-all-pages: url(../img/bg/all-pages.svg) no-repeat top left / cover;
	--login-bg: url(../img/bg/login-bg.svg) no-repeat center center / cover;
	--notify-bg: url(../img/bg/notification-bg.svg) no-repeat center center / cover;
	--home6-bg: url(../img/bg/home6-bg.svg) no-repeat center center / cover;
	--search2-bg: url(../img/bg/search2-bg.svg) no-repeat center center / cover;
}

:root .theme-dark {
	--theme-bg: #242526;
	--theme-dark-shade: #191919;
	--color-white-to-19: #191919;
	--color-white: #000;
	--color-black: #fff;
	--profile-icon-bg: var(--theme-dark-shade);
	--black-to-9: #999;
	--white-to-theme: var(--theme-color);
	--theme-to-white: var(--color-white-x);
	--border-c05-to-4C: #4C4C4C;
	--color3-to-white: var(--color-white-x);
	--color-F6F5FB-to-4C: #4C4C4C;
	--color37-to-white: var(--color-white-x);
	--color37-to-a1: #A1A1A1;
	--become-member-bg: #181A1B;
	--review-card-bg: #4B4B4B;
	--live-class-bg: #4B4B4B;
	--cate-v2-bg: #242526;
	--cate-inner-bg: #242526;
	--cate-selected-bg: #181818;
	--cate-inner-border: #424242;
	--color-white-to-43: #434343;
	--dark-to-theme: #42C6A5;
	--white-to-dark: #242526;
	--black-to-E5: #E5E5E5;
	--white-to-18: #181818;
	--course-chapters-bg: #242526;
	--color-E5-to-4C: #4C4C4C;
	--pro-type-bg: #181818;
	--check-icon: inset 0 0 0 1px #424242;
	--walkthroughr-active-bg: #42C6A5;
	--goBack-bg: #4B4B4B;
	--goBack-bg2: #4B4B4B;
	--colorDB-to-42: #424242;
	--page-name-border: #2F2F30;
	--current-topic-bg: #434343;
	--course-content-border-top: #2F2F30;
	--dots: #fff;
	--infobbar-border: #2F2F30;
	--textarea-bg: #434343;
	--comment-form-border: #2F2F30;
	--faq-title-bg: transparent;
	--faq-title-border: #424242;
	--faq-card-bg: #434343;
	--faq-form-border: #424242;
	--Bcome-member-bg: #181A1B;
	--rating-summary-bg: #4B4B4B;
	--social-contact-bg: transparent;
	--social-contact-border: #424242;
	--color97-to-white: #fff;
	--colorF9-to-4C: #4C4C4C;
	--rating-btns-border: #2F2F30;
	--c-to-43: #434343;
	--home4-bg: #242526;
	--colorA1-to-43: #434343;
	--home5-search-bg: #181818;
	--file-card-border: #424242;
	--course-list-border: #2F2F30;
	
	--bg-all-pages: url(../img/bg/all-pages-dark.svg) no-repeat top left / cover;
	--login-bg: url(../img/bg/login-bg-dark.svg) no-repeat center center / cover;
	--notify-bg: url(../img/bg/notification-bg-dark.svg) no-repeat center center / cover;
	--home6-bg: url(../img/bg/home6-bg-dark.svg) no-repeat center center / cover;
	--search2-bg: url(../img/bg/search2-bg-dark.svg) no-repeat center center / cover;
}

/* essential classes */
.theme-color {color: var(--theme-color) !important}
.theme-bg {background: var(--theme-color) !important}
.px-24 {padding-left: 24px !important;padding-right: 24px !important;}
.p-0 {padding: 0 !important;}
.m-0 {margin: 0 !important;}
.no-pseudo::before,
.no-pseudo::after {display: none !important}
.no-bg {background: transparent !important}
.no-border {border: none !important}
.no-shadow {box-shadow: none !important}
.posr {position: relative}
.ws-normal {white-space: normal !important;}
.bg-white {background: var(--theme-bg) !important;}
.bg-white-x {background: #fff !important;}
.d-flex {display: flex !important}
.flex-wrap {flex-wrap: wrap !important;}
.flex-start {justify-content: flex-start !important}
.flex-end {justify-content: flex-end !important}
.jc-c {justify-content: center !important}
.jc-sb {justify-content: space-between !important}
.ai-c {align-items: center !important}
.ai-b {align-items: baseline !important}
.flex-row {flex-direction: row !important}
.ul-li {padding: 0;margin: 0;}
.ul-li li {list-style-type: none}
.button {text-transform: unset !important}
.text-center {text-align: center}
.fw-3 {font-weight: 300;}
.fw-4 {font-weight: 400;}
.fw-5 {font-weight: 500;}
.fw-7 {font-weight: 700;}
.fw-9 {font-weight: 900;}
.d-none {display: none !important;}
.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.goBacke-btn {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--goBack-bg);
}

.goback-bg2 {background: var(--goBack-bg2);}
/* ============ */
/* RESET END
/* ============ */

/* page-content start */
.page .page-content {padding: 0 0 120px;}
.page.no-toolbar .page-content {padding-bottom: 0;}
.page-walkthrough .page-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	padding: 30px 0 !important;
}

.page-walkthrough-v2 .page-content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 30px 0 !important;
}

.page-categories .page-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 30px 0;
}

.page-all-pages .page-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.page-walkthrough-v2 .page-content {padding: 24px}
.page-categories-v2 .page-content {
	background: var(--cate-v2-bg);
	overflow-x: hidden;
}

.page-walkthrough-v2 .swiper-slide img {height: 237px}
.page-faq .page-content {padding-bottom: 30px}
.sheet-modal.the-filter .page-content {
	padding: 26px 24px 70px !important;
	box-sizing: border-box;
	margin: 0 !important;
}
.course-chapters .page-content {background: var(--course-chapters-bg)}
.page-become-member .page-content {background: var(--Bcome-member-bg)}
.page-become-member .page-content::before {
	position: fixed;
	content: '';
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0001)), color-stop(99.99%, rgba(23, 82, 83, .48)), to(rgba(255,255,255,.48)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.0001) 0%, rgba(23, 82, 83, .48) 99.99%, rgba(255,255,255,.48) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(23, 82, 83, .48) 99.99%, rgba(255,255,255,.48) 100%);
	bottom: 0;
	left: 0;
	z-index: -1;
}

.theme-dark .page-become-member .page-content::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.9%, #175253), to(rgba(0, 0, 0, 0.0001)));
	background: -o-linear-gradient(top, #FFFFFF 0%, #175253 0.9%, rgba(0, 0, 0, 0.0001) 100%);
	background: linear-gradient(180deg, #FFFFFF 0%, #175253 0.9%, rgba(0, 0, 0, 0.0001) 100%);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	opacity: 0.48;
}

.page-become-member-v3 .page-content {
	padding: 30px 24px !important;
	background: url(../img/bg/b-member-3.png) no-repeat left top / cover;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-v4 .page-content {background: var(--home4-bg);}
/* page-content end */

/* page-header start */
.page-auth.page-login .page-header,
.page-auth.page-signup .page-header {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.page-signup .page-header {min-height: 140px}

.page-login .page-header {
	min-height: 220px;
	background: var(--login-bg);
}
.page-categories .page-header {
	padding: 24px 18px 0 25px;
	box-sizing: border-box;
}
.page-categories-v2 .page-header {
	padding: 60px 24px 24px;
	margin-bottom: 15px;
}
.page-home .page-header,
.page-profile .page-header {padding: 50px 24px 0}
.search-2 .page-header {
	min-height: 120px;
	background: var(--search2-bg);
	padding: 51px 0 0;
	box-sizing: border-box;
}
.page-all-categories .page-content .page-header,
.page-all-courses .page-content .page-header,
.page-faq .page-content .page-header {padding: 50px 24px 0;}
.page-become-member .page-content .page-header {padding: 30px 24px 0;}
.page-course-list.course-list-1 .page-header {
	background: url(../img/bg/course-list.svg) no-repeat right top / cover;
	min-height: 212px;
	overflow: hidden;
	border-radius: 0 0 0 50px;
	padding: 55px 24px 38px;
	box-sizing: border-box;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.page-course-list.course-list-2 .page-header {
	background: url(../img/bg/course-list-v2.svg) no-repeat center center / cover;
	min-height: 200px;
	overflow: hidden;
	border-radius: 0 0 50px 50px;
	padding: 55px 24px 38px;
	box-sizing: border-box;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.single-course-thumb .page-header {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	padding: 24px;
	box-sizing: border-box;
}

.course-chapters .page-header {
	padding: 40px 24px 100px;
	background: url(../img/bg/course-chapers.svg) no-repeat right top / 342px 343px, #CBD2F7;
	position: relative;
	z-index: 1;
}

.page-become-member .page-header {margin-bottom: 7px}
.page-become-member-v2 .page-header {
	padding: 60px 24px 50px;
	background: url(../img/bg/bcome-member-bg.svg) no-repeat left top / contain, #84D0AC;
	color: var(--color-white-x);
}

.page-teacher .page-header {
	height: 175px;
	position: relative;
	z-index: 1;
	background: #84CEAA;
}

.page-teacher .page-header::before,
.page-feedback .page-header::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/bg/teacher-profile-header.png) no-repeat top left / contain;
	top: 0;
	left: 0;
	z-index: -1;
}

.page-feedback .page-header::before {background: url(../img/bg/feedback-header.png) no-repeat top left / contain;}

.page-feedback .page-header {
	padding: 50px 0 40px;
	position: relative;
	z-index: 1;
	background: #84CEAA;
}

.page-all-pages .page-content .page-header {
	background: var(--bg-all-pages);
	padding: 40px 24px 80px;
}

.page-live-class .page-header {
	position: absolute;
	top: 60px;
	left: 24px;
	width: calc(100% - 48px);
	z-index: 2;
}

.home-v6 .page-header {
	padding: 55px 24px 32px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	background: var(--home6-bg);
}
/* page-header end */

/* page-auth start */
.page-login .page-header h1 {margin-bottom: 55px}
.page-signup .page-header h1 {margin-top: 20px}
.page-auth h1 {
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	color: var(--color37-to-white);
	margin: 0;
	box-sizing: border-box;
}

.auth-form {padding: 0 24px}

.page-login .auth-form {
	max-width: 100%;
	padding: 0 40px;
}

.form-block, .form-block .item-inner {padding: 0 !important;}
.form-block + .form-block {margin-top: 27px !important;}

.form-block label {
	font-weight: 700;
	font-size: 10px;
	color: #A1A1A1;
}

.form-block input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
	width: 100%;
	padding: 10px 0 5px;
	color: var(--color-black);
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid var(--color-E5-to-4C);
}

.page-login .item-input-wrap.posr i {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 22px;
	cursor: pointer;
	color: var(--color37-to-a1);
}

.page-auth .auth-btn {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: var(--color-white-x);
	background: var(--theme-color);
	padding: 14px 0;
	border-radius: 25px;
	text-align: center;
	cursor: pointer;
	margin-top: 35px;
}

.form-block input:not([type="radio"]):not([type="checkbox"]):not([type="file"])::-webkit-input-placeholder {color: var(--color-black) !important;font-weight: 700;}
.form-block input:not([type="radio"]):not([type="checkbox"]):not([type="file"])::-moz-placeholder {color: var(--color-black) !important;font-weight: 700;}
.form-block input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):-ms-input-placeholder {color: var(--color-black) !important;font-weight: 700;}
.form-block input:not([type="radio"]):not([type="checkbox"]):not([type="file"])::placeholder {color: var(--color-black) !important;font-weight: 700;}
.form-block input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus::-webkit-input-placeholder {opacity: 0;}
.form-block input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus::-moz-placeholder {opacity: 0;}
.form-block input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus:-ms-input-placeholder {opacity: 0;}
.form-block input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus::placeholder {opacity: 0;}

.social-auth p {
	font-size: 12px;
	color: var(--color37-to-a1);
	padding: 29px 0 10px;
	margin: 0;
}

.social-auth a {
	display: inline-flex !important;
	align-items: center;
	width: calc(50% - 8px);
	justify-content: space-around;
	background: #F3F3F3;
	padding: 13px;
	border-radius: 25px;
	box-sizing: border-box;
}

.social-auth a + a {margin-left: 16px;}

.social-auth a span {
	font-size: 14px;
	color: var(--color-black-x);
}

.page-auth.page-signup .social-auth a {
	justify-content: flex-start;
	padding: 13px 25px;
}

.page-auth.page-signup .social-auth a span {
	display: inline-block;
	margin-left: 15px;
}

.page-auth .block-footer > p {
	font-size: 16px;
	color: #999;
	margin-top: 30px !important;
	margin-bottom: 15px !important;
}

.page-auth .block-footer > p a {
	font-weight: 700;
	color: var(--theme-color);
}

#student,
#tutor {display: none;}

.form-block label.radio {
	padding: 16px 16px 18px;
	border-radius: 5px;
	background: #EBF3EF;
	width: calc(50% - 8px);
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	margin: 3px 0 0;
	box-shadow: inset 0 0 0 0 transparent;
}

.theme-dark .form-block label.radio {
	box-shadow: inset 0 0 0 1px #424242;
	background: transparent;
}

.page-signup .form-block [type="radio"]:checked + label.radio {
	background: var(--pro-type-bg);
	box-shadow: inset 0 0 0 0 transparent;
}

.form-block label.radio p {
	font-size: 14px;
	color: var(--color-black);
	margin: 30px 0 0;
	font-weight: 400;
}

.form-block label.radio > span {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-black);
}

.page-signup .form-block [type="radio"]:checked + label.radio p,
.page-signup .form-block [type="radio"]:checked + label.radio > span {color: var(--color-white-x)}

.check-icon {
	position: absolute;
	width: 27px;
	height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	box-shadow: var(--check-icon);
	top: 13px;
	right: 13px;
}

.check-icon span {
	display: none;
	font-size: 16px;
	font-weight: bold;
	color: var(--theme-color)
}

.page-signup .form-block [type="radio"]:checked + label.radio .check-icon {
	background: var(--color-white-x);
	box-shadow: inset 0 0 0 1px transparent;
}

.page-signup .form-block [type="radio"]:checked + label.radio .check-icon span {display: block}
/* page-auth end */

/* page-walkthrough start */
.page-walkthrough .page-content > h1 {
	font-size: 32px;
	line-height: 37px;
	font-weight: 900;
	color: var(--color37-to-white);
	padding: 0 35px;
	margin-bottom: 0;
	box-sizing: border-box;
}

.page-walkthrough .page-content > p {
	font-size: 14px;
	line-height: 20px;
	color: var(--color37-to-a1);
	padding: 0 50px 0 35px;
	margin-bottom: 55px;
	box-sizing: border-box;
}

.page-walkthrough .swiper-slide {justify-content: flex-start !important}
.slider-footer {
	position: relative;
	margin-top: 30px;
}

.page-walkthrough-v2 .slider-footer {margin-top: 30px}
.page-walkthrough-v2 .walkthrough-slider .swiper-pagination {
	left: 50% !important;
	transform: translate(-50%, -50%);
	text-align: center;
}

.page-walkthrough-v2 .walkthrough-slider .swiper-slide h2 {
	font-size: 32px;
	line-height: 41px;
	font-weight: 900;
	color: var(--color37-to-white);
	margin: 30px 0 0;
}

.page-walkthrough-v2 .walkthrough-slider .swiper-slide p {
	font-size: 14px;
	line-height: 21px;
	color: var(--color37-to-a1);
	margin-bottom: 0;
}

.walkthroughskip {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 25px 0 0 25px;
	position: absolute;
	right: 0;
	top: 50% !important;
	transform: translateY(-50%);
	
	font-size: 18px;
	font-weight: 700;
	color: var(--color-white-x);
	background: var(--theme-color);
}

.slider-footer .swiper-pagination {
	inset: initial !important;
	left: 35px !important;
	top: 50% !important;
	transform: translateY(-50%);
	width: auto;
	text-align: left;
}

.slider-footer .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background: #ECECEC;
	margin-right: 8px;
	transition: all .3s ease
}

.slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 26px;
	background: var(--walkthroughr-active-bg);
}
/* page-walkthrough end */

/* page-categories start */
.page-categories .page-header > h1 {
	font-size: 24px;
	font-weight: 900;
	color: var(--color37-to-white);
	margin: 24px 0 23px;
}

.page-categories .the-page-content {
	padding: 0 18px 70px 25px;
	box-sizing: border-box;
}

.page-categories-v2 .the-page-content {padding-bottom: 160px;}

.c-row-1 .swiper-container,
.c-row-2 .swiper-container,
.c-row-3 .swiper-container {
	margin: unset;
	overflow: visible;
}
.c-row-1 .swiper-slide,
.c-row-2 .swiper-slide,
.c-row-3 .swiper-slide {
	width: 104px !important;
	height: 104px !important;
	margin-top: 7px;
	margin-bottom: 7px;
}

.current-click {
	background: var(--theme-color);
	color: var(--color-white);
}

.category-cards {
	margin: 0 -6.5px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.category-card-inner {
	width: calc(33.33% - 13px);
	height: 133px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	padding: 15px;
	margin: 7px 6.5px;
	box-sizing: border-box;
	background: var(--cate-inner-bg);
	border-radius: 8px;
	position: relative;
	box-shadow: inset 0 0 0 1px var(--cate-inner-border);
}

.categories-v2 .category-card-inner {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: var(--theme-bg);
	transform: rotate(28deg);
	padding: 15px 20px;
	margin: 0;
}

.category-card-inner img {
	position: absolute;
	left: 50%;
	top: 36%;
	transform: translate(-50%, -50%);
	transition: all .3s ease;
}

.category-card-inner img + img {
	opacity: 0;
	visibility: hidden;
}

.category-card-inner span {
	font-size: 14px;
	font-weight: 700;
	color: var(--color37-to-a1);
	margin-bottom: 8px;
}

.categories-v2 .category-card-inner span {font-size: 12px}

.category-card-inner.selected {
	background: var(--cate-selected-bg);
	box-shadow: inset 0 0 0 1px var(--cate-selected-bg);
}

.category-card-inner.selected img {
	opacity: 0;
	visibility: hidden;
}

.category-card-inner.selected img + img {
	visibility: visible;
	opacity: 1;
}

.category-card-inner.selected span {color: var(--color-white-x)}

.page-categories .fab {
	width: 100%;
	padding: 0 35px 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.page-categories .fab a,
.page-categories-v2 .fab a {
	width: 100%;
	height: unset;
	display: block;
	font-size: 16px;
	font-weight: 700;
	background: var(--theme-color);
	color: var(--color-white-x);
	text-align: center;
	padding: 12px 0;
	border-radius: 25px;
	box-shadow: none;
}

.page-categories-v2 .page-header h1 {
	font-size: 24px;
	font-weight: 900;
	line-height: 28px;
	color: var(--color37-to-white);
	margin-top: 45px;
}

.page-categories-v2 .category-cards {
	flex-wrap: nowrap;
	margin: 0;
	margin-bottom: 5px;
	box-sizing: initial;
	width: 472px;
	position: relative;
	left: 50%;
	transform: translateX(-48%) rotate(-28deg);
}

.categories-v2 .category-card-inner img {
	display: block;
	margin: 0 auto;
}

.categories-v2 .category-card-inner.web-designing img {
	width: 25px;
	transform: translate(-50%, calc(-50% - 5px));
}

.categories-v2 .category-card-inner.mobile-design img {
	width: 15px;
	transform: translate(-50%, calc(-50% - 5px));
}

.categories-v2 .category-card-inner.threeD img {
	width: 29px;
	transform: translate(-50%, calc(-50% - 5px));
}

.categories-v2 .category-card-inner.drawing img {
	width: 31px;
	margin-left: 5px;
}

.c-row-1 {margin-left: 15px !important}
.c-row-2 {margin-left: 10px !important}

.page-categories-v2 .fab {
	width: 100%;
	padding: 0 24px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.cate-count {
	display: inline-block;
	background: #C7E7DF;
	border-radius: 24px;
	color: #0D1018;
	font-size: 16px;
	font-weight: 700;
	width: 90px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}

.page-categories-v2 .fab a {
	width: calc(100% - 106px) !important;
	margin: 0 0 0 16px !important;
	display: inline-block;
}
/* page-categories end */

/* home pages start */
.the-page-title > p {
	font-size: 26px;
	font-weight: 700;
	color: var(--color-black);
	margin: 0;
}

.the-page-title > span {
	font-size: 14px;
	color: #A1A1A1;
}

.page-header-icon-right {
	display: inline-block !important;
	position: relative;
}

.page-header-icon-right i {color: var(--color-black)}
.page-header-icon-right.theme-mode i {font-size: 22px;	}

.page-header-icon-right > span {
	position: absolute;
	top: 4px;
	right: 2px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	box-shadow: 0 0 0 1px var(--color-white);
	background: #FC2626;
}

.featured-area {padding: 0 24px}

.home-v2 .page-header h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 900;
	color: var(--color37-to-white);
	margin: 20px 0 28px;
}

.home-v2 .page-header h1 span {display: block;}
.home-v3 .page-header h1 {
	font-size: 32px;
	font-weight: 900;
	line-height: 41px;
	color: var(--color-black);
}

.featured-box {
	padding: 18px 20px 25px 16px;
	margin-top: 28px;
	background: url(../img/featured-image.png) no-repeat center center;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
}

.home-v6 .featured-box {margin-top: 12px}
.featured-box > h2 {margin: 0 0 14px}

.featured-box > h2 > a {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: var(--color-white-x);
}

.featured-box > h2 > a > span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.featured-box > p,
.featured-box > p > a {
	font-size: 10px;
	color: var(--color-white-x);
	margin: 0;
}

.featured-box > img {
	display: inline-block;
	transform: translateY(12px);
}

.featured-box > a {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-black-x);
	background: var(--color-white-x);
	display: inline-block;
	padding: 6px 16px;
	border-radius: 20px;
}

.featured-slider {margin: 24px -24px 0;}

.play-btn > span {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: var(--theme-color);
	color: var(--color-white-x);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 6px;
}

.title {
	width: calc(100% - 40px);
	margin-left: 15px;
}

.title > h2 {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: var(--color-black);
}

.title > p {
	font-size: 12px;
	color: #A1A1A1;
	margin: 6px 0 0;
}
.title > p > img {
	display: inline-block;
	transform: translateY(2px);
	margin-right: 4px;
}

.featured-title {margin-top: 10px;}
.featured-slider .swiper-slide:first-of-type,
.category-section .swiper-slide:first-of-type,
.top-search-slider .swiper-slide:first-of-type,
.review-slider .swiper-slide:first-of-type,
.top-picks-slider .swiper-slide:first-of-type,
.popular-course-slider .swiper-slide:first-of-type {margin-left: 24px;}
.category-section .swiper-slide:last-of-type,
.top-search-slider .swiper-slide:last-of-type,
.review-slider .swiper-slide:last-of-type,
.top-picks-slider .swiper-slide:last-of-type,
.popular-course-slider .swiper-slide:last-of-type {margin-right: 24px !important;}
.featured-slide {width: 248px;}
.featured-slider .swiper-slide {
	justify-content: flex-start !important;
	width: 248px !important;
}

.featured-thumb img {border-radius: 8px}
.section-header,
.popular-courses-list {padding: 0 24px;}
.section-header h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: var(--color-black);
}

.course-single-2 .popular-courses-section .section-header {
	margin-top: 8px !important;
	margin-bottom: 13px !important;
}

.home-v3 .popular-courses-section .section-header {margin-bottom: 10px !important;}

.course-single-2 .popular-courses-section .section-header h2 {
	border-top: 1px solid var(--course-content-border-top);
	padding-top: 23px;
}

.section-header .button {
	color: var(--color-white-x);
	background: var(--theme-color);
	font-size: 12px;
	font-weight: 700;
	border-radius: 13px;
	padding: 10px 13px;
}

.category-section {
	border-top: 1px solid var(--border-c05-to-4C);
	margin-top: 17px;
	padding-top: 17px;
}

.category-section .section-header {margin-bottom: 3px;}

.category-section .swiper-slide,
.category-wrapper {
	width: 154px !important;
	height: 116px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-radius: 10px;
	margin: 8px 0;
}

.category-section .swiper-slide a.category-slide {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 0 18px 15px;
	box-sizing: border-box;
}

.category-section .swiper-slide {margin: 0;}
.category-wrapper {width: calc(50% - 8px) !important;}
.category-wrapper:nth-of-type(odd) {margin-right: 8px;}
.category-wrapper:nth-of-type(even) {margin-left: 8px;}

.search-2 .category-wrapper {
	width: calc(50% - 18px) !important;
	height: 126px;
	margin: 8px 9px;
}

.category-name {
	position: absolute;
	left: 15px;
	bottom: 18px;
}

.category-slide p,
.category-name p {
	font-size: 16px;
	font-weight: 900;
	color: var(--color-white-x);
	margin: 0;
}

.popular-courses-section .section-header {
	margin: 16px 0 1px;
}

.popular-courses-list ul li + li {
	border-top: 1px solid var(--course-list-border);
	padding-top: 24px;
	margin-top: 24px;
}

.page-all-courses .popular-courses-list ul li + li,
.home-v5 .popular-courses-list ul li + li {
	border: none;
	padding-top: 0;
	margin-top: 28px;
}

.page-all-courses .popular-courses-list ul li:last-of-type {padding-bottom: 30px}

.popular-courses-list .item-media > i {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 23px;
	height: 21px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-white-x);
	color: #C3C3C3;
	font-size: 14px;
	padding-top: 1px;
	box-sizing: border-box;
	z-index: 9;
}

.popular-courses-list .item-media > i.faved {color: #FC2626}
.popular-courses-list .item-media img {border-radius: 8px;}
.course-list-v2.popular-courses-list .item-media > span {
	display: inline-block;
	background: var(--color-white-x);
	border-radius: 8px;
	position: absolute;
	top: 5px;
	right: 4px;
	padding: 4px 10px 4px 6px;
	box-sizing: border-box;
}

.course-list-v2.popular-courses-list .item-media > span > i {
	color: #FC2626;
	font-size: 12px;
}

.course-list-v2.popular-courses-list .item-media > span > span {
	font-size: 10px;
	font-weight: 700;
	color: var(--color-black-x);
	margin-left: 4px;
}

.popular-courses-list.media-list .item-title {
	font-size: 16px;
	line-height: 24px;
	color: var(--color-black);
	font-weight: 700;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-width: initial;
}

.page-all-courses .popular-courses-list.media-list .item-title,
.home-v5 .popular-courses-list.media-list .item-title {-webkit-line-clamp: 1}
.popular-courses-list.media-list .item-link .item-inner {margin-left: 12px;}
.popular-courses-list .item-subtitle {margin: 4px 0 7px;align-items: center !important;}	
.popular-courses-list .item-subtitle span,
.popular-courses-list .course-duration,
.popular-courses-list .course-duration i {
	font-size: 12px;
	color: #A1A1A1;
}

.popular-courses-list .course-duration {
	display: inline-block;
	margin-left: 16px;
}

.popular-courses-list .item-inner .course-duration i {
	display: inline-block;
	font-size: 16px;
	transform: translateY(2px);
}

.popular-courses-list .item-inner .price {
	font-size: 18px;
	font-weight: 700;
	color: var(--theme-color);
}

.course-list-v2.popular-courses-list .item-inner .price {color: var(--color-black)}
.popular-courses-list .item-inner .live-class {
	font-size: 10px;
	font-weight: 700;
	color: var(--color-white-x);
	background: var(--live-class-bg);
	padding: 5px 12px 4px;
	border-radius: 11px;
	display: inline-block;
	transform: translateY(-4px);
}

.popular-courses-list .item-inner .review {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-black);
	display: inline-block;
	margin-left: 13px;
}

.popular-courses-list .item-inner .review i {
	color: #FBB344;
	font-size: 16px;
}

.home-menu {
	height: 80px;
	background-color: transparent !important;
	backdrop-filter: unset !important;
	bottom: 15px;
	left: 24px;
	width: calc(100% - 48px);
}

.home-menu .toolbar-inner {
	box-shadow: none;
	background: var(--theme-dark-shade);
	border-radius: 16px;
	padding: 0;
	box-shadow: 0 20px 30px -5px rgba(0,0,0,.3);
}

.home-menu a {
	flex-basis: 33.33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 18px 0 15px;
	color: #fff !important;
	transition: all .3s ease;
	position: relative;
	z-index: 1;
}

.home-menu a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: calc(100% + 1.5px);
	background: transparent;
	border-radius: 14px 16px 16px 14px;
	top: -.5px;
	left: 0;
	z-index: -1;
	transition: all .3s ease;
}

.home-menu a.item-selected::before {background: var(--theme-color);}

.home-menu a span {
	font-size: 12px;
	font-weight: 700;
	padding-top: 7px;
	box-sizing: border-box;
}
.aurora .toolbar-bottom-aurora.toolbar-hidden,
.ios .toolbar-bottom-ios.toolbar-hidden,
.md .toolbar-bottom-md.toolbar-hidden,
.toolbar-bottom.toolbar-hidden {transform: translate3d(0,calc(100% + 44px),0)}

.journey-timeline > h2 {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-black);
	padding: 0 24px;
	margin-top: 24px;
}

.the-timeline {
	box-sizing: border-box;
	padding: 0 25px;
}

.the-timeline ul {
	width: calc(100% - 56px);
	box-sizing: border-box;
}

.the-timeline li + li {margin-top: 16px}

.timeline-card {
	height: 116px;
	border-radius: 8px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: var(--color-white-x);
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}

.progress-num {
	font-size: 10px;
	font-weight: 400;
	display: block;
	text-align: right;
	position: absolute;
	bottom: 25px;
	right: 20px;
}

.timeline-card > p {
	font-size: 16px;
	font-weight: 900;
	line-height: 24px;
	width: 60%;
	margin: 0 0 8px;
}

.timeline-card .progressbar {
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 16px;
	right: 20px;
	width: calc(100% - 40px);
}

.overview-wrapper {
	width: 56px;
	z-index: 1;
}

.progress-overview {
	position: absolute;
	top: 12%;
	left: 20px;
	width: 1px;
	height: 76%;
	background: #ccc;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
}

.completion-bar {
	position: absolute;
	width: 1px;
	height: 50%;
	top: 0;
	left: 0;
	background: var(--theme-color);
}

.progress-overview span {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	display: block;
	background: var(--c-to-43);
	position: relative;
	z-index: 2;
}

.progress-overview span.course-finished {background: var(--theme-color)}

.progress-overview span > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.course-finished {background: var(--theme-color)}
.progress-overview span.course-running > img {left: calc(50% + 1px)}
.progress-overview span.course-coming > img {top: calc(50% - 1px)}
.home-v2 .home-menu {margin-top: 26px}
.top-picks-slider .swiper-container {padding-bottom: 41px;}
.top-picks-slider .swiper-slide {
	width: 248px !important;
	height: 200px !important;
}

.top-picks-card {
	width: 100%;
	height: 100%;
	padding: 14px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.top-picks-card > a:not(.tp-btn) {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: var(--color-white-x);
}

.top-picks-card > a > span {margin-left: 0}

.tp-studnets,
.tp-duration {font-size: 12px}
.tp-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 5px 0;
}

.tp-studnets img,
.tp-duration img {
	display: inline-block;
	margin-right: 7px;
}

.tp-duration img {transform: translateY(2.5px)}

.tp-btn {
	position: absolute;
	right: 0;
	bottom: -25px;
	display: inline-block;
	padding: 14px 19px 14px 22px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	background: #D7981C;
	color: var(--color-white-x);
	box-sizing: border-box;
}

.tp-btn:active {transform: translateY(2px);}

.home-v4 .page-header span > span {
	font-size: 14px;
	font-weight: 900;
	color: var(--color37-to-white);
	display: inline-block;
	margin-left: 8px;
}

.home-v4 .page-header h1 span {display: block;}
.home-v4 .page-header h1 {
	font-size: 24px;
	line-height: 28px;
	color: var(--color37-to-white);
	font-weight: 900;
	margin: 30px 0 34px;
}

.filter-search-form {
	border-radius: 8px;
	background: var(--white-to-18);
	box-shadow: 0px 0px 31px rgba(110, 110, 110, 0.12);
	box-sizing: border-box;
	padding-right: 12px;
	display: flex;
	align-items: center;
}

.home-v5 .filter-search-form {
	background: var(--home5-search-bg);
	box-shadow: none;
	margin: 24px 0 28px;
}

.filter-search-form input {
	order: 2;
	width: calc(100% - 70px);
	font-size: 12px;
	font-weight: 700;
}

.home-v6 .filter-search-form input {width: calc(100% - 40px)}

.submit-search,
.filter-search {
	border: none;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.submit-search {
	order: 1;
	width: 40px;
	height: 52px;
}

.filter-search {
	order: 3;
	width: 30px;
	height: 30px;
	background: #42C6A5;
	border-radius: 8px;
}

.home4-list li + li {margin-top: 16px}
.home4-list p {margin: 0}
.home4-list > h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: var(--color37-to-white);
	margin: 25px 0 16px;
}

.the-b-num {
	width: 56px;
	text-align: center;
}

.the-b-num span {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	display: inline-block;
	background: #33354E;
}

.the-li-card {
	width: calc(100% - 56px);
	background: var(--color-white-to-43);
	border-radius: 16px;
	padding: 10px 18px;
	box-sizing: border-box;
}

.the-li-card > p {
	font-size: 16px;
	font-weight: 900;
	line-height: 24px;
	color: var(--color-black);
	padding: 4px 0 13px;
}

.home4-list li span,
.the-b-num p {
	font-size: 12px;
	color: var(--colorA1-to-43);
}

.home4-list .figure {margin-right: 8px}
.home4-list .figure > img {display: inline-block}
.home4-list .figure > img + img {margin-left: -5px}
.home-v5 .top-search-slider {margin-bottom: 24px}
.home-v5 .top-search-slider .swiper-slide > span {border-radius: 17.5px}
.home-v5 .page-header h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 900;
	color: var(--color37-to-white);
	margin: 2px 0 0;
}

.home-v5 .page-header p {
	font-size: 20px;
	line-height: 28px;
	color: var(--color-black);
	margin: 4px 0 0;
}

.home-v6 .category-section .swiper-slide {
	width: 120px !important;
	height: 120px !important;
}

.home-v6 .category-section {
	border: none;
	margin-top: 0;
}
.home-v6 .category-section .section-header {margin-bottom: 16px}

.home-v6 .page-header h1 {
	font-size: 24px;
	font-weight: 900;
	color: var(--color-black);
	margin: 0 0 35px;
}

.home-v6 .page-header p {
	font-size: 12px;
	font-weight: 700;
	color: #A1A1A1;
	margin: 26px 0 0;
}

.home-v6 .featured-area > h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: var(--color-black);
	margin: 32px 0 0;
}

.home-v6 .featured-slider {margin-top: 16px}
.featured-thumb > span {
	position: absolute;
	top: 16px;
	left: 16px;
	display: inline-block;
	border-radius: 6px;
	padding: 6px 9px;
	z-index: 3;
	font-size: 12px;
	font-weight: 500;
}

.red-tag {
	background: #FFE0DE;
	color: #E98D88;
}

.blue-tag {
	background: #D7DFFF;
	color: #5C71CC;
}

.green-tag {
	background: #EBFFEF;
	color: var(--theme-color);
}

.popular-course-2 {
	border-top: 2px solid #E5E5E5;
	margin-top: 25px;
}
.theme-dark .popular-course-2 {border-top: 2px solid #2F2F30}

.popular-course-2 > h2 {
	margin: 0;
	padding: 24px 24px 18px;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.popular-course-slider .swiper-slide,
.popular-c-card {width: 258px !important;}
.popular-course-slide figure {
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.0954248);
	border-radius: 8px;
	position: relative;
	background: var(--color-white-to-43);
	margin: 0 0 20px 0;
}

.popular-course-slide figure > span {
	position: absolute;
	background: var(--color-white-x);
	color: var(--color-black-x);
	top: 16px;
	font-weight: 700;
	left: 16px;
	border-radius: 8px;
	display: inline-block;
	padding: 5px 8px 3px;
}

.popular-course-slide figure > span img {
	display: inline-block;
	margin-right: 4px;
	transform: translateY(1px);
}

.popular-course-slide figcaption {
	margin: 0;
	padding: 3px 17px 16px;
}

.pc-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 900;
	color: var(--color-black);
	margin: 0;
}

.popular-course-slide figcaption > span {
	font-size: 12px;
	color: #A1A1A1;
	display: block;
	margin: 6px 0;
}

.popular-course-slide figcaption > p {
	color: var(--color-black);
	font-size: 20px;
	font-weight: 900;
	margin: 0;
}

.popular-course-slide figcaption > p > span {
	color: #A1A1A1;
	font-size: 16px;
	font-weight: 400;
	text-decoration: line-through;
}

.home-v6 .featured-box {margin-top: 12px}

.swiper-slide:focus,
.swiper-slide:active {
	outline: 0 !important;
	box-shadow: none !important;
}

.swiper-slide {transition: all .2s ease 0s !important}
:not(.tabs-swipeable-wrap .swiper-slide, .top-picks-slider .swiper-slide, .walkthrough-slider .swiper-slide).swiper-slide:active {transform: scale(.95)}
/* home pages end */

/* page-profile start */
.page-profile .the-page-content {padding: 0 24px}

.profile-summary {
	background: var(--theme-dark-shade);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 16px;
	margin: 26px 0 24px;
}

.pro-pic {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #D8D8D8;
	box-shadow: 0 0 0 2px #fff;
	position: relative;
}

.pro-pic img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.pro-pic i {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: var(--theme-color);
	color: #fff;
	font-size: 12px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
}

.pro-titles {
	margin-left: 12px;
	width: calc(100% - 92px);
}
.pro-titles h2,
.pro-titles p {margin: 0}

.pro-titles h2,
.pro-titles p,
.pro-titles span {color: #fff}
.pro-titles span {font-size: 10px}
.pro-titles h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.pro-titles p {
	font-size: 12px;
	margin: 6px 0 16px;
}

.pro-titles .progressbar {
	height: 8px;
	background: #F6F5FB;
	margin-bottom: 5px;
}

.pro-titles .progressbar > span {
	background: var(--theme-color);
	border-radius: 8px;
}

.pro-titles > a {
	font-size: 12px;
	font-weight: 700;
	color: var(--theme-to-white);
	background: var(--white-to-theme);
	display: inline-block;
	padding: 6px 12px 5px;
	border-radius: 15px;
	margin-top: 16px;
}

.profile-info {
	padding: 0 15px;
	border-radius: 15px;
	border: 1px solid var(--border-c05-to-4C);
	margin: 16px 0 0;
}

.profile-info li {
	list-style-type: none;
}

.profile-info li + li {border-top: 1px solid var(--border-c05-to-4C)}
.theme-dark .profile-info li + li {border-top: 1px solid #2F2F30}

.profile-info a {
	padding: 18px 0 15px;
	display: flex;
	align-items: center;
	justify-content: start;
	position: relative;
}

.profile-info a > i {
	width: 36px;
	height: 36px;
	margin-right: 12px;
	border-radius: 100%;
	background: var(--profile-icon-bg);
	color: var(--theme-color);
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.profile-info a > p > span {
	font-size: 12px;
	color: #A1A1A1;
	display: block;
}

.profile-info a > p > span:only-child,
.profile-info a > p > span + span {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-black);
	margin: 0;
}

.profile-info a > span {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: var(--black-to-9);
	font-size: 16px;
}

.profile-info a > span > img + img {display: none;}
.theme-dark .profile-info a > span > img {display: none;}
.theme-dark .profile-info a > span > img + img {display: block;}

.profile-info li > span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 9;
}

.custom-toggler {display: none;}
.custom-toggle {
	position: relative;
	width: 35px;
	height: 20px;
	display: block;
}

.custom-toggle::before,
.custom-toggle::after {
	position: absolute;
	content: '';
	transition: all .3s ease;
}

.custom-toggle::before {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 3px solid #999;
	background: var(--theme-bg);
	right: calc(100% - 18px);
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.custom-toggle::after {
	width: 35px;
	height: 6px;
	border-radius: 6px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #C3C3C3;
	z-index: 1;
	transition-delay: .1s
}

.custom-toggler:checked + .custom-toggle::before {
	right: 0;
	border: 3px solid var(--theme-color);
}

.custom-toggler:checked + .custom-toggle::after {
	background: #C6E6DE;
	right: 5px;
}
/* page-profile end */

/* page-search start */
.the-search-bar {
	margin: 60px 0 31px;
	padding: 0 24px;
}

.search-2 .the-search-bar {margin: 0 0 31px}

.the-search-bar > span {
	width: 26px;
	position: relative;
	display: block;
	text-align: left;
}

.the-search-bar > span a {
	text-align: left;
	position: absolute !important;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color-black);
}

.the-search-bar > form {
	width: calc(100% - 26px) !important;
	padding: 0;
	background: var(--color-white-to-19);
}

.the-search-bar > form input {
	width: 100%;
	height: 52px !important;
	background: var(--color-white) !important;
	border-radius: 10px !important;
	box-shadow: 0 0 30px rgba(0,0,0,.08);
	padding: 0 16px 0 40px !important;
	font-size: 12px !important;
	color: var(--color-black);
}

.the-search-bar > form input::-webkit-input-placeholder {color: #A1A1A1 !important;font-weight: 700;}
.the-search-bar > form input::-moz-placeholder {color: #A1A1A1 !important;font-weight: 700;}
.the-search-bar > form input:-ms-input-placeholder {color: #A1A1A1 !important;font-weight: 700;}
.the-search-bar > form input::placeholder {color: #A1A1A1 !important;font-weight: 700;}
.the-search-bar > form input:focus::-webkit-input-placeholder {opacity: 0;}
.the-search-bar > form input:focus::-moz-placeholder {opacity: 0;}
.the-search-bar > form input:focus:-ms-input-placeholder {opacity: 0;}
.the-search-bar > form input:focus::placeholder {opacity: 0;}

.the-search-bar .searchbar .searchbar-input-wrap {height: auto !important;}
.the-search-bar > form .searchbar-icon {
	font-size: 16px;
	left: 16px;
}

.page-search .the-page-title h2 {
	margin: 0 0 0 24px;
	font-size: 20px;
	font-weight: 700;
	color: var(--color3-to-white);
}

.top-search-slider {margin-top: 14px;}
.top-search-slider .swiper-slide {flex-shrink: unset;}
.top-search-slider .swiper-slide > span {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 9px 17px 8px;
	border-radius: 8px;
	background: var(--color-F6F5FB-to-4C);
	color: #A1A1A1;
	white-space: nowrap;
}

.top-search-slider .swiper-slide > span.selected {
	background: var(--theme-color);
	color: var(--color-white-x);
}

.search-2 .top-search-slider .swiper-slide > span.selected {background: var(--dark-to-theme)}

.browse-categories {
	margin-top: 14px;
	padding: 0 24px;
}

.search-2 .browse-categories {padding: 0 15px}

.browse-categories > h3 {
	flex-basis: 100%;
	font-size: 20px;
	font-weight: 700;
	color: var(--color-black);
	margin: 0;
	padding: 15px 0 8px;
}
/* page-search end */

/* page-notification start */
.page-notification .page-content .page-header {
	min-height: 220px;
	background: var(--notify-bg);
	padding: 55px 25px 0;
	box-sizing: border-box;
}

.page-notification .page-content .page-header h1 {
	font-size: 24px;
	color: var(--color37-to-white);
	font-weight: 900;
	margin: 37px 0 22px 0;
}

.notification-box > h2 {
	font-size: 12px;
	color: #A1A1A1;
	margin: 0 0 22px;
	font-weight: 400;
}

.notification-box .media-list .item-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-black);
	margin-top: 5px;
}

.notification-box .media-list .item-title span {
	font-size: 10px;
	color: #A1A1A1;
	font-weight: 400;
	display: inline-block;
	margin-left: 3px;
}

.notification-box .list .item-subtitle {
	font-size: 12px;
	line-height: 18px;
	color: var(--color37-to-a1);
	margin: 6px 0 0;
}

.notification-box ul li + li {
	margin-top: 16px;
	padding-top: 16px;
	border-top: .5px solid var(--page-name-border);
}

.notification-box + .notification-box {margin-top: 30px;}
.notification-box:last-of-type li:last-of-type {padding-bottom: 16px}
/* page-notification end */

/* page-all-categories start */
.page-all-categories .page-content .page-header h1,
.page-all-courses .page-content .page-header h1,
.page-faq .page-content .page-header h1 {
	font-size: 24px;
	color: var(--color37-to-white);
	font-weight: 900;
	margin: 37px 0 0 0;
}

.page-all-categories .page-content .page-header p,
.page-all-courses .page-content .page-header p,
.page-faq .page-content .page-header p {
	margin: 4px 0 0;
	font-size: 16px;
	color: #919191;
}

.page-all-courses .page-content .page-header p {margin-bottom: 27px}
.page-all-categories .browse-categories {margin-top: 37px}
/* page-all-categories end */

/* page-course-list start */
.page-course-list .page-header h1 {
	margin: 0;
	font-size: 24px;
	font-weight: 900;
	color: var(--color-white-x)
}

.page-course-list .section-header h2 {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-black);
}

.page-course-list .section-header p a {
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: var(--theme-color);
	color: var(--color-white-x);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.page-course-list .section-header {margin: 24px 0 16px}
.page-course-list .popular-courses-list ul li:last-of-type {padding-bottom: 24px;}

.course-list-2 .page-header a i {
	color: var(--color-white-x) !important;
	font-size: 20px;
}
/* page-course-list end */

/* the-filter start */
.sheet-modal.the-filter {
	height: calc(100vh - 60px);
	border-radius: 24px 24px 0 0;
	box-shadow: 0 0 0 100vh rgba(0,0,0,.4);
}

.the-filter,
.the-filter .toolbar,
.the-filter .class-lavel {background: #fff;}

.the-filter .toolbar {
	margin-bottom: 20px;
	border-radius: 24px 24px 0 0;
}

.sheet-modal.the-filter .toolbar > h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-black);
	text-align: center;
	margin: 0;
	padding-top: 22px;
}

.sheet-modal.the-filter .toolbar > a {
	position: absolute;
	top: 30px;
	right: 25px;
	font-size: 14px;
	color: var(--color-black);
}

.class-type {
	padding: 0;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 9px;
	margin: 17px 0 29px;
}

.class-type li {
	box-sizing: border-box;
	list-style-type: none;
	height: 85px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	transition: all .3s ease;
}

.class-type li span {
	font-size: 12px;
	font-weight: 700;
	color: #373737;
}

.class-type li i {
	font-size: 40px;
	color: var(--color-black-x);
	margin-top: 10px;
}

.class-type li.selected {background: #33354E;border-color: #33354E}
.class-type li.selected span,
.class-type li.selected i {color: #fff}
.class-lavel {margin: 4px 0 16px !important}
.class-lavel li + li {border-top: 1.8px solid #E5E5E5}

.class-lavel .item-checkbox .item-title {
	font-size: 12px;
	font-weight: 400;
	color: #373737;
}

.class-lavel .item-checkbox i {
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background: #F9F9F9;
	border: 1px solid #D4D4D4 !important;
	box-sizing: border-box;
}

.theme-dark ~ .the-filter .class-lavel .item-checkbox i {
	background: transparent;
	border: 0.8px solid #434343 !important;
}

.class-lavel .item-checkbox i::after {font-size: 16px;}
.class-lavel .item-checkbox input[type=checkbox]:checked~i {
	background: #33354E;
	border: 1px solid #33354E !important;
}

.class-lavel .item-checkbox input[type=checkbox]:checked~i::after {
	transform: translate(-2px, -2px);
	color: var(--color-white-x);
}
.time-frame {margin: 14px 0 25px;}
.time-frame > span {
	display: inline-block;
	border: 1px solid #DBDBDB;
	color: #373737;
	font-size: 12px;
	opacity: 0.9;
	padding: 10px 18px 9px;
	margin: 4px 12px 4px 0;
	box-sizing: border-box;
	border-radius: 8px;
	transition: all .3s ease;
}

.time-frame > span.selected {
	background: #33354E;
	border: 1px solid #33354E;
	opacity: 1;
	color: var(--color-white-x);
}

.class-duration .range-slider-horizontal .range-bar {
	background: #D1EAE4;
	height: 1.5px;
}
.class-duration .range-slider-horizontal .range-bar .range-bar-active {background: #51CAAC}

.class-duration .range-knob-wrap {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: var(--color-white-x);
	box-sizing: border-box;
	
	transform: translateY(6px);
}
.class-duration .range-knob {box-shadow: inset 0 0 0 1.5px #51CAAC;}
.class-duration .range-knob::before,
.class-duration .range-knob::after {display: none !important;}

.filter-btns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 16px;
}

.filter-btns :is(button, a) {
	height: 48px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: none;
	transition: all .3s ease;
}

.filter-btns .reset-btn {
	background: transparent;
	box-shadow: 0 0 0 1px #373737;
	font-weight: 900;
	color: #373737
}

.filter-btns .apply-btn {
	background: var(--theme-color);
	color: var(--color-white-x);
	box-shadow: 0 0 0 1px var(--theme-color);
	font-weight: 700;
}

.theme-dark ~ .the-filter,
.theme-dark ~ .the-filter .toolbar,
.theme-dark ~ .the-filter .class-lavel {background: #242526;}
.theme-dark ~ .sheet-modal.the-filter .toolbar > h3,
.theme-dark ~ .sheet-modal.the-filter .toolbar > a,
.theme-dark ~ .sheet-modal.the-filter .filter-box h4 {color: #fff;}
.theme-dark ~ .sheet-modal.the-filter .class-type li {border: 1px solid #424242;}
.theme-dark ~ .sheet-modal.the-filter .class-type li i,
.theme-dark ~ .sheet-modal.the-filter .class-lavel .item-checkbox .item-title,
.theme-dark ~ .sheet-modal.the-filter .class-type li span,
.theme-dark ~ .sheet-modal.the-filter .class-duration p {color: #A1A1A1;}
.theme-dark ~ .sheet-modal.the-filter .class-type li.selected {background: #181818;border-color: #181818}
.theme-dark ~ .sheet-modal.the-filter .class-lavel li + li {border-top: 1.8px solid #2F2F30}
.theme-dark ~ .sheet-modal.the-filter .class-lavel .item-checkbox input[type=checkbox]:checked~i::after {transform: translate(-1px, -1px)}
.theme-dark ~ .sheet-modal.the-filter .class-lavel .item-checkbox input[type=checkbox]:checked~i {
	background: var(--theme-color);
	border: var(--theme-color) !important;
}

.theme-dark ~ .sheet-modal.the-filter .time-frame > span {
	border: 1px solid #4B4B4B;
	color: #A1A1A1;
	background: #4B4B4B;
}
.theme-dark ~ .sheet-modal.the-filter .time-frame > span.selected {
	background: #181818;
	border: 1px solid #181818;
}

.theme-dark ~ .sheet-modal.the-filter .class-duration .range-knob {background: #242526 !important;}
.theme-dark ~ .sheet-modal.the-filter .filter-btns .reset-btn {
	box-shadow: 0 0 0 1px #424242;
	color: #fff;
}
/* the-filter end */

/* course-single start */
.single-course-thumb {
	min-height: 292px;
	background: url(../img/bg/courseSingle.jpg) no-repeat center center / cover;
}

.single-course-thumb .page-header p a + a {margin-left: 20px;}

.single-course-thumb > a {
	position: absolute;
	background: var(--theme-color);
	width: 56px;
	height: 56px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
}

.single-course-thumb > a img {transform: translateX(2px)}

.tab-list {
	display: flex;
	border-bottom: 1px solid var(--color-E5-to-4C);
}

.tab-list > .tab-link {
	font-size: 16px;
	font-weight: 700;
	color: var(--color-black);
	display: block;
	padding: 16px 0 12px;
	position: relative;
	flex: 1;
	text-align: center;
	z-index: 1;
}

.tab-list > .tab-link::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	background: var(--theme-color);
	top: calc(100% - 1px);
	transform: scaleX(0);
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}

.tab-list > .tab-link.tab-link-active::before {
	visibility: visible;
	opacity: 1;
	transform: scaleX(1);
}

.the-course > .the-course-header {padding: 25px 25px 0 24px;}
.the-course > .the-course-header > h2 {
	font-size: 20px;
	line-height: 28px;
	color: var(--color-black);
	margin: 0;
	padding-bottom: 2px;
	padding-right: 24px;
}

.the-course > .the-course-header > .enrolled,
.the-course > .the-course-header > .course-duration {
	font-size: 12px;
	color: #A1A1A1;
	font-weight: 400;
}

.the-course > .the-course-header > .course-duration {margin-left: 12px;}

.the-course > .the-course-header > .course-duration i {
	display: inline-block;
	font-size: 15px;
	transform: translateY(2px);
}

.course-author {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 27px;
}

.course-single-2 .course-author {
	border-top: 1px solid var(--course-content-border-top);
	margin: 15px -24px 0;
	padding: 16px 24px 0;
}

.course-author > a p span {display: block;}

.course-author > a p > span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: var(--color-black);
}
.course-author > a p {
	box-sizing: border-box;
	padding-left: 8px;
}
.course-author > a p > span + span {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #A1A1A1;
}

.course-author > button {
	display: inline-block !important;
	border: none;
	background: var(--theme-color);
	color: var(--color-white-x);
	width: auto;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 8px 6px 12px;
	border-radius: 13px;
	transform: translateY(-5px);
}

.course-author > button i {
	font-size: 12px;
	font-weight: 700;
}

.course-single-2 .course-author > button {
	background: transparent;
	color: var(--theme-color);
	box-shadow: inset 0 0 0 1px var(--theme-color);
	padding: 7px 12px 6px 10px;
}

.the-course-content {
	border-top: 1px solid var(--course-content-border-top);
	margin-top: 12px;
}

.course-single .popular-courses-section {
	padding-bottom: 30px;
}

.course-content-2 {
	box-sizing: border-box;
	padding: 8px 24px 0;
}

.course-content-2 ul {width: calc(100% - 56px)}

.the-course-content ul a {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 16px 24px;
	position: relative;
}

.course-content-2 ul a {padding: 16px 0}
.course-content-2 .progress-overview {top: 8%}
.the-course-content ul .current-topic a {background: var(--current-topic-bg)}
.course-content-2.the-course-content ul .current-topic a {background: transparent}
.course-chapters .the-course-content ul .current-topic a {background: var(--white-to-18)}
.course-chapters .page-header h1,
.course-chapters .page-header h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: var(--color-black-x);
	margin: 0;
}

.course-chapters .page-header h1 {
	width: 80%;
	margin: 47px 0 14px;
}

.course-chapters .page-header h2 {
	font-weight: 900;
	margin-bottom: 21px;
}

.course-chapters .page-header .course-info span img {
	display: inline-block;
	margin-right: 5px;
}

.course-chapters .the-course-content {
	margin-top: 0;
}

.course-chapters .the-course-content h2 {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-black);
	padding: 0 24px;
	margin: 0 0 15px;
	position: relative;
	z-index: 1;
}

.course-chapters .the-course-content h2::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 30px;
	border-radius: 48px 48px 0px 0px;
	background: var(--course-chapters-bg);
	left: 0;
	bottom: calc(100% - 1px);
}

.enroll-area {
	padding: 28px 20px;
	border-radius: 48px 48px 0 0;
	background: var(--color-white-to-43);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.enroll-area a {
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	border-radius: 24px;
	color: #FC2626;
	background: #F3D7DA;
}

.enroll-area a.enroll-btn {
	background: var(--theme-color);
	color: var(--color-white-x);
	font-size: 16px;
	font-weight: 700;
	width: calc(100% - 106px);
}

.course-info span {
	font-size: 12px;
	color: var(--color-black-x);
}

.course-info span + span {margin-left: 14px}

.the-course-content ul a .progressbar {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: none;
	height: 4px;
}

.the-course-content ul .current-topic a .progressbar span {background: var(--theme-color)}

.the-course-content .left-area > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 16px;
}

.the-course-content .left-area > span i {
	font-size: 22px;
	font-weight: 700;
}

.the-course-content .watched .left-area > span {box-shadow: inset 0 0 0 3px var(--theme-color)}
.the-course-content .watched .left-area > span i {color: var(--theme-color)}
.the-course-content .current-topic .left-area > span {background: var(--theme-color)}
.the-course-content .current-topic .left-area > span i {
	color: var(--color-white-x);
	font-size: 15px;
}

.the-course-content .locked .left-area > span {background: var(--c-to-43)}
.the-course-content .locked .left-area > span i {color: var(--color-black)}

.the-course-content .left-area .timeNtopic > span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: var(--color37-to-white);
}

.the-course-content .left-area .timeNtopic > span + span {
	font-size: 12px;
	line-height: 18px;
	color: #A1A1A1;
	font-weight: 400;
	margin-left: 17px;
	display: block;
}

.the-course-content .right-area > span {
	font-size: 12px;
	line-height: 18px;
	color: #A1A1A1;
	margin-right: 6px;
	transform: translateY(2px);
}

.the-course-content .right-area > i {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

.the-course-content .watched .right-area > i {
	box-shadow: none;
	background: var(--color-black);
	color: var(--white-to-dark);
}

.the-course-content .current-topic .right-area > i {
	box-shadow: inset 0 0 0 2px var(--theme-color);
	color: var(--theme-color);
}

.the-course-content.course-content-2 .current-topic .right-area > i {
	background: var(--theme-color);
	color: var(--color-white-x);
}

.the-course-content .locked .right-area > i {
	background: #ccc;
	color: var(--white-to-dark);
}

.the-course-content.course-content-2 .watched .right-area > i {background: var(--color-black);}
.the-course-content.course-content-2 .locked .right-area > i {background: #ccc;}

.the-students,
.the-file-list {
	padding: 0 24px;
	box-sizing: border-box;
}

.the-students h2,
.the-file-list h2 {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-black);
}

.the-students h2 {margin: 25px 0 15px}
.the-file-list h2 {margin: 18px 0 15px;}

.the-students figure {
	width: 80px;
	margin: 0;
	margin-right: 8px;
	box-sizing: border-box;
	flex: 0 0 auto;
	width: auto
}

.the-students .d-flex span {
	text-align: center;
	margin-left: 8px;
	flex: 0 0 auto;
	width: auto
}

.the-students .d-flex span a {
	font-size: 12px;
	font-weight: 700;
	color: var(--theme-color);
	position: relative;
	z-index: 1;
}

.files-li a > span {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: var(--dots);
	box-shadow: 10px 0 0 var(--dots), 20px 0 0 var(--dots);
	box-sizing: border-box;
	margin: 18px 20px 0 0;
	display: block;
	position: relative;
	z-index: 2;
}

.files-li a > span::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	left: -2px;
	top: -12px;
	z-index: 3;
}

.file-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: var(--color37-to-white);
}

.download-file {
	padding: 10px 24px;
	border-radius: 24px 24px 0 0;
   overflow: hidden;
	background: #fff;
}

.download-this-file {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.download-this-file i {
	font-size: 20px;
	color: #373737;
	margin-right: 3px;
}
.theme-dark ~ .download-file .download-this-file i {color: #fff;}

.download-this-file span {
	display: block;
	margin-left: 10px;
	color: #373737;
	font-size: 14px;
	font-weight: 700;
	display: inline-flex;
	flex-direction: column;
}

.theme-dark ~ .download-file .download-this-file span {color: #fff;}

.download-this-file span small {
	font-size: 13px;
	color: #A1A1A1;
}

.sheet-header {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(219, 219, 219,.9);
}

.theme-dark ~ .sheet-modal .sheet-header {border-bottom: 1px solid #4C4C4C}
.theme-dark ~ .sheet-modal.share-profile .sheet-header {border-bottom: 1px solid transparent}

.attached i {font-size: 18px;}
.attached .fab-label {
	padding-top: 5px;
}

.share-profile {
	padding: 0 24px 20px;
	border-radius: 24px 24px 0 0;
	background: #fff;
	overflow: hidden;
}

.theme-dark ~ .share-profile,
.theme-dark ~ .download-file {background: #242526}
.close-the-popup {color: #373737}
.close-the-popup i {font-size: 22px}
.theme-dark ~ .share-profile .sheet-header p,
.theme-dark ~ .download-file .sheet-header p,
.theme-dark ~ .share-profile .close-the-popup,
.theme-dark ~ .download-file .close-the-popup {color: #A1A1A1}
.theme-dark ~ .share-profile .social-contacts a {
	box-shadow: 0 0 0 1px #424242;
	background: transparent;
}

.theme-dark ~ .share-profile .social-contacts a span {color: #fff;}

.shared-by {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 2px;
	color: #A1A1A1;
}

.shared-at {
	font-size: 10px;
	line-height: 15px;
	color: var(--color-black);
}
.file-info {margin-left: 16px;}
.files-li a {margin-bottom: 24px}

.add-btutton {
	position: fixed;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--theme-color);
	color: var(--color-white-x);
	font-weight: 700;
	z-index: 9;
}

.the-files > h2 {
	margin: 25px 0 26px;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-black);
}

.file-card {margin-bottom: 8px}

.file-card a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border: 1px solid var(--file-card-border);
	border-radius: 8px;
	padding: 10px;
}

.file-nameNpage {margin-left: 16px;}
.file-nameNpage p {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: var(--color37-to-white);
}

.file-nameNpage span,
.download-info span {
	font-size: 12px;
	color: #A1A1A1;
	display: inline-block;
}

.download-info i {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	font-size: 12px;
	font-weight: 700;
	margin-left: 6px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--black-to-E5);
	color: var(--white-to-dark);
}

.file-downloaded .download-info i {background: var(--theme-color);color: var(--color-white-x);}

.the-comments {
	margin-top: 26px;
	padding: 0 24px;
	box-sizing: border-box;
}

.topic-body .the-topic {margin-top: 17px;}
.topic-author {margin-right: 11px;}
.topic-author-name {margin: 6px 0 5px}
.topic-author-name a {
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: var(--color-black);
}

.topic-body > p {
	font-size: 12px;
	line-height: 18px;
	color: var(--color37-to-a1);
	margin: 0;
}

.info-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid var(--infobbar-border);
	border-left: none;
	border-right: none;
	padding: 9px 0;
	margin-top: 12px;
}

.info-bar > span {
	display: flex;
	align-items: center;
}

.info-bar > span > span {
	color:  var(--color37-to-a1);
	font-size: 10px;
	font-weight: 700;
}

.info-bar > span > i {
	font-size: 16px;
	margin-right: 4px;
	color: var(--color37-to-a1);
}
.info-bar > span > i.faved {color: #FC2626;}

.comment-form {
	position: relative;
	z-index: 41;
	width: calc(100% + 48px);
	height: 60px;
	
	border-top: 1px solid var(--comment-form-border);
	margin: 8px -24px 0;
}

.comment-form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 25px;
	color: var(--theme-color);
	width: auto;
	border: none;
	padding: 0;
	background: transparent;
	box-sizing: border-box;
}

.comment-form textarea {
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	min-height: 60px;
	padding: 25px 24px 5px;
	box-sizing: border-box;
	background: var(--textarea-bg);
	color: var(--color-black);
}

.comment-form textarea::-webkit-input-placeholder {
	color: var(--color37-to-a1);
	font-size: 12px;
	line-height: 18px;
}
.comment-form textarea::-moz-placeholder {
	color: var(--color37-to-a1);
	font-size: 12px;
	line-height: 18px;
}

.comment-form textarea:-ms-input-placeholder {
	color: var(--color37-to-a1);
	font-size: 12px;
	line-height: 18px;
}

.comment-form textarea::placeholder {
	color: var(--color37-to-a1);
	font-size: 12px;
	line-height: 18px;
}

.course-video .popup-close i {font-size: 26px;}
.swipe-to-close {height: 100%}

.course-video-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.course-video iframe {
	height: 80vh;
	width: 100%;
}

.close-course-video {
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.course-content-2 .progress-overview a span::after,
.course-content-2 .progress-overview a span::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 8px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--theme-bg);
	z-index: -2;
}

.course-content-2 .progress-overview a span::before {bottom: 100%}
.course-content-2 .progress-overview a span::after {top: 100%}
/* course-single end */

/* page-faq start */
.faq-list {padding: 0 20px !important;}

.faq-list .accordion-item {
	border-radius: 8px;
	margin-bottom: 16px;
}

.faq-list .accordion-item.accordion-item-opened {background: var(--faq-card-bg)}

.faq-list .item-link {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	background: var(--faq-title-bg);
	color: var(--color37-to-white);
	padding: 16px 22px;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px var(--faq-title-border);
	transition: all .3s ease !important;
}

.faq-list .accordion-item.accordion-item-opened .item-link {
	background: transparent;
	padding: 20px 22px 10px;
	box-shadow: none;
}

.faq-list .accordion-item-content {transition: height .3s ease-in-out !important}
.faq-list .accordion-item-content p {
	padding: 0 22px 15px;
	font-size: 12px;
	line-height: 18px;
	color: var(--color37-to-white);
	margin: 0;
}

.faq-search {
	border: 1px solid var(--faq-form-border);
	box-sizing: border-box;
	width: calc(100% - 48px);
	height: 50px;
	position: relative;
	border-radius: 8px;
	margin: 33px auto 31px;
	display: flex;
	justify-content: flex-end;
}

.faq-search button {
	width: 40px;
	height: 50px;
	border: none;
	background: transparent;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq-search button i {
	inset: initial !important;
	margin: 0 !important;
	position: relative !important;
	top: -1px !important;
}

.faq-search button i:after {
	font-size: 25px;
	font-weight: 700;
}

.faq-search input {
	width: calc(100% - 40px);
	height: 50px;
	box-sizing: border-box;
	padding: 10px;
	padding-left: 0;
	font-size: 12px;
	font-weight: 700;
}
/* page-faq end */

/* become a member start */
.free-trial-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: var(--color-black-x);
	background: var(--color-white-x);
	width: auto;
	height: auto;
	padding: 8px 25px 4px;
	margin: 28px 0 25px;
}

.free-trial-btn.active-state {
	background: var(--theme-color);
}

.howtob-member {padding: 0 35px;}
.howtob-member figure {
	display: flex;
	justify-content: center;
}
.howtob-member h2 {margin: 0 0 14px;}
.howtob-member h2 > span {
	font-size: 40px;
	line-height: 43px;
	font-weight: 700;
	color: #FFCC67;
	display: block;
}

.howtob-member h2 > span + span {color: var(--color-white-x);}

.howtob-member h4 {
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
	color: var(--color-white-x);
	margin: 0;
}

.howtob-member h4 > span {color: #FFCC67;}

.howtob-member > span {
	font-size: 10px;
	line-height: 15px;
	color: var(--color-white-x);
	display: block;
	padding: 10px 0 25px;
	box-sizing: border-box;
}

.howtob-member p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: var(--color-white-x);
	margin: 0;
}

.start-trial-btn {
	display: block;
	background: #D7981C;
	color: var(--color-white-x);
	font-size: 16px;
	font-weight: 700;
	border-radius: 24px;
	padding: 11px 0 12px;
	margin: 25px 0 15px;
}

.page-become-member-v2 .page-header h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	position: relative;
	margin: 0;
}

.page-become-member-v2 .page-header h1 {
	font-size: 32px;
	font-weight: 900;
	line-height: 41px;
	margin: 46px 0 0;
}

.page-become-member-v2 .page-header .back {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.become-member-v2 > h2 {
	font-size: 16px;
	font-weight: 700;
	color: var(--color37-to-white);
	padding: 0 24px 12px;
	margin: 0;
	position: relative;
}

.become-member-v2 > h2::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 24px;
	background: var(--theme-bg);
	left: 0;
	bottom: calc(100% - 1px);
	border-radius: 24px 24px 0 0;
}

.plan-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 18px;
	box-sizing: border-box;
}

.plan {
	width: 50%;
	padding: 6px;
	box-sizing: border-box;
}

.plan-inner {
	background: var(--cate-inner-bg);
	border-radius: 8px;
	height: 100%;
	position: relative;
	padding: 18px;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 1px var(--cate-inner-border);
}

.offer {
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 10px;
	color: var(--color-white-x);
	display: inline-block;
	background: #D7981C;
	padding: 6px 6px 5px 12px;
	border-radius: 12px 0 0 12px;
}

.plan-inner > span {
	width: 28px;
	height: 28px;
	border-radius: 100%;
	border: 1px solid #373737;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
	transition: all .3s ease;
}

.plan-inner > span i {
	font-size: 22px;
	font-weight: 700;
	color: var(--theme-color);
	display: none;
}

.plan-inner > h3 {
	font-size: 32px;
	font-weight: 700;
	color: var(--color-black);
	position: relative;
	margin: 0;
}

.plan-inner > h3 > span {
	font-size: 14px;
	font-weight: 400;
	color: var(--color37-to-a1);
}

.plan-inner > p {
	font-size: 12px;
	line-height: 18px;
	color: var(--color37-to-a1);
	margin: 2px 0 0;
}

.plan.selected .plan-inner {
	background: var(--cate-selected-bg);
	color: var(--color-white-x);
	box-shadow: inset 0 0 0 1px var(--cate-selected-bg);
}

.plan.selected .plan-inner > span {
	background: var(--color-white-x);
	border-color: var(--color-white-x);
}

.plan.selected .plan-inner > span i {display: block}
.plan.selected .plan-inner > h3,
.plan.selected .plan-inner > h3 > span,
.plan.selected .plan-inner > p {color: var(--color-white-x);}

.become-member-v2 > a,
.page-become-member-v3 .the-page-content > a {
	display: block;
	background: var(--theme-color);
	color: var(--color-white-x);
	border-radius: 22px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	width: calc(100% - 48px);
	margin: 87px auto 18px;
	padding: 13px;
}

.page-become-member-v3 .the-page-content > a {
	width: 100%;
	margin: 48px auto 0;
}

.page-become-member-v3 .page-header .back {
	display: inline-block;
	transform: translateY(30px);
}

.page-become-member-v3 .the-page-content h1 {
	font-size: 32px; 
	line-height: 41px;
	color: var(--color-white-x);
	margin: 100px 0 8px;
}

.page-become-member-v3 .the-page-content > h2 {
	font-size: 16px;
	font-weight: 400;
	color: var(--color-white-x);
	margin: 0 0 18px;
}

.plan-card {
	background: rgba(7, 32, 26, 0.703267);
	border: 1px solid #3B5447;
	box-sizing: border-box;
	box-shadow: 0px 0px 31px rgba(110, 110, 110, 0.12);
	border-radius: 8px;
	padding: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	transition: all .3s ease;
}

.plan-card.selected {
	border-color: var(--white-to-18);
	background: var(--white-to-18);
}

.plan-price {width: calc(100% - 44px)}

.plan-card > span {
	width: 28px;
	height: 28px;
	border-radius: 100%;
	margin-right: 16px;
	background: #11271D;
	border: 1px solid #617B6D;
	box-sizing: border-box;
	box-shadow: 0px 0px 31px rgba(110, 110, 110, 0.12);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
}

.plan-card > span i {
	font-size: 22px;
	font-weight: 700;
	color: var(--color-white-x);
	display: none;
}

.plan-price > p {
	font-size: 16px;
	font-weight: 700;
	color: var(--color-white-x);
	margin: 0;
	transition: all .3s ease;
}

.plan-price > label {
	font-size: 12px;
	color: var(--color-white-x);
	margin: 0;
	transition: all .3s ease;
}

.plan-card.selected > span {
	border-color: var(--theme-color);
	background: var(--theme-color);
}
.plan-card.selected > span i {display: block}
.plan-card.selected .plan-price > p {color: var(--color-black)}
.plan-card.selected .plan-price > label {color: var(--color37-to-a1)}
/* become a member end */

/* page-feedback start */
.page-feedback .page-header p {
	font-size: 20px;
	font-weight: 900;
	color: var(--color-white-x);
	text-align: center;
}

.page-feedback .page-header .back {
	position: absolute;
	top: 52%;
	left: 24px;
	transform: translateY(-50%);
}

.page-feedback .the-page-content {
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

.page-feedback .the-page-content::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 70px;
	background: var(--theme-bg);
	top: -37px;
	left: 0;
	border-radius: 24px 24px 0 0;
	z-index: -1;
}

.page-feedback .the-page-content > h2 {
	font-size: 24px;
	line-height: 32px;
	color: var(--color-black);
	font-weight: 900;
	margin: 0;
	padding: 0 46px;
}

.page-feedback .the-page-content > p {
	font-size: 14px;
	line-height: 21px;
	color: var(--color-black);
	margin: 10px 0 60px;
	text-align: center;
}

.rating-btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	padding: 0 32px;
	margin-bottom: 88px;
	position: relative;
	z-index: 1;
}

.rating-btns::before {
	position: absolute;
	content: '';
	width: calc(100% - 140px);
	height: 1.6px;
	background: var(--rating-btns-border);
	top: 40%;
	transform: translateY(-50%);
	left: 70px;
	z-index: -1;
}
.rating-btns a {
	position: relative;
	display: block;
}
.rating-btns a span {
	display: block;
	font-size: 10px;
	color: var(--color37-to-a1);
	transform: translateY(25px);
}

.rating-btns a img {
	width: 32px;
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
}

.rating-btns a span,
.rating-btns a img {transition: all .3s ease;display: inline-block;}

.rating-btns a.rated img {
	width: 70px;
	fill: var(--theme-color);
	top: -25px;
}

.rating-btns a.rated span {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-black);
	transform: translateY(50px);
}

.review-form {
	padding: 0 27px;
	display: flex;
	flex-direction: column;
}

.review-form label {
	font-size: 10px;
	font-weight: 700;
	color: var(--color37-to-a1);
	padding: 0 2px;
}

.review-form textarea {
	width: 100%;
	height: 117px;
	resize: none;
	background: var(--colorF9-to-4C);
	border-radius: 8px;
	font-size: 12px;
	line-height: 18px;
	color: var(--color37-to-a1);
	padding: 16px 12px;
	margin-top: 4px;
}

.page-feedback .fab {
	width: 100%;
	padding: 0 35px 0;
	box-sizing: border-box;
}

.page-feedback .fab button {
	font-size: 16px;
	font-weight: 700;
	color: var(--color-white-x) !important;
	background: var(--theme-color) !important;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 22px;
}
/* page-feedback end */

/* page-teacher start */
.page-teacher .the-page-content {
	margin-top: -60px;
	position: relative;
	z-index: 3;
}

.ins-pic {
	position: relative;
	text-align: center;
	background: transparent;
	z-index: 1;
}

.ins-pic::before {
	position: absolute;
	content: '';
	width: 100%;
	height: calc(50% + 5px);
	border-radius: 24px 24px 0 0;
	background: var(--theme-bg);
	bottom: 0;
	left: 0;
	z-index: -1;
}

.ins-pic::after {
	position: absolute;
	content: '';
	width: 100%;
	height: calc(50% + 5px);
	background: #84CEAA;
	bottom: 1px;
	left: 0;
	z-index: -2;
}

.ins-pic .varified {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 10px);
}

.ins-titles h2 {
	margin: 10px 0 0;
	font-size: 24px;
	font-weight: 900;
	color: var(--color-black);
}

.ins-titles > p {
	font-size: 12px;
	line-height: 18px;
	color: var(--color37-to-a1);
	margin: 4px 0 15px;
}

.ins-titles a {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	padding: 6px 11px 5px;
	border-radius: 18px;
}

.ins-titles a i {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	transform: translateY(1px);
	transition: all .2s ease .1s !important;
}

.ins-titles a:active i {
	transform: scale(1.2);
}

.ins-summary {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 8px;
	margin-top: 16px;
}

.summary-box {
	box-sizing: border-box;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 8px;
	color: var(--color-black-x);
}

.summary-box p {
	font-size: 16px;
	font-weight: 900;
	margin: 0;
	transform: translateY(2px);
	color: var(--color-black-x);
}

.summary-box span {
	font-size: 10px;
	font-weight: 700;
	display: block;
	margin: 5px 0 0;
}

.summary-box:nth-child(1) {
	background: #FCF3D7;
	border: 1px solid #F4E9C8;
}
.summary-box:nth-child(2) {
	background: #FEE0DF;
	border: 1px solid #F9D2D1;
}
.summary-box:nth-child(3) {
	background: #DEE2FF;
	border: 1px solid #D3D8FC;
}

.bio h2,
.students-rating h2 {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-black);
	margin-top: 18px;
}

.students-rating h2 {margin-top: 25px;}

.students-review .section-header h2 {margin: 12px 0 13px;}

.bio p {
	font-size: 12px;
	line-height: 18px;
	color: var(--color37-to-a1);
	margin: 8px 0 12px;
}

.bio > a {
	font-size: 12px;
	font-weight: 700;
	color: var(--theme-color);
}

.my-courses .popular-courses-section {
	border: 1px solid var(--course-content-border-top);
	border-left: none;
	border-right: none;
	margin-top: 16px;
	padding-bottom: 20px;
}

.rating-summary {
	border-radius: 8px 8px 0 0;
	background: var(--rating-summary-bg);
	padding: 8px 0 0 8px;
}

.rating-summary p {
	font-size: 14px;
	color: var(--color-white-x);
	margin: 0 0 0 12px;
	transform: translateY(-4px);
}

.rating-summary .gauge {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0;
}

.rating-summary .gauge::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	top: 2px;
	left: 2px;
	z-index: -1;
}

.rating-individual {
	box-shadow: 0px 0px 31px rgba(110, 110, 110, 0.12);
	padding: 12px 12px 0;
	border-radius: 0 0 8px 8px;
	margin-top: 4px;
}

.theme-dark .rating-individual {
	box-shadow: inset 0 0 0 1px #424242;
}

.the-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
}

.the-rating + .the-rating {border-top: 1px solid var(--page-name-border);}
.the-rating p {margin: 0 0 0 12px}
.the-rating p,
.the-rating span {
	font-size: 12px;
	font-weight: 700;
	color: var(--color37-to-a1);
}

.rating-bar {
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	height: 10px;
	margin-bottom: 4px;
}

.rating-bar > span + span {border-left: 2px solid #fff;}
.very-satisfied {flex: 4;background: #FBB344;}
.satisfied {flex: 3;background: #5C97CC;}
.neutral {flex: 2;background: #9E61C9;}
.poor {flex: 1;background: #CC6F5C;}

.students-review {margin-top: 20px;}
.review-slider {padding-bottom: 24px;}
.review-slider::after {
	position: absolute;
	content: '';
	width: calc(100% - 48px);
	height: 1px;
	bottom: 0;
	left: 24px;
	background: var(--course-content-border-top);
}

.review-slider .swiper-slide {width: 213px !important;}
.review-card {
	width: 213px;
	display: flex;
	background: var(--review-card-bg);
	color: var(--color-white-x);
	border-radius: 8px;
	padding: 12px;
	box-sizing: border-box;
}

.review-card > img {height: 34px}
.review-content {margin: 8px 0 10px 10px}

.review-card h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.review-card p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

.review-card span {
	font-size: 10px;
	font-weight: 700;
	display: inline-block;
	margin-top: 10px;
}

.connect-with-me {padding: 24px;}
.social-contacts {margin-top: 17px;}
.social-contacts a {
	display: flex;
	position: relative;
	padding: 12px;
	background: var(--social-contact-bg);
	box-shadow: inset 0 0 0 1px var(--social-contact-border);
	border-radius: 8px;
	margin-top: 4px;
	align-items: center;
	transition: all .3s ease;
}

.social-contacts a:last-of-type {background: #E1F4FF}
.theme-dark .social-contacts a:last-of-type {background: var(--social-contact-bg);}
.social-contacts a:active {opacity: .7;}

.social-contacts a span {
	font-size: 12px;
	color: var(--color97-to-white);
	display: inline-block;
	margin-left: 12px;
}

.social-contacts a i {
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
}
/* page-teacher end */

/* page-all-pages start */
.page-all-pages .page-content .the-page-content {
	padding: 0 24px 24px;
	margin-top: -40px;
}

.page-all-pages .page-header > h1 {
	font-size: 24px;
	font-weight: 700;
	color: var(--color37-to-white);
	margin: 0;
	margin-top: 38px;
}

.page-list {
	padding: 0 0 4px !important;
	border-radius: 16px;
	border: 1px solid var(--colorDB-to-42);
}

.all-pages .list.links-list + .list.links-list {margin-top: 33px !important}

.all-pages h2,
.style-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-black);
	margin: 0 0 20px;
}

.all-pages .links-list .page-list a {
	font-size: 12px;
	font-weight: 500;
	color: var(--color37-to-a1);
	height: auto;
	padding: 29px 16px 28px;
}

.all-pages .links-list .page-list a.active-state {background: transparent;}

.all-pages .links-list .page-list a::after {
	background: var(--page-name-border) !important;
	transform-origin: unset;
	transform: none;
	width: calc(100% - 32px);
	left: 16px;
}

.all-pages .links-list .page-list a:before {
	content: url(../img/icons/profile-angle-right.svg);
	right: 18px;
}

.style-title {
	margin: 30px 0 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--course-list-border);
}
/* page-all-pages end */

/* page-live-class start */
.live-class-thumb {
	height: 440px;
	padding: 0 24px 60px;
	background: url(../img/bg/live-class.jpg) no-repeat center center / cover;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: var(--color-white-x);
}

.live-class-thumb::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 40px;
	background: var(--theme-bg);
	bottom: 0;
	left: 0;
	border-radius: 48px 48px 0px 0px;
}

.the-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(181.18deg, rgba(0, 0, 0, 0.0001) 5.48%, #05221B 96.63%);
	z-index: -1;
}

.live-now-btn {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-white-x);
	background: #FC2626;
	border-radius: 18px;
	padding: 6px 17px;
}

.live-class-thumb > h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

.live-class-thumb p {
	font-size: 12px;
	margin: 0 0 0 9px;
}

.comment-card + .comment-card {margin-top: 23px}
.comment-card > img {height: 48px}
.comment-card p,
.comment-card label {margin: 0}
.comment-card label {margin: 8px 0 0 16px}

.comment-card p {
	font-size: 14px;
	font-weight: 700;
}

.comment-card span {
	font-size: 12px;
	line-height: 18px;
	display: block;
	color: var(--color37-to-a1);
	margin-top: 5px;
}

.live-comments form.comment-form {
	width: 100%;
	border-radius: 24px;
	border: none;
	margin: 60px 0 20px;
}

.live-comments form.comment-form textarea {
	padding: 20px 24px 5px;
	border-radius: 30px;
	box-sizing: border-box;
}
/* page-live-class end */

/* 404 start */
.page-error .page-content {padding: 50px 24px 30px}

.error-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: var(--color3-to-white);
	padding: 15px;
	border-radius: 8px;
	border: 1px solid var(--color-E5-to-4C);
	box-sizing: border-box;
	margin-top: 48px;
}

.error-content h1 {
	margin: 0 0 10px;
	font-size: 32px;
	font-weight: 700;
}

.error-content p {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
/* 404 end */


/* Preloader */
.Cpreloader{
    position: fixed;
    top: 0px;
    z-index: 99999;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%; 
	 background: #ECF0F1;
	 visibility: visible;
	 opacity: 1;
	 transition: all .3s ease;
}

.Cpreloader.loadedComplete {
    visibility: hidden;
    opacity: 0;
}

.load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

.load span {
    border: 0;
    margin: 0;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    animation: spin 2s ease infinite
}

.load :first-child {
    background: #19A68C;
    animation-delay: -1.5s
}

.load :nth-child(2) {
    background: #F63D3A;
    animation-delay: -1s
}

.load :nth-child(3) {
    background: #FDA543;
    animation-delay: -0.5s
}

.load :last-child {
    background: #193B48
}

@keyframes spin {
    0%,
    100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}