@font-face {
	font-family: 'NissanBrand';
	src: url('fonts/NissanBrand-Regular.eot');
	src: local('NissanBrand'),
		url('fonts/NissanBrand-Regular.otf?#iefix') format('embedded-opentype'),
		url('fonts/NissanBrand-Regular.ttf') format('truetype'),
		url('fonts/NissanBrand-Regular.woff2') format('woff2'),
        url('fonts/NissanBrand-Regular.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
 
@font-face {
	font-family: 'NissanBrand';
	src: url('fonts/NissanAG-Light.eot');
	src: local('NissanBrand'),
		url('fonts/NissanAG-Light.otf?#iefix') format('embedded-opentype'),
		url('fonts/NissanBrand-Light.ttf') format('truetype'),
		url('fonts/NissanBrand-Light.woff2') format('woff2'),
        url('fonts/NissanBrand-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
 
@font-face {
	font-family: 'NissanBrand';
	src: url('fonts/NissanBrand-Bold.eot');
	src: local('NissanBrand'),
		url('fonts/NissanBrand-Bold.otf?#iefix') format('embedded-opentype'),
		url('fonts/NissanBrand-Bold.ttf') format('truetype'),
		url('fonts/NissanBrand-Bold.woff2') format('woff2'),
        url('fonts/NissanBrand-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'NissanBrand';
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
	color: #060606;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow-y: auto;
}

b {
	font-weight: bold;
}

.lighter {
	font-weight: lighter !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
ul li,
ol li {
	padding: 0;
	margin: 0;
	font-weight: normal;
	list-style: none;
}

img {
	max-width: 100%;
}

.container {
	position: relative;
	margin: auto;
	float: left;
	width: 100%;
	height: 100%;
}

.hide {
	display: none;
}

#container {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

#container_wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	overflow: hidden;
}

container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

section {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.content_load {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

/* header */
header {
	height: 90px;
	width: 100%;
	z-index: 15;
	position: fixed;
	transition: 1s all;
	right: 0;
	margin: 0;
	box-sizing: border-box;
	padding: 0;
	z-index: 14;
	padding-top: 0px;
	background: linear-gradient(rgba(85, 89, 90, .6) 0%, rgba(117, 121, 131, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

.Menu_lists {
	width: 100%;
	float: left;
	padding: 0px 40px;
	margin: 0;
	display: block;
	box-sizing: border-box;
	height: 100%;
}

.flex_menu_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
	float: left;
	height: 100%;
	color: #fff;
}

.Menu_lists .header_part {
	width: auto;
	position: relative;
	color: #fff;
	float: left;
	text-align: center;
}

header h1 {
	width: 75px;
	float: left;
	position: relative;
	top: 0;
	margin-bottom: auto;
	margin: 0px 0 0 0;
}

.header_center {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	float: left;
	width: auto;
}

.Menu_lists .header_part.menu {
	transition: 0.5s all;
	cursor: pointer;
	Padding: 0px 20px;
	font-size: 12px;
	width: auto;
	display: flex;
	align-items: center;
}

.Menu_lists .header_part i {
	font-size: 19px;
	line-height: 1;
}

.Menu_lists .header_part.menu i {
	margin-right: 5px;
}

.icon_title {
	padding-left: 4px;
}

.Menu_lists .header_part .icon_tooltip,
.footer li .icon_tooltip {
	visibility: hidden;
	/* width: 70px; */
	background-color: #EDFF8C;
	color: #000;
	text-align: center;
	border-radius: 6px;
	padding: 3px 5px 4px;
	position: absolute;
	z-index: 1;
	bottom: -34px;
	/* right: calc(50% - 49px); */
	font-size: 12px;
	/* border: 2px solid #fff; */
	text-transform: none;
	line-height: normal;
	min-width: 85px;
	box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.2) inset;
}

#setting .icon_tooltip {
	right: 5px;
}

#help .icon_tooltip {
	right: -13px;
}

.Menu_lists .header_part .icon_tooltip::after {
	content: "";
	position: absolute;
	right: calc(50% - 9px);
	bottom: 100%;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #EDFF8C;
	border-right: 7px solid transparent;
}

.m2_clr_menu.Menu_lists .header_part .icon_tooltip {
	background-color: #72F1D3;
}

.m2_clr_menu.Menu_lists .header_part .icon_tooltip::after {
	border-bottom: 7px solid #72F1D3;
}

.header_right {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.header_right .icon_title {
	padding-left: 0px;
	padding-right: 4px;
}

.header_right .setting_wid {
	margin-right: 0px;
	margin-left: 5px;
	background: #b7bba2;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.setting_wid i {
	margin: 0 !important;
}

.help_logo {
	background: url("../../shell/images/help_logo.png") no-repeat;
	background-size: 184%;
	background-position: -21px -13px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-left: 5px;
}

.m2_help_logo {
	background: url("../../shell/images/guy.png") no-repeat;
	background-size: 161%;
	background-position: -16px 1px;
}

.Menu_lists .header_part.menu:hover {
	color: #EDFF8C;
}

.Menu_lists .header_part:hover .icon_tooltip {
	visibility: visible;
}

.m2_clr_menu.Menu_lists .header_part.menu:hover {
	color: #72F1D3;
}

#help {
	padding-right: 0 !important;
}

.menu_svg_icon {
	background-position: center !important;
	background-size: contain !important;
	position: relative;
	float: left;
}

.menu_svg_home {
	background: url("../images/svg/home.svg") no-repeat;
	width: 35px;
	height: 35px;
	left: 5px;
	top: 1px;
}

.Menu_lists .header_part.menu:hover .menu_svg_home {
	background: url("../images/svg/home_hover.svg") no-repeat;
}

.menu_svg_search {
	background: url("../images/svg/search.svg") no-repeat;
	width: 35px;
	height: 35px;
	top: 3px;
	left: 4px;
}

.Menu_lists .header_part.menu:hover .menu_svg_search {
	background: url("../images/svg/search_hover.svg") no-repeat;
}

.menu_svg_progress {
	background: url("../images/svg/progress.svg") no-repeat;
	width: 22px;
	height: 22px;
	left: -4px;
	top: 1px;
}

.Menu_lists .header_part.menu:hover .menu_svg_progress {
	background: url("../images/svg/progress_hover.svg") no-repeat;
}

.menu_svg_book {
	background: url("../images/svg/book.svg") no-repeat;
	width: 21px;
	height: 21px;
}

.Menu_lists .header_part.menu:hover .menu_svg_book {
	background: url("../images/svg/book_hover.svg") no-repeat;
}

.menu_svg_note {
	background: url("../images/svg/pencil.svg") no-repeat;
	width: 21px;
	height: 21px;
}

.Menu_lists .header_part.menu:hover .menu_svg_note {
	background: url("../images/svg/pencil_hover.svg") no-repeat;
}

.m2_clr_menu.Menu_lists .header_part.menu:hover .menu_svg_home {
	background: url("../images/svg/home_m2.svg") no-repeat;
}

.m2_clr_menu.Menu_lists .header_part.menu:hover .menu_svg_search {
	background: url("../images/svg/search_m2.svg") no-repeat;
}

.m2_clr_menu.Menu_lists .header_part.menu:hover .menu_svg_progress {
	background: url("../images/svg/progress_m2.svg") no-repeat;
}

.m2_clr_menu.Menu_lists .header_part.menu:hover .menu_svg_book {
	background: url("../images/svg/book_m2.svg") no-repeat;
}

.m2_clr_menu.Menu_lists .header_part.menu:hover .menu_svg_note {
	background: url("../images/svg/pencil_m2.svg") no-repeat;
}

@media screen and (max-width: 1300px) {
	.menu_svg_home {
		width: 31px;
		height: 31px;
	}

	.menu_svg_search {
		width: 32px;
		height: 32px;
		top: 3px;
		left: 5px;
	}

	.menu_svg_progress {
		width: 20px;
		height: 20px;
		left: 0px;
		top: 1px;
	}

	.menu_svg_book {
		width: 19px;
		height: 19px;
	}

	.menu_svg_note {
		width: 19px;
		height: 19px;
	}
}

@media screen and (max-width: 1024px) {
	.Menu_lists {
		padding: 0px 20px;
	}
}

@media screen and (max-width: 1190px) {

	.Menu_lists .header_part.menu {
		Padding: 0px 3px;
	}

	#setting .icon_tooltip {
		right: -15px;
	}
}

@media screen and (max-width: 850px) {

	.Menu_lists .header_part.menu div.icon_title {
		display: none;
	}

	.Menu_lists .header_part.menu i {
		margin-right: 0;
	}

	.header_right .setting_wid {
		margin-right: 0px;
		margin-left: 0px;
		width: 37px;
		height: 37px;
	}

	.help_logo {
		margin-left: 0px;
		width: 37px;
		height: 37px;
		background-position: -15px -9px;
	}

	.m2_help_logo {
		background: url("../../shell/images/guy.png") no-repeat;
		background-size: 157%;
		background-position: -12px 1px !important;
	}

	.header_center {
		gap: 20px;
	}

	header h1 {
		width: 60px;
	}

	header {
		height: 75px;
	}

	.Menu_lists .header_part .icon_tooltip,
	.footer li .icon_tooltip {
		right: calc(50% - 40px);
		font-size: 0.7rem;
	}

	.menu_svg_search {
		top: 2px;
		left: -2px;
	}

	.menu_svg_home {
		left: 4px;
		top: 1px;
	}

	.menu_svg_progress {
		left: -4px;
		top: 1px;
	}

	#setting .icon_tooltip {
		right: -20px;
	}

	#help .icon_tooltip {
		/* right: -13px; */
	}


}

@media screen and (max-width: 768px) {

	.Menu_lists .header_part .icon_tooltip,
	.footer li .icon_tooltip {
		width: 70px;
		font-size: 0.6rem;
	}

	.Menu_lists #audio .icon_tooltip {
		width: 80px;
		right: -20px;
	}

	.Menu_lists .header_part i {
		font-size: 17px;
	}

	.Menu_lists {
		padding: 2px 1%;
	}

	.Menu_lists .header_part.menu div.icon_title {
		display: none;
	}

	.Menu_lists .header_part.menu i {
		margin-right: 0;
	}

	.Menu_lists .header_part#help .icon_tooltip::after {
		right: 11px;
	}

	#help .icon_tooltip {
		right: calc(100% - 40px);
		/* width: 3px !important; */
	}

}

