@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&family=Open+Sans:wght@400;500;700&family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css');

body,
.entry-content {
	font-family: 'Raleway', sans-serif;
}

section {
	padding: unset !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
	font-family: 'Raleway', sans-serif;
}

a,
a:hover,
button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: none !important;
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: unset !important;
	width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-feature-settings: unset;
	font-variant-numeric: unset;
}

.fa-chalkboard-teacher:before {
	content: '\f6a3';
	font-weight: 400;
	font-family: myFirstFont;
}

.container {
	max-width: 100% !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

header#site-header {
	padding: 17px 0;
}

header#site-header .header-titles-wrapper {
	margin-right: 10px;
}

header .primary-menu .menu-item a {
	font-size: 16px;
	color: #232323 !important;
	font-weight: 600;
	transition: all 0.3s linear;
	letter-spacing: normal;
}

header .primary-menu .menu-item a:hover {
	color: #00ccff !important;
}

.site-main-header {
	transition: all 0.3s linear;
	box-shadow: rgb(51 51 51 / 15%) 5px 4px 7px;
}

.site-main-header.fixed-header {
	width: 100%;
	position: fixed !important;
	top: 0;
	box-shadow: rgb(51 51 51 / 15%) 5px 9px 27px;
	z-index: 10 !important;
	/*padding: 15px 0 !important;*/
}

.site-main-header .header-titles .custom-sticky-logo {
	display: none;
}

.site-main-header.fixed-header .header-titles .custom-sticky-logo {
	display: block;
}

.site-main-header.fixed-header .header-titles .custom-logo {
	display: none;
}

.site-main-header>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-main-header .site-logo {
	margin: 0;
}

.site-logo img {
	/*min-width: 132px;*/
	max-height: unset;
}

.primary-menu li.current-menu-item>a,
.primary-menu li.current-menu-item>.link-icon-wrapper>a {
	color: #00ccff !important;
	text-decoration: none;
}

li.custom-profile-menu a {
	display: flex;
	align-items: center;
	max-width: 210px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

li.custom-profile-menu a img {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	border: 1px solid #9b9b9b;
	flex-shrink: 0;
	margin-right: 11px;
	object-fit: cover;
	object-position: center;
}

.site-main-header .primary-menu li.custom-profile-menu {
	margin-left: 33px;
}

.site-main-header .primary-menu li.custom-profile-menu span.icon {
	display: none;
}

.site-main-header .primary-menu li.custom-profile-menu:after {
	content: "\f0dd";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	right: 11px;
	top: 8px;
	color: #4e6076;
	font-size: 15px;
	background-color: #fff;
	padding-left: 3px;
	cursor: pointer;
	z-index: -1;
}

li.custom-profile-menu ul.sub-menu {
	background-color: #f9f9f9 !important;
	box-shadow: rgb(51 51 51 / 17%) 1px -1px 15px;
}

li.custom-profile-menu ul.sub-menu:after {
	border-bottom-color: #f9f9f9 !important;
}

li.custom-profile-menu ul.sub-menu li {
	margin-left: 0 !important;
}

header.site-main-header .primary-menu .start-free-btn a {
	width: 160px;
	height: 40px;
	border-radius: 20px;
	background-color: #00ccff;
	font-size: 16px !important;
	color: #ffffff !important;
	font-weight: 600 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #00ccff;
	transition: all 0.3s linear;
}

header.site-main-header .primary-menu .start-free-btn {
	margin-left: 60px;
}

header.site-main-header .primary-menu .start-free-btn a:hover {
	background-color: #fff;
	color: #00ccff !important;
}

.site-main-header .primary-menu {
	padding-left: 0;
	align-items: center;
	margin: 0;
}

.site-main-header .primary-menu .menu-item {
	margin: 0;
	margin-left: 45px;
}

.site-main-header .primary-menu .menu-item:first-child {
	margin-left: 0;
}

header.site-main-header .primary-menu .login-btn a,
.new-lesson-btn,
.single-sfwd-quiz .wpProQuiz_list .wpProQuiz_listItem .wpProQuiz_button {
	width: 131px;
	height: 40px;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #ff7800;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ff7800 !important;
	font-weight: 600;
	transition: all 0.3s linear;
}

header.site-main-header .primary-menu .login-btn {
	margin-left: 15px;
}

header.site-main-header .primary-menu .login-btn a:hover,
.new-lesson-btn:hover,
.single-sfwd-quiz .wpProQuiz_list .wpProQuiz_listItem .wpProQuiz_button:hover {
	color: #fff !important;
	background-color: #ff7800;
}

.site-main-header .header-titles {
	margin: 0;
}

.home .status-publish .entry-header {
	padding: 0;
}

.home .status-publish .post-inner {
	padding: 0;
}

.home-page-slider {
	width: 100% !important;
	max-width: 100% !important;
	background-repeat: repeat-x !important;
	background-size: cover;
	left: 0 !important;
	right: 0;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 625px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	background-image: url('/wp-content/uploads/2022/04/Home-banner.png');
	/*background-position: center !important;*/
}

.home-page-slider:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block !important;
}

.home-page-slider .slider-heading {
	font-size: 60px !important;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 18px;
	max-width: 635px;
	letter-spacing: 0.3px;
}

.home-page-slider .vc_column-inner {
	padding-top: 0 !important;
}

.btn-main-primary button,
.form-submit .submit,
.ays-survey-section-button-content .ays-survey-section-button,
.btn-main-primary a.btn,
.modal-payment #pmpro_submit_span .pmpro_btn {
	min-width: 220px;
	height: 50px;
	border-radius: 25px !important;
	background-color: #00ccff !important;
	border: 1px solid #00ccff !important;
	font-size: 18px !important;
	color: #ffffff !important;
	font-weight: 600;
	transition: all 0.3s linear !important;
}

.btn-main-primary button:hover,
.form-submit .submit:hover,
.ays-survey-section-button-content .ays-survey-section-button:hover,
.btn-main-primary a.btn:hover,
.modal-payment #pmpro_submit_span .pmpro_btn:hover {
	background-color: #fff !important;
	color: #00ccff !important;
}

.subtitle-main {
	font-size: 18px;
	color: #ff7800;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}

.work-progress-content-wrap>.vc_column_container>.vc_column-inner {
	padding-top: 10px !important;
	padding-left: 0;
	padding-right: 0;
}

.site-title-main {
	font-size: 40px;
	color: #4e6076;
	font-weight: 700;
	letter-spacing: 0.01px;
	margin-top: 0 !important;
	margin-bottom: 15px !important;
}

/*.work-progress-content-wrap .site-title-main{}
.work-progress-content-wrap .subtitle-main{}*/
.work-progress-txt p {
	font-size: 16px;
	color: #7b7b7b;
	font-weight: 600;
	line-height: 24px;
}

.get-started-wrap .work-progress-txt p {
	max-width: 490px;
	margin: 0 auto;
}

.get-started-col {
	padding-top: 70px;
	text-align: center;
	position: relative;
	z-index: 0;
}

.get-started-col .vc_single_image-wrapper {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
}

.get-started-col .vc_single_image-wrapper:before {
	content: '';
	width: 100px;
	height: 100px;
	background-color: transparent;
	border-radius: 100%;
	border: 1px dashed;
	background-color: #fff;
	z-index: -1;
	position: absolute;
	animation: spin 10s linear infinite;
}

@keyframes spin {
	100% {
		transform: rotateZ(360deg);
	}
}

.get-started-col .vc_single_image-wrapper img {
	max-width: 50px;
	width: 100%;
}

.get-started-col .bg-fc9918 .vc_single_image-wrapper:before {
	border-color: #ff7800;
}

.get-started-col .bg-daf1fc .vc_single_image-wrapper:before {
	border-color: #68ceff;
}

.get-started-col .bg-e6e6ff .vc_single_image-wrapper:before {
	border-color: #4a4aff;
}

.get-started-col .bg-d8ebff .vc_single_image-wrapper:before {
	border-color: #3496fe;
}

.get-started-col .bg-e4fee4 .vc_single_image-wrapper:before {
	border-color: #42c942;
}

.bg-fc9918 .vc_single_image-wrapper {
	background-color: #fed095;
}

.bg-daf1fc .vc_single_image-wrapper {
	background-color: #daf1fc;
}

.bg-e6e6ff .vc_single_image-wrapper {
	background-color: #e6e6ff;
}

.bg-d8ebff .vc_single_image-wrapper {
	background-color: #d8ebff;
}

.bg-e4fee4 .vc_single_image-wrapper {
	background-color: #e4fee4;
}

.get-started-col .wpb_single_image {
	text-align: center !important;
	margin-bottom: 40px !important;
}

.get-started-col .wpb_text_column h5 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 16px;
	color: #4e6076;
	font-weight: 700;
}

.get-started-col .wpb_text_column p {
	font-size: 14px;
	line-height: 20px;
	color: #7b7b7b;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 auto;
	max-width: 224px;
}

.get-started-col .wpb_text_column.wpb_content_element {
	margin-bottom: 0;
}

.get-started-wrap .btn-main-primary {
	margin-top: 40px;
}

.get-started-wrap .get-started-col:before {
	content: "";
	max-width: 267px;
	width: 100%;
	height: 115px;
	border: 1px dashed #2d2d37;
	position: absolute;
	border-radius: 50% / 100% 100% 0 0;
	/*border-left: 0;
    border-right: 0;*/
	border-bottom: 0;
	top: 10px;
	z-index: -1;
	animation: 1s linear infinite rotate;
}

.get-started-wrap .get-started-col:last-child:before {
	display: none;
}

.get-started-col .icon-arrow p,
.get-started-col .icon-arrow img {
	margin: 0;
}

.get-started-col .icon-arrow {
	position: absolute;
	right: 0;
	top: 3px;
}

.courses-wrapper {
	margin: 0 !important;
	padding: 0 7px 0 7px !important;
	width: 100% !important;
	left: auto !important;
	align-items: flex-start;
}

.courses-wrapper .work-progress-txt p {
	margin: 0;
}

.courses-wrapper .wpb_single_image figure.vc_figure {
	max-width: 600px;
	width: 100%;
	margin-right: -90px;
}

.courses-wrapper .wpb_single_image figure.vc_figure .vc_single_image-wrapper,
.courses-wrapper .wpb_single_image figure.vc_figure .vc_single_image-wrapper img {
	width: 100%;
}

.courses-wrapper>.vc_column_container>.vc_column-inner>.wpb_wrapper {
	position: relative;
}

.monthly-pricing {
	width: 192px;
	height: 167px;
	border-radius: 12px;
	box-shadow: 0px 3px 6.5px rgba(0, 0, 0, 0.16);
	background-color: #ff7800;
	text-align: center;
	padding: 0 8px;
	position: absolute;
	top: 41%;
	left: 130px;
}

.monthly-pricing .pricing-box {
	width: 33px;
	height: 33px;
	border-radius: 5px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fc9918;
	font-size: 16px;
	margin: 0 auto;
	transform: translate(0px, -16px);
	position: relative;
}

.monthly-pricing .pricing-box:before {
	content: "\f004";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #fc9918;
	font-size: 16px;
}

.monthly-pricing h6 {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
}

.monthly-pricing h5 {
	font-size: 25px;
	color: #ffffff;
	font-weight: 600;
	margin: 10px 0;
}

.monthly-pricing p {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
}

.way-to-learn {
	width: 192px;
	height: 194px;
	border-radius: 12px;
	box-shadow: 0px 3px 6.5px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	padding: 12px;
	text-align: center;
	position: absolute;
	right: 5%;
	bottom: 51px;
}

.way-to-learn .learn-box-icon {
	width: 33px;
	height: 33px;
	border-radius: 5px;
	background-color: #ff7800;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
}

.way-to-learn .learn-box-icon:before {
	/*content: "\f0eb";*/
	content: "\eee1";
	font-family: 'Font-Awesome-Pro' !important;
	/*font-family: "Font Awesome 6 Free";*/
	font-weight: 400;
	color: #fff;
	font-size: 16px;
}

.way-to-learn h6 {
	font-size: 16px;
	color: #4e6076;
	font-weight: 600;
	margin: 0;
	text-transform: none;
	margin: 8px 13px 3px 13px;
}

.way-to-learn h6 span {
	color: #ff7800;
}

.way-to-learn p {
	font-size: 14px;
	line-height: 20px;
	color: #7b7b7b;
	font-weight: 400;
}

.unorder-list-mail {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.get-started-col figure.vc_figure {
	position: relative;
}

.get-started-col figure.vc_figure:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	transform: translate(-50%, -50%) !important;
	top: 102%;
	left: 50%;
}

.get-started-col figure.vc_figure:before {
	content: '';
	color: #fff;
	position: absolute;
	z-index: 1;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	transform: translate(-50%, -50%);
	top: 104%;
	left: 50%;
}

.get-started-col .bg-fc9918 figure.vc_figure:after {
	border-bottom: 26px solid #ff7800;
}

.get-started-col .bg-fc9918 figure.vc_figure:before {
	content: '1';
}

.get-started-col .bg-daf1fc figure.vc_figure:after {
	border-bottom: 26px solid #68ceff;
}

.get-started-col .bg-daf1fc figure.vc_figure:before {
	content: '2';
}

.get-started-col .bg-e6e6ff figure.vc_figure:after {
	border-bottom: 26px solid #4a4aff;
}

.get-started-col .bg-e6e6ff figure.vc_figure:before {
	content: '3';
}

.get-started-col .bg-d8ebff figure.vc_figure:after {
	border-bottom: 26px solid #3496fe;
}

.get-started-col .bg-d8ebff figure.vc_figure:before {
	content: '4';
}

.get-started-col .bg-e4fee4 figure.vc_figure:after {
	border-bottom: 26px solid #42c942;
}

.get-started-col .bg-e4fee4 figure.vc_figure:before {
	content: '5';
}

.main-courses-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	padding: 60px 0 42px 0 !important;
	margin: 50px 0 0 0 !important;
	background-color: #f9fdff;
	left: 0 !important;
	right: 0 !important;
}

ul.unorder-list-mail li {
	font-size: 14px;
	line-height: 31px;
	color: #4e6076;
	font-weight: 600;
	margin: 0;
	display: flex;
	align-items: center;
}

ul.unorder-list-mail li span {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-color: #ff7800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	flex-shrink: 0;
}

ul.unorder-list-mail li span i {
	color: #fff;
	font-size: 8px;
}

.courses-wrapper .wpb_text_column {
	margin-bottom: 23px;
}

.courses-wrapper .btn-group-wrap {
	display: flex;
	align-items: center;
	padding-top: 13px;
	margin: 0;
	/*padding-bottom: 10px;*/
	flex-wrap: wrap;
}

.courses-wrapper .btn-group-wrap>.wpb_column {
	padding-bottom: 10px;
}

.courses-wrapper .btn-group-wrap .vc_col-sm-12 {
	width: auto;
}

.courses-wrapper .work-progress-txt p {
	max-width: 567px;
}

.courses-wrapper .course-col-right-image {
	text-align: right !important;
	margin-bottom: 0;
}

/*.courses-wrapper .course-col-right-image img{margin-left: auto;}*/
/*.courses-wrapper>.vc_col-sm-6:last-child>.vc_column-inner>.wpb_wrapper
{
	max-width: 453px;
	margin-left: auto;
}*/
/*.courses-wrapper>.vc_col-sm-6:last-child
{
	background-image: url('/wp-content/uploads/2022/05/ltr-n.png');
	background-repeat: no-repeat;
	background-position: 280% 60%;
}*/
.courses-wrapper>.vc_col-sm-6>.vc_column-inner {
	padding: 0 0;
}

.courses-wrapper {
	overflow: visible !important;
}

.courses-wrapper .btn-group-wrap .vc_col-sm-12 .vc_column-inner {
	padding-left: 0;
}

.courses-wrapper .btn-group-wrap .btn-main-primary {
	margin-bottom: 0;
}

.courses-wrapper .btn-group-wrap .wpb_raw_code.wpb_raw_html {
	margin-bottom: 0;
}

.video-btn {
	margin-left: 5px;
}

.video-btn a {
	font-size: 18px;
	color: #ff7800 !important;
	font-weight: 600;
	display: flex;
	align-items: center;
	text-decoration: none !important;
	cursor: pointer;
}

.video-btn a span {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	/*filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));*/
	box-shadow: 0px 3px 9.5px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin-right: 11px;
}

.know-your-teacher .wpb_text_column {
	margin-bottom: 0;
}

.know-your-teacher .work-progress-txt p {
	margin-left: 0;
	max-width: 545px;
	margin-bottom: 25px !important;
}

.know-your-teacher .subtitle-main {
	margin-top: 0;
}

.know-your-teacher {
	margin-top: 65px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.testimonial-wrap .work-progress-txt p {
	margin-bottom: 25px;
}

.testimonial-slider .testimonial-item .testimonial-image {
	width: 168px;
	height: 168px;
	border-radius: 100%;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}

.testimonial-slider .testimonial-item .testimonial-image img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.testimonial-slider .testimonial-item .testimonial-design {
	border-radius: 10px;
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	margin: 0 20px;
	padding: 35px 47px;
	text-align: center;
	transform: translate(0px, -30px);
	position: relative;
}

.testimonial-design .testimonial-name {
	font-size: 18px;
	color: #4e6076;
	font-weight: 700;
	margin-bottom: 15px;
}

.testimonial-design .testimonial-content p {
	font-size: 16px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 500;
}

.homepage-testimonial .slick-arrow {
	position: absolute;
	bottom: -41px;
	padding: 0;
	width: 88px;
	height: 70px;
	background-color: #ff7800;
	z-index: 1;
	font-size: 0;
}

.homepage-testimonial .slick-arrow:focus {
	color: #dbdbdb;
}

.homepage-testimonial .slick-prev.slick-arrow {
	border-radius: 0 0 0 100%;
	left: calc(50% - 88px);
	text-align: right;
}

.homepage-testimonial .slick-prev.slick-arrow:before {
	content: "\f177";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 28px;
	margin-right: 10px;
}

.homepage-testimonial .slick-next.slick-arrow {
	border-radius: 0 0 100% 0;
	right: calc(50% - 88px);
	text-align: left;
}

.homepage-testimonial .slick-next.slick-arrow:before {
	content: "\f178";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 28px;
	margin-left: 10px;
}

.testimonial-slider {
	position: relative;
}

.testimonial-slider .bg-line-pattern2 {
	position: absolute;
	right: -170px;
	top: -47px;
}

.testimonial-slider .bg-line-pattern2 img {
	margin-top: 0;
}

.quote-mark {
	width: 68px;
	height: 68px;
	border-radius: 34px;
	box-shadow: 0px 1px 6.5px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	/*position: absolute;*/
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff7800;
	left: 30px;
	top: -37px;
	font-size: 30px;
	margin-left: 30px;
}

.quote-mark:before {
	content: "\f10e";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #ff7800;
	font-size: 36px;
	line-height: normal;
}

.bg-line-pattern1 {
	position: absolute;
	left: 0;
	top: 4px;
	z-index: -1;
}

.bg-line-pattern1 img {
	margin: 0 !important;
}

.testimonial-main-content-wrapper {
	width: 100% !important;
	margin: 73px 0 0 0 !important;
	padding: 30px 0 70px 0 !important;
	position: relative !important;
	max-width: 100% !important;
	background-color: #f9fdff;
	left: 0 !important;
	right: 0 !important;
	overflow: visible !important;
}

.section-bg-patternwave {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: -105px;
	z-index: -1;
}

.section-bg-patternwave .vc_column-inner {
	padding: 0 !important;
}

.section-bg-patternwave .wpb_text_column {
	margin-bottom: 0;
}

.section-bg-patternwave img {
	width: 100%;
	margin: 0;
	min-height: 106px;
}

.vc_section.testimonial-main-content-wrapper {
	background-position: bottom right !important;
}

.quote-sm {
	width: 38px;
	height: 38px;
	border-radius: 19px;
	background-color: #ff7800;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 0;
}

.testimonial-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.testimonial-wrap>.vc_column_container {
	float: none;
}

.testimonial-wrap .testimonial-col-left {
	/*margin-top: 82px;*/
	z-index: 0;
}

.blog-item .blog-image {
	height: 240px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 3px 6.5px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}

.blog-item .blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-item .blog-date {
	color: #7b7b7b;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.blog-item .blog-date {
	margin-top: 15px;
	display: inline-flex;
	align-items: center;
	margin-right: 13px;
	white-space: nowrap;
}

.blog-item .blog-date i {
	color: #ff7800;
	margin-right: 5px;
	font-weight: 400;
}

.blog-item .blog-category {
	font-size: 14px;
	line-height: 24px;
	color: #4e6076;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
}

.blog-item .blog-category:before {
	content: '|';
	margin-right: 13px;
}

.blog-item .blog-name {
	font-size: 18px;
	line-height: 24px;
	color: #4e6076;
	font-weight: 700;
	margin-top: 6px;
	margin-bottom: 15px !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	letter-spacing: 0.1px;
}

.blog-item a {
	text-decoration: none;
}

.blog-item .blog-content {
	font-size: 16px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.our-blog-wrap .homepage-blog {
	margin: 0 -15px;
}

.our-blog-wrap .homepage-blog .blog-item {
	padding: 0 15px;
}

.view-all-link button {
	font-size: 16px !important;
	color: #00ccff !important;
	font-weight: 600;
	background-color: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	display: inline-flex !important;
	align-items: center;
}

.view-all-link button i {
	color: #ff7800 !important;
	position: static !important;
	transform: translate(6px, 0px) !important;
}

.site-footer-main {
	background-color: #f3f3f3 !important;
	margin-top: 40px !important;
}

.site-footer-main .widget_block h3 {
	font-size: 16px;
	color: #4e6076;
	font-weight: 700;
	margin-bottom: 25px;
}

.site-footer-main .footer-widgets-wrapper,
.site-footer-main .footer-widgets-wrapper .custom-footer-widget {
	width: 100%;
	margin: 0;
}

.site-footer-main .widget_block {
	margin-top: 0;
}

.site-footer-main .widget_block .widget-content {
	display: flex;
	align-items: baseline;
}

.site-footer-main .widget-content ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.site-footer-main .widget-content ul li a {
	font-size: 14px;
	/*line-height: 35px;*/
	color: #4e6076;
	font-weight: 400;
	text-decoration: none;
	display: block;
	margin-bottom: 15px;
	transition: all 0.3s linear;
}

.site-footer-main .widget-content ul li a:hover,
.site-footer-main .widget-content ul li a.active,
.site-footer-main .widget-content ul li.active a {
	color: #ff7800;
}

.site-footer-main .footer-contact-detail {
	margin-bottom: 10px;
}

.site-footer-main .footer-contact-detail ul li a i {
	color: #FF7800;
	margin-right: 8px;
	font-size: 14px;
	width: 14px;
}

.site-footer-main .widget-content .footer-contact-detail ul li a {
	display: flex;
	align-items: center;
}

.site-footer-main .footer-contact-detail ul li a i.fa-phone {
	font-size: 18px;
}

.site-footer-main .footer-contact-detail ul li {
	margin: 0 !important;
}

.site-footer-main .about-company {
	margin-right: 70px;
}

.site-footer-main .widget_media_image .widget-content {
	justify-content: center;
}

.site-footer-main .footer-widgets .widget_block:last-child .widget-content {
	flex-flow: column;
	align-items: flex-end;
}

.site-footer-main .footer-widgets .widget_block:last-child .widget-content h3 {
	margin-bottom: 13px;
}

.site-footer-main .footer-social-icon {
	max-width: 214px;
	width: 100%;
}

.site-footer-main .footer-social-icon ul {
	display: flex;
	align-items: center;
}

.site-footer-main .footer-social-icon ul li {
	margin: 0 7px 0 0 !important;
}

.site-footer-main .footer-social-icon ul li a,
#social-icon-toggle ul li a {
	width: 23px;
	height: 23px;
	border-radius: 4px;
	background-color: #ff7800;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
	border: 1px solid #ff7800;
}

#social-icon-toggle ul li a {
	font-size: 14px;
}

.footer-social-icon ul li:first-child i {
	font-size: 17px;
	margin-top: 6px;
	transform: translateY(0) !important;
}

.footer-social-icon ul li:nth-child(3) i,
.footer-social-icon ul li:nth-child(4) i,
.footer-social-icon ul li:last-child i {
	font-size: 12px;
}

.home .site-footer-main .footer-social-icon ul li a i {
	transform: translateY(1px);
}

.site-footer-main .footer-social-icon ul li a:hover,
#social-icon-toggle ul li a:hover {
	background-color: #fff;
	color: #ff7800;
}

.site-footer-main .widget_media_image figure.wp-block-image {
	margin: 0 !important;
}

.site-footer-main .custom-footer-widget .widget_media_image {
	align-self: center;
}

.site-footer-main aside.footer-widgets-outer-wrapper {
	padding: 70px 0 55px 0;
	border: 0;
}

footer.footer-copy {
	background-color: #dedede !important;
	padding: 18px 0 !important;
}

.footer-bottom-link ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style-type: none;
}

.footer-bottom-link ul li {
	margin-top: 0;
}

.footer-bottom-link ul li:first-child {
	margin-left: 0;
}

.footer-bottom-link ul a {
	font-size: 14px;
	color: #4e6076;
	font-weight: 400;
}

.footer-copy .footer-copyright,
.footer-copy .powered-by-wordpress a {
	font-size: 14px;
	color: #4e6076;
	font-weight: 400;
	line-height: normal;
}

.footer-copy .powered-by-wordpress {
	margin: 0;
}

.footer-copy .footer-copyright a {
	color: #ff7800;
	font-weight: 500;
	margin: 0 2px;
}

.footer-copy .footer-credits {
	align-items: center;
}

.testimonial-wrap .testimonial-col-left>.vc_column-inner,
.testimonial-wrap .testimonial-slider>.vc_column-inner {
	padding-top: 0 !important;
}

#site-footer .section-inner {
	flex-wrap: wrap;
}

.footer-copy .footer-bottom-link a:hover {
	color: #ff7800;
}

.header-bg-light {
	background-color: #f5f5f5;
	padding: 20px 0;
}

.header-title {
	font-size: 30px;
	color: #4e6076 !important;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: normal;
}

.search_bar .header-title {
	white-space: nowrap;
	margin: 0;
}

.search_bar .form-control,
.search_bar .form-select {
	height: 41px;
	border-radius: 21px !important;
	background-color: #ffffff !important;
	border: 1px solid #d2d2d2 !important;
	font-size: 15px !important;
	color: #4e6076 !important;
	font-weight: 400;
	padding: 5px 20px !important;
}

.form-control:focus,
.form-select:focus {
	box-shadow: none;
	border-color: #00ccff !important;
}

.search-bar-box {
	position: relative;
}

.search-bar-box .btn {
	padding: 0;
	position: absolute;
	color: #ff7800;
	font-size: 20px;
	right: 20px;
	top: 10px;
	line-height: normal;
	border: 0;
}