@media screen and (max-width: 560px) {
	.Menu_lists .header_part i {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	header h1 {
		width: 50px;
	}

	.header_center {
		gap: 15px;
	}

	header {
		height: 55px;
	}

}

header.fixed {
	background: linear-gradient(rgba(85, 89, 90, 1) 0%, rgba(117, 121, 131, 1) 40%, rgba(0, 0, 0, 0) 100%);
	transition: 1s all;
}

/* common_csss_for_all_page */
.course_Section_bg {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;

}

.course_Section_bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, .3);
}

.flex_div {
	display: flex;
	align-items: center;
}

.flex_div_clm {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.bookmark_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(249, 252, 228, .9);
	position: relative;
	color: #aaa;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2) inset;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.bookmark_icon.m2_bookmark {
	background: rgb(255, 255, 255);
}

.bookmark_txt {
	float: left;
	width: calc(100% - 40px);
	padding-left: 10px;
	position: relative;
}

.begin_btn_com {
	background: rgba(255, 255, 255, 0.1);
	cursor: pointer;
	position: relative;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	padding: 5px;
	width: 100%;
	color: #fff;
	margin: 20px 0px 0 0px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 40px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2) inset;
	transition: 0.5s all;
	display: flex;
	align-items: center;
	justify-content: center;
}