.blog_box_txt .blog-date {
	margin-bottom: 0;
	margin-right: 0;
}

.blog_box_txt .blog-date .blog-category {
	margin-left: 13px;
}

.search_bar form {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: -70px;
}

.search_bar .container {
	display: flex;
	align-items: center;
}

.search_bar .filter-content-box {
	position: relative;
	max-width: 162px;
	width: 100%;
}

.filter-content-box.avil_filter-content-box {
	max-width: 226px;
}

.avil_filter-content-box i {
	position: absolute;
	right: 17px;
	top: 12px;
	font-size: 16px;
	color: #ff7800;
	font-weight: 300;
}

.search_bar .filter-content-box select {
	background-image: none;
	width: 100%;
	cursor: pointer;
}

.search_bar .search-bar-box {
	margin: 0 auto;
	max-width: 543px;
	width: 100%;
}

.search_bar .search-bar-box input {
	width: 100%;
}

.filter-icon {
	position: absolute;
	right: 20px;
	top: 15px;
}

.filter-icon span {
	background-color: #ff7800;
	display: block;
	margin: 0 auto 3px auto;
	height: 1px;
}

.filter-icon span:first-child {
	width: 17px;
}

.filter-icon span:nth-child(2) {
	width: 14px;
}

.filter-icon span:nth-child(3) {
	width: 10px;
}

.filter-icon span:nth-child(4) {
	width: 5px;
}

.bolg_section {
	padding-top: 52px !important;
	padding-bottom: 0 !important;
}

.bolg_section .blog-item {
	margin-bottom: 60px;
}

.single-header-block {
	padding-top: 0 !important;
	padding-bottom: 0px !important;
}

.custom-back-page h1 {
	margin-bottom: 0;
}

.header-title i {
	font-size: 23px;
	color: #ff7800;
	margin-right: 10px;
}

.entry-title {
	font-size: 34px !important;
	line-height: 44px;
	color: #4e6076;
	font-weight: 600;
	margin: 40px 0 !important;
	letter-spacing: 0.2px;
}

.blog-featured-media .featured-media:before {
	display: none;
}

.featured-media-inner-wrap {
	max-height: 635px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	object-fit: cover;
	object-position: center;
	/*filter: drop-shadow();*/
	box-shadow: 0px 3px 6.5px rgba(0, 0, 0, 0.16);
}

.featured-media-inner-wrap img {
	width: 100%;
	object-position: center;
	object-fit: cover;
}

.custom-post-meta {
	display: flex;
	align-items: center;
	margin-top: 17px;
}

.custom-post-meta .post-meta-wrapper {
	max-width: none;
	width: auto;
	margin: 0;
}

.custom-post-meta .post-meta-wrapper ul.post-meta {
	width: auto;
	margin: 0;
	padding: 0;
	justify-content: flex-start;
}

.custom-post-meta .post-meta-wrapper ul.post-meta li.post-author,
.custom-post-meta .post-meta-wrapper ul.post-meta li.post-comment-link {
	display: none;
}

.custom-post-meta .post-meta-wrapper ul.post-meta li.post-date {
	margin: 0;
}

.custom-post-meta .social-share {
	margin-left: auto;
}

.custom-post-meta .post-meta-wrapper ul.post-meta li.post-date .meta-text a {
	color: #7b7b7b;
	font-size: 18px;
	font-weight: 400;
	white-space: nowrap;
}

.custom-post-meta .post-meta-wrapper ul.post-meta li.post-date .meta-icon {
	margin-right: 6px;
}

.custom-post-meta .post-meta-wrapper ul.post-meta li.post-date .meta-icon svg path {
	fill: #ff7800;
}

.custom-post-meta .entry-categories {
	margin-bottom: 0;
}

.custom-post-meta .entry-categories .entry-categories-inner a {
	margin-top: 0;
	font-size: 18px;
	color: #4e6076;
	text-decoration: none !important;
	margin-left: 0;
	border: 0;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0;
}

.custom-post-meta .entry-categories .entry-categories-inner {
	margin: 0;
}

.custom-post-meta .entry-categories .entry-categories-inner a:before {
	content: "|";
	margin-left: 15px;
	margin-right: 15px;
}

.social-share #share-button {
	padding: 0;
	background-color: transparent;
	font-size: 19px;
	color: #707070;
	font-weight: 300;
	line-height: normal;
}

#social-icon-toggle ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}

#social-icon-toggle ul li {
	margin: 0 0 0 7px;
}

#social-icon-toggle ul li:last-child {
	display: none;
}

#social-icon-toggle ul li:first-child {
	margin-left: 11px;
}

.custom-post-content>.post-inner {
	padding-top: 15px;
}

.custom-post-content p {
	max-width: unset !important;
	width: 100% !important;
	font-size: 16px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 400;
	margin-bottom: 30px;
}

.custom-post-content p strong {
	font-weight: 400;
}

.custom-post-content .wp-block-columns {
	max-width: unset !important;
	width: 100% !important;
	margin: 0 !important;
}

.custom-post-content .wp-block-columns .wp-block-column figure.wp-block-image {
	margin-top: 0 !important;
	margin-bottom: 30px !important;
}

.custom-post-content .wp-block-columns .wp-block-column {
	margin-bottom: 0 !important;
}

.pagination-single {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e3e3e3;
}

.pagination-single>hr {
	display: none;
}

.pagination-single .pagination-single-inner a {
	align-items: center;
}

.pagination-single .pagination-single-inner .blog-image img {
	width: 170px;
	height: 102px;
	object-fit: cover;
	object-position: center;
}

.pagination-single .pagination-single-inner .arrow a {
	font-size: 20px;
	line-height: 44px;
	color: #ff7800;
	font-weight: 500;
}

.pagination-single .pagination-single-inner .arrow .previous-post {
	margin-right: 10px;
	margin-left: 20px;
}

.pagination-single .pagination-single-inner .arrow .previous-post i {
	margin-right: 8px;
}

.pagination-single .pagination-single-inner .arrow .next-post {
	margin-right: 20px;
	margin-left: 10px;
}

.pagination-single .pagination-single-inner .arrow .next-post i {
	margin-left: 5px;
}

.comments-wrapper {
	margin-top: 70px;
}

.comments-wrapper .comments-header,
.comments-wrapper .comments-inner {
	max-width: unset !important;
	width: 100% !important;
}

.comments-header .comment-reply-title {
	margin-bottom: 0;
}

.comments-header .comment-reply-title .entry-title {
	text-align: left;
	margin-bottom: 0 !important;
}

.comment-reply-title .entry-title span {
	color: #ff7800;
	margin-left: 7px;
}

.comment .comment-author-image img {
	width: 124px;
	height: 124px;
	border-radius: 100%;
	position: static;
}

.comment-author-content .comment-metadata span {
	font-size: 20px;
	color: #4e6076;
	font-weight: 600;
	margin-bottom: 5px;
	display: inline-block;
}

.comment-author-content .comment-metadata .comment-edit-link {
	color: #ff7800;
	font-weight: 500;
	font-size: 14px;
}

.comment-author-content .comment-metadata time {
	display: none;
}

.comment-author-content .comment-content p {
	font-size: 16px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 500;
}

.comment .comment-body {
	display: flex;
	align-items: flex-start;
}

.comment .comment-body .comment-meta {
	flex-shrink: 0;
	padding: 0;
	margin-right: 30px;
}

.comments-inner .comment:first-child {
	margin-top: 30px;
}

.comments-inner>.comment {
	padding-top: 35px;
}

.comment-author-content .comment-metadata {
	margin-top: 0;
}

.comment-author-content .comment-footer-meta {
	margin: 0;
}

.comment-footer-meta .comment-reply {
	margin-left: 0;
	margin-bottom: 0;
}

.comment-footer-meta .comment-reply a {
	font-size: 16px;
	color: #ff7800;
	font-weight: 600;
	background-color: transparent;
	text-transform: capitalize;
	padding: 0;
	margin-top: 12px;
}

.comment-footer-meta .comment-reply a:before {
	content: '\f3e5';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 12px;
	margin-right: 10px;
}

.comment-footer-meta .by-post-author,
.comments-wrapper hr.styled-separator {
	display: none !important;
}

.comments-inner .comment .comment.odd {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 35px 0 35px 0;
	margin: 35px 0 0 80px;
}

.comment-respond {
	margin-top: 70px;
}

.comment-reply-title {
	text-align: left;
	line-height: normal;
	margin-bottom: 35px !important;
}

.comment-respond .comment-notes {
	display: none;
}

.comment-respond form {
	max-width: unset !important;
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
}

label {
	font-size: 18px;
	color: #7b7b7b;
	font-weight: 700;
}

.form-control,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
	height: 50px;
	border-radius: 26px !important;
	background-color: #ffffff !important;
	border: 1px solid #cccccc;
	font-size: 16px !important;
	color: #4e6076;
	font-weight: 400;
	padding: 5px 20px !important;
}

.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
	padding: 15px 20px !important;
}

textarea.form-control {
	height: auto;
	padding: 20px !important;
}

.comment-respond form .comment-form-email {
	margin-left: auto;
	margin-right: 0;
}

.comment-respond form .comment-form-author {
	margin-left: 0;
}

.comment-respond form .comment-form-author,
.comment-respond form .comment-form-email {
	width: calc(50% - 15px) !important;
	float: none;
}

.form-submit .submit {
	text-transform: capitalize;
	padding: 14px 20px;
	min-width: 193px;
}

.faq-wrapper {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: unset !important;
	left: unset !important;
}

.post-inner {
	padding-top: 50px;
}

.faqs-column-wrap h3 {
	display: none !important;
}

#wpsm_accordion_274 {
	overflow: unset !important;
	padding-top: 20px;
}

.faqs-column-wrap #wpsm_accordion_274 .wpsm_panel {
	margin-bottom: 35px;
	margin-top: 0 !important;
	background-color: transparent;
	border-radius: 10px !important;
	border: 1px solid #e1e1e1 !important;
}

.faqs-column-wrap>.vc_column-inner {
	padding: 0 !important;
}

.faqs-column-wrap #wpsm_accordion_274 .wpsm_panel.custom-faq {
	border-color: transparent !important;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.16) !important;
}

.faqs-column-wrap #wpsm_accordion_274 .wpsm_panel-default>.wpsm_panel-heading {
	background-color: transparent !important;
	border-radius: 10px 10px 0 0 !important;
	padding: 0;
}

.faqs-column-wrap #wpsm_accordion_274 .wpsm_panel-default>.wpsm_panel-heading .ac_title_class {
	font-size: 18px;
	color: #4e6076;
	font-weight: 600;
	padding: 0 !important;
}

.faqs-column-wrap #wpsm_accordion_274 .wpsm_panel-default>.wpsm_panel-heading .ac_open_cl_icon {
	font-size: 10px;
	background-color: #ff7800 !important;
	border-radius: 30px;
	color: #fff !important;
	padding: 0px !important;
	font-weight: 400;
	width: 20px;
	height: 20px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	line-height: normal !important;
	float: none !important;
	flex-shrink: 0;
	margin-left: 10px;
}

.faqs-column-wrap #wpsm_accordion_274 .wpsm_panel-default>.wpsm_panel-heading a {
	line-height: normal !important;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row-reverse;
	padding: 20px 30px;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 600;
	letter-spacing: 0.01px;
}

.faqs-column-wrap #wpsm_accordion_274 .wpsm_panel-body {
	border: 0 !important;
	font-size: 16px !important;
	line-height: 24px;
	color: #7b7b7b !important;
	font-weight: 500;
	font-family: 'Raleway', sans-serif !important;
	padding: 0 40px 30px 30px;
	/*box-shadow: 0px 1px 6px rgba(0,0,0,0.16);*/
}

.about-us-professional .work-progress-txt p {
	margin-right: 43px;
	margin-bottom: 30px;
}

.about-us-professional .work-progress-txt .header-title {
	margin-bottom: 20px;
	margin-top: 0;
}

.about-getstarted-wrap {
	width: 100% !important;
	max-width: unset !important;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #f9fdff;
}

.about-us-professional>.vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.step-box-wrap .wpb_single_image {
	text-align: center !important;
}

.step-box-wrap .vc_column-inner {
	border-radius: 12px;
	box-shadow: 0px 3px 6.5px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	padding: 12px 10px !important;
	width: calc(100% - 20px) !important;
	margin: 12px 10px 12px 10px;
}