.begin_btn_com.brd {
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff;
}

.footer_set .begin_btn_com {
	color: #fff;
}

.text_begin_com {
	float: left;
	width: calc(100% - 36px);
	position: relative;
	padding-left: 36px;
}

.begin_btn_com .arrow_com {
	width: 50px;
	height: 36px;
	border-radius: 50px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2) inset;
	background: rgba(255, 255, 255, .7);
	color: #aaa;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	transition: 0.4s all;
	/* backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px); */
}

.begin_btn_com:hover {
	background: #EDFF8C;
	font-weight: bold;
	color: #000;
}

.begin_btn_com.m2_hover_clr:hover {
	background: #72F1D3 !important;
	font-weight: bold;
	color: #000;
}

.begin_btn_com.hover_none {
	pointer-events: none;
}

.begin_btn_com:hover .arrow_com {
	color: #060606;
	font-weight: bold;
	width: 60px;
}

.begin_btn_com.default {
	opacity: 0.7;
	cursor: default;
	transition: none;
}

.mrg_top_em {
	margin: 0px;
}

.pad_lft_em {
	padding-left: 5px;
}

.color_white {
	color: #fff;
}

.float_set_auto {
	width: auto !important;
}

/* footer_sec */
.footer_set {
	position: fixed;
	bottom: 0;
	height: 70px;
	left: 0;
	margin: auto;
	width: auto !important;
	z-index: 13;
	animation-fill-mode: backwards;
}