.step-box-wrap .vc_single_image-wrapper {
	width: 54px;
	height: 54px;
	border-radius: 100px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.step-box-wrap .vc_single_image-wrapper img {
	max-width: 30px;
}

.step-box-wrap h3 {
	font-size: 16px;
	line-height: 31px;
	color: #4e6076;
	font-weight: 600;
	margin: 0;
	letter-spacing: 0.01px;
}

.step-box-wrap p {
	font-size: 13px;
	line-height: 21px;
	color: #7b7b7b;
	font-weight: 500;
}

.step-box-wrap .wpb_content_element {
	margin-bottom: 0;
}

.row-text-center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.row-text-center .vc_col-sm-4 {
	float: none;
}

.about-get-started {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.about-get-started>.vc_col-md-5 .wpb_single_image {
	margin-bottom: 0;
}

.about-get-started .header-title {
	margin-bottom: 15px;
	margin-top: 70px;
}

.about-get-started .wpb_text_column {
	margin-bottom: 0;
}

.about-get-started .work-progress-txt p {
	margin-bottom: 30px !important;
}

.about-get-started>.vc_col-sm-7>.vc_column-inner {
	padding: 0;
}

.box-row-one .step-box-wrap:first-child .vc_single_image-wrapper {
	background-color: #fff4ee;
}

.box-row-one .step-box-wrap:nth-child(2) .vc_single_image-wrapper {
	background-color: #daf1fc;
}

.box-row-one .step-box-wrap:nth-child(3) .vc_single_image-wrapper {
	background-color: #e6e6ff;
}

.row-text-center .step-box-wrap:first-child .vc_single_image-wrapper {
	background-color: #d8ebff;
}

.row-text-center .step-box-wrap:last-child .vc_single_image-wrapper {
	background-color: #e4fee4;
}

.about-get-started .vc_col-md-5 .vc_single_image-wrapper img {
	max-width: 450px;
	width: 100%;
}

.about-getstarted-wrap {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.about-us-professional .wpb_single_image {
	text-align: right !important;
}

.section-bg-img1 img {
	position: absolute;
	transform: rotateY(-180deg);
	margin: 0;
	max-width: 1145px;
	width: 100%;
	left: -530px;
	bottom: -1px;
	z-index: -1;
}

.section-bg-img2 img {
	position: absolute;
	margin: 0;
	right: -746px;
	bottom: 276px;
	transform: rotate(-73deg);
	z-index: -1;
}

.bg-img-row .wpb_content_element {
	margin: 0 !important;
}

.learning-section .work-progress-txt .header-title {
	/*margin-right: 30px;*/
	margin-bottom: 20px;
	margin-top: 0px;
	max-width: 590px;
	margin-left: 0;
}

.learning-section .work-progress-txt p {
	margin-bottom: 30px;
	margin-right: -18px;
	max-width: 580px;
}

.learning-wrapper {
	max-width: unset !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.learning-section {
	background-repeat: no-repeat;
	background-position: 145% 100%;
	padding-top: 80px;
}

.learning-col-right .wpb_single_image {
	text-align: right !important;
}

.learning-col-right .wpb_single_image img {
	max-width: 463px;
	width: 100%;
}

.learning-col-left>.vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.numbers-wrapper {
	margin: 40px 0 0 0 !important;
	padding: 0 !important;
	background-color: #f1fcff;
	background-size: contain;
}

.numbers-wrapper .header-title {
	text-align: center;
	margin-bottom: 20px;
}

.number-row {
	padding-top: 15px;
}

.number-row .work-progress-txt p {
	max-width: 1055px;
	margin: 0 auto;
}

.number-row .count-text {
	font-size: 16px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 500;
}

.count-numbers {
	font-size: 36px;
	color: #4e6076;
	font-weight: 700;
	margin-bottom: 7px;
}

.page-id-7 .site-footer-main,
.page-id-291 .site-footer-main,
.page-id-139 .site-footer-main {
	margin-top: 0 !important;
}

.en-col-left .vc_column-inner {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-top: 0px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.en-col-left .en-courser-col-left-img {
	width: 802px;
	margin-left: -237px;
	margin-bottom: 0;
}

.en-courser-col-left-img figure.vc_figure,
.en-courser-col-left-img figure.vc_figure .vc_single_image-wrapper,
.en-courser-col-left-img figure.vc_figure .vc_single_image-wrapper img {
	width: 100%;
}

.en-course-col-right-text .work-progress-txt p {
	max-width: 567px;
}

.en-col-right>.vc_column-inner {
	padding-right: 0 !important;
	padding-left: 10px !important;
}

.en-col-right .site-title-main {
	margin-top: 25px !important;
}

.en-col-right .wpb_text_column {
	margin-bottom: 20px;
}

.en-col-right .btn-main-primary .btn {
	min-width: 320px;
}

.start-course-wrap {
	background-color: #f9fdff;
	margin: 50px 0 0 0 !important;
	padding: 30px 0 45px 0 !important;
}

.start-course-col-left {
	margin-top: 40px;
}

.start-main-row,
.start-course-col-right {
	position: relative;
	z-index: 0;
}

.start-main-row:before {
	width: 100%;
	right: -100%;
	content: '';
	top: 3%;
	height: 97%;
	background-color: #fae7d4;
	position: absolute;
	transform: skewX(-13deg);
	z-index: -1;
}

.start-course-col-right:before {
	background-color: #fae7d4;
	content: '';
	width: 100%;
	border-radius: 80px 0 0 90px;
	transform: skewX(-13deg);
	height: 97%;
	left: 246px;
	position: absolute;
	top: 3%;
	z-index: -1;
}

.start-course-col-right .wpb_single_image {
	margin-bottom: 10px;
	text-align: right !important;
}

.start-course-col-left>.vc_column-inner {
	padding: 0 !important;
}

.start-course-col-left .site-title-main {
	margin-bottom: 22px !important;
}

.start-course-col-left .work-progress-txt p {
	margin-bottom: 22px;
	margin-right: -43px;
	max-width: 605px;
}

.start-course-col-right .wpb_single_image figure .vc_single_image-wrapper {
	transform: translateX(50px);
}

.further-plans-wrap {
	margin-top: 75px;
}

.further-plans-wrap .site-title-main {
	max-width: 652px;
	margin: 0 auto 15px auto;
}

.further-plans-wrap .work-progress-txt p {
	max-width: 665px;
	margin: 0 auto;
}

.plan-box {
	text-align: center;
	margin-bottom: 20px;
}

.plan-box p {
	color: #7b7b7b;
	font-size: 18px;
	line-height: normal;
}

.plan-box p strong {
	font-size: 20px;
	font-weight: 700;
	color: #4e6076;
}

.plan-box .plan-icon {
	margin-bottom: 27px;
}

.user-chartboard .fa-chalkboard-teacher:before {
	content: '\eac5' !important;
	font-family: 'Font-Awesome-Pro' !important;
	font-weight: 400;
	transform: translate(-16px, 5px);
}

.i-film .fa-film:before {
	content: '\ed4a' !important;
	font-family: 'Font-Awesome-Pro' !important;
	font-weight: 400;
	transform: translate(-5px, 3px);
}

.i-ruler-pencil .fa-pencil-ruler:before {
	content: '\effd' !important;
	font-family: 'Font-Awesome-Pro' !important;
	font-weight: 400;
}

.user-chart .fa-chalkboard-teacher:before {
	content: '\eadc' !important;
	font-family: 'Font-Awesome-Pro' !important;
	font-weight: 400;
	transform: translate(-16px, 5px);
}

.i-search-document .fa-film:before {
	content: '\ed33' !important;
	font-family: 'Font-Awesome-Pro' !important;
	font-weight: 400;
	transform: translate(-2px, 6px);
}

.i-certificate .fa-pencil-ruler:before {
	content: '\ed21' !important;
	font-family: 'Font-Awesome-Pro' !important;
	font-weight: 400;
	transform: translate(-3px, 3px);
}

.plan-box .plan-icon .vc_icon_element-inner {
	width: 58px !important;
	height: 58px !important;
	border-radius: 100px;
	background-color: #fff1e5;
	border: 0 !important;
	margin: 0 auto !important;
	display: flex !important;
	align-items: flex-end;
	justify-content: flex-start;
	z-index: 0;
}

.plan-box .plan-icon .vc_icon_element-inner:after {
	content: '';
	width: 58px;
	height: 58px;
	border-radius: 29px;
	z-index: -1;
	position: absolute;
	display: block;
	top: 9px;
	right: 5px;
	background-color: #fff7f0;
	animation: scales 2s infinite;
	-webkit-animation: scales 2s infinite;
}

/*@keyframes scales
{
  0%   {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
  }
  50%  {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  100%  {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
  }
}*/
.plan-box .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
	position: static !important;
	font-size: 40px !important;
	transform: translate(0, 0) !important;
	color: #FF7800 !important;
	transition: all 0.3s linear;
}

.plan-box,
.plan-box .vc_icon_element-icon:before {
	transition: all 0.3s linear;
}

.plan-box:hover .vc_icon_element-icon:before {
	color: #4e6076;
	transform: scale(1.1);
}

.further-plans-wrap .plan-box .wpb_text_column p {
	width: 368px;
	margin: auto;
}

/*.wpsm_panel-heading.acc-a ~ .wpsm_panel {border-color: red !important;}
.faqs-column-wrap #wpsm_accordion_274 .wpsm_panel:has(.acc-a)
{
	border-color: red !important;
}*/
.certificates-wrapper {
	background-color: #F9FDFF;
	padding: 70px 0 30px 0 !important;
	margin: 0 !important;
}

.certificates-wrapper .site-title-main {
	max-width: 835px;
	margin: 0 auto 20px auto;
}

.certificates-wrapper .work-progress-txt p {
	max-width: 665px;
	margin: 0 auto;
}

.certificates-wrapper .vc_col-sm-12>.vc_column-inner {
	padding: 0 !important;
}

.certificate-col .wpb_single_image {
	text-align: center !important;
	margin-bottom: 0;
}

.certificate-col h5 {
	font-size: 20px;
	color: #4E6076;
	font-weight: 700;
	margin-top: 20px;
	letter-spacing: normal;
}

.certificate-col .wpb_single_image figure img {
	max-width: 200px;
	width: 100%;
}

.certificate-col {
	margin: 10px 0 20px 0;
}

.join-here-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0 !important;
	padding: 70px 0 !important;
}

.join-here-wrap .site-title-main {
	color: #fff;
	max-width: 774px;
	margin-bottom: 40px !important;
}

.join-here-wrap .btn-main-primary button {
	min-width: 320px;
}

.comment-respond .logged-in-as {
	margin: 0 0 20px 0 !important;
	text-align: left;
	font-size: 16px !important;
	color: #7b7b7b !important;
}

.membership-header .site-title-main {
	margin: 20px 0 22px 0 !important;
}

.membership-header .work-progress-txt p {
	font-size: 18px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 700;
}

.container.memberships-level-container {
	padding: 0;
}

.cutsom_pricing {
	border-radius: 20px;
	background-color: #ffffff;
	border: 1px solid #4e6076;
}

.pricing_header {
	border-radius: 20px 20px 0 0;
	background-color: #4e6076;
	padding: 20px 15px;
}

.pricing_header h4 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	margin: 0;
	letter-spacing: 0.01px;
}

.pricing_header h4 strong {
	font-weight: 600;
}

.pricing_header h5:first-letter {
	font-size: 25px;
	color: #ffffff;
	font-weight: 600;
	margin-right: 5px;
}

.pricing_header h5 {

	font-size: 18px;
	color: #ebebeb;
	font-weight: 600;
	text-transform: lowercase;
	letter-spacing: normal;
	/*display: inline-block;*/
}

.popular_pricing .pricing_header h5,
.enterprice_pricing .pricing_header h5 {
	color: #fff;
}

.pricing_header h5 span {
	color: #00ccff;
	font-size: 25px;
	font-weight: 600;
}

.pricing_header h5 {
	margin-top: 5px;
}

.pricing_description {
	padding: 15px 14px 40px 16px;
	font-size: 14px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 600;
	position: relative;
}

.pricing_description ul {
	margin-top: 25px;
}

.pricing_description ul li {
	font-size: 14px;
	line-height: 20px;
	color: #4e6076;
	font-weight: 600;
	align-items: baseline;
	margin-bottom: 13px;
}

.pricing_description ul.unorder-list-mail li span {
	background-color: #dbdbdb;
}

.popular_pricing .pricing_header h5 span {
	color: #4e6076;
}

.enterprice_pricing .pricing_header h5 span {
	color: #fff;
}

.confirm-package-plan ul li h6 {
	margin-bottom: 0;
}

.pmpro_btn {
	width: 205px;
	height: 42px;
	border-radius: 21px !important;
	background-color: #ffffff !important;
	border: 1px solid #4e6076 !important;
	transition: all 0.3s linear;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #4e6076 !important;
	font-weight: 600 !important;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pmpro_btn:hover {
	background-color: #4e6076 !important;
	color: #fff !important;
}

.extra_pricing>.col-md-3 {
	padding: 0 14px;
	margin-bottom: 50px;
}

.popular_pricing .pricing_header {
	background-color: #00ccff;
}

.popular_pricing .cutsom_pricing {
	border-color: #00ccff;
}

.popular_pricing .pricing_description {
	color: #4e6076;
}

.popular_pricing .pmpro_btn {
	border: 1px solid #00ccff !important;
	color: #00ccff !important;
}

.popular_pricing .pmpro_btn:hover {
	background-color: #00ccff !important;
	color: #fff !important;
}

.enterprice_pricing .pricing_header {
	background-color: #ff7800;
}

.enterprice_pricing .cutsom_pricing {
	border-color: #ff7800;
}

.enterprice_pricing .pricing_description {
	color: #4e6076;
}

.enterprice_pricing .pmpro_btn {
	border: 1px solid #ff7800 !important;
	color: #ff7800 !important;
}

.enterprice_pricing .pmpro_btn:hover {
	background-color: #ff7800 !important;
	color: #fff !important;
}

.enterprice_pricing .pricing_header h5 strong {
	color: #fff;
}

.plan-price-wrapper-row {
	margin: 0 !important;
}

.usser-register-wrap>.row>.col-md-6 {
	margin-top: 50px;
}

.signup-content .header-title {
	max-width: 335px;
	margin-left: 0;
}

.custom-signup .site-footer-main,
.custom-login .site-footer-main,
.forgot-password .site-footer-main,
.reset-password .site-footer-main {
	margin-top: 0 !important;
}

.custom-login .signup-content .header-title {
	margin-bottom: 18px;
}

.custom-login .user-col-right-inner,
.custom-signup .user-col-right-inner {
	margin-right: auto;
	margin-left: auto;
}

.signup-content img {
	max-width: 637px;
	/*width: 100%;*/
	margin-left: -100px;
}

.user-col-right-inner p {
	font-size: 16px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 500;
	margin: 15px 0 40px 0;
}

.custom-signup .user-col-right-inner p {
	font-weight: 600;
	margin: 15px 20px 40px 0;
}

.user-col-right-inner label {
	font-size: 14px;
}

.form-group {
	margin-bottom: 30px;
}

.user-col-right-inner {
	max-width: 415px;
}

.input-icon {
	position: relative;
}

.input-icon span {
	font-size: 20px;
	color: #c7c7c7;
	position: absolute;
	left: 22px;
	top: 14px;
	line-height: normal;
}

label.error {
	color: #dc3545 !important;
	font-weight: 500;
	margin: 0 !important;
	display: block !important;
	font-size: 14px !important;
}

.input-icon input {
	padding-left: 48px !important;
	font-size: 14px !important;
}

.input-icon .toggle-password {
	position: absolute;
	font-size: 20px;
	color: #4e6076;
	right: 20px;
	top: 17px;
	cursor: pointer;
}

.custom-check {
	display: block;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 400;
}

.checkbox {
	margin-bottom: 25px;
}

.custom-check a {
	color: #ff7800;
}

/* Hide the browser's default checkbox */
.custom-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border: 1px solid #ff7800;
	border-radius: 2px;
}


.custom-check input:checked~.checkmark {
	background-color: #ff7800;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom-check input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.custom-check .checkmark:after {
	left: 5px;
	top: 2px;
	width: 6px;
	height: 9px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.user-col-right-inner {
	margin-bottom: 50px;
}

p.bottom-text {
	font-size: 14px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0;
	margin-top: 20px;
}

p.bottom-text a {
	color: #ff7800;
	font-weight: 600;
}

.modal-custom {
	margin-top: 70px;
	max-width: 585px;
}

.modal-custom .modal-content {
	border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #fff;
}

.modal-custom .modal-header {
	border-radius: 10px 10px 0 0;
	background-color: #ff7800;
	padding: 16px 10px;
	position: relative;
}

.modal-custom .modal-header .modal-title {
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0.01px;
}

.modal-header .close {
	width: 43px;
	height: 43px;
	border-radius: 50px;
	background-color: #4e6076;
	border: 1px solid #ffffff;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	position: absolute;
	right: -20px;
	top: -17px;
}

.modal-custom .modal-body {
	padding: 40px 30px 30px 30px;
}

.modal-custom .modal-body h6 {
	font-size: 16px;
	line-height: 25px;
	color: #4e6076;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	text-transform: none;
}

.modal-custom .modal-body ul {
	margin: 40px 0 5px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.modal-custom .modal-body ul li {
	margin-top: 0;
}

.confirmation-popup ul.unorder-list-mail li {
	align-items: baseline;
}

.modal-custom .modal-body ul li:first-child {
	margin-left: 0;
}

.modal-custom .modal-body ul li a {
	background-color: #4e6076;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 8px 15px;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 15px;
}

.modal-custom .modal-body ul li a i {
	color: #ff7800;
	margin-right: 5px;
}

.modal-custom a {
	color: #00ccff;
	font-size: 16px;
	font-weight: 500;
}

.modal-custom p {
	font-size: 14px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 500;
	text-align: center;
	margin: 0;
}

.modal-custom .modal-footer {
	padding: 0 30px 30px 30px;
	border: 0;
}

.login-auth-div .checkbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.login-auth-div .custom-check {
	margin-bottom: 0;
}

.forgot-password-dv a {
	font-size: 14px;
	line-height: 24px;
	color: #ff7800;
	font-weight: 400;
	letter-spacing: normal;
}

.login_main_div .header-title {
	margin-top: 30px;
}

.login-auth-div .heading-dv p {
	margin-top: 8px;
}

.user-col-right-inner button.btn {
	letter-spacing: 0;
}

.forget-page {
	max-width: 471px;
	width: 100%;
	border-radius: 9px;
	box-shadow: 0px 1px 6.5px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	padding: 40px 35px;
	margin: 0 auto;
}

.container-bg {
	background-image: url('/wp-content/uploads/2022/05/passbox-bg.png');
	background-repeat: no-repeat;
	padding: 60px 0 80px 0;
	background-position: 36% -5%;
}

.accpunt_text {
	margin-top: 20px;
}

.accpunt_text a {
	font-size: 14px;
	line-height: 24px;
	color: #ff7800;
	font-weight: 600;
}

.titles-main-md {
	font-size: 28px;
	color: #4e6076;
	font-weight: 600;
	letter-spacing: 0.01px;
}

.page-id-8 .post-inner>.entry-content>.vc_section,
.page-id-8 .post-inner {
	padding-top: 0;
}

.contactus-main-wrapper {
	padding: 0 !important;
	margin: 0 !important;
}

.contactus-col-left>.vc_column-inner {
	padding: 0 !important;
}

.contactus-col-left .titles-main-md {
	margin-bottom: 15px;
	margin-top: 30px;
}

.contactus-col-right {
	margin-bottom: 40px;
}

.contactus-col-left .work-progress-txt p {
	max-width: 475px;
}

.contactus-col-left .wpb_content_element {
	margin-bottom: 0;
}

.contact-options ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 30px;
}

.contact-options ul li {
	margin-top: 25px;
	margin-left: 0;
	display: flex;
	align-items: center;
}

.contact-options ul li span {
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background-color: #ff7800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 29px;
	color: #fff;
	margin-right: 13px;
	flex-shrink: 0;
}

.contact-options ul li a {
	font-size: 18px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.contactus-col-right>.vc_column-inner {
	padding: 0 !important;
}

.contactus-col-right>.vc_column-inner>.wpb_wrapper {
	border-radius: 10px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	padding: 30px 50px;
}

.contactus-col-right .titles-main-md {
	margin-top: 0;
	margin-bottom: 15px;
}

.contactus-col-right form.resetting .form-group p {
	display: none;
}

.contactus-col-right form.resetting .row {
	margin-left: -15px;
	margin-right: -15px;
}

.contactus-col-right form.resetting .form-group {
	padding: 0 15px;
}

.contact-form-wrap {
	background-repeat: no-repeat;
	background-position: 86% 11%;
	padding-top: 55px;
}

/*.my-profile-wrapper
{
	margin-top: 35px;
}*/
.my-profile-wrapper label {
	font-size: 16px;
	color: #4e6076;
	font-weight: 500;
}

.my-profile-wrapper .form-control {
	border-color: #7b7b7b;
	color: #232323 !important;
	font-weight: 500;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.upload-btn-wrapper .btn {
	width: 38px;
	height: 38px;
	border-radius: 50px;
	background-color: #00ccff;
	color: #000;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.upload-btn-wrapper input[type=file] {
	/*  font-size: 100px;*/
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.profile-img {
	width: 134px;
	height: 134px;
	border-radius: 100%;
	background-color: #fff;
	border: 2px solid #00ccff;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	padding: 2px;
}

.profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

.profile-upload-wrap {
	position: relative;
	display: inline-block;
}

.btn-position {
	position: absolute;
	line-height: normal;
	right: 5px;
	bottom: -1px;
}

.form-subtext {
	font-size: 16px;
	color: #4e6076;
	font-weight: 500;
	margin-top: 25px;
	margin-bottom: 0;
}

.form-subtext span {
	color: #00ccff;
}

.my-profile-wrapper .row {
	margin-left: -15px;
	margin-right: -15px;
}

.my-profile-wrapper .form-group {
	padding-left: 15px;
	padding-right: 15px;
}

.my-profile-wrapper .form-select {
	background-size: 16px 15px;
	background-position: right 2rem center;
}

/*.survey-wrapper{padding: 0 !important;margin: 0 !important;}*/
.survey-row .ays-survey-title {
	display: none;
}

.survey-row .ays-survey-question {
	counter-increment: steps;
	padding: 0 0 0 41px !important;
	border: 0 !important;
	margin-bottom: 20px !important;
}

.survey-row .ays-survey-question:before {
	content: counter(steps);
	width: 29px;
	height: 29px;
	border-radius: 4px;
	background-color: #ff7800;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	line-height: normal;
}

.survey-row .ays-survey-question-title {
	margin: 0 !important;
	padding-top: 4px !important;
}

.survey-row .ays-survey-question-title p {
	font-size: 14px;
	line-height: 24px;
	color: #4e6076;
	font-weight: 700;
}

.survey-row>.vc_col-sm-12>.vc_column-inner {
	padding: 0;
}

.ays-survey-container .ays-survey-section .ays-survey-question-title,
.ays-survey-container .ays-survey-section input.ays-survey-question-input~.ays-survey-input-underline,
.ays-survey-container .ays-survey-section input.ays-survey-question-input~.ays-survey-input-underline-animation,
.ays-survey-container .ays-survey-section .ays-survey-answer-label-content>span {
	font-family: 'Raleway', sans-serif !important;
}

.survey-row .ays-survey-question-input-box input {
	padding: 10px 0 !important;
	font-size: 14px !important;
	line-height: 24px;
	color: #7b7b7b !important;
	font-weight: 400;
	background-color: transparent !important;
	text-indent: 0 !important;
}

.ays-survey-container .ays-survey-section .ays-survey-question-box {
	width: 100%;
}

.survey-row .ays-survey-question-input-box input::placeholder {
	/*color: #e2e2e2 !important;*/
	color: #a1a1a1 !important;
}

.survey-row .ays-survey-question-input-box .ays-survey-input-underline {
	display: none !important;
}

.survey-row .ays-survey-answer {
	padding: 0 !important;
}

.survey-row .ays-survey-answer .ays-survey-answer-label-content span {
	font-size: 14px !important;
	line-height: 24px !important;
	color: #7b7b7b !important;
	font-weight: 500;
}

.survey-row .ays-survey-answer {
	margin-bottom: 10px !important;
}

.ays-survey-answer-label-content .ays-survey-answer-icon-content-2 {
	border-color: #bcbcbc !important;
}

.ays-survey-section-button-content .ays-survey-section-button {
	min-width: 170px !important;
	font-family: 'Raleway', sans-serif !important;
}

.survey-row .ays-survey-section-button-container {
	box-shadow: none !important;
}

.ays-survey-container .ays-survey-answer-label input[type="checkbox"]~.ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3,
.ays-survey-container .ays-survey-answer-label input[type="radio"]~.ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3,
.ays-survey-container .ays-survey-answer-label input[type="checkbox"]:checked~.ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays-survey-container .ays-survey-answer-label input[type="radio"]:checked~.ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays-survey-container .ays-survey-answer-label .ays-survey-answer-image-container {
	border-color: #ff7800 !important;
}

#ays-survey-container-2-628a5a2bbf688 .ays-survey-section-header {
	border-top-color: #ff7800 !important;
}

.row-inner-col-left p {
	font-size: 18px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 700;
	margin-bottom: 30px;
}

.after-purchase-wrapper {
	background-color: #f9fdff;
	margin-top: 145px;
	padding: 0 0 50px 0;
	background-image: url('/wp-content/uploads/2022/05/bg-pattern-1.png');
	background-repeat: no-repeat;
	background-position: 97% -4%;
	position: relative;
}

.plan-price-wrapper-row>.vc_col-sm-12>.vc_column-inner {
	padding: 0;
}

.after-purchase-wrapper img.p-bg-img {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -104px;
	z-index: -1;
	min-height: 106px;
}

.planbox-wrapper .plan-header {
	border-radius: 14px;
	background-color: #4e6076;
	text-align: center;
	padding: 16px;
}

.plan-header h5 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	margin: 0;
	letter-spacing: 0.01px;
	line-height: 24px;
}

.plan-header h6 {
	font-size: 20px;
	color: #dedede;
	font-weight: 600;
	margin: 0;
	text-transform: none;
}

.plan-header h6 span {
	font-size: 28px;
	color: #00ccff;
	font-weight: 600;
}

.planbox-wrapper {
	max-width: 535px;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 40px !important;
}

.plan-body {
	border-radius: 0 0 14px 14px;
	/*background-color: #a7ecfe;*/
	background-color: rgba(0, 204, 255, 0.3);
	width: calc(100% - 28px);
	margin: 0 14px;
	padding: 55px 20px 45px 20px;
	position: relative;
}

.after-purchase-content>.row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.plan-offer {
	font-size: 22px;
	color: #00ccff;
	font-weight: 600;
	border-radius: 0 0 8px 8px;
	background-color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 3px 20px;
	position: absolute;
	top: 0;
	left: 18%;
	right: 18%;
}

.plan-offer p {
	color: #ff7800;
	font-size: 28px;
}

.plan-offer p span {
	color: #a5a3a3;
	font-size: 22px;
}

.extra_pricing {
	margin-bottom: 60px !important;
}

.plan-price-wrapper-row .vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.wpb_content_element {
	margin-bottom: 0;
}

.plan-body .btn-main-primary .btn {
	bottom: -25px;
	position: absolute;
	left: 17%;
	right: 17%;
}

.plan-body ul.unorder-list-mail li {
	margin-bottom: 4px;
}

.pmpro_btn.disabled {
	opacity: 1 !important;
	border-color: #dbdbdb !important;
	color: #dbdbdb !important
}

.custom-left-sidebar {
	box-shadow: 0px 3px 6.5px rgba(0, 0, 0, 0.16);
	background-color: #f9f9f9;
	width: 252px;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 10;
}

.custom-left-sidebar figure.wp-block-image img {
	max-width: 124px;
	margin: 0 auto;
}

.custom-left-sidebar figure.wp-block-image {
	margin: 30px 0 0 0 !important;
}

.sidebar-course h3 {
	font-size: 14px;
	color: #ff7800;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 16px;
	margin-bottom: 20px;
}

.sidebar-course ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar-course ul li {
	margin-top: 10px !important;
}

.sidebar-course ul li a {
	font-size: 16px;
	color: #4e6076;
	font-weight: 600;
	padding-left: 16px;
	display: flex;
	align-items: center;
	line-height: 38px;
	margin-right: 16px;
	transition: all 0.3s linear;
	background-color: transparent;
	position: relative;
}

.sidebar-course ul li a:before {
	content: '';
	background-color: #ff7800;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	border-radius: 0 19px 19px 0;
	z-index: -1;
	transition: all 0.3s linear;
}

.sidebar-course ul li a:hover,
.sidebar-course ul li a.custom-sidebar-link {
	color: #fff;
}

.sidebar-course ul li a:hover:before,
.sidebar-course ul li a.custom-sidebar-link:before {
	width: 100%;
}

.sidebar-course ul li a i {
	font-size: 18px;
	margin-right: 6px;
	min-width: 20px;
}

.sidebar-course hr {
	border-color: #bcbcbc !important;
	margin: 25px 0;
}

.sidebar-course hr:before,
.sidebar-course hr:after {
	display: none;
}

.custom-main-sidebar #site-header {
	width: calc(100% - 252px);
	margin-left: auto;
	min-height: 98px;
	display: flex;
	align-items: center;
}

.custom-main-sidebar #site-header .container {
	padding: 0 20px;
}

.custom-main-sidebar #site-header .header-titles .site-logo {
	display: none;
}

.custom-main-sidebar #site-header.fixed-header {
	right: 0;
}

.custom-main-sidebar .site-main-header.fixed-header .header-titles .custom-sticky-logo {
	display: none;
}

.custom-main-sidebar .header-bg-light {
	width: calc(100% - 252px);
	margin-left: auto;
	padding: 20px 35px;
}

.content-main-body {
	width: calc(100% - 252px);
	margin-left: auto;
	padding: 35px;
}

.custom-main-sidebar .site-footer-main,
.custom-main-sidebar footer#site-footer {
	position: relative;
	z-index: 9;
	margin-left: auto;
	width: calc(100% - 252px);
}

.custom-main-sidebar .header-bg-light>.container {
	max-width: 100% !important;
}

.custom-left-sidebar .widget_media_image {
	margin-top: 0;
}

.custom-left-sidebar .custom-sidebar-logo {
	display: none;
}

.change-password-wrap {
	max-width: 500px;
}

.change-password-wrap label {
	font-size: 16px;
	color: #4e6076;
	font-weight: 600;
}

.change-password-wrap .input-icon input {
	padding-left: 20px !important;
}

.my-packages-wrapper {
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
}

.my-packages-wrapper>.package-header {
	margin: 0;
	padding: 0px 18px;
	background-image: url('/wp-content/uploads/2022/05/row-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(79, 96, 117, 1);
	background-blend-mode: multiply;
	border-radius: 8px 8px 0 0;
	background-position: bottom right;
}

.package-header p {
	color: #ececec;
	font-weight: 500;
}

.package-header .package-col p {
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 12px;
}

.package-col h4 {
	font-size: 20px;
	color: #00ccff;
	font-weight: 600;
}

.package-col h3 {
	font-size: 25px;
	color: #00ccff;
	font-weight: 600;
}

.package-col h3 span {
	font-size: 18px;
	color: #ececec;
	font-weight: 600;
}

.package-col h5 {
	font-size: 16px;
	color: #00ccff;
	font-weight: 600;
	margin-bottom: 0;
}

.package-col {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 19px 7px;
}

.package-col:first-child {
	justify-content: flex-start;
}

.package-col:last-child {
	border-left: 1px solid #e2e2e2;
}

.package-col p.package-title {
	font-size: 16px;
	margin-top: 0;
}

.my-packages-wrapper .custom-level-description {
	padding: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #4e6076;
	font-weight: 600;
}

.custom-level-description ul {
	margin-top: 10px;
}

.package-header .form-submit .submit {
	height: 42px;
	padding: 0px 12px;
	display: block;
	font-size: 16px !important;
	text-align: center;
	line-height: 42px;
}

.view-all-link a.vc_general {
	font-size: 16px;
	font-weight: 600;
	color: #00CCFF !important;
	padding: 0 !important;
	background-color: transparent !important;
	border: 0 !important;
	display: inline-flex;
	align-items: center;
}

.view-all-link a.vc_general i {
	position: static !important;
	color: #FF7800;
	margin-left: 5px;
	transform: translate(0, 0) !important;
}

.modal-payment.modal-custom .modal-header .modal-title {
	font-size: 25px;
}

.modal-custom label {
	font-size: 14px;
}

.modal-custom .form-group {
	margin-bottom: 14px;
}

.modal-payment .modal-body .row {
	justify-content: space-between;
}

.radiobox-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 380px;
	margin-bottom: 10px;
}

.cust_radio_container {
	display: block;
	position: relative;
	padding-left: 27px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
}

.cust_radio_container:first-child .checkmark1 {
	top: 7px;
}

.cust_radio_container img {
	max-width: 80px;
}

/* Hide the browser's default radio button */
.cust_radio_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #bcbcbc;
}

.cust_radio_container input:checked~.checkmark1 {
	border-color: #ff7800;
}

.checkmark1:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.cust_radio_container input:checked~.checkmark1:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.cust_radio_container .checkmark1:after {
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ff7800;
}

.modal-custom .custom-check {
	font-weight: 500;
}

.modal-custom .btns-group .btn {
	margin: 10px;
}

.btn-cancel .btn {
	min-width: 147px;
	height: 50px;
	border-radius: 25px;
	background-color: #ffffff;
	border: 1px solid #a1a8af;
	font-size: 16px;
	color: #4e6076;
	font-weight: 700;
	transition: all 0.3s linear;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-cancel .btn:hover {
	background-color: #a1a8af;
	color: #fff;
}

.modal-custom .btn-main-primary button {
	min-width: 170px;
}

.modal-custom .btns-group {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.confirmation-popup .modal-body {
	padding: 20px 20px 0 20px;
}

.confirm-package-plan {
	text-align: center;
}

.confirm-package-plan ul {
	margin-top: 0 !important;
	border-radius: 12px;
	border: 1px solid #f2f2f2;
	display: inline-flex !important;
	margin-bottom: 20px !important;
}

.confirm-package-plan ul li {
	padding: 15px 18px;
	text-align: left;
	position: relative;
}

.confirm-package-plan ul li:last-child {
	margin-left: 0;
	border-left: 1px solid #f2f2f2;
	padding-right: 50px;
}

.confirm-package-plan ul li .arrow-redirect {
	font-size: 16px;
	color: #cccccc;
	position: absolute;
	top: 10px;
	right: 13px;
}

.confirm-package-plan ul li h6 {
	margin-top: 0;
}

.confirm-package-plan ul li h5 {
	margin: 0 0 4px 0;
	font-size: 18px;
	color: #4e6076;
	font-weight: 600;
}

.confirm-package-plan ul li h2 span {
	margin: 0;
	color: #ff7800;
	font-size: 25px;
	font-weight: 600;
}

.confirm-package-plan ul li h2:first-letter {
	color: #4e6076;
	font-size: 25px;
}

.confirm-package-plan ul li h2 {
	font-size: 18px;
	color: #7b7b7b;
	font-weight: 600;
	margin: 0;
}

.package-include {
	border-top: 1px solid #dbdbdb;
	margin-top: 20px;
}

.modal-title-sm {
	margin-top: 22px !important;
	font-size: 16px;
	color: #4e6076;
	font-weight: 700;
	margin-bottom: 18px !important;
}

.package-include ul {
	display: block !important;
	margin-top: 0 !important;
	float: left;
	/*width: 50%;*/
}

.package-include p {
	text-align: left;
}

.package-include ul li span {
	background-color: #dbdbdb;
}

.order-summary-wrap {
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 15px;
	margin: 20px -10px 8px -10px !important;
}

.order-summary-wrap .modal-title-sm {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

.order-summary-wrap table {
	margin-top: 0;
	border: 0;
	margin-bottom: 27px;
}

.order-summary-wrap table th,
.order-summary-wrap table td {
	border: 0 !important;
	font-size: 16px;
	line-height: 30px;
	color: #7b7b7b;
	font-weight: 500;
	padding: 0;
}

.order-summary-wrap table th span {
	color: #4e6076;
	font-size: 16px;
	font-weight: 500;
}

.order-summary-wrap table td {
	text-align: right;
}

.order-summary-wrap table tfoot th {
	font-size: 16px;
	line-height: 30px;
	color: #4e6076;
	font-weight: 600;
}

.order-summary-wrap table tfoot td {
	font-size: 18px;
	line-height: 30px;
	color: #ff7800;
	font-weight: 700;
}

.order-summary-wrap table tfoot {
	border-top: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
}

.order-summary-wrap table tbody tr:last-child td {
	padding-bottom: 10px;
}

.order-summary-wrap table tfoot th,
.order-summary-wrap table tfoot td {
	padding: 8px 0;
}

.order-summary-wrap .btn-main-primary {
	text-align: center;
	margin-bottom: 10px !important;
}

.confirm-order-details ul {
	margin-top: 7px !important;
	justify-content: space-between !important;
}

.confirm-order-details ul li p {
	font-size: 14px;
	color: #7b7b7b;
	font-weight: 600;
	text-align: left !important;
}

.confirm-order-details ul li h6 {
	margin-top: 0;
	color: #ff7800 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-align: left !important;
}

.confirm-order-details ul li {
	margin-left: 0 !important;
	text-align: left !important;
	margin-bottom: 10px !important;
}

.confirm-order-details ul li:last-child h6 {
	color: #4e6076 !important;
}

.modal-user-details {
	margin: 30px 0 !important;
}

.modal-user-details p {
	text-align: left !important;
	font-size: 14px;
	line-height: 35px;
	color: #7b7b7b;
	font-weight: 400;
}

.modal-user-details .btn-main-primary {
	margin-top: 20px;
}

.ld-course-list-content>.row {
	margin-left: -15px;
	margin-right: -15px;
}

.course-list-item {
	padding: 0 15px;
	margin-bottom: 35px;
}

.course-list-item article.course {
	padding: 11px 11px 20px 11px;
	border-radius: 16px;
	box-shadow: 0px 1px 6.5px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	border: 1px solid transparent;
	transition: all 0.3s linear;
	position: relative;
	margin-top: 35px;
	height: calc(100% - 50px);
}

.course-list-item article.course:hover {
	border-color: #ff7800;
}

.course-list-item article.course img.wp-post-image {
	width: 100%;
	height: 193px;
	border-radius: 16px;
	object-fit: cover;
	object-position: center;
	margin-top: -48px;
}

.course-list-item .caption .entry-title {
	margin-top: 0px !important;
	font-size: 14px !important;
	color: #ff7800;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 0 !important;
}

.course-list-item .custom-course-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 25px;
}

.custom-course-title .duration {
	font-size: 14px;
	color: #7b7b7b;
	font-weight: 500;
}

.custom-course-title .duration i {
	color: #e1e1e1;
}

.course-list-item .entry-content p {
	font-size: 16px;
	color: #4e6076;
	font-weight: 700;
	margin: 7px 0 14px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
/*	height: 47px;*/
	height: auto;
}

.course-list-item .btn-primary {
	width: 112px;
	height: 40px;
	border-radius: 20px;
	background-color: #00ccff;
	border-color: #00ccff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	transition: all 0.3s linear;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 28%);
	opacity: 0;
	visibility: hidden;
}

.course-list-item:hover .btn-primary {
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.course-list-item .btn-primary i {
	margin-left: 5px;
}

.courses-row .welcome-msg {
	border-radius: 0 0 43px 43px;
	box-shadow: 0px 3px 3.5px rgba(0, 0, 0, 0.16);
	background-color: #4e6076;
	padding: 17px 25px 25px 25px;
	margin: -35px auto 38px auto;
	max-width: 811px;
}

.courses-row .welcome-msg h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: 0.01px;
}

.courses-row .welcome-msg h3 span {
	color: #00ccff;
}

.courses-row .welcome-msg p {
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0;
}

.courses-row .welcome-msg p span {
	color: #00ccff;
}

.search_bar .course-cat {
	font-size: 18px !important;
	color: #4e6076 !important;
	font-weight: 700 !important;
	width: auto;
	background-color: transparent !important;
	border: 0 !important;
	align-self: flex-end;
	padding-left: 6px !important;
	margin-left: -6px;
	height: auto;
	padding-right: 6px !important;
	background-image: none;
	cursor: pointer;
}

.select-icon-wrap {
	position: relative;
	margin-right: 15px;
	z-index: 1;
}

.select-icon-wrap:after {
	content: "\f0dd";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #4e6076;
	font-size: 16px;
	position: absolute;
	right: 0px;
	top: 9px;
	line-height: normal;
	z-index: -1;
}

.progressbar {
	counter-reset: step;
	margin: 0;
	padding: 0;
}

.progressbar li {
	list-style: none;
	display: inline-block;
	/*width: 30.33%;*/
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-left: 0px;
	margin-right: 6px;
}

.progressbar li:last-child {
	margin-right: 0;
}

.progressbar li:before {
	/*content: counter(step);*/
	content: '\f024';
	counter-increment: step;
	/*width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;*/
	border-radius: 100%;
	display: block;
	text-align: center;
	/*margin: 0 auto 10px auto;*/
	/*background-color: #fff;*/
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 16px;
	color: #e1e1e1;
}

.progressbar li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active:before {
	color: #00bb5d;
}

/*.progressbar li.active:before {
  border-color: green;
} */
.progressbar li.active+li:after {
	background-color: #00bb5d;
}

.course-progress .progress-title,
.courses-header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.progress-title h4,
.progress-title p {
	font-size: 14px;
	color: #4e6076;
	font-weight: 700;
	margin-bottom: 3px;
	margin-left: 0;
}

.bottom-lock-wrap h3 {
	font-size: 16px;
	color: #7b7b7b;
	font-weight: 500;
}

.bottom-lock-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 23px 0;
	padding: 0;
	list-style-type: none;
}

.bottom-lock-wrap ul li {
	width: 20px;
	height: 20px;
	border-radius: 30px;
	background-color: #E1E1E1;
	color: #7B7B7B;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin-left: 13px;
}

.bottom-lock-wrap ul li:first-child {
	margin-left: 0;
}

.course-detail header#site-header {
	display: none;
}

.sfwd-courses-template-default header#site-header {
	display: none;
}

.coursedetails-wrapper {
	/*width: 100vw;*/
	height: 100vh;
	background-image: url('/wp-content/uploads/2022/05/fixed-body-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	overflow-y: auto;
}

.coursedetails-wrapper::-webkit-scrollbar {
	display: none;
}

.coursedetails-header {
	padding-top: 30px;
	padding-bottom: 30px;
}

.course-content-wrap .ld-section-heading>h2 {
	display: none;
}

.coursedetails-header .logo img {
	margin: 0 auto;
	transform: translateX(-35px);
}

.coursedetails-header>a {
	float: left;
}

.coursedetails-header .header-title {
	font-size: 16px;
	color: #4e6076;
	font-weight: 700;
	margin-top: 32px;
}

.coursedetails-header .header-title i {
	font-size: 20px;
	vertical-align: middle;
}

.courser-number-content {
	border-radius: 20px;
	box-shadow: 0px 1px 6.5px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	max-width: 630px;
	position: relative;
	padding: 15px;
	display: flex;
	/*flex-wrap: wrap;*/
	align-items: center;
	margin: 0 auto;
}

.course-card-img img {
	width: 111px;
	height: 147px;
	border-radius: 20px;
	box-shadow: 0px 1px 6.5px rgba(0, 0, 0, 0.16);
	border: 1px solid #ff7800;
	object-fit: cover;
	object-position: 79% 50%;
}

.course-card-img {
	margin-right: 20px;
	margin-left: -56px;
	flex-shrink: 0;
}

.courser-card-body h6 {
	font-size: 16px;
	color: #ff7800;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.courser-card-body h3 {
	font-size: 22px;
	color: #4e6076;
	font-weight: 700;
	letter-spacing: unset;
	margin-bottom: 10px;
}

.courser-card-body p {
	font-size: 16px;
	line-height: 25px;
	color: #7b7b7b;
	font-weight: 600;
	margin-bottom: 0;
}

.courser-number-content .scroll-dwn {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	color: #fff;
	background-color: #ff7800;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 22px;
}

.courser-number-content .scroll-dwn i {
	transform: translateY(-4px);
}

.course-content-wrap .course-progress {
	max-width: 245px;
	margin: 30px auto 30px auto;
}

/* .course-content-wrap .progressbar li {	
	margin-right: 6px;
} */

.course-content-wrap .progress-title h4 {
	font-weight: 800;
}

.course-card {
	padding: 20px 15px;
	background-color: #f2f2f2 !important;
	border-radius: 16px !important;
	box-shadow: 0px 1px 6.5px rgba(0, 0, 0, 0.16);
	max-width: 570px;
	margin: 0 auto 30px auto !important;
	position: relative;
	z-index: 0;
	border: 0 !important;
}

.course-card:after {
	content: '';
	position: absolute;
	background-color: #f8f5e4;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	height: 50%;
	border-radius: 16px 16px 0 0;
	z-index: -1;
}

.course-card.courser-card-blue:after,
.course-card.courser-card-blue .card-icon-box {
	background-color: #00ccff;
}

.course-card .ld-item-list-item-preview {
	padding: 0 !important;
}

.course-card .card-content-box .ld-item-name {
	display: block !important;
}

.course-card .card-content-box .ld-item-name .ld-item-title h4 span {
	margin-left: 3px;
}

.card-content-box .ld-status-icon {
	margin: 0 !important;
	position: absolute !important;
	right: 20px;
	top: 20px;
	margin: 0 !important;
	border: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px !important;
	height: 20px !important;
}

.card-content-box .ld-status-icon:before {
	content: "\f023";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	transform: translateY(2px);
	display: block;
	font-size: 11px;
}

.card-content-box .ld-status-icon.ld-status-incomplete {
	background-color: #e1e1e1 !important;
	color: #7b7b7b;
}

.card-content-box .ld-status-icon.ld-status-complete {
	color: #fff;
	background-color: #00bb5d !important;
}

.card-content-box .ld-status-icon.ld-status-complete:before {
	content: "\eade";
	font-family: 'Font-Awesome-Pro';
	font-size: 10px;
	transform: translateY(4px);
}

.course-card .ld-item-name .ld-quiz-complete,
.course-card .ld-item-name .ld-quiz-incomplete {
	display: none;
}

.course-card .card-icon-box {
	width: 92px;
	height: 92px;
	border-radius: 16px;
	background-color: #ff7800;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.card-content-box {
	border-radius: 16px;
	background-color: #ffffff;
	padding: 50px 20px 40px 20px;
	text-align: center;
	margin-top: -43px;
	position: relative;
	z-index: 0;
}

.card-content-box h4 {
	font-size: 18px;
	color: #4e6076;
	font-weight: 700;
	letter-spacing: unset;
	margin-top: 3px;
	margin-bottom: 5px;
}

.card-content-box h4 span {
	font-size: 14px;
	font-weight: 400;
}

.card-content-box h6 {
	font-size: 14px;
	line-height: 25px;
	color: #00ccff;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.card-content-box p {
	font-size: 16px;
	line-height: 25px;
	color: #7b7b7b;
	font-weight: 600;
	margin-bottom: 0;
}

.card-content-box .card-unlock {
	width: auto;
	height: 25px;
	border-radius: 10px;
	/*background-color: #e1e1e1;*/
	background-color: #00bb5d;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	position: absolute;
	right: 20px;
	top: 25px;
}

.card-content-box .card-unlock.lock {
	background-color: #e1e1e1;
	color: #7b7b7b;
}

.course-card .go {
	width: 58px;
	height: 58px;
	border-radius: 50px;
	background-color: #ff7800;
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.course-card.courser-card-blue .go {
	background-color: #00ccff;
}

.course-card.courser-card-orange .go {
	display: none;
}

.course-card.courser-card-blue .card-content-box {
	margin-bottom: 25px;
}

.course-content-wrap {
	margin-bottom: 100px;
}

.confirmation-popup .modal-user-details a.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.modal {
	background-color: rgba(0, 0, 0, 0.5);
	filter: blur(0px);
	backdrop-filter: blur(17px);
}

.site-info-msg {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #28a745;
	margin: 20px 15px;
}

.modal-payment .pmpro_checkout>h3 {
	display: none;
}

.modal-payment .pmpro_checkout {
	margin-top: 25px;
}

.modal-payment .pmpro_checkout label {
	margin-bottom: 4px !important;
}

.modal-payment .pmpro_submit>hr {
	display: none;
}

.modal-payment #pmpro_submit_span .pmpro_btn {
	position: static !important;
	transform: translate(0, 0) !important;
	text-transform: capitalize;
	padding: 6px 20px !important;
	font-size: 16px !important;
	letter-spacing: unset;
	margin: 25px auto 0 auto;
}

.modal-payment .pmpro_submit {
	margin-top: 0 !important;
}

.modal-payment .pmpro_submit #pmpro_processing_message {
	margin-top: 4px !important;
	text-align: center;
}

.modal-payment .pmpro_checkout-fields .StripeElement .__PrivateStripeElement,
.modal-payment .pmpro_checkout-fields .StripeElement .__PrivateStripeElement iframe {
	height: 100% !important;
}

iframe .ElementsApp .InputContainer input {
	height: 38px !important;
	color: #4e6076 !important;
}

iframe .ElementsApp .InputContainer input::placeholder {
	color: #4e6076 !important;
}

.techer-profile-wrapper {
	border-radius: 10px;
	background-color: rgba(255, 120, 0, 0.03);
	margin-top: 30px;
	padding: 25px;
}

.techer-profile-wrapper>.row {
	margin-left: -15px;
	margin-right: -15px;
}

.techer-profile-wrapper .form-group {
	padding: 0 15px;
}

.techer-profile-wrapper .row-inner-wrapper {
	margin: 0 !important;
	border-radius: 10px;
	background-color: #ffffff;
	padding: 30px 15px;
}

.techer-profile-wrapper .form-group {
	margin-bottom: 20px;
}

.techer-profile-wrapper label {
	font-size: 16px;
	color: #4e6076;
	font-weight: 600;
	margin-bottom: 3px;
}

.techer-profile-wrapper .profile-img {
	border-color: #ff7800;
}

.techer-profile-wrapper .upload-btn-wrapper .btn {
	background-color: #ff7800;
	color: #fff;
}

.techer-profile-wrapper .upload-btn-wrapper .btn .fa-pen:before {
	content: "\eff1";
	font-family: 'Font-Awesome-Pro';
	font-weight: 400;
}

.select-form-dd-icon {
	position: relative;
	z-index: 0;

}

.select-form-dd-icon:after {
	content: "\f0dd";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	color: #4e6076;
	position: absolute;
	right: 30px;
	top: 13px;
	z-index: -1;
}

.select-form-dd-icon .form-select {
	background-image: none;
	cursor: pointer;
	background: transparent !important;
}

.select2-container--default {
	width: 100% !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
	margin-top: 0;
}

.select2-container--default .select2-results__option {
	margin-left: 0;
}

.select2-container--default .select2-selection--multiple {
	height: 50px;
	border-radius: 26px !important;
	background-color: #ffffff !important;
	border: 1px solid #cccccc;
	padding: 0 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0;
	height: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #00ccff;
}

.techer-profile-wrapper .form-control {
	font-size: 16px !important;
	color: #232323;
	font-weight: 600;
	background: transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	font-weight: 600;
	font-size: 30px;
	color: #00ccff;
	line-height: 20px;
	margin-top: 12px;
	margin-right: 28px;
}

.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li {
	border-radius: 4px;
	/*box-shadow: 0px 3px 3px rgba(0,0,0,0.05);*/
	background-color: #ffffff;
	border: 1px solid #4e6076;
	font-size: 16px;
	color: #232323;
	font-weight: 400;
	margin-right: 0;
	position: relative;
	margin-left: 7px;
	/* margin-left: 5px; */
	min-width: 120px;
	padding: 4px 4px 4px 8px;
	margin-top: 7px;
	/* margin-top: 4px; */
	z-index: 0;
	/*height: 34px;*/
}

.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice:after {
	content: '';
	width: 34px;
	height: 100%;
	border-radius: 0 4px 4px 0;
	background-color: rgba(78, 96, 118, 0.24);
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice:first-child {
	margin-left: 0 !important;
}

.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-search.select2-search--inline {
	width: 0;
	border: 0;
	min-width: 0;
}

.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
	width: 18px;
	height: 18px;
	border-radius: 20px;
	border: 1.5px solid #2c3e50;
	color: #2c3e50;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	float: right;
	margin-right: 4px;
	margin-top: 3px;
}

.select2-container--open .select2-dropdown {
	border: 1px solid #00ccff !important;
	margin-top: -1px;
	border-radius: 15px;
	/* padding: 10px 20px; */
}

.select2-container--open .select2-dropdown ul li {
	margin-left: 0 !important;
	color: #232323;
	font-size: 14px;
	font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #00ccff !important;
	color: #fff !important;
}

.form-row-title {
	font-size: 20px;
	color: #4e6076;
	font-weight: 600;
	margin-top: 18px;
	position: relative;
	margin-bottom: 17px;
}

.form-row-title:after {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #ff7800;
	letter-spacing: normal;
	display: block;
	margin-top: 6px;
}

.qualification-row.row {
	margin: 0 !important;
	padding: 0;
}

.qualification-row label {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.qualification-row label:after {
	content: '';
	height: 1px;
	width: calc(100% + 30px);
	background-color: #b1b1b1;
	display: block;
	margin-top: 7px;
}

.qualification-row .last-lbl label:after {
	width: 100%;
}

.qualification-row .col-md-4.form-group {
	margin-bottom: 0;
}

.qualification-row .form-control {
	margin-bottom: 20px;
}

.btn-main-primary-border {
	font-size: 18px;
	color: #4e6076;
	font-weight: 600;
	background-color: #fff;
	border: 1px solid #00ccff;
	border-radius: 25px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	transition: all 0.3s linear;
	padding: 0 25px;
}

.btn-main-primary-border:hover {
	color: #fff;
	background-color: #00ccff;
}

.icn-trash {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #ffffff;
	border: 1px solid #f44336;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
	margin-bottom: 20px;
}

.delete-content-row {
	display: flex;
	align-items: center;
}

.delete-content-row .select-form-dd-icon {
	width: calc(100% - 70px);
	margin-right: 20px;
}

.login-message {
	font-size: 14px;
	letter-spacing: normal;
	font-weight: 500;
}

.profile-upload-wrap .upload-btn-wrapper {
	overflow: unset;
}

.profile-upload-wrap .upload-btn-wrapper label#profile-image-error {
	position: absolute;
	white-space: nowrap;
	left: -92px;
	bottom: -22px;
	font-size: 13px !important;
	text-align: center;
}

.teacher-change-password {
	max-width: 570px;
	border-radius: 10px;
	background-color: rgba(255, 120, 0, 0.03);
	margin: 30px auto 100px auto;
	padding: 30px;
}

.teacher-change-password .change-password-wrap {
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	max-width: unset;
}

.teacher-change-password .form-control {
	border-color: #7b7b7b;
}

.teacher-change-password .button-div {
	text-align: center;
}

.page-template-student-messages .content-main-body {
	padding: 16px 35px 16px 16px;
}

.bp-messages-wrap.bp-messages-wrap-main {
	border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #00ccff;
	padding: 10px;
}

.bp-messages-wrap .bp-messages-side-threads {
	border-radius: 8px 32px 32px 8px;
	box-shadow: 8px 0px 3.5px rgba(0, 204, 255, 0.05);
	background-color: #ffffff;
	border: 1px solid #00ccff;
	width: 350px;
	flex-shrink: 0;
}

.bp-messages-wrap .bp-messages-side-threads .chat-header {
	background-color: transparent;
	border-bottom: 1px solid #b1b1b1;
	height: 55px;
	min-height: 55px;
}

.bp-messages-wrap .bp-messages-side-threads>* {
	width: 100%;
}

.bp-messages-wrap .bp-messages-side-threads .chat-header .new-message {
	display: none;
}

.bp-messages-wrap .bp-messages-side-threads .chat-header .bpbm-search {
	width: 100% !important;
	padding-left: 10px !important;
	height: 100%;
}

.bp-messages-wrap .chat-header>a {
	font-size: 20px;
}

.bp-messages-wrap .chat-header .bpbm-search form {
	margin: 0 !important;
	height: 100%;
	position: relative;
}

.bp-messages-wrap .chat-header .bpbm-search form input[type=text] {
	max-height: none !important;
	height: 54px;
	font-size: 14px;
	color: #4e6076;
	font-weight: 400;
	border: 0 !important;
	padding: 10px 10px 10px 35px;
	border-top-right-radius: 32px;
}

.bp-messages-wrap .chat-header .bpbm-search form input[type=text]:focus {
	box-shadow: none;
}

.bp-messages-wrap .chat-header .bpbm-search form input[type=text]::placeholder {
	font-size: 14px;
	color: #4e6076;
}

.bp-messages-wrap .chat-header .bpbm-search form:before {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 14px;
	top: 13px;
	left: 8px;
}

.bp-messages-wrap .chat-header .bpbm-search .close {
	height: 20px;
	width: 20px;
	line-height: 20px;
}

.bp-messages-wrap .chat-header .bpbm-search form .close i {
	line-height: normal !important;
	color: #00ccff;
}

.bp-messages-wrap .bp-messages-user-list .user {
	cursor: pointer !important;
}

.bp-messages-wrap .bp-messages-user-list .user.bp-messages-active-thread,
.bp-messages-wrap .bp-messages-user-list .user:hover,
.bp-messages-wrap .threads-list .thread.bp-messages-active-thread,
.bp-messages-wrap .threads-list .thread:hover {
	background-color: #ffefe1 !important;
}

.bp-messages-wrap .list {
	padding-right: 10px;
}

.bp-messages-wrap .bp-messages-user-list .user .pic img {
	border-radius: 6px;
}

.bp-messages-wrap .bpbm-search-empty .bpbm-empty-icon i {
	font-size: 30px;
}

.bp-messages-wrap .bpbm-search-empty .bpbm-empty-message {
	font-size: 20px;
}

.bpbmmfp-zoom-out-cur,
.bpbmmfp-zoom-out-cur .bpbmmfp-image-holder .bpbmmfp-close {
	cursor: pointer !important;
}

.bp-messages-wrap.bpbm-template-modern .list .messages-stack.incoming .bpbm-replied-message {
	border-color: #21759b;
}

.bp-messages-wrap.bpbm-template-modern .list .messages-stack.incoming .bpbm-replied-message .bpbm-replied-message-name {
	color: #21759b;
}

.bp-messages-wrap.bpbm-template-modern .list .messages-stack.incoming .content .messages-list>li .message-content *:not(.bpbm-reply, .favorite) {
	color: #000;
}

.bmselectize-input>div>.remove {
	font-size: 28px;
}

.bp-messages-wrap .new-message .message .upload-btn {
	top: 5px;
	right: 35px !important;
	font-size: 16px !important;
}

.new-message button[type=submit] {
	padding: 8px 20px;
	border-radius: 20px;
	background-color: #00ccff;
	border-color: #00ccff;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	transition: all 0.3s linear;
}

.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic {
	padding: 0;
	display: block;
	width: 60px;
	height: 60px;
	border-bottom: 0;
	border-radius: 15px;
	margin-right: 11px;
}

.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic a {
	height: 60px;
	display: block;
	width: 60px;
}

.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic span.avatar {
	width: 60px;
	height: 60px;
}

.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.bp-messages-wrap .threads-list .thread {
	display: flex;
	align-items: center;
	padding: 15px 15px;
}

.bp-messages-wrap .threads-list .thread>* {
	display: block;
}

.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .time {
	width: auto;
	padding: 0;
	margin-left: auto;
	border-bottom: 0;
	align-self: baseline;
}

.bp-messages-wrap .threads-list .thread .info {
	width: 100%;
	border-bottom: 0;
	padding: 0;
	margin-right: 10px;
	max-width: 190px;
}

.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .time .delete,
.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .time .bpbm-counter-row {
	display: none;
}

.bp-messages-wrap .threads-list .thread .info .name {
	font-size: 16px;
	color: #232323;
	font-weight: 600;
	margin-bottom: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: normal;
}

.bp-messages-wrap .threads-list .thread .info p {
	font-size: 14px;
	color: #232323;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bp-messages-wrap .threads-list .thread:hover>* {
	background: none;
}

.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .time .time-wrapper {
	top: 5px;
	font-size: 12px;
	color: #4e6076;
	font-weight: 400;
}

.bp-messages-wrap .bp-messages-column .chat-header {
	background-color: transparent;
	border-bottom: 0;
	padding-left: 30px;
	padding-top: 8px;
}

.bp-messages-wrap .bp-messages-column .chat-header>.back,
.bp-messages-wrap .bp-messages-column .chat-header>.expandingButtons {
	display: none;
}

.bp-messages-wrap .bp-messages-column .chat-header .user {
	font-size: 16px;
	color: #232323 !important;
	font-weight: 600;
}

.bp-messages-wrap .bp-messages-column .chat-header .user .avatar {
	width: 35px;
	height: 35px;
	border-radius: 8px;
}

.bp-messages-wrap .bp-messages-column .chat-header .user span.avatar {
	margin-right: 10px !important;
}

.bp-messages-wrap .bp-messages-column .bpbm-chat-content .reply {
	background-color: transparent;
	border-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

.bp-messages-column .bpbm-chat-content .reply .message {
	width: calc(100% - 70px);
}

.bp-messages-column .bpbm-chat-content .reply .send {
	width: 70px;
}

.bp-messages-column .bpbm-chat-content .reply .send button {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	box-shadow: 0px 3px 6.5px rgba(0, 0, 0, 0.07);
	background-color: #00ccff !important;
	border: 1px solid #00ccff !important;
	color: #fff !important;
}

.bp-messages-column .bpbm-chat-content .reply .send button i {
	font-weight: 400;
	font-size: 25px;
}

.bp-messages-column .bpbm-chat-content .reply .bp-emojionearea {
	border-radius: 10px;
	box-shadow: 0px 7px 8.5px rgb(0 0 0 / 7%);
	background-color: #ffffff;
	border: 1px solid #9cdae9;
}

.bp-messages-column .bpbm-chat-content .reply .bp-emojionearea .bp-emojionearea-editor {
	min-height: 46px;
	padding-top: 12px;
	padding-left: 15px;
}

.bp-emojionearea .bp-emojionearea-editor:empty:before {
	font-size: 14px;
	color: #232323;
	font-weight: 400;
	font-style: italic;
}

.bp-messages-wrap .message .upload-btn,
.bp-messages-wrap .new-message .bp-emojionearea .upload-btn {
	color: #2c3e50;
	font-size: 20px !important;
	top: 17px;
	right: 20px !important;
}

.bp-messages-column .bpbm-chat-content .reply .bp-emojionearea .bp-emojionearea-button {
	display: none;
}

.bp-messages-wrap.bpbm-template-modern.bpbm-template-modern-right .list .messages-stack.outgoing .pic {
	display: none;
}

.bp-messages-wrap.bpbm-template-modern.bpbm-template-modern-right .list .messages-stack.outgoing .content .info .name,
.bp-messages-wrap.bpbm-template-modern.bpbm-template-modern-right .list .messages-stack.incoming .content .info .name {
	display: none;
}

.bp-messages-wrap.bpbm-template-modern .list .messages-stack .content .messages-list>li .message-content {
	background-color: #fff;
	border: 1px solid #ff7800;
	padding: 12px 15px !important;
	max-width: 70%;
	border-radius: 18px 0 18px 18px;
	font-size: 16px;
	line-height: 24px;
	color: #232323;
	font-weight: 500;
}

.bp-messages-column .messages-stack .content .info .time {
	font-size: 12px !important;
	color: #4e6076 !important;
	font-weight: 500 !important;
	margin-right: 0;
}

.bp-messages-wrap.bpbm-template-modern.bpbm-template-modern-right .list .messages-stack.outgoing .content .info .time {
	margin-right: 0 !important;
}

.bp-messages-wrap.bpbm-template-modern.bpbm-template-modern-right .list .messages-stack.incoming .pic {
	padding-left: 30px;
}

.bp-messages-wrap.bpbm-template-modern.bpbm-template-modern-right .list .messages-stack.incoming .pic .avatar {
	border-radius: 10px;
}

.bp-messages-wrap.bpbm-template-modern .list .messages-stack.incoming .content .messages-list>li .message-content {
	border-radius: 0 18px 18px 18px;
	background-color: #ffefe1;
	border-color: #ffefe1;
	font-size: 16px;
	line-height: 24px;
	color: #4e6076;
	font-weight: 500;
}

.bp-messages-wrap.bpbm-template-modern .list .messages-stack.incoming .info .time {
	margin-left: 0 !important;
}

.teacher-messages .search_bar.header-bg-light {
	margin-bottom: 30px;
}

.bp-messages-wrap .thread-not-selected .empty .bpbm-empty-icon {
	color: #00ccff;
}

.bp-messages-wrap .thread-not-selected .empty .bpbm-empty-message {
	font-size: 16px;
	color: #232323;
	/*font-weight: 600;*/
}

.bp-messages-wrap .thread-not-selected .empty .bpbm-empty-or {
	font-size: 14px;
	color: #232323;
	/*font-weight: 600;*/
}

.bp-messages-wrap .thread-not-selected .empty .bpbm-empty-link a {
	color: #ff7800;
	font-size: 14px;
}

.bp-messages-wrap.mobile-ready:not(.bp-messages-mobile) .bp-messages-mobile-tap {
	display: none !important;
}

.bp-messages-wrap .threads-list .thread:hover .time .delete {
	display: none;
}

.bp-messages-column .scrollbar-inner.threads-list-wrapper .threads-list .thread .time {
	padding: 0 !important;
	margin-left: auto;
	width: auto;
}

.bp-messages-column .scrollbar-inner.threads-list-wrapper .threads-list .thread .pic {
	padding: 0 10px 0 0;
}

.bp-messages-column .bpbm-chat-content .reply .message.file-uploader-enabled .bpbm-medium-editor-element.bm-mobile-area {
	border-radius: 10px;
	box-shadow: 0px 7px 8.5px rgb(0 0 0 / 7%);
	background-color: #ffffff;
	border: 1px solid #9cdae9;
	min-height: 45px;
	padding: 10px 40px 10px 10px;
	font-size: 14px;
	color: #232323;
	font-weight: 400;
}

.bpbm-chat-content .bpbm-preview-message.bpbm-reply-message .bpbm-preview-message-cancel,
.bpbm-chat-content .bpbm-preview-message.bpbm-reply-message .bpbm-preview-message-name {
	color: #232323;
}

.bpbm-chat-content .bpbm-preview-message.bpbm-reply-message .bpbm-preview-message-content {
	padding-left: 3px;
	padding-right: 6px;
}

.bpbm-not-logged-in .bp-messages-side-threads {
	width: 100%;
	border-radius: 8px 8px 8px 8px;
}

.bpbm-not-logged-in .bp-messages-side-threads .chat-header {
	border-bottom: 0;
}

.bpbm-not-logged-in .bp-messages-side-threads .chat-header .bpbm-search input {
	border-radius: 8px;
}

.bpbm-not-logged-in .chat-header .bpbm-search form:before {
	top: 17px;
}

:focus-visible {
	outline: none;
}

.bpbm-not-logged-in .bp-messages-column .chat-header.bpbm-index,
.bpbm-not-logged-in .bp-messages-side-threads .bpbm-search .close,
.bpbm-not-logged-in .bp-messages-column .bp-messages-mobile-tap,
.bpbm-not-logged-in .bp-messages-column .scrollbar-inner.threads-list-wrapper.threads-list-index {
	display: none;
}

.bpbm-not-logged-in .bp-messages-column .thread-not-selected .empty {
	text-align: center;
	padding: 30px 0;
}

.bpbm-not-logged-in .bp-messages-column .thread-not-selected .empty .bpbm-empty-icon {
	font-size: 40px;
}

.bpbm-not-logged-in .chat-header .new-message,
.bpbm-not-logged-in .chat-header .mobileClose {
	display: none;
}

/*.bpbm-not-logged-in .bp-messages-column .new-message #bm-new-thread-title{margin-bottom: 15px;}*/
.bpbm-not-logged-in .new-message .bpbm-users-avatars-list .bpbm-users-avatars-list-item {
	display: flex;
	align-items: center;
	padding: 12px 0;
}

.bpbm-not-logged-in .new-message .bpbm-users-avatars-list .bpbm-users-avatars-list-item .bpbm-users-avatars-list-item-avatar {
	flex-shrink: 0;
	margin-right: 12px;
	width: 40px;
}

.bpbm-not-logged-in .new-message .bpbm-users-avatars-list .bpbm-users-avatars-list-item .bpbm-users-avatars-list-item-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #232323;
	font-weight: 500;
}