.progress_parent {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	margin: auto;
	z-index: 14;
}

.return_home_con.float_set {
	position: absolute;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	animation-fill-mode: backwards;

}

.flex_button_it {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_set .begin_btn_com {
	margin-top: 0;
	width: 165px;
	position: absolute;
	top: 0;
	right: calc(100% - 240px);
}

.footer_set .begin_btn_com:hover {
	width: 180px;
}

.return_sub_tile.float_set {
	width: 370px;
	right: calc(100% - 445px);
}

.footer_set .return_sub_tile:hover {
	width: 385px;
}

.footer_set .begin_btn_com .arrow_com {
	width: 36px;
	height: 36px;
	background: no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.7);
	/* color: rgba(255, 255, 255, .7); */
	color: #fff;
}

.footer_set .begin_btn_com:hover .arrow_com {
	width: 36px;
	color: #000;
}

.progress_sec {
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .1);
}

.progress_sec div {
	width: auto;
	background: #ddec8b;
	height: 12px;
	float: left;
	transition: .3s all ease-in-out;
}

.progress_sec .m2_clr_update {
	background: #72F1D3 !important;
}

.progress_sec span {
	color: #fff;
	position: absolute;
	margin: -6px 0 0 5px;
}

/* font_size */
.font_head_size1 {
	font-size: 90px;
	font-weight: 200;
}

.weight_font {
	font-weight: 200 !important;
}

.sub_tile_right .font_head_size1 {
	font-weight: 500;
}

.font_head_size2 {
	font-size: 80px;
	font-weight: 500;
}

.bold {
	font-weight: bold;
}

.font_head_size {
	font-weight: 500;
	font-size: 45px;
}

.font_head_size3 {
	font-weight: 500;
	font-size: 36px;
}

.font_sub_size {
	font-size: 24px;
}

.font_para_size {
	font-size: 18px;
	font-weight: normal;
}

.font_para_size1 {
	font-size: 20px;
}

.font_small_size {
	font-size: 12px;
}

/*//////////////////// menu_css ////////////////////////*/
#menuList {
	margin-top: 20px;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: calc(100% - 135px);
	overflow-y: auto;
	scrollbar-width: thin;
	padding: 0px 35px 0px 35px;
}

#menuCon li {
	float: left;
	width: 100%;
	cursor: default;
	font-weight: 300;
	text-transform: initial;
	color: #000;
	list-style: none;
	font-weight: bold;
	font-weight: 400;
	color: #000;
	background: #a6a6a6;
	box-shadow: inset 0px 2px 6px rgba(0, 0, 0, .1);
	border-bottom: 1px solid #fff;
	transition: .3s all ease-in-out;
	margin-bottom: 2px;
}

#menuCon li.enable {
	cursor: pointer;
	background: #EDFF8c;
}

#menuCon .m2_clr_menu li.enable {
	cursor: pointer;
	background: #72F1D3;
}

#menuCon li.enable:hover {
	background: #EDFF8c;
}

#menuCon .m2_clr_menu li.enable:hover {
	background: #72F1D3;
}

#menuCon li ul {
	list-style: none;
	float: left;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	color: #000;
}

#menuCon li ul li {
	float: left;
	width: 100%;
	background: #ddd !important;
	color: #000;
	border-top: 2px solid #fff !important;
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: none;
	margin-bottom: 0px;
}

#menuCon li ul li.enable {
	cursor: pointer;
	transition: .3s all ease-in-out;
}