.bpbm-not-logged-in .new-message form label {
	font-size: 14px;
	color: #232323;
	font-weight: 500;
}

.bpbm-not-logged-in .new-message .bpbm-users-avatars-list {
	margin-bottom: 20px;
}

.bpbm-not-logged-in .new-message form button {
	border-radius: 10px;
	background-color: #00ccff;
	font-size: 14px !important;
	color: #ffffff !important;
	font-weight: 600 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #00ccff;
	transition: all 0.3s linear;
	padding: 10px 17px;
	margin-top: 15px;
}

.bpbm-not-logged-in .new-message form .message textarea {
	border-radius: 6px;
	color: #232323;
	font-size: 12px;
	padding: 10px 15px;
}

.teacher-count {
	margin-top: 45px;
	margin-bottom: 0px;
}

.teacher-count p {
	color: #7b7b7b;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.teacher-count p span {
	color: #4e6076;
	font-weight: 700;
}

.book-lesson-content {
	border-radius: 6px;
	box-shadow: 0 0 12px rgb(0 0 0 / 16%);
	background-color: #ffffff;
	height: 100%;
	position: relative;
}

.book-lesson-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}

.book-lesson-col {
	padding: 15px;
}

.book-lesson-content .teacher-details {
	padding: 20px 20px 15px 20px;
	display: flex;
	align-items: flex-start;
}

.book-lesson-content .teacher-details .tea_details {
	margin-top: 5px;
}

.book-lesson-content .teacher-details .tea_image {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px solid #cccccc;
	margin-right: 10px;
	flex-shrink: 0;
	position: relative;
}

.tea_image .teacher-online {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #7b7b7b;
	border: 1px solid #ffffff;
	display: inline-block;
	position: absolute;
	bottom: 4px;
	left: 12px;
}

.tea_image .teacher-online.active {
	background-color: #03bf42;
}

.book-lesson-content .teacher-details .tea_image img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
}

.book-lesson-content .teacher-details h3 {
	font-size: 18px;
	color: #4e6076;
	font-weight: 700;
	margin-bottom: 10px;
}

.book-lesson-content .teacher-details p {
	font-size: 14px;
	color: #7b7b7b;
	font-weight: 600;
}

.book-lesson-content .teacher-details p i {
	color: #4e6076;
	margin-right: 6px;
}

.book-lesson-content .tea_bio {
	background-color: #f6f6f6;
	padding: 10px 20px;
	height: 74px;
}

.book-lesson-content .tea_bio p {
	font-size: 14px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 400;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.book-lesson-content .view_lesson {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
}

.book-lesson-content .view_lesson h5 {
	margin: 0;
	font-size: 18px;
	color: #ff7800;
	font-weight: 600;
}

.book-lesson-content .view_lesson h5 i {
	font-size: 16px;
	color: #4e6076;
	margin-right: 3px;
}

.book-lesson-content .btn-primary {
	border-radius: 20px;
	background-color: #00ccff;
	border: 1px solid #00ccff;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	height: 40px;
	width: 150px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
}

.book-lesson-content .btn-primary:hover {
	color: #00ccff;
	background-color: #fff;
}

.availabilities_wrapper {
	margin-top: 70px;
	position: relative;
}

.availabilities_wrapper:before {
	content: '';
	height: 154px;
	background-color: rgba(255, 120, 0, 0.03);
	width: 100%;
	position: absolute;
	z-index: -1;
	top: -39px;
}

.avail_button {
	border-radius: 33px 33px 0 0;
	box-shadow: 0px 12px 22.5px rgb(180 180 180 / 24%);
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	max-width: 508px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border-bottom: 0;
	position: relative;
}

.avail_button .btn {
	width: calc(50% - 2px);
	font-size: 16px;
	color: #7b7b7b;
	font-weight: 600;
	background-color: transparent;
	border: 1px solid #fff;
	height: 52px;
	letter-spacing: normal;
}

.avail_button .btn.active {
	background-color: #ff7800;
	color: #fff;
}

#custon_avail {
	border-radius: 33px 0 0 0;
}

#custom_unavail {
	border-radius: 0 33px 0 0;
}

.availabilities_wrapper .btn-check:focus+.btn-info,
.availabilities_wrapper .btn-info:focus {
	box-shadow: none;
}

.availabilities_wrapper .set_availabilities,
.availabilities_wrapper .set_unavailabilities {
	border-radius: 12px;
	/*filter: drop-shadow(0px 3px 17.5px rgba(0,0,0,0.06));*/
	box-shadow: 0px 3px 17.5px rgba(0, 0, 0, 0.06);
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	max-width: 1030px;
	margin: 0 auto;
	padding: 28px;
}

.set_availabilities label,
.set_unavailabilities label {
	font-size: 16px;
	color: #4e6076;
	font-weight: 500;
	line-height: normal;
}

.availabilities_wrapper .select-form-dd-icon:after {
	content: "\f078";
	color: #2c3e50;
}

.availabilities_wrapper .select-form-dd-icon {
	position: relative;
	cursor: pointer;
}

.availabilities_wrapper .select-form-dd-icon:before {
	content: "\f017";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	font-size: 18px;
	color: #7b7b7b;
	z-index: 1;
	left: 20px;
	top: 12px;
	position: absolute;
}

.availabilities_wrapper .select2-container--default .select2-selection--multiple {
	padding-left: 45px;
	padding-right: 45px;
}

.availabilities_wrapper .select2-container--default.select2-container--open .select2-selection--multiple {
	border-radius: 26px 26px 0 0 !important;
}

.page-template-set-availabilities .select2-container--open .select2-dropdown {
	border-radius: 0 0 26px 26px;
	padding: 0;
	z-index: 1;
}

.availabilities_wrapper .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li {
	width: 207px !important;
}

.availabilities_wrapper .select2-container--default .select2-selection--multiple {
	height: auto;
	min-height: 50px;
}

.page-template-set-availabilities .select2-container--default .select2-results>.select2-results__options {
	border-radius: 0 0 26px 26px;
}

.page-template-set-availabilities .select2-container--open .select2-dropdown ul li {
	font-size: 16px;
	font-weight: 400;
	padding: 12px 20px;
}

.availabilities_wrapper .select2-container--default .select2-selection--multiple .select2-selection__clear {
	margin-right: 0;
}

.set_availabilities form .form-group {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
}

.set_availabilities form .form-group::last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

/*.availabilities_wrapper .set_availabilities form #avail_btn{display: none;}*/
.availabilities_wrapper .select2-container.select2-container--default {
	width: 100% !important;
}

.techer-profile-wrapper .select-form-dd-icon .select2-container--default .select2-selection--multiple {
	min-height: 50px;
	height: auto;
}

.set_unavailabilities p {
	font-size: 16px;
	line-height: 26px;
	color: #232323;
	font-weight: 400;
	margin-bottom: 15px;
}

.set_unavailabilities .form-control,
.set_unavailabilities .select2-container--default .select2-selection--multiple {
	border-color: #7b7b7b;
}

/*.set_unavailabilities .form-submit-btn{display: none;}*/
.set_unavailabilities .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #00ccff;
}

.set_unavailabilities .select-form-dd-icon:before {
	content: "\ea6f";
	font-size: 18px;
	color: #7b7b7b;
	z-index: 1;
	left: 20px;
	top: 16px;
	position: absolute;
	font-family: 'Font-Awesome-Pro' !important;
	speak: never;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.set_unavailabilities .select-form-dd-icon:after {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 30px;
	color: #ff7800;
	top: 3px;
	right: 10px;
}

.set_unavailabilities .col-border {
	border-right: 1px solid #707070;
	padding-right: 30px;
}

.set_unavailabilities .select-slot-col {
	padding-left: 30px;
}

.certificate-container {
	background-color: #fff;
	border-radius: 6px;
	padding: 20px;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
	margin-bottom: 35px;
	text-align: center;
	position: relative;
	z-index: 0;
}

.certificate-container:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('/wp-content/uploads/2022/07/pattern-top-left.png');
	background-repeat: no-repeat;
	z-index: -1;
	background-position: top left;
}

.certificate-container:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('/wp-content/uploads/2022/07/pattern-bottom-right.png');
	background-repeat: no-repeat;
	z-index: -1;
	background-position: bottom right;
}

.certificate-wrapper>.row {
	margin-left: -15px;
	margin-right: -15px;
}

.certificate-wrapper>.row>.col-md-4 {
	padding-left: 20px;
	padding-right: 20px;
}

.certificate-container>img {
	max-width: 140px;
	width: 100%;
	margin: 0 auto;
}

.certificate-container h2 {
	color: #4E6076;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

.set_unavailabilities .select-form-dd-icon .form-control {
	padding-left: 40px !important;
	padding-right: 45px !important;
}

.certificate-container .btn-main-primary button {
	max-width: 225px;
	height: 45px;
	width: 100%;
	font-size: 16px !important;
	min-width: auto;
}

.certificate-container .btn-main-primary button:disabled {
	background-color: #DDE6E8 !important;
	border-color: #DDE6E8 !important;
	opacity: 1;
}

.btn-back-wrap {
	margin-top: 35px;
}

.btn-back-wrap h2 a {
	font-size: 18px;
	color: #ff7800;
	font-weight: 600;
	margin-bottom: 20px;
}

.btn-back-wrap h2 a i {
	margin-right: 6px;
}

.add-lesson-wrap {
	border-radius: 12px;
	/*filter: drop-shadow(0px 3px 17.5px rgba(0,0,0,0.06));*/
	box-shadow: 0px 3px 17.5px rgba(0, 0, 0, 0.06);
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}

.add-lesson-container {
	position: relative;
	margin-top: 70px;
}

.add-lesson-container:before {
	content: '';
	height: 154px;
	background-color: rgba(255, 120, 0, 0.03);
	width: 100%;
	position: absolute;
	z-index: -1;
	top: -50px;
	left: 0;
	right: 0;
}

.add-lesson-wrap label {
	font-size: 14px;
}

.new-lesson-btn {
	max-width: 180px;
	width: 100%;
}

.lesson-details-tbl {
	border-radius: 12px;
	box-shadow: 0px 1px 12px rgb(0 0 0 / 16%);
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	max-width: 1030px;
	overflow-x: auto;
}

.lesson-details-tbl table {
	border: 0;
	margin: 0;
	min-width: 400px;
}

.lesson-details-tbl table th {
	font-size: 16px;
	color: #4e6076;
	font-weight: 600;
	background-color: #F3F9FD;
	border: 0;
	padding: 15px 15px;
	border-bottom: 1px solid #dcd7ca;
}

.lesson-details-tbl table tr th:first-child {
	border-top-left-radius: 12px;
}

.lesson-details-tbl table tr th:last-child {
	border-top-right-radius: 12px;
}

.lesson-details-tbl table td {
	font-size: 14px;
	padding: 10px 15px;
	border: 0;
	vertical-align: middle;
}

.lesson-details-tbl table td a.btn-primary {
	background-color: transparent;
	border: 0;
	font-size: 0;
}

.lesson-details-tbl table td a.btn-primary:focus {
	box-shadow: none;
}

.lesson-details-tbl table td a.btn-primary i {
	font-size: 16px;
	color: #4e6076;
}

.lesson-details-tbl table td a.view-modal i {
	font-size: 18px;
}

.techer-lesson-row {
	margin: 30px 0 0 0;
}

.teacher-lesson-wrap {
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	margin-bottom: 30px;
	padding: 0;
}

.stu_info {
	background-color: #efefef;
	border-radius: 8px 8px 0 0;
	padding: 10px 20px;
	position: relative;
	align-items: center;
}

.stu_info img {
	width: 46px;
	height: 46px;
	border-radius: 100px;
	background-color: #000000;
	border: 1px solid #707070;
	margin-right: 20px;
	object-fit: cover;
	object-position: center;
}

.stu_info h2 {
	font-size: 18px;
	color: #232323;
	font-weight: 600;
	margin: 0;
}

.tr-btn .btn-group-wrap {
	border-radius: 20px;
	box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border: 1px solid #cecece;
	padding: 7px 9px;
	margin-right: 20px;
}

.tr-btn .btn-group-wrap .btn {
	font-size: 16px;
	font-weight: 500;
	background-color: transparent;
	border: 0;
	padding: 0 25px;
}

.tr-btn .btn-group-wrap .btn:first-child {
	border-right: 1px solid #cecece;
}

.tr-btn .btn-group-wrap .btn i {
	font-size: 15px;
	margin-right: 2px;
}

.tr-btn .btn-group-wrap .btn.accept {
	color: #4caf50;
}

.tr-btn .btn-group-wrap .btn.reject {
	color: #f44336;
}

.stu_info .tr-btn {
	display: flex;
	align-items: center;
	position: absolute;
	right: 30px;
	bottom: -20px;
}

.tr-btn .thr-msg {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	border: 2px solid #ff7800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.tr-btn .thr-msg i {
	color: #ff7800;
	font-size: 15px;
	font-weight: 400;
}

.teacher-lesson-wrap .lesson_detail {
	margin: 0;
	padding: 20px 20px 15px 20px;
}

.lesson_detail p {
	font-size: 14px;
	line-height: 30px;
	color: #7b7b7b;
	font-weight: 400;
	margin-bottom: 7px;
}

.lesson_detail h4 {
	color: #232323;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: normal;
}

.custom_lesson h3 {
	margin-bottom: 0;
	font-size: 18px;
	color: #4e6076;
	font-weight: 600;
	letter-spacing: normal;
	margin: 11px 0;
}

.custom_lesson h3 i {
	font-size: 16px;
	margin-right: 3px;
}

.tr-btn .lesson-status-btn {
	margin-bottom: 0;
	width: 148px;
	height: 40px;
	border-radius: 20px;
	box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border: 1px solid #cecece;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	margin-right: 20px;
}

.tr-btn .lesson-status-btn i {
	font-size: 15px;
	margin-right: 7px;
}

.lesson-status-btn.lesson_accepted {
	color: #4caf50 !important;
}

.lesson-status-btn.lesson_rejected {
	content: #f44336 !important;
}

.student_book_lesson .stu_info {
	transition: all 0.3s linear;
	cursor: pointer;
}

.student_book_lesson .stu_info:hover,
.student_book_lesson .stu_info:focus {
	background-color: #4e6076;
}

.student_book_lesson .stu_info:hover .custom_lesson h3,
.student_book_lesson .stu_info:focus .custom_lesson h3 {
	color: #fff;
}

.std_img {
	position: relative;
}

.std_img img {
	width: 46px;
	height: 46px;
	border-radius: 100px;
	border: 1px solid #707070;
	object-fit: cover;
}

.std_img span {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #7b7b7b;
	border: 1px solid #ffffff;
	display: inline-block;
	position: absolute;
	bottom: -2px;
	left: 4px;
}

.std_img span.active {
	background-color: #03bf42;
}

.teacher-lesson-wrap .lesson_detail.custom_teacher_detail {
	padding: 20px 20px 15px 14px;
}

.custom_teacher_detail .col-sm-auto.student-lesson-col {
	align-self: center;
}

.student-lesson-col p {
	line-height: normal;
}

.student-lesson-col {
	margin-bottom: 8px;
}

.custom_teacher_detail .stud_lsn-description {
	font-size: 14px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 500;
	margin-bottom: 0;
}

.zoom_link {
	border-radius: 0 0 8px 8px;
	background-color: #f8f8f8;
	border-top: 1px solid #e2e2e2;
	padding: 6px 20px;
	display: flex;
	align-items: center;
	/*flex-wrap: wrap;*/
}

.video-icn {
	width: 40px;
	height: 40px;
	background-color: #00ccff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	border-radius: 100px;
	margin-right: 13px;
	flex-shrink: 0;
}

.zoom_link p {
	font-size: 14px;
	color: #4e6076;
	font-weight: 600;
	margin-bottom: 0;
}

.zoom_link a {
	font-size: 16px;
	color: #00ccff;
	font-weight: 600;
}

.lesson-detail-modal {
	margin-top: 45px;
	max-width: 632px;
}

.lesson-detail-modal .modal-content {
	border-radius: 20px;
	background-color: #ffffff;
	border: 2px solid #ffffff;
}

.lesson-detail-modal .modal-header {
	padding: 0;
	border: 0;
}

.lesson-detail-modal .lesson_modal_detail {
	padding: 0;
}

.lesson-detail-modal .lesson_modal_detail .lesson_main_title {
	padding: 30px 30px 25px 30px;
	border-radius: 20px 20px 0 0;
	background-color: #4e6076;
}

.lesson_modal_detail .lesson_main_title h2 {
	font-size: 20px;
	color: #00ccff;
	font-weight: 700;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 25px;
}

.lesson_modal_detail .lesson_main_title h2 i {
	font-size: 22px;
	color: #fff;
	margin-right: 5px;
}

.lesson_main_title p {
	font-size: 16px;
	color: #e4e4e4;
	font-weight: 400;
	margin-bottom: 0;
}

.lesson_main_title p span {
	color: #fff;
	font-weight: 600;
}

.lesson_main_title>.row>.col-md-6:last-child {
	text-align: center;
}

.modal-header .close {
	z-index: 1;
}

.teacher_lesson_row {
	margin: 0 23px;
	padding: 12px 0 70px 0;
	position: relative;
	justify-content: space-between;
	border-bottom: 1px solid #cfcfcf;
}

.teacher-lesson-modal-col p {
	font-size: 16px;
	color: #4e6076;
	font-weight: 600;
	margin-top: 8px;
}

.teacher-lesson-modal-col p span.text-success {
	color: #4caf50 !important;
	font-size: 16px;
	font-weight: 500;
}

.teacher-lesson-modal-col p span i {
	font-size: 15px;
	margin: 0 4px;
}

.teacher-profile-img {
	width: 105px;
	height: 105px;
	border-radius: 100%;
	border: 4px solid #ffffff;
	/*overflow: hidden;*/
	margin: 0 auto 10px auto;
	position: relative;
}

.teacher-profile-img span {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 40px;
	background-color: #03bf42;
	border: 1px solid #ffffff;
	display: inline-block;
	position: absolute;
	left: 10px;
	bottom: 2px;
}

.teacher-profile-img img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
}

.teacher-lesson-modal-col h3 {
	font-size: 18px;
	color: #4e6076;
	font-weight: 700;
	text-align: center;
}

.teacher-profile-img-wrapper {
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
}

.lsn-modal-msg {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color: #ff7800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #ffffff;
}

.teacher_lesson_row .teacher-lesson-modal-col:last-child {
	padding-left: 23px;
}

.lesson_popup_main .lesson_content {
	font-size: 14px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 500;
	padding: 30px;
}

.single-lsn-header {
	background-color: #4e6076;
	padding: 20px 40px 44px 40px;
}

.single-header-title {
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: normal;
	margin-bottom: 20px;
}

.single-header-title a {
	margin-right: 15px;
	margin-left: -48px;
	color: #fff;
}

.single-header-title a i {
	font-size: 32px;
}

.tea_profile_details {
	display: flex;
	align-items: flex-start;
}

.tea_profile_details .tea_image {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	border: 1px solid #cccccc;
	margin-right: 15px;
}

.tea_profile_details .tea_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

.tea_detail h2 {
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: normal;
	margin-top: 4px;
	margin-bottom: 8px;
}

.tea_detail p {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 8px;
}

.tea_detail p i {
	margin-right: 2px;
}

.teacher-row-inner {
	align-items: center;
}

.lesson-details-center h3 {
	font-size: 16px;
	color: #00ccff;
	font-weight: 700;
	letter-spacing: normal;
	margin-bottom: 9px;
}

.lag-wrap,
.lag-wrap span,
.book-lessons-wrapper {
	display: flex;
	align-items: center;
}

.lag-wrap span {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	margin-right: 5px;
	text-transform: capitalize;
	flex-wrap: wrap;
}

.lag-wrap span img {
	width: 18px;
	height: 18px;
	border-radius: 30px;
	margin-right: 5px;
}

.lesson-details-end .book-lessons-wrapper {
	justify-content: end;
}

.lesson-details-end .book-lessons-wrapper>img {
	margin-right: 30px;
	max-width: 124px;
	width: 100%;
}

.lesson-details-end .btn-main-primary .btn {
	min-width: 180px;
	height: 40px;
	font-size: 16px !important;
}

.lesson-details-start,
.lesson-details-center,
.lesson-details-end {
	margin-bottom: 15px;
}

.lag-wrap {
	flex-wrap: wrap;
}

.single_teacher_lesson_container {
	border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	padding: 30px;
	margin-top: -40px;
}

.about-lesson {
	font-size: 20px;
	color: #4e6076;
	font-weight: 700;
	letter-spacing: normal;
	margin-bottom: 15px;
}

.single_teacher_lesson_container p {
	font-size: 16px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 500;
	/*margin-bottom: 20px;*/
}