#menuCon li ul li.enable:hover {
	cursor: pointer;
	background: #EDFF8c !important;

}

#menuCon .m2_clr_menu li ul li.enable:hover {
	cursor: pointer;
	background: #72F1D3 !important;
}

.menu_head_icon {
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	position: relative;
}

#menuCon .menu_arr {
	background: url("../images/m_arr_right.png") no-repeat;
	width: 16px !important;
	height: 17px !important;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#menuCon .menu_arr.enable {
	background: url("../images/m_arr_down.png");
}

#menuCon li i {
	font-size: 16px;
	float: left;
}

.menu_heading .head_tick {
	float: left;
	width: 30px;
	min-height: 27px;
	position: relative;
}

.tickmark {
	display: none;
}

.menu_heading .head_tick .fa-arrow-right {
	width: 13px;
	height: 15px;
	padding: 5px 6px;
	border-radius: 50%;
	background: #fff;
	margin-right: 10px;
	border: 1px solid #000;
	visibility: visible;
	z-index: 2;
	position: absolute;
	box-sizing: unset;
	color: #000;
}

.menu_heading .head_text {
	width: calc(100% - 30px);
	padding-left: 8px;
	font-weight: bold;
}

#menuCon li.enable.menu_heading .head_text {
	color: #000;

}

.menu_sub_name {
	float: left;
	width: calc(100% - 30px);
	padding-left: 8px;
}

.menu_parent_head {
	display: flex;
	padding: 10px;
	align-items: center;
	float: left;
	width: 100%;
	position: relative;
}

.menu_item.currentMenu {
	background: #fff;
	cursor: default;
}

#menuCon li ul li.enable.current_page {
	background: #EDFF8c !important;
	color: #000 !important;
}

#menuCon .m2_clr_menu li ul li.enable.current_page {
	background: #72F1D3 !important;
	color: #000 !important;
}
@media only screen and (max-width:1620px) {
	.font_head_size1 {
		font-size: 60px;
		font-weight: 200;
	}
	.begin_btn_com{
		margin: 10px 0px 0 0px;
	}
}
@media only screen and (max-width:1400px) {
	.font_head_size {
		font-size: 34px;
	}

	.font_sub_size {
		font-size: 20px;
	}

	.font_head_size1 {
		font-size: 50px;
	}

	.font_head_size2 {
		font-size: 45px;
	}

	.font_head_size3 {
		font-size: 28px;
	}

}

@media only screen and (max-width:1100px) {
	.font_head_size {
		font-size: 30px;
	}

	.font_sub_size {
		font-size: 18px;
	}

	.font_head_size1 {
		font-size: 45px;
	}

	.font_head_size2 {
		font-size: 40px;
	}

	.font_head_size3 {
		font-size: 26px;
	}

}

@media screen and (max-width: 768px) {
	#menuList {
		top: 55px;
		height: calc(100% - 95px);
		padding: 0px 20px 0px 20px;
	}
}

@media only screen and (max-width:620px) {
	.font_head_size {
		font-size: 24px;
	}

	.font_head_size1 {
		font-size: 40px;
	}

	.font_head_size2 {
		font-size: 30px;
	}

	.font_sub_size {
		font-size: 16px;
	}

	.font_para_size {
		font-size: 16px;
	}

	.font_para_size1 {
		font-size: 18px;
	}

	.font_head_size3 {
		font-size: 20px;
	}
}

@media only screen and (max-width:480px) {
	.footer_set .begin_btn_com {
		width: 165px;
		right: calc(50% - 82px);
	}

	/* .return_sub_tile.float_set {
		width: 240px;
		right: calc(50% - 120px);
		padding: 2px 5px;
	}

	.footer_set .return_sub_tile:hover {
		width: 260px;
	} */
}

.visibility_hide {
	visibility: hidden !important;
}

.return_clk,
.return_sub_tile,
.kc_com_previous_button,
.com_return_start,
.com_return_inv,
.kc_com_continue_button {
	font-size: 14px;
}

.prevoius_click.kc_com_previous_button {
	top: auto;
}

.pad_lft_em {
	padding-left: 0px;
}

.begin_btn_com.kc_com_previous_button {
	width: 165px;
	position: fixed;
	bottom: 22px;
	width: 165px;
	right: calc(100% - 240px);
	color: #fff;
}

.begin_btn_com.kc_com_previous_button:hover {
	width: 180px;
	color: #000;
}

.begin_btn_com.kc_com_previous_button:hover .arrow_com {
	color: #000;
}

.begin_btn_com.kc_com_previous_button .arrow_com {
	width: 36px;
	height: 36px;
	background: no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.7);
	/* color: rgba(255, 255, 255, .7); */
	color: #fff;
}

.begin_btn_com.kc_com_continue_button {
	position: fixed;
	bottom: 22px;
	left: calc(100% - 280px);
	width: 210px;
	/* height: 88px; */
	color: #fff;
	border: 1px solid #fff;
}

.begin_btn_com.kc_com_continue_button:hover {
	width: 225px;
	color: #000;
}

.begin_btn_com.kc_com_continue_button .arrow_com {
	width: 36px;
	height: 36px;
	color: #aaa;
	color: #fff;
}

.begin_btn_com.kc_com_continue_button:hover .arrow_com {
	width: 36px;
	color: #000;
}

.begin_btn_com.com_return_inv,
.begin_btn_com.com_return_start {
	width: 165px;
	position: fixed;
	bottom: 22px;
	width: 224px;
	right: calc(100% - 298px);
	width: 225px;
}

.begin_btn_com.com_return_start:hover,
.begin_btn_com.com_return_inv:hover {
	width: 240px;
}

.begin_btn_com.com_return_start:hover .arrow_com,
.begin_btn_com.com_return_inv:hover .arrow_com {
	color: #000;
}

.begin_btn_com.com_return_start .arrow_com,
.begin_btn_com.com_return_inv .arrow_com {
	width: 36px;
	height: 36px;
	background: no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: rgba(255, 255, 255, .7);
}

.user_name,
.user_name2 {
	text-transform: capitalize;
}

.begin_btn_com.return_episode {
	width: 165px;
	right: calc(100% - 180px);
	position: fixed;
	bottom: 25px;
	left: calc(100% - 215px);
}

.begin_btn_com.return_episode:hover {
	width: 180px !important;
}

.begin_btn_com.return_episode .arrow_com {
	width: 36px;
	height: 36px;
	background: no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: rgba(255, 255, 255, .7);
	color: #fff;
}

@media only screen and (max-width:800px) {
	.begin_btn_com.return_episode {
		left: calc(100% - 180px);
	}
}

@media only screen and (max-width:760px) {

	.return_clk,
	.return_sub_tile,
	.kc_com_previous_button,
	.com_return_start,
	.com_return_inv,
	.kc_com_continue_button {
		font-size: 12px;
	}

	.return_sub_tile.float_set {
		width: 230px;
		right: calc(100% - 240px);
	}

	.footer_set .return_sub_tile:hover {
		width: 230px;
	}

	.pad_lft_em {
		padding-left: 4px;
	}

	.begin_btn_com.kc_com_continue_button {
		left: calc(100% - 180px);
		width: 170px;
		border: 1px solid transparent;
	}

	.begin_btn_com.kc_com_continue_button:hover {
		width: 170px;
	}

	.begin_btn_com.kc_com_continue_button .text_begin_com {
		padding-left: 20px;
	}

	.begin_btn_com.kc_com_previous_button {
		width: 170px;
		right: calc(100% - 182px);
	}

	.begin_btn_com.kc_com_previous_button:hover {
		width: 170px;
	}

	.footer_set .begin_btn_com.return_clk {
		width: 160px;
		right: calc(100% - 180px);
	}

	.footer_set .begin_btn_com.return_clk:hover {
		width: 160px;
	}

	.begin_btn_com.com_return_inv,
	.begin_btn_com.com_return_start {
		right: calc(100% - 202px);
		width: 190px;
	}

	.begin_btn_com.com_return_start:hover,
	.begin_btn_com.com_return_inv:hover {
		width: 190px;
	}

	.footer_set {
		height: 70px;
	}
}