.teacher-col-main {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.lesson_offered.teacher-col-main {
	border-bottom: 0;
	padding-bottom: 0;
}

.single_teacher_lesson_container table {
	margin: 0;
	border-radius: 6px;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	border-collapse: separate;
}

.single_teacher_lesson_container table td {
	border-top: 1px solid #e2e2e2;
	font-size: 16px;
	color: #7b7b7b;
	font-weight: 400;
	padding: 10px 25px;
}

.single_teacher_lesson_container table th {
	font-size: 16px;
	color: #4e6076;
	font-weight: 700;
	padding: 10px 25px;
	white-space: nowrap;
}

.single_teacher_lesson_container .btn-main-primary {
	text-align: center;
	margin-bottom: 20px;
}

.single_teacher_lesson_container .btn-primary {
	max-width: 320px;
	width: 100%;
	line-height: 43px;
}

.table-cols {
	overflow-x: auto;
}

.single-sfwd-lessons .post-meta-wrapper.post-meta-single.post-meta-single-top,
.single-sfwd-quiz .post-meta-wrapper.post-meta-single.post-meta-single-top {
	display: none;
}

.learndash-wrapper .ld-breadcrumbs {
	background-color: transparent !important;
	padding: 10px 0 !important;
}

.learndash-wrapper .ld-lesson-status,
.learndash-wrapper .ld-topic-status {
	background: none !important;
}

.learndash-wrapper .ld-breadcrumbs a {
	color: #4e6076;
	font-weight: 600 !important;
	font-size: 16px;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:after {
	font-size: 16px;
	margin: 0 3px;
}

.single-sfwd-lessons .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete {
	text-transform: capitalize;
}

.single-sfwd-lessons .mejs-controls {
	z-index: 1;
}

.learndash-wrapper .ld-tabs-content p {
	font-size: 16px;
	color: #7b7b7b;
	font-weight: 600;
	line-height: 24px;
	margin-top: 20px;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions {
	border-top: 0;
	padding: 10px 0;
	align-items: center;
}

.single-sfwd-lessons .ld-content-action a {
	color: #ff7800;
	font-weight: 500;
	position: relative;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action {
	flex-basis: auto;
	padding: 0;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-action.ld-empty {
	display: none;
}

.learndash-wrapper .ld-button {
	background-color: #fff !important;
	border: 1px solid #ff7800;
	color: #ff7800;
	padding: 12px 7px !important;
}

/*.learndash-wrapper .ld-content-actions .ld-content-action a.ld-course-step-back:before
{
	content: "\e914";
	font-family: 'ld-icons'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 15px;
    font-size: .875em;
    transition: all ease-in-out 250ms;
}*/
.learndash-wrapper .ld-button:hover {
	opacity: 1 !important;
}

.learndash-wrapper .ld-content-actions .ld-content-action a.ld-course-step-back:hover:before {
	transform: translateX(-3px);
}

.single-sfwd-lessons .pagination-single,
.single-sfwd-quiz .pagination-single {
	padding-top: 0;
	border-top: 0;
}

.single-sfwd-lessons .pagination-single .pagination-single-inner,
.single-sfwd-quiz .pagination-single .pagination-single-inner {
	justify-content: center !important;
}

.single-sfwd-lessons .pagination-single .pagination-single-inner a,
.single-sfwd-quiz .pagination-single .pagination-single-inner a {
	display: block;
	border: 1px solid #00ccff;
	color: #fff;
	background-color: #00ccff;
	border-radius: 25px;
	max-width: 170px;
	transition: all 0.3s linear;
	margin: 0 5px;
}

.single-sfwd-lessons .pagination-single .pagination-single-inner a span,
.single-sfwd-quiz .pagination-single .pagination-single-inner a span {
	font-size: 16px;
	color: #fff;
	letter-spacing: normal;
	display: block;
	text-align: center;
	margin: 0 !important;
	transition: all 0.3s linear;
}

.single-sfwd-lessons .pagination-single .pagination-single-inner a:hover,
.single-sfwd-quiz .pagination-single .pagination-single-inner a:hover {
	background-color: #fff;
}

.single-sfwd-lessons .pagination-single .pagination-single-inner a:hover span,
.single-sfwd-quiz .pagination-single .pagination-single-inner a:hover span {
	color: #00ccff;
}

.student_lesson_wrapper.content-main-body {
	position: relative;
}

.stud-lesson-header-selectbox {
	right: 30px;
	position: absolute;
	top: -20px;
}

.stud-lesson-header-selectbox .form-select {
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
	/*max-width: 225px;*/
	width: 225px;
	height: 40px;
	border-radius: 20px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #4e6076;
	font-weight: 400;
	padding: 3px 20px;
	cursor: pointer;
}

.stud-lesson-header-selectbox .form-select::placeholder {
	font-size: 14px;
	color: #4e6076;
}

.modal-body-checkbox-container p {
	text-align: left;
	padding-left: 30px;
}

.modal-body-checkbox-container {
	margin-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
}

.modal-body-checkbox-container:last-child {
	border-bottom: 0;
}

.modal-body-checkbox-container strong {
	width: 23%;
	display: inline-block;
	margin-right: 15px;
}

.modal-body-checkbox-container strong b {
	float: right;
}

.modal-payment .payment_buttons {
	margin-top: 20px;
}

.modal-payment .payment_buttons .paypalbuttonimage {
	width: 126px;
	height: 33px;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #ff7800;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ff7800 !important;
	font-weight: 600;
	transition: all 0.3s linear;
}

.modal-payment .payment_buttons .paypalbuttonimage:hover {
	color: #fff !important;
	background-color: #ff7800;
}

.modal-payment .payment_buttons .asp_product_buy_button .asp_product_buy_btn_container {
	float: right;
}

.modal-payment .payment_buttons .asp_product_buy_button .asp_product_buy_btn_container .btn {
	min-width: 125px;
	line-height: 24px;
	font-size: 16px !important;
	height: 34px;
}

.modal-custom.modal-payment .modal-body>form>.row>.form-group {
	max-height: 600px;
	overflow: hidden auto;
}

.modal-custom .modal-body>form>.row>.form-group::-webkit-scrollbar {
	width: 5px
}

.modal-custom .modal-body>form>.row>.form-group::-webkit-scrollbar-track {
	background-color: transparent;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.modal-custom .modal-body>form>.row>.form-group::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ff7800;
}

.datepicker-main-container {
	border-radius: 10px;
	box-shadow: 0px 3px 3.5px rgba(0, 0, 0, 0.16);
	background-color: #fcfcfc;
	border: 1px solid #f1f1f1;
	padding: 45px 16px 16px 2px;
	position: relative;
	display: flex;
	align-items: flex-start;
	max-width: 486px;
	justify-content: space-around;
	margin-left: auto;
	margin-top: 30px;
}

.datepicker-main-container h3 {
	border-radius: 23px;
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	font-size: 18px;
	color: #00ccff;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 11px 42px;
	margin-bottom: 0;
	white-space: nowrap;
}

.select-date-col table {
	background-color: transparent;
	border: 0;
	border-spacing: 15px 10px;
	border-collapse: separate;
	table-layout: fixed;
}

.select-date-col table td {
	width: 30px;
	height: 30px;
	border: 1px solid #fff !important;
	padding: 1px !important;
	border-radius: 0 !important;
	background-color: #00bb5d;
	color: #fff !important;
	font-weight: 500 !important;
	outline: #00bb5d solid 1px;
}

.select-date-col .datepicker table tr td.focused,
.datepicker table tr td:hover {
	background-color: #00bb5d !important;
}

.select-date-col table td.disabled {
	border-color: transparent !important;
	background-color: transparent !important;
	color: #7b7b7b !important;
	outline: transparent solid 1px;
}

.select-date-col table td.disabled.focused,
.select-date-col table td.disabled:hover,
.select-date-col table td.old.disabled:hover,
.select-date-col table td.old.disabled.focused {
	background-color: transparent !important;
}

.select-date-col table td.old.disabled,
.select-date-col table td.new.day {
	color: #aaaaaa !important;
}

.select-date-col table td.new.day {
	border-color: transparent !important;
	background-color: transparent !important;
	outline: transparent solid 1px;
}

.select-date-col table td.active {
	outline: #ff7800 solid 1px !important;
	background-image: none !important;
	background-color: #ff7800 !important;
	text-shadow: none !important;
}

.select-date-col table td.active.day:hover,
.select-date-col table td.active.day.focused {
	background-color: #ff7800 !important;
}

.select-date-col .datepicker {
	max-width: 325px;
	width: 100%;
	padding: 0;
}

.select-date-col table th {
	padding: 0 !important;
}

.single_teacher_lesson_container .tea_video {
	margin-top: 30px;
}

.select-date-col table th {
	font-size: 16px;
	color: #4e6076;
	font-weight: 600;
}

.select-date-col table th.datepicker-switch {
	font-size: 18px;
	color: #4e6076;
	font-weight: 700;
}

.select-time-col input {
	width: 102px;
	height: 29px;
	background-color: #f1f1f1;
	color: #4e6076;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	text-align: center;
	border: 0;
	transition: all 0.3s linear;
}

.select-time-col input:hover,
.select-time-col input:focus {
	background-color: #ff7800;
	color: #fff;
}

.select-time-col {
	margin-top: 29px;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation>.ld-tab {
	padding: 10px 15px !important;
	font-size: 17px;
	border: 1px solid #00ccff !important;
	/*border-radius: 8px 8px 0 0;*/
	color: #00ccff !important;
	margin-right: -1px;
	font-weight: 600 !important;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation>.ld-tab:first-child {
	border-top-left-radius: 8px;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation>.ld-tab:last-child {
	border-top-right-radius: 8px;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation>.ld-tab.ld-active {
	background-color: #00ccff;
	color: #fff !important;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation>.ld-tab span {
	margin: 5px 0;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation>.ld-tab span.ld-icon {
	font-size: 19px;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after {
	left: -1px !important;
	right: -1px !important;
}

.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content {
	padding-top: 15px !important;
	max-width: 1024px;
	margin: auto;
}

.single-sfwd-lessons .ld-content-action a.ld-course-step-back {
	border: 1px solid #ff7800 !important;
	border-radius: 20px;
	padding: 6px 15px !important;
	/*display: none!important;*/
}

.learndash-wrapper .ld-breadcrumbs {
	background: none !important;
}

.single-sfwd-quiz .ld-tabs .ld-tabs-content .ld-tab-content {
	padding-top: 0 !important;
}

.single-sfwd-quiz .wpProQuiz_list .wpProQuiz_listItem .wpProQuiz_button {
	padding: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div {
	box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff !important;
	border: 1px solid #cdcdcd !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div:before {
	background-color: #fff !important;
	border: 1px solid #cdcdcd;
	border-right: 0;
	border-top: 0;
	left: 2em !important;
	bottom: -9px !important;
}

.Aligner #modal-header {
	background-color: #ff7800 !important;
}

.sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-2 .sgpb-content {
	max-width: 650px !important;
	width: 100% !important;
	max-height: unset !important;
	border-radius: 10px;
}

.sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-2 .sgpb-popup-close-button-2 {
	top: 12px !important;
	right: 12px !important;
	border-radius: 100%;
}

.wpProQuiz_quiz .wpProQuiz_list .wpProQuiz_listItem .wpProQuiz_question_text p {
	font-weight: 500;
	color: #232323;
	font-size: 18px;
	margin-bottom: 0;
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 15px;
	box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
}

.wpProQuiz_quiz .wpProQuiz_list .wpProQuiz_questionList .wpProQuiz_questionListItem label {
	border: 1px solid #ddd;
	border-radius: 15px;
}

.wpProQuiz_quiz .wpProQuiz_list .wpProQuiz_questionList .wpProQuiz_questionListItem label input {
	margin-right: 10px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within {
	border-color: #00ccff;
}

.wpProQuiz_quiz .wpProQuiz_list .ui-sortable .wpProQuiz_questionListItem .wpProQuiz_sortable {
	border: 1px solid #ddd;
	border-radius: 15px;
	font-size: 18px;
}

.learndash-wrapper .ld-content-action .sfwd-mark-complete .learndash_mark_complete_button {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	width: 170px;
	height: 30px;
	border-radius: 20px;
	right: 0;
	margin-right: 10px;
	position: absolute;
	/*left: -40px;*/
	top: 5px;
}

.learndash-wrapper .ld-content-action .sfwd-mark-complete:after {
	font-size: 12px;
	right: unset;
	left: -32px;
	top: 20px;
	cursor: pointer;
}

/*.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action{display: flex;align-items: center;}*/
.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action .sfwd-mark-complete {
	overflow: unset;
}

.modal-custom .modal-body .custom_lesson_msg .bg-warning {
	background-color: transparent !important;
	color: #ff7800;
}

.modal-custom .modal-body .custom_lesson_msg {
	margin-bottom: 16px;
}

.custom_tea_msg_icon a {
	width: 48px;
	height: 48px;
	border-radius: 50px;
	border: 1px solid #b1b1b1;
	font-size: 0 !important;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom_tea_msg_icon a:before {
	content: '';
	background-image: url('/wp-content/uploads/2022/07/tcr_msg.png');
	width: 26px;
	height: 23px;
	background-repeat: no-repeat;
}

.mobile-menu li.custom_tea_msg_icon .ancestor-wrapper {
	margin: 10px 0;
}

.page-template-teacher-lessons .teacher-lesson-wrap .btn-main-primary .btn {
	margin-right: 20px;
	font-size: 16px !important;
	box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
	min-width: 214px;
	height: 40px;

}

.page-template-teacher-lessons .teacher-lesson-wrap .btn-main-primary .btn i {
	margin-right: 3px;
}

.modal-custom .modal-body#view_detail {
	font-size: 14px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 600;
}

.page-template-lesson-detail .modal-custom .btn-main-primary .btn {
	height: 40px;
}

.page-template-lesson-detail #edit_modal .modal-header {
	padding: 24px 10px;
}

.page-template-lesson-detail #edit_modal .form-submit .submit {
	margin-top: 10px;
	height: 40px;
	padding: 6px;
	font-size: 16px !important;
	min-width: 155px;
}

.page-template-lesson-detail #edit_modal .form-group {
	margin-bottom: 20px;
}

#delete_modal .modal-header {
	padding: 24px 10px;
}

#delete_modal .modal-body .btn {
	padding: 3px 5px;
	min-width: 90px;
	margin: 10px;
}

#delete_modal .modal-body form {
	text-align: center;
}

#delete_modal .modal-body form h2 {
	margin-bottom: 15px;
}

.teacher-lesson-wrap .tr-btn .btn-group-wrap .btn:focus {
	box-shadow: none;
}

.phonic-container .button.record-button {
	font-size: 24px;
}

/*.button.submit-button{background-color: green !important;}
.powered-by-phonic{display: none;}*/

.site-loader-main {
	position: fixed;
	z-index: 1000000;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*display: none;*/
}

.site-loader-main svg {
	/*font-family: 'Russo One', sans-serif;*/
	position: absolute;
	width: 100%;
	height: 100%;
}

.site-loader-main svg text {
	text-transform: uppercase;
	animation: stroke 4s infinite alternate;
	stroke-width: 2;
	stroke: #365fa0;
	/*font-size: 140px;*/
	font-size: 7rem;
	font-weight: 700;
	text-shadow: 0 10px 10px rgb(0 0 0 / 40%);
}

@keyframes stroke {
	0% {
		fill: rgba(0, 204, 255, 0);
		stroke: rgba(54, 95, 160, 1);
		stroke-dashoffset: 25%;
		stroke-dasharray: 0 50%;
		stroke-width: 2;
	}

	70% {
		fill: rgba(0, 204, 255, 0);
		stroke: rgba(54, 95, 160, 1);
	}

	80% {
		fill: rgba(0, 204, 255, 0);
		stroke: rgba(54, 95, 160, 1);
		stroke-width: 3;
	}

	100% {
		fill: rgba(0, 204, 255, 1);
		stroke: rgba(54, 95, 160, 0);
		stroke-dashoffset: -25%;
		stroke-dasharray: 50% 0;
		stroke-width: 0;
	}
}

.wpProQuiz_question_text .custom-gif {
	width: 100%;
	max-width: 400px;
}

.custom-audio {
	text-align: center;
}

.custom-back-page .header-title .back-page {
	color: #4e6076 !important;
}

.pagination-single-inner .custom_previous,
.pagination-single-inner .custom_next {
	display: flex;
	align-items: center;
}

.pagination-single-inner .custom_next {
	flex-direction: row-reverse;
}

.ays-survey-sections .ays-survey-section-header .ays-survey-thank-you-page {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.ays-survey-sections .ays-survey-section-header .ays-survey-thank-you-page {
	margin-bottom: 0;
}

.bolg_section {
	min-height: calc(100vh - 588px);
}

.comments-wrapper .comment-respond {
	padding-top: 0 !important;
}

.comments-wrapper .comment-author-content .comment-content {
	font-size: 16px;
	line-height: 24px;
	color: #7b7b7b;
	font-weight: 500;
}

.comments-inner .comment.even .comment.even {
	padding-top: 35px;
}

.comments-wrapper .comment-respond #cancel-comment-reply-link {
	color: #ff7800;
	margin-left: 10px;
}

.comments-wrapper .comment-respond .comment-reply-title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.privacy-policy {
	margin: 0 !important;
}

.privacy-policy .vc_section.container {
	padding-top: 0;
	padding-bottom: 0;
}

.pp_textdiv {
	margin-bottom: 50px;
}

.pp_textdiv .header-title {
	margin-top: 0;
	margin-bottom: 13px;
}

.pp_textdiv p {
	font-size: 16px;
	color: #7b7b7b;
	line-height: 24px;
	font-weight: 500;
}

.page-template-custom-signup .custom-check label.error {
	font-weight: 500;
	margin-left: -26px !important;
}

.single-sfwd-courses .site-loader-main {
	display: none;
}

.my-profile-wrapper input[type="date"],
.techer-profile-wrapper input[type="date"] {
	position: relative;
	background-image: url('/wp-content/uploads/2022/08/calendar-date.svg');
	background-repeat: no-repeat;
	background-position: 92% 50%;
}

.my-profile-wrapper input[type="date"]::-webkit-inner-spin-button,
.my-profile-wrapper input[type="date"]::-webkit-calendar-picker-indicator,
.techer-profile-wrapper input[type="date"]::-webkit-inner-spin-button,
.techer-profile-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
	/*display: none;
    -webkit-appearance: none;*/
	position: absolute;
	/*opacity: 0;*/
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.gateway_stripe .cust_radio_container img {
	max-width: 61px;
}

.gateway_stripe .cust_radio_container .checkmark1 {
	top: 3px;
}

.gateway_paypalexpress .cust_radio_container .checkmark1 {
	top: 1px;
}

.modal-custom.modal-payment .pmpro_checkout>hr {
	display: none;
}

#paymentdetails #pmpro_payment_method.pmpro_checkout {
	margin-top: 0;
}

.custom-post-meta .post-meta-wrapper ul.post-meta li.post-date .meta-icon svg {
	width: auto;
}

.page-template-survey .search_bar>.container {
	padding-left: 0;
}

.page-template-blog-listing .search_bar .filter-content-box {
	z-index: 0;
	background-color: #fff;
	border-radius: 21px;
}

.page-template-blog-listing .search_bar .filter-content-box .form-select {
	background-color: transparent !important;
}

.page-template-blog-listing .search_bar .filter-content-box .filter-icon {
	z-index: -1;
}

.single-teacher_lessons .modal-payment .btn-main-primary {
	margin-top: 20px;
	text-align: center;
}

.single-teacher_lessons .modal-payment .btn-main-primary a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.site-main-header .primary-menu li.custom-profile-menu {
	padding-right: 15px;
}

.site-main-header .primary-menu li.custom-profile-menu .sub-menu:after {
	right: 6px;
}

.pagination-single-inner {
	display: none;
}

.datepicker td,
.datepicker th {
	width: 40px !important;
}

.cus_voice_record-sec {
	margin: auto;
	width: 23%;
	padding: 10px;
}

/* Start New Design changes */

.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content p {
	text-align: center;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewButtons input[type="button"],
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
	border-radius: 25px;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewButtons input[type="button"] {
	font-size: 16px;
	line-height: 1.5;
	padding: 12px 20px;
	font-weight: 600;
	min-width: 200px;
	text-align: center;
	transition: all 0.3s linear;
	border: 1px solid #00ccff;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewButtons input[type="button"]:hover {
	background-color: #fff;
	border: 1px solid #00ccff;
	color: #00ccff;
}

body .learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion {
	border-radius: 10px;
	overflow-y: auto;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue {
	background-color: #00ccff;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewQuestion_Target {
	outline-width: 0;
	border: 2px solid #00ccff;
	box-shadow: none;
	background: #00ccff;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewText {
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
}

body .wpProQuiz_content .wpProQuiz_reviewLegend li {
	padding-right: 15px;
	font-weight: 500;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewColor {
	top: 2px;
	position: relative;
	border-radius: 4px;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion ol {
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 5px;
}

body .wpProQuiz_content .wpProQuiz_reviewQuestion li {
	margin: 0;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv li.wpProQuiz_reviewQuestionTarget,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewQuestion_Target {
	background-color: #fff;
	color: #00ccff;
	outline: 0px solid #00ccff;
	border: 1px solid #00ccff;
	box-shadow: none;
}

body .wpProQuiz_content .wpProQuiz_reviewQuestion li {
	margin: 0;
	font-size: 16px;
	width: auto;
	min-width: 34px;
	min-height: 34px;
	line-height: 1.5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	border-radius: 6px;
	font-weight: 500;
	color: #4e6076;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_box li,
body .learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li {
	border-radius: 6px;
	border: 1px solid transparent;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv li.wpProQuiz_reviewQuestionTarget {
	background-color: #00ccff;
	color: #fff;
}

body .wpProQuiz_content .wpProQuiz_reviewQuestion li:hover {
	color: #0cf;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewQuestion_Target {
	background-color: #00ccff;
}

.lessons-user-int-div {
	padding: 30px 0 20px;
	margin: 0 auto;
	min-height: calc(100vh - 512px);
	position: relative;
}

.top-title-dv {
	margin: 0 0 30px;
}

.top-title-dv h2 {
	font-size: 40px;
	color: #4e6076;
	font-weight: 700;
	letter-spacing: 0.01px;
	margin: 0 auto 10px;
	text-align: center;
}

.top-title-dv p {
	font-size: 18px;
	line-height: 1.5;
	color: #7b7b7b;
	font-weight: 600;
	margin: 0 0 10px;
}

.cus_select_profile {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.cus_role_profile {
	padding: 0;
	margin: 0 0 20px;
	position: relative;
	cursor: pointer;
}

.cus_role_profile .img-dv {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 15px;
	position: relative;
}

.cus_role_profile .img-dv::before {
	content: "";
	border: 2px dashed #ddd;
	display: block;
	position: absolute;
	border-radius: 100%;
	width: 160px;
	height: 160px;
}

.cus_role_profile:hover .img-dv::before {
	animation: rotateBorder 16s linear infinite;
}

@keyframes rotateBorder {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.cus_role_profile .img-dv .img-fluid {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 100%;
}

.cus_role_profile h4 {
	margin: 0;
	text-align: center;
	font-size: 18px;
	color: #ff7800;
	font-weight: 600;
	display: block;
	transition: all 0.8s;
}

.cus_role_profile:hover h4 {
	color: #4e6076;
}

.cus_chat_box {
	overflow-y: auto;
	padding: 20px;
	height: 455px;
	scrollbar-width: auto;
	scrollbar-color: #00ccff #ffffff;
	font-size: 16px;
	line-height: 1.5;
	color: #7b7b7b;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 20px;
	background: #fafafa;
	border-radius: 16px;
}

.cus_chat_box .msg-bubble .msg-info-name {
	color: #4e6076;
	font-weight: 700;
	display: block;
	margin: 0 0 5px;
}

.cus_chat_box::-webkit-scrollbar {
	width: 16px;
}

.cus_chat_box::-webkit-scrollbar-track {
	background: #ffffff;
}

.cus_chat_box::-webkit-scrollbar-thumb {
	background-color: #00ccff;
	border-radius: 10px;
	border: 3px solid #ffffff;
}

.cus_chat_box .msg-bubble {
	border-radius: 12px;
	box-shadow: 0px 3px 6.5px rgba(0, 0, 0, 0.16);
	margin-bottom: 15px;
	padding: 12px 20px;
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 75px;
	flex: 1;
	background-color: #fff;
}

.chat-box-bubble {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.chat-box-bubble .chat-box-bubble-inner {
	width: 100%;
	max-width: 440px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.chat-box-bubble .img-dv {
	width: 90px;
	padding-left: 15px;
}

.chat-box-bubble .img-dv .img-fluid {
	width: 75px;
	height: 75px;
	object-fit: cover;
	border-radius: 100%;
}

.chat-box-bubble.selectedActor {
	justify-content: flex-end;
}

.chat-box-bubble.unselectedActor .chat-box-bubble-inner {
	justify-content: flex-start;
}

.chat-box-bubble.unselectedActor .img-dv {
	padding-right: 15px;
	padding-left: 0;
}

.cus_chat_box audio {
	width: 100%;
	flex: 1;
}

.cus_chat_box .cus_voice_listen_sec {
	width: 100%;
	padding-left: 85px;
}

.voice-record-inner-div {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 0;
	text-align: center;
	padding: 15px 0 0;
}

.voice-record-inner-div .txt-dv p {
	font-size: 16px;
	line-height: 1.5;
	color: #232323;
	font-weight: 600;
	margin: 0 0 10px;
}

.voice-record-btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 20px;
}

.voice-record-btn .btn.btn-voice {
	background-color: #fff;
	box-shadow: 0 5px 21px rgba(0, 0, 0, .2);
	color: #d92252;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 10px 16px;
	border-radius: 30px;
	min-height: 60px;
	min-width: 60px;
	column-gap: 10px;
	position: relative;
}

.voice-record-btn .btn.btn-voice .txt {
	display: none;
}

.voice-record-btn .btn.btn-voice.stop_rec {
	background-color: #d92252;
	color: #fff;
}

.voice-record-btn .btn.btn-voice .shape-span.record-shape {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #d92252;
	border-radius: 100%;
}

.voice-record-btn .btn.btn-voice .shape-span.stop-recording-shape {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #ffffff;
	border-radius: 4px;
}

.voice-record-inner-div .txt-dv {
	margin: 0 0 20px;
}

.voice-record-btn .btn.btn-voice.stop_rec::before {
	content: "";
	display: inline-block;
	border-color: #d92252;
	border-radius: 9999px;
	border-style: solid;
	height: calc(100% + 12px);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: calc(100% + 12px);
	z-index: 2;
	-webkit-animation: sonarWave 1s ease-out infinite;
	animation: sonarWave 1s ease-out infinite;
}

@-webkit-keyframes sonarWave {
	0% {
		border-width: 5px;
		opacity: .3;
	}

	to {
		border-width: 1px;
		opacity: 0;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

@keyframes sonarWave {
	0% {
		border-width: 5px;
		opacity: .3;
	}

	to {
		border-width: 1px;
		opacity: 0;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

.cus_audio_player {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.last-screen-inner-dv .top-title-dv {
	margin-bottom: 20px;
}

.cus_voice_listen_btn .btn.btn-text,
.last-screen-inner-dv .btn.btn-text {
	font-size: 14px;
	line-height: 1.5;
	color: #7b7b7b;
	font-weight: 600;
	border: none;
	background: transparent;
	padding: 0 3px 0 0;
}

.cus_voice_listen_btn .btn.btn-text .txt-round,
.last-screen-inner-dv .btn.btn-text .txt-round {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #00ccff;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	margin: 0 auto 10px;
}

.cus_voice_listen_btn,
.last-screen-inner-dv .btn-txt-div {
	padding: 15px 0;
	margin: 0 0 15px;
	position: relative;
}

.end-btn-div .btn.btn-text-white,
.cus_voice_listen_btn .btn.btn-text-white,
.last-screen-inner-dv .btn.btn-text-white {
	font-size: 16px;
	line-height: 1.5;
	padding: 12px 20px;
	font-weight: 600;
	min-width: 200px;
	text-align: center;
	transition: all 0.3s linear;
	color: #fff;
	border: 1px solid #00ccff;
	background-color: #00ccff;
	border-radius: 30px;
}

.end-btn-div .btn.btn-text-white:hover,
.cus_voice_listen_btn .btn.btn-text-white:hover,
.last-screen-inner-dv .btn.btn-text-white:hover {
	background-color: #fff;
	border: 1px solid #00ccff;
	color: #00ccff;
}

.cus_voice_listen_btn .txt-round,
.txt-check-new-div .txt-round {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #00ccff;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	margin: 0 auto 30px;
	position: relative;
}

.txt-check-new-div .txt-round::before {
	content: "";
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border: 2px dashed #0cf;
	display: block;
	position: absolute;
	border-radius: 100%;
}

.cus_voice_listen_btn .txt-round i,
.txt-check-new-div .txt-round i {
	position: relative;
	top: 2px;
}

.cus_voice_listen_btn {
	text-align: center;
}

.cus_voice_listen_btn .btn.btn-text {
	outline: none;
	box-shadow: none;
	cursor: pointer;
}

.cus_voice_listen_btn .txt-span {
	display: block;
	text-align: center;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.5;
}

.cus_listen_player_first .txt-span {
	display: block;
	text-align: center;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.5;
}

.lessons-user-int-section .end-btn-div {
	text-align: center;
	margin: 30px 0 15px;
	display: block;
}

.lessons-listen-div {
	padding: 60px 0 20px;
}

.cus_waves_gif {
	margin: 0 auto;
	width: 100%;
	object-fit: contain;
	text-align: center;
}

.cus_waves_gif .custom-gif1 {
	margin: 0 auto;
}

.ld-content-action.ld-content-action01 {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}

.learndash-wrapper .ld-content-action .sfwd-mark-complete .learndash_mark_complete_button {
	background-color: #ff7800;
	line-height: 1.5;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 36px;
	width: auto;
	min-width: 170px;
	height: auto;
	top: auto;
	position: relative;
	margin: 0;
}

.ld-content-action.ld-content-action01 .sfwd-mark-complete {
	flex: 1;
	display: inline-flex;
	order: 2;
}

.ld-content-action.ld-content-action01 .ld-primary-color.ld-course-step-back {
	flex: 1;
	width: auto;
	min-width: 150px;
	order: 1;
}

.learndash-wrapper .ld-content-action .sfwd-mark-complete::after {
	top: 4px;
	position: relative;
	left: -34px;
	width: 30px;
	height: 30px;
	background: #e56c00;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	padding: 2px 0 0;
	transform: none;
	margin: 0 -36px 0 0;
	font-size: 15px;
}

.learndash-wrapper .ld-content-action .sfwd-mark-complete.disabled::after {
	background: #302e2c;
}

/*.ld-content-action.ld-content-action01 .sfwd-mark-complete:not(.sfwd-mark-incomplete) {display: none;}

.ld-content-action.ld-content-action01 .sfwd-mark-complete {
    display: block;
}*/

.wpProQuiz_quiz .wpProQuiz_list .wpProQuiz_listItem .wpProQuiz_question_text .custom-audio {
	border: unset;
	box-shadow: unset;
}

.cus_listen_player span.txt-round {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #00ccff;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	margin: 0 auto 10px;
}

.cus_listen_player_first span.txt-round {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #00ccff;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	margin: 0 auto 10px;
}

button.btn.btn-text.cus_compare_btn {
	background-color: #fff;
	box-shadow: 0 5px 21px rgba(0, 0, 0, .2);
	color: #000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 0.5;
	margin-bottom: 20px;
	padding: 10px 16px;
	border-radius: 30px;
	min-height: 60px;
	min-width: 60px;
	column-gap: 10px;
	position: relative;
}

button.btn.btn-text.cus_repeat_btn {
	background-color: #fff;
	box-shadow: 0 5px 21px rgba(0, 0, 0, .2);
	color: #000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 0.5;
	margin-bottom: 20px;
	padding: 10px 16px;
	border-radius: 30px;
	min-height: 60px;
	min-width: 60px;
	column-gap: 10px;
	position: relative;
}

.custom_listing_text {
	padding: 30px;
	position: relative;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dddd;
	border-radius: 8px;
	max-width: 900px;
	margin: 0 auto 20px;
}

.custom_listing_text .custom_listing_text_inner {
	width: 100%;
	text-align: center;
}

.custom_listing_text h4 {
	margin: 0 auto 10px;
	font-size: 30px;
	color: #4e6076;
	font-weight: 700;
	letter-spacing: normal;
}

.custom_listing_text h5 {
	font-size: 16px;
	color: #7b7b7b;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
}

.btn-group-rept-pulse-dv {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
	margin: 0 0 10px;
}

.btn-group-rept-pulse-dv i {
	font-size: 22px;
}

.cus_listen_write_btn span.txt-round {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #00ccff;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	margin: 0 auto 10px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze .wpProQuiz_answerIncorrect {
	background-color: unset !important;
}

.text_wrong {
	color: green;
}

.cus_vocubulary_listen span.txt-round {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #00ccff;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	margin: 0 auto 10px;
}

.cus_vocubulary_listen .txt-span {
	display: block;
	text-align: center;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.5;
}

.wpProQuiz_quiz .wpProQuiz_list .wpProQuiz_listItem .wpProQuiz_question_text p>br,
.wpProQuiz_content .wpProQuiz_question_text .btn.btn-text.cus_listen_write_btn>br {
	display: none;
}

.wpProQuiz_content .wpProQuiz_question_text>P {
	text-align: center;
}

.wpProQuiz_content .wpProQuiz_question_text .btn.btn-text.cus_listen_write_btn .txt-round {
	margin: 0;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem span.wpProQuiz_cloze {
	width: 100%;
	margin: 0;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze input[type="text"] {
	width: 100%;
	background-color: #f0f3f6 !important;
	border-radius: 6px;
	min-height: 44px;
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 0 16px;
	font-size: 16px;
	line-height: 1.5;
}

.wpProQuiz_content .wpProQuiz_question_text {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.wpProQuiz_content .wpProQuiz_question_text .cus_lisen_repeat_section {
	order: 2;
}

.wpProQuiz_content .wpProQuiz_question_text .custom_listing_text {
	width: 100%;
	order: 1;
}

.wpProQuiz_content .wpProQuiz_question_text p.custom-audio {
	width: 100%;
	order: 3;
}

body.vocabulary_16 .wpProQuiz_content .wpProQuiz_question_text .custom_listing_text {
	padding: 0;
	width: auto;
	border: none;
	min-height: auto;
}

body.vocabulary_16 .wpProQuiz_content .wpProQuiz_question_text .custom_listing_text img {
	width: 200px;
	height: 200px;
	margin: 0;
	border-radius: 100%;
	object-fit: cover;
	border: 1px solid #ddd;
}

body.vocabulary_16 .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
	column-gap: 30px;
	overflow: visible;
}

body.vocabulary_16 .wpProQuiz_quiz .wpProQuiz_list .wpProQuiz_questionList .wpProQuiz_questionListItem label {
	border-radius: 100%;
	height: 200px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	text-transform: capitalize;
	cursor: pointer;
	transition: all 0.8s ease-in-out !important;
}

body.vocabulary_16 .wpProQuiz_quiz .wpProQuiz_list .wpProQuiz_questionList .wpProQuiz_questionListItem label .wpProQuiz_questionInput {
	opacity: 0;
	position: absolute;
}

body.vocabulary_16 .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList li.wpProQuiz_questionListItem {
	padding: 0;
	cursor: pointer;
}

body.vocabulary_16 .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList li.wpProQuiz_questionListItem[data-pos="0"] {
	position: relative;
	top: -150px;
}

body.vocabulary_16 .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList li.wpProQuiz_questionListItem[data-pos="1"] {
	position: relative;
	left: -25px;
	bottom: -10px;
}

body.vocabulary_16 .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList li.wpProQuiz_questionListItem[data-pos="2"] {
	position: relative;
	top: -95px;
	left: -15px;
	overflow: visible;
}

body.vocabulary_16 .wpProQuiz_content .wpProQuiz_question_text .custom_listing_text .custom_listing_text_inner+p {
	display: none;
}

body.vocabulary_16 .wpProQuiz_quiz .wpProQuiz_list .wpProQuiz_questionList .wpProQuiz_questionListItem label::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	background: #e5faff;
	border-radius: 100%;
	pointer-events: none;
	transform: scale(0.5);
	opacity: 0;
	cursor: pointer;
	transition: all 0.8s linear;
}

body.vocabulary_16 .wpProQuiz_quiz .wpProQuiz_list .wpProQuiz_questionList .wpProQuiz_questionListItem label::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background: transparent;
	border-radius: 100%;
	pointer-events: none;
	border: 2px dashed #00ccff;
	transition: all 0.8s linear;
	opacity: 0;
	cursor: pointer;
	animation: rotateRound 8s linear infinite;
}


@keyframes rotateRound {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(180deg);
	}
}

body.vocabulary_16 .wpProQuiz_quiz .wpProQuiz_list .wpProQuiz_questionList .wpProQuiz_questionListItem label:hover {
	border-color: transparent;
	color: #4e6076;
}

body.vocabulary_16 .wpProQuiz_quiz .wpProQuiz_list .wpProQuiz_questionList .wpProQuiz_questionListItem label:hover::before {
	transform: scale(1);
	opacity: 1;
}

body.vocabulary_16 .wpProQuiz_quiz .wpProQuiz_list .wpProQuiz_questionList .wpProQuiz_questionListItem label:hover::after {
	opacity: 1;
}

body.vocabulary_16 .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
    background: #00c64a;
    color: #fff;
}

body.vocabulary_16 .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label::after {
    z-index: 0;
}

body.vocabulary_16 .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
    background: #fff;
    color: #00c64a;
}

body.vocabulary_16 .wpProQuiz_list .wpProQuiz_listItem .wpProQuiz_button[name="check"] {
    display: none !important;
}

body.vocabulary_16 .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
    background: #00c64a;
    color: #fff;
	border-color: #00b042;
}

body.vocabulary_16 .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label:hover {
    background: #00c64a;
    color: #fff;
}

body.vocabulary_16 .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label:hover:after {
    border-color: #000000;
}
.quiz_complete_dv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
}
.quiz_complete_dv .custom-lock,
.quiz_complete_dv .lock {
    position: relative;
    top: auto;
    right: auto;
    margin-right: 8px;
}
.card-unlock span.cus_quiz_percentage {
    font-size: 14px;
    margin-left: 5px;
}
span.card-unlock.lock {
    padding: 8px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon.ld-status-incomplete {
    display: flex;
    flex-wrap: wrap;
    background: transparent !important;
    border: none !important;
    min-width: 60px;
    column-gap: 5px;
    font-size: 14px;
    justify-content: flex-end;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon .cus_lesson_percentage {
    display: inline-block;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon.ld-status-incomplete::before {
    background-color: #e1e1e1 !important;
    color: #7b7b7b !important;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name .ld-status-complete {
    display: flex;
    flex-wrap: wrap;
    border: none !important;
    min-width: 60px;
    column-gap: 6px;
    font-size: 14px;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    justify-content: center;
    width: auto !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name .ld-status-complete::before {
    opacity: 0;
    display: none;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name .ld-status-complete .ld-icon-checkmark.ld-icon {
    font-size: 12px;
    position: relative !important;
    margin-right: 0;
    display: inline-block;
    width: auto !important;
    text-align: left;
    min-width: 5px;
}
.cus_back_to_course{
	border: 1px solid #ff7800 !important;
    border-radius: 20px;
    padding: 6px 15px !important;
    color: #ff7800;
    font-weight: 500;
    position: relative;
}
.cus_back_to_course:hover{
	color: #ff7800;
}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled{
	display: none!important;
}
/* End of New Design changes */
/* 23-01-2024 Changes start */
.fill_in_the_blanks .wpProQuiz_question_text {
    display: none;
}
.fill_in_the_blanks .wpProQuiz_question .wpProQuiz_questionList .wpProQuiz_questionListItem p{
	display: inline-block;
	width: 100%;
	font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0 !important;
}
.fill_in_the_blanks .wpProQuiz_question .wpProQuiz_questionList .wpProQuiz_questionListItem p span {
    display: inline-block;
    width: unset;
    background: transparent;
    padding: 0;
}
.fill_in_the_blanks .wpProQuiz_question .wpProQuiz_questionList .wpProQuiz_questionListItem p span input {
    background-color: transparent !important;
    margin: 0 !important;
    border-bottom: 1px solid #000000;
    border-radius: 0 !important;
    min-height: auto !important;
    padding: 0 10px !important;
}
body .learndash-wrapper .wpProQuiz_content .fill_in_the_blanks .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze input[type="text"]{
	background-color: transparent !important;
}

.fill_in_the_blanks .wpProQuiz_questionListItem .wpProQuiz_cloze{
	display: inline-block;
	padding: 0;
	background: transparent;
}
.fill_in_the_blanks_list {
    padding-left: 40px !important;
}
.wpProQuiz_content .wpProQuiz_listItem.fill_in_the_blanks{
	list-style: auto;
}

.learndash-wrapper .wpProQuiz_content .fill_in_the_blanks .wpProQuiz_question{
	margin: 0 !important;
	padding-bottom: 0;
}

.learndash-wrapper .wpProQuiz_content .fill_in_the_blanks .wpProQuiz_question .wpProQuiz_questionList .wpProQuiz_questionListItem{
	margin: 0 !important;
	padding: 0 !important;
}

 
/* 23-01-2024 Changes end */

/***********media query*********/
@media(min-width: 576px) {
	.container {
		max-width: 540px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
	}
}

@media(min-width: 768px) {
	.container {
		max-width: 720px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
	}
	.cus_back_next_btn .ld-content-actions .ld-content-action{
		margin-bottom: 0 !important;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
	}

	.custom-post-content>.post-inner .wp-block-columns .wp-block-column:last-child {
		margin-left: 30px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
	}

	.custom-signup .user-col-right-inner {
		max-width: 435px;
		padding-right: 20px;
	}

	.custom-signup .signup-content .header-title {
		margin-bottom: -13px;
	}
}

@media(min-width: 1400px) {
	.container {
		max-width: 1320px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
	}

	.custom-signup .container {
		max-width: 1170px !important;
	}

	.know-your-teacher>.vc_col-sm-6 figure.vc_figure .vc_single_image-wrapper img {
		/*max-width: 602px;*/
		width: 602px;
	}
}

@media(min-width: 1200px) and (max-width: 1399px) {
	.know-your-teacher>.vc_col-sm-6>.vc_column-inner {
		padding: 0;
	}

	.know-your-teacher>.vc_col-sm-6:first-child {
		width: 56%;
	}

	.know-your-teacher>.vc_col-sm-6:last-child {
		width: 44%;
	}

	.know-your-teacher>.vc_col-sm-6 figure.vc_figure,
	.know-your-teacher>.vc_col-sm-6 figure.vc_figure .vc_single_image-wrapper,
	.know-your-teacher>.vc_col-sm-6 figure.vc_figure .vc_single_image-wrapper img {
		width: 100%;
	}

	.know-your-teacher>.vc_col-sm-6 figure.vc_figure .vc_single_image-wrapper img {
		max-width: 602px;
	}

	.know-your-teacher .work-progress-txt p {
		margin-right: -25px;
	}
}

@media(max-width: 1399px) {

	.testimonial-wrap .testimonial-col-left>.vc_column-inner,
	.testimonial-wrap .testimonial-slider>.vc_column-inner {
		padding-top: 0 !important;
	}

	.monthly-pricing {
		left: 73px;
	}

}

@media(max-width: 1399px) {
	.start-main-row:before {
		height: 0;
	}
}

@media(max-width: 1199px) {
	.way-to-learn {
		right: 3%;
	}

	.extra_pricing>.col-md-3 {
		width: 50%;
	}

	.signup-content img {
		margin-left: 0;
	}

	.plan-offer {
		left: 12%;
		right: 12%;
	}

	.my-profile-wrapper .form-select {
		background-position: right 1rem center;
	}

	.profile-img {
		width: 110px;
		height: 110px;
	}

	.package-col h3 {
		font-size: 18px;
	}

	.package-header .form-submit .submit {
		min-width: auto;
		font-size: 14px !important;
		padding: 0 10px;
	}

	.my-packages-wrapper>.package-header {
		padding: 0 15px;
	}

	.further-plans-wrap .plan-box .wpb_text_column p {
		width: 100%;
	}

	.signup-content img {
		width: 100%;
	}

	.site-main-header .primary-menu .menu-item {
		margin-left: 40px;
	}

	header .primary-menu .menu-item a {
		font-size: 14px;
	}

	.certificate-wrapper>.row>.col-md-4 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.certificate-container {
		padding: 20px 15px;
	}

	.certificate-container .btn-main-primary button {
		font-size: 14px !important;
	}

	.col-md-2.student-lesson-col {
		width: 30%;
	}

	.lesson-details-end .btn-main-primary .btn {
		min-width: 145px;
	}

	.book-lessons-wrapper {
		flex-wrap: wrap;
	}

	.lesson-details-end .book-lessons-wrapper>img,
	.lesson-details-end .btn-main-primary {
		margin-bottom: 10px;
	}

	.filter-content-box.avil_filter-content-box {
		max-width: 162px;
	}

}

@media(max-width: 1150px) {
	.custom-main-sidebar .site-footer-main .about-company {
		margin-right: 20px;
	}
}

@media(max-width: 999px) {
	.site-main-header .header-titles-wrapper {
		padding: 0;
		margin: 0 !important;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between !important;
	}

	.site-main-header .mobile-nav-toggle {
		position: static;
		width: auto;
	}

	.site-main-header .mobile-nav-toggle .toggle-text {
		display: none;
	}

	.site-main-header .mobile-nav-toggle svg path {
		fill: #4e6076;
	}

	.menu-modal.cover-modal {
		width: 225px;
		left: unset;
		right: 0;
		box-shadow: -1px 0px 11px rgb(0 0 0 / 27%);
	}

	.menu-modal .menu-modal-inner .menu-wrapper {
		width: 100%;
		padding: 30px 15px 15px 15px;
	}

	.menu-modal .menu-top .close-nav-toggle {
		padding: 0;
	}

	.menu-modal .menu-top .close-nav-toggle .toggle-text {
		display: none;
	}

	.menu-modal .menu-top .mobile-menu ul.modal-menu {
		padding-left: 0;
	}

	.menu-modal .menu-top .mobile-menu ul.modal-menu li {
		border: 0;
	}

	.menu-modal .menu-top .close-nav-toggle svg {
		width: 14px;
	}

	.menu-modal .menu-top .mobile-menu ul li a {
		font-size: 16px;
		font-weight: 600;
		color: #4e6076;
		padding: 14px 0;
		transition: all 0.3s linear;
	}

	.menu-modal .menu-top .mobile-menu ul li a:hover {
		color: #00ccff;
	}

	.mobile-menu .custom-profile-menu button.sub-menu-toggle {
		padding: 0 !important;
		border: 0;
		margin: 0;
	}

	.mobile-menu .custom-profile-menu button.sub-menu-toggle svg {
		width: 13px !important;
		height: 13px !important;
	}

	.mobile-menu .custom-profile-menu button.sub-menu-toggle svg polygon {
		fill: #7b7b7b;
	}

	.menu-modal nav.mobile-menu ul.modal-menu {
		display: flex;
		flex-flow: column-reverse;
	}
}

@media(max-width: 1024px) {
	.bottom-lock-wrap ul li {
		margin-left: 9px;
	}

	.get-started-col .wpb_text_column p {
		max-width: 100%;
	}

	.profile-upload-wrap .upload-btn-wrapper label#profile-image-error {
		white-space: normal;
		left: -55px;
		bottom: -35px;
	}

	.bp-messages-wrap.mobile-ready:not(.bp-messages-mobile) .bp-messages-mobile-tap {
		z-index: 7 !important;
	}

	.bp-messages-wrap.mobile-ready:not(.bp-messages-mobile) .bp-messages-mobile-tap {
		display: none;
	}

	.bp-messages-column .bpbm-chat-content .reply .message.file-uploader-enabled .bpbm-medium-editor-element.bm-mobile-area {
		border-radius: 10px;
		box-shadow: 0px 7px 8.5px rgb(0 0 0 / 7%);
		background-color: #ffffff;
		border: 1px solid #9cdae9;
		min-height: 45px;
		padding: 10px 40px 10px 10px;
		font-size: 14px;
		color: #232323;
		font-weight: 400;
	}

	.bp-messages-wrap.mobile-ready:not(.bp-messages-mobile, .bp-better-messages-mini) .message .upload-btn,
	.bp-messages-wrap.mobile-ready:not(.bp-messages-mobile, .bp-better-messages-mini) .new-message .bp-emojionearea .upload-btn {
		display: block !important;
	}

	.bp-messages-wrap .message .upload-btn,
	.bp-messages-wrap .new-message .bp-emojionearea .upload-btn {
		top: 10px;
		font-size: 16px !important;
	}

	.bp-messages-column .bpbm-chat-content .reply .send button i {
		font-size: 17px;
	}

	.bp-messages-column .bpbm-chat-content .reply .send button {
		width: 45px;
		height: 45px;
	}

	.bp-messages-column .bpbm-chat-content .reply .message {
		width: calc(100% - 60px);
	}

	.bp-messages-column .bpbm-chat-content .reply .send {
		width: 60px;
	}

	.bp-messages-column .bpbm-chat-content .reply .message.file-uploader-enabled .bpbm-medium-editor-element.bm-mobile-area p {
		margin: 0 !important;

	}

	.reply .bpbm-medium-editor-placeholder.bm-mobile-area:after {
		font-size: 14px;
		color: #232323;
		font-weight: 400;
		font-style: italic;
		opacity: 1;
		padding: 0;
		left: 10px;
		top: 9px;
	}

	.bp-messages-wrap.bpbm-template-modern .list .messages-stack .content .messages-list>li .message-content {
		max-width: 100%;
	}

	.bp-messages-column .scrollbar-inner.threads-list-wrapper .threads-list .thread .pic {
		padding: 0 10px 0 0;
	}

	.bp-messages-column .scrollbar-inner.threads-list-wrapper .threads-list .thread .time {
		padding: 0 !important;
		margin-left: auto;
		width: auto;
	}

	.bp-messages-column .scrollbar-inner.threads-list-wrapper .threads-list .thread {
		padding: 10px 5px;
	}

	.bp-messages-wrap .bp-messages-threads-wrapper .bp-messages-column .bpbm-chat-content .reply .bp-emojionearea.bp-emoji-area-launched {
		padding: 0;
	}

	.student_book_lesson .stu_info .tr-btn {
		bottom: 12px;
	}

	.lesson-details-end .book-lessons-wrapper {
		justify-content: flex-start;
	}
}

@media(max-width: 991px) {
	.home-page-slider {
		min-height: 500px;
	}

	.home-page-slider .slider-heading {
		font-size: 42px !important;
	}

	.site-title-main {
		font-size: 25px;
	}

	.subtitle-main {
		font-size: 16px;
	}

	.get-started-col>.vc_column-inner {
		padding: 0 6px !important;
	}

	.get-started-col .wpb_text_column p {
		margin: 0 0;
	}

	.get-started-wrap .get-started-col:before {
		height: 70px;
	}

	.way-to-learn {
		right: 0;
		bottom: unset;
		top: 76%;
	}

	.know-your-teacher {
		align-items: flex-start;
	}

	.site-footer-main .about-company {
		margin-right: 20px;
	}

	.search_bar .search-bar-box {
		max-width: 240px;
	}

	.entry-title {
		font-size: 30px !important;
		line-height: 38px;
	}

	.pagination-single .pagination-single-inner .blog-image img {
		width: 130px;
		height: 80px;
	}

	.pagination-single .pagination-single-inner .arrow a {
		font-size: 16px;
	}

	.about-us-professional .wpb_single_image,
	.learning-col-right .wpb_single_image,
	.start-course-col-right .wpb_single_image {
		text-align: center !important;
	}

	.about-us-professional .work-progress-txt p {
		margin-right: 0;
	}

	.about-get-started {
		flex-direction: column-reverse;
	}

	.about-get-started>.vc_col-sm-7 {
		width: 100%;
	}

	.about-get-started .vc_col-md-5 .vc_align_left {
		text-align: center;
	}

	.learning-section {
		padding-top: 20px;
		background-position: 0% 100%;
	}

	.contactus-col-right>.vc_column-inner>.wpb_wrapper {
		padding: 30px 30px;
	}

	.planbox-wrapper {
		margin-right: auto;
	}

	.custom-left-sidebar {
		width: 70px;
	}

	.sidebar-course ul li a {
		font-size: 0;
		margin-right: 10px;
		justify-content: center;
	}

	.sidebar-course h3 {
		margin-left: 10px;
	}

	.custom-left-sidebar .custom-sidebar-main-logo {
		display: none;
	}

	.custom-left-sidebar .custom-sidebar-logo {
		display: block;
	}

	.custom-left-sidebar .custom-sidebar-logo>img {
		max-width: 62px !important;
	}

	.sidebar-course ul li a i {
		font-size: 20px;
	}

	.custom-main-sidebar #site-header,
	.custom-main-sidebar .header-bg-light,
	.content-main-body {
		width: calc(100% - 70px);
	}

	.package-col:last-child {
		border-left: 0;
	}

	.package-header .form-submit .submit {
		padding: 0 22px;
	}

	.package-col {
		justify-content: flex-start;
	}

	.package-header .package-col p {
		margin-top: 0;
	}

	.package-col h3 {
		margin-bottom: 0;
	}

	.start-course-col-left .work-progress-txt p {
		margin-right: 0;
		max-width: 100%;
	}

	.start-course-col-right .wpb_single_image figure .vc_single_image-wrapper {
		transform: translateX(0px);
	}

	.learning-section .work-progress-txt p {
		margin-right: 0;
		max-width: 100%;
	}

	.courses-wrapper .wpb_single_image figure.vc_figure {
		margin-right: 0;
	}

	.monthly-pricing {
		left: 0;
	}

	.en-col-left .en-courser-col-left-img {
		width: 100%;
		margin-left: 0;
	}

	.en-course-col-right-text .work-progress-txt p {
		max-width: 100%;
	}

	.en-col-right>.vc_column-inner {
		padding-left: 0px !important;
	}

	.certificate-col h5 {
		font-size: 18px;
	}

	.bp-messages-wrap .bp-messages-column .chat-header,
	.bp-messages-wrap.bpbm-template-modern.bpbm-template-modern-right .list .messages-stack.incoming .pic,
	.bp-messages-wrap .bp-messages-column .bpbm-chat-content .reply {
		padding-left: 0;
	}

	.bp-messages-wrap.bpbm-template-modern .list .messages-stack .content .messages-list>li {
		padding-right: 0 !important;
	}

	.bp-messages-wrap.bpbm-template-modern.bpbm-template-modern-right .list .messages-stack.outgoing .content .messages-list>li {
		padding-left: 0 !important;
	}

	.student-messages .bp-messages-wrap .bp-messages-threads-wrapper .bp-messages-side-threads {
		display: none !important;
	}

	.student-messages .bp-messages-wrap .bp-messages-threads-wrapper .bp-messages-column {
		width: 100% !important;
	}

	.availabilities_wrapper .set_unavailabilities .select2-container--default .select2-selection--multiple {
		padding-left: 40px;
		padding-right: 40px;
	}

	.availabilities_wrapper .set_unavailabilities .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice {
		width: 183px;
		font-size: 15px;
	}

	.single_teacher_lesson_container {
		padding: 20px 15px;
	}

	.single-sfwd-lessons .learndash-wrapper .ld-content-actions {
		align-items: center;
	}

	.single-sfwd-lessons .ld-content-action a {
		align-items: center;
		padding: 12px 7px !important;
	}

	.datepicker-main-container {
		margin-right: auto;
	}

	.custom-main-sidebar .site-footer-main,
	.custom-main-sidebar footer#site-footer {
		margin-left: auto;
		width: calc(100% - 70px);
	}

	/* New Design changes */
	.top-title-dv h2 {
		font-size: 24px;
		margin: 0 auto 5px;
	}

	.top-title-dv p {
		font-size: 16px;
	}

	.lessons-user-int-div {
		padding: 40px 0;
		min-height: calc(100vh - 479px);
	}

	/* End of New Design changes */
}

@media(max-width: 768px) {
	header#site-header {
		padding: 10px 5px;
	}

	.site-main-header .site-logo .custom-logo {
		width: 90px;
	}

	.testimonial-slider .testimonial-item .testimonial-design {
		padding: 35px 15px;
	}

	label {
		font-size: 16px;
	}

	.content-main-body {
		padding: 30px 20px;
	}

	.custom-main-sidebar .header-bg-light {
		padding-left: 15px;
	}

	.bp-messages-column .scrollbar-inner.threads-list-wrapper .threads-list .thread .pic,
	.bp-messages-column .scrollbar-inner.threads-list-wrapper .threads-list .thread .pic .avatar {
		width: 40px;
		height: 40px;
	}

	.bp-messages-column .scrollbar-inner.threads-list-wrapper .threads-list .thread .info .name {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.single-header-title a {
		margin-left: 0;
	}

	.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action {
		margin-bottom: 0;
	}

	.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
		width: auto !important;
	}

	.learndash-wrapper .ld-content-actions .ld-content-action {
		flex: unset !important;
	}

	.site-loader-main svg text {
		font-size: 12rem;
	}
}

@media(max-width: 767px) {
	.home-page-slider {
		min-height: 400px;
	}

	.home-page-slider .slider-heading {
		max-width: 580px;
		width: 100%;
	}

	.get-started-wrap .get-started-col:before,
	.get-started-col .icon-arrow {
		display: none;
	}

	.get-started-col {
		padding-top: 30px;
	}

	.courses-wrapper .wpb_single_image figure.vc_figure {
		margin-top: 35px;
	}

	.way-to-learn {
		right: 3%;
		bottom: 65px;
		top: unset;
	}

	.know-your-teacher {
		flex-flow: column-reverse;
	}

	.know-your-teacher .wpb_single_image .vc_single_image-wrapper {
		margin-top: 30px;
	}

	.our-blog-wrap .homepage-blog .blog-item {
		margin-bottom: 30px;
	}

	.site-footer-main .footer-widgets .widget_block:last-child .widget-content {
		align-items: flex-start;
	}

	.site-footer-main .custom-footer-widget .widget_media_image {
		order: 1;
		margin-bottom: 30px;
	}

	.site-footer-main .footer-widgets .widget_block:first-child,
	.site-footer-main .footer-widgets .widget_block:last-child {
		width: 50%;
	}

	.site-footer-main .footer-widgets .widget_block:first-child {
		order: 2;
	}

	.site-footer-main .footer-widgets .widget_block:last-child {
		order: 3;
	}

	.pagination-single .pagination-single-inner .arrow a {
		font-size: 0;
	}

	.pagination-single .pagination-single-inner .arrow a i {
		font-size: 16px;
	}

	.entry-title {
		font-size: 24px !important;
		line-height: 30px;
	}

	.start-course-wrap {
		margin-top: 25px !important;
	}

	.start-course-col-left {
		margin-top: 0;
	}

	.further-plans-wrap {
		margin-top: 50px;
	}

	.plan-box p,
	.plan-box p strong {
		font-size: 16px;
	}

	.plan-box {
		margin-bottom: 10px;
	}

	.certificates-wrapper {
		padding: 40px 0 20px 0 !important;
	}

	.certificate-col h5 {
		font-size: 18px;
	}

	.certificate-col {
		width: 50% !important;
		float: left;
	}

	.certificate-col .wpb_text_column {
		margin-bottom: 10px !important;
	}

	.user-col-right-inner {
		max-width: 100%;
	}

	.modal-custom {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.modal-header .close {
		width: 27px;
		height: 27px;
		right: 10px;
		top: 10px;
		font-size: 14px;
	}

	.login_main_div .header-title {
		margin-top: 0;
	}

	.contactus-col-left .titles-main-md {
		margin-top: 0;
	}

	.form-subtext {
		margin-top: 12px;
	}

	.custom-main-sidebar #site-header {
		min-height: 60px;
	}

	.package-include ul {
		width: 100%;
	}

	.ld-course-list-content>.row {
		justify-content: center;
	}

	.course-card-img {
		margin-left: 0;
	}

	.courser-number-content {
		align-items: flex-start;
	}

	.en-col-right .btn-main-primary .btn {
		min-width: auto;
	}

	.qualification-row label:after {
		width: 100%;
	}

	.custom-signup .user-col-right-inner p {
		margin: 15px 0px 40px 0;
	}

	.profile-upload-wrap .upload-btn-wrapper label#profile-image-error {
		white-space: nowrap;
		left: -67px;
		bottom: -22px;
	}

	.my-profile-wrapper .profile-upload-wrap {
		margin-bottom: 20px;
	}

	.student-messages .content-main-body {
		padding-right: 16px;
	}

	.page-template-book-lesson .search_bar form {
		margin-bottom: 0;
		/**/
	}

	.page-template-book-lesson .search_bar .search-bar-box {
		margin-left: 0;
	}

	.page-template-book-lesson .search_bar .container {
		flex-direction: column;
		align-items: flex-start;
	}

	.page-template-book-lesson .search_bar .header-title {
		margin-bottom: 5px;
	}

	.set_unavailabilities .col-border {
		padding-right: 7px;
		border-right: 0;
	}

	.set_unavailabilities .select-slot-col {
		padding-left: 7px;
	}

	.col-md-2.student-lesson-col {
		width: 28%;
	}

	.custom_teacher_detail.lesson_detail h4 {
		font-size: 14px;
	}

	.lesson_main_title p {
		text-align: center;
	}

	.lesson_modal_detail .lesson_main_title h2 {
		margin-bottom: 10px;
	}

	.lesson-detail-modal .lesson_modal_detail .lesson_main_title {
		padding: 20px 20px 17px 20px;
	}

	.teacher-profile-img-wrapper {
		position: static;
		transform: translateX(0);
		width: 100%;
		order: 1;
	}

	.teacher_lesson_row .teacher-lesson-modal-col:last-child {
		padding-left: 7.5px;
		text-align: right;
	}

	.col-md-5.teacher-lesson-modal-col {
		width: 50%;
	}

	.teacher-lesson-modal-col p {
		margin-bottom: 0;
		margin-top: 4px;
	}

	.teacher_lesson_row {
		padding-bottom: 20px;
	}

	.stud-lesson-header-selectbox {
		position: static;
		margin-bottom: 15px;
		margin-left: -7px;
	}

	.single-sfwd-lessons .learndash-wrapper .ld-content-actions {
		flex-direction: column;
	}

	/* New Design changes */
	.top-title-dv h2 {
		font-size: 22px;
	}

	.top-title-dv p {
		font-size: 14px;
	}

	.cus_role_profile .img-dv .img-fluid {
		width: 100px;
		height: 100px;
	}

	.cus_role_profile .img-dv::before {
		width: 110px;
		height: 110px;
	}

	.cus_role_profile h4 {
		font-size: 16px;
	}

	.cus_role_profile {
		margin: 0 0 15px;
	}

	.cus_select_profile {
		max-width: 260px;
	}

	.chat-box-bubble .img-dv .img-fluid {
		width: 60px;
		height: 60px;
	}

	.cus_chat_box .msg-bubble {
		padding: 12px 15px;
	}

	.cus_chat_box {
		font-size: 14px;
	}

	.chat-box-bubble .img-dv {
		width: 70px;
		padding-left: 10px;
	}

	.cus_chat_box .cus_voice_listen_sec {
		padding-left: 70px;
	}

	.chat-box-bubble.unselectedActor .img-dv {
		padding-right: 10px;
	}

	body.vocabulary_16 .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList li.wpProQuiz_questionListItem[data-pos="0"] {
		top: 0;
		left: 0;
	}

	body.vocabulary_16 .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList li.wpProQuiz_questionListItem[data-pos="1"] {
		left: 0;
		bottom: -10px;
	}

	body.vocabulary_16 .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList li.wpProQuiz_questionListItem[data-pos="2"] {
		top: -15px;
		left: 50%;
		transform: translateX(-50%);
	}

	body.vocabulary_16 .wpProQuiz_content .wpProQuiz_question_text .custom_listing_text {
		padding-left: 65px;
		padding-top: 20px;
	}

	body.vocabulary_16 .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList {
		row-gap: 10px;
	}

	body.vocabulary_16 .wpProQuiz_quiz .wpProQuiz_list .wpProQuiz_questionList .wpProQuiz_questionListItem label {
		height: 130px;
		width: 130px;
		font-size: 14px;
	}

	body.vocabulary_16 .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList {
		column-gap: 30px;
		top: -45px;
		position: relative;
		width: 100%;
		display: flex;
		justify-content: space-between;
		max-width: 320px;
		margin: 0 auto !important;
	}

	body.vocabulary_16 .wpProQuiz_content .wpProQuiz_question_text .custom_listing_text img {
		width: 130px;
		height: 130px;
	}

	body.vocabulary_16 .wpProQuiz_content .wpProQuiz_question_text .custom_listing_text {
		padding-left: 40px;
	}

	body.vocabulary_16 .wpProQuiz_content .wpProQuiz_question_text {
		padding-top: 20px;
	}

	body.vocabulary_16 .wpProQuiz_content .wpProQuiz_question_text .custom_listing_text {
		padding: 0;
	}

	/* End of New Design changes */
}

@media(max-width: 699px) {
	.menu-modal .menu-top .mobile-menu .modal-menu {
		width: 100%;
		left: 0;
	}

	.custom-post-content .pagination-single-inner {
		flex-direction: row;
	}

	.custom-post-content .pagination-single .next-post {
		flex-direction: row-reverse;
		margin-top: 0;
	}

	.ays-survey-section-header .ays-survey-thank-you-page {
		font-size: 16px !important;
	}

	.ld-lesson-status .ld-breadcrumbs a {
		font-size: 14px !important;
	}

	.single-sfwd-lessons .ld-content-action a,
	.learndash-wrapper .ld-button {
		font-size: 14px !important;
		margin-left: 0;
	}

	.single-sfwd-lessons .pagination-single .pagination-single-inner,
	.single-sfwd-quiz .pagination-single .pagination-single-inner {
		flex-direction: row;
	}

	.single-sfwd-lessons .pagination-single .pagination-single-inner a span,
	.single-sfwd-quiz .pagination-single .pagination-single-inner a span {
		line-height: 23px;
		font-size: 14px;
	}

	.single-sfwd-lessons .pagination-single .pagination-single-inner a,
	.single-sfwd-quiz .pagination-single .pagination-single-inner a {
		max-width: 150px;
		padding: 6px 10px;
		margin: 5px !important;
	}

	.single-sfwd-quiz .wpProQuiz_listItem .wpProQuiz_tipp p {
		font-size: 14px;
	}

	.single-post .custom-post-content .pagination-single-inner {
		justify-content: space-between;
	}
}

@media(max-width: 640px) {
	.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details {
		margin-left: 0 !important;
	}

	.learndash-wrapper .ld-breadcrumbs {
		flex-direction: row !important;
	}

	.single-sfwd-lessons .learndash-wrapper .ld-breadcrumbs .ld-status {
		width: auto;
		margin-top: 0;
	}

	/*.single-sfwd-lessons .learndash-wrapper .ld-content-actions{flex-direction: row;}*/
	.single-sfwd-lessons .ld-content-action a.ld-course-step-back {
		width: auto !important;
	}

	.learndash-wrapper .ld-content-actions div:nth-child(2) {
		order: unset !important;
	}

	.single-sfwd-quiz .wpProQuiz_list .wpProQuiz_listItem .wpProQuiz_button {
		text-align: center;
	}

	.single-sfwd-quiz .wpProQuiz_list .wpProQuiz_listItem .wpProQuiz_button[value="Next"] {
		float: right !important;
	}

	.single-sfwd-quiz .wpProQuiz_list .wpProQuiz_listItem .wpProQuiz_button {
		width: 100px;
		min-width: 100px;
	}

	.single-sfwd-quiz .learndash-wrapper .ld-alert-content .ld-alert-messages {
		font-size: 14px;
	}

	.single-sfwd-quiz .ld-alert .learndash-link-previous-incomplete {
		text-align: center;
	}

	.learndash-wrapper .ld-content-actions .ld-content-action {
		width: auto !important;
	}
}

@media(max-width: 575px) {
	.home-page-slider .slider-heading {
		font-size: 30px !important;
		max-width: 378px;
	}

	.btn-main-primary button {
		font-size: 16px !important;
		height: 45px;
		min-width: 170px;
		padding: 8px 10px !important;
	}

	.way-to-learn,
	.monthly-pricing {
		width: 135px;
		height: 140px;
	}

	.way-to-learn {
		padding: 5px;
		right: 0;
		bottom: 2px;
	}

	.monthly-pricing {
		left: -7px;
	}

	.way-to-learn .learn-box-icon {
		width: 28px;
		height: 28px;
	}

	.way-to-learn h6 {
		font-size: 13px;
		margin: 5px 0px 3px 0px;
	}

	.way-to-learn p {
		font-size: 12px;
		line-height: 15px;
	}

	.monthly-pricing h6 {
		font-size: 14px;
	}

	.monthly-pricing h5 {
		font-size: 16px;
		margin: 0 0;
	}

	.monthly-pricing p {
		font-size: 13px;
		line-height: 17px;
	}

	.site-title-main {
		font-size: 22px;
	}

	.testimonial-slider .testimonial-item .testimonial-design {
		padding: 26px 15px;
	}

	.main-courses-wrapper {
		padding-top: 35px !important;
		margin-top: 20px !important;
	}

	.site-footer-main aside.footer-widgets-outer-wrapper {
		padding: 40px 0 20px 0;
	}

	.search_bar form {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.search_bar .filter-content-box {
		margin-left: 10px;
	}

	.search_bar .header-title {
		margin-right: 10px;
	}

	.search_bar .search-bar-box input {
		padding-right: 29px !important;
	}

	.search_bar .search-bar-box {
		max-width: 175px;
	}

	.search-bar-box .btn {
		font-size: 16px;
		right: 12px;
		top: 12px;
	}

	.comment-respond form .comment-form-author,
	.comment-respond form .comment-form-email {
		width: 100% !important;
	}

	label {
		font-size: 14px;
	}

	.custom-post-content p,
	.comment-author-content .comment-content p,
	.comment-footer-meta .comment-reply a,
	.custom-post-meta .post-meta-wrapper ul.post-meta li.post-date .meta-text a,
	.custom-post-meta .entry-categories .entry-categories-inner a {
		font-size: 14px;
	}

	.comment-author-content .comment-metadata span {
		font-size: 18px;
	}

	.comment .comment-author-image img {
		width: 100px;
		height: 100px;
	}

	.custom-post-meta .post-meta-wrapper ul.post-meta li.post-date .meta-icon svg {
		width: 14px;
	}

	.custom-post-meta .entry-categories .entry-categories-inner a:before {
		margin-left: 6px;
		margin-right: 6px;
	}

	.social-share #share-button {
		font-size: 16px;
	}

	#social-icon-toggle ul li a {
		width: 20px;
		height: 20px;
	}

	#social-icon-toggle ul li:first-child {
		margin-left: 7px;
	}

	#social-icon-toggle ul li {
		margin-left: 5px;
	}

	.faqs-column-wrap #wpsm_accordion_274 .wpsm_panel-default>.wpsm_panel-heading .ac_title_class {
		font-size: 16px;
	}

	.faqs-column-wrap #wpsm_accordion_274 .wpsm_panel-default>.wpsm_panel-heading a {
		padding: 15px 20px;
	}

	.faqs-column-wrap #wpsm_accordion_274 .wpsm_panel-body {
		padding: 0 20px 20px 20px;
		font-size: 15px !important;
	}

	.header-title {
		font-size: 24px;
	}

	.about-us-professional .header-title br {
		display: none;
	}

	.count-numbers {
		font-size: 30px;
	}

	.join-here-wrap .btn-main-primary button {
		min-width: auto;
	}

	.join-here-wrap {
		padding: 40px 0 !important;
	}

	.join-here-wrap .vc_col-sm-12>.vc_column-inner {
		padding: 0 !important;
	}

	.extra_pricing>.col-md-3 {
		width: 100%;
	}

	.plan-price-wrapper-row>.vc_col-sm-12>.vc_column-inner {
		padding: 0;
	}

	.modal-custom {
		width: 93%;
	}

	.modal-custom .modal-header .modal-title {
		font-size: 18px !important;
	}

	.modal-custom .modal-body {
		padding: 30px 16px 20px 16px;
	}

	.modal-custom .modal-body ul li a {
		padding: 8px 12px;
	}

	.modal-custom .modal-footer {
		padding: 0 16px 30px 16px;
	}

	.forget-page {
		width: 93%;
	}

	.titles-main-md {
		font-size: 22px;
	}

	.contact-options ul li a {
		font-size: 16px;
	}

	.contact-options ul li span {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.survey-row .ays-survey-question:before {
		top: 7px;
	}

	.plan-offer p,
	.plan-offer {
		font-size: 18px;
	}

	.plan-offer p span,
	.row-inner-col-left p {
		font-size: 16px;
	}

	.plan-offer {
		left: 5%;
		right: 5%;
	}

	.plan-body ul.unorder-list-mail li {
		align-items: baseline;
	}

	.survey-row .ays-survey-question:before {
		width: 20px;
		height: 20px;
		font-size: 14px;
	}

	.ays-survey-container {
		min-width: auto !important;
		max-width: 100% !important;
	}

	.survey-row .ays-survey-question {
		padding: 0 0 0 27px !important;
	}

	.ays-survey-answer-label .ays-survey-answer-label-content {
		align-items: baseline !important;
	}

	.ays-survey-container .ays-survey-section .ays-survey-answer-label input[type="checkbox"]~.ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
	.ays-survey-container .ays-survey-section .ays-survey-answer-label input[type="radio"]~.ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2 {
		top: 7px;
	}

	.confirm-package-plan ul li:last-child {
		padding-right: 15px;
	}

	.confirm-package-plan ul li h2 {
		font-size: 18px;
	}

	.courses-row .welcome-msg {
		padding: 17px 14px 18px 14px;
	}

	.courses-row .welcome-msg h3 {
		font-size: 18px;
	}

	.courses-row .welcome-msg p {
		font-size: 14px;
	}

	.search_bar .course-cat {
		font-size: 16px !important;
	}

	.card-content-box {
		padding: 50px 14px 40px 14px;
	}

	.techer-profile-wrapper {
		padding: 25px 10px;
	}

	.techer-profile-wrapper .row-inner-wrapper {
		padding: 20px 0;
	}

	.bp-messages-wrap.bpbm-template-modern .list .messages-stack .content .messages-list>li .message-content,
	.bp-messages-wrap.bpbm-template-modern .list .messages-stack.incoming .content .messages-list>li .message-content {
		font-size: 14px;
	}

	.bp-messages-column .bpbm-chat-content .reply .message.file-uploader-enabled .bpbm-medium-editor-element.bm-mobile-area {
		padding-right: 20px;
	}

	.bp-messages-wrap .message .upload-btn,
	.bp-messages-wrap .new-message .bp-emojionearea .upload-btn {
		font-size: 14px !important;
		right: 5px !important;
	}

	.reply .bpbm-medium-editor-placeholder.bm-mobile-area:after {
		font-size: 12px;
		left: 6px;
	}

	.bp-messages-wrap .reply .message.file-uploader-enabled .bp-emojionearea .bp-emojionearea-editor {
		padding-right: 20px;
	}

	.book-lesson-content .btn-primary {
		width: 125px;
		font-size: 14px;
	}

	.book-lesson-wrapper {
		margin-left: -7px;
		margin-right: -7px;
	}

	.availabilities_wrapper {
		margin-left: 0;
		margin-right: 0;
	}

	.avail_button {
		width: auto;
	}

	.avail_button .btn {
		font-size: 14px;
	}

	.availabilities_wrapper .select-form-dd-icon:before {
		font-size: 14px;
		left: 14px;
		top: 15px;
	}

	.availabilities_wrapper .select-form-dd-icon:after {
		right: 15px;
		font-size: 12px;
		top: 15px;
	}

	.availabilities_wrapper .select2-container--default .select2-selection--multiple {
		padding-left: 28px;
		padding-right: 28px;
	}

	.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li {
		font-size: 14px;
	}

	.availabilities_wrapper .select2-container--default .select2-selection--multiple .select2-selection__clear {
		display: none;
	}

	.availabilities_wrapper .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li {
		width: 175px;
	}

	.availabilities_wrapper .set_availabilities,
	.availabilities_wrapper .set_unavailabilities {
		padding: 25px 15px;
	}

	.set_unavailabilities p {
		font-size: 14px;
		line-height: 24px;
	}

	.set_unavailabilities .select-form-dd-icon .form-control {
		padding-left: 32px !important;
		padding-right: 30px !important;
	}

	.lesson-detail-col {
		display: flex;
		align-items: baseline;
	}

	.stu_info .tr-btn {
		position: static;
		margin-top: 15px;
		width: 100%;
	}

	.tr-btn .btn-group-wrap .btn {
		font-size: 14px;
		padding: 0 6px;
	}

	.stu_info {
		flex-wrap: wrap;
	}

	.teacher-lesson-wrap .lesson_detail {
		padding: 15px 15px 15px 16px;
	}

	.lesson_detail p {
		margin-right: 10px;
		flex-shrink: 0;
		width: 30%;
	}

	.custom_teacher_detail.lesson_detail p {
		width: 37%;
		margin-right: 5px;
	}

	.teacher-lesson-wrap .lesson_detail.custom_teacher_detail {
		padding: 20px 12px 15px 10px;
	}

	.col-md-2.student-lesson-col {
		width: 100%;
		display: flex;
		padding: 0;
	}

	.custom_teacher_detail .stud_lsn-description {
		width: 100% !important;
		padding: 0;
		margin-right: 0 !important;
	}

	.lesson-detail-modal .lesson_modal_detail .lesson_main_title {
		padding: 20px 15px 17px 15px;
	}

	.lesson_popup_main .lesson_content {
		padding: 20px 15px;
	}

	.teacher_lesson_row {
		margin: 0 8px;
	}

	.teacher_lesson_row .teacher-lesson-modal-col:last-child {
		width: 40%;
	}

	.teacher-lesson-modal-col .video-icn {
		width: 35px;
		height: 35px;
		font-size: 16px;
		margin-right: 8px;
	}

	.lsn-modal-msg {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

	.teacher_lesson_row .teacher-lesson-modal-col:first-child {
		width: 60%;
	}

	.teacher-profile-img-wrapper {
		margin-top: 15px;
	}

	.single-lsn-header {
		padding: 25px 10px 25px 10px;
	}

	.single-header-title a i {
		font-size: 22px;
	}

	.single-lsn-header {
		padding-bottom: 10px;
	}

	.single_teacher_lesson_container {
		margin-top: 20px;
	}

	.single_teacher_lesson_container p {
		font-size: 14px;
	}

	.stud-lesson-header-selectbox .form-select {
		width: 215px;
	}

	.modal-payment .payment_buttons .asp_product_buy_button .asp_product_buy_btn_container {
		text-align: left;
	}

	.modal-payment .payment_buttons .asp_product_buy_button .asp_product_buy_btn_container .btn {
		padding: 5px 8px !important;
	}

	.modal-body-checkbox-container label.custom-checkbox-label,
	.modal-body-checkbox-container p {
		font-size: 13px;
		padding-left: 23px;
	}

	.modal-custom.modal-payment form>.row>.col-md-12.form-group {
		padding: 0;
	}

	.modal-body-checkbox-container strong {
		width: 38%;
		margin-right: 10px;
	}

	.datepicker-main-container h3 {
		font-size: 16px;
		padding: 11px 29px;
	}

	.datepicker-main-container {
		flex-wrap: wrap;
	}

	.single_teacher_lesson_container table td {
		font-size: 14px;
	}

	.select-date-col table {
		border-spacing: 10px 10px;
	}

	.page-template-teacher-lessons .teacher-lesson-wrap .btn-main-primary .btn {
		font-size: 14px !important;
		margin-right: 10px;
		min-width: 175px;
	}

	.site-loader-main svg text {
		font-size: 18rem;
	}

	/*.stud-lesson-header-selectbox{margin-bottom: 0;}*/
}

@media(max-width: 500px) {

	.site-footer-main .footer-widgets .widget_block:first-child,
	.site-footer-main .footer-widgets .widget_block:last-child {
		width: 100%;
	}

	.site-footer-main .widget_media_image .widget-content {
		justify-content: flex-start;
	}

	.comment .comment-body {
		flex-direction: column;
	}

	.comments-inner .comment .comment.odd {
		margin-left: 30px;
	}

	.contactus-col-right>.vc_column-inner>.wpb_wrapper {
		padding: 30px 20px;
	}

	.my-packages-wrapper .custom-level-description {
		padding: 20px 10px;
	}

	.package-header .form-submit .submit {
		padding: 0 15px;
	}

	.confirm-package-plan ul {
		display: block !important;
	}

	.confirm-package-plan ul li:last-child {
		border-left: 0;
	}

	.course-card-img img {
		width: 147px;
	}

	.course-card-img {
		margin: 0 auto;
	}

	.courser-number-content {
		flex-flow: column;
	}

	.courser-card-body {
		text-align: center;
		margin-top: 20px;
	}

	.teacher-change-password,
	.teacher-change-password .change-password-wrap {
		padding: 20px;
	}
}

@media(max-width: 460px) {
	.search_bar .search-bar-box {
		margin-right: auto;
		margin-bottom: 6px;
		max-width: 100%;
	}

	.search_bar .filter-content-box {
		margin-left: 0;
		margin-bottom: 6px;
		max-width: 100%;
	}

	.header-bg-light {
		padding: 10px 0;
	}

	.forget-page {
		padding: 30px 20px;
	}

	.bp-messages-column .scrollbar-inner.threads-list-wrapper .threads-list .thread .time .time-wrapper {
		display: none;
	}

	.single-sfwd-lessons .pagination-single .pagination-single-inner a {
		max-width: 135px;
	}

	.learndash-wrapper .ld-button .ld-text {
		padding: 0 5px !important;
	}
}

/*  */
span.card-unlock.lock.custom-lock {
	background-color: #00bb5d;
	color: white;
	padding: 6px;
}

.bottom-lock-wrap li.lock_active {
	background: #00bb5d;
	color: white;
}

/*.custom-lesson-add .form-control {
  margin-bottom: 0px;
}*/

/***************
DX 30-11-2022
***************/
.thank_video_box {
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 15px;
	background-color: #FFF;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
	text-align: center;
}

.thank_video_box .btn-primary {
	min-width: 140px !important;
	height: 44px !important;
	line-height: 34px;
}

.thank_video_box h3 {
	font-size: 22px;
	color: #4e6076;
	font-weight: 700;
	margin-bottom: 15px;
}

.thank_video_box .thank_video {
	margin-bottom: 15px;
}

.thank_video_box video,
.thank_video_box iframe {
	width: 100% !important;
	height: 300px;
	border-radius: 10px;
}

ul.wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem.ui-sortable-handle {
	font-size: 16px;
	color: #232323 !important;
	font-weight: 600;
	transition: all 0.3s linear;
	letter-spacing: normal;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortText {
	padding: 0.5em !important;
}

/*h5.wpProQuiz_header {display: none;}*/
/*.ld-tabs .ld-tabs-content .ld-tab-content p {display: none;}*/
tr.wpProQuiz_mextrixTr td .wpProQuiz_maxtrixSortText {
	font-size: 16px;
	color: #232323 !important;
	font-weight: 600;
	transition: all 0.3s linear;
	letter-spacing: normal;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td:first-child {
	width: 35%;
}

/* For Interpret Section  */


.ChatBubbleElementContainer.hide {
	display: none;
}

.cus_audio_player.hide {
	display: none;
}


/* Ravi Usdad  (24-11-2023) start  */
.cus_section_position_change_dv .ld-item-list-section-heading {
	display: none;
}

.card-content-box {
	width: 100%;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details{
	justify-content: center !important;
}
.single-sfwd-lessons .comments-wrapper{
	display: none;
}
.cus_free_answer .wpProQuiz_questionList{
	display: none;
}
.cus_back_next_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.cus_back_next_btn .wpProQuiz_QuestionButton{
	margin: 0 !important;
}
.cus_back_next_btn .ld-content-actions .ld-content-action .ld-course-step-back{
	border-bottom: 1px solid #ff7800 !important;
	font-size: 16px !important;
}
.cus_back_next_btn .ld-content-actions{
	border: 0 !important;
	padding: 0 !important;
}
.cus_back_next_btn .ld-content-actions .ld-content-action{
	padding: 0 !important;
}
.card-icon-box img {
    width: 51px;
    height: auto;
}
@media (max-width: 431px){
	.cus_back_next_btn{
		flex-direction: column;
		gap: 10px;
	}
	.cus_back_next_btn .learndash-wrapper,
	.single-sfwd-quiz .wpProQuiz_list .wpProQuiz_listItem .wpProQuiz_button{
		width: 100% !important;
	}

	.cus_back_next_btn .ld-content-actions .ld-content-action,
	.cus_back_next_btn .ld-content-actions .ld-content-action .cus_back_to_course{
		width: 100% !important;
	}

}
/* Ravi Usdad  (24-11-2023) End  */