@media only screen and (max-width:620px) {
	.return_sub_tile.float_set {
		width: 215px;
		right: calc(100% - 224px);
	}

	.footer_set .return_sub_tile:hover {
		width: 215px;
	}

	.footer_set .begin_btn_com .arrow_com {
		width: 25px !important;
		height: 25px !important;
	}

	.return_sub_tile.float_set {
		padding: 2px 0px;
	}

	.begin_btn_com.kc_com_continue_button {
		left: calc(100% - 130px);
		width: 122px;
		height: 39.6px;
		padding: 0px 0px;
		border: 1px solid transparent;
	}

	.begin_btn_com.kc_com_previous_button {
		width: 122px;
		right: calc(100% - 132px);
		height: 39.6px;
		padding: 0px 0px;
	}

	.begin_btn_com.kc_com_continue_button:hover,
	.begin_btn_com.kc_com_previous_button:hover {
		width: 122px;
	}

	.begin_btn_com.kc_com_continue_button .arrow_com,
	.begin_btn_com.kc_com_previous_button .arrow_com,
	.begin_btn_com.com_return_start .arrow_com,
	.begin_btn_com.com_return_inv .arrow_com {
		width: 25px !important;
		height: 25px;
	}

	.begin_btn_com.kc_com_continue_button .text_begin_com {
		padding-left: 8px;
	}

	.footer_set .begin_btn_com.return_clk {
		width: 140px;
		right: calc(100% - 152px);
		padding: 5px 0;
	}

	.footer_set .begin_btn_com.return_clk:hover {
		width: 140px;
	}

	.footer_set {
		height: 62px;
	}

	.begin_btn_com.com_return_inv,
	.begin_btn_com.com_return_start {
		right: calc(100% - 190px);
		width: 180px;
		height: 39.6px;
		padding: 0;
	}

	.begin_btn_com.com_return_start:hover,
	.begin_btn_com.com_return_inv:hover {
		width: 180px;
	}
}


html[mode='dark'] {
	.content_load::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.6);
		z-index: 1;
	}

	#pageStyle0::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		background: #fff !important;
		z-index: -1;
	}

	#pageStyle0 .course_Section::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.6);
		z-index: -1;
		border-radius: 25px;
	}

	.course_Section {
		z-index: 2;
	}

	#pageStyle0 .course_Section h5 {
		color: #fff;
	}

	#pageStyle0 .course_Section .main ul li.main1:nth-child(1)::after,
	#pageStyle0 .course_Section .main ul li.main1:nth-child(2)::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.6);
	}

	#pageStyle0 .course_Section ul li div {
		z-index: 2;
	}

	#pageStyle0 .wel_text_box_2 .left_content_div {
		color: #fff;
	}

	#pageStyle0 .course_Section ul li div {
		color: #fff;
	}

	#pageStyle0 .begin_btn:hover {
		color: #000 !important;
	}

	#pageStyle0 #user_name {
		color: #fff;
	}

	#pageStyle10 .m2_video_container_set::after {
		content: "";
		position: fixed;
		width: 100%;
		height: 100%;
		background: none !important;
		top: 0;
		left: 0;
		z-index: 0;
	}

	.resource_page::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.7);
	}

	#pageStyle14 .tile_div_3 .left_kc_div {
		color: #fff;
	}

	#pageStyle14 .right_summary_clr {
		color: #fff;
	}

	.color_white {
		z-index: 1;
	}

	#pageStyle0 .course_Section ul li div .but:hover {
		color: #000;
	}

	.book_list {
		position: relative;
		z-index: 2;
	}

	.reswoods::after {
		z-index: 1;
	}
}

.sub_tile_tick {
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #B1BBAECC;
	top: 10px;
	right: 10px;
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, .2);
	/*color: #7c8b78;*/
	color:#fff;
}

.flex_tick_cir {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.phno_whtclr {
	color: #fff !important;
	list-style-type: none !important;
	text-decoration: none !important;
}
/* 
.begin_btn_com.blk_lgt {
	background: rgba(255, 255, 255, 0.1) !important;
}

.begin_btn_com.blk_lgt:hover {
	background: #EDFF8C !important;
} */

.menu_home_click {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	cursor: pointer;
	transition: .5s all ease;
}

.menu_head_txt {
	width: calc(100% - 240px) !important;
}

.menu_home_bg {
	background: url("../../shell/images/svg/home_block.svg") no-repeat;
	background-size: contain !important;
	background-position: center !important;
	width: 36px;
	height: 36px;
	position: relative;
	/* background: red; */
	border-radius: 50%;
	z-index: 1;
	float: left;
	top: 2px;
}

.menu_home_click:hover {
	color: #EDFF8C;
	color: #000;
}

.menu_home_click.m2_clr_menu:hover {
	color: #72F1D3;
	color: #000;
}

.menu_home_click:hover .menu_home_bg {
	background: url("../../shell/images/svg/home_hover.svg") no-repeat;
}

.menu_home_click.m2_clr_menu:hover .menu_home_bg {
	background: url("../../shell/images/svg/home_m2.svg") no-repeat;
}

.com_close_css.m2_clr_menu:hover .cls_icon i {
	background: #72F1D3;
}

.resource_close.com_close_css:hover {
	background: #EDFF8C;
	color: #000;
}

.resource_close.com_close_css .cls_icon i {
	transition: 0s !important;
}

.resource_close.com_close_css:hover .cls_icon i {
	color: #000 !important;
}

.resource_close.com_close_css:hover .cls_text {
	color: #000;
}

.resource_close.com_close_css.m2_clr_menu:hover {
	background: #72F1D3;
}

@media screen and (max-width: 768px) {
	.menu_home_text {
		display: none;
	}

	.menu_home_click {
		width: 35px;
	}

	.menu_head_txt {
		font-size: 17px !important;
		width: calc(100% - 115px) !important;
	}

}

.sub_tile_box1:hover,
.sub_tile_box2:hover,
.sub_tile_box3:hover,
.sub_tile_box4:hover {
	color: #000 !important;
}

.video_com_close {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	box-shadow: 0px 0px 12px #EDFF8C;
	border-radius: 50px;
	padding: 5px;
	font-size: 40px;
	cursor: pointer;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	background: rgb(255, 255, 255);
	color: #aaa;
}

.float_set.video_com_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.video_close_icon {
	text-align: center;
}

.video_close_icon i {
	transition: .2s all ease;
	z-index: 1;
	position: relative;
}

.video_com_close:hover {
	color: #000;
	background: #EDFF8C;
}

.video_com_close:hover i {
	transform: rotate(90deg);
}

.video_com_close.m2_close {
	box-shadow: 0px 0px 12px #72F1D3;
}

.video_com_close.m2_close:hover {
	color: #000;
	background: #72F1D3;
}

@media screen and (max-width: 1300px) {
	.video_com_close {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 767px) {
	.video_com_close {
		width: 36px;
		height: 36px;
		font-size: 30px;
		top: 15px;
		right: 15px;
	}
}

/* @media screen and (max-width: 900px) {
	#setting .icon_tooltip {
		right: -13px;
	}
  } */

.video_controls {
	position: absolute;
	width: 42px;
	height: 42px;
	right: 10px;
	border-radius: 50%;
	top: 10px;

}

.play_pause_com {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	color: #aaa;
	transition: .4s all ease;
	border-radius: 50%;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, .2);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .2);
	cursor: pointer;
}

.float_set.flex_bl {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 22px;
}

.play_pause_com:hover {
	background: #EDFF8C;
	color: #000;
}

.play_pause_com.active {
	background: #EDFF8C;
	color: #000;
}

.play_pause_com.m2_hover:hover {
	background: #72F1D3;
	color: #000;
}

.play_pause_com.m2_hover.active {
	background: #72F1D3;
	color: #000;
}

.icon_play {
	position: relative;
	left: 2px;
}

.setting_wid.m2_clr {
	background: #fdffff;
}

.setting_wid.m2_clr i {
	color: #ccc;
}

.m2_clr_menu.Menu_lists .header_part.menu:hover .setting_wid.m2_clr i {
	color: #72F1D3;
}
header.pointer_event{
	pointer-events: none;
}

.no_hover {
	cursor: default !important;
	text-align: start;
}

.no_hover:hover {
	font-weight: normal !important;
	color: #fff !important;
    background: rgba(255, 255, 255, 0.1) !important;
}
.hide_mm2,.hide_mm1{
	display: none !important;
}
.hide_mm2.show_mm2,.hide_mm1.show_mm1{
	display: block !important;
}