body {
	font-family: var(--font_family2);
	font-style: normal;
	overflow-x: hidden
}

body,
label {
	font-weight: 400
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px
}

p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #373737;
	margin-bottom: 0;
	font-family: var(--font_family2)
}

.modal-content {
	border: none;
	--bs-modal-border-radius: 20px
}

.modal-header {
	--bs-modal-inner-border-radius: 20px
}

.modal-header .close {
	--btn: 34px;
	width: var(--btn);
	height: var(--btn);
	border-radius: 100%;
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border: none;
	padding: 0
}

.modal-header .close:hover {
	background: var(--system_secendory_color)
}

.modal-footer {
	border-color: #d1d1d1
}

.modal-backdrop {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px)
}

.note-modal .modal-header .close {
	font-size: 28px
}

.cs_modal .modal-body {
	padding: 35px 30px
}

.cs_modal .modal-body .pass_forget_btn {
	color: #707070;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	margin-top: 20px;
	display: inline-block
}

.cs_modal .modal-body .pass_forget_btn:hover {
	color: var(--system_secendory_color)
}

.cs_modal .modal-body p {
	color: #707070;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	margin-top: 25px
}

.cs_modal .modal-body p a {
	color: var(--system_secendory_color)
}

.cs_modal .modal-body .social_login_btn .btn_1 {
	color: #fff;
	background-color: #3b5998;
	border: 1px solid #3b5998;
	margin-top: 0
}

.cs_modal .modal-body .social_login_btn .btn_1 i {
	margin-right: 10px
}

.cs_modal .modal-body .social_login_btn .btn_1:hover {
	color: #fff !important
}

.cs_modal .modal-body .social_login_btn .form-group:last-child .btn_1 {
	background-color: #4285f4;
	border: 1px solid #4285f4
}

.cs_modal .modal-body .nice_Select {
	height: 50px;
	line-height: 50px;
	padding: 10px 20px;
	border: 1px solid #f1f3f5;
	color: #707070;
	font-size: 14px;
	font-weight: 500;
	background-color: #fff;
	width: 100%;
	line-height: 29px
}

.cs_modal .modal-body .nice_Select .list {
	width: 100%
}

.cs_modal .modal-body .nice_Select:after {
	right: 22px;
	top: 35%;
	transform: translateY(-50%)
}

.cs_modal .modal-body input {
	height: 50px;
	line-height: 50px;
	padding: 10px 20px;
	border: 1px solid #f1f3f5;
	color: #707070;
	font-size: 14px;
	font-weight: 500;
	background-color: #fff;
	width: 100%
}

.cs_modal .modal-body .form-group {
	margin-bottom: 12px
}

.cs_modal .modal-body textarea {
	height: 168px;
	padding: 15px 20px;
	border: 1px solid #d1d1d1;
	color: #707070;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	border-radius: 6px;
	resize: none
}

.cs_modal .modal-body .btn_1 {
	width: 100%;
	display: block;
	margin-top: 20px
}

.cs_modal .form-control:focus {
	box-shadow: none
}

.cs_modal .modal-header {
	background-color: #f8f8fe;
	padding: 23px 30px;
	border-bottom: 0 solid transparent
}

.cs_modal .modal-header h5 {
	font-size: 22px;
	font-weight: 600
}

.cs_modal .modal-header span {
	font-size: 14px;
	color: #707070;
	opacity: 1
}

h1,
h2,
h3,
h4,
h5 {
	color: var(--system_secendory_color);
	font-family: var(--font_family1)
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: currentColor
}

.f_w_800 {
	font-weight: 800
}

.font_1 {
	font-family: var(--font_family1)
}

.theme_search_field {
	background: #f9f9fd;
	height: 50px;
	border-radius: 5px;
	width: 400px
}

@media (min-width: 1400px) and (max-width:1600px) {
	.theme_search_field {
		width: 300px
	}
}

.theme_search_field input {
	font-family: var(--font_family1);
	font-size: 14px;
	font-weight: 500;
	border: 0;
	background: 0 0 !important;
	height: 50px;
	padding: 0 15px 0 10px;
	box-shadow: none !important;
	line-height: 50px
}

.dashboard_main_wrapper .dashboard_part .theme_search_field input:not(.course_search_option) {
	color: #fff !important
}

.theme_search_field button {
	font-size: 18px;
	padding: 0 0 0 15px;
	line-height: 100%;
	box-shadow: none !important
}

.theme_search_field button,
.theme_search_field button:hover {
	color: var(--system_primery_color)
}

.theme_search_field.large_search_field {
	width: 500px;
	height: 60px
}

.theme_search_field.large_search_field button {
	padding-left: 30px
}

.theme_search_field.large_search_field input {
	height: 60px;
	line-height: 60px
}

.theme_search_field .input-group-prepend {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	left: 0 !important
}

.theme_search_field .input-group-prepend button {
	padding-left: 15px !important
}

.theme_search_field .input-group-prepend+input {
	padding-left: 44px !important
}

.img,
img {
	max-width: 100%;
	height: auto
}

.img,
a,
img {
	transition: all .4s ease-in-out
}

a {
	text-decoration: none !important
}

.button,
button,
input,
textarea {
	outline: none;
	transition: all .4s ease-in-out
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}



ul {
	margin: 0;
	padding: 0
}

ul li {
	list-style: none
}

::-webkit-input-placeholder,
::placeholder {
	color: #373737 !important;
	font-size: 14px
}

.gap_10 {
	grid-gap: 10px
}

.gap_15 {
	grid-gap: 15px
}

.gap-2 {
	gap: 8px
}

.mb_10 {
	margin-bottom: 10px
}

.mb_15 {
	margin-bottom: 15px
}

.mb_20 {
	margin-bottom: 20px
}

.mb_23 {
	margin-bottom: 23px
}

.mb_25 {
	margin-bottom: 25px
}

.mb_30 {
	margin-bottom: 30px
}

.mb_35 {
	margin-bottom: 35px
}

.mb_40 {
	margin-bottom: 40px
}

.mb_37 {
	margin-bottom: 37px
}

.mb_50 {
	margin-bottom: 50px
}

.mb_55 {
	margin-bottom: 55px
}

.mb_60 {
	margin-bottom: 60px
}

.mb_76 {
	margin-bottom: 76px
}

.mb_80 {
	margin-bottom: 80px
}

.mt_20 {
	margin-top: 20px
}

.mt_10 {
	margin-top: 10px
}

.mt_30 {
	margin-top: 30px
}

.mt_40 {
	margin-top: 40px
}

.mt_60 {
	margin-top: 60px
}

.mt_70 {
	margin-top: 70px
}

.mr_10 {
	margin-right: 10px
}

.mr_15 {
	margin-right: 15px
}

.mr_20 {
	margin-right: 20px
}

.pt_70 {
	padding-top: 70px
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.pt_70 {
		padding-top: 50px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.pt_70 {
		padding-top: 40px
	}
}

#back-top {
	position: fixed;
	right: 20px;
	bottom: 24px;
	cursor: pointer;
	z-index: 9999999;
	display: none
}

#back-top a {
	height: 40px;
	width: 40px;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 40px;
	background: var(--system_primery_color);
	font-size: 15px;
	border-radius: 30px;
	box-shadow: 0 3px 20px 0 var(--system_primery_gredient1);
	transition: all .4s ease-in-out;
	background-size: 200% auto
}

#back-top a:hover {
	background-color: transparent;
	color: var(--system_primery_color)
}

.section_spacing {
	padding: 139px 0 120px
}

.section_spacing3 {
	padding: 139px 0 115px
}

.font_14 {
	font-size: 14px
}

.font_16 {
	font-size: 16px
}

.font_18 {
	font-size: 18px
}

.font_20 {
	font-size: 20px
}

.font_22 {
	font-size: 22px
}

.font_30 {
	font-size: 30px;
	line-height: 45px
}

.f_w_400 {
	font-weight: 400
}

.f_w_500 {
	font-weight: 500
}

.f_w_600 {
	font-weight: 600
}

.f_w_700 {
	font-weight: 700
}

.theme_text {
	color: var(--system_primery_color) !important
}

.theme_text2 {
	color: #373737 !important
}

.theme_text3 {
	color: var(--system_secendory_color) !important
}

.nowrap {
	white-space: nowrap
}

.gray-bg {
	background: #fafafa
}

@media (max-width: 767.98px) {
	.mt-20{margin-top:15px!important;}
	.pt_70 {
		padding-top: 30px
	}

	.section_spacing {
		padding: 65px 0 45px
	}

	.section_spacing3 {
		padding: 65px 0 40px
	}

	.font_30 {
		font-size: 25px;
		line-height: 35px
	}
}

@media (min-width: 576px) {
	.instructor_cta .modal-dialog {
		max-width: 625px;
		margin: 1.75rem auto
	}
}

.select2-results__options li {
	white-space: nowrap;
	width: 100%
}

.margin_auto {
	margin: auto
}

.success_text {
	color: #20e007 !important
}

.error_text {
	color: #ff1919
}

.form-control:focus {
	border: none !important
}

.left-0 {
	left: 0 !important
}

.img-cover {
	-o-object-fit: cover;
	object-fit: cover
}

.btnNext,
.btnPrevious,
.next,
.skip {
	cursor: pointer
}

.bg-primary {
	background-color: var(--system_primery_color) !important
}

.text-primary {
	color: var(--system_primery_color) !important
}



.about .row>*>* {
	position: relative
}

.reward-content:before {
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px)
}

.reward-content:after {
	filter: blur(0) !important
}

.rating {
	border: none;
	float: left
}

.rating>input {
	display: none
}

.rating>label {
	color: #ddd;
	float: right;
	cursor: pointer
}

.rating>label:before {
	content: "\F005";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	margin: 0 3px;
	font-size: 16px;
	display: inline-block
}

.rating>.half:before {
	content: "\F089";
	position: absolute
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label,
.rating>input:checked+label:hover,
.rating>input:checked~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
	color: #ffc107
}

.unchecked {
	color: #ddd !important
}

.submit_q_btn:hover {
	color: var(--system_primery_color) !important
}

hr {
	border-color: #d1d1d1;
	opacity: 1
}

.modal-backdrop {
	--bs-backdrop-zindex: 999 !important
}

.modal .modal-dialog {
	z-index: 1010 !important
}

.modal-footer .theme_btn_outline {
	padding: 15px 28px
}

.row-gap-24 {
	row-gap: 24px
}

.modal:not(.note-modal) .btn-close {
	--bs-btn-close-bg: none
}

.note-modal .modal-dialog {
	border-radius: 20px !important
}

.note-popover .popover-arrow {
	display: none !important
}

@media (min-width: 991px) {
	.border-top-md-0 {
		border-top: 0 !important
	}
}

.header_area {
	padding: 0 130px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.header_area.navbar_fixed {
	background: #fff;
	z-index: 90;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
	position: fixed;
	width: 100%;
	top: -70px;
	left: 0;
	right: 0;
	transform: translateY(70px);
	transition: transform .5s, background .5s;
	-webkit-transition: transform .5s, background .5s
}

.header_area.navbar_fixed .main_menu ul li a {
	padding: 25px 0
}

.header_area .contact_wrap {
	justify-content: flex-end
}

.header_area .contact_wrap .mobile_no p {
	font-weight: 600;
	font-family: var(--font_family1);
	color: #505050;
	font-size: 16px;
	margin-bottom: 0
}

.header_area .contact_wrap .mobile_no p span a {
	color: #627ae4
}

.header_area .contact_wrap .signin a.sign_in {
	font-size: 16px;
	color: #505050;
	font-weight: 600;
	margin-right: 40px
}

.header_area .contact_wrap .signin a.sign_in:hover {
	color: #4543de
}

.header_area .contact_wrap .contact_btn {
	margin-left: 0
}

.header_area .main_menu {
	margin-left: auto;
	margin-right: 0
}

.header_area .main_menu ul li {
	display: inline-block;
	position: relative
}

.header_area .main_menu ul li:hover>a {
	color: var(--system_primery_gredient1)
}

.header_area .main_menu ul li:hover .submenu {
	top: 100%;
	opacity: 1;
	visibility: visible
}

.header_area .main_menu ul li:hover .mega_menu {
	pointer-events: auto
}

.header_area .main_menu ul li .submenu {
	width: 200px;
	position: absolute;
	left: 0;
	top: 120%;
	background: #fff;
	text-align: left;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .04);
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in-out
}

.right_control_submenu .header_area .main_menu ul li .submenu {
	left: auto;
	right: 0
}

.right_control_submenu .header_area .main_menu ul li .submenu li ul {
	left: auto;
	right: 100%
}

.header_area .main_menu ul li .submenu li {
	display: block;
	margin: 0
}

.header_area .main_menu ul li .submenu li:hover>ul {
	opacity: 1;
	visibility: visible
}

.header_area .main_menu ul li .submenu li:hover>a {
	left: 0;
	padding-left: 25px
}

.header_area .main_menu ul li .submenu li a {
	font-size: 14px;
	line-height: 1.2;
	color: var(--system_secendory_color);
	padding: 15px 20px;
	border-top: 1px solid #f3f3f3;
	font-weight: 400;
	display: block;
	margin: 0;
	transition: all .4s ease-in-out;
	position: relative;
	text-transform: capitalize;
	left: 0
}

.header_area .main_menu ul li .submenu li a.active {
	color: var(--system_primery_gredient1)
}

.header_area .main_menu ul li .submenu li a:hover {
	left: 5px;
	color: var(--system_primery_gredient1)
}

.header_area .main_menu ul li .submenu li ul {
	left: 100%;
	position: absolute;
	background: #fff;
	width: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in-out
}

.header_area .main_menu ul li a {
	color: var(--system_secendory_color);
	font-size: 16px;
	font-weight: 600;
	margin: 0 10px;
	padding: 20px 0 25px;
	display: inline-block;
	text-transform: capitalize;
	font-family: var(--font_family2)
}

.header_area .main_menu ul li.submenu_active>a,
.header_area .main_menu ul li a.active,
.header_area .main_menu ul li a:hover {
	color: var(--system_primery_gredient1)
}

.header_area .main_menu .menu_menu {
	width: calc(100% - 30px) !important;
	left: 50% !important;
	transform: translateX(-50%)
}

.header_area .main_menu .menu_dropdown ul li a {
	font-weight: 400
}

.header_area .main_menu .menu_dropdown>ul li {
	position: relative
}

.header_area .dropdown-toggle:after {
	display: none
}

.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header__left .logo_img {
	--width: 150px;
	max-width: var(--width);
	min-width: var(--width);
	height: 80px;
	display: inline-block
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.header__left .logo_img {
		--width: 90px
	}
}

@media (max-width: 991.98px) {
	.header__left .logo_img {
		margin-right: 10px;
		--width: 100px;
		height: auto
	}
}

@media only screen and (min-width: 1300px) and (max-width:1899.98px) {
	.header__left .logo_img {
		margin-right: 10px
	}
}

.header__left .logo_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.header__left .categories_menu {
	font-size: 16px;
	color: #687083;
	display: flex;
	align-items: center;
	font-weight: 600;
	margin-right: 30px
}

.header__left .categories_menu i {
	font-weight: 900;
	margin-right: 10px
}

@media only screen and (min-width: 1200px) and (max-width:1399.98px) {
	.header__left .category_search .theme_search_field {
		width: 200px
	}
}

@media only screen and (min-width: 1400px) and (max-width:1499.98px) {
	.header__left .category_search .theme_search_field {
		width: 300px
	}
}
@media only screen and (min-width: 310px) and (max-width:370px) {
    .single_cart .thumb img {
        margin-right: 10px;
        border-radius: 3px;
        height: 23px !important;
		width: 40px !important;
	}
}
@media only screen and (min-width: 371px) and (max-width:991px) {
    	.single_cart .thumb img {
    margin-right: 10px;
    border-radius: 3px;
    height: 34px !important;
    width: 40px !important;
}
}
@media (max-width: 991.98px) {


	.white_box_30px.mobile {
    box-shadow: none;
}
	    .mobile-card .col-6:first-child {
        font-size: 15px;
        font-weight: 500;
		}
	.header__right.login_user .profile_info {
		margin-right: 40px
	}
	.white_box_30px.desktop{display:none;}
}

@media (max-width: 479px) {
	.header__right.login_user .profile_info {
		margin-right: 35px
	}
}

.notify_count {
	font-weight: 600;
	font-family: var(--font_family1);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	font-size: 10px;
	display: inline-block;
	position: absolute;
	top: -2px;
	right: 3px
}

.float,
.notify_count {
	text-align: center;
	color: #fff;
	background: var(--system_primery_color);
	background-size: 200% auto
}

.float {
	z-index: 100;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 135px;
	right: 20px;
	border-radius: 50px;
	box-shadow: 0 10px 20px 0 var(--system_primery_color)
}

.subtitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #373737;
	margin-bottom: 0;
	font-family: var(--font_family2)
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.header_area {
		padding: 0
	}

	.header_area .header__wrapper .header__left .logo_img {
		margin-right: 10px
	}

	.header_area .header__wrapper .header__left .category_search .theme_search_field {
		display: none
	}

	.header_area .main_menu ul li a {
		font-size: 15px;
		margin: 0 10px
	}

	.header_area .contact_wrap .signin a.sign_in {
		margin-right: 15px
	}
}

@media only screen and (min-width: 1200px) and (max-width:1600.98px) {
	.header_area {
		padding: 0 20px
	}
}

@media only screen and (min-width: 1601px) and (max-width:1800.98px) {
	.header_area {
		padding: 0 50px
	}
}

@media (max-width: 575.98px) {
	.header_area .logo_img img {
		height: 55px !important
	}
}

@media only screen and (min-width: 1200px) and (max-width:1440px) {
	.header_area .main_menu ul li a {
		margin: 0 12px
	}

	.header_area .contact_wrap .mobile_no p {
		font-size: 13px;
		margin-right: 8px
	}
}

@media only screen and (min-width: 1439px) and (max-width:1599.98px) {
	.header_area .main_menu ul li a {
		margin: 0 12px
	}
}

@media only screen and (min-width: 1600px) and (max-width:1671.98px) {
	.header_area .main_menu ul li a {
		margin: 0 17px
	}
}

@media (max-width: 767.98px) {
	.header_area {
		padding: 10px 0
	}

	.header_area .contact_wrap {
		margin-left: 0;
		margin-right: 35px
	}

	.header_area .contact_wrap .theme_btn.small_btn2 {
		padding: 10px 18px;
		font-size: 14px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.header_area {
		padding: 10px 0
	}

	.header_area .contact_wrap {
		margin-left: 0;
		margin-right: 35px
	}
}

@media (min-width: 576px) and (max-width:991.98px) {
	.header_area .header__wrapper .header__left .logo_img img {
		height: 52px !important;
		width: auto !important;
		padding: 0 !important
	}
}

.menu_dropdown {
	display: block
}

.menu_dropdown_iner {
	min-width: 280px;
	display: flex;
	justify-content: space-between;
	padding: 0 30px
}

.menu_dropdown_iner .single_menu_dropdown {
	flex: 100% 0 0;
	margin: 20px 0 15px
}

.menu_dropdown_iner .single_menu_dropdown h4 {
	color: var(--system_secendory_color);
	margin: 0
}

.menu_dropdown ul li {
	display: block
}

.menu_dropdown ul li a {
	width: 100%;
	color: #202e3b !important;
	text-align: start;
	line-height: 1.5;
	padding: 15px 30px !important;
	display: inline-block;
	border-right: 1px solid transparent;
	white-space: nowrap
}

.menu_dropdown ul li a:hover {
	color: var(--system_primery_color) !important
}

.menu_dropdown>ul {
	position: absolute;
	top: 90px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	z-index: 99;
	text-align: right;
	transition: .5s;
	padding: 0;
	margin: 0
}

@media (max-width: 1199px) {
	.menu_dropdown>ul {
		display: none
	}
}

.menu_dropdown>ul:after {
	content: "";
	position: absolute;
	height: 9px;
	width: 14px;
	top: -9px;
	left: 27px;
	background-color: #fff;
	-webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
	clip-path: polygon(50% 0, 0 100%, 100% 100%)
}

.menu_dropdown>ul>.active_menu_item>a,
.menu_dropdown>ul>li>a:hover {
	border-right: 1px solid hsla(0, 0%, 100%, .1)
}

.mega_menu_dropdown>ul li>ul::-webkit-scrollbar {
	width: 5px
}

.mega_menu_dropdown>ul li>ul::-webkit-scrollbar-track {
	background-color: #202e3b;
	border-radius: 100px
}

.mega_menu_dropdown>ul li>ul::-webkit-scrollbar-thumb {
	background: var(--system_primery_color);
	border-radius: 100px
}

li.mega_menu_dropdown.third_sub>ul {
	top: 100% !important;
	left: 0 !important
}

.header__right.login_user .profile_img {
	flex-direction: row-reverse;
	gap: 16px
}

.studentProfileThumb {
	margin-right: 0 !important
}

@media (max-width: 991.98px) {
	.header__right.login_user .profile_info {
		margin-right: 0
	}
}

.heading-cart-icon {

	margin-left: 0
}

@media (max-width: 1400px) {
	.header__wrapper .header__left.gap-20 {
		gap: 10px
	}

	.header__wrapper .categories_menu span,
	.header__wrapper .profile_img span {
		display: none
	}
}

.right_control_submenu ul li ul {
	right: 100%;
	left: auto !important
}

.who_we_area {
	padding: 150px 0
}

.who_we_info {
	display: grid;
	grid-template-columns: repeat(2, 1fr)
}

.who_we_info .info_left {
	border: 1px solid #d1d1d1;
	padding: 57px 80px 67px 50px;
	border-radius: 5px 0 0 5px
}

.who_we_info .info_left span {
	font-family: var(--font_family2);
	font-size: 14px;
	font-weight: 600;
	color: #373737;
	display: inline-block;
	margin-bottom: 21px
}

.who_we_info .info_left p {
	font-family: var(--font_family1);
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	color: var(--system_secendory_color)
}

.who_we_info .info_right {
	background: var(--system_primery_color);
	display: flex;
	align-items: center;
	padding: 70px 65px 70px 70px;
	background-size: 200% auto
}

.who_we_info .info_right p {
	font-family: var(--font_family2);
	font-size: 35px;
	font-weight: 700;
	line-height: 45px;
	color: #fff
}

.about_gallery {
	display: grid;
	grid-template-columns: 330px 360px;
	grid-gap: 30px;
	align-items: center
}

.about_gallery .gallery_box .thumb.small_thumb {
	margin: 30px 0 0 50px
}

.about_area {
	padding-bottom: 120px
}

.about_area .section__title h3 {
	margin-bottom: 40px
}

.about_area .section__title p {
	font-size: 16px;
	line-height: 26px;
	font-family: var(--font_family2);
	color: var(--system_secendory_color);
	font-weight: 400
}

@media (max-width: 767.98px) {
	.who_we_area {
		padding: 75px 0
	}

	.who_we_area .who_we_info {
		grid-template-columns: repeat(1, 1fr)
	}

	.who_we_area .who_we_info .info_left,
	.who_we_area .who_we_info .info_right {
		padding: 35px 30px;
		border-radius: 5px
	}

	.about_gallery_area {
		padding-bottom: 30px
	}

	.about_gallery_area .about_gallery {
		grid-template-columns: auto
	}

	.about_gallery_area .about_gallery .gallery_box .thumb {
		margin-bottom: 30px
	}

	.about_gallery_area .about_gallery .gallery_box .thumb.small_thumb {
		margin: 0
	}
}

@media (max-width: 575.98px) {
	.who_we_area .who_we_info .info_left p {
		font-size: 20px;
		line-height: 31px
	}

	.who_we_area .who_we_info .info_right p {
		font-size: 25px;
		line-height: 35px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.about_gallery_area .about_gallery {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 40px
	}
}

@media (min-width: 992px) and (max-width:1499.98px) {
	.about_gallery_area .about_gallery {
		grid-template-columns: repeat(2, 1fr);
		padding-right: 40px
	}
}

@media (max-width: 768px) {
	.social_btns {
		justify-content: space-between;
		row-gap: 10px
	}

	.social_btns a {
		flex-basis: calc(50% - 5px);
		margin: 0 !important
	}
}

@media (max-width: 420px) {
	.social_btns a {
		flex-basis: 100%
	}
}

.account_profile_thumb .thumb {
	width: 272px;
	height: 272px;
	margin-bottom: 27px;
	margin-left: auto;
	margin-right: auto
}

.account_profile_thumb .thumb img {
	width: 272px;
	height: 272px;
	border-radius: 50%
}

.account_profile_wrapper {
	display: grid;
	grid-template-columns: 272px auto;
	grid-gap: 119px
}

.account_profile_wrapper .preview_upload {
	display: grid;
	grid-template-columns: 180px auto;
	grid-gap: 30px;
	grid-template-rows: 180px;
	margin-bottom: 57px
}

.account_profile_wrapper .preview_upload_thumb {
	background: #f4f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px
}

.account_profile_wrapper .preview_upload_thumb span {
	font-size: 18px;
	font-weight: 600;
	color: var(--system_secendory_color)
}

.account_profile_wrapper .preview_drag {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23E1E2E6FF' stroke-dasharray='4' stroke-dashoffset='8' stroke-linecap='square'/%3E%3C/svg%3E");
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center
}

.account_profile_wrapper .preview_drag_inner {
	text-align: center
}

.account_profile_wrapper .preview_drag_inner p {
	font-size: 16px;
	font-weight: 400;
	color: #828bb2;
	margin: 12px 0 2px
}

.account_profile_wrapper .preview_drag_inner .chose_file {
	font-size: 16px;
	font-weight: 400;
	color: #4265ff;
	position: relative;
	text-decoration: underline
}

.account_profile_wrapper .preview_drag_inner .chose_file input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.account_profile_wrapper .account_title h3 {
	margin-bottom: 2px
}

.account_profile_wrapper .email_grid_input {
	display: grid;
	grid-template-columns: auto 50px;
	grid-gap: 5px
}

.account_profile_wrapper .email_grid_input .editor_icon {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #e1e2e6;
	background: #f9f9fd
}

.account_profile_wrapper .email_grid_input .editor_icon i {
	font-size: 16px;
	font-weight: 400;
	color: #687083
}

.account_profile_wrapper .privacy_permission {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 56px
}

.account_profile_wrapper .privacy_permission .single_privacy_permission {
	display: flex
}

.account_profile_wrapper .privacy_permission .single_privacy_permission .primary_bulet_checkbox {
	margin-right: 20px;
	position: relative;
	top: 1px
}

.account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .icon {
	margin-right: 12px;
	position: relative;
	top: -3px
}

.account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content h4 {
	font-size: 18px;
	font-weight: 600;
	color: var(--system_secendory_color);
	margin-bottom: 0
}

.account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p {
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	line-height: 24px
}

.account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p br {
	display: inline-block
}

@media (min-width: 1200px) and (max-width:1500.98px) {
	.account_profile_wrapper {
		grid-gap: 60px
	}
}

@media (max-width: 767.98px) {
	.account_profile_wrapper {
		grid-template-columns: auto;
		grid-gap: 20px
	}

	.account_profile_wrapper .account_profile_thumb .thumb {
		width: 200px;
		height: 200px
	}

	.account_profile_wrapper .privacy_permission {
		margin-bottom: 36px;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.account_profile_wrapper {
		grid-template-columns: auto;
		grid-gap: 40px
	}

	.account_main_content {
		padding: 100px 40px 150px
	}
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.account_profile_wrapper {
		grid-template-columns: auto;
		grid-gap: 20px
	}

	.account_main_content {
		padding: 100px 40px 150px
	}
}

@media (max-width: 575.98px) {

.htia li.nav-item {
    text-align: center;
    width: 100%;
}


.htia li.nav-item button {
    width: 100%;
}

.htia li.nav-item .nav-link {
    font-size: 11px;
    margin-top: 8px;
    border-radius: 0;
    border: 1px solid #ccc;
}

ul#installTab {
    /* flex-flow: row; */
    /* display: inline-flex; */
}
	.account_profile_wrapper .preview_upload {
		grid-template-columns: 1fr
	}

	.account_profile_wrapper .preview_upload .preview_drag {
		height: 180px
	}
}

@media (min-width: 1200px) and (max-width:1250.98px) {
	.account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p br {
		display: none
	}
}

@media (min-width: 320px) and (max-width:767.98px) {
	.qz-bx + .sumit_skip_btns form button.quiz_primary_btn {
    font-weight: bold;
    color: #092d56 !important;
    border: 3px solid #0a2e53 !important;
    background: none !important;
    font-size: 14px !important;
    height: 42px !important;
    padding: 0px !important;
    width: 190px !important;
    display: block !important;
    line-height: 30px;
}
	a.bck-btn {
    margin-left: -22px !important;
    padding: 0px !important;
    position: relative;
    z-index: 9;
    width: 49px !important;
    height: 32px !important;
   
}
.qz-comp a.bck-btn {
        margin-left: -6px !important;
}
	.account_main_content {
		padding: 75px 0
	}
}

@media (min-width: 1200px) {
	.account_main_content {
		padding: 100px 40px 150px
	}
}

@media (min-width: 1600px) {
	.account_main_content {
		padding: 100px 150px 150px 105px
	}
}

@media (min-width: 1800px) {
	.account_main_content {
		padding: 100px 360px 150px 105px
	}
}

.affiliate_bradcam_area {
	background-color: #f7faff;
	padding: 135px 0 337px;
	background-image: url(../img/affiliate/affiliate_bg_1.jpg);
	background-size: cover;
	background-position: 50%
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.affiliate_bradcam_area {
		padding-top: 100px
	}
}

@media only screen and (max-width: 767px) {
	.affiliate_bradcam_area {
		padding: 60px 0
	}
}

.affiliate_bradcam_area .breadcam_text {
	max-width: 800px;
	margin: auto
}

.affiliate_bradcam_area .breadcam_text span {
	font-size: 16px;
	font-weight: 600;
	color: #fb1159;
	margin-bottom: 16px;
	display: block
}

.affiliate_bradcam_area .breadcam_text h3 {
	font-size: 50px;
	font-weight: 800;
	line-height: 1.4;
	color: #0b0a24;
	margin-bottom: 0
}

.affiliate_bradcam_area .breadcam_text p {
	font-size: 18px;
	font-weight: 500;
	color: #5b5675;
	margin: 20px 0 43px
}

.affiliate_bg {
	background: #f7faff
}

.affiliate_bg.section_padding2 {
	margin-top: 80px
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.affiliate_bg.section_padding2 {
		margin-top: 60px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.affiliate_bg.section_padding2 {
		margin-top: 40px
	}
}

@media only screen and (max-width: 767px) {
	.affiliate_bg.section_padding2 {
		margin-top: 30px
	}
}

.affiliate_faq_box {
	border-bottom: 1px solid #e9eaf0;
	padding-bottom: 26px;
	padding-right: 30px
}

.affiliate_faq_box h4 {
	font-size: 20px;
	font-weight: 700;
	color: #0b0a24;
	margin-bottom: 17px
}

.affiliate_faq_box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.63;
	color: #0b0a24
}

.Affiliate_benefit_boxs:before {
	content: "";
	background-image: url(../img/affiliate/shape_img.svg);
	position: absolute;
	left: 90px;
	top: 90px;
	bottom: 90px;
	right: 90px;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1
}

.Affiliate_benefit_box {
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .02);
	border: 1px solid #f8f7fc;
	background-color: #fff;
	padding: 40px;
	border-radius: 5px
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.Affiliate_benefit_box {
		padding: 30px
	}
}

.Affiliate_benefit_box img {
	max-width: 50px
}

.Affiliate_benefit_box h4 {
	font-size: 22px;
	font-weight: 700;
	color: #0b0a24;
	margin: 30px 0 14px
}

.Affiliate_benefit_box p {
	font-size: 16px;
	line-height: 1.63;
	color: #0b0a24;
	font-weight: 400
}

.Requirements_boxs {
	display: flex
}

.single_Requirements_box {
	flex: 50% 0 0;
	background-color: #fff
}

.single_Requirements_box:not(:last-child) {
	border-right: 1px solid #f0f1f2
}

.single_Requirements_box .Requirements_box_head {
	padding: 28px 40px 27px;
	border-bottom: 1px solid #f0f1f2
}

.single_Requirements_box .Requirements_box_head h3 {
	font-size: 20px;
	font-weight: 700;
	color: #1ebf88;
	margin-bottom: 0
}

.single_Requirements_box .Requirements_box_head.style2 {
	color: #ff1744
}

.single_Requirements_box .Requirements_box_head.style2 h3 {
	color: #dc3545 !important
}

.single_Requirements_box .Requirements_box_body {
	padding: 35px 68px 40px 40px
}

@media only screen and (max-width: 991px) {
	    .heading-search-box {
        display: none;
    }
	.profile_info span {
        display: none;
    }
	.course__details.crs__detail {
    background: none;
}
	.single_Requirements_box .Requirements_box_body {
		padding: 24px
	}
}

.single_Requirements_box .Requirements_box_body ul li {
	display: flex;
	grid-gap: 20px;
	flex-wrap: wrap
}

.single_Requirements_box .Requirements_box_body ul li:not(:last-child) {
	margin-bottom: 25px
}

.single_Requirements_box .Requirements_box_body ul li .icon {
	flex: 20px 0 0;
	position: relative;
	top: 3px
}

.single_Requirements_box .Requirements_box_body ul li .icon img {
	width: 100%
}

.single_Requirements_box .Requirements_box_body ul li p {
	font-size: 16px;
	font-weight: 500;
	color: #0b0a24;
	line-height: 1.63;
	font-family: var(--font_family2), sans-serif;
	flex: 1 1 0
}

.section__title4 {
	margin-bottom: 52px
}

@media only screen and (max-width: 767px) {
	.section__title4 {
		margin-bottom: 30px
	}
}

.work_title_area {
	display: flex;
	grid-column-gap: 102px;
	margin-bottom: 56px
}

.work_title_area .section__title4 {
	max-width: 383px
}

.work_title_area .work_title_desc {
	margin-top: 43px
}

.work_title_area .work_title_desc p {
	font-size: 16px;
	font-weight: 400;
	color: #0b0a24;
	line-height: 1.63
}

.work_title_area .work_title_desc p:not(:last-child) {
	margin-bottom: 25px
}

.process_widget_box {
	border-radius: 5px;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .02);
	border: 1px solid #f8f7fc;
	padding: 40px 60px 49px
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.process_widget_box {
		padding: 20px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.process_widget_box {
		padding: 24px
	}
}

.process_widget_box .icon img {
	max-width: 60px
}

.process_widget_box h4 {
	font-size: 22px;
	font-weight: 700;
	color: #0b0a24;
	margin: 22px 0 13px
}

.process_widget_box p {
	font-size: 16px;
	line-height: 1.63;
	color: #0b0a24;
	font-weight: 400;
	margin-bottom: 0
}

.commision_box {
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .03);
	background-color: #fff;
	display: flex;
	position: relative;
	margin-top: -237px;
	z-index: 10
}

.commision_box .theme_btn {
	min-width: 280px;
	text-align: center
}

.commision_box:after,
.commision_box:before {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	background-size: 100% 100%;
	background-position: 50%;
	background-image: url(../img/affiliate/dots.svg);
	background-repeat: repeat;
	z-index: -1;
	left: -50px;
	top: -47px
}

.commision_box:after {
	z-index: -1;
	left: auto;
	top: auto;
	right: -50px;
	bottom: -24px
}

.commision_left {
	padding: 60px 75px 60px 100px;
	max-width: 480px;
	border-right: 1px solid #ebf1ff;
	background: #fff
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.commision_left {
		padding: 30px;
		max-width: 350px
	}
}
@media only screen and (min-width: 768px) {
	.download-app-main + .aoraeditor-header header#sticky-header {
    top: 84px !important;
}
.magazine.animated {
    top: -312.5px!important;
}
}
@media only screen and (max-width: 767px) {
	.magazine.animated {
    top: -292.5px!important;
}
	.commision_left {
		max-width: 100%;
		padding: 20px
	}
}

.commision_left h4 {
	font-size: 30px;
	color: #202e3b;
	font-weight: 700;
	margin-bottom: 0
}

.commision_left h3 {
	font-size: 50px;
	font-weight: 800;
	color: #202e3b;
	line-height: 1;
	margin: 0
}

.commision_left p {
	font-size: 16px;
	font-weight: 500;
	color: #373737;
	line-height: 1.63
}

.commision_left .rate_text {
	margin: 10px 0 35px
}

.commision_left .Sale_text {
	margin-bottom: 37px;
	margin-top: 5px
}

.commision_left .discription_text {
	margin-top: 20px
}

.commision_right {
	padding: 80px 0 60px 100px;
	background: #fff;
	border-radius: 5px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.commision_right {
		padding: 30px
	}
}

@media only screen and (max-width: 767px) {
	.commision_right {
		padding: 20px 20px 40px
	}
}

.commision_payment_lists {
	max-width: 325px
}

.commision_payment_list {
	display: flex;
	grid-gap: 20px
}

.commision_payment_list:not(:last-child) {
	margin-bottom: 37px
}

@media only screen and (max-width: 767px) {
	.commision_payment_list:not(:last-child) {
		margin-bottom: 24px
	}
}

.commision_payment_text h4 {
	font-size: 20px;
	font-weight: 700;
	color: #0b0a24;
	margin-bottom: 3px
}

.commision_payment_text p {
	font-size: 15px;
	line-height: 1.73;
	color: #0b0a24;
	margin-bottom: 0
}

.affliate_faq-section {
	padding-bottom: 94px
}

@media (max-width: 767.98px) {
	 .download-app-main + .aoraeditor-header header#sticky-header {
    top: 62px!important;

}
	.affiliate_bradcam_area .breadcam_text h3 {
		font-size: 30px
	}

	.affiliate_bradcam_area .breadcam_text p {
		font-size: 16px;
		margin: 15px 0 30px
	}

	.affiliate_faq_box {
		padding-right: 0
	}

	.Affiliate_benefit_boxs:before {
		left: 20px;
		top: 20px;
		right: 20px;
		bottom: 20px
	}

	.Requirements_boxs {
		flex-wrap: wrap;
		grid-gap: 20px
	}

	.single_Requirements_box {
		flex: 100% 0 0
	}

	.single_Requirements_box .Requirements_box_head {
		padding: 30px
	}

	.work_title_area {
		margin-bottom: 30px;
		flex-wrap: wrap
	}

	.work_title_area .work_title_desc {
		margin-top: 0
	}

	.commision_box {
		flex-wrap: wrap;
		margin-top: 60px
	}

	.commision_box .theme_btn {
		min-width: auto
	}

	.commision_box:before {
		left: 0
	}

	.commision_box .circle_img,
	.commision_box:after {
		right: 0
	}

	.commision_box .comissiion_left,
	.commision_box .comissiion_right {
		padding: 30px
	}

	.affliate_faq-section {
		padding-bottom: 70px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.work_title_area {
		grid-column-gap: 30px
	}

	.commision_box:before {
		left: 0
	}

	.commision_box .circle_img,
	.commision_box:after {
		right: 0
	}

	.commision_box .comissiion_left {
		padding: 30px;
		max-width: 380px
	}

	.commision_box .comissiion_right {
		padding: 30px
	}
}

.daterangepicker .ranges li.active {
	background-color: var(--system_primery_gredient1) !important
}

.banner_area {
	background-image: url(../img/banner/banner.jpg);
	background-size: cover;
	background-position: bottom;
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 234px;
	padding-bottom: 336px
}

.banner_text {
	max-width: 700px
}

.banner_text h3 {
	font-size: 60px;
	line-height: 76px;
	margin-bottom: 15px;
	color: #fff;
	font-family: var(--font_family1);
	font-weight: 900
}

.banner_text p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 26px;
	font-family: var(--font_family2), sans-serif;
	margin-bottom: 51px
}

.banner_text .single_slider {
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	height: 50px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center
}

.banner_text .single_slider img {
	width: 100%
}

@media (max-width: 767.98px) {
	.banner_area {
		padding-top: 80px;
		padding-bottom: 140px
	}

	.banner_area .banner_text h3 {
		font-size: 35px;
		line-height: 51px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.banner_area {
		padding-top: 190px;
		padding-bottom: 236px
	}
}

@media (max-width: 575.98px) {
	.banner_area .banner_text .large_search_field {
		width: 100%
	}
}

#bannerSlider .owl-nav>div {
	--lms-nav-btn: 42px;
	--lms-nav-posi: 15px;
	width: var(--lms-nav-btn);
	height: var(--lms-nav-btn);
	line-height: 45px !important;
	background-color: var(--system_primery_color) !important;
	border-radius: 100%;
	font-size: 20px !important;
	position: absolute;
	top: 50%;
	left: var(--lms-nav-posi);
	transform: translateY(-50%)
}

#bannerSlider .owl-nav>div:last-child {
	left: auto;
	right: var(--lms-nav-posi)
}

.cta_part {
	background-image: url(../img/cta_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center
}

.cta_part h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600
}

.cta_part p {
	color: #bbbec4
}

.cta_part .theme_btn {
	margin-top: 35px
}

.instructor_cta {
	background-image: url(../img/instractor_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat
}

.instructor_cta h2 {
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 21px
}

.work_process .single_work_process {
	position: relative;
	padding-left: 110px;
	margin-bottom: 40px
}

.work_process .single_work_process:last-child {
	margin-bottom: 0
}

.work_process .single_work_process h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 3px
}

.work_process .list_number {
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	background: var(--system_primery_color);
	position: absolute;
	left: 0;
	top: 0;
	background-size: 200% auto
}

.work_process .video_img {
	border-radius: 5px
}

.work_process .video_img:after {
	display: none
}

.work_process .video_img .popup_video {
	opacity: 1;
	visibility: visible;
	width: 84px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	color: var(--system_primery_color);
	top: 50%;
	transform: translateY(-50%)
}

.work_process .video_img .popup_video:hover {
	background: var(--system_primery_color);
	color: #fff
}

.video_img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.video_img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--system_secendory_color);
	z-index: -1;
	opacity: 0;
	content: "";
	border-radius: 5px 5px 0 0;
	transition: .5s
}

.video_img img {
	width: 100%
}

.video_img .popup_video {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9
}

.video_img .popup_video img {
	max-width: 60px;
	margin: 0 auto;
	text-align: center
}

.video_img.shape_styled:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 80%;
	height: 65%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/carv_shape.png);
	background-size: 100% 100%;
	z-index: 1
}

.section_padding {
	padding: 120px 0
}
@media only screen and (max-width: 991px) {
    .payment_success_message_section .content .message {
        font-weight: 600!important;
        font-size: 21px!important;
    }
}
@media (max-width: 767.98px) {
	.attemped
 {
    margin-top: 44px !important;
    width: 92%!important;
    padding: 57px 36px !important;
 }
	.cta_part h2 {
		font-size: 30px
	}

	.instructor_process .single_instructor_part {
		margin: 20px 0
	}

	.instructor_process .single_instructor_part h4 {
		margin: 15px 0 5px
	}

	.work_process .single_work_process {
		padding-left: 70px;
		margin-bottom: 20px
	}

	.work_process .single_work_process:last-child {
		margin-bottom: 40px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.work_process .single_work_process {
		padding-left: 70px;
		margin-bottom: 20px
	}

	.section_padding {
		padding: 80px 0
	}
}

@media only screen and (min-width: 768px) and (max-width:991.98px) {
	.section_padding {
		padding: 70px 0
	}

	.section_padding2 {
		padding: 70px 0 40px
	}
}

@media (max-width: 575.98px) {
	.section_padding {
		padding: 70px 0
	}

	.section_padding2 {
		padding: 70px 0 40px
	}
}

@media (min-width: 576px) and (max-width:767.98px) {
	.section_padding {
		padding: 70px 0
	}

	.section_padding2 {
		padding: 70px 0 40px
	}
}

.modal-header .close:hover {
	background: var(--system_primary_color) !important;
	background-size: 200% auto
}

@media (max-width: 991px) {
	.font_md_16 {
		font-size: 18px !important
	}
}

@media (max-width: 576px) {
	.font_sm_16 {
		font-size: 16px !important
	}
}

.blog_area {
	padding: 120px 0
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.blog_area {
		padding: 90px 0
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.blog_area {
		padding: 70px 0
	}
}
@media only screen and (min-width: 768px) {
	.payment_success_message_section p.message {
    font-weight: 600;
    font-size: 26px !important;
}
	order-summery-head {
    width: 300px;
	}
section.admin-visitor-area, .certificate-wrap {
    background: #f8f8f8!important;
}

span.failed-badge {
    font-size: 15px !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 2px 10px !important;
    background: #e33939 !important;
}
span.passed-badge {
    font-size: 15px !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 2px 10px !important;
    background: #2fcf14!important;
}

.up_st_admin_visitor .white_box_30px, .certificate-wrap .white_box_30px {
    margin: 20px;
}
	.profile-wrapper

 {
    width: 767px;
 }
.profile-img .img {
   
    border-radius: 200px!important;
    border: 5px solid #E51456 !important;
    height: 60px;
    width: inherit!important;
}
.profile-left {
    width: 100%;
    flex-flow: column;
}

.profile-wrapper {
	margin-top: 25px !important;
    margin: 0 auto;
    justify-content: center;
}

.cinfo.contact-info {
    margin-top: -175px!important;
    margin: 0 auto;
    width: 767px!important;
}

.profile-right {
    width: 300px;
}
.profile-right ul {
    align-items: center;
    justify-content: center;
    flex-flow: row;
    display: flex;
}

.profile-right ul li {
    margin-bottom: 0!important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 33%;
}
}
@media only screen and (max-width: 767px) {
	.blog_area {
		padding: 50px 0
	}
}

.blog_area .accordion-body .curriculam_single {
	margin-bottom: 0
}

.blog_area .accordion-body .curriculam_left,
.blog_area .accordion-body .curriculam_right {
	max-width: 100%
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.blog_area .single_blog .thumb {
		height: 280px
	}
}

.blog_read_more {
	background: var(--system_primery_color);
	background-size: 200% auto;
	border-radius: 2px;
	color: #fff;
	padding: 10px 16px;
	font-size: 12px;
	font-weight: 500
}

.blog_read_more:hover {
	background-position: 100%
}

p.blog_length {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: transparent;
	background: var(--system_primery_color);
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 200% auto
}

.single_blog {
	border: .5px solid #d1d1d1;
	display: flex;
	flex-direction: column
}

.single_blog:hover .thumb .thumb_inner {
	transform: scale(1)
}

.single_blog .thumb {
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 306/170
}

.single_blog .thumb .thumb_inner {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height: 100%;
	transform: scale(1.1);
	transition: all .4s ease-in-out
}

.single_blog .blog_meta {
	padding: 0 20px 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1
}

.single_blog .blog_meta span {
	font-size: 14px;
	font-weight: 500;
	color: #373737;
	display: block;
	margin: 0
}

.single_blog .blog_meta h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	min-height: 56px;
	transition: all .4s ease-in-out;
	color: #1f2b40;
	margin-bottom: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical
}

.single_blog .blog_meta h4:hover {
	color: var(--system_primery_gredient1)
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.single_blog .blog_meta h4 {
		font-size: 20px
	}
}

.blog_item_footer {
	flex-grow: 1
}

.blog_sidebar_box {
	border: 1px solid #d1d1d1;
	padding: 16px
}

.blog_page_wrapper .single_blog {
	height: 100%;
	position: relative
}

.blog_page_wrapper .single_blog:before {
	content: attr(data-category);
	position: absolute;
	top: 12px;
	left: 16px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	padding: 6px 12px;
	background: rgba(0, 0, 0, .5490196078);
	z-index: 2;
	border-radius: 38px;
	color: #fff;
	font-size: 9px;
	line-height: 14px;
	font-weight: 500;
	text-transform: capitalize
}

.blog_page_wrapper .single_blog .thumb {
	margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
	.blog_page_wrapper .single_blog .thumb {
		margin-bottom: 20px
	}
}

.blog_page_wrapper .single_blog .blog_meta span {
	font-family: var(--font_family1);
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #656a7b
}

.blog_details_area {
	padding: 145px 0 147px
}

.blog_details_area .single_blog_details .blog_details_banner {
	margin-bottom: 52px
}

.blog_details_area .single_blog_details .blog_title {
	margin-bottom: 57px
}

.blog_details_area .single_blog_details .blog_title span {
	font-size: 14px;
	font-weight: 500;
	color: #373737;
	display: block;
	margin-bottom: 18px
}

.blog_details_area .single_blog_details .blog_title h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px
}

.blog_details_area .single_blog_details .quote_text {
	display: flex;
	margin: 60px 0 40px
}

.blog_details_area .single_blog_details .quote_text h4 {
	font-size: 20px;
	font-weight: 700;
	color: #373737;
	line-height: 30px
}

.blog_details_area .single_blog_details .quote_text .horizontal_line {
	background: var(--system_primery_color);
	height: 3px;
	width: 90px;
	flex: 90px 0 0;
	position: relative;
	top: 6px;
	margin-right: 30px;
	background-size: 200% auto
}

.blog_details_area .single_blog_details .details_info h4 {
	font-size: 24px;
	font-weight: 700;
	color: var(--system_secendory_color);
	margin-bottom: 25px
}

.blog_details_area .single_blog_details .details_info h5 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #373737;
	margin-bottom: 27px
}

@media (min-width: 768px) and (max-width:991.98px) {
	.blog_area .single_blog .blog_meta {
		padding-right: 0
	}
}

@media (max-width: 767.98px) {
	.blog_area {
		padding-top: 66px;
		padding-bottom: 28px
	}

	.blog_page_wrapper {
		padding: 75px 0 35px
	}

	.blog_page_wrapper .single_blog {
		margin-bottom: 30px
	}

	.blog_page_wrapper .single_blog .blog_meta h4 {
		font-size: 20px;
		line-height: 30px
	}

	.blog_details_area {
		padding: 75px 0 72px
	}

	.blog_details_area .mb_55,
	.blog_details_area .single_blog_details .blog_details_banner,
	.blog_details_area .single_blog_details .blog_title {
		margin-bottom: 30px
	}

	.blog_details_area .single_blog_details .blog_title h3 {
		font-size: 25px;
		line-height: 35px
	}

	.blog_details_area .single_blog_details .quote_text {
		margin: 40px 0 20px
	}

	.blog_details_area .single_blog_details .quote_text .horizontal_line {
		width: 40px;
		flex: 40px 0 0;
		margin-right: 20px
	}

	.blog_details_area .single_blog_details .details_info h4 {
		line-height: 34px;
		margin-bottom: 20px
	}
}

.lms_blog_details_area {
	padding: 80px 0 120px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.lms_blog_details_area {
		padding: 100px 0 80px
	}
}

.lms_blog_details_area .blog_details_inner {
	border: 1px solid #d1d1d1;
	border-top: 0;
	margin-bottom: 50px
}

.lms_blog_details_area .blog_details_inner .content {
	padding: 0 40px 40px
}

@media (max-width: 767px) {
	.lms_blog_details_area .blog_details_inner .content {
		padding: 20px
	}
}

.lms_blog_details_area .blog_details_inner .blog_post_date {
	font-size: 14px;
	font-weight: 500;
	color: #687083;
	font-family: var(--font_family1);
	grid-gap: 10px
}

.lms_blog_details_area .blog_details_inner .blog_post_date span {
	font-size: 12px;
	font-weight: 700;
	color: var(--system_primery_color);
	border-radius: 5px;
	background-color: #3b5998;
	padding: 3px 11px;
	text-transform: uppercase;
	display: inline-block
}

.lms_blog_details_area .blog_details_inner .blog_post_date p {
	font-size: 14px;
	font-weight: 500;
	color: #373737
}

.lms_blog_details_area .blog_details_inner h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.33;
	margin: 20px 0 25px;
	color: #3a3636
}

.lms_blog_details_area .blog_details_inner p {
	font-size: 16px;
	color: #373737;
	font-weight: 400;
	line-height: 1.63
}

.lms_blog_details_area .blog_details_inner .blog_details_banner {
	margin-bottom: 30px
}

.lms_blog_details_area .blog_details_inner .quote_text {
	display: flex;
	margin: 59px 0 41px
}

.lms_blog_details_area .blog_details_inner .quote_text .horizontal_line {
	background: var(--system_primery_color);
	height: 3px;
	width: 90px;
	flex: 90px 0 0;
	position: relative;
	top: 6px;
	margin-right: 30px;
	background-size: 200% auto
}

.lms_blog_details_area .blog_details_inner .quote_text h4 {
	font-size: 20px;
	font-weight: 700;
	color: #687083;
	line-height: 1.5;
	max-width: 580px
}

.lms_blog_details_area .blog_details_inner .details_info {
	margin-top: 55px
}

.lms_blog_details_area .blog_details_inner .details_info h4 {
	font-size: 24px;
	font-weight: 700;
	color: #687083;
	margin-bottom: 12px;
	line-height: 2.08
}

.lms_blog_details_area .blog_reply_box {
	border: 1px solid #d1d1d1;
	padding: 50px 50px 70px 70px
}

@media (max-width: 991px) {
	.lms_blog_details_area .blog_reply_box {
		padding: 40px
	}
}

@media (max-width: 576px) {
	.lms_blog_details_area .blog_reply_box {
		padding: 20px
	}
}

.lms_blog_details_area .blog_reply_box input,
.lms_blog_details_area .blog_reply_box textarea {
	border: 1px solid #d1d1d1 !important;
	padding: 10px 24px
}

.lms_blog_details_area .blog_reply_box input {
	height: 50px
}

.lms_blog_details_area .blog_reply_box input.theme_btn {
	font-weight: 400
}

.lms_blog_details_area .blog_reply_box textarea {
	height: 130px
}

.lms_blog_details_area .blog_reply_box button {
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 55px
}

.lms_blog_details_area .blog_details_tags {
	border-top: 1px solid #f1ece8;
	border-bottom: 1px solid #f1ece8;
	padding: 15px 0 54px;
	margin: 55px 0 57px
}

.news_lists .single_newslist h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500
}

.blog_sidebar_wrap form .input-group {
	border-color: #d1d1d1 !important
}

.blog_details_banner img {
	aspect-ratio: 966/493;
	-o-object-fit: cover;
	object-fit: cover
}

.blog_meta_name {
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff;
	border-radius: 42px;
	font-size: 15px;
	font-weight: 500;
	padding: 0 27px 0 6px;
	height: 44px;
	line-height: 44px
}

@media (max-width: 576px) {
	.blog_meta_name {
		padding: 0 15px;
		height: 36px;
		font-size: 13px;
		line-height: 36px
	}
}

.blog_meta_name img {
	height: 30px;
	width: 30px;
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width: 576px) {
	.blog_meta_name img {
		height: 22px;
		width: 22px
	}
}

.blog_meta_category,
.blog_meta_date {
	background: #1f2b40;
	color: #fff;
	border-radius: 42px;
	font-size: 15px;
	font-weight: 500;
	padding: 0 27px;
	height: 44px;
	line-height: 44px
}

@media (max-width: 576px) {

	.blog_meta_category,
	.blog_meta_date {
		padding: 0 15px;
		height: 36px;
		font-size: 13px;
		line-height: 36px
	}
}

.blog_share_title {
	font-size: 24px;
	margin-bottom: 20px
}

.blog_reviews_inner {
	margin-bottom: 70px
}

.blog_sidebar_box .single_newslist .thumb {
	min-width: 72px;
	width: 72px;
	height: 55px;
	-o-object-fit: cover;
	object-fit: cover
}

.blog_sidebar_box .single_newslist .details_link {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #1f2b40
}

.blog_sidebar_box .single_newslist .details_link:hover {
	color: var(--system_primery_gredient1);
	text-decoration: underline !important;
	text-underline-offset: 5px
}

.blog_social_btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px
}

@media (max-width: 767px) {
	    .heading-end {
        gap: 11px !important;
    }
	.blog_social_btns {
		flex-wrap: nowrap !important
	}
}

.blog_social_btns .social_btn {
	height: 50px;
	width: 50px;
	aspect-ratio: 1/1;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #fff !important;
	box-shadow: 0 0 12px rgba(0, 0, 0, .1)
}

.blog_social_btns .social_btn i {
	margin: 0
}

.blog_social_btns .social_btn.fb_text {
	color: #395799
}

.blog_social_btns .social_btn.twitter_text {
	color: #03abf0
}

.blog_social_btns .social_btn.pinterest_text {
	color: #c92128
}

.blog_social_btns .social_btn.linkedin_text {
	color: #0477b5
}

.blog_social_btns .social_btn:hover {
	background: #fff !important
}

.blog_social_btns .social_btn:hover i {
	background: var(--system_primery_color) !important;
	background-size: 200% auto !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	color: transparent !important
}

.lms_single_reviews {
	border: .5px solid #d1d1d1;
	padding: 30px 35px
}

.blog_reply_container,
.lms_single_reviews.replyBox {
	position: relative
}

.lms_single_reviews.replyBox:before {
	content: "";
	height: 70px;
	width: 100px;
	border: 2px solid #192c32;
	border-right: 0;
	border-top: 0;
	z-index: -1;
	position: absolute;
	left: -100px;
	top: 0;
	border-bottom-left-radius: 20px
}

html[dir=rtl] .lms_single_reviews.replyBox:before {
	left: auto;
	right: -100px;
	transform: scaleX(-1)
}

@media (max-width: 991px) {
	.lms_single_reviews.replyBox:before {
		width: 30px;
		left: -30px
	}

	html[dir=rtl] .lms_single_reviews.replyBox:before {
		left: auto;
		right: -30px
	}
}

.lms_single_reviews.replyBox:after {
	content: "";
	width: 2px;
	background: #192c32;
	z-index: -1;
	position: absolute;
	left: -100px;
	top: -45px
}

html[dir=rtl] .lms_single_reviews.replyBox:after {
	left: auto;
	right: -100px
}

@media (max-width: 991px) {
	.lms_single_reviews.replyBox:after {
		left: -30px
	}

	html[dir=rtl] .lms_single_reviews.replyBox:after {
		left: auto;
		right: -30px
	}
}

.lms_single_reviews.replyBox:not(:last-child):after {
	height: calc(100% + 45px)
}

.lms_single_reviews.replyBox:last-child:after {
	height: 70px
}

.lms_single_reviews,
.lms_single_reviews.replyBox {
	z-index: 80
}

.lms_single_reviews:last-child {
	border: .5px solid #d1d1d1 !important;
	padding-bottom: 30px !important;
	margin-bottom: 30px !important
}

.new_replay_add_form .replyBox {
	padding: 20px;
	border: .5px solid #d1d1d1;
	margin-top: 20px
}

.new_replay_add_form .replyBox textarea {
	border: .5px solid #d1d1d1 !important;
	padding: 20px;
	margin-bottom: 20px
}

.new_replay_add_form .replyBox .theme_btn {
	width: 100%
}

.new_replay_add_form .replyBox button {
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center
}

.blog_comment_time {
	font-size: 12px;
	color: #fff !important;
	line-height: 32px !important;
	padding: 0 10px;
	border-radius: 40px;
	background: var(--system_primery_color);
	background-size: 200% auto;
	display: block
}

.lms_single_reviews .link a.reply_btn {
	color: #f64153;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	transition: all .3s ease-in-out
}

.lms_single_reviews .link a.reply_btn:hover {
	text-decoration: underline !important;
	text-underline-offset: 6px
}

.deleteBtn svg {
	color: #687083
}

.deleteBtn svg:hover {
	color: #f64153
}

.note-editable ul {
	padding-left: 20px
}

.note-editable ul li {
	list-style: disc
}

.bradcam_bg_1 {
	background-image: url(../img/banner/bradcam_bg_1.jpg)
}

.bradcam_bg_2 {
	background-image: url(../img/banner/bradcam_bg_2.jpg)
}

.breadcrumb_area {
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: top;
	display: flex;
	align-items: center;
	height: 240px;
	background-size: cover;
	text-align: center;
	background-color: #0f1322
}

.breadcrumb_area .breadcam_wrap h3 {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 10px
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.breadcrumb_area .breadcam_wrap h3 {
		font-size: 50px;
		line-height: 66px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.breadcrumb_area .breadcam_wrap h3 {
		font-size: 40px;
		line-height: 56px
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb_area .breadcam_wrap h3 {
		font-size: 30px;
		line-height: 40px
	}
}

.breadcrumb_area .breadcam_wrap p {
	color: #fff;
	font-size: 18px;
	line-height: 28px
}

.brand_area .barnd_wrapper {
	background: #fff;
	box-shadow: 0 3px 20px rgba(0, 0, 0, .05);
	padding: 50px 40px;
	position: relative;
	margin-top: -90px;
	border-radius: 20px
}

.brand_area .barnd_wrapper .single_brand {
	text-align: center
}

.brand_area .barnd_wrapper .single_brand img {
	width: auto;
	display: inline-block
}

@media (max-width: 767.98px) {
	.brand_area .barnd_wrapper {
		margin-top: 0;
		padding: 40px 30px
	}
}

.theme_btn {
	text-transform: capitalize;
	font-family: var(--font_family1);
	display: inline-block;
	line-height: 1;
	background: var(--system_primery_color);
	background-size: 200% auto;
	padding: 16px 28px;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	font-weight: 600
}

.theme_btn:hover {
	background-position: 100%;
	color: #fff
}


.theme_btn.point_btn {
	font-weight: 400;
	padding: 10px;
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff
}

.theme_btn.bg-transparent {
	transition: none
}

.theme_line_btn {
	text-transform: capitalize;
	font-family: var(--font_family1);
	display: inline-block;
	line-height: 1;
	color: var(--system_primery_color);
	font-size: 16px;
	font-weight: 600;
	background: 0 0;
	padding: 16px 28px;
	border-radius: 5px;
	border: 1px solid transparent;
	border-color: var(--system_primery_gredient1);
	transition: none
}

.theme_line_btn:hover {
	color: #fff;
	border-color: var(--system_primery_gredient1);
	background: var(--system_primery_color);
	background-size: 200% auto
}

.theme_line_btn.small_btn2 {
	padding: 16px 39px
}

.social_btn {
	text-transform: capitalize;
	font-family: var(--font_family1);
	font-size: 16px;
	font-weight: 600;
	padding: 13px 34px;
	border-radius: 5px;
	color: #fff;
	display: inline-block
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.social_btn {
		padding: 12px 28px
	}
}

.social_btn i {
	margin-right: 6px
}

.social_btn.fb_bg {
	background: #395799
}

.social_btn.Twitter_bg {
	background: #03abf0
}

.social_btn.Pinterest_bg {
	background: #c92128
}

.social_btn.Linkedin_bg {
	background: #0477b5
}

.social_btn:hover {
	color: #fff;
	background: var(--system_primery_color) !important
}

.theme_btn_lite {
	text-transform: capitalize;
	font-family: var(--font_family1);
	display: inline-block;
	line-height: 1;
	color: var(--system_primery_color);
	background: var(--system_primery_color_10);
	padding: 7px 25px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid transparent
}

.theme_btn_lite:hover {
	color: #fff;
	border-color: var(--system_primery_gredient1);
	background: var(--system_primery_color);
	background-size: 200% auto
}

.theme_btn_lite.round_btn {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center
}

.white_btn {
	display: inline-block;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	color: var(--system_secendory_color);
	background: #fff;
	padding: 21px 28px;
	border-radius: 0;
	font-family: var(--font_family2), sans-serif;
	border: 1px solid transparent;
	text-transform: uppercase
}

.white_btn:hover {
	color: #fff;
	border-color: var(--system_primery_color);
	background: var(--system_primery_color);
	background-size: 200% auto
}

.line_link {
	font-size: 16px;
	font-weight: 600;
	color: var(--system_secendory_color);
	font-family: var(--font_family1);
	border-bottom: 1px solid #707070;
	padding-bottom: 5px
}

.line_link:hover {
	color: var(--system_primery_color);
	border-color: currentColor
}

.theme_line_payment_btn {
	font-size: 16px;
	font-weight: 600;
	background: 0 0;
	border-radius: 5px;
	height: 30px;
	width: 100%;
	border: 1px solid transparent;
	border-color: var(--system_primery_color)
}

.theme_btn_mini,
.theme_line_payment_btn {
	font-family: var(--font_family1);
	color: var(--system_primery_color);
	text-transform: capitalize;
	display: inline-block;
	line-height: 1
}

.theme_btn_mini {
	background: var(--system_primery_color_10);
	padding: 10px;
	margin-right: 15px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid transparent
}

.theme_btn_mini:hover {
	color: #fff;
	border-color: var(--system_primery_gredient1);
	background: var(--system_primery_color);
	background-size: 200% auto
}

.theme_btn_mini.round_btn {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center
}

@media (max-width: 575.98px) {

	.theme_btn,
	.theme_line_btn,
	.theme_line_payment_btn {
		padding: 12px 20px;
	}
}

.quiz_primary_btn {
	background: var(--system_primery_color);
	background-size: 200% auto;
	display: block;
	height: 64px;
	padding: 20px 45px;
	border-radius: 2px;
	color: #fff !important;
	font-size: 20px;
	line-height: 1.2
}

.quiz_primary_btn:hover {
	background-position: 100%
}

.quiz_secondary_btn {
	background: #1f2b40;
	display: block;
	height: 64px;
	padding: 20px 45px;
	border-radius: 2px;
	color: #fff !important;
	font-size: 20px;
	line-height: 1.2
}

.quiz_secondary_btn:hover {
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff !important
}

button.theme_btn {
	border: 0
}

.shoping_wrapper .dark_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(4, 8, 34, .4);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in-out
}

.shoping_wrapper .dark_overlay.active {
	opacity: 1;
	visibility: visible
}

.shoping_wrapper .shoping_cart {
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 3;
	height: 100%;
	width: 519px;
	padding: 140px 30px 40px 40px;
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	transition: all .4s ease-in-out
}

.shoping_wrapper .shoping_cart.active {
	opacity: 1;
	visibility: visible
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header {
	border-bottom: 1px solid #e1e2e6
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header h4 {
	font-size: 22px;
	font-weight: 700;
	color: var(--system_secendory_color);
	margin-bottom: 15px
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart {
	display: flex;
	border-bottom: 1px solid #e1e2e6;
	align-items: center;
	padding: 20px 0
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart:last-child {
	padding-bottom: 60px;
	margin-bottom: 30px
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb {
	width: 120px;
	margin-right: 30px
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb img {
	width: 120px
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content h5 {
	font-size: 16px;
	font-weight: 500;
	font-family: var(--font_family2), sans-serif;
	color: #373737;
	margin-bottom: 10px
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p {
	font-size: 16px;
	font-weight: 500;
	color: #373737;
	font-family: var(--font_family2), sans-serif;
	display: flex;
	align-items: center
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .multy_icon {
	display: inline-block;
	font-size: 14px;
	margin-right: 13px;
	margin-left: 5px;
	color: #373737
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .prise {
	color: #20e007
}



@media (max-width: 575.98px) {
	.shoping_wrapper .shoping_cart {
		width: 100%;
		padding: 100px 20px 30px 30px
	}
}

.new_cart_wrapper .single_cart {
	border: 1px solid #d1d1d1;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 10px;
	align-items: center;
	grid-gap: 15px
}

.new_cart_wrapper .single_cart .product_name {
	grid-gap: 10px
}

.new_cart_wrapper .single_cart .product_name h5 {
	font-size: 16px;
	display: block !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	margin-bottom: 0;
	max-height: 37px;
	line-height: 1.2
}

.new_cart_wrapper .single_cart .thumb {
	width: 115px;
	flex: 115px 0 0
}

.new_cart_wrapper .single_cart .thumb img {
	width: 100%
}

@media (max-width: 767.98px) {
	.new_cart_wrapper .single_cart {
		padding: 15px
	}

	.new_cart_wrapper .single_cart .thumb {
		width: 70px;
		flex: 70px 0 0
	}
}

.mega_menu_dropdown>ul {
	position: absolute;
	top: 0;
	left: 90%;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	z-index: 99;
	text-align: left;
	padding: 0;
	margin: 0
}

.mega_menu_dropdown>ul li {
	display: block
}

.mega_menu_dropdown>ul li a {
	display: block;
	color: #8d96a7;
	line-height: 1.5;
	padding: 15px 30px;
	display: inline-block
}

.mega_menu_dropdown>ul li a:hover {
	color: #fff
}

.mega_menu_dropdown>ul li>ul {
	left: 104%;
	transition: .5s;
	text-align: left;
	opacity: 0;
	visibility: hidden
}

.mega_menu_dropdown>ul li>.active_menu>ul {
	left: 100%
}

.mega_menu_dropdown .single_menu_dropdown {
	flex: 48% 0 0;
	margin: 20px 0 15px
}

.mega_menu_dropdown .single_menu_dropdown h4 {
	font-size: 16px;
	display: block;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #fff
}

.mega_menu_dropdown .single_menu_dropdown>ul {
	padding: 0;
	margin: 0
}

.mega_menu_dropdown .single_menu_dropdown>ul li a {
	margin: 0;
	padding: 8px 0
}

.mega_menu_dropdown:hover>ul {
	opacity: 1 !important;
	visibility: visible !important;
	left: 100%
}

.mega_menu_dropdown:hover>a {
	border-right: 1px solid hsla(0, 0%, 100%, .1)
}

#menu_dropdown .mega_menu_dropdown .menu_dropdown_iner {
	min-width: 180px !important
}

.active_menu .feature_btn:after {
	content: "\E648"
}

.active_menu .menu_dropdown>ul {
	opacity: 1;
	visibility: visible;
	top: 75px
}

.active_menu .active_menu_item>a {
	border-right: 1px solid hsla(0, 0%, 100%, .1)
}

.active_menu .active_menu_item>ul {
	opacity: 1 !important;
	visibility: visible !important;
	left: 100%
}

.search_box_active .form-control {
	transform: scaleY(1) !important
}

.input-group-prepend2 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

@media (max-width: 991.98px) {
	.menu_dropdown {
		display: none
	}

	.mega_menu_dropdown>ul li>ul {
		left: 0;
		top: 0
	}

	.feature_btn,
	.mega_menu_dropdown .menu_dropdown_iner {
		display: none
	}

	.dropdown_close_icon {
		cursor: pointer
	}

	.xs_menu {
		max-width: 270px;
		overflow: hidden;
		color: #fff;
		transform: translateX(-50px);
		visibility: hidden;
		opacity: 0;
		transition: .5s;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
		height: 100vh;
		overflow-y: scroll;
		background-color: var(--system_secendory_color)
	}

	.xs_menu ul {
		margin: 0;
		padding: 0
	}

	.xs_menu ul li {
		list-style: none
	}

	.xs_menu .xs_menu_item_dropdown>a {
		display: block;
		background-color: var(--system_secendory_color);
		color: #fff;
		padding: 12px 20px
	}

	.xs_menu .xs_menu_dropdown_header {
		background-color: var(--system_secendory_color);
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 12px 20px;
		border-bottom: 2px solid hsla(0, 0%, 100%, .3)
	}

	.xs_menu .xs_menu_dropdown_header i {
		color: #fff;
		font-size: 20px
	}

	.xs_menu_active {
		transform: translateX(-50px);
		display: block;
		visibility: visible;
		opacity: 1;
		transform: translateX(0)
	}

	.single_menu_dropdown {
		margin-bottom: 10px;
		color: #fff
	}

	.single_menu_dropdown h4 {
		font-size: 20px;
		margin-top: 15px;
		display: inline-block
	}

	.single_menu_dropdown a {
		color: #fff;
		padding: 3px 0;
		display: inline-block
	}

	.xs_menu_item_dropdown {
		background-color: var(--system_secendory_color);
		padding: 10px 20px;
		cursor: pointer
	}

	.xs_menu_item_dropdown .dropdown_icon {
		float: right;
		font-size: 12px;
		margin-top: 6px
	}

	.xs_menu_item_dropdown>ul {
		background-color: #fff;
		padding: 0 20px;
		transform: translateY(10px);
		cursor: default
	}

	.xs_menu_item_dropdown>ul a {
		color: #373737
	}
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 405px
	}
}

@media (min-width: 991.98px) {
	.xs_menu {
		display: none
	}
}

.category_area {
	padding-bottom: 120px
}

.category_area .section__title p {
	font-size: 20px;
	font-weight: 600;
	line-height: 29px;
	margin: 20px 0 30px
}

.category_area .category_wiz .thumb {
	position: relative
}

.category_area .category_wiz .thumb .cat_btn {
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	background: #fff;
	border-radius: 0;
	font-family: var(--font_family2), sans-serif;
	font-size: 16px;
	color: var(--system_secendory_color);
	font-weight: 600;
	padding: 27.5px 8px;
	border: 1px solid transparent;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	line-height: 23px
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.category_area .category_wiz .thumb .cat_btn {
		padding: 18px 8px
	}
}

.category_area .category_wiz .thumb .cat_btn:hover {
	color: #fff;
	border-color: var(--system_primery_gredient1);
	background: var(--system_primery_color);
	background-size: 200% auto
}

.category_area .category_wiz .thumb.cat1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	min-height: 360px
}

.category_area .category_wiz .thumb.cat2,
.category_area .category_wiz .thumb.cat3 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	min-height: 330px
}

.category_area .category_wiz .thumb.small_thumb {
	margin-right: 50px
}

.category_area .brouse_cat_btn {
	background: var(--system_primery_color);
	font-size: 30px;
	font-family: var(--font_family1);
	font-weight: 700;
	line-height: 38px;
	color: #fff;
	text-align: right;
	padding: 50px;
	min-height: 300px;
	display: flex;
	align-items: flex-end;
	background-size: 200% auto
}

.category_area .couses_category {
	background: #fff;
	box-shadow: 0 3px 20px rgba(0, 0, 0, .05);
	border-radius: 20px;
	padding: 65px 70px 40px;
	position: relative;
	margin-top: -100px;
	margin-bottom: 150px;
	z-index: 12
}

.category_area .couses_category .col-xl-4:not(:last-child) .single_course_cat {
	margin-bottom: 30px
}

.category_area .couses_category .single_course_cat {
	display: flex
}

.category_area .couses_category .single_course_cat .icon {
	margin-right: 20px;
	margin-bottom: 15px
}

.category_area .couses_category .single_course_cat .course_content h4 {
	font-size: 22px;
	font-weight: 700;
	color: var(--system_secendory_color);
	margin-bottom: 5px
}

.category_area .couses_category .single_course_cat .course_content p {
	font-size: 16px;
	font-weight: 500
}

.cat_title h3 {
	font-size: 20px;
	font-weight: 500;
	color: #8d96a7;
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d1d1
}

@media only screen and (min-width: 1200px) and (max-width:1499.98px) {
	.category_area .category_wiz .thumb.small_thumb {
		margin-right: 0
	}

	.category_area .brouse_cat_btn {
		margin-left: 0
	}
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.category_area .category_wiz .thumb.small_thumb {
		margin-right: 0
	}

	.category_area .brouse_cat_btn {
		margin-left: 0;
		font-size: 25px;
		line-height: 33px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.category_area .couses_category {
		padding: 52px 50px 23px
	}

	.category_area .couses_category .single_course_cat {
		flex-direction: column
	}
}

@media (min-width: 1200px) and (max-width:1499.98px) {
	.category_area .couses_category {
		padding: 65px 30px 40px
	}

	.category_area .couses_category .single_course_cat .course_content h4 {
		font-size: 19px
	}
}

@media (max-width: 767.98px) {
	.category_area {
		padding-bottom: 45px
	}

	.category_area .category_wiz .thumb.small_thumb {
		margin-right: 0
	}

	.category_area .category_wiz .thumb .cat_btn {
		font-size: 14px;
		padding: 20px 8px
	}

	.category_area .brouse_cat_btn {
		margin-left: 0
	}

	.category_area .couses_category {
		padding: 40px 30px;
		margin-top: -50px;
		margin-bottom: 66px
	}
}

@media (max-width: 575.98px) {
	.category_area .couses_category .single_course_cat {
		flex-direction: column
	}
}

.h100px {
	height: 100px !important
}

.checkout_wrapper {
	display: grid;
	grid-template-columns: 66.666667% 33.333334%;
	gap: 24px;
	padding-top: 30px;
	margin-bottom: 50px
}

.checkout_wrapper .billing_details_wrapper {
	padding: 0
}

.checkout_wrapper .order_wrapper>div {
	border: .5px solid #d1d1d1;
	padding: 24px;
	border-radius: 2px
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb {
	width: 50px;
	min-width: 50px;
	height: 50px;
	background-size: cover;
	background-position: 50%;
	margin-right: 6px;
	border-radius: 2px
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb img {
	width: 100%
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name span {
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .order_prise {
	font-size: 14px;
	font-weight: 500;
	color: #373737
}

.checkout_wrapper .order_wrapper .ordered_products_lists {
	margin-bottom: 10px
}

.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e1e2e6;
	padding: 20px 0
}

.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists .coupon_value {
	width: 130px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #e1e2e6;
	padding: 11px 23px;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--font_family1);
	text-transform: uppercase;
	color: var(--system_primery_color)
}

.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span {
	color: #373737;
	font-size: 16px;
	font-weight: 400
}

.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span.total_text {
	font-size: 16px;
	color: var(--system_secendory_color);
	font-weight: 600
}

.checkout_wrapper .order_wrapper .bank_transfer .bank_check {
	margin-bottom: 25px
}

.checkout_wrapper .order_wrapper .bank_transfer .bank_check .label_name {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--font_family2), sans-serif;
	color: #373737
}

.checkout_wrapper .order_wrapper .bank_transfer .quote {
	background: #f9f9fd;
	padding: 30px;
	border: 1px solid #e1e2e6;
	border-radius: 5px
}

.checkout_wrapper .order_wrapper .bank_transfer .quote p {
	font-size: 16px;
	font-weight: 400;
	color: #373737;
	line-height: 26px;
	margin-bottom: 0
}

.checkout_wrapper .order_wrapper .bank_transfer .payment {
	display: flex;
	flex-direction: column;
	margin: 30px 0 17px
}

.checkout_wrapper .order_wrapper .bank_transfer .payment .primary_bulet_checkbox {
	margin-bottom: 6px
}

.checkout_wrapper .order_wrapper .bank_transfer .payment .label_name {
	margin-right: 6px;
	font-size: 16px;
	font-weight: 500;
	color: #373737;
	margin-bottom: 0
}

@media (max-width: 767.98px) {
	.checkout_wrapper {
		grid-template-columns: 1fr
	}

	.checkout_wrapper .billing_details_wrapper,
	.checkout_wrapper .order_wrapper {
		padding: 0
	}
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.checkout_wrapper {
		grid-template-columns: 55% 45%
	}

	.checkout_wrapper .billing_details_wrapper,
	.checkout_wrapper .order_wrapper {
		padding: 75px 30px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.checkout_wrapper {
		grid-template-columns: 1fr
	}

	.checkout_wrapper .billing_details_wrapper,
	.checkout_wrapper .order_wrapper {
		padding: 55px 30px
	}
}

@media (min-width: 1500px) and (max-width:1799.98px) {
	.checkout_wrapper .billing_details_wrapper {
		padding: 0
	}
}

@media (max-width: 575.98px) {
	.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
		flex-wrap: nowrap;
		align-items: flex-end
	}
}

.bank_transfer .primary_checkbox {
	align-items: start
}

.bank_transfer .primary_checkbox .checkmark {
	margin-top: 6px
}

.cart_qty_added {
	font-size: 14px;
	background: #1f2b40;
	padding: 3px 7.5px;
	border-radius: 2px;
	color: #fff
}

.Payment_btn,
.Payment_btn2 {
	padding: 10px 15px !important
}

.select2-results__option--highlighted {
	background: var(--system_primery_color) !important;
	background-size: 200% auto !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font_family1) !important
}

body {
	font-family: var(--font_family2) !important
}

.ps-20 {
	padding-left: 20px !important
}

html[dir=rtl] .ps-20 {
	padding-left: 0 !important;
	padding-right: 20px !important
}

.theme_according button {
	position: relative
}

.theme_according button:after {
	display: none
}

.theme_according button:before {
	content: "\F106";
	position: absolute;
	font-size: 16px;
	color: #373737;
	top: 50%;
	font-family: Font Awesome\ 5 free;
	left: auto;
	right: 20px;
	transform: translateY(-50%) scaleY(1);
	font-weight: 900;
	transition: all .4s ease-in-out
}

html[dir=rtl] .theme_according button:before {
	left: 20px;
	right: auto
}

.theme_according button.collapsed:before {
	transform: translateY(-50%) scaleY(-1)
}

.theme_according .accordion-item {
	margin-bottom: 15px;
	border: 0
}

.theme_according .accordion-header {
	border: 0 !important;
	padding: 0;
	background: transparent
}

.theme_according .accordion-header button {
	font-size: 18px;
	font-weight: 600;
	color: var(--system_secendory_color);
	display: block;
	width: 100%;
	text-decoration: none !important;
	text-align: start;
	box-shadow: none !important;
	border: 1px solid #ececec !important;
	font-family: var(--font_family2), sans-serif;
	border-radius: 5px !important;
	padding: 12px 40px 12px 20px;
	background-color: #f8f8f8
}

@media (max-width: 767.98px) {
	.theme_according .accordion-header button {
		flex-wrap: wrap
	}
}

.theme_according .accordion-header button:not(.collapsed) {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-color: transparent !important
}

.theme_according .accordion-header button.collapsed {
	background-color: transparent;
	transition: all .4s ease-in-out
}

.theme_according .accordion-header button span {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--font_family2), sans-serif;
	color: #373737
}

.theme_according .accordion-header button span.course_number {
	color: var(--system_primery_color);
	font-weight: 400;
	margin-right: 10px
}

@media (max-width: 575.98px) {
	.theme_according .accordion-header button span.course_number {
		display: block;
		margin-bottom: 10px
	}
}

.theme_according .accordion-header button span.course_date {
	color: #0052b4;
	font-weight: 400;
	background: #f0f5fa;
	border-radius: 30px;
	padding: 8px 10px;
	line-height: 1
}

.theme_according .accordion-header button span.course_date span {
	font-weight: 500;
	color: #0052b4
}

.theme_according .accordion-header button p {
	font-size: 20px;
	font-weight: 500;
	color: var(--system_secendory_color);
	margin-bottom: 0;
	margin-top: 15px
}

.theme_according .accordion-body {
	background: #f8f8f8;
	padding: 0 13px 15px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #d1d1d1;
	border-top: 0;
	transition: all .4s ease-in-out
}

.theme_according .accordion-body p {
	font-size: 13px;
    color: #8c9499;
    line-height: 18px;
	color: #8c9499;
	font-weight: 400
}

.theme_according .accordion-body .curriculam_right .theme_btn_lite {
	margin-right: 0
}

.theme_according .curriculam_left,
.theme_according .curriculam_right {
	display: flex;
	align-items: center;
	gap: 4px
}

.theme_according .curriculam_left .ti-lock,
.theme_according .curriculam_left .ti-unlock,
.theme_according .curriculam_right .ti-lock,
.theme_according .curriculam_right .ti-unlock {
	margin-top: -4px
}

.description_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 8px
}

.description_grid .single_description_grid {
	background: var(--system_secendory_color);
	padding: 26px 24px;
	border-radius: 5px
}

.description_grid .single_description_grid h5 {
	font-size: 14px;
	font-weight: 400;
	color: #c4c4c4;
	margin-bottom: 4px
}

.description_grid .single_description_grid p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0
}

.position_right {
	position: absolute;
	right: 0
}

html[dir=rtl] .position_right {
	right: auto;
	left: 0
}

.link a {
	color: #687083;
	font-size: 16px;
	padding-right: 30px;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
	font-family: var(--font_family2), sans-serif
}

.link a.active,
.link a:hover {
	color: var(--system_primery_gredient1)
}

.link a.reply_btn {
	font-weight: 400
}

.link a i {
	font-size: 12px
}

.disable_btn {
	background: #333;
	border-radius: 3px
}

.theme_progressBar.progress {
	height: 10px;
	background: #e0e0e0;
	border-radius: 10px;
	margin: 0 0 5px
}

.theme_progressBar.progress .progress-bar {
	background: var(--system_primery_color);
	border-radius: 10px;
	background-size: 200% auto
}

.theme_cookies {
	background: #ffede2;
	border-radius: 20px;
	padding: 20px 30px 20px 20px;
	position: fixed;
	left: 40px;
	bottom: 40px;
	width: 980px;
	display: flex;
	align-items: center;
	z-index: 1000;
	justify-content: space-between;
	grid-gap: 25px
}

.theme_cookies_info {
	display: flex;
	align-items: center;
	grid-gap: 30px
}

.theme_cookies_info .icon {
	width: 80px;
	height: 80px;
	border-radius: 50%
}

.theme_cookies_info .icon img {
	width: 100%
}

.theme_cookies_info p {
	font-size: 16px;
	font-weight: 400;
	color: var(--system_secendory_color);
	line-height: 26px;
	font-family: var(--font_family1);
	max-width: 416px;
	margin-bottom: 0
}

.theme_cookies_info p a {
	color: var(--system_primery_color)
}

.theme_cookies_info p a:hover {
	text-decoration: underline
}

.theme_cookies .cookie_btn {
	background: #f8d4be;
	font-size: 14px;
	font-weight: 600;
	color: var(--system_secendory_color);
	border-radius: 30px;
	border: 0;
	font-family: var(--font_family2), sans-serif;
	white-space: nowrap;
	padding: 14.5px 31px;
	cursor: pointer;
	transition: all .4s ease-in-out
}

.theme_cookies .cookie_btn:hover {
	background: var(--system_primery_color);
	color: #fff;
	background-size: 200% auto
}

.switch_toggle {
	display: inline-block;
	height: 20px;
	position: relative;
	width: 36px;
	margin-bottom: 0
}

.switch_toggle input {
	display: none;
	opacity: 0
}

.switch_toggle input:checked+.slider {
	background: #eceef4
}

.switch_toggle input:checked+.slider:before {
	transform: translateX(14px)
}

.switch_toggle .slider {
	background-color: #eceef4;
	cursor: pointer;
	position: absolute;
	inset: 0;
	transition: .4s
}

.switch_toggle .slider:before {
	content: "";
	height: 16px;
	top: 2px;
	left: 3px;
	position: absolute;
	transition: .4s;
	width: 16px;
	background: #707db7;
	background: #fff
}

.switch_toggle .slider.round {
	border-radius: 34px
}

.switch_toggle .slider.round:before {
	border-radius: 50%
}

.lmsSwitch_toggle {
	--width: 45px;
	--height: 24px;
	display: inline-block;
	width: var(--width);
	height: var(--height);
	position: relative;
	margin-bottom: 0
}

.lmsSwitch_toggle input {
	display: none
}

.lmsSwitch_toggle input:checked+.slider {
	background: #eceef4
}

.lmsSwitch_toggle input:checked+.slider:before {
	transform: translate(20px, -50%);
	background: var(--system_primery_color);
	background-size: 200% auto;
	box-shadow: 0 5px 10px rgba(108, 39, 255, .25)
}

.lmsSwitch_toggle .slider {
	background-color: #eceef4;
	position: absolute;
	transition: .4s;
	cursor: pointer;
	inset: 0
}

.lmsSwitch_toggle .slider:before {
	--width: 19px;
	content: "";
	height: var(--width);
	width: var(--width);
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	transition: .4s;
	background: var(--system_secendory_color);
	box-shadow: 0 5px 10px rgba(130, 139, 178, .25)
}

.lmsSwitch_toggle .slider.round {
	border-radius: 100px
}

.lmsSwitch_toggle .slider.round:before {
	border-radius: 50%
}

.lmsSwitch_toggle .switch_toggle input {
	display: none
}

.float {
	z-index: 999
}

.top_right_btn {
	z-index: 100;
	right: 50px;
	position: absolute;
	top: 10px;
	opacity: .8
}

.top_right_btn:hover {
	opacity: 1;
	color: #fff;
	font-weight: 700;
	background: var(--system_primery_color);
	background-size: 200% auto
}

.class_close_tag {
	position: absolute;
	width: 70px;
	height: auto;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	top: 20px;
	left: 20px;
	background: #fff;
	display: inline-flex;
	border-radius: 50%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 0 10px !important;
	min-width: 70px !important;
	color: var(--system_primery_color)
}

.newsletter_form_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(9, 17, 52, .5);
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: .5s
}

.newsletter_form_wrapper .newsletter_active {
	opacity: 1;
	visibility: visible
}

.newsletter_form_wrapper .dashboard_card .card {
	background: #fff;
	padding: 15px 0;
	text-align: center;
	min-width: 150px;
	justify-content: center;
	border: 1px solid rgba(214, 214, 218, .568627451);
	border-radius: 5px
}

.newsletter_form_inner {
	width: 848px;
	background: #fff;
	height: auto;
	display: grid;
	grid-template-columns: 500px auto;
	position: relative
}

.newsletter_form_inner .close_modal {
	position: absolute;
	right: 15px;
	z-index: 10;
	top: 15px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	border-radius: 50%;
	transition: all .4s ease-in-out;
	display: inline-block
}

.newsletter_form_inner .close_modal i {
	line-height: 30px;
	font-size: 14px
}

.newsletter_form_inner .close_modal:hover {
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff;
	transform: rotate(90deg)
}

.newsletter_form_inner .newsletter_form {
	padding: 90px 70px 70px
}

.newsletter_form_inner .newsletter_form h3 {
	font-size: 30px;
	font-weight: 700;
	color: var(--system_secendory_color);
	margin-bottom: 0
}

.newsletter_form_inner .newsletter_form p {
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	color: var(--system_primery_color);
	text-align: justify;
	margin: 15px 0 25px
}

.my_courses_wrapper .package_widget .package_body {
	background: #fff
}

.my_courses_wrapper .short_select {
	flex-wrap: wrap
}

.my_courses_wrapper .short_select h5 {
	padding-top: 20px;
	padding-bottom: 20px
}

.my_courses_wrapper .my-course-select {
	min-width: 200px;
	width: 50%
}

.modules_area {
	padding-bottom: 50px
}

.modules_area .modile_main_wrap {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(4, 1fr)
}

.modules_area .single_module {
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .05);
	padding: 30px 30px 22px;
	border: 1px solid transparent;
	transition: .3s;
	border-radius: 5px
}

.modules_area .single_module .icon {
	background: rgba(230, 62, 69, .04);
	width: 78px;
	height: 78px;
	border-radius: 50%;
	color: var(--system_primery_color);
	font-size: 27px;
	line-height: 78px;
	text-align: center;
	margin: auto
}

.modules_area .single_module h3 {
	font-size: 20px;
	font-weight: 500;
	color: var(--system_secendory_color);
	margin-top: 26px;
	margin-bottom: 13px
}

.modules_area .single_module p {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	margin-bottom: 0
}

.modules_area .single_module:hover {
	border-color: var(--system_primery_color)
}

.slider_btn_text {
	min-width: 130px;
	padding: 0 10px;
	background: var(--system_primery_color);
	border-radius: 5px;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 500;
	width: 100%;
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 200% auto
}

.textViewer {
	margin-top: 50px;
	padding: 40px
}

.my-course-select:after,
.update-select-arrow:after {
	right: 20px;
	top: 25px
}

.oneLine_ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify-all
}

.account_profile_form .theme_select:after {
	top: 25px
}

.translator-switch {
	font-family: var(--font_family2), sans-serif !important
}

.translator-switch .nice-select-search-box {
	display: none
}

.translator-switch .nice-select .list {
	padding: 0
}

.lms_pricing_wized {
	border: 1px solid #ebebeb;
	padding: 45px 40px 40px
}

.lms_pricing_wized .lms_pricing_hader span {
	font-size: 20px;
	font-weight: 900;
	font-family: var(--font_family1);
	display: block
}

.lms_pricing_wized .lms_pricing_hader h3 {
	font-size: 48px;
	font-weight: 700;
	color: var(--system_primery_color);
	font-family: var(--font_family1);
	margin: 18px 0 14px
}

.lms_pricing_wized .lms_pricing_hader h5 {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--font_family2), sans-serif;
	margin-bottom: 4px
}

.lms_pricing_wized .lms_pricing_hader p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4
}

.lms_pricing_wized .lms_pricing_body {
	margin: 37px 0 35px
}

.lms_pricing_wized .lms_pricing_body ul li {
	font-size: 16px;
	font-weight: 500;
	color: #202e3b;
	line-height: 26px;
	position: relative;
	padding-left: 15px
}

.lms_pricing_wized .lms_pricing_body ul li:not(:last-child) {
	margin-bottom: 14px
}

.lms_pricing_wized .lms_pricing_body ul li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #0b0a24;
	left: 0;
	top: 10px;
	border-radius: 50%
}

.lms_single_reviews {
	display: flex;
	padding-bottom: 25px;
	margin-bottom: 45px
}

.lms_single_reviews.replyBox {
	margin-left: 165px
}

html[dir=rtl] .lms_single_reviews.replyBox {
	margin-left: 0;
	margin-right: 165px
}

@media (max-width: 991px) {
	.lms_single_reviews.replyBox {
		margin-left: 60px
	}

	html[dir=rtl] .lms_single_reviews.replyBox {
		margin-left: 0;
		margin-right: 60px
	}
}

@media (max-width: 576px) {
	.lms_single_reviews.replyBox {
		margin-left: 40px
	}

	html[dir=rtl] .lms_single_reviews.replyBox {
		margin-left: 0;
		margin-right: 40px
	}
}

.lms_single_reviews .thumb {
	font-size: 24px;
	font-weight: 700;
	font-family: var(--font_family1);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: var(--system_primery_color);
	flex: 80px 0 0;
	margin-right: 27px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 80px;
	margin-bottom: 20px;
	background-size: 200% auto
}

html[dir=rtl] .lms_single_reviews .thumb {
	margin-right: 0;
	margin-left: 27px
}

@media (max-width: 991px) {
	.lms_single_reviews .thumb {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		flex: 40px 0 0;
		margin-right: 12px
	}
}

.lms_single_reviews:last-child {
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0
}

.lms_single_reviews .review_content h4 {
	margin-bottom: 1px;
	color: #202e3b
}

.lms_single_reviews .review_content .review_content_head {
	margin: 0 0 15px;
	grid-gap: 20px
}

.lms_single_reviews .review_content .rated_customer {
	display: flex;
	align-items: center;
	margin: 7px 0 0
}

.lms_single_reviews .review_content .rated_customer .feedmak_stars {
	display: flex;
	align-items: center;
	margin: 0 15px 0 0
}

html[dir=rtl] .lms_single_reviews .review_content .rated_customer .feedmak_stars {
	margin-right: 0;
	margin-left: 15px
}

.lms_single_reviews .review_content .rated_customer .feedmak_stars i {
	color: #ffc107;
	font-size: 15px
}

.lms_single_reviews .review_content .rated_customer .feedmak_stars i:not(:last-child) {
	margin-right: 5px
}

.lms_single_reviews .review_content .rated_customer span {
	font-size: 12px;
	font-weight: 400;
	color: #373737;
	line-height: 1
}

.lms_single_reviews .review_content p {
	font-size: 18px;
	line-height: 28px;
	color: #42454f
}

.keyword_lists a {
	font-size: 14px;
	font-family: var(--font_family2), sans-serif;
	font-weight: 500;
	color: #373737;
	display: inline-block;
	padding: 7px 17px;
	border: 0;
	border-radius: 3px;
	background-color: #fafafa
}

.keyword_lists a:hover {
	background: var(--system_primery_color);
	border-color: var(--system_primery_gredient1);
	color: #fff;
	background-size: 200% auto
}

.news_lists .single_newslist:not(:last-child) {
	border-bottom: 1px solid #e3e6ef;
	padding-bottom: 16px;
	margin-bottom: 16px
}

.news_lists .single_newslist h4 {
	transition: .3s;
	line-height: 1.44;
	font-family: var(--font_family1);
	text-transform: capitalize;
	margin: 0 0 2px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #1f2b40
}

.news_lists .single_newslist h4:hover {
	color: var(--system_primery_gredient1)
}

.news_lists .single_newslist p {
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
	color: #656a7b
}

.theme_search_field4 {
	background: transparent;
	height: 60px;
	border-radius: 5px;
	width: 510px;
	border: 1px solid #e3e6ef
}

.theme_search_field4 button {
	font-size: 18px;
	padding: 0 0 0 20px;
	line-height: 100%;
	box-shadow: none !important;
	height: 60px
}

.theme_search_field4 button,
.theme_search_field4 button:hover {
	color: var(--system_primery_color)
}

.theme_search_field4 input {
	font-size: 14px;
	font-weight: 400;
	color: #202e3b;
	font-family: var(--font_family1);
	border: 0;
	background: transparent !important;
	height: 50px;
	padding: 0 15px 0 10px;
	box-shadow: none !important;
	line-height: 50px
}

.theme_search_field4 input::-moz-placeholder {
	color: #373737
}

.theme_search_field4 input::placeholder {
	color: #373737
}

.theme_search_field4.large_search_field {
	width: 500px;
	height: 60px
}

.theme_search_field4.large_search_field button {
	padding-left: 30px
}

.theme_search_field4.large_search_field input {
	height: 60px;
	line-height: 60px
}

.theme_search_field4.style2 {
	border-radius: 0;
	border-color: #e9e7f7
}

.theme_search_field4.style2 i {
	color: var(--system_primery_color)
}

.theme_search_field4.style2 input {
	font-size: 14px;
	font-weight: 500;
	color: #202e3b;
	font-family: var(--font_family1);
	border: 0;
	background: transparent !important;
	height: 60px;
	padding: 0 15px 0 10px;
	box-shadow: none !important;
	line-height: 60px
}

.theme_search_field4.style2 input::-moz-placeholder {
	color: #202e3b
}

.theme_search_field4.style2 input::placeholder {
	color: #202e3b
}

.rounded_border_bottom {
	width: 100%;
	height: 1px;
	border-radius: .5px;
	background-color: #e9e7f7
}

.home6_border {
	border-bottom: 1px solid #d1d1d1
}

.popupClose {
	--pc-size: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	align-items: center;
	justify-content: center;
	width: var(--pc-size);
	height: var(--pc-size);
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff;
	transition: .3s;
	display: none
}

.popupClose:hover {
	background-color: #202e3b
}

.popupClose i {
	font-size: 12px
}

.mobile_filter {
	display: none;
	padding: 10px
}

.mobile_filter:hover rect {
	fill: var(--system_primery_color)
}

.mobile_filter svg rect {
	fill: #202e3b;
	transition: .3s
}

.side_cate {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
	height: 100%;
	z-index: 99999;
	background-color: #fff;
	overflow: auto;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .05)
}

.side_cate ul {
	clear: both
}

.side_cate ul li {
	display: block;
	border-top: 1px solid #f5f7fb
}

.side_cate ul li:last-child {
	border-bottom: 1px solid #f5f7fb
}

.side_cate ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	color: #373737
}

.side_cate ul li a.active,
.side_cate ul li a:hover {
	color: var(--system_primery_color)
}

.side_cate ul li ul {
	display: none
}

.side_cate ul li ul li {
	padding-left: 5px
}

.side_cate #dropdown {
	padding: 10px;
	margin: -10px
}

.side_cate_close {
	display: block;
	font-size: 16px;
	float: right;
	margin: 20px;
	transition: all .3s ease-in-out
}

.side_cate_close:hover {
	color: var(--system_primery_color)
}

.curriculam_single {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px
}

.curriculam_left {
	max-width: calc(100% - 150px);
	flex: 0 0 100%
}

.curriculam_right {
	justify-content: space-between;
	max-width: 150px;
	flex: 0 0 100%
}

.rating_percent span {
	min-width: 60px;
	text-align: end
}

.certificate-verify .theme_mailChimp {
	margin-top: 40px;
	position: relative
}

.certificate-verify .theme_mailChimp button:hover {
	background-color: var(--system_secendory_color)
}

@media only screen and (max-width: 767px) {
	.certificate-verify .theme_mailChimp button {
		position: absolute;
		top: 0;
		right: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		min-width: 80px;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		margin-top: 0
	}
}

@media only screen and (max-width: 767px) {

	.certificate-verify .theme_mailChimp button,
	.certificate-verify .theme_mailChimp input {
		height: 50px
	}
}

.certificate-verify.address_lines {
	margin-top: 20px
}

.certificate-verify h2 {
	font-size: 28px;
	line-height: 1.5;
	color: #ff1919
}

@media only screen and (max-width: 767px) {
	.certificate-verify h2 {
		font-size: 24px
	}
}

@media only screen and (max-width: 767px) {
	.certificate-verify .p-5 {
		padding-top: 100px !important;
		padding-left: calc(var(--bs-gutter-x)*0.5) !important;
		padding-right: calc(var(--bs-gutter-x)*0.5) !important
	}
}

.question_number_lists a.wait_for_confirm {
	border: 2px solid #ff0;
	color: var(--system_primery_color);
	background: #ff0
}

.mega_menu {
	padding: 20px 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2) !important;
	pointer-events: none
}

.mega_menu li h4 {
	font-size: 17px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px
}

.sidebar_iner {
	box-shadow: 5px 30px 30px 0 rgba(0, 0, 0, .1);
	height: calc(100% - 81px)
}

.sidebar .logo>a {
	display: block;
	width: auto;
	height: 70px;
	margin: auto;
	height: 50px
}

.sidebar .logo>a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.sidebar ul li a i {
	font-size: 14px;
	color: var(--system_secendory_color);
	transition: all .3s ease-in-out
}

.sidebar ul li a:hover i {
	color: #fff
}

.deposit_save_info input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.deposit_save_info button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dashboard_main_wrapper .sidebar_icon {
	color: #fff
}

.dashboard_main_wrapper .box_header .lmsSwitch_toggle .slider {
	background-color: #fff;
	box-shadow: 5px 30px 30px 0 rgba(0, 0, 0, .1)
}

.sidebar_close_icon {
	color: #fff
}

.d-flex.justify-content-center.actions {
	margin-top: 16px
}

#leaderboardBody .point-table>ul li {
	display: flex
}

#leaderboardBody .point-table>ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: var(--system_primery_color);
	margin-top: 8px;
	margin-right: 10px;
	background-size: 200% auto
}

#myLeaderBoard .modal-title {
	line-height: 1
}

#myLeaderBoard .modal-body,
#myLeaderBoard .modal-header {
	padding: 24px
}

.notification_open {
	margin: 6px
}

.point_btn svg {
	width: 18px;
	height: 17px
}

.mega_menu_list {
	position: unset !important;
	opacity: 1 !important;
	visibility: visible !important;
	left: 0 !important
}

.mega_menu_list li a {
	background-color: transparent !important;
	padding: 12px 0 !important;
	font-size: 15px !important
}

.mega_menu_list li a:hover {
	padding-left: 3px !important
}

.contact_section {
	min-height: 30vh
}

.section_padding2 {
	padding: 116px 0 90px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.section_padding2 {
		padding: 80px 0 50px
	}
}

@media only screen and (max-width: 767px) {
	.section_padding2 {
		padding: 70px 0 45px
	}
}

#popupContentModal .newsletter_form_inner {
	grid-template-columns: 400px auto
}

#popupContentModal .newsletter_form_inner .newsletter_form p {
	text-align: center !important
}

#popupContentModal .newsletter_form_inner .newsletter_form_thumb {
	background-position: 0 0
}

#notification_count>a>svg {
	color: #fff !important
}

@media (max-width: 479px) {
	#notification_count>a>svg {
		width: 16px;
		max-width: 16px
	}
}

.Menu_NOtification_Wrap .notification_Header {
	background: var(--system_primery_color);
	background-size: 200% auto
}

.main_content_iner .box_header .main-title {
	gap: 15px
}

@media (max-width: 575.98px) {
	.coupon_wrapper {
		display: grid;
		grid-template-columns: auto;
		grid-gap: 10px;
		flex-wrap: wrap
	}

	.payment_method_wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 15px
	}

	.lms_single_reviews {
		flex-direction: column
	}

	.profile_info .profile_info_iner a {
		padding: 12px
	}
}

@media (max-width: 767.98px) {
	.description_grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.theme_cookies {
		right: 20px;
		left: 20px;
		bottom: 20px;
		grid-gap: 20px;
		width: auto;
		justify-content: center;
		flex-wrap: wrap;
		padding: 25px 30px 25px 20px
	}

	.theme_cookies .theme_cookies_info {
		justify-content: center;
		text-align: center;
		grid-gap: 14px;
		flex-direction: column
	}

	.theme_cookies .theme_cookies_info .icon {
		width: 50px;
		height: 50px
	}

	.theme_cookies .theme_cookies_info p {
		font-size: 14px
	}

	.theme_cookies .cookie_btn {
		font-size: 12px;
		padding: 11px 35px
	}

	.newsletter_form_wrapper .newsletter_form_inner {
		grid-template-columns: auto;
		height: 600px;
		overflow: auto
	}

	.newsletter_form_wrapper .newsletter_form_inner .newsletter_form_thumb {
		height: 300px
	}

	.newsletter_form_wrapper .newsletter_form_inner .newsletter_form {
		padding: 50px 30px
	}

	.lms_pricing_wized {
		padding: 30px
	}

	.lms_pricing_wized .lms_pricing_hader h3 {
		font-size: 35px
	}

	.lms_blog_details_area {
		padding: 70px 0 40px
	}

	.lms_blog_details_area .blog_details_inner h3 {
		font-size: 25px
	}

	.lms_blog_details_area .blog_details_inner .quote_text {
		margin: 30px 0
	}

	.lms_blog_details_area .blog_details_inner .quote_text .horizontal_line {
		width: 40px;
		flex: 40px 0 0;
		margin-right: 15px
	}

	.lms_blog_details_area .blog_details_inner .details_info h4 {
		font-size: 20px
	}

	.lms_blog_details_area .blog_reply_box {
		padding-top: 30px;
		margin-top: 36px
	}

	.lms_blog_details_area .blog_details_tags {
		margin: 30px 0;
		padding: 15px 0 30px
	}

	.lms_single_reviews.replyBox {
		padding-left: 15px
	}

	.header_area .header__wrapper .header__left .category_search .categories_menu {
		margin-right: 0
	}

	.header_area .header__wrapper .header__left .category_search .categories_menu i {
		font-size: 18px
	}

	.header_area .header__wrapper .header__left .category_search .categories_menu span {
		display: none !important
	}

	#popupContentModal .newsletter_form_inner {
		grid-template-columns: 50% 50% !important;
		height: auto
	}

	#popupContentModal .newsletter_form_inner .newsletter_form_thumb {
		height: 100% !important
	}
}

@media (min-width: 768px) and (max-width:850.98px) {
	.theme_cookies {
		width: 90%
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.newsletter_form_wrapper .newsletter_form_inner {
		width: 90%
	}

	.lms_single_reviews.replyBox {
		padding-left: 30px
	}
}

@media (max-width: 767px) {
	.modules_area {
		padding-bottom: 0
	}

	.modules_area .modile_main_wrap {
		grid-template-columns: repeat(1, 1fr)
	}

	.banner_area {
		padding-bottom: 100px
	}

	.course__details .course__details_title .single__details {
		width: 100%
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.modules_area {
		padding-bottom: 20px
	}

	.modules_area .modile_main_wrap {
		grid-template-columns: repeat(2, 1fr)
	}

	.banner_area {
		padding-top: 150px;
		padding-bottom: 200px
	}
}

@media (min-width: 992px) and (max-width:1200px) {
	.modules_area .modile_main_wrap {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.lms_single_reviews.replyBox {
		padding-left: 40px
	}

	.categories_menu {
		margin-right: 0
	}

	.categories_menu span {
		display: none
	}
}

@media (min-width: 1200px) and (max-width:1459.98px) {
	.theme_search_field4 {
		width: 280px
	}
}

@media only screen and (min-width: 1400px) and (max-width:1499.98px) {
	.header_area .header__wrapper .header__left .category_search .theme_search_field {
		width: 230px
	}
}

@media only screen and (min-width: 1440px) and (max-width:1580px) {
	.header_area.navbar_fixed .main_menu ul li a {
		padding: 10px 0
	}
}

@media only screen and (min-width: 1367px) {
	.header_area .header__wrapper .header__left .logo_img {
		margin-right: 20px
	}
}

@media only screen and (max-width: 991px) {
	.popupClose {
		display: flex
	}

	.mobile_filter {
		display: block !important
	}

	.course_category_chose {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: #fff;
		margin-top: 0 !important;
		width: 100%;
		height: 100%;
		padding: 20px;
		overflow: auto;
		display: none
	}

	.sidebar_iner {
		box-shadow: 0 0 0
	}

	.login_wrapper .login_wrapper_left,
	.login_wrapper .login_wrapper_right {
		grid-column: span 12/span 12
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.popupClose {
		line-height: 28px
	}

	.profile_info_icon {
		padding: 17px 19px
	}

	.header_iner {
		padding: 12px 30px;
		height: auto
	}

	.header_iner .notification_wrapper ul li:not(:last-child) {
		margin: 6px
	}
}

@media only screen and (max-width: 767px) {
	.popupClose {
		--pc-size: 30px;
		font-size: 16px
	}

	.header__left form {
		display: none
	}

	.dashboard_card .card {
		width: calc(50% - 10px);
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
		padding: 20px 0
	}

	#historyDiv {
		overflow: hidden;
		overflow-x: auto
	}

	#historyDiv table {
		width: 600px
	}

	.social_btns {
		display: flex;
		flex-wrap: wrap;
		gap: 10px
	}

	#invoice_print {
		padding: 40px;
		overflow: auto
	}

	.profile_info_icon {
		padding: 14px 16px
	}

	.header_iner .notification_wrapper ul li:not(:last-child) {
		margin: 6px
	}

	.header_iner .notification_wrapper ul li a .notify_icon img {
		max-width: 26px;
		width: 26px
	}

	.theme_btn.point_btn {
		padding: 8px
	}

	.section-subtitle-action {
		display: flex;
		align-items: center;
		margin-top: 0
	}
}

@media only screen and (max-width: 479px) {
	.popupClose {
		--pc-size: 25px
	}

	.mobile_filter~h5 {
		display: none
	}

	.profile_info_icon {
		padding: 11px 15px
	}

	.theme_btn.point_btn {
		font-size: 14px
	}

	.theme_btn.point_btn svg {
		width: 16px;
		height: 16px
	}

	.header_iner .notification_wrapper ul {
		padding: 10px 12px !important
	}

	.header_iner .notification_wrapper ul li a .notify_icon img,
	.header_iner .notification_wrapper ul li a .notify_icon svg {
		width: 16px;
		max-width: 16px
	}

	.header_iner .notification_wrapper ul li:not(:last-child) {
		margin-right: 6px
	}
}

@media only screen and (max-width: 479px) and (max-width:420px) {
	.header_iner .notification_wrapper ul {
		padding: 6px !important
	}
}

@media (max-width: 991.98px) {
	.theme_search_field {
		width: 200px
	}
}

@media only screen and (min-width: 1200px) {

	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		height: 90vh;
		overflow: hidden;
		overflow-y: auto
	}
}

@media only screen and (max-width: 414px) {
	.sumit_skip_btns {
		flex-wrap: wrap;
		gap: 15px
	}

	.sumit_skip_btns>* {
		margin: 0 !important
	}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.profile_info_icon {
		padding: 14px 17.5px
	}

	.header_iner .notification_wrapper ul {
		padding: 12px 20px
	}

	.login_wrapper .login_wrapper_left,
	.login_wrapper .login_wrapper_right {
		grid-column: span 6/span 6
	}
}

@media (min-width: 1400px) {
	.col-xxl-9 {
		max-width: 75%;
		flex: 0 0 75%
	}

	.col-xxl-3 {
		max-width: 25%;
		flex: 0 0 25%
	}
}

@media only screen and (min-width: 1200px) and (max-width:1439px) {
	.login_wrapper .login_wrapper_left {
		grid-column: span 5/span 5
	}

	.login_wrapper .login_wrapper_right {
		grid-column: span 7/span 7
	}
}

@media (max-width: 1279px) {
	#content-area {
		overflow-x: hidden
	}
}

@media (min-width: 992px) and (max-width:1279px) {
	.banner_area {
		padding-top: 150px;
		padding-bottom: 250px
	}
}

@media (max-width: 479px) {
	.banner_area {
		padding: 70px 0
	}

	.header_area .header__wrapper .header__left .logo_img {
		margin: 0 !important
	}

	.translator-switch {
		margin-right: 5px !important
	}
}

@media (max-width: 414px) {
	.category_search {
		display: none !important
	}

	.profile .nav-link {
		padding-top: 10px;
		padding-bottom: 10px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content
	}
}

@media (max-width: 413px) {
	.header__wrapper .nice-select {
		display: none
	}
}

@media (max-width: 991px) {
	#popupContentModal .newsletter_form_inner {
		grid-template-columns: 350px auto
	}

	.newsletter_form_wrapper .newsletter_form_inner .newsletter_form {
		padding: 70px 50px 50px
	}
}

@media (max-width: 567px) {
	#popupContentModal .newsletter_form_inner {
		grid-template-columns: repeat(1, 100%) !important;
		height: auto
	}

	#popupContentModal .newsletter_form_thumb {
		display: none
	}

	#popupContentDiv .newsletter_form_wrapper {
		overflow: auto
	}
}

@media (max-width: 576px) {
	.my_courses_wrapper .my-course-select {
		width: 100%
	}
}

@media only screen and (min-width: 575px) and (max-width:1150px) {
	.course_fullview_wrapper .course__play_warp {
		margin-top: 20px
	}
}

.table-bordered td,
.table-bordered th {
	border-color: #d1d1d1
}

.table-bordered td {
	color: #373737
}

.table-bordered td a {
	color: currentColor
}

.table-bordered td a:hover {
	color: var(--system_primery_color) !important
}

.nice-select {
	border: 1px solid #d1d1d1 !important;
	height: 50px;
	line-height: 1;
	min-width: 95px;
	padding-left: 12px;
	padding-right: 20px;
	border-radius: 4px !important
}

.nice-select.open:before {
	transform: translateY(-50%) scaleY(-1)
}

.nice-select-search-box {
	border: 1px solid #d1d1d1;
	border-bottom: 0;
	border-top: 0;
	border-radius: 0 !important;
	margin-top: 4px;
	z-index: 10 !important;
	border-radius: 4px !important
}

.nice-select-search-search {
	height: 32px
}

.nice-select .current {
	font-family: var(--font_family1);
	font-size: 14px;
	font-weight: 500;
	color: var(--system_secendory_color);
	line-height: 46px
}

.nice-select .list {
	width: 100%;
	box-shadow: 0 0 0;
	border: 1px solid #d1d1d1;
	padding-top: 42px;
	max-height: 300px
}

.nice-select .list .option {
	font-size: 14px;
	font-weight: 500
}

.nice-select:after {
	display: none
}

.nice-select:before {
	content: "\E64B";
	font-family: themify;
	font-size: 12px;
	font-weight: 800;
	color: var(--system_secendory_color);
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: all .1s ease-in-out
}

.short_select .nice-select {
	height: 36px
}

.short_select .nice-select .current {
	line-height: 32px
}

.header_area .nice-select {
	height: 38px
}

.header_area .nice-select .current {
	line-height: 36px
}

.dashboard_main_wrapper .short_select .nice-select {
	height: 42px
}

.dashboard_main_wrapper .short_select .nice-select .current {
	line-height: 40px
}

.select2-selection--single {
	border-color: #d1d1d1 !important;
	height: auto !important
}

.select2-selection__rendered {
	--pr: 30px;
	font-size: 14px;
	line-height: 20px !important;
	color: var(--system_secendory_color) !important;
	padding: 14px 20px !important;
	padding-right: var(--pr) !important
}

html[dir=rtl] .select2-selection__rendered {
	padding-right: 20px !important;
	padding-left: var(--pr) !important
}

.select2-selection__rendered:before {
	content: "\E64B";
	font-family: themify;
	font-size: 12px;
	font-weight: 800;
	color: var(--system_secendory_color);
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: all .1s ease-in-out
}

[aria-expanded=true] .select2-selection__rendered:before {
	transform: translateY(-50%) scaleY(-1)
}

.select2-selection__arrow {
	display: none
}

.select2-dropdown,
.select2-search__field {
	border-color: #d1d1d1 !important
}

.select2-results__options::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.select2-results__options::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .15);
	border-radius: 100px
}

.select2-results__options::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .3);
	border-radius: 100px
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, .5)
}

.select2-results__option--selected {
	background-color: #f3f3f3 !important
}

.select2-results__option--highlighted {
	background-color: var(--system_primery_color) !important
}

.pagination {
	--bs-pagination-padding-x: 18px;
	--bs-pagination-padding-y: 6px;
	justify-content: center;
	gap: 14px
}

.pagination-wrapper {
	margin-top: 30px
}

@media only screen and (max-width: 767px) {
	.pagination-wrapper {
		margin-top: 20px
	}
}

.pagination .page-item.disabled {
	pointer-events: none;
	cursor: not-allowed
}

.pagination .page-item:first-child:hover img {
	filter: brightness(0) invert(1)
}

.pagination .page-item:last-child img {
	transform: scaleX(-1)
}

.pagination .page-item:last-child:hover img {
	filter: brightness(0) invert(1)
}

.page-link {
	color: #1f2b40 !important;
	background-color: transparent !important;
	box-shadow: 0 0 0 !important;
	border-radius: 2px !important;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 600
}

.page-item.active .page-link,
.page-link:hover {
	background: var(--system_primery_color) !important;
	border: 0;
	color: #fff !important;
	background-size: 200% auto !important
}

.paginations {
	--bs-pagination-padding-x: 18px;
	--bs-pagination-padding-y: 6px;
	justify-content: center;
	gap: 14px
}

.paginations-wrapper {
	margin-top: 30px
}

@media only screen and (max-width: 767px) {
	.paginations-wrapper {
		margin-top: 20px
	}
}

.paginations .paginations-list {
	margin: 0
}

.paginations .paginations-list.disabled {
	pointer-events: none;
	cursor: not-allowed
}

.paginations .paginations-list:first-child {
	margin: 0;
	margin-right: 0 !important
}

.paginations .paginations-list:first-child:hover img {
	filter: brightness(0) invert(1)
}

.paginations .paginations-list:first-child a,
.paginations .paginations-list:last-child {
	margin: 0;
	margin-right: 0 !important
}

.paginations .paginations-list:last-child img {
	transform: scaleX(-1)
}

.paginations .paginations-list:last-child:hover img {
	filter: brightness(0) invert(1)
}

.paginations .paginations-list:last-child a {
	margin: 0;
	margin-right: 0 !important
}

.paginations-links {
	color: #1f2b40 !important;
	background-color: transparent !important;
	box-shadow: 0 0 0 !important;
	border-radius: 2px !important;
	height: 50px;
	width: 50px;
	font-size: 20px
}

.paginations-links.active,
.paginations-links:hover {
	background: var(--system_primery_color) !important;
	border-color: var(--system_primery_gredient1);
	color: #fff !important;
	background-size: 200% auto !important
}

.course_tabs {
	border-radius: 5px;
	margin-bottom: 50px
}

.lms_tabmenu {
	background: #fff !important;
	width: calc(100% - 20px);
	gap: 12px
}

.lms_tabmenu .nav-item .nav-link.active {
	background: var(--system_primery_color);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 200% auto
}

.lms_tabmenu .nav-item .nav-link {
	padding-top: 0;
	padding-bottom: 0;
	white-space: nowrap
}

.lms_tabmenu .nav-item .nav-link:hover {
	background: var(--system_primery_color);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 200% auto
}

.link .reply2_btn,
.link .reply_btn {
	color: #f64153
}

.link .reply2_btn:hover,
.link .reply_btn:hover {
	text-decoration: underline !important;
	text-underline-offset: 6px;
	color: #f64153 !important
}

.delete_svg_icon {
	color: #687083
}

.delete_svg_icon:hover {
	color: #f64153
}

i.fa-star.empty {
	color: rgba(143, 104, 255, .3019607843)
}

blockquote {
	border-left: 5px solid #f86466;
	background: #fff;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

.primary_input,
.primary_input3 {
	height: 49px;
	border: 1px solid #d1d1d1;
	font-family: var(--font_family2), sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--system_secendory_color);
	padding: 15px 20px;
	width: 100%;
	border-radius: 6px
}

.primary_input3::-moz-placeholder,
.primary_input::-moz-placeholder {
	color: #afafaf
}

.primary_input3::placeholder,
.primary_input::placeholder {
	color: #afafaf
}

.primary_input5 {
	height: 56px;
	border: 0;
	font-family: var(--font_family2), sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #202e3b;
	padding: 23px 0;
	width: 100%;
	position: relative
}

.primary_input5::-moz-placeholder {
	color: #373737
}

.primary_input5::placeholder {
	color: #373737
}

.custom_input_group {
	height: 50px
}

.custom_input_group .input-group-prepend .input-group-text {
	min-width: 242px;
	max-width: 242px;
	background: #395799;
	border: 0;
	border-radius: 0;
	padding-left: 30px;
	padding-right: 24px
}

.custom_input_group .input-group-prepend .input-group-text i {
	font-size: 16px;
	color: #fff;
	margin-right: 14px
}

.custom_input_group .input-group-prepend .input-group-text span {
	font-size: 16px;
	font-weight: 600;
	font-family: var(--font_family1);
	color: #fff
}

.custom_input_group .input-group-prepend .input-group-text.twitter_bg {
	background: #1babf0
}

.custom_input_group .input-group-prepend .input-group-text.linkedin_bg {
	background: #dd5143
}

.custom_input_group .input-group-prepend .input-group-text.youtube_bg {
	background: red
}

.custom_input_group input {
	height: 50px;
	border: 1px solid #d1d1d1 !important;
	font-family: var(--font_family2), sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--system_secendory_color);
	padding: 15px 20px;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important
}

.custom_input_group input::-moz-placeholder {
	color: #afafaf
}

.custom_input_group input::placeholder {
	color: #afafaf
}

.primary_textarea {
	height: 150px;
	border-radius: 5px;
	border: 1px solid #ebebeb;
	font-family: var(--font_family2), sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--system_secendory_color);
	padding: 15px 20px;
	width: 100%
}

.primary_textarea::-moz-placeholder {
	font-size: 14px;
	color: #8e8e8e;
	text-transform: capitalize
}

.primary_textarea::placeholder {
	font-size: 14px;
	color: #8e8e8e;
	text-transform: capitalize
}

.primary_textarea3 {
	height: 160px;
	border: 1px solid #d1d1d1;
	font-family: var(--font_family2), sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--system_secendory_color);
	padding: 15px 20px;
	width: 100%
}

.primary_textarea3::-moz-placeholder {
	color: #afafaf
}

.primary_textarea3::placeholder {
	color: #afafaf
}

.primary_textarea4 {
	height: 120px;
	border: 1px solid #d1d1d1;
	font-family: var(--font_family2), sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--system_secendory_color);
	padding: 15px 20px;
	width: 100%;
	background: transparent
}

.primary_textarea4::-moz-placeholder {
	color: #afafaf
}

.primary_textarea4::placeholder {
	color: #afafaf
}

.primary_textarea5 {
	height: 130px;
	border-radius: 0;
	border: 0;
	font-family: var(--font_family2), sans-serif;
	color: #202e3b;
	padding: 3px 25px 0 0;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	border: 0 !important
}

.primary_textarea5:focus {
	border: 0;
	outline: none
}

.primary_textarea5::-moz-placeholder {
	color: #373737
}

.primary_textarea5::placeholder {
	color: #373737
}

.primary_label {
	font-weight: 500;
	margin-bottom: 10px
}

.primary_label,
.primary_label2 {
	font-size: 14px;
	color: #373737;
	display: block;
	line-height: 1
}

.primary_label2 {
	font-family: var(--font_family1);
	font-weight: 600;
	margin-bottom: 14px
}

.primary_label2 span {
	color: #ff1919
}

.contact_section .contact_title h4 {
	font-size: 36px;
	font-weight: 700;
	color: #1f2b40
}

.contact_section .contact_info {
	padding-top: 186px
}

.contact_section .contact_info>p {
	margin: 20px 0 49px
}

.contact_section .contact_info .address_lines .single_address_line:not(:last-child) {
	margin-bottom: 15px
}

.contact_section .contact_info .address_lines .single_address_line i {
	font-size: 20px;
	font-weight: 400;
	color: var(--system_primery_color);
	margin-right: 20px;
	position: relative;
	top: 7px
}

.contact_section .contact_info .address_lines .single_address_line .address_info p {
	font-size: 14px;
	font-weight: 600;
	color: #373737
}

.contact_section .contact_info .address_lines .single_address_line .address_info p:not(:last-child) {
	margin-bottom: 0
}

.contact_section .contact_form_box {
	padding: 77px 45px 60px
}

.contact_section .contact_form_box .contact_title {
	margin-bottom: 29px
}

.contact_map {
	padding: 120px 0 0
}

.contact_map #contact-map {
	height: 400px
}

@media (max-width: 767.98px) {
	.custom_input_group .input-group-prepend .input-group-text {
		min-width: 40px;
		max-width: 40px;
		flex: 40px 0 0;
		padding-left: 20px;
		padding-right: 35px;
		width: 40px
	}

	.custom_input_group .input-group-prepend .input-group-text span {
		display: none
	}

	.contact_section .contact_info {
		padding-top: 71px
	}

	.contact_section .contact_form_box {
		padding: 47px 30px 40px
	}

	.contact_section .contact_form_box input {
		min-height: 69px;
		border: .5px solid #d1d1d1
	}

	.contact_map {
		padding: 45px 0 75px
	}
}

.contact-form select {
	padding-left: 30px
}

.contact-form input,
.contact-form select {
	height: 70px;
	font-size: 18px
}

.contact-form span.text-danger {
	position: absolute;
	bottom: -22px;
	font-size: 14px
}

.contact-form button[type=submit] {
	height: 70px;
	font-size: 18px
}

.contact-form .contact-form-element {
	position: relative;
	margin-bottom: 30px;
	display: flex
}

.contact-form .contact-form-element.has-content input~label {
	top: 0;
	font-size: 14px;
	left: 20px;
	background: #fff;
	padding: 2px 4px
}

.contact-form .contact-form-element.has-content textarea~label {
	top: -8px;
	font-size: 14px;
	left: 20px;
	background: #fff;
	padding: 2px 4px
}

.contact-form .contact-form-element input,
.contact-form .contact-form-element textarea {
	margin-bottom: 0 !important;
	padding-left: 40px
}

html[dir=rtl] .contact-form .contact-form-element input,
html[dir=rtl] .contact-form .contact-form-element textarea {
	padding-left: 0;
	padding-right: 40px
}

.contact-form .contact-form-element input:focus~label {
	top: 0;
	font-size: 14px;
	left: 20px;
	color: var(--system_primery_gredient1);
	background: #fff;
	padding: 2px 4px
}

.contact-form .contact-form-element textarea:focus~label {
	top: -8px;
	font-size: 14px;
	left: 20px;
	color: var(--system_primery_gredient1);
	background: #fff;
	padding: 2px 4px
}

.contact-form .contact-form-element input~label {
	top: 50%;
	transform: translateY(-50%)
}

.contact-form .contact-form-element input~label,
.contact-form .contact-form-element textarea~label {
	position: absolute;
	margin: 0;
	line-height: 1;
	left: 40px;
	pointer-events: none;
	transition: all .4s ease-in-out;
	font-size: 18px
}

.contact-form .contact-form-element textarea~label {
	top: 20px
}

.conversition_box .single_comment_box .comment_box_inner {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 25px;
	padding-bottom: 10px
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info {
	display: flex;
	--thumb-img: 50px
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .thumb {
	width: var(--thumb-img);
	height: var(--thumb-img);
	flex: var(--thumb-img) 0 0;
	margin-right: 15px;
	margin-bottom: 20px
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .thumb img {
	width: 100%;
	border-radius: 50%
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text {
	position: relative;
	z-index: 1;
	width: calc(100% - var(--thumb-img))
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text h5 {
	font-size: 16px;
	font-weight: 500;
	color: var(--system_secendory_color);
	margin-bottom: 0;
	display: inline-block
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text span {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 2px;
	display: block;
	color: #7b7887
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text p {
	font-size: 16px;
	color: var(--system_secendory_color);
	line-height: 1.7;
	margin-bottom: 14px;
	text-align: left
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view {
	display: flex;
	align-items: center
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view .attacthment_link {
	font-size: 11px;
	background: #a9a9a9;
	color: #fff;
	padding: 3px 10px;
	border-radius: 30px;
	margin-right: 5px
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view .view {
	color: #fff;
	background: #a9a9a9;
	font-size: 12px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view .view i {
	font-size: 12px;
	line-height: 1
}

.conversition_box .single_comment_box .comment_box_inner .comment_box_edit {
	text-align: right
}

.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply {
	margin-left: 50px;
	border-bottom: 1px solid #d1d1d1
}

.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply .attach_view {
	justify-content: flex-end
}

.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 {
	margin-left: 100px;
	border-bottom: 1px solid #d1d1d1
}

.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 .thumb {
	margin-left: 15px;
	margin-right: 0
}

.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 .attach_view {
	justify-content: flex-end
}

@media (max-width: 575.98px) {

	.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply,
	.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 {
		margin-left: 20px
	}
}

.counter_area {
	padding: 150px 0 145px;
	position: relative
}

.counter_area:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 52%;
	background-image: url(../img/about/counter_bg.png);
	-webkit-clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: cover
}

.counter_area .counter_wrapper {
	position: relative;
	z-index: 1
}

.counter_area .counter_wrapper .single_counter {
	display: flex;
	align-items: center
}

.counter_area .counter_wrapper .single_counter:not(:last-child) {
	margin-bottom: 53px
}

.counter_area .counter_wrapper .single_counter:first-child {
	padding-left: 165px
}

.counter_area .counter_wrapper .single_counter:nth-child(2) {
	padding-left: 105px
}

.counter_area .counter_wrapper .single_counter:nth-child(3) {
	padding-left: 15px
}

.counter_area .counter_wrapper .single_counter h3 {
	font-size: 60px;
	font-weight: 900;
	color: var(--system_primery_color);
	margin-right: 42px;
	min-width: 150px;
	margin-bottom: 0
}

.counter_area .counter_wrapper .single_counter .counter_content h4 {
	font-size: 22px;
	font-weight: 700;
	color: var(--system_secendory_color);
	margin-bottom: 15px
}

.counter_area .counter_wrapper .single_counter .counter_content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #373737
}

@media (max-width: 767.98px) {
	.counter_area {
		padding: 36px 0 72px
	}

	.counter_area .counter_wrapper .single_counter {
		padding-left: 0 !important;
		flex-direction: column;
		align-items: flex-start
	}

	.counter_area .counter_wrapper .single_counter h3 {
		font-size: 40px;
		width: auto;
		margin-bottom: 20px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.counter_area {
		padding: 25px 0 144px
	}
}

@media (max-width: 991.98px) {
	.counter_area:before {
		display: none
	}
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.counter_area:before {
		width: 45%
	}
}

@media (min-width: 992px) and (max-width:1499.98px) {
	.counter_area:before {
		width: 45%
	}

	.counter_area .counter_wrapper .single_counter:first-child {
		padding-left: 30px
	}

	.counter_area .counter_wrapper .single_counter:nth-child(2) {
		padding-left: 10px
	}

	.counter_area .counter_wrapper .single_counter:nth-child(3) {
		padding-left: 0
	}

	.counter_area .counter_wrapper .single_counter h3 {
		margin-right: 30px;
		font-size: 50px
	}
}

.course_area .single_course .thumb {
	position: relative;
	overflow: hidden
}

.course_area .single_course .thumb img {
	transform: scale(1);
	transition: all .4s ease-in-out
}

.course_area .single_course .thumb .prise_tag {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	background: #fff;
	color: var(--system_primery_color)
}

.course_area .single_course .course_content {
	padding-top: 26px;
	padding-right: 20px
}

.course_area .single_course .course_content h4 {
	font-weight: 700;
	transition: all .4s ease-in-out
}

.course_area .single_course .course_content h4:hover {
	color: var(--system_primery_color)
}

.course_area .single_course .course_content .rating_cart {
	display: flex;
	margin-bottom: 30px;
	margin-top: 10px
}

.course_area .single_course .course_content .rating_cart .rateing {
	border: 1px solid #d1d1d1;
	font-size: 14px;
	font-weight: 500;
	color: var(--system_secendory_color);
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	height: 40px;
	margin-right: 5px
}

.course_area .single_course .course_content .rating_cart .rateing span {
	margin-right: 7px
}

.course_area .single_course .course_content .rating_cart .rateing i {
	color: #ffc107
}

.course_area .single_course .course_content .rating_cart .cart_store {
	border: 1px solid #d1d1d1;
	font-size: 14px;
	color: var(--system_secendory_color);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	transition: all .4s ease-in-out
}

.course_area .single_course .course_content .rating_cart .cart_store:hover {
	border-color: var(--system_primery_color);
	color: var(--system_primery_color)
}

.course_area .single_course .course_content .course_less_students a {
	font-size: 14px;
	font-weight: 400;
	color: var(--system_secendory_color);
	display: inline-flex;
	align-items: center
}

.course_area .single_course .course_content .course_less_students a:not(:last-child) {
	margin-right: 30px
}

.course_area .single_course .course_content .course_less_students a i {
	font-size: 18px;
	font-weight: 400;
	margin-right: 10px
}

.course_area .single_course:hover img,
.couse_wizged:hover img {
	transform: scale(1.1)
}

.couse_wizged:hover .thumb_inner {
	transform: scale(1)
}

.couse_wizged .thumb {
	position: relative;
	overflow: hidden;
	height: 215px
}

.couse_wizged .thumb img {
	transform: scale(1);
	transition: all .4s ease-in-out
}

.couse_wizged .thumb_inner {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height: 100%;
	transform: scale(1.1);
	transition: all .4s ease-in-out
}

.couse_wizged .thumb .prise_tag {
	position: absolute;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	top: 20px;
	left: 20px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 50%;
	background: #fff;
	color: var(--system_primery_color);
	min-height: 70px;
	padding: 0 10px !important;
	min-width: 70px !important
}

.couse_wizged .thumb .prev_prise {
	text-decoration: line-through;
	color: var(--system_secendory_color);
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 5px
}

.couse_wizged .course_content {
	padding-top: 26px;
	padding-right: 20px
}

.couse_wizged .course_content h4 {
	font-weight: 700;
	transition: all .4s ease-in-out
}

.couse_wizged .course_content h4:hover {
	color: var(--system_primery_color)
}

.couse_wizged .course_content .rating_cart {
	display: flex;
	margin-bottom: 30px;
	margin-top: 10px
}

.couse_wizged .course_content .rating_cart .rateing {
	border: 1px solid #d1d1d1;
	font-size: 14px;
	font-weight: 500;
	color: var(--system_secendory_color);
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	height: 40px;
	margin-right: 5px;
	background: #fff
}

.couse_wizged .course_content .rating_cart .rateing span {
	margin-right: 7px
}

.couse_wizged .course_content .rating_cart .rateing i {
	color: #ffc107
}

.couse_wizged .course_content .rating_cart .cart_store {
	border: 1px solid #d1d1d1;
	font-size: 14px;
	color: var(--system_secendory_color);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	background: #fff;
	transition: all .4s ease-in-out
}

.couse_wizged .course_content .rating_cart .cart_store:hover {
	border-color: var(--system_primery_color);
	color: var(--system_primery_color)
}

.couse_wizged .course_content .course_less_students a {
	font-size: 14px;
	font-weight: 400;
	color: var(--system_secendory_color);
	display: inline-flex;
	align-items: center
}

.couse_wizged .course_content .course_less_students a:not(:last-child) {
	margin-right: 30px
}

.couse_wizged .course_content .course_less_students a i {
	font-size: 18px;
	font-weight: 400;
	margin-right: 10px
}

@media (max-width: 1199px) {
	.section_spacing .couse_wizged {
		margin-bottom: 50px
	}
}

@media only screen and (max-width: 767px) {
	.section_spacing .couse_wizged {
		margin-bottom: 30px
	}
}

.Nocouse_wizged {
	grid-gap: 15px
}

.Nocouse_wizged h1 {
	font-size: 30px
}

@media (max-width: 575.98px) {
	.Nocouse_wizged h1 {
		font-size: 20px
	}
}

.quiz_area {
	padding-bottom: 140px
}

.quiz_area .single_course .thumb {
	position: relative;
	overflow: hidden
}

.quiz_area .single_course .thumb img {
	transform: scale(1);
	transition: all .4s ease-in-out
}

.quiz_area .single_course .thumb .prise_tag {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	top: 20px;
	right: 20px;
	border-radius: 50%;
	background: #fff;
	color: var(--system_primery_color)
}

.quiz_area .single_course .thumb .live_tag {
	color: var(--system_primery_color)
}

.quiz_area .single_course .thumb .live_tag,
.quiz_area .single_course .thumb .quiz_tag {
	position: absolute;
	left: 0;
	bottom: 0;
	text-transform: capitalize;
	border-radius: 0 5px 0 0;
	padding: 8px 16px;
	line-height: 1;
	font-weight: 500;
	font-size: 14px;
	background: #fff
}

.quiz_area .single_course .thumb .quiz_tag {
	color: #373737
}

.quiz_area .single_course .course_content {
	padding-top: 26px;
	padding-right: 20px
}

.quiz_area .single_course .course_content h4 {
	font-weight: 700;
	transition: all .4s ease-in-out
}

.quiz_area .single_course .course_content h4:hover {
	color: var(--system_primery_color)
}

.quiz_area .single_course .course_content .rating_cart {
	display: flex;
	margin-bottom: 30px;
	margin-top: 10px
}

.quiz_area .single_course .course_content .rating_cart .rateing {
	border: 1px solid #d1d1d1;
	font-size: 14px;
	font-weight: 500;
	color: var(--system_secendory_color);
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	height: 40px;
	margin-right: 5px
}

.quiz_area .single_course .course_content .rating_cart .rateing span {
	margin-right: 7px
}

.quiz_area .single_course .course_content .rating_cart .rateing i {
	color: #ffc107
}

.quiz_area .single_course .course_content .rating_cart .cart_store {
	border: 1px solid #d1d1d1;
	font-size: 14px;
	color: var(--system_secendory_color);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	transition: all .4s ease-in-out
}

.quiz_area .single_course .course_content .rating_cart .cart_store:hover {
	border-color: var(--system_primery_color);
	color: var(--system_primery_color)
}

.quiz_area .single_course .course_content .course_less_students a {
	font-size: 14px;
	font-weight: 400;
	color: var(--system_secendory_color);
	display: inline-flex;
	align-items: center
}

.quiz_area .single_course .course_content .course_less_students a:not(:last-child) {
	margin-right: 30px
}

.quiz_area .single_course .course_content .course_less_students a i {
	font-size: 18px;
	font-weight: 400;
	margin-right: 10px
}

.quiz_area .single_course:hover img {
	transform: scale(1.1)
}

.quiz_area .white_box {
	background: #fff;
	position: relative;
	margin-top: -150px;
	padding-top: 90px
}

.quiz_wizged .thumb img {
	transform: scale(1);
	transition: all .4s ease-in-out
}

.quiz_wizged .thumb .prise_tag {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background: #fff
}

.quiz_wizged .thumb .live_tag,
.quiz_wizged .thumb .prise_tag {
	color: var(--system_primery_color)
}

.quiz_wizged .thumb .live_tag,
.quiz_wizged .thumb .quiz_tag {
	position: absolute;
	left: 0;
	bottom: 0;
	text-transform: capitalize;
	border-radius: 0 5px 0 0;
	padding: 8px 16px;
	line-height: 1;
	font-weight: 500;
	font-size: 14px;
	background: #fff
}

.quiz_wizged .thumb .quiz_tag {
	color: #373737
}

.quiz_wizged .course_content {
	padding-top: 26px;
	padding-right: 20px
}

.quiz_wizged .course_content h4 {
	font-weight: 700;
	transition: all .4s ease-in-out
}

.quiz_wizged .course_content h4:hover {
	color: var(--system_primery_color)
}

.quiz_wizged .course_content .rating_cart {
	display: flex;
	margin-bottom: 30px;
	margin-top: 10px
}

.quiz_wizged .course_content .rating_cart .rateing {
	border: 1px solid #d1d1d1;
	font-size: 14px;
	font-weight: 500;
	color: var(--system_secendory_color);
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	height: 40px;
	margin-right: 5px;
	background: #fff
}

.quiz_wizged .course_content .rating_cart .rateing span {
	margin-right: 7px
}

.quiz_wizged .course_content .rating_cart .rateing i {
	color: #ffc107
}

.quiz_wizged .course_content .rating_cart .cart_store {
	border: 1px solid #d1d1d1;
	font-size: 14px;
	color: var(--system_secendory_color);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	background: #fff;
	transition: all .4s ease-in-out
}

.quiz_wizged .course_content .rating_cart .cart_store:hover {
	border-color: var(--system_primery_color);
	color: var(--system_primery_color)
}

.quiz_wizged .course_content .course_less_students a {
	font-size: 14px;
	font-weight: 400;
	color: var(--system_secendory_color);
	display: inline-flex;
	align-items: center
}

.quiz_wizged .course_content .course_less_students a:not(:last-child) {
	margin-right: 30px
}

.quiz_wizged .course_content .course_less_students a i {
	font-size: 18px;
	font-weight: 400;
	margin-right: 10px
}

.quiz_wizged:hover img {
	transform: scale(1.1)
}

.courses_area {
	padding: 80px 0 90px
}

.courses_area .couse_wizged,
.courses_area .quiz_wizged {
	margin-bottom: 55px
}

.courses_area .short_select .nice-select-search-box {
	display: none
}

.courses_area .short_select ul {
	padding-top: 0
}

.course_category_chose .single_course_categry {
	border: .5px solid #d1d1d1;
	border-radius: 0;
	padding: 26px 26px 0
}

.course_category_chose .single_course_categry .primary_checkbox {
	margin-bottom: 23px
}

.course_category_chose .single_course_categry h4 {
	margin-bottom: 18px
}

.course_category_chose .single_course_categry:not(:last-child) {
	margin-bottom: 36px
}

.course_category_chose .course_title svg {
	margin-right: 10px
}

.Check_sidebar li:not(:last-child) {
	margin-bottom: 15px
}

.noBrake {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (min-width: 768px) and (max-width:991.98px) {

	.quiz_area .single_course .course_content,
	.quiz_wizged .course_content {
		padding-right: 0
	}
}

@media (max-width: 767.98px) {
	.quiz_area {
		padding-bottom: 45px
	}

	.quiz_area .white_box {
		margin-top: -75px;
		padding-top: 45px
	}

	.quiz_area .single_course .course_content,
	.quiz_wizged .course_content {
		padding-right: 0
	}

	.courses_area {
		padding: 65px 0 30px
	}

	.courses_area .couse_wizged,
	.courses_area .quiz_wizged {
		margin-bottom: 40px
	}
}

.lms_tabmenu::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

.lms_tabmenu::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 10px
}

.lms_tabmenu::-webkit-scrollbar-thumb {
	background: var(--system_primery_color);
	border-radius: 10px;
	background-size: 200% auto
}

.lms_tabmenu::-webkit-scrollbar-thumb:hover {
	background: #555
}

.quiz_wizged .thumb .prev_prise {
	text-decoration: line-through;
	color: var(--system_secendory_color);
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 5px
}

.quiz_wizged .thumb .prise_tag {
	top: 20px;
	right: 20px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 50%;
	min-height: 70px;
	min-width: 70px !important
}

html[dir=rtl] .quiz_wizged .thumb .prise_tag {
	left: 20px;
	right: auto
}

.single_play_list .active span {
	color: var(--system_primery_gredient1)
}

.class_tags {
	padding: 20px 20px 20px 24px
}

html[dir=rtl] .class_tags {
	padding: 20px 24px 20px 20px
}

.class_price_tag .prise_tag {
	right: 24px !important
}

html[dir=rtl] .class_price_tag .prise_tag {
	left: 24px !important;
	right: auto !important
}

.class_tags,
.class_tags a {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
	margin-bottom: 0 !important
}

.class_tags span {
	display: inline-block;
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 100px;
	color: #fff;
	line-height: 1.3
}

.class_tags span.bg1 {
	background: #f81717
}

.class_tags span.bg2 {
	background: #4b64ec
}

.class_tags span.bg3 {
	background: #16ce8c
}

.course {
	margin-bottom: 80px
}

.course-section {
	margin: 100px 0
}

.course-item {
	border: .5px solid #d1d1d1;
	height: 100%;
	display: flex;
	flex-direction: column
}

.course-item,
.course-item-img {
	transition: all .4s ease-in-out
}

.course-item-img {
	height: 192px;
	overflow: hidden;
	position: relative;
	border-bottom: .5px solid #d1d1d1
}

.course-item-img .course-tag {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 14px;
	line-height: 1.4;
	padding: 6px 16px;
	background: var(--system_primery_color_60, #f5d8ff)
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.course-item-img .course-tag {
		font-size: 13px
	}
}

@media only screen and (max-width: 991px) {
	.course-item-img .course-tag {
		font-size: 12px
	}
}

html[dir=rtl] .course-item-img .course-tag {
	left: auto;
	right: 20px
}

.course-item-img .course-tag span {
	color: #fff
}

.course-item-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	transition: all .4s ease-in-out
}

.course-item:hover img {
	transform: scale(1.2) !important
}

.course-item-info {
	padding: 16px;
	flex-grow: 1;
	display: flex;
	flex-direction: column
}

.course-item-info-footer {
	border-top: .5px solid #d1d1d1
}

.course-item-info .title {
	font-size: 16px;
	line-height: 1.4;
	line-height: 24px;
	font-weight: 600;
	color: #1f2b40;
	font-family: var(--fontFamily1);
	margin-bottom: 12px;
	display: inline-block;
	transition: all .4s ease-in-out;
	background: transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 48px;
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.course-item-info .title {
		font-size: 14px
	}
}

@media only screen and (max-width: 991px) {
	.course-item-info .title {
		font-size: 13px
	}
}

.course-item-info .title:hover {
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent
}

.course-item-info .meta {
	font-size: 13px;
	line-height: 1.4;
	color: #1f2b40;
	margin-bottom: 30px;
	line-height: 15px
}

@media only screen and (max-width: 991px) {
	.course-item-info .meta {
		color: #696969;
		font-size: 13px;
	}
}

.course-item-info .meta img,
.course-item-info .meta svg {
	margin-right: 4px;
	width: 15px;
	height: 15px;
}

.course-item-info .meta a {
	color: #1f2b40
}

.course-item-info-description {
	font-size: 13px;
	line-height: 1.4;
	color: #656a7b;
	line-height: 21px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

@media only screen and (max-width: 991px) {
	.course-item-info-description {
		font-size: 12px
	}
}

.course-item-footer {
	padding-top: 12px;
	flex-grow: 1;
	position: relative
}

.course-item-footer:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	border-top: .5px solid #d1d1d1;
	bottom: 43px;
	left: 0;
	right: 0
}

.course-item-footer.no-border:before {
	display: none
}

.course-item-footer .price {
	display: flex;
	gap: 10px;
	align-items: flex-end
}

.course-item-footer .price .current {
	font-size: 20px;
	line-height: 1.5;
	line-height: 24px;
	font-weight: 700;
	font-family: var(--fontFamily1);
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: inline-block
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.course-item-footer .price .current {
		font-size: 18px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.course-item-footer .price .current {
		font-size: 16px
	}
}

@media only screen and (max-width: 767px) {
	.course-item-footer .price .current {
		font-size: 14px
	}
}

.course-item-footer .price del {
	color: #1f2b40;
	font-size: 16px;
	line-height: 1
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.course-item-footer .price del {
		font-size: 14px
	}
}

@media only screen and (max-width: 991px) {
	.course-item-footer .price del {
		font-size: 13px
	}
}

.curriculum_meta {
	gap: 8px
}

.curriculum_meta li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px
}

.curriculum_meta li:not(:last-child):after {
	content: "";
	height: 6px;
	width: 6px;
	border-radius: 100%;
	background: #1f2b40;
	display: inline-block
}

.curriculum_meta_accordion {
	gap: 8px;
	padding-right: 40px
}

html[dir=rtl] .curriculum_meta_accordion {
	padding-left: 40px;
	padding-right: 0
}

.curriculum_meta_accordion li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 400
}

.curriculum_meta_accordion li:not(:last-child):after {
	content: "";
	height: 6px;
	width: 6px;
	border-radius: 100%;
	background: #fff;
	display: inline-block
}

.expand_all_btn {
	font-size: 20px;
	font-weight: 700;
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text
}

.expand_all_btn:hover {
	background-position: 100%
}

.accordion-item {
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .0784313725)
}

.accordion-item .accordion-button {
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff !important;
	padding: 20px !important
}

.accordion-item .accordion-button:before {
	color: #fff !important
}

.accordion-item .accordion-body {
	padding-top: 34px;
	background: #fff;
	border: 0
}

.curriculam_left {
	max-width: none;
	flex: initial
}

.course_category_chose .primary_checkbox .label_name {
	color: #9f8ea9
}

.course_category_chose .primary_checkbox:hover .label_name,
.course_category_chose .primary_checkbox input[checked]+.checkmark+.label_name {
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webit-background-clip: text;
	-webkit-background-clip: text;
	background-clip: text
}

.course_category_chose .single_course_categry h4 {
	font-weight: 500 !important
}

.primary_checkbox2 .checkmark:after,
.primary_checkbox .checkmark:after {
	background: rgba(143, 104, 255, .1019607843) !important;
	border-color: rgba(143, 104, 255, .7019607843) !important
}

.single_course_categry ul {
	max-height: 250px;
	overflow: auto;
	margin: 18px 0 20px;
	padding-top: 2px
}

.single_course_categry ul::-webkit-scrollbar {
	width: 5px
}

.single_course_categry ul::-webkit-scrollbar-track {
	background: rgba(143, 104, 255, .2);
	border-radius: 20px;
	border: 1px solid #fff !important;
	box-sizing: content-box
}

.single_course_categry ul::-webkit-scrollbar-thumb {
	background: var(--system_primery_color);
	background-size: 200% auto;
	border-radius: 20px
}

.single_course_categry ul::-webkit-scrollbar-thumb:hover {
	background-position: 100%
}

.mt-30 {
	margin-top: 30px
}

.font_40 {
	font-size: 40px
}

.gap-10 {
	gap: 10px
}

.gap-12 {
	gap: 12px
}

.gap-20 {
	gap: 20px
}

.mb-40 {
	margin-bottom: 40px
}

.px-34 {
	padding-left: 34px;
	padding-right: 34px
}

.pb-50 {
	padding-bottom: 50px
}

.font_32 {
	font-size: 32px
}

.details_shadow {
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .1490196078) !important;
	margin-bottom: 50px
}

.course_tabs.gradient {
	border-radius: 2px;
	margin-bottom: 50px;
	position: -webkit-sticky;
	position: sticky;
	top: var(--header-size, 95px);
	z-index: 2
}

.course_tab_content>div:not(:last-child) {
	margin-bottom: 50px
}

.gradient_border {
	background: #fff;
	border-radius: 5px
}

.gradient_border .nav-item .nav-link.active {
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff
}

.gradient_border .nav-item .nav-link {
	padding-top: 0;
	padding-bottom: 0;
	background: #f5f5f5;
	border: 1px solid #f5f5f5 !important;
	margin: 0;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px
}

.gradient_border .nav-item .nav-link:not(.active):hover {
	background: #fff;
	color: var(--system_secendory_color);
	border: .5px solid var(--system_primery_gredient1) !important
}

.course_sidebar {
	margin-top: -400px;
	width: 100%;
	background: #fff;

	margin-bottom: 50px;
	position: -webkit-sticky;
	position: sticky;
	top: var(--header-size, 95px)
}

@media (min-width: 1200px) and (max-width:1400px) {
	.course_sidebar {
		margin-top: -320px
	}
}

@media (max-width: 1200px) {
	.course_sidebar {
		margin-top: 0
	}
}

.quiz_sidebar__widget {
	background: #fff;
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .1490196078);
	margin-bottom: 50px
}

.course__details,
.quiz__details {
	padding: 35px 0 0;
	background: #ebf8ff
}

.course__details_head,
.quiz__details_head {
	padding: 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.course__details_head .location,
.quiz__details_head .location {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	display: flex;
	align-items: center
}

.course__details_head .location .location_title,
.quiz__details_head .location .location_title {
	width: 17ch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block
}

.course__details_head .category,
.quiz__details_head .category {
	margin-bottom: 40px
}

.course__details_head .category_item a,
.quiz__details_head .category_item a {
	text-decoration: underline !important;
	text-underline-offset: 4px;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize
}

.course__details_head .meta_item,
.quiz__details_head .meta_item {
	background: #fff;
	color: #1f2b40;
	padding: 10px 16px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	gap: 8px
}

.course__details_head .meta_item.highlight,
.quiz__details_head .meta_item.highlight {
	background: var(--system_primery_color);
	color: #fff;
	padding: 7px 24px 7px 7px;
	background-size: 200% auto
}

.course__details_head .meta_item.highlight img,
.quiz__details_head .meta_item.highlight img {
	border-radius: 100%;
	width: 30px;
	aspect-ratio: 1/1
}

.course__details_head .meta_item.highlight p,
.quiz__details_head .meta_item.highlight p {
	color: #fff
}

.course__details_head .title,
.quiz__details_head .title {
	font-size: 48px;
	line-height: 64px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

@media (max-width: 991px) {

	.course__details_head .title,
	.quiz__details_head .title {
		font-size: 38px;
		line-height: 48px
	}
}

@media (max-width: 767px) {

	.course__details_head .title,
	.quiz__details_head .title {
		font-size: 32px;
		line-height: 42px
	}
}

.course__details_title,
.quiz__details_title {
	display: flex
}

.course__details_title .single__details,
.quiz__details_title .single__details {
	display: flex;
	align-items: center;
	position: relative;
	width: 33%;
	z-index: 1;
	margin-bottom: 40px
}

.course__details_title .single__details:not(:last-child),
.quiz__details_title .single__details:not(:last-child) {
	margin-right: 60px;
	padding-right: 60px
}

.course__details_title .single__details:not(:last-child):before,
.quiz__details_title .single__details:not(:last-child):before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: #e9e7f7;
	width: 1px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%)
}

.course__details_title .single__details .thumb,
.quiz__details_title .single__details .thumb {
	margin-right: 25px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	flex: 80px 0 0;
	background-size: cover;
	background-position: 50%
}

.course__details_title .single__details .thumb img,
.quiz__details_title .single__details .thumb img {
	border-radius: 50%;
	width: 80px;
	height: 80px
}

.course__details_title .single__details .details_content span,
.quiz__details_title .single__details .details_content span {
	font-size: 14px;
	font-weight: 500;
	color: #373737;
	display: inline-block;
	margin-bottom: 3px
}

.course__details_title .single__details .details_content .rating_star,
.quiz__details_title .single__details .details_content .rating_star {
	display: flex
}

.course__details_title .single__details .details_content .rating_star .stars,
.quiz__details_title .single__details .details_content .rating_star .stars {
	display: flex;
	align-items: center
}

.course__details_title .single__details .details_content .rating_star .stars i,
.quiz__details_title .single__details .details_content .rating_star .stars i {
	font-size: 15px;
	color: #ffc107
}

.course__details_title .single__details .details_content .rating_star .stars i:not(:last-child),
.quiz__details_title .single__details .details_content .rating_star .stars i:not(:last-child) {
	margin-right: 5px
}

.course__details_title .single__details .details_content .rating_star p,
.quiz__details_title .single__details .details_content .rating_star p {
	font-size: 14px;
	font-weight: 400;
	font-family: var(--font_family2), sans-serif;
	color: var(--system_secendory_color);
	margin-bottom: 0;
	margin-left: 19px
}

.course__details .video_screen,
.quiz__details .video_screen {
	
	width: 100%;
	
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center
}

.course__details .video_screen p,
.quiz__details .video_screen p {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--font_family2), sans-serif;
	color: #fff;
	margin-top: 14px
}

.quiz__details {
	background: #fff;
	padding: 80px 0 50px !important
}

.sidebar__widget {
	padding: 24px 40px 40px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	border: .5px solid #d1d1d1
}

.sidebar__widget .sidebar__title {
	display: flex;
	align-items: center;
	margin-bottom: 21px
}

.sidebar__widget .sidebar__title h3 {
	font-size: 36px;
	font-weight: 700;
	color: var(--system_secendory_color);
	margin-bottom: 0;
	margin-right: 0
}

.sidebar__widget .sidebar__title .previous_price {
	font-size: 20px;
	font-weight: 500
}

.sidebar__widget .sidebar__title p {
	font-size: 14px;
	font-weight: 600;
	color: #c4c4c4;
	margin-bottom: 0;
	font-family: var(--font_family1)
}

.sidebar__widget .sidebar__title p a {
	font-size: 14px;
	font-weight: 500;
	color: #373737;
	margin-bottom: 0;
	font-family: var(--font_family1)
}

.sidebar__widget .sidebar__title p a:hover {
	text-decoration: underline !important;
	text-underline-offset: 5px
}

.sidebar__widget .sidebar__title p a i {
	margin-right: 5px
}

.sidebar__widget .course_includes li {
	display: flex;
	align-items: center;
	gap: 10px
}

.sidebar__widget .course_includes li:not(:last-child) {
	margin-bottom: 12px
}

.sidebar__widget .course_includes li i {
	font-size: 22px;
	font-weight: 400;
	color: #373737;
	margin-right: 15px
}

.sidebar__widget .course_includes li p {
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	margin-bottom: 0
}

.lms_tab_content .course_overview_description .single_overview:not(:last-child) {
	margin-bottom: 54px
}

.lms_tab_content .course_overview_description .single_overview:last-child {
	margin-bottom: 25px
}

.lms_tab_content .course_overview_description .single_overview .theme_border {
	margin-bottom: 24px
}

.lms_tab_content .course_overview_description .single_overview p {
	line-height: 26px;
	font-weight: 400
}

.lms_tab_content .course_overview_description .single_overview .social_btns {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px
}

.lms_tab_content .course_overview_description .single_overview .social_btns .social_btn {
	margin-right: 10px;
	margin-bottom: 5px
}

.lms_tab_content .course_overview_description .single_overview h4:not(:first-child) {
	margin-top: 66px
}

.lms_tab_content .instractor_details_wrapper {
	padding-bottom: 97px
}

.lms_tab_content .instractor_details_wrapper .instractor_title {
	margin-bottom: 45px
}

.lms_tab_content .instractor_details_wrapper .instractor_title h4 {
	margin-bottom: 3px
}

.lms_tab_content .instractor_details_wrapper .instractor_title>p {
	color: #373737;
	font-weight: 500
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info h4 {
	margin-bottom: 8px
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info h5 {
	font-size: 16px;
	font-weight: 500;
	font-family: var(--font_family2), sans-serif;
	color: #373737
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .ins_details {
	margin-bottom: 21px;
	margin-top: 24px
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .intractor_qualification .single_qualification {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--font_family2), sans-serif;
	margin-bottom: 10px
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .intractor_qualification .single_qualification i {
	font-size: 22px;
	font-weight: 400;
	margin-right: 15px
}

.lms_tab_content .author_courses {
	padding-top: 30px;
	border-top: 1px solid #e9e7f7
}

.course_review_wrapper .details_title {
	margin-bottom: 45px
}

.course_review_wrapper .details_title h4 {
	margin-bottom: 3px
}

.course_review_wrapper .details_title>p {
	color: #373737
}

.course_review_wrapper .course_feedback {
	display: flex;
	align-items: center;
	border: .5px solid #d1d1d1;
	padding: 24px 38px 24px 26px;
	border-radius: 2px
}

@media (max-width: 767px) {
	.course_review_wrapper .course_feedback {
		padding-right: 26px;
		padding-left: 26px
	}
}

html[dir=rtl] .course_review_wrapper .course_feedback {
	padding-left: 38px;
	padding-right: 26px
}

.course_review_wrapper .course_feedback .course_feedback_left {
	padding-right: 60px;
	margin-bottom: 30px;
	text-align: center
}

@media (max-width: 767px) {
	.course_review_wrapper .course_feedback .course_feedback_left {
		padding-right: 0
	}
}

.course_review_wrapper .course_feedback .course_feedback_left h2 {
	font-size: 48px;
	font-weight: 900;
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	margin-bottom: 0;
	line-height: 1
}

.course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0 8px
}

.course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars i {
	color: #ffc107;
	font-size: 16px
}

.course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars i:not(:last-child) {
	margin-right: 5px
}

.course_review_wrapper .course_feedback .course_feedback_left span {
	font-family: var(--font_family2), sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #656a7b
}

.course_review_wrapper .course_feedback .feedbark_progressbar {
	width: 100%
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar {
	display: grid;
	grid-template-columns: minmax(-webkit-max-content, 100%) repeat(2, 1fr);
	grid-template-columns: minmax(max-content, 100%) repeat(2, 1fr);
	align-items: center
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar:not(:last-child) {
	margin-bottom: 20px
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress {
	height: 19px;
	background-color: #e8e8ed;
	border-radius: 30px;
	margin-right: 23px;
	border: 1px solid rgba(143, 104, 255, .3019607843);
	padding: 4px
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress .progress-bar {
	background: var(--system_primery_color);
	background-size: 200% auto;
	border-radius: 30px
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
	display: flex;
	align-items: center;
	margin: 0 14px 0 0
}

html[dir=rtl] .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
	margin-left: 14px;
	margin-right: 0
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i {
	color: #ffc107;
	font-size: 16px
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i.empty {
	color: rgba(143, 104, 255, .3019607843)
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i:not(:last-child) {
	margin-right: 5px
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent span {
	font-family: var(--font_family2), sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: var(--system_secendory_color)
}

.course_review_wrapper .course_cutomer_reviews {
	margin-top: 42px
}

.course_review_wrapper .course_cutomer_reviews .details_title {
	margin-bottom: 80px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews {
	display: flex;
	border-bottom: 1px solid #e9e7f7;
	padding-bottom: 90px;
	position: relative
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content p {
	text-align: left
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .time {
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff;
	font-size: 12px;
	padding: 5px 14px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center
}

.course_review_wrapper .course_cutomer_reviews .single_reviews p {
	color: #656a7b;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400
}

.course_review_wrapper .course_cutomer_reviews .single_reviews:last-child {
	border: 0
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .thumb {
	font-size: 20px;
	font-weight: 700;
	font-family: var(--font_family1);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: var(--system_primery_color);
	flex: 80px 0 0;
	margin-right: 27px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 80px;
	margin-bottom: 20px;
	background-size: 200% auto
}

html[dir=rtl] .course_review_wrapper .course_cutomer_reviews .single_reviews .thumb {
	margin-right: 0;
	margin-left: 27px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content h4 {
	margin-bottom: 0
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer {
	display: flex;
	align-items: center;
	margin: 7px 0 16px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars {
	display: flex;
	align-items: center;
	margin: 0 15px 0 0
}

html[dir=rtl] .course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars {
	margin-right: 0;
	margin-left: 15px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars i {
	color: #ffc107;
	font-size: 15px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars i:not(:last-child) {
	margin-right: 5px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer span {
	font-size: 14px;
	font-weight: 500;
	color: #373737
}

.view_all_qa_btn,
.view_all_review_btn {
	height: 74px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1f2b40;
	color: #fff;
	font-size: 24px;
	transition: all .4s ease-in-out;
	margin-bottom: 70px;
	margin-top: 40px
}

.view_all_qa_btn:hover,
.view_all_review_btn:hover {
	background: var(--system_primery_color);
	background-size: 200% auto
}

@media (max-width: 767.98px) {
	.course__details {
		padding: 75px 0 45px
	}

	.course__details_title {
		flex-direction: column
	}

	.course__details_title .single__details {
		margin-bottom: 30px
	}

	.course__details_title .single__details:not(:last-child) {
		margin-right: 0;
		padding-right: 0
	}

	.course__details_title .single__details:not(:last-child):before {
		display: none
	}

	.course__details .video_screen {
		width: 100%;

	}
.course__details .video_screen img {
	height:inherit!important;
	
}
	.sidebar__widget .sidebar__title h3 {
		font-size: 30px
	}

	.lms_tab_content {
		margin-bottom: 45px
	}

	.lms_tab_content .instractor_details_wrapper {
		padding-bottom: 47px
	}

	.lms_tab_content .instractor_details_wrapper .instractor_details_inner {
		grid-template-columns: auto;
		grid-gap: 30px;
		margin-bottom: 30px
	}

	.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .ins_details {
		margin-bottom: 21px
	}

	.lms_tab_content .author_courses {
		padding-top: 47px
	}

	.course_review_wrapper .course_feedback {
		flex-direction: column
	}

	.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress,
	.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
		margin-right: 15px
	}

	html[dir=rtl] .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
		margin-right: 0;
		margin-left: 15px
	}

	.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i {
		font-size: 14px
	}

	.course_review_wrapper .course_cutomer_reviews .details_title {
		margin-bottom: 30px
	}

	.course_review_wrapper .course_cutomer_reviews .single_reviews {
		padding-bottom: 40px;
		margin-bottom: 40px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.course__details_title .single__details:not(:last-child) {
		margin-right: 10px;
		padding-right: 10px
	}

	.course__details_title .single__details:not(:last-child):before {
		display: none
	}

	.course__details_title .single__details .details_content h4 {
		font-size: 18px
	}

	.course__details_title .single__details .details_content .rating_star p {
		margin-left: 5px
	}
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.sidebar__widget .sidebar__title h3 {
		font-size: 30px
	}
}

@media (min-width: 1200px) and (max-width:1599.98px) {
	.sidebar__widget .sidebar__title h3 {
		font-size: 30px
	}
}

@media (min-width: 1500px) {
	.lms_tab_content {
		padding-right: 50px
	}
}

@media (max-width: 575.98px) {
	.course_review_wrapper .course_cutomer_reviews .single_reviews {
		flex-direction: column
	}
}

.btn-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 20px
}

.sale_time_left {
	color: #f82734
}

.money_back_guarantee {
	font-size: 16px;
	color: #656a7b
}

.course_details_additional_actions {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	color: #1f2b40
}

.course_details_additional_actions li a {
	color: #1f2b40;
	font-weight: 700;
	font-size: 15px;
	transition: all .4s ease-in-out;
	position: relative
}

.course_details_additional_actions li a:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #1f2b40
}

.course_details_additional_actions li a:hover {
	color: var(--system_primery_gredient1)
}

.course_details_additional_actions li a:hover:after {
	background: var(--system_primery_color);
	background-size: 200% auto
}

.apply_coupon_section label {
	font-size: 15px;
	font-weight: 500;
	color: #1f2b40
}

.apply_coupon_section input {
	display: block;
	width: 100%;
	height: 46px;
	padding: 4px 140px 4px 10px;
	border: 1px solid var(--system_primery_gredient1, #8f68ff);
	border-radius: 2px;
	background: var(--system_primery_color_05, #f7efff);
	margin-top: 6px
}

html[dir=rtl] .apply_coupon_section input {
	padding-left: 140px;
	padding-right: 10px
}

.apply_coupon_section button[type=submit] {
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff;
	height: 40px;
	min-width: 127px
}

html[dir=rtl] .apply_coupon_section button[type=submit] {
	right: auto;
	left: 3px
}

.apply_coupon_section button[type=submit]:hover {
	background-position: 100%
}

.more_course_section {
	padding-top: 90px;
	padding-bottom: 40px
}

.more_course_section .section__title h3 {
	font-size: 40px
}

.more_course_section .owl-nav div {
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	border: .5px solid #d1d1d1
}

.more_course_section .owl-nav div svg {
	color: #1f2b40
}

.more_course_section .owl-nav div:hover {
	background: var(--system_primery_color);
	background-size: 200% auto
}

.more_course_section .owl-nav div:hover svg {
	color: #fff
}

.more_course_section .owl-nav div.owl-next {
	right: -100px !important;
	left: auto !important
}

@media (max-width: 1500px) {
	.more_course_section .owl-nav div.owl-next {
		right: -30px !important;
		left: auto !important
	}
}

.more_course_section .owl-nav div.owl-prev {
	left: -100px !important;
	right: auto !important
}

@media (max-width: 1500px) {
	.more_course_section .owl-nav div.owl-prev {
		left: -30px !important;
		right: auto !important
	}
}

.more_course_section .view-all-btn a,
.more_course_section .view-all-btn i {
	font-size: 20px;
	font-weight: 700;
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	transition: all .4s ease-in-out
}

.more_course_section .view-all-btn a:hover,
.more_course_section .view-all-btn i:hover {
	background-position: 100%
}

.more_course_section .view-all-btn i {
	transform: rotate(-45deg)
}

@media (max-width: 991px) {
	.more_course_section {
		padding-top: 40px
	}

	.more_course_section .section__title h3 {
		font-size: 30px;
		line-height: 1.4
	}
}

@media (max-width: 576px) {
	.more_course_section .section__title h3 {
		font-size: 20px;
		line-height: 1.4
	}
}

.instractor_details_wrapper .thumb {
	width: 143px;
	min-width: 143px;
	height: 143px;
	aspect-ratio: 1/1;
	border-radius: 100%;
	border: 3px solid #1f2b40;
	overflow: hidden
}

.social_links {
	gap: 6px;
	margin-top: 20px
}

.social_links li a {
	display: inline-block;
	height: 35px;
	width: 35px;
	background: var(--system_primery_color);
	background-size: 200% auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.social_links li a:hover {
	background-position: 100%
}

.social_links li a i {
	color: #fff
}

.instractor_details_info h4 {
	font-size: 24px;
	color: #1f2b40
}

.instractor_details_info .about_instructor {
	color: #656a7b;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical
}

.intractor_qualification .single_qualification {
	display: flex;
	align-items: center;
	gap: 20px
}

.intractor_qualification .single_qualification:not(:last-child) {
	margin-bottom: 30px
}

.intractor_qualification {
	position: relative
}

.intractor_qualification:before {
	content: "";
	width: 2px;
	height: 100%;
	background: radial-gradient(50% 50% at 50% 50%, rgba(143, 104, 255, .6) 0, rgba(143, 104, 255, 0) 100%);
	position: absolute;
	left: -30px;
	top: 0
}

html[dir=rtl] .intractor_qualification:before {
	left: auto;
	right: -30px
}

.instractor_details_inner {
	--bs-gutter-x: 60px
}

.instructor_box {
	border: .5px solid #d1d1d1;
	border-bottom: 0;
	position: relative;
	padding: 20px 44px
}

.instructor_box:before {
	content: "";
	height: 3px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: var(--system_primery_color);
	background-size: 200% auto;
	border-radius: 2px
}

.rating_percent span {
	min-width: 40px
}

.svg-play {
	height: 24px;
	width: 24px;
	min-width: 24px;

	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	transition: all .3s ease-in-out
}

html[dir=rtl] .svg-play {
	transform: scaleX(-1)
}

.svg-play svg {
	margin-left: 2px
}



.curriculam_single .theme_btn_lite {
	background: none;
	position: relative;
	padding: 0;
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	border: 0
}

.curriculam_single .theme_btn_lite:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -4px;
	left: 0;
	background: var(--system_primery_color);
	background-size: 200% auto;
	border-radius: 2px;
	z-index: 2;
	border: 0
}

.curriculam_single .theme_btn_lite:hover {
	border: 0;
	background-position: 100%
}

.curriculam_single .theme_btn_lite:hover:before {
	background-position: 100%
}

.theme_according .curriculam_left,
.theme_according .curriculam_right {
	gap: 8px
}

.grid-column-span2 {
	grid-column: 1/3
}

.single_overview .social_btns,
.single_overview h4:not(:first-child) {
	margin-top: 66px
}

.students_also_bought {
	padding: 20px
}

.students_also_bought .single_related_product {
	border: .5px solid #d1d1d1
}

.students_also_bought .single_related_product:not(:last-child) {
	margin-bottom: 18px
}

.students_also_bought .single_related_product .left {
	border-right: .5px solid #d1d1d1;
	padding: 8px
}

.students_also_bought .single_related_product .right .stats {
	display: flex;
	flex-direction: column;
	border-right: .5px solid #d1d1d1
}

.students_also_bought .single_related_product .right .stats li {
	font-size: 13px;
	color: #1f2b40;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px
}

.students_also_bought .single_related_product .right .stats li:not(:last-child) {
	border-bottom: .5px solid #d1d1d1
}

.students_also_bought .single_related_product .right .price {
	border-right: .5px solid #d1d1d1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.students_also_bought .single_related_product .right .price .current {
	font-size: 20px;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 700
}

.students_also_bought .single_related_product .right .price del {
	font-size: 16px;
	color: #1f2b40
}

.students_also_bought .single_related_product .right .card_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.students_also_bought .thumb {
	height: 80px;
	width: 80px;
	border-radius: 2px;
	-o-object-fit: cover;
	object-fit: cover
}

.students_also_bought .skill_lavel {
	font-size: 13px;
	background: #1f2b40;
	padding: 2px 8px;
	border-radius: 2px;
	color: #fff
}

.students_also_bought .info {
	color: #656a7b;
	font-size: 14px
}

.students_also_bought .info li {
	position: relative
}

.students_also_bought .info li:not(:last-child):after {
	content: "";
	display: inline-block;
	height: 4px;
	width: 4px;
	border-radius: 100%;
	background: #656a7b;
	margin-left: 8px
}

.students_also_bought .title {
	font-size: 14px;
	color: #1f2b40;
	font-weight: 600
}

.rating img {
	width: 16px;
	height: 16px
}

.theme_according .accordion-header button span {
	color: #ff9bb7!important;
}

.applied_coupon_container {
	gap: 10px;
	margin-top: 20px
}

.applied_coupon_container .applied_coupon {
	border: 1px solid var(--system_primery_gredient1);
	border-radius: 4px;
	flex-grow: 1;
	display: flex
}

.applied_coupon_container .coupon_code {
	padding: 2px 10px;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	flex-grow: 1;
	font-weight: 700;
	text-align: center
}

.applied_coupon_container span.coupon_off {
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 2px 16px;
	font-weight: 700
}

.applied_coupon_container .remove_coupon a,
.applied_coupon_container .remove_coupon button {
	white-space: nowrap;
	color: var(--system_secondary_color);
	text-decoration: underline !important;
	text-underline-offset: 4px
}

.applied_coupon_container .remove_coupon a:hover,
.applied_coupon_container .remove_coupon button:hover {
	color: var(--system_primery_gredient1)
}

.social_btn:hover {
	background-size: 200% auto !important
}

.skill_lavel-tag {
	color: #fff;
	background: #1f2b40;
	font-size: 13px;
	font-weight: 500;
	padding: 2px 5px;
	border-radius: 2px;
	line-height: 20px
}

.rating_filter_star img {
	width: 18px;
	height: 18px;
	-o-object-fit: contain;
	object-fit: contain
}

.social_share_options_label {
	font-size: 15px;
	font-weight: 600;
	color: #1f2b40;
	margin-top: 30px
}

.course_share_social_links {
	justify-content: flex-start;
	gap: 10px;
	margin-top: 6px
}

.course_share_social_links a {
	display: flex;
	height: 40px;
	width: 40px;
	border: 1px solid hsla(0, 0%, 69%, .4509803922);
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	transition: all .3s ease-in-out
}

.course_share_social_links a i {
	color: #8d8d8d;
	font-size: 16px;
	transition: all .3s ease-in-out
}

.course_share_social_links a:hover {
	background: var(--system_primery_color);
	background-size: 200% auto
}

.course_share_social_links a:hover i {
	color: #fff
}

.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 .thumb {
	margin-left: 0;
	margin-right: 15px
}

.cart_store {
	align-self: end
}

.cart_store.heading-cart-icon {
	align-self: center
}

.cart_store>img {
	width: 23px !important
}

.course-item:hover .cart_store img {
	transform: scale(1) !important
}

.cart_store:hover img,
.course-item .cart_store:hover img {
	transform: scale(1.2) !important
}

.quiz_details_thumb {
	aspect-ratio: 295/175;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.quiz_details_thumb img {
	width: 100%;
	height: 100%
}

@media (max-width: 767px) {
	.students_also_bought h4 {
		font-size: 32px
	}
}

.course-item-info .rating,
.course-item-info a {
	display: flex;
	align-items: center;
	gap: 4px
}

.dashboard_main_wrapper .theme_search_field input {
	color: var(--system_secendory_color) !important
}

.cta_area {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/banner/cta_bg.jpg);
	background-position: 50%;
	position: relative;
	z-index: 1;
	padding: 150px 0
}

.cta_area:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #0a0b21;
	opacity: .5;
	width: 100%;
	height: 100%;
	z-index: -1
}

.cta_area .section__title h3 {
	margin-bottom: 10px
}

.cta_area .section__title p {
	margin-bottom: 40px
}

.package_area {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/banner/backage_bg.jpg);
	background-position: bottom;
	padding-top: 140px;
	padding-bottom: 292px
}

@media (min-width: 768px) and (max-width:1199px) {
	.package_area {
		padding-top: 90px;
		padding-bottom: 230px
	}
}

.package_area .single_package {
	text-align: center
}

.package_area .single_package .icon img {
	display: inline-block;
	width: auto !important;
	height: 70px
}

.package_area .single_package h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 4px;
	margin-top: 31px
}

.package_area .single_package p {
	font-size: 16px;
	font-weight: 500;
	color: #373737
}

@media (max-width: 767.98px) {
	.cta_area {
		padding: 75px 0
	}

	.package_area {
		padding-top: 65px;
		padding-bottom: 145px
	}
}

.header_iner {
	background: var(--system_primery_color);
	position: relative;
	width: 100%;
	top: 0;
	z-index: 99;
	padding: 0 45px 0 30px;
	height: 80px;
	background-size: 200% auto
}

.header_iner .category_search .theme_search_field {
	background-color: rgba(0, 0, 0, .15)
}

.header_iner .category_search .theme_search_field .btn {
	color: #fff !important
}

.header_iner .category_search input::-moz-placeholder {
	color: #fff !important
}

.header_iner .category_search input::placeholder {
	color: #fff !important
}

.profile_info {
	position: relative;
	cursor: pointer;
	max-width: 250px
}

.profile_info img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 15px
}

.profile_info span {
	font-size: 16px;
	font-weight: 600;
	color: #687083;
	font-family: var(--font_family1)
}

.profile_info_iner {
	position: absolute;
	top: 100%;
	right: 0;
	text-align: left;
	min-width: 294px;
	width: 100%;
	background-color: #fff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 4px 57px rgba(0, 0, 0, .1);
	border-bottom: 2px solid var(--system_primery_color);
	opacity: 0;
	visibility: hidden;
	transform: translateY(3px);
	transform-origin: right top;
	transition: all .4s ease-in-out
}

.active .profile_info_iner {
	opacity: 1;
	visibility: visible;
	transform: translateY(13px)
}

.profile_info_iner a {
	display: block;
	padding: 13px 10px;
	color: var(--system_secendory_color);
	border-radius: 6px;
	transition: all .4s ease-in-out
}

.profile_info_iner a:hover {
	background-color: #f3f5fa;
	color: var(--system_primery_color)
}

.profile_info_icon {
	background-color: #fff;
	color: var(--system_primery_color);
	border-radius: 12px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	margin-right: 0;
	padding: 14px 17.5px;
	border-radius: 6px
}

@media (max-width: 420px) {
	.profile_info_icon {
		padding: 11px 15px
	}
}

.profile_info_icon svg {
	width: 17px;
	height: 18px
}

.active .profile_info_icon {
	color: #fff;
	background-color: var(--system_secendory_color)
}

.profile_info .studentProfileThumb {
	--img: 50px;
	width: var(--img);
	height: var(--img);
	border-radius: 100%;
	cursor: pointer;
	margin-right: 15px;
	background-size: cover;
	background-position: 50%
}

@media (max-width: 767px) {
	.profile_info .studentProfileThumb {
		--img: 40px
	}
}

.sidebar_icon i {
	font-size: 24px
}

.notification_area {
	right: -30px;
	width: 330px;
	z-index: 10;
	border-radius: 10px;
	box-shadow: 2px 2px 40px hsla(0, 0%, 69.4%, .15);
	top: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in-out
}

.notification_area,
.notification_area:after {
	position: absolute;
	background: #fff;
	border: 1px solid #eceef4
}

.notification_area:after {
	content: "";
	width: 25px;
	height: 25px;
	top: -12.5px;
	right: 34px;
	transform: rotate(45deg);
	border-bottom: 0;
	border-right: 0
}

.notification_area.active {
	opacity: 1;
	visibility: visible
}

.notification_body {
	padding: 30px;
	max-height: 345px;
	overflow: auto;
	text-align: left
}

.notification_body::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.notification_body::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .15);
	border-radius: 100px
}

.notification_body::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .3);
	border-radius: 100px
}

.notification_body::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, .5)
}

.notification_body .single_nofy {
	display: flex;
	align-items: center
}

.notification_body .single_nofy:not(:last-child) {
	margin-bottom: 25px
}

.notification_body .single_nofy .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	flex: 50px 0 0;
	margin-right: 20px
}

.notification_body .single_nofy .icon img {
	width: 100%
}

.notification_body .single_nofy .notyfy_content h4 {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--font_family1);
	color: currentColor;
	margin-bottom: 0;
	transition: all .4s ease-in-out;
	color: var(--system_secendory_color)
}

.notification_body .single_nofy .notyfy_content h4:hover {
	color: var(--system_primery_color)
}

.notification_body .single_nofy .notyfy_content p {
	font-size: 12px;
	font-weight: 500;
	color: #687083
}

.notification_footer a {
	font-size: 16px;
	font-weight: 600;
	color: var(--system_secendory_color);
	font-family: var(--font_family1);
	display: block;
	border-top: 1px solid #e9e7f7;
	text-align: center;
	padding: 18px 0 19px
}

.notification_footer a:hover {
	color: var(--system_primery_color) !important
}

.notification_wrapper ul {
	display: flex;
	z-index: 100;
	align-items: center;
	padding: 7px 10px;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 6px;
	margin-right: 13px;
	height: 52px
}

@media (max-width: 479px) {
	.notification_wrapper ul {
		height: 46px
	}
}

.notification_wrapper ul li {
	position: relative
}

.notification_wrapper ul li:not(:last-child) {
	margin: 6px
}

@media (max-width: 480px) {
	.notification_wrapper ul li:not(:last-child) {
		margin-right: 4px !important
	}
}

.notification_wrapper ul li a {
	position: relative;
	z-index: 2;
	display: inline-block
}

.notification_wrapper ul li a .notify_icon img {
	max-height: 18px;
	max-width: 30px
}

.notification_wrapper ul li a .notify_count {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fcc63c;
	font-size: 10px;
	font-weight: 600;
	font-family: var(--font_family1);
	display: inline-block;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 2px;
	right: 6px
}

@media (max-width: 479px) {
	.notification_wrapper ul li a .notify_count {
		right: 0
	}
}

@media (max-width: 991.98px) {
	.header_iner {
		width: 100%;
		padding: 20px;
		height: 80px
	}

	.header_iner .notification_wrapper ul li:not(:last-child) {
		margin-right: 6px !important
	}

	.header_iner .category_search,
	.header_iner .category_search .categories_menu {
		display: none !important
	}

	.profile_info img {
		width: 45px;
		height: 45px
	}
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.header_iner {
		padding: 0 50px
	}

	.header_iner .category_search .theme_search_field {
		display: none
	}
}

@media (min-width: 1200px) and (max-width:1599.98px) {
	.header_iner {
		padding: 0 50px
	}
}

@media (max-width: 767.98px) {
	.header_iner .notification {
		margin: 0 10px
	}

	.profile_info .profile_info_iner {
		transform: translateY(0)
	}

	.collaps_part.active .collaps_part_content,
	.profile_info.active .profile_info_iner {
		transform: translateY(-13px)
	}

	.notification_area {
		margin-right: 15px
	}
}

@media (max-width: 575.98px) {
	.header_iner .notification_wrapper ul li .notification_area {
		right: -200px;
		width: 300px
	}

	.header_iner .notification_wrapper ul li .notification_area .notification_body {
		padding: 20px
	}

	.profile_info span {
		display: none
	}

	.profile_info.active .profile_info_iner {
		transform: translateY(-15px) !important
	}
}

@media only screen and (max-width: 767px) {
	.header_iner .notification_wrapper ul li .notification_area:after {
		right: auto;
		left: 90px
	}
}

@media (min-width: 1700px) {
	.header_iner .category_search .theme_search_field {
		width: 539px
	}
}

@media only screen and (min-width: 1200px) and (max-width:1299.98px) {
	.header_iner .category_search .theme_search_field {
		display: none !important
	}
}

@media (max-width: 420px) {
	.header_iner .notification_wrapper ul li .notification_area {
		right: -180px;
		width: 280px
	}

	.header_iner .notification_wrapper ul li .notification_area:after {
		left: 95px
	}
}

@media only screen and (min-width: 1300px) and (max-width:1399.98px) {
	.header_iner .category_search .theme_search_field {
		width: 310px
	}
}

@media only screen and (min-width: 1400px) and (max-width:1499.98px) {
	.header_iner .category_search .theme_search_field {
		width: 300px
	}
}

@media (min-width: 576px) and (max-width:767.98px) {
	.collaps_part.active .collaps_part_content {
		transform: translateY(23px)
	}
}

.dashboard_main_wrapper {
	display: flex
}

.dashboard_main_wrapper .dashboard_part {
	
	background-color: #f6f6f6 !important
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner {
	display: grid;
	grid-template-columns: 220px auto;
	grid-gap: 25px;
	align-items: center
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .thumb {
	background-image: url(../img/banner/dashboard_banner.jpg);
	height: 142px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	border-radius: 8px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .thumb .badge {
	background-color: #373a32;
	border-radius: 100px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	padding: 8px 13px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info {
	padding-right: 46px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info h4 a:hover {
	color: var(--system_primery_color);
	border-color: var(--system_primery_color);
	background: transparent
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info p {
	font-weight: 500
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .progress {
	height: 10px;
	background: #e0e0e0;
	border-radius: 10px;
	margin: 18px 0 15px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .progress .progress-bar {
	background: var(--system_primery_color);
	border-radius: 10px;
	background-size: 200% auto
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .rateing {
	border: 1px solid #d1d1d1;
	font-size: 14px;
	font-weight: 500;
	color: var(--system_secendory_color);
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	height: 40px;
	margin-right: 5px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .rateing span {
	margin-right: 7px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .rateing i {
	color: #ffc107
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts {
	padding-left: 30px;
	max-width: 100%;
	flex: 0 0 auto
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts i {
	color: #ffc107;
	font-size: 12px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts i:not(:last-child) {
	margin-right: 0
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification span {
	color: #373737;
	font-weight: 500;
	margin-right: 3px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .theme_btn {
	border-radius: 100px;
	margin-top: 5px;
	padding: 10px 14px;
	font-size: 12px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #5c6574;
	transition: all .3s ease-in-out
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .title:hover {
	color: var(--system_primery_color)
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info_profile {
	--img: 16px;
	max-width: 100%;
	flex: 0 0 auto
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info_profile:hover p {
	color: var(--system_primery_color)
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info_profile .img {
	max-width: var(--img);
	height: var(--img);
	flex: 0 0 100%;
	border-radius: 100%;
	overflow: hidden;
	position: relative
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info_profile .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info_profile p {
	font-size: 12px;
	color: #969b94;
	white-space: nowrap;
	padding-left: 10px;
	transition: all .3s ease-in-out
}

.dashboard_main_wrapper .main_content_iner .recommended_courses {
	padding-bottom: 57px
}

.dashboard_main_wrapper .dashboard_part .theme_search_field {
	height: 44px
}

.dashboard_main_wrapper .theme_search_field input {
	height: 44px;
	line-height: 44px;
	color: #000
}

.dashboard_part .theme_search_field {
	height: 56px
}

.dashboard_part .theme_search_field input::-moz-placeholder {
	color: #fff
}

.dashboard_part .theme_search_field input::placeholder {
	color: #fff
}

.dashboard_part .my_courses_wrapper {
	padding-bottom: 0
}

.dashboard_part .my_courses_wrapper .couse_wizged {
	margin-bottom: 40px
}

.dashboard_part .my_courses_wrapper .couse_wizged .rating_cart {
	margin-bottom: 20px
}

.dashboard_part .my_courses_wrapper .quiz_wizged {
	margin-bottom: 40px
}

.dashboard_part .my_courses_wrapper .quiz_wizged .rating_cart {
	margin-bottom: 20px
}

.dashboard_title {
	margin-bottom: 45px
}

.dashboard_title h3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.27778;
	margin-bottom: 0;
	color: #5c6574
}

.dashboard_title h3 span {
	color: var(--system_primery_color)
}

.dashboard_title p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
	color: #8c9098
}

.dashboard_card {
	border-radius: 10px;
	box-shadow: -12px 16px 40px rgba(0, 0, 0, .05);
	padding: 25px;
	background-color: #fff;
	margin-bottom: 34px
}

.dashboard_card .head h4 {
	font-size: 24px;
	line-height: 1.41667;
	margin-bottom: 0;
	font-weight: 500;
	color: #5c6574
}

.dashboard_card .head a {
	font-size: 20px;
	line-height: 1.5;
	color: var(--system_primery_color);
	font-weight: 500
}

.dashboard_card .head a:hover {
	text-decoration: underline
}

.dashboard_card .icon {
	--width: 75px;
	width: var(--width);
	height: var(--width);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px
}

.dashboard_card .icon img,
.dashboard_card .icon svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.dashboard_card>span {
	font-size: 18px;
	line-height: 1.5;
	color: #8c9098;
	font-weight: 500
}

.dashboard_card h4 {
	font-size: 28px;
	line-height: 1.27778;
	color: #5c6574;
	margin-bottom: 0
}

.dashboard_lg_card {
	border-radius: 10px;
	box-shadow: -12px 16px 40px rgba(0, 0, 0, .05);
	padding: 30px;
	background-color: #fff
}

.dashboard_badge {
	padding: 35px
}

.dashboard_badge_carousel {
	padding: 20px;
	border: 1px solid rgba(66, 119, 255, .07);
	border-radius: 22px;
	min-height: 277px
}

.dashboard_badge_carousel .owl-nav div {
	font-size: 30px;
	color: #445972;
	background-color: transparent !important;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center
}

.dashboard_badge_carousel .owl-nav div:last-child {
	left: auto;
	right: 0
}

.dashboard_badge_carousel .owl-stage {
	display: flex;
	align-items: center
}

.dashboard_badge_carousel .owl-item.center .img {
	--icon: 150px
}

.dashboard_badge_item .img {
	--icon: 105px;
	width: var(--icon);
	height: var(--icon);
	margin: auto auto 15px
}

.dashboard_badge_item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.dashboard_badge_item p {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #5c6574
}

.dashboard_badge_item span {
	color: var(--system_primery_color);
	font-size: 12px
}

.dashboard_badge_item .progress {
	width: 100px;
	margin: auto;
	height: 5px
}

.dashboard_badge_item .progress-bar {
	background: var(--system_primery_color)
}

.progress {
	position: relative;
	overflow: visible
}

.progress-status {
	--position: 50%;
	--width: 36px;
	text-align: center;
	width: var(--width);
	height: var(--width);
	border-radius: 100%;
	background-color: #fff;
	border: 1px solid var(--system_primery_color);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translate(var(--position), -50%);
	left: var(--position);
	font-size: 12px;
	font-weight: 500;
	color: var(--system_primery_color);
	box-shadow: -1px 0 3px rgba(0, 0, 0, .25)
}

.my_courses_wrapper {
	padding-bottom: 32px
}

.my_courses_wrapper .couse_wizged,
.my_courses_wrapper .quiz_wizged {
	margin-bottom: 55px
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.dashboard_main_wrapper .dashboard_part {
		width: calc(100% - 280px)
	}

	.dashboard_main_wrapper .main_content_iner.main_content_padding {
		padding: 81px 20px 57px
	}

	.dashboard_main_wrapper .main_content_iner.wishList_main_content {
		padding: 81px 40px 118px
	}

	.dashboard_main_wrapper .main_content_iner .dashboard_banner {
		grid-template-columns: 1fr;
		grid-gap: 20px
	}

	.purchase_history_wrapper {
		padding: 81px 40px 134px
	}
}

@media (min-width: 1200px) and (max-width:1599.98px) {
	.dashboard_main_wrapper .dashboard_part {
		width: calc(100% - 280px)
	}
}

@media (min-width: 1600px) {
	.dashboard_main_wrapper .dashboard_part {
		width: calc(100% - 345px)
	}
}

@media (max-width: 991.98px) {
	.dashboard_main_wrapper .dashboard_part {
		width: 100%
	}
}

@media (min-width: 320px) and (max-width:767.98px) {
	.dashboard_main_wrapper .main_content_iner.main_content_padding {
		padding: 70px 0 5px
	}

	.dashboard_main_wrapper .main_content_iner .dashboard_banner {
		grid-template-columns: 1fr;
		grid-gap: 20px
	}

	.dashboard_main_wrapper .main_content_iner .recommended_courses {
		padding-bottom: 34px
	}

	.purchase_history_wrapper {
		padding: 70px 0 75px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.dashboard_main_wrapper .main_content_iner.main_content_padding {
		padding: 81px 20px 57px
	}

	.dashboard_main_wrapper .main_content_iner.wishList_main_content {
		padding: 81px 40px 118px
	}

	.dashboard_main_wrapper .main_content_iner .dashboard_banner {
		grid-template-columns: 1fr;
		grid-gap: 20px
	}

	.purchase_history_wrapper {
		padding: 81px 40px 150px
	}
}

@media (min-width: 1200px) {

	.dashboard_main_wrapper .main_content_iner.main_content_padding,
	.dashboard_main_wrapper .main_content_iner.wishList_main_content {
		padding: 81px 40px 57px
	}

	.purchase_history_wrapper {
		padding: 0
	}
}

@media (min-width: 1850px) {
	.dashboard_main_wrapper .main_content_iner.main_content_padding {
		padding: 81px 361px 57px 135px
	}

	.purchase_history_wrapper {
		padding: 81px 220px 150px 135px
	}
}

@media (max-width: 767.98px) {
	.dashboard_main_wrapper .main_content_iner.wishList_main_content {
		padding: 70px 0 43px
	}

	.my_courses_wrapper .couse_wizged,
	.my_courses_wrapper .quiz_wizged {
		margin-bottom: 32px
	}
}

@media (min-width: 1700.98px) {
	.dashboard_main_wrapper .main_content_iner.wishList_main_content {
		padding: 81px 240px 118px 135px
	}
}

@media (min-width: 1200px) and (max-width:1580px) {
	.dashboard_main_wrapper .main_content_iner .dashboard_banner {
		grid-template-columns: 1fr
	}
}

@media only screen and (max-width: 767px) {
	.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info {
		padding-right: 0
	}

	.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .title {
		font-size: 18px
	}

	.dashboard_part .col-sm-6 {
		width: 50%
	}

	.dashboard_part .col-sm-6:nth-child(2n+2) {
		padding-left: 0
	}

	.dashboard_title h3 {
		font-size: 24px
	}

	.dashboard_title p {
		font-size: 18px
	}

	.dashboard_card {
		margin-bottom: 24px
	}

	.dashboard_card .head a,
	.dashboard_card .head h4 {
		font-size: 18px
	}

	.dashboard_card>span {
		font-size: 16px
	}

	.dashboard_card h4 {
		font-size: 24px;
		font-size: 20px
	}

	.dashboard_badge_carousel {
		min-height: 227px
	}

	.dashboard_badge_carousel .owl-nav div {
		width: 40px;
		height: 40px;
		font-size: 26px
	}

	.dashboard_badge_carousel .owl-item.center .img {
		--icon: 100px
	}

	.dashboard_badge_item .img {
		--icon: 70px
	}

	footer {
		overflow: hidden
	}
}

@media only screen and (min-width: 1200px) and (max-width:1439px) {
	.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .title {
		font-size: 18px
	}

	.dashboard_title h3 {
		font-size: 32px
	}

	.dashboard_title p {
		font-size: 18px
	}

	.dashboard_card {
		padding: 20px;
		margin-bottom: 30px
	}

	.dashboard_card .head h4 {
		font-size: 20px
	}

	.dashboard_card .head a {
		font-size: 18px
	}

	.dashboard_card .icon {
		--width: 65px
	}

	.dashboard_card>span {
		font-size: 16px
	}

	.dashboard_card h4 {
		font-size: 28px
	}

	.dashboard_badge {
		padding: 25px
	}

	.dashboard_badge_carousel {
		min-height: 212px
	}

	.dashboard_badge_carousel .owl-nav div {
		width: 40px;
		height: 40px;
		font-size: 26px
	}

	.dashboard_badge_carousel .owl-item.center .img {
		--icon: 90px
	}

	.dashboard_badge_item .img {
		--icon: 55px
	}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .title {
		font-size: 18px
	}

	.dashboard_title h3 {
		font-size: 30px
	}

	.dashboard_title p {
		font-size: 18px
	}

	.dashboard_card {
		margin-bottom: 30px
	}

	.dashboard_card .head h4 {
		font-size: 22px
	}

	.dashboard_card .head a,
	.dashboard_card>span {
		font-size: 18px
	}

	.dashboard_card h4 {
		font-size: 30px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .title {
		font-size: 18px
	}

	.dashboard_title h3 {
		font-size: 28px
	}

	.dashboard_title p {
		font-size: 18px
	}

	.dashboard_card .head h4 {
		font-size: 20px
	}

	.dashboard_card .head a {
		font-size: 18px
	}

	.dashboard_card>span {
		font-size: 16px
	}

	.dashboard_card h4 {
		font-size: 24px
	}
}

@media only screen and (min-width: 1581px) {
	.dashboard_part .my_courses_wrapper .col-xl-4.col-md-6 {
		max-width: 25%
	}
}

@media only screen and (max-width: 991px) {
	.quiz-cr .ques_thumb img {
    border-radius: 0px!important;
}

	.dashboard_card,
	.dashboard_title {
		margin-bottom: 30px
	}

	.dashboard_card {
		padding: 18px
	}

	.dashboard_card .icon {
		--width: 55px;
		margin-bottom: 10px
	}

	.dashboard_badge {
		padding: 25px
	}
}

@media only screen and (min-width: 1440px) and (max-width:1580px) {
	.dashboard_card .icon {
		margin-bottom: 10px
	}

	.dashboard_card h4 {
		font-size: 30px
	}

	.dashboard_badge_carousel {
		min-height: 242px
	}

	.dashboard_badge_carousel .owl-nav div {
		width: 40px;
		height: 40px
	}

	.dashboard_badge_carousel .owl-item.center .img {
		--icon: 110px
	}

	.dashboard_badge_item .img {
		--icon: 75px
	}
}

@media only screen and (max-width: 479px) {
	.dashboard_card>span {
		font-size: 13px
	}

	.dashboard_card h4 {
		font-size: 18px
	}
}

.dashboard_card.text-center {
	height: calc(100% - 34px)
}

@media (max-width: 991px) {
	.dashboard_card.text-center {
		height: calc(100% - 30px)
	}
}

.leaderboardFilter>.nice-select {
	flex: 1
}

.leaderboardFilter>.nice-select .current,
.leaderboardFilter>.nice-select .list li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	display: block
}

.leaderboardFilter>.nice-select .current {
	max-width: 90%
}

@media (max-width: 576px) {
	.leaderboardFilter {
		flex-direction: column
	}
}

.main_content_iner .dataTables_filter {
	position: relative
}

.main_content_iner .dataTables_filter input {
	border: 0 !important;
	line-height: 44px;
	color: var(--system_secendory_color) !important;
	padding-left: 44px !important;
	background: #f9f9fd !important;
	height: 50px;
	border-radius: 5px;
	width: 260px
}

.main_content_iner .dataTables_filter i {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: var(--system_secendory_color) !important
}

.dataTables_info {
	padding-top: 40px !important;
	padding-bottom: 20px
}

.dataTables_paginate {
	display: flex;
	align-items: center;
	padding-bottom: 20px
}

.dataTables_paginate .paginate_button {
	display: block;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1f2b40 !important;
	background: transparent !important;
	box-shadow: 0 0 0 !important;
	border-radius: 2px !important;
	font-size: 20px;
	font-weight: 600;
	border: 1px solid #dee2e6;
	transition: all 0s ease-in-out !important
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button:hover {
	background: var(--system_primery_color) !important;
	background-size: 200% !important;
	background-position: 0;
	color: #fff !important
}

.dataTables_paginate .paginate_button.disabled {
	cursor: not-allowed
}

.dataTables_paginate span {
	display: flex;
	align-items: center
}

.nice_Select.leaderboard_filter {
	padding-left: 30px
}

.error_wrapper {
	padding: 150px 0
}

.error_wrapper_info .thumb img {
	max-width: 535px
}

.error_wrapper_info h3 {
	font-size: 50px;
	font-family: var(--font_family1);
	font-weight: 900;
	color: var(--system_secendory_color);
	margin: 19px 0 13px
}

.error_wrapper_info p {
	font-size: 18px;
	font-weight: 500;
	color: #373737;
	margin-bottom: 38px
}

@media (max-width: 767.98px) {
	.error_wrapper {
		padding: 75px 0
	}
}

@media (max-width: 575.98px) {
	.error_wrapper_info .thumb img {
		width: 100%
	}

	.error_wrapper_info h3 {
		font-size: 30px
	}
}

@media (min-width: 576px) and (max-width:767.98px) {
	.error_wrapper_info h3 {
		font-size: 40px
	}
}

.instractors_wrapper {
	padding: 84px 0 110px
}

.instractors_wrapper.instractors_wrapper2 {
	padding: 0 0 100px
}

.instractos_details_wrapper {
	padding: 150px 0 120px
}

.instractos_details_title {
	display: flex
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.instractos_details_title {
		flex-direction: column
	}
}

.instractos_details_title .single__details {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-bottom: 40px
}

.instractos_details_title .single__details:not(:last-child) {
	margin-right: 60px;
	padding-right: 60px
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.instractos_details_title .single__details:not(:last-child) {
		padding-right: 0;
		margin-right: 0
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.instractos_details_title .single__details:not(:last-child) {
		margin-right: 30px;
		padding-left: 30px
	}
}

@media (min-width: 1200px) and (max-width:1499.98px) {
	.instractos_details_title .single__details:not(:last-child) {
		margin-right: 30px;
		padding-left: 30px
	}
}

.instractos_details_title .single__details:not(:last-child):before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: #e9e7f7;
	width: 1px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%)
}

@media (min-width: 768px) and (max-width:1399.98px) {
	.instractos_details_title .single__details:not(:last-child):before {
		display: none
	}
}

.instractos_details_title .single__details .thumb {
	margin-right: 25px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	flex: 80px 0 0
}

.instractos_details_title .single__details .thumb img {
	width: 100%;
	border-radius: 50%
}

.instractos_details_title .single__details .details_content span {
	font-size: 14px;
	font-weight: 500;
	color: #373737;
	display: inline-block;
	margin-bottom: 3px
}

.instractos_details_title .single__details .details_content .rating_star {
	display: flex
}

.instractos_details_title .single__details .details_content .rating_star .stars {
	display: flex;
	align-items: center
}

.instractos_details_title .single__details .details_content .rating_star .stars i {
	font-size: 15px;
	color: #ffc107
}

.instractos_details_title .single__details .details_content .rating_star .stars i:not(:last-child) {
	margin-right: 5px
}

.instractos_details_title .single__details .details_content .rating_star p {
	font-size: 14px;
	font-weight: 400;
	font-family: var(--font_family1);
	color: var(--system_secendory_color);
	margin-bottom: 0;
	margin-left: 19px
}

.instractos_profile .thumb {
	max-width: 330px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 30px
}

.instractos_profile .thumb img {
	width: 100%;
	border-radius: 50%
}

.instractos_info_Details p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #373737;
	margin-bottom: 30px
}

.instractor_meta {
	text-align: center
}

.instractor_meta h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px
}

.instractor_meta span {
	font-size: 16px;
	font-weight: 500;
	color: #373737
}

.instractor_meta .social_media {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 38px
}

.instractor_meta .social_media a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	background: #395799;
	text-align: center;
	line-height: 50px;
	display: inline-block
}

.instractor_meta .social_media a:hover {
	background: var(--system_primery_color);
	background-size: 200% auto
}

.instractor_meta .social_media a:not(:last-child) {
	margin-right: 10px
}

.instractor_meta .social_media a.twitter {
	background: #03abf0
}

.instractor_meta .social_media a.pinterest {
	background: #c92128
}

.instractor_meta .social_media a.linkedin {
	background: #0477b5
}

.single_instractor .thumb {
	margin-bottom: 31px;
	overflow: hidden;
	display: block;
	border-radius: 152.5px 152.5px 0 0;
	position: relative
}

.single_instractor .thumb img {
	width: 100%;
	transform: scale(1);
	transition: all .4s ease-in-out;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.single_instractor h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--system_secendory_color);
	margin-bottom: 3px;
	text-align: center
}

.single_instractor span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--font_family1);
	color: #373737;
	text-align: center
}

.single_instractor:hover .thumb img {
	transform: scale(1.1)
}

.single_instractor .member-name {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	color: var(--system_secendory_color);
	margin-top: 22px
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.single_instractor .member-name {
		font-size: 18px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.single_instractor .member-name {
		font-size: 16px
	}
}

@media only screen and (max-width: 767px) {
	.single_instractor .member-name {
		font-size: 14px
	}
}

.single_instractor .designation {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	color: #656a7b
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.single_instractor .designation {
		font-size: 13px
	}
}

@media only screen and (max-width: 991px) {
	.single_instractor .designation {
		font-size: 12px
	}
}

.single_instractor:hover .member-name {
	background: var(--system_primery_color);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	background-size: 200% auto
}

.course_by_author {
	padding-bottom: 115px
}

.course_by_author .theme_border {
	padding-bottom: 85px
}

@media (max-width: 767.98px) {
	.instractors_wrapper {
		padding: 69px 0 35px
	}

	.instractors_wrapper.instractors_wrapper2 {
		padding: 0 0 25px
	}

	.instractos_details_wrapper {
		padding: 75px 0 40px
	}

	.instractos_details_wrapper .instractos_profile .thumb {
		max-width: 200px;
		max-height: 200px !important
	}

	.instractos_details_wrapper .instractos_main_details .course__details_title {
		flex-direction: column
	}

	.instractos_details_wrapper .instractos_main_details .course__details_title .single__details {
		margin-bottom: 30px
	}

	.instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) {
		margin-right: 0;
		padding-right: 0
	}

	.instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child):before {
		display: none
	}

	.course_by_author {
		padding-bottom: 40px
	}

	.course_by_author .theme_border {
		padding-bottom: 45px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) {
		margin-right: 30px;
		padding-right: 30px
	}

	.instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child):before {
		display: none
	}

	.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content h4 {
		font-size: 18px
	}

	.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star p {
		margin-left: 5px
	}
}

.instructor_process .single_instructor_icon {
	height: 108px;
	width: 108px;
	background-color: rgba(251, 17, 89, .1);
	line-height: 108px;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	font-size: 30px;
	color: var(--system_primery_color);
	border-radius: 50%
}

.instructor_process .single_instructor_icon img {
	max-width: 35px
}

.instructor_process .single_instructor_part {
	text-align: center
}

.instructor_process .single_instructor_part h4 {
	font-size: 22px;
	font-weight: 600;
	margin: 32px 0 15px
}

@media (min-width: 768px) {
	.order-summery-head {
    margin: 0 Auto;
width:300px!important;
    justify-content: space-evenly!important;
}
.qz-comp {
    margin: 20px;
    border-radius: 10px;
    padding: 100px;
    background: #e4ffef;
}
}
@media (max-width: 768px) {
	
	.instructor_process .single_instructor_icon {
		height: 70px;
		width: 70px;
		line-height: 70px
	}
}

@media (max-width: 767.98px) {
	.instructor_process .single_instructor_part {
		margin: 20px 0
	}

	.instructor_process .single_instructor_part h4 {
		margin: 15px 0 5px
	}
}

.instructor_social-links {
	display: flex;
	gap: 10px;
	border-radius: 100%;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	background: hsla(0, 0%, 100%, .4);
	border: 2px solid hsla(0, 0%, 100%, .7);
	border-radius: 22px;
	padding: 5px 8px;
	transition: all .4s ease-in-out
}

.single_instractor:hover .instructor_social-links {
	bottom: 30px
}

.instructor_social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	height: 32px;
	width: 32px;
	background: #141c24;
	border-radius: 100%
}

.instructor_social-links li a:hover {
	background: var(--system_primery_color);
	background-size: 200% auto
}

.instructor_social-links li a i {
	font-size: 12px;
	line-height: 1.4;
	color: #fff
}

@media only screen and (max-width: 991px) {
	.instructor_social-links li a i {
		font-size: 11px
	}
}

.course__play_warp {
	background: #fff
}

.course__play_warp .play_warp_header {
	padding: 15px;
	border-bottom: 1px solid #d1d1d1
}

.course__play_warp .course__play_list {
	min-height: 450px;
	max-height: 450px;
	overflow: auto
}

.course__play_warp .course__play_list .single_play_list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 18px
}

.course__play_warp .course__play_list .single_play_list a:hover .course__play_warp .course__play_list .single_play_list a.active .course_play_name,
.course__play_warp .course__play_list .single_play_list a:hover .course__play_warp .course__play_list .single_play_list a.active .course_play_name i {
	color: var(--system_primery_color)
}

.course__play_warp .course__play_list .single_play_list a .course_play_name {
	font-size: 14px;
	font-weight: 400;
	color: var(--system_secendory_color);
	display: flex;
	align-items: center;
	margin-bottom: 0;
	transition: all .4s ease-in-out
}

.course__play_warp .course__play_list .single_play_list a .course_play_name i {
	font-size: 15px;
	color: #7b7887;
	margin-right: 9px
}

.course__play_warp .course__play_list .single_play_list a .course_play_duration {
	font-size: 12px;
	font-weight: 400;
	color: #7b7887
}

.course_fullview_wrapper {
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 340px);
	transition: all .4s ease-in-out
}

.course_fullview_wrapper.active {
	width: 100%
}

.course_fullview_wrapper .video_iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4
}

.course_fullview_wrapper .course__play_warp {
	position: fixed;
	top: 0;
	right: 0;
	width: 340px;
	transform: translateX(0);
	transition: all .4s ease-in-out;
	z-index: 5
}

.course_fullview_wrapper .course__play_warp.active {
	transform: translateX(100%)
}

.course_fullview_wrapper .course__play_warp .course__play_list {
	min-height: calc(100vh - 113px);
	max-height: calc(100vh - 113px)
}

.course_fullview_wrapper .course__play_warp .play_toggle_btn {
	width: 34px;
	height: 34px;
	background: var(--system_primery_color);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	border: 1px solid transparent;
	transition: all .3s ease-in-out;
	background-size: 200% auto
}

.course_fullview_wrapper .course__play_warp .play_toggle_btn:hover {
	background-color: #fff;
	color: var(--system_primery_color);
	border-color: var(--system_primery_color)
}

.header__common_btn {
	width: 34px;
	height: 34px;
	background: var(--system_primery_color);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	border: 1px solid transparent;
	transition: all .3s ease-in-out;
	background-size: 200% auto
}

.header__common_btn:hover {
	background-color: #fff;
	color: var(--system_primery_color);
	border-color: var(--system_primery_color)
}

.payment_method_wrapper,
.payment_wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 15px
}

.Payment_btn,
.Payment_btn2 {
	background: transparent;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	width: 100%;
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center;
	padding: 0 15px
}

.Payment_btn2 img,
.Payment_btn img {
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important
}

.Payment_btn2 {
	height: 50px;
	padding: 8px 30px
}

.instractos_details_wrapper .instractos_profile .thumb {
	max-height: 330px
}

.instractos_details_wrapper .instractos_profile .thumb img {
	border-radius: 0
}

.payment_btn_text,
.payment_btn_text2 {
	padding: 0 10px;
	background: var(--system_primery_color);
	border-radius: 5px;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 500;
	width: 100%;
	text-align: center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 200% auto
}

.payment_btn_text2 {
	height: 50px
}

.deposit_lists_wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 15px;
	margin-bottom: 50px
}

.deposit_lists_wrapper .single_deposite {
	border: 1px solid #d1d1d1;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	height: 50px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center
}

.deposit_lists_wrapper .single_deposite img {
	width: 100%;
	max-width: 80px
}

.deposit_lists_wrapper .single_deposite button {
	padding: 0;
	margin: 0;
	width: 100%;
	background: transparent;
	border: 0
}

.deposit_lists_wrapper .single_deposite .Payment_btn2 img {
	width: 100% !important;
	max-width: 80px !important
}

@media (max-width: 575.98px) {
	.course__play_warp {
		margin-top: 30px
	}

	.deposit_lists_wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px
	}
}

@media (max-width: 767.98px) {

	.Payment_btn,
	.Payment_btn2 {
		padding: 0 15px
	}
}

@media (max-width: 1200px) {

	.payment_method_wrapper,
	.payment_wrapper {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media (max-width: 991px) {

	.payment_method_wrapper,
	.payment_wrapper {
		grid-template-columns: repeat(5, 1fr)
	}
}

@media (max-width: 767px) {

	.payment_method_wrapper,
	.payment_wrapper {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media (max-width: 576px) {

	.payment_method_wrapper,
	.payment_wrapper {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (max-width: 400px) {

	.payment_method_wrapper,
	.payment_wrapper {
		grid-template-columns: repeat(2, 1fr)
	}
}

.Payment_btn2 img,
.Payment_btn img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%
}

.login_wrapper {
	display: grid;
	justify-content: center;
	height: 100vh;
	align-items: center;
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important
}

.login_wrapper_left {
	padding: 40px 56px 40px 60px;
	grid-column: span 4/span 4
}

.login_wrapper_left .logo {
	margin-bottom: 25px
}

.login_wrapper_left .shitch_text {
	font-size: 14px;
	font-weight: 500;
	color: #373737;
	text-align: center
}

.login_wrapper_left .shitch_text a {
	color: #4183ff
}

.login_wrapper_right {
	display: flex;
	align-items: center;
	min-height: 100vh;
	height: 100%;
	grid-column: span 8/span 8;
	justify-content: center;
	background: linear-gradient(180deg, rgba(255, 234, 239, .1), rgba(64, 232, 221, .1))
}

.login_wrapper_right .login_main_info {
	text-align: center
}

.login_wrapper_right h4 {
	font-size: 40px;
	font-weight: 900;
	color: var(--system_secendory_color);
	line-height: 50px;
	padding: 0 10%
}

.login_wrapper_right br {
	display: block !important
}

.login_wrapper_right .thumb {
	margin: 80px 0 55px;
	text-align: center
}

.login_wrapper_right .thumb img {
	max-width: 412px
}

.login_wrapper_right .other_links span {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--font_family2), sans-serif;
	color: var(--system_secendory_color)
}

.login_wrapper_right .other_links span:not(:last-child) {
	margin-right: 60px
}

html[dir=rtl] .login_wrapper_right .other_links span:not(:last-child) {
	margin-left: 60px;
	margin-right: 0
}

.login_wrapper .theme_btn {

	font-size: 14px
}

.login_wrapper_content {
	padding-bottom: 20px
}

.login_wrapper_content h4 {
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 25px
}

.login_wrapper_content .socail_links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px
}

.login_wrapper_content .socail_links a {
	border-radius: 0;
	color: #fff !important;
	white-space: nowrap
}

.login_wrapper_content .socail_links a i {
	font-size: 16px;
	margin-right: 5px
}

.login_wrapper_content .socail_links a:hover {
	background: var(--system_primery_color) !important
}

.login_wrapper_content .socail_links .facebookLoginBtn {
	background: #395799
}

.login_wrapper_content .socail_links .googleLoginBtn {
	background: #e34133
}

.login_wrapper_content .remember_forgot_pass {
	align-items: center;
	margin-bottom: 30px
}

.login_wrapper_content .remember_forgot_pass .primary_checkbox .label_name {
	font-size: 14px;
	color: #687083
}

.login_wrapper_content .remember_forgot_pass p {
	font-family: var(--font_family1);
	font-size: 14px;
	font-weight: 500;
	color: #687083;
	margin-bottom: 0
}

.login_wrapper_content .remember_forgot_pass p a {
	text-decoration: underline;
	color: #687083
}

.login_wrapper_content .remember_forgot_pass .forgot_pass {
	font-size: 14px;
	font-weight: 500;
	color: #5dabfc;
	font-family: var(--font_family1)
}

.login .theme_btn {
	padding: 14px 10px;
	font-size: 14px
}

.login_text {
	font-size: 14px;
	font-weight: 500;
	color: #373737;
	font-family: var(--font_family1);
	margin: 13px 0 50px
}

.custom_group_field {
	border-bottom: 1px solid #d1d1d1
}

.login_wrapper .custom_group_field {
	align-items: center
}

.custom_group_field span {
	background: transparent;
	border: 0;
	width: 20px;
	text-align: left;
	padding: 0 0 10px
}

.custom_group_field input {
	border: 0;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--font_family2), sans-serif;
	box-shadow: none !important;
	padding-bottom: 14px;
	padding-left: 10px
}

.custom_group_field input:focus {
	outline: none
}

.custom_group_field input::-moz-placeholder {
	color: #afafaf
}

.custom_group_field input::placeholder {
	color: #afafaf
}

@media (max-width: 767.98px) {
	.login_wrapper {
		grid-template-columns: auto
	}

	.login_wrapper_left {
		padding: 40px 30px
	}

	.login_wrapper_left .logo {
		margin-bottom: 25px
	}

	.login_wrapper_content {
		padding-bottom: 18px
	}

	.login_wrapper_content h4 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 25px
	}

	.login_wrapper_content .socail_links {
		grid-template-columns: repeat(1, 1fr)
	}

	.login_wrapper_right {
		display: none
	}
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.login_wrapper {
		grid-template-columns: 515px auto
	}

	.login_wrapper_content .socail_links {
		grid-template-columns: repeat(1, 1fr)
	}

	.login_wrapper_right h4 {
		font-size: 25px;
		line-height: 35px
	}

	.login_wrapper_right .thumb {
		margin: 50px 0 35px
	}

	.login_wrapper_right .thumb img {
		max-width: 300px
	}

	.login_wrapper_right .other_links span:not(:last-child) {
		margin-right: 30px
	}
}

@media (max-width: 991.98px) {
	.login_wrapper_right {
		display: none
	}
}

@media (min-width: 1200px) and (max-width:1399.98px) {
	.login_wrapper_right h4 {
		font-size: 25px;
		line-height: 35px
	}

	.login_wrapper_right .thumb img {
		max-width: 300px
	}
}

.slicknav_icon {
	padding-bottom: 3px;
	position: absolute;
	top: 0;
	right: 3px;
	width: 22px;
	height: 22px;
	margin: 0
}

.slicknav_icon-bar {
	position: relative;
	width: 100% !important;
	background-color: #071a3c;
	transition: all .4s ease-in-out
}

.slicknav_open .slicknav_icon-bar {
	background: var(--system_primery_color);
	background-size: 200% auto
}

.slicknav_icon-bar:nth-child(2) {
	transform: rotate(0)
}

.slicknav_open .slicknav_icon-bar:nth-child(2) {
	transform: rotate(-45deg)
}

.slicknav_icon-bar:nth-child(3) {
	opacity: 1
}

.slicknav_open .slicknav_icon-bar:nth-child(3) {
	opacity: 0
}

.slicknav_icon-bar:first-child {
	transform: rotate(0);
	top: 0
}

.slicknav_open .slicknav_icon-bar:first-child {
	transform: rotate(45deg);
	top: 7px
}

.slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: 5px
}

.slicknav_nav {
	background: hsla(0, 0%, 100%, .96);
	box-shadow: 0 5px 7px 0 rgba(13, 0, 36, .07);
	padding: 15px 6px;
	margin-top: 10px
}

.slicknav_nav a {
	color: #000;
	font-family: var(--font_family1);
	text-transform: capitalize;
	padding: 6.5px 20px !important;
	margin: 0 !important;
	font-family: var(--font_family2), sans-serif;
	font-size: 16px;
	font-weight: 500
}

.slicknav_nav a a {
	padding: 0 !important
}

.slicknav_nav a:hover {
	border-radius: 0;
	background: 0 0;
	color: var(--menu_hover_text) !important
}

.slicknav_nav li {
	display: block;
	border-bottom: none;
	position: relative
}

.slicknav_row {
	padding: 6.5px 20px;
	margin: 0;
	font-family: var(--font_family2), sans-serif;
	font-size: 16px;
	font-weight: 500
}

.slicknav_row:hover {
	color: var(--system_primery_color)
}

.slicknav_arrow {
	position: absolute;
	right: 0;
	width: 40px;
	height: 37px;
	text-align: center;
	line-height: 40px;
	top: 0
}

.mobile_menu {
	right: 0
}

.mobile_menu .slicknav_nav ul.submenu {
	margin: 0;
	background: #f7f7f7;
	padding-left: 10px;
	border-top: 1px solid #efefef
}

.mobile_menu .slicknav_nav ul.submenu li a {
	font-size: 16px
}

.mobile_menu .slicknav_nav .slicknav_arrow {
	margin: 0
}

.home_2 .slicknav_btn .slicknav_icon-bar {
	background-color: #4543de
}

.theme-btn {
	display: inline-block;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
	background: var(--system_primery_color);
	background-size: 200% auto;
	border: 1px solid var(--system_primery_color)
}

.theme-btn:hover {
	background-position: 100%;
	color: #fff
}

.theme-btn.btn_sm {
	padding: 8px 12px;
	font-size: 12px
}

.noticeboard {
	padding: 70px 88px
}

.noticeboard-card {
	border: 1px solid #d1d1d1;
	padding: 15px 30px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.noticeboard-card>* {
	flex: 0 0 auto
}

.noticeboard-card:not(:last-child) {
	margin-bottom: 15px
}

.noticeboard-card:before {
	content: "";
	width: 12px;
	height: 100%;
	background-color: var(--noticeboard_bg);
	position: absolute;
	top: 0;
	left: 0
}

.dashboard_card .noticeboard-card {
	padding: 10px 10px 10px 20px
}

.dashboard_card .noticeboard-card:not(:last-child) {
	margin-bottom: 15px
}

.dashboard_card .noticeboard-card:before {
	width: 6px
}

.noticeboard-card-left {
	width: 75%
}

.dashboard_card .noticeboard-card-left span {
	font-size: 12px
}

.dashboard_card .noticeboard-card-left a {
	font-size: 14px;
	line-height: 1.5
}

.noticeboard-card-left span {
	font-size: 14px;
	line-height: 1.45;
	color: var(--system_primery_color)
}

.noticeboard-card-left a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;

	-webkit-box-orient: vertical;
	font-size: 20px;
	line-height: 1.5;
	color: #5c6574
}

.noticeboard-card-left a:hover {
	text-decoration: underline
}

.noticeboard-card-right {
	width: 25%;
	text-align: end
}

.noticeboard-modal img {
	max-width: 100%
}

.noticeboard-modal .modal-dialog {
	max-width: 1200px;
	width: calc(100% - 100px)
}

.noticeboard-modal .modal-content {
	border: none;
	background-color: #fff;
	border-radius: 22px;
	position: relative
}

.noticeboard-modal .modal-body {
	padding: 70px 80px
}

.noticeboard-modal .modal-body h3 {
	font-size: 64px;
	line-height: 1.25;
	margin-bottom: 30px;
	color: #5c6574;
	font-weight: 700;
	display: flex;
	align-items: center
}

.noticeboard-modal .modal-body h3 svg {
	margin-left: 10px
}

.noticeboard-modal .modal-body h3 span {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.41667;
	color: #fff;
	display: inline-block;
	background-color: #36d98b;
	margin-left: 40px;
	border-radius: 8px;
	padding: 10px 33px
}

.noticeboard-modal .modal-body ul {
	margin-bottom: 56px
}

.noticeboard-modal .modal-body ul li {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 500
}

.noticeboard-modal .modal-body ul li:not(:last-child) {
	margin-bottom: 30px
}

.noticeboard-modal .modal-body-wrapper {
	padding: 40px;
	background-color: rgba(42, 50, 53, .05);
	border-radius: 22px;
	color: #5c6574
}

.noticeboard-modal .modal-body-wrapper p {
	font-size: 24px;
	line-height: 1.41667;
	line-height: 2.33333;
	color: currentColor
}

.noticeboard-modal .modal-body-wrapper p:not(:last-child) {
	margin-bottom: 30px
}

.noticeboard-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	cursor: pointer;
	z-index: 3
}

.noticeboard-modal-close,
.theme-text {
	color: var(--system_primery_color)
}

@media only screen and (min-width: 1200px) and (max-width:1439px) {
	.noticeboard {
		padding: 50px 58px
	}

	.noticeboard-card-left a {
		font-size: 18px
	}

	.dashboard_card .noticeboard-card-right .theme-btn {
		padding: 8px
	}

	.noticeboard-modal .modal-body h3 {
		font-size: 54px
	}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.noticeboard {
		padding: 40px 48px
	}

	.noticeboard .section__title3 {
		margin-bottom: 40px
	}

	.noticeboard-card {
		padding: 12px 24px
	}

	.noticeboard-card-left a {
		font-size: 18px
	}

	.noticeboard-modal .modal-body h3 {
		font-size: 44px
	}

	.noticeboard-modal .modal-body h3 span {
		font-size: 22px
	}

	.noticeboard-modal .modal-body ul {
		margin-bottom: 46px
	}

	.noticeboard-modal .modal-body ul li {
		font-size: 28px
	}

	.noticeboard-modal .modal-body-wrapper p {
		font-size: 22px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.noticeboard {
		padding: 40px 48px
	}

	.noticeboard .section__title3 {
		margin-bottom: 40px
	}

	.noticeboard-card {
		padding: 10px 24px 10px 30px
	}

	.noticeboard-card-left a {
		font-size: 18px
	}

	.noticeboard-modal .modal-body {
		padding: 50px 60px
	}

	.noticeboard-modal .modal-body h3 {
		font-size: 38px
	}

	.noticeboard-modal .modal-body h3 span {
		font-size: 20px
	}

	.noticeboard-modal .modal-body ul {
		margin-bottom: 36px
	}

	.noticeboard-modal .modal-body ul li {
		font-size: 26px
	}

	.noticeboard-modal .modal-body-wrapper {
		padding: 30px
	}

	.noticeboard-modal .modal-body-wrapper p {
		font-size: 20px
	}
}

@media only screen and (max-width: 767px) {
	.noticeboard {
		padding: 24px
	}

	.noticeboard .section__title3 {
		margin-bottom: 30px
	}

	.noticeboard-card {
		padding: 8px 14px 8px 20px
	}

	.noticeboard-card:not(:last-child) {
		margin-bottom: 12px
	}

	.noticeboard-card:before {
		width: 8px
	}

	.noticeboard-card-left {
		width: 66.6666666667%
	}

	.noticeboard-card-left a {
		font-size: 18px
	}

	.noticeboard-card-right {
		width: 33.3333333333%
	}

	.noticeboard-card-right .theme-btn {
		padding: 8px 10px;
		font-size: 10px
	}

	.noticeboard-modal .modal-dialog {
		width: calc(100% - 20px)
	}

	.noticeboard-modal .modal-body {
		padding: 30px
	}

	.noticeboard-modal .modal-body h3 {
		font-size: 34px;
		margin-bottom: 20px
	}

	.noticeboard-modal .modal-body h3 svg {
		width: 27px;
		height: 28px
	}

	.noticeboard-modal .modal-body h3 span {
		font-size: 18px;
		padding: 8px 20px;
		margin-left: 20px
	}

	.noticeboard-modal .modal-body ul {
		margin-bottom: 30px
	}

	.noticeboard-modal .modal-body ul li {
		font-size: 24px;
		font-size: 18px
	}

	.noticeboard-modal .modal-body-wrapper {
		padding: 24px
	}

	.noticeboard-modal .modal-body-wrapper p {
		font-size: 18px;
		line-height: 2
	}
}

@media only screen and (max-width: 479px) {
	.noticeboard-modal .modal-body {
		padding: 20px
	}

	.noticeboard-modal .modal-body-wrapper {
		padding: 18px
	}
}

@media only screen and (max-width: 991px) {

	.noticeboard-modal .modal-body-wrapper p:not(:last-child),
	.noticeboard-modal .modal-body ul li:not(:last-child) {
		margin-bottom: 20px
	}
}

.payment_area .biling_address {
	padding: 30px 40px 40px
}

.payment_area .biling_address .biling-header {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 10px
}

.payment_area .biling_address .biling-header h4 {
	font-family: var(--font_family1);
	font-weight: 500;
	font-size: 18px;
	color: #333;
	line-height: 21px;
	margin-bottom: 0
}

.payment_area .biling_address .biling-header a {
	background: #fff;
	color: #000;
	font-family: var(--font_family1);
	font-weight: 700;
	padding: 4px 30px;
	display: inline-block
}

.payment_area .biling_address .biling_body_content {
	padding-top: 29px;
	padding-bottom: 11px
}

.payment_area .biling_address .biling_body_content p {
	font-size: 14px;
	color: #888;
	line-height: 26px;
	margin-bottom: 0
}

.payment_area .select_payment_method {
	margin-top: 35px
}

.payment_area .select_payment_method .payment_wrap .nav {
	flex-wrap: nowrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex
}

.payment_area .select_payment_method .payment_wrap ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: -2px
}

.payment_area .select_payment_method .payment_wrap ul li:last-child {
	margin-right: 0
}

.payment_area .select_payment_method .payment_wrap ul li a.nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 50px;
	background: #fafafa;
	height: 110px;
	max-width: 220px;
	border: 1px solid transparent;
	border-bottom-color: #d1d1d1;
	margin-bottom: 1px
}

.payment_area .select_payment_method .payment_wrap ul li a.nav-link img {
	width: 100%
}

.payment_area .select_payment_method .payment_wrap ul li a.nav-link.active {
	border: 1px solid #d1d1d1;
	border-bottom: none;
	background: #fff;
	margin-bottom: -4px
}

.payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form {
	padding: 40px 40px 35px
}

.payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form label {
	font-size: 11px;
	font-family: var(--font_family1);
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	margin-bottom: 7px
}

.payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form label span {
	color: red
}

.payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .form-wrap input {
	width: 100%;
	background: #fafafa;
	height: 50px;
	border: 0;
	padding-left: 25px;
	margin-bottom: 15px;
	font-size: 13px
}

.payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .form-wrap input:focus {
	outline: none
}

.payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .form-wrap input::-moz-placeholder {
	color: #888;
	font-family: var(--font_family1);
	font-weight: 300;
	text-transform: capitalize;
	font-size: 13px
}

.payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .form-wrap input::placeholder {
	color: #888;
	font-family: var(--font_family1);
	font-weight: 300;
	text-transform: capitalize;
	font-size: 13px
}

.payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .payemt-check label {
	font-size: 14px;
	font-family: var(--font_family1);
	font-weight: 300;
	color: #888;
	line-height: 15px;
	text-transform: capitalize
}

.payment_area .select_payment_method .payment_wrap .tab-content>.active {
	display: block;
	border: 1px solid #d1d1d1;
	border-top: none
}

.gj-datepicker-md [role=right-icon] {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	display: none
}

.nav-tabs {
	border-bottom: 0 solid #dee2e6
}

.nav-tabs .nav-link {
	background: #fff;
	color: #373737;
	border: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 8px 25px;
	margin-right: 10px;
	border-radius: 0
}

.nav-tabs .nav-link.active {
	background: #cad5f3;
	color: var(--system_primery_color)
}

.paymentBtn {
	width: 100%;
	height: 30px
}

@media (max-width: 575.98px) {
	.payment_area .biling_address {
		padding: 20px
	}

	.payment_area .biling_address .biling-header h4 {
		font-size: 16px
	}

	.payment_area .select_payment_method .payment_wrap ul li {
		margin-right: 5px
	}

	.payment_area .select_payment_method .payment_wrap ul li a.nav-link {
		height: 50px;
		margin-bottom: 1px;
		padding: 24px 3px;
		border-radius: 0
	}

	.payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form {
		padding: 20px 15px
	}

	.payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .boxed-btn {
		margin-top: 15px
	}

	.payment_comfirmation_header .conformation-title h2 {
		font-size: 25px
	}

	.payment_comfirmation_header .conformation-title p {
		font-size: 13px
	}
}

.payment_btn a,
.payment_btn button {
	padding: 15px 20px !important
}

.primary_checkbox,
.primary_checkbox2 {
	display: inline-block;
	position: relative;
	margin: 0 0 15px;
	align-items: center
}

.primary_checkbox2 h5,
.primary_checkbox h5 {
	font-family: var(--font_family2), sans-serif;
	color: var(--system_secendory_color);
	margin-bottom: 0
}

.primary_checkbox2 .checkmark,
.primary_checkbox .checkmark {
	position: relative;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
	line-height: 18px;
	flex: 18px 0 0
}

.primary_checkbox2 .checkmark:after,
.primary_checkbox .checkmark:after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #d1d1d1;
	transition: all .4s ease-in-out;
	transform: scale(1);
	background: var(--system_primery_color_10) !important;
	border-color: var(--system_primery_color_60) !important
}

.primary_checkbox2 input,
.primary_checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden
}

.primary_checkbox2 input:checked~.checkmark,
.primary_checkbox input:checked~.checkmark {
	transition: all .4s ease-in-out
}

.primary_checkbox2 input:checked~.checkmark:after,
.primary_checkbox input:checked~.checkmark:after {
	width: 100%;
	height: 100%;
	transition: all .4s ease-in-out;
	background: var(--system_primery_color_10) !important;
	border-color: var(--system_primery_color_60) !important
}

.primary_checkbox2 input:checked~.checkmark:before,
.primary_checkbox input:checked~.checkmark:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-indent: 1px;
	color: #828bb2;
	background: var(--system_primery_color);
	background-size: 200% auto;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 0;
	z-index: 86;
	color: #fff;
	transition: all .4s ease-in-out;
	font-weight: 700
}

.primary_checkbox .label_name,
.primary_checkbox h5 {
	font-size: 14px;
	font-weight: 500
}

.primary_checkbox .label_name {
	font-family: var(--font_family2), sans-serif;
	color: var(--system_secendory_color);
	margin-bottom: 0
}

.primary_checkbox .checkmark {
	border-radius: 3px;
	top: -1px
}

.primary_checkbox input:checked~.checkmark:after {
	width: 100%;
	height: 100%;
	transition: all .4s ease-in-out
}

.primary_checkbox2 .label_name,
.primary_checkbox2 h5 {
	font-size: 16px;
	font-weight: 600
}

.primary_checkbox2 .checkmark {
	border-radius: 50%
}

.primary_checkbox2 input:checked~.checkmark {
	background: #20e007
}

.primary_checkbox2.error_ans input:checked~.checkmark {
	background: #ff1414;
	transition: all .4s ease-in-out
}

.primary_checkbox2.error_ans input:checked~.checkmark:before {
	content: "\E646";
	font-family: themify;
	position: absolute;
	display: block;
	top: 0;
	left: 5px;
	text-indent: 1px;
	color: #828bb2;
	background-color: transparent;
	border: 0;
	transform: rotate(0deg);
	font-size: 6px;
	font-weight: 600;
	line-height: 18px;
	z-index: 99;
	color: #fff;
	transition: all .4s ease-in-out;
	font-weight: 700
}

.primary_bulet_checkbox {
	display: inline-block;
	position: relative;
	margin: 0;
	align-items: center
}

.primary_bulet_checkbox .label_name,
.primary_bulet_checkbox h5 {
	font-size: 16px;
	font-weight: 500;
	font-family: var(--font_family2), sans-serif;
	color: var(--system_secendory_color);
	margin-bottom: 0
}

.primary_bulet_checkbox .checkmark {
	position: relative;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
	line-height: 18px;
	flex: 18px 0 0;
	border-radius: 50%
}

.primary_bulet_checkbox .checkmark:before {
	position: absolute;
	background: var(--system_primery_color);
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all .4s ease-in-out;
	background-size: 200% auto
}

.primary_bulet_checkbox .checkmark:after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	content: "";
	width: 18px;
	height: 18px;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #e9e7f7;
	transition: all .4s ease-in-out;
	transform: scale(1)
}

.primary_bulet_checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden
}

.primary_bulet_checkbox input:checked~.checkmark {
	transition: all .4s ease-in-out
}

.primary_bulet_checkbox input:checked~.checkmark:after {
	width: 100%;
	height: 100%;
	transition: all .4s ease-in-out;
	transform: scale(1);
	border-color: var(--system_primery_color)
}

.primary_bulet_checkbox input:checked~.checkmark:before {
	transform: translate(-50%, -50%) scale(1)
}

html[dir=rtl] .primary_bulet_checkbox input:checked~.checkmark:before {
	transform: translate(50%, -50%) scale(1)
}

.play_button {
	width: 110px;
	height: 110px;
	background: rgba(31, 43, 64, .9);
	border-radius: 50%;
	color: var(--system_primery_color);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 100px;
	position: relative;
	font-size: 25px;
	transition: all .4s ease-in-out;
	cursor: pointer
}

.play_button i {
	color: #fff
}

.play_button:hover {
	background: var(--system_primery_color);
	color: #fff;
	background-size: 200% auto
}

.theme__overlay {
	position: relative;
	z-index: 2
}

.theme__overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0a0b21;
	opacity: .4;
	z-index: -1
}

.lms_tabmenu {
	background: #f8f8fe;
	border-radius: 4px;
	display: inline-flex;
	flex-wrap: nowrap;
	overflow: auto;
	padding: 8px
}

.lms_tabmenu .nav-item {
	margin-bottom: 0
}

.lms_tabmenu li a {
	font-size: 16px;
	font-weight: 600;
	font-family: var(--font_family1);
	color: var(--system_secendory_color);
	background-color: transparent;
	border-radius: 10px;
	padding: 12px 20px
}

@media only screen and (min-width: 1280px) and (max-width:1439px) {
	.lms_tabmenu li a {
		padding: 12px 24px
	}
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.lms_tabmenu li a {
		padding: 10px 20px
	}
}
.main_content_iner.main_content_padding.certificate-wrap {
    min-height: calc(100vh - 49px);
}
@media only screen and (min-width: 992px) {
	.dashboard_main_wrapper .dashboard_part {
		background-attachment:fixed;
	background-size: 50%;
	background-repeat:no-repeat;
        background-position-x: right !important;
        background-image: url(../img/dashboard-bg.jpg);
        background-position-y: bottom;
    }
.certificate-wrap a.link_value.theme_btn.small_btn4 {
    height: 36px;
    font-size: 14px;
}
.dashboard_title h3.screen-title {
    text-align: left !important;
}
.dashboard_main_wrapper nav.sidebar {
    display: none;
}
.dashboard_main_wrapper .dashboard_part{
	width:100%
}

}
@media only screen and (max-width: 991px) {
	.cst-menu{display:none;}
	.lms_tabmenu li a {
		padding: 10px 22px
	}
}

.lms_tabmenu li a:hover:not(.active) {
	color: var(--system_primery_color)
}

.lms_tabmenu li a.active {
	background: var(--system_primery_color);
	color: #fff
}

.theme_border {
	border-top: 1px solid #d1d1d1
}

.nav-tabs {
	margin-left: 30px;
	border-bottom: 0 solid #d1d1d1
}

@media (max-width: 991px) {
	.nav-tabs {
		margin-top: 50px
	}
}

@media (max-width: 615px) {
	.nav-tabs {
		justify-content: center
	}
}

.nav-link {
	background: #fff;
	color: #373737;
	border: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 8px 25px;
	margin-right: 10px;
	border-radius: 0
}

.nav-link.active {
	background: #cad5f3;
	color: var(--system_primery_color)
}

.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
	color: var(--system_secendory_color)
}

.owl-carousel-item img {
	width: 100% !important
}

.owl-nav div {
	background: #f2fcff;
	height: 60px;
	left: 0;
	line-height: 60px;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	transition: all .4s ease-in-out;
	width: 60px;
	font-size: 12px;
	color: #afafaf;
	border-radius: 50%
}

.owl-dots {
	display: flex;
	justify-content: center
}

.owl-dot {
	margin: 0 5px
}

.owl-dot.active span {
	background: var(--system_primery_color);
	transform: scale(1.2);
	background-size: 200% auto
}

.owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 30px;
	background: #d9e3e3;
	display: inline-block;
	transition: all .4s ease-in-out
}

.owl-dot span:hover {
	transform: scale(1.2)
}

.popular-course-carousel .owl-dots,
.team-slider .owl-dots {
	margin-top: 20px
}

.counter_wrapper {
	position: relative;
	z-index: 1
}

.profile {
	margin-bottom: 120px
}

.profile-cover {
	padding-bottom: calc(27% - 13px);
	position: relative;
	overflow: hidden;
	z-index: -1
}

.profile-cover img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto
}

.profile-img {
	width: var(--img-width);
	flex: 0 0 auto
}

@media (max-width: 767px) {
	.profile-img-container {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
		position: relative
	}
}

.profile-img .img {
	width: 100%;
	padding-bottom: 97%;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.profile-img .img img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.profile-img .theme_btn {
	transform: translateY(-50%);
	position: relative;
	font-size: 18px;
	line-height: 1.35;
	background-color: #25d978;
	border: none;
	min-width: 140px;
	padding: 10px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15);
	margin-bottom: -50%;
	z-index: 1
}

.profile-img .theme_btn:hover {
	color: #fff;
	background: var(--system_primery_color);
	background-size: 200% auto
}

.profile-img p {
	font-size: 15px;
	line-height: 1.71429;
	color: #45395e
}

.profile-wrapper {
	transform: translateY(-50%);
	position: relative;
	--border-radius: 15px;
	background-color: #313539;
	border-radius: var(--border-radius);
	margin-bottom: -110px;
	z-index: 1
}

.profile-info {
	width: calc(100% - var(--img-width));
	flex: 0 0 auto;
	padding-left: 30px
}

.profile-info ul {
	padding: 15px;
	background-color: #cee8ff;
	border-radius: 16px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	gap: 14px;
	--width: 44px
}

.profile-info ul li.connection-status,
.profile-info ul li a {
	display: flex;
	align-items: center;
	justify-content: center
}

.profile-info ul li a {
	width: var(--width);
	height: var(--width);
	border-radius: 100%;
	background-color: #fff;
	color: #55535b;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
	font-size: 18px
}

.profile-info ul li a i.fa-facebook-f,
.profile-info ul li a i.fa-instagram {
	color: #4b64ec
}

.profile-info ul li a i.fa-twitter {
	color: #17c7ff
}

.profile-info ul li a i.fa-youtube {
	color: #f81717
}

.profile-info ul li a:hover {
	color: #fff !important;
	background: var(--system_primery_color);
	background-size: 200% auto
}

.profile-info ul li a:hover i {
	color: currentColor
}

.profile-info ul li .status {
	border-radius: 100%;
	background-color: #fff;
	color: #55535b;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
	font-size: 18px
}

.profile-info ul li .status,
.profile-info ul li img {
	width: var(--width);
	height: var(--width)
}

.profile-info ul li img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.profile-info ul:not(:last-child) {
	margin-right: 16px
}

.profile-info h4 {
	font-size: 32px;
	line-height: 1.25;
	color: #45395e
}

.profile-info blockquote {
	font-size: 15px;
	font-weight: 500;
	color: #615c6b;
	margin-bottom: 10px
}

.profile-info blockquote span {
	font-weight: 700;
	color: #f29f22
}

.profile-info p {
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #797387;
	margin-bottom: 14px
}

.profile-info .badges {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.profile-info .badges li {
	flex-basis: var(--width)
}

.profile-info .social_media {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.profile-info .social_media li {
	flex-basis: var(--width)
}

.profile-info .social_media .dropdown-menu {
	border: none;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content
}

.profile-info .social_media .dropdown-menu li:not(:last-child) {
	margin-bottom: 10px
}

.profile .nav {
	background-color: var(--system_secendory_color);
	margin-bottom: 52px;
	border-radius: 100px;
	padding: 3px;
	flex-wrap: nowrap;
	overflow-x: auto
}

.profile .nav::-webkit-scrollbar {
	height: 0
}

.profile .nav:hover::-webkit-scrollbar {
	height: 5px
}

.profile .nav::-webkit-scrollbar-track {
	background-color: #d9d9d9;
	border-radius: 100px
}

.profile .nav::-webkit-scrollbar-thumb {
	background-color: #979797;
	border-radius: 100px
}

.profile .nav-link {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #fff !important;
	border-radius: 100px;
	padding: 10px 18px;
	min-width: 118px;
	text-align: center;
	background: 0 0;
	text-transform: capitalize;
	white-space: nowrap
}

.profile .nav-link.active {
	background: var(--system_primery_color);
	background-size: 200% auto
}

.profile .tab-pane {
	padding: 40px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15)
}

.profile .tab-pane .row {
	margin-bottom: -30px
}

.profile .tab-pane .about h1,
.profile .tab-pane .about h2,
.profile .tab-pane .about h3,
.profile .tab-pane .about h4,
.profile .tab-pane .about h5,
.profile .tab-pane .about h6 {
	font-weight: 700 !important;
	margin-bottom: 1rem
}

.profile .tab-pane .about .profile-info {
	margin-top: 20px
}

.profile .tab-pane .about .profile-info ul {
	margin-top: 30px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap
}

.profile .tab-pane .about .skiils {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px
}

.profile .tab-pane .about .skiils li {
	display: inline-block;
	border-radius: 100px;
	background-color: var(--system_primery_color_10);
	font-size: 14px;
	line-height: 21px;
	padding: 4px 14px;
	color: var(--system_primery_color);
	font-weight: 500
}

.profile-left {
	flex: 0 0 auto;
	width: 75%;
	--img-width: 226px;
	padding: 26px 80px 16px 26px;
	background-color: #fff;
	border-radius: calc(var(--border-radius) - 2px);
	height: 100%;
	border: 1px solid #c5c5c5
}

.profile-right {
	flex: 0 0 auto;
	width: 25%;
	padding: 0 50px
}

.profile-right ul li {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4
}

.profile-right ul li:not(:last-child) {
	margin-bottom: 36px
}

.profile-right ul li svg {
	margin-right: 20px
}

.bootstrap-tagsinput {
	border: 1px solid #d1d1d1 !important;
	border-radius: 4px !important;
	min-height: 50px !important
}

.bootstrap-tagsinput span[data-role=remove]:after {
	color: var(--system_primary_gredient1)
}

.bootstrap-tagsinput>.tag,
.skills_list>* {
	display: inline-block;
	border-radius: 100px;
	background-color: var(--system_primery_color_10);
	font-size: 14px;
	border: none;
	color: var(--system_primery_color);
	font-weight: 400;
	padding: 5px 15px
}

.currentColor {
	color: currentColor !important
}

@media (min-width: 1400px) {
	.profile .container {
		max-width: 1296px
	}
}

@media only screen and (min-width: 991.98px) and (max-width:1199.98px) {
	.profile-left {
		padding: 20px 40px 16px 20px;
		--img-width: 190px;
		width: 70.8333333333%
	}

	.profile-right {
		padding: 0 30px;
		width: 29.1666666667%
	}

	.profile-right ul li {
		font-size: 18px
	}

	.profile-right ul li:not(:last-child) {
		margin-bottom: 26px
	}

	.profile-right ul li svg {
		margin-right: 10px
	}

	.profile-info h4 {
		font-size: 28px
	}

	.profile-info ul {
		gap: 10px;
		padding: 10px;
		--width: 38px
	}

	.profile-info .badges {
		grid-template-columns: repeat(3, minmax(var(--width), 1fr))
	}
}

@media only screen and (max-width: 990.98px) {
	.profile .nav {
		flex-wrap: nowrap;
		overflow-x: auto
	}

	.profile .tab-pane {
		padding: 24px
	}

	.profile-left {
		width: 100%;
		padding: 20px;
		--img-width: 200px
	}

	.profile-right {
		width: 100%;
		padding: 30px
	}

	.profile-info ul {
		gap: 10px;
		padding: 10px
	}

	.profile-info .badges,
	.profile-info .social_media {
		grid-template-columns: repeat(3, minmax(var(--width), 1fr))
	}
}

@media only screen and (min-width: 1199.98px) and (max-width:1439.98px) {
	.profile-right {
		padding: 0 40px
	}

	.profile-right ul li:not(:last-child) {
		margin-bottom: 30px
	}

	.profile-right ul li svg {
		margin-right: 10px
	}

	.profile-info ul {
		gap: 10px;
		padding: 10px;
		--width: 38px
	}
}

@media only screen and (max-width: 478.98px) {
	.profile-img .theme_btn {
		font-size: 16px
	}

	.profile-info ul {
		--width: 34px
	}
}

@media only screen and (min-width: 767.98px) and (max-width:990.98px) {
	.profile-cover {
		padding-bottom: 30%
	}

	.profile-wrapper {
		transform: translateY(-15%);
		margin-bottom: -50px
	}

	.profile-right ul li {
		font-size: 18px
	}

	.profile-info h4 {
		font-size: 26px
	}

	.profile .nav {
		margin-bottom: 30px
	}
}

@media only screen and (max-width: 766.98px) {
	.profile-cover {
		padding-bottom: 40%
	}

	.profile-wrapper {
		margin-top: -100px;
		transform: translateY(0);
		margin-bottom: 50px
	}

	.profile-left {
		justify-content: center;
		--img-width: 160px
	}

	.profile-right ul li {
		font-size: 18px
	}

	.profile-img {
		width: 100%
	}

	.profile-img .img {
		width: var(--img-width);
		height: var(--img-width);
		padding-bottom: 0;
		margin: auto
	}

	.profile-img .theme_btn {
		min-width: 100px;
		padding: 6px
	}

	.profile-info {
		padding-left: 0;
		margin-top: 20px;
		width: 100%
	}

	.profile-info h4 {
		font-size: 24px
	}

	.profile .nav {
		margin-bottom: 24px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.profile_info .studentProfileThumb {
		margin-right: 10px
	}
}

@media only screen and (max-width: 767px) {
	.profile_info .studentProfileThumb {
		margin-right: 0
	}
}

@media (max-width: 420px) {
	.theme_btn.small_btn4 {
		padding: 11px 16px;
		font-size: 13px
	}
}

.document_name_input {
	height: 50px;
	border: 1px solid #e3e6ef;
	padding: 4px 20px;
	width: 100%
}

@media (min-width: 576px) {
	.text-sm-nowrap {
		white-space: nowrap
	}
}

.quiz_wizged .thumb {
	position: relative;
	overflow: hidden;
	height: 215px
}

.quiz_wizged .thumb_inner {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	height: 100%;
	transform: scale(1.1);
	transition: all .4s ease-in-out
}

.quiz_wizged:hover .thumb_inner {
	transform: scale(1)
}

.quiz__details {
	padding: 150px 0 120px
}

.quiz__details .lms_tab_content .course_overview_description .single_overview {
	margin-bottom: 30px
}

.quiz__details .lms_tab_content .course_overview_description .single_overview:last-child {
	margin-bottom: 28px
}

.quiz__details .course_cutomer_reviews .single_reviews:last-child {
	padding-bottom: 0;
	border: 0;
	margin-bottom: 28px
}

.quiz_border,
.quiz_test_wrapper {
	border: .5px solid #d1d1d1;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.quiz_test_wrapper .quiz_test_header {
	background: var(--system_primery_color);
	background-size: 200% auto;
	padding: 20px 35px;
	border-bottom: 1px solid #d1d1d1;
	color: #fff
}

.quiz_test_wrapper .quiz_test_header h3 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0
}

.quiz_test_wrapper .quiz_test_body {
	padding: 33px 45px
}

.quiz_test_wrapper .quiz_test_body p {
	margin-bottom: 26px
}

.quiz_test_wrapper .quiz_test_body p a {
	font-weight: 600;
	color: #373737
}

.quiz_test_wrapper .quiz_test_body .quiz_test_info {
	margin-bottom: 47px;
	padding-top: 4px
}

.quiz_test_wrapper .quiz_test_body .quiz_test_info li {
	font-family: var(--font_family2), sans-serif;
	font-weight: 400;
	color: #373737;
	display: grid;
	grid-template-columns: 80px auto;
	grid-gap: 20px;
	margin-bottom: 7px
}

.quiz_test_wrapper .quiz_test_body .quiz_test_info li span {
	font-size: 16px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	text-transform: capitalize
}

.quiz_questions_wrapper {
	
	border: .5px solid #d1d1d1
}
.quiz-cr {
    margin-top: 0px;
}
.quiz_questions_wrapper .quiz_test_header {
	background: var(--system_primery_color);
	background-size: 200% auto;
	padding: 20px 35px;
	border-bottom: 1px solid #d1d1d1;
	color: #fff
}

.quiz_questions_wrapper .quiz_test_header h3 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0
}

.quiz_questions_wrapper .quiz_test_header .quiz_header_right {
	text-align: right
}

.quiz_questions_wrapper .quiz_test_header .quiz_header_right span {
	font-size: 20px;
	font-weight: 600;
	font-family: var(--font_family1);
	color: #fff;
	margin-bottom: 0
}

.quiz_questions_wrapper .quiz_test_header .quiz_header_right p {
	font-size: 14px;
	font-weight: 500;
	color: #687083
}

.quiz_questions_wrapper .quiz_test_body {
	padding: 40px
}

.quiz_questions_wrapper .quiz_test_body .question_list_header {
	margin-bottom: 26px
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top p {
	font-size: 24px;
	font-weight: 700;
	color: #1f2b40
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top .arrow_controller span {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	background: #f9f9fd;
	border: 1px solid #e1e2e6;
	display: inline-block;
	font-size: 12px;
	color: #687083
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 49px;
	background: var(--system_primery_color);
	font-size: 16px;
	font-weight: 700;
	font-family: var(--font_family1);
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	flex: 50px 0 0;
	margin-bottom: 20px;
	background-size: 200% auto
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span:not(:last-child) {
	margin-right: 33px
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span.skip_qus {
	border: 2px solid var(--system_primery_color);
	color: var(--system_primery_color);
	background: transparent
}

.quiz_questions_wrapper .quiz_test_body .quiz_select {
	margin-bottom: 20px
}

.quiz_questions_wrapper .quiz_test_body .quiz_select li {
	margin-bottom: 15px
}

.quiz_score_wrapper {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	border: .5px solid #d1d1d1
}

.quiz_score_wrapper .quiz_test_header {
	background: var(--system_primery_color);
	background-size: 200% auto;
	padding: 20px 35px;
	border-bottom: 1px solid #d1d1d1;
	color: #fff
}

.quiz_score_wrapper .quiz_test_header h3 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0
}

.quiz_score_wrapper .quiz_header_right {
	text-align: right
}

.quiz_score_wrapper .quiz_header_right span {
	font-size: 20px;
	font-weight: 600;
	font-family: var(--font_family1);
	color: #fff;
	margin-bottom: 0
}

.quiz_score_wrapper .quiz_header_right p {
	font-size: 14px;
	font-weight: 500;
	color: #687083
}

.quiz_score_wrapper .quiz_test_body {
	padding: 33px 45px
}

.quiz_score_wrapper .quiz_test_body h3 {
	font-size: 48px;
	font-weight: 700
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.quiz_score_wrapper .quiz_test_body h3 {
		font-size: 32px
	}
}

@media only screen and (max-width: 767px) {
	.quiz_score_wrapper .quiz_test_body h3 {
		font-size: 20px;
	}
}

.quiz_score_wrapper .quiz_test_body h3.success {
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text
}

.quiz_score_wrapper .quiz_test_body h3.failed {
	font-weight: 600;
	color: #1f2b40
}

.quiz_score_wrapper .quiz_test_body h3.failed span {
	color: #e74274;
}

.quiz_score_wrapper .quiz_test_body p.subtitle {
	font-size: 36px;
	line-height: 1.75;
	font-weight: 500;
	margin-bottom: 70px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.quiz_score_wrapper .quiz_test_body p.subtitle {
		font-size: 28px
	}
}

@media only screen and (max-width: 767px) {
	.quiz_score_wrapper .quiz_test_body p.subtitle {
		text-align: center;
		font-size: 20px;
	}
}

.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view p {
	font-size: 24px;
	font-weight: 500;
	color: #1f2b40;
	line-height: 1.87
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view p {
		font-size: 20px
	}
}

@media only screen and (max-width: 767px) {
	.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view p {
		font-size: 19px;
	}
}

.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul {
	margin-bottom: 40px
}



.quiz_score_wrapper .quiz_test_body .sumit_skip_btns {
	gap: 2rem !important;
	display: flex !important;
	margin-top: 70px
}

.quiz_score_wrapper .quiz_test_body .retake_faq {
	margin-top: 76px
}

.quiz_score_wrapper .quiz_test_body .retake_faq h4 {
	font-size: 24px;
	line-height: 30px;
	color: #1f2b40;
	font-weight: 700
}

.quiz_score_wrapper .quiz_test_body .retake_faq p {
	font-size: 16px;
	line-height: 30px;
	color: #656a7b;
	font-weight: 400
}

.result_sheet_wrapper {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.result_sheet_wrapper .quiz_test_header {
	background: var(--system_primery_color);
	background-size: 200% auto;
	padding: 20px 35px;
	border-bottom: 1px solid #d1d1d1;
	color: #fff
}

.result_sheet_wrapper .quiz_test_header h3 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0
}

.result_sheet_wrapper .quiz_test_body {
	padding: 40px 50px
}

.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view:not(:last-child) {
	border-bottom: 1px solid #e9e7f7;
	padding-bottom: 26px;
	margin-bottom: 30px
}

.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view p {
	font-size: 14px;
	font-weight: 500;
	color: #687083;
	margin-bottom: 2px
}

.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #373737
}

.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view ul li {
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: 500
}

.result_sheet_wrapper .quiz_test_body .result_sheet_preview {
	padding-top: 30px;
	padding-bottom: 40px
}

.result_sheet_wrapper .quiz_test_body .result_sheet_preview a {
	margin: 0 5px
}

.quiz_exam_score_details {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap
}

.quiz_exam_score_details li {
	align-items: center;
	justify-content: center;
	display: flex;
	min-width: 320px;
	height: 55px;
	/* padding: 15px 17px; */
	border-radius: 2px;
	border: .5px solid #d1d1d1
}

@media only screen and (max-width: 767px) {
	.quiz_exam_score_details li {
		min-width: 86%;
	}
}

.quiz_exam_score_details li span.label_name {
	font-size: 20px;
	font-weight: 600;
	color: #1f2b40
}

@media only screen and (max-width: 767px) {
	.quiz_exam_score_details li span.label_name {
		font-size: 16px
	}
}

.quiz_exam_score_details li label {
	gap: 18px;
	align-items: center
}

.quiz_exam_score_details li .icon {
	background: #1f2b40;
	height: 36px;
	width: 36px;
	min-width: 36px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.quiz_exam_score_details li.correct {
	background: #d5fbe9
}

.quiz_exam_score_details li.correct svg {
	color: #16ce8c
}

.quiz_exam_score_details li.wrong {
	background: #fbd5d5
}

.quiz_exam_score_details li.wrong svg {
	color: #ff515c
}

#result br,
.questions br {
	display: block
}

.quiz_test_body .singleQuestion input:checked+.checkmark+.label_name,
.quiz_test_body .singleQuestion ul.quiz_select li:hover label .label_name {
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text
}

.question_list_counters {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.question_list_counters span {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 49px;
	background: var(--system_primery_color);
	font-size: 16px;
	font-weight: 700;
	font-family: var(--font_family1);
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	flex: 50px 0 0;
	margin-bottom: 20px;
	background-size: 200% auto
}

.question_list_counters span:not(:last-child) {
	margin-right: 33px
}

.question_list_counters span.skip_qus {
	border: 2px solid var(--system_primery_color);
	color: var(--system_primery_color);
	background: transparent
}

.question_number_lists {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 12px;
	margin-bottom: 48px
}
.quiz_header_left.page-title-row .container {
    margin-top: -4px;
}
.question_number_lists a {
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 49px;
	background: var(--system_primery_color);
	font-size: 24px;
	font-weight: 500;
	font-family: var(--font_family1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	flex: 70px 0 0;
	padding: 0;
	background-size: 200% auto;
	margin: 0
}

.question_number_lists a.skip_qus {
	color: #fff;
	background: #1f2b40
}

.question_number_lists a.pouse_qus {
	border: 1px solid rgba(143, 104, 255, .5019607843);
	color: #1f2b40;
	background: #fff
}

.question_number_lists a.quiz_is_submit {
	background: var(--system_primery_color);
	background-size: 200% auto;
	border: none;
	color: #fff
}

.question_number_lists a.wait_for_confirm {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	border: none
}

@media (max-width: 767.98px) {
	.quiz__details {
		padding: 75px 0 45px
	}

	.quiz__details .lms_tab_content .course_overview_description .single_overview:last-child {
		margin-bottom: 40px
	}

	.quiz_test_wrapper .quiz_test_header {
		padding: 20px 30px
	}

	.quiz_test_wrapper .quiz_test_header h3 {
		font-size: 18px
	}

	.quiz_test_wrapper .quiz_test_body {
		padding: 30px
	}

	.quiz_questions_wrapper {
		border: .5px solid #d1d1d1
	}

	.quiz_questions_wrapper .quiz_test_header {
		padding: 20px 30px
	}

	.quiz_questions_wrapper .quiz_test_header h3 {
		font-size: 18px
	}

	.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span {
		width: 40px;
		height: 40px;
		line-height: 40px;
		flex: 40px 0 0;
		font-size: 14px
	}

	.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span:not(:last-child) {
		margin-right: 20px
	}

	.quiz_score_wrapper .quiz_test_header {
		padding: 20px 30px
	}

	.quiz_score_wrapper .quiz_test_header h3 {
		font-size: 18px
	}

	.quiz_score_wrapper .quiz_test_body {
		padding: 30px 10px;
	}

	.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul {
		margin-bottom: 40px
	}

	.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) {
		margin-right: 30px
	}
}

@media only screen and (max-width: 767.98px) and (max-width:767px) {
	.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) {
		margin-right: 0
	}
}

@media (max-width: 767.98px) {
	.result_sheet_wrapper .quiz_test_header {
		padding: 20px 30px
	}

	.result_sheet_wrapper .quiz_test_header h3 {
		font-size: 18px
	}

	.result_sheet_wrapper .quiz_test_body {
		padding: 30px
	}

	.result_sheet_wrapper .quiz_test_body .result_sheet_view .marking_img img {
		width: 60px;
		margin-top: 10px
	}
}

@media (max-width: 767.98px) {
	.question_list_counters span {
		width: 40px;
		height: 40px;
		line-height: 40px;
		flex: 40px 0 0;
		font-size: 14px
	}

	.question_list_counters span:not(:last-child) {
		margin-right: 20px
	}
}

@media (max-width: 575.98px) {
	.quiz_questions_wrapper .quiz_test_header {
		flex-direction: column;
		justify-content: start
	}

	.quiz_questions_wrapper .quiz_test_header .quiz_header_right {
		text-align: left;
		width: 100%;
		margin-top: 10px
	}

	.quiz_questions_wrapper .quiz_test_body {
		padding: 25px 20px
	}

	.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span {
		margin-bottom: 15px
	}

	.quiz_score_wrapper .quiz_test_body .score_view_wrapper {
		flex-direction: column
	}

	.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul {
		margin-bottom: 20px
	}

	.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:last-child {
		margin-bottom: 30px
	}

	.result_sheet_wrapper .quiz_test_body {
		padding: 20px
	}

	.result_sheet_wrapper .quiz_test_body .result_sheet_preview {
		padding-top: 0;
		flex-direction: column
	}

	.question_list_counters span,
	.result_sheet_wrapper .quiz_test_body .result_sheet_preview a:first-child {
		margin-bottom: 15px
	}
}

@media (min-width: 1200px) and (max-width:1499.98px) {
	.quiz_score_wrapper .quiz_test_body .score_view_wrapper {
		flex-direction: column
	}

	.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul {
		margin-bottom: 30px
	}

	.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:last-child {
		margin-bottom: 40px
	}

	.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) {
		margin-right: 0
	}
}

.quiz_test_body a.nav-link.arrow {
	background: #eee6f5;
	color: var(--system_primery_gredient2);
	cursor: pointer
}

.quiz_test_body a.nav-link.arrow:hover {
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff
}

h4.question_title_quiz {
	font-size: 30px;
	font-weight: 600;
	font-family: var(--font_family1)
}

.quiz_test_body .singleQuestion .quiz_select label span {
	font-weight: 400;
	font-size: 14px !important;
}

.quiz_questions_wrapper .quiz_test_body .quiz_select li {
	margin-bottom: 10px;
}

.quiz_result_sheet_body .single_result_view {
	margin-bottom: 62px;
	border: .5px solid #d1d1d1;
	background: #fff
}

@media (max-width: 767px) {
	.quiz_result_sheet_body .single_result_view {
		margin-bottom: 40px
	}
}

@media (max-width: 575px) {
	.quiz_result_sheet_body .single_result_view {
		margin-bottom: 30px
	}
}

.quiz_result_sheet_body .single_result_view li label {
	margin-bottom: 26px
}

.quiz_result_sheet_body .single_result_view li label .label_name {
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #1f2b40;
	line-height: 20px;
	letter-spacing: .4px;
	max-width: 80%
}

.quiz_result_sheet_body .single_result_view_inner {
	padding: 43px 50px
}

@media (max-width: 767px) {
	.quiz_result_sheet_body .single_result_view_inner {
		padding: 30px
	}
}

@media (max-width: 575px) {
	.quiz_result_sheet_body .single_result_view_inner {
		padding: 20px
	}
}

.quiz_result_sheet_body .single_result_view.correct {
	border-bottom: 3px solid #16ce8c
}

.quiz_result_sheet_body .single_result_view.correct h5 {
	background: #11bd8a
}

.quiz_result_sheet_body .single_result_view.wrong {
	border-bottom: 3px solid #ff4545
}

.quiz_result_sheet_body .single_result_view.wrong h5 {
	background: #ff4545
}

.quiz_result_sheet_body .single_result_count {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	padding: 14px 46px
}

@media (max-width: 767px) {
	.quiz_result_sheet_body .single_result_count {
		font-size: 24px;
		padding: 10px 30px
	}
}

@media (max-width: 575px) {
	.quiz_result_sheet_body .single_result_count {
		font-size: 20px;
		padding: 8px 20px
	}
}

.quiz_result_sheet_body .single_result_question {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 24px
}

@media (max-width: 767px) {
	.quiz_result_sheet_body .single_result_question {
		font-size: 24px
	}
}

@media (max-width: 575px) {
	.quiz_result_sheet_body .single_result_question {
		font-size: 20px
	}
}

.quiz_result_sheet_body .single_result_question_description {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #656a7b;
	margin-bottom: 22px
}

.quiz_result_sheet_body .primary_checkbox2 .checkmark,
.quiz_result_sheet_body .primary_checkbox .checkmark {
	height: 23px;
	width: 23px;
	line-height: 23px;
	flex: 23px 0 0
}

.quiz_result_sheet_body .primary_checkbox2 .checkmark:after,
.quiz_result_sheet_body .primary_checkbox .checkmark:after {
	border-radius: 100%;
	border-color: #d1d1d1 !important;
	background: transparent !important
}

.quiz_result_sheet_body .primary_checkbox2 input:checked~.checkmark:before,
.quiz_result_sheet_body .primary_checkbox input:checked~.checkmark:before {
	content: "";
	width: 12px;
	height: 12px;
	left: 50%;
	right: auto;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 100%
}

.quiz_result_sheet_body .primary_checkbox2 input:checked~.checkmark {
	background: #fff;
	border: 1px solid #16ce8c
}

.quiz_result_sheet_body .primary_checkbox2.error_ans input:checked~.checkmark {
	background: #fff;
	border: 1px solid #ff4545
}

.quiz_result_sheet_body .primary_checkbox2 input:checked~.label_name {
	color: #009a63 !important
}

.quiz_result_sheet_body .primary_checkbox2.error_ans input:checked~.label_name {
	color: #ff4545 !important
}

.quiz_result_sheet_body .primary_checkbox2 input:checked~.checkmark:before,
.quiz_result_sheet_body .primary_checkbox input:checked~.checkmark:before {
	background: #16ce8c;
	z-index: 1
}

.quiz_result_sheet_body .primary_checkbox2.error_ans input:checked~.checkmark:before,
.quiz_result_sheet_body .primary_checkbox.error_ans input:checked~.checkmark:before {
	background: #ff4545;
	z-index: 1
}

.quiz_result_sheet_body .primary_checkbox2 input:checked~.label_name {
	position: relative
}

.quiz_result_sheet_body .primary_checkbox2 input:checked~.label_name:after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 34c8.837 0 16-7.163 16-16S26.837 2 18 2 2 9.163 2 18s7.163 16 16 16z' fill='%2316CE8C' stroke='%2316CE8C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.602 19.6l4.654 4.8c2.19-6.292 4.014-9.052 8.146-12.8' fill='%2316CE8C'/%3E%3Cpath d='M11.602 19.6l4.654 4.8c2.19-6.292 4.014-9.052 8.146-12.8' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: cover;
	height: 36px;
	width: 36px;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%)
}

html[dir=rtl] .quiz_result_sheet_body .primary_checkbox2 input:checked~.label_name:after {
	left: -50px;
	right: auto
}

.quiz_result_sheet_body .primary_checkbox2.error_ans input:checked~.label_name {
	position: relative
}

.quiz_result_sheet_body .primary_checkbox2.error_ans input:checked~.label_name:after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 34c8.837 0 16-7.163 16-16S26.837 2 18 2 2 9.163 2 18s7.163 16 16 16z' fill='%23FF4545' stroke='%23FF4545' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.514 12.235l.134.117a1.2 1.2 0 01.117 1.562l-.117.135L19.698 18l3.95 3.951a1.2 1.2 0 01.117 1.563l-.117.134a1.2 1.2 0 01-1.562.117l-.134-.117L18 19.698l-3.951 3.95a1.2 1.2 0 01-1.563.117l-.135-.117a1.2 1.2 0 01-.116-1.562l.117-.134L16.302 18l-3.95-3.951a1.2 1.2 0 01-.117-1.563l.117-.135a1.2 1.2 0 011.562-.116l.135.117L18 16.302l3.951-3.95a1.2 1.2 0 011.563-.117z' fill='%23fff'/%3E%3C/svg%3E");
	background-size: cover;
	height: 36px;
	width: 36px;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%)
}

html[dir=rtl] .quiz_result_sheet_body .primary_checkbox2.error_ans input:checked~.label_name:after {
	left: -50px;
	right: auto
}

@media (max-width: 767px) {

	.quiz_result_sheet_body .primary_checkbox2 input:checked~.label_name:after,
	.quiz_result_sheet_body .primary_checkbox2.error_ans input:checked~.label_name:after {
		height: 24px;
		width: 24px;
		right: -30px
	}

	html[dir=rtl] .quiz_result_sheet_body .primary_checkbox2 input:checked~.label_name:after,
	html[dir=rtl] .quiz_result_sheet_body .primary_checkbox2.error_ans input:checked~.label_name:after {
		left: -30px;
		right: auto
	}
}

@media (max-width: 575px) {

	.quiz_result_sheet_body .primary_checkbox2 input:checked~.label_name:after,
	.quiz_result_sheet_body .primary_checkbox2.error_ans input:checked~.label_name:after {
		height: 20px;
		width: 20px;
		right: -25px
	}

	html[dir=rtl] .quiz_result_sheet_body .primary_checkbox2 input:checked~.label_name:after,
	html[dir=rtl] .quiz_result_sheet_body .primary_checkbox2.error_ans input:checked~.label_name:after {
		left: -25px;
		right: auto
	}
}

.quiz_result_sheet_body .single_result_view_inner input:checked~.checkmark:after {
	border: 0 !important
}

.score_view_wrapper .single_score_view .primary_checkbox2.error_ans input:checked~.checkmark:before {
	content: "";
	top: 50%;
	transform: translateY(-50%)
}

@media (min-width: 1200px) {
	.dashboard_main_wrapper .main_content_iner.main_content_padding {
		padding: 45px 30px
	}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {

	.dashboard_main_wrapper .main_content_iner.main_content_padding,
	.header_iner {
		padding: 35px 30px
	}

	.header_iner .notification_wrapper ul {
		padding: 16px 20px
	}

	.paginations {
		--pag-width: 40px
	}

	.sidebar-user h4 {
		font-size: 18px
	}

	.reward-card {
		padding: 30px;
		margin-bottom: 30px
	}

	.reward-card-points .content h4 {
		font-size: 28px
	}

	.reward-blance-img {
		margin: auto auto 20px
	}

	.reward-blance-content {
		padding-left: 0;
		max-width: 100% !important;
		text-align: center
	}

	.reward-blance-content h3 {
		font-size: 30px;
		line-height: 1.3;
		margin-bottom: 10px
	}

	.reward-blance-content>p {
		margin-bottom: 20px
	}

	.reward-blance-content .d-flex .ps-4 {
		margin-left: 0 !important;
		padding-left: 12px !important
	}

	.reward-blance-content .d-flex .ps-4 .me-4 {
		margin-right: 0 !important
	}

	.reward-blance-content h4 {
		font-size: 44px
	}

	.reward-blance-content .theme_btn {
		font-size: 16px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content
	}

	.reward-badge h4 {
		font-size: 22px
	}

	.reward-table table tr td,
	.reward-table table tr th {
		padding: 24px
	}

	.reward-leader h4 {
		font-size: 18px;
		margin-bottom: 20px
	}

	.reward-paginations p {
		font-size: 16px
	}

	.reward-modal .modal-dialog {
		max-width: calc(100% - 100px)
	}

	.reward-modal .modal-body h4 {
		font-size: 32px;
		margin-bottom: 20px
	}

	.reward-modal .modal-body p {
		font-size: 28px;
		margin-bottom: 30px
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {

	.dashboard_main_wrapper .main_content_iner.main_content_padding,
	.header_iner {
		padding: 35px 30px
	}

	.header_iner .notification_wrapper ul {
		padding: 16px 8px
	}

	.header_iner .notification_wrapper ul li:not(:last-child) {
		margin-right: 30px
	}

	.sidebar-user h4 {
		font-size: 18px
	}

	.reward-card-points .content h4 {
		font-size: 26px
	}

	.reward-blance-content {
		padding-left: 30px
	}

	.reward-blance-content h3 {
		font-size: 28px;
		line-height: 1.2;
		margin-bottom: 10px
	}

	.reward-blance-content .d-flex>div:first-child {
		max-width: 41.6666666667%;
		flex: 0 0 100%
	}

	.reward-blance-content .d-flex>div:last-child {
		max-width: 58.3333333333%;
		flex: 0 0 100%
	}

	.reward-blance-content h4 {
		font-size: 38px
	}

	.reward-blance-content .theme_btn {
		padding: 10px 13px;
		font-size: 14px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content
	}

	.reward-badge h4 {
		font-size: 20px
	}

	.reward-table table tr td,
	.reward-table table tr th {
		font-size: 16px;
		padding: 20px 25px
	}

	.reward-leader h4 {
		font-size: 18px
	}

	.reward-modal .modal-dialog {
		max-width: calc(100% - 60px)
	}

	.reward-modal .modal-body h4 {
		font-size: 30px;
		line-height: 1.3125
	}

	.reward-modal .modal-body p {
		font-size: 26px
	}
}

@media only screen and (max-width: 767px) {
	.dashboard_main_wrapper .main_content_iner.main_content_padding {
		padding: 25px 20px 50px;
		min-height: 87vh;
	}

	.header_iner {
		padding: 18px 20px
	}

	.header_iner .notification_wrapper ul {
		padding: 13px 15px
	}

	.header_iner .notification_wrapper ul li:not(:last-child) {
		margin-right: 20px
	}

	.sidebar-user h4 {
		font-size: 18px
	}

	.reward .col-md-6.col-xl-4.col-xxl-3 {
		width: 50%
	}

	.reward-card-points {
		--icon: 0
	}

	.reward-card-points .img {
		display: none
	}

	.reward-card-points .content {
		padding-left: 0;
		text-align: center
	}

	.reward-card-points .content h4 {
		font-size: 24px
	}

	.reward-card.leader {
		padding: 20px
	}

	.reward-blance {
		--img-width: 170px
	}

	.reward-blance-img {
		margin: auto auto 20px
	}

	.reward-blance-content {
		padding-left: 0;
		max-width: 100% !important;
		text-align: center
	}

	.reward-blance-content h3 {
		font-size: 24px;
		font-size: 31px;
		line-height: 1.3
	}

	.reward-blance-content .d-flex {
		flex-wrap: wrap
	}

	.reward-blance-content .d-flex>div {
		text-align: center !important
	}

	.reward-blance-content .d-flex>div:first-child {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 14px
	}

	.reward-blance-content .d-flex>div:last-child {
		max-width: 100%;
		flex: 0 0 100%
	}

	.reward-blance-content h4 {
		font-size: 34px
	}

	.reward-blance-content .theme_btn {
		padding: 10px 20px;
		font-size: 14px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content
	}

	.reward-badge h4 {
		font-size: 18px
	}

	.reward-table table {
		width: 600px !important
	}

	.reward-table table tr th {
		font-size: 14px;
		padding: 16px 22px;
		font-weight: 500
	}

	.reward-table table tr th p {
		font-size: 16px;
		font-weight: 500
	}

	.reward-table table tr td {
		font-size: 14px;
		padding: 16px 22px;
		font-weight: 500
	}

	.reward-table table tr td p {
		font-size: 16px;
		font-weight: 500
	}

	.reward-leader h4 {
		font-size: 18px
	}

	.reward-modal .modal-dialog {
		max-width: calc(100% - 30px)
	}

	.reward-modal .modal-body h4,
	.reward-modal .modal-body p {
		font-size: 24px
	}
}

.bg-body {
	background-color: #eff4f8 !important
}

.text-green {
	color: #36d98b !important
}

.paginations {
	display: flex;
	align-items: center;
	--pag-width: 51px;
	flex-wrap: wrap;
	row-gap: 10px
}

.paginations .prev {
	color: var(--system_secendory_color);
	font-size: 18px;
	line-height: 1.35;
	padding: 5px;
	height: var(--pag-width);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px
}

.paginations .prev:hover {
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text
}

.paginations .next {
	color: var(--system_secendory_color);
	font-size: 18px;
	line-height: 1.35;
	padding: 5px;
	height: var(--pag-width);
	display: flex;
	align-items: center;
	justify-content: center
}

.paginations .next:hover {
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text
}

.paginations-list {
	margin-right: 6px
}

.paginations-list:first-child {
	margin-right: 0
}

.paginations-list:last-child {
	margin-left: -6px;
	margin-right: 0
}

.paginations-list:last-child a {
	padding: 5px;
	margin-left: 10px
}

.paginations-links,
.paginations-list:last-child a {
	color: var(--system_secendory_color);
	font-size: 18px;
	line-height: 1.35;
	height: var(--pag-width);
	display: flex;
	align-items: center;
	justify-content: center
}

.paginations-links {
	width: var(--pag-width);
	border: 1px solid #8c9098;
	font-weight: 600;
	border-radius: 10px
}

.paginations-links.active,
.paginations-links:hover {
	background: var(--system_primery_color);
	background-size: 200% auto;
	border-color: var(--system_primery_color);
	color: #fff
}

.sidebar-user {
	padding: 30px 10px
}

.sidebar-user h4 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
	color: var(--system_secendory_color);
	font-weight: 600
}

.sidebar-profile {
	--width: 110px;
	width: var(--width);
	height: var(--width);
	border-radius: 100%;
	border: 2px solid var(--system_primery_color);
	overflow: hidden;
	padding: 5px;
	margin-bottom: 14px
}

.sidebar-profile img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%
}

.sidebar-badge {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px
}

.sidebar-badge-list {
	max-width: calc(20% - 10px);
	flex: 0 0 100%
}

.sidebar-badge-list img {
	--badge: 44px;
	width: var(--badge);
	height: var(--badge);
	-o-object-fit: contain;
	object-fit: contain
}

.reward-card {
	border-radius: 10px;
	box-shadow: -12px 16px 40px rgba(0, 0, 0, .05);
	padding: 40px;
	background-color: #fff;
	margin-bottom: 40px
}

.reward-card.badge-card {
	width: 100%;
	padding: 24px
}

.reward-card.leader {
	padding: 28px
}

.reward-card h1,
.reward-card h2,
.reward-card h3,
.reward-card h4,
.reward-card h5,
.reward-card h6 {
	font-weight: 700
}

.reward-card p {
	color: #8c9098
}

.reward-card p a {
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text
}

.reward-card-points {
	--icon: 66px
}

.reward-card-points .img {
	max-width: var(--icon);
	flex: 0 0 100%;
	height: 82px
}

.reward-card-points .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.reward-card-points .content {
	max-width: calc(100% - var(--icon));
	flex: 0 0 100%;
	padding-left: 20px
}

.reward-card-points .content h4 {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 0;
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text
}

.reward-card-points .content p {
	font-weight: 500
}

.reward-blance {
	--img-width: 199px
}

.reward-blance-img {
	max-width: var(--img-width);
	height: 176px;
	flex: 0 0 100%
}

.reward-blance-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.reward-blance-content {
	max-width: calc(100% - var(--img-width));
	flex: 0 0 100%;
	padding-left: 64px
}

@media (max-width: 991px) {
	.reward-blance-content {
		max-width: 100%;
		padding-left: 0
	}
}

.reward-blance-content h3 {
	font-size: 36px;
	line-height: 1.52778;
	color: var(--system_secendory_color);
	margin-bottom: 1rem
}

.reward-blance-content h3 span {
	color: #36d98b
}

.reward-blance-content>p {
	margin-bottom: 38px
}

.reward-blance-content .d-flex p {
	font-size: 14px
}

.reward-blance-content .d-flex .ps-4 {
	margin-left: 26px
}

.reward-blance-content .d-flex>div {
	text-align: left
}

.reward-blance-content h4 {
	font-size: 64px;
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	line-height: 1
}

.reward-blance-content .theme_btn {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 18px;
	line-height: 1.66667;
	font-weight: 600;
	min-width: 194px;
	text-align: center
}

.reward-blance-content .theme_btn:first-child {
	background: var(--system_primery_color);
	background-size: 200% auto
}

.reward-blance-content .theme_btn:first-child:hover {
	color: var(--system_primery_color);
	border-color: var(--system_primery_color);
	background-color: transparent
}

.reward-blance-content .theme_btn:last-child {
	background: #36d98b
}

.reward-blance-content .theme_btn:last-child:hover {
	color: #36d98b;
	border-color: #36d98b;
	background: transparent
}

.reward-badge .img {
	margin: auto auto 15px;
	width: 139px;
	height: 122px
}

.reward-badge .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.reward-badge h4 {
	font-size: 24px;
	line-height: 1.41667;
	font-weight: 600;
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text
}

.reward-table {
	overflow: auto
}

.reward-table table tr {
	border-bottom: 1px solid #dee7ff;
	background-color: transparent;
	transition: all .3s ease-in-out
}

.reward-table table tr th {
	padding: 46px 45px;
	color: var(--system_secendory_color)
}

.reward-table table tr td,
.reward-table table tr th,
.reward-table table tr th p {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	transition: all .3s ease-in-out
}

.reward-table table tr td {
	padding: 46px 45px;
	color: var(--system_secendory_color)
}

.reward-table table tr td p {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	transition: all .3s ease-in-out
}

.reward-table table tbody tr:last-child {
	border-bottom: 0
}

.reward-table table tbody tr:hover {
	background: var(--system_primery_color);
	background-size: 200% auto
}

.reward-table table tbody tr:hover td,
.reward-table table tbody tr:hover td p,
.reward-table table tbody tr:hover th,
.reward-table table tbody tr:hover th p {
	color: #fff !important
}

.reward-leader h4 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px
}

.reward-leader ul li {
	display: block
}

.reward-leader .nav {
	margin-bottom: 14px;
	overflow: auto;
	border-bottom-width: 1px;
	gap: 10px;
	padding-bottom: 14px
}

.reward-leader .nav::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

.reward-leader .nav::-webkit-scrollbar-track {
	background-color: var(--system_primery_color_30);
	border-radius: 100px
}

.reward-leader .nav::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-color: var(--system_primery_color_50)
}

.reward-leader .nav-link {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	padding: 8px 14px;
	color: #8c9098;
	margin-right: 0;
	border-radius: 6px;
	border: 1px solid #d0dce5;
	font-size: 14px
}

.reward-leader .nav-link.active {
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff
}

.reward-leader-content {
	text-align: right;
	--position-width: 58px
}

.reward-leader-content ul li {
	display: block
}

.reward-leader-content ul li:not(:last-child) {
	margin-bottom: 14px
}

.reward-leader-content a,
.reward-leader-content h4 {
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text
}

.reward-leader-content h4 {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 0 !important;
	transition: all .3s ease-in-out
}

.reward-leader-content p {
	font-size: 14px;
	transition: all .3s ease-in-out
}

.reward-leader-item {
	border: 1px solid #d0dce5;
	border-radius: 6px;
	padding: 10px;
	background-color: transparent;
	transition: all .3s ease-in-out;
	cursor: pointer;
	flex: 0 0 100%;
	max-width: calc(100% - var(--position-width) - 8px)
}

.reward-leader-item:hover {
	background: var(--system_primery_color);
	background-size: 200% auto;
	border-color: var(--system_primery_gredient1)
}

.reward-leader-item:hover h4,
.reward-leader-item:hover p {
	color: #fff !important
}

.reward-leader-item:hover .img {
	border-color: #fff
}

.reward-leader-position {
	max-width: var(--position-width);
	flex: 0 0 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5c6574;
	font-size: 18px;
	line-height: 1.35;
	color: #fff;
	font-weight: 700;
	border-radius: 6px
}

.reward-leader-position.one {
	background: linear-gradient(149.01deg, #65ffb5 7.24%, #18ad77 84.86%)
}

.reward-leader-position.two {
	background: linear-gradient(180deg, #ff930f, #ffde2e)
}

.reward-leader-position.three {
	background: linear-gradient(135deg, #bb86ff, #561bff)
}

.reward-leader-profile {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 14px;
	--img: 36px
}

.reward-leader-profile .img {
	max-width: var(--img);
	flex: 0 0 var(--img);
	height: var(--img);
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid var(--system_primery_color)
}

.reward-leader-profile .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.reward-leader-profile .content {
	max-width: calc(100% - var(--img));
	flex: 0 0 100%;
	padding-left: 0;
	flex: auto
}

.reward-leader-profile .content p {
	font-size: 15px;
	color: var(--system_secendory_color);
	transition: all .3s ease-in-out
}

.reward-paginations p {
	font-size: 16px;
	line-height: 1.35
}

.reward-paginations p strong {
	font-weight: 500;
	color: var(--system_secendory_color)
}

.reward-modal .modal-dialog {
	max-width: 1000px;
	width: 100%
}

.reward-modal .modal-content {
	border: none;
	border-radius: 40px
}

.reward-modal .modal-body {
	padding: 50px 80px 100px
}

.reward-modal .modal-body img {
	margin-bottom: 50px;
	width: 100%
}

.reward-modal .modal-body h4 {
	font-size: 40px;
	line-height: 1.175;
	color: var(--system_secendory_color);
	margin-bottom: 30px
}

.reward-modal .modal-body h4 span {
	color: transparent;
	background: var(--system_primery_color);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text
}

.reward-modal .modal-body p {
	font-size: 32px;
	line-height: 1.25;
	color: var(--system_secendory_color);
	margin-bottom: 40px
}

.reward-modal .modal-body .theme_btn {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 18px;
	line-height: 1.66667;
	font-weight: 600;
	min-width: 194px;
	text-align: center
}

.reward-modal .modal-body .theme_btn:first-child,
.reward-modal .modal-body .theme_btn:last-child {
	background: var(--system_primery_color);
	background-size: 200% auto
}

.reward-modal .modal-body .theme_btn:first-child:hover,
.reward-modal .modal-body .theme_btn:last-child:hover {
	background-color: transparent;
	border-color: var(--system_primery_color);
	color: var(--system_primery_color)
}

#myHomepageCourse .owl-nav>div {
	--width: 36px;
	height: var(--width);
	width: var(--width);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-100%);
	color: var(--system_secendory_color)
}

#myHomepageCourse .owl-nav>div:last-child {
	left: auto;
	right: 10px
}

#myHomepageCourse .owl-nav>div:hover {
	background: var(--system_primery_color);
	background-size: 200% auto;
	color: #fff
}

#myHomepageCourse .owl-nav div {
	background: rgba(0, 0, 0, .7098039216);
	color: #fff
}

#myLeaderBoard .reward-leader .nav {
	border-bottom: none;
	margin-bottom: 0
}

#myLeaderBoard .reward-leader .badge-img {
	width: 70px;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

#myLeaderBoard .reward-leader-content {
	--position-width: 64px
}

#myLeaderBoard .reward-leader-content ul {
	max-height: 400px;
	overflow: auto;
	padding: 20px 20px 20px 0
}

#myLeaderBoard .reward-leader-content ul::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

#myLeaderBoard .reward-leader-content ul::-webkit-scrollbar-track {
	background-color: var(--system_primery_color_10);
	border-radius: 100px
}

#myLeaderBoard .reward-leader-content ul::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-color: var(--system_primery_color_50)
}

#myLeaderBoard .modal-xl {
	max-width: 560px !important
}

#myLeaderBoard .modal-content {
	border-radius: 16px;
	border: none
}

#myHomepageCourse.owl-carousel .owl-stage-outer {
	overflow: visible !important
}

#myHomepageCourse.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out
}

#myHomepageCourse.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible
}

#topLeaderboardBody .reward-leader-content ul {
	padding: 10px 11px 0 0
}

#leaderboardBody .point-table>ul {
	padding: 15px 0
}

#leaderboardBody .point-table>ul li {
	padding-bottom: 10px
}

@media only screen and (min-width: 1200px) and (max-width:1439px) {
	.paginations {
		--pag-width: 46px
	}

	.sidebar-user h4 {
		font-size: 18px
	}

	.reward-card {
		padding: 24px;
		margin-bottom: 30px
	}

	.reward-card-points {
		--icon: 56px
	}

	.reward-card.badge-card {
		display: flex;
		flex-direction: column;
		justify-content: center
	}

	.reward-blance-img {
		margin: auto auto 20px
	}

	.reward-blance-content {
		padding-left: 0;
		max-width: 100% !important;
		text-align: center
	}

	.reward-blance-content h3 {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 10px
	}

	.reward-blance-content>p {
		margin-bottom: 18px
	}

	.reward-blance-content .d-flex .ps-4 {
		margin-left: 0 !important;
		padding-left: 12px !important
	}

	.reward-blance-content h4 {
		font-size: 54px;
		font-size: 44px
	}
}

@media only screen and (min-width: 1200px) and (max-width:1439px) and (max-width:1440px) {
	.reward-blance-content h4 {
		text-align: center
	}
}

@media only screen and (min-width: 1200px) and (max-width:1439px) {
	.reward-blance-content .theme_btn {
		padding: 10px 18px;
		font-size: 16px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content
	}
}

@media only screen and (min-width: 1200px) and (max-width:1439px) {

	.reward-table table tr td,
	.reward-table table tr th {
		padding: 35px
	}
}

@media only screen and (min-width: 1200px) and (max-width:1439px) {
	.reward-leader h4 {
		font-size: 18px
	}
}

@media only screen and (min-width: 1200px) and (max-width:1439px) {
	.reward-modal .modal-body h4 {
		font-size: 36px
	}
}

@media only screen and (max-width: 991px) {
	.paginations {
		--pag-width: 36px
	}

	.paginations-links {
		font-size: 16px
	}

	.reward-card {
		padding: 24px;
		margin-bottom: 24px
	}

	.reward-blance-content>p {
		margin-bottom: 20px
	}

	.reward-blance-content .d-flex .ps-4 {
		padding-left: 0 !important;
		margin-left: 0 !important
	}

	.reward-blance-content .d-flex .ps-4 .me-4 {
		margin-right: 0 !important
	}

	.reward-leader h4 {
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 479px) {

	.paginations-links,
	.paginations .next,
	.paginations .prev {
		font-size: 16px
	}

	.reward .col-md-6.col-xl-4.col-xxl-3 {
		width: 100%
	}

	.reward-card-points {
		--icon: 60px
	}

	.reward-card-points .img {
		display: block
	}

	.reward-card-points .content {
		padding-left: 16px;
		text-align: left
	}

	.reward-blance-content h3 {
		font-size: 26px
	}

	.reward-leader-content h4,
	.reward-leader-position {
		font-size: 16px
	}

	.reward-modal .modal-body h4 {
		font-size: 22px
	}
}

@media only screen and (min-width: 1581px) {
	.sidebar-user {
		padding: 30px 40px
	}

	.reward-card-points .content p {
		font-size: 20px;
		line-height: 1.5
	}
}

@media only screen and (min-width: 1440px) and (max-width:1580px) {
	.reward-card {
		padding: 20px
	}

	.reward-card-points {
		--icon: 56px
	}

	.reward-card.badge-card,
	.reward-card.leader {
		padding: 20px
	}

	.reward-blance-content h3 {
		line-height: 1.3;
		margin-bottom: 10px
	}

	.reward-blance-content>p {
		margin-bottom: 16px
	}

	.reward-blance-content .theme_btn:first-child {
		margin-bottom: 10px
	}

	.reward-table table tr td,
	.reward-table table tr th {
		padding: 44px 35px
	}
}

.reward-leader-item {
	gap: 10px
}

.reward-leader-content ul {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.reward-leader-profile {
	flex-grow: 1;
	text-align: left
}

.reward-leader-profile p {
	font-size: 14px !important;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

@media (max-width: 1440px) {
	.reward-bottom {
		justify-content: center
	}

	.reward-bottom h4,
	.reward-bottom p {
		text-align: center
	}
}

.service_cta_area {
	padding-bottom: 120px
}

.service_cta_area .border_top_1px {
	border-top: 1px solid #d1d1d1;
	padding-bottom: 150px
}

.service_cta_area .single_cta_service {
	background: #fff;
	box-shadow: 0 3px 20px rgba(0, 0, 0, .05);
	padding: 40px 60px 50px 40px;
	border-radius: 10px;
	display: flex
}

.service_cta_area .single_cta_service .thumb {
	width: 110px;
	height: 110px;
	margin-right: 40px;
	flex: 110px 0 0;
	margin-bottom: 30px
}

.service_cta_area .single_cta_service .thumb img {
	width: 100%;
	border-radius: 50%
}

.service_cta_area .single_cta_service h4 {
	font-size: 22px;
	font-weight: 700;
	color: var(--system_secendory_color)
}

.service_cta_area .single_cta_service p {
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	color: #373737;
	margin: 10px 0 29px
}

@media (max-width: 767.98px) {
	.service_cta_area {
		padding: 0 0 45px
	}

	.service_cta_area .border_top_1px {
		padding: 75px 0 0
	}
}

@media (max-width: 575.98px) {
	.service_cta_area .single_cta_service {
		padding: 30px 50px 40px 30px;
		flex-wrap: wrap
	}
}

.cart_wrapper {
	padding:30px 0 150px
}

.cart_wrapper .cart_table_wrapper {
	margin-bottom: 30px
}

.cart_wrapper .cart_table_wrapper h4 {
	font-size: 22px;
	font-weight: 700;
	color: var(--system_secendory_color);
	margin-bottom: 30px
}

.table.custom_table {
	border-radius: 5px;
	border-collapse: collapse
}

.table.custom_table thead tr th {
	font-size: 17px;
	font-weight: 700;
	color: var(--system_secendory_color);
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 22px 30px;
	font-family: var(--font_family1)
}

.table.custom_table thead tr th:first-child {
	border-left: 1px solid #d1d1d1;
	padding-left: 295px
}

.table.custom_table thead tr th:last-child {
	border-right: 1px solid #d1d1d1
}

.table.custom_table tbody tr td {
	border-bottom: 1px solid #d1d1d1;
	font-family: var(--font_family2), sans-serif;
	color: #373737;
	font-size: 16px;
	vertical-align: middle;
	padding: 20px 30px;
	white-space: nowrap
}

.table.custom_table tbody tr td .in_stoke {
	color: #20e007
}

.table.custom_table tbody tr td:first-child {
	border-left: 1px solid #d1d1d1;
	padding-left: 20px
}

.table.custom_table tbody tr td:last-child {
	border-right: 1px solid #d1d1d1
}

.table.custom_table tbody tr td .product_name .close_icon {
	margin-right: 10px
}

.table.custom_table tbody tr td .product_name .thumb {
	width: 160px;
	height: 100px;
	margin-right: 90px
}

.table.custom_table tbody tr td .product_name .thumb img {
	width: 100%
}

.table.custom_table tbody tr td .product_name span {
	font-size: 16px;
	font-weight: 400;
	color: #373737
}

.table.custom_table tfoot td {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 25px 20px
}

.table.custom_table tfoot td:first-child {
	border-left: 1px solid #d1d1d1
}

.table.custom_table tfoot td:last-child {
	border-right: 1px solid #d1d1d1;
	text-align: right
}

.table.custom_table3 {
	border-collapse: collapse;
	border-radius: 5px
}

.table.custom_table3 thead tr th {
	font-weight: 600;
	border-top: 0;
	font-family: var(--font_family1);
	padding: 15px 30px 15px 0
}

.table.custom_table3 tbody tr td,
.table.custom_table3 thead tr th {
	font-size: 16px;
	color: #373737;
	border-bottom: 1px solid #e9e7f7;
	white-space: nowrap
}

.table.custom_table3 tbody tr td {
	font-family: var(--font_family2), sans-serif;
	vertical-align: middle;
	padding: 14.5px 14.5px 14.5px 0;
	font-weight: 400
}

.table.custom_table3 tbody tr td h5 {
	font-weight: 500;
	font-family: var(--font_family2), sans-serif;
	color: #373737;
	margin-bottom: 0;
	font-size: 16px
}

.table.custom_table3 tbody tr td .product_name .close_icon {
	margin-right: 10px
}

.table.custom_table3 tbody tr td .product_name .thumb {
	width: 160px;
	height: 100px;
	margin-right: 90px
}

.table.custom_table3 tbody tr td .product_name .thumb img {
	width: 100%
}

.table.custom_table3 tbody tr td .product_name span {
	font-size: 16px;
	font-weight: 400;
	color: #373737
}

.coupon_wrapper {
	display: grid;
	grid-template-columns: 70% 30%;
	grid-gap: 10px
}

.coupon_wrapper .theme_btn.small_btn2 {
	padding: 16px 9px
}

.coupon_wrapper .primary_input {
	background: #f9f9fd;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--font_family1);
	color: var(--system_secendory_color)
}

.coupon_wrapper .primary_input::-moz-placeholder {
	color: #687083;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--font_family1)
}

.coupon_wrapper .primary_input::placeholder {
	color: #687083;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--font_family1)
}

.product_number_count {
	display: inline-flex
}

.product_number_count .count_single_item {
	width: 40px;
	height: 40px;
	border-radius: 0;
	border: 1px solid #d1d1d1;
	font-size: 14px;
	color: #687083;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	transition: all .4s ease-in-out;
	cursor: pointer;
	background: #f9f9fd
}

.product_number_count .count_single_item.input-number {
	cursor: text;
	width: 60px;
	background: #fff;
	color: #373737;
	font-weight: 500;
	font-family: var(--font_family2), sans-serif;
	font-size: 16px;
	border-right: 0;
	border-left: 0
}

.product_number_count .count_single_item.input-number::-moz-placeholder {
	color: #373737
}

.product_number_count .count_single_item.input-number::placeholder {
	color: #373737
}

@media (max-width: 767.98px) {
	.cart_wrapper {
		padding: 75px 0
	}

	.cart_wrapper .cart_table_wrapper {
		margin-bottom: 40px
	}

	.table.custom_table thead tr th:first-child {
		padding-left: 180px
	}

	.table.custom_table3 tbody tr td .product_name .thumb,
	.table.custom_table tbody tr td .product_name .thumb {
		width: 100px;
		height: 60px;
		margin-right: 30px
	}
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb {
	background-size: cover;
	background-position: 50%;
	height: 90px
}

.sidebar {
	background-color: #fff;
	min-height: 100vh;
	left: 0;
	top: 0;
	z-index: 99;
	width: 345px;
	z-index: 999;
	flex: 345px 0 0
}

.sidebar .logo {
	background: var(--system_primery_color);
	padding: 15px 50px;
	background-size: 200% auto
}

.sidebar .logo a {
	margin: 0
}

@media only screen and (max-width: 767px) {
	.sidebar .logo a {
		height: 34px
	}
}

.sidebar ul {
	padding: 30px
}

.sidebar ul li:not(:last-child) {
	margin-bottom: 10px
}

.sidebar ul li a {
	padding: 11px 17px;
	border-radius: 5px
}

.sidebar ul li a:hover {
	background: var(--system_primery_color);
	color: #fff;
	background-size: 200% auto
}

.sidebar ul li a:hover .menu_icon,
.sidebar ul li a:hover span {
	color: #fff
}

.sidebar ul li a .menu_icon {
	margin-right: 12px;
	line-height: 1;
	color: var(--system_primery_color);
	transition: all .3s ease-in-out
}

.sidebar ul li a span {
	font-size: 14px;
	font-weight: 600;
	color: var(--system_secendory_color);
	font-family: var(--font_family1);
	transition: all .3s ease-in-out
}

.sidebar ul li a i {
	color: #fff
}

.sidebar ul li a.active {
	background: var(--system_primery_color);
	color: #fff;
	background-size: 200% auto
}

.sidebar ul li a.active .menu_icon,
.sidebar ul li a.active span {
	color: #fff
}

.sidebar .chat-menu-ul li {
	padding: 0
}

.sidebar .chat-menu-ul li a {
	font-size: 14px;
	font-weight: 600;
	color: var(--system_secendory_color);
	font-family: var(--font_family1), sans-serif;
	transition: all .3s ease-in-out;
	width: 100%;
	padding: 11px 17px !important;
	display: block
}

.sidebar .chat-menu-ul li a:hover {
	color: #fff
}

.sidebar.active_sidebar {
	overflow: auto;
	height: 100%
}

.sidebar_close_icon i {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	position: absolute;
	cursor: pointer;
	color: var(--system_secendory_color);
	background: #fff;
	border-radius: 100%;
	font-size: 14px;
	top: 35px;
	transform: translateY(-50%);
	right: 20px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .4); */
}

@media only screen and (max-width: 767px) {
	.sidebar_close_icon i {
		height: 24px;
		width: 25px;
		top: 26px;
		line-height: 34px
	}
}

.dashboard_main_wrapper .sidebar li:hover a i {
	color: #fff !important
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.sidebar {
		flex: 280px 0 0;
		width: 280px
	}

	.sidebar ul {
		padding: 20px;
		height: calc(100vh - 396px);
		overflow: auto
	}
}

@media (min-width: 1200px) and (max-width:1599.98px) {
	.sidebar {
		flex: 280px 0 0;
		width: 280px
	}

	.sidebar ul {
		padding: 30px
	}
}

@media (max-width: 991.98px) {
	.sidebar {
		left: -280px;
		transition: .5s;
		top: 0;
		width: 280px;
		position: fixed
	}

	.sidebar .logo {
		padding: 10px
	}

	.sidebar .logo img {
		max-width: 150px
	}

	.sidebar ul {
		padding: 20px
	}

	.active_sidebar {
		left: 0;
		box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
	}

	.sidebar_close_icon i {
		font-size: 13px;
	}
}

.team_area .single_team .thumb {
	overflow: hidden
}

.team_area .single_team .thumb img {
	transition: all .4s ease-in-out;
	transform: scale(1)
}

.team_area .single_team h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 1px;
	margin-top: 26px
}

.team_area .single_team span {
	font-family: var(--font_family2), sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #373737
}

.team_area .single_team:hover img {
	transform: scale(1.1)
}

.testmonial_area {
	background: #f8f8fe;
	padding-top: 140px;
	padding-bottom: 240px
}

@media only screen and (max-width: 1199.98px) {
	.testmonial_area {
		padding-top: 100px;
		padding-bottom: 200px
	}
}

@media only screen and (max-width: 767px) {
	.testmonial_area {
		padding-top: 60px;
		padding-bottom: 90px
	}
}

.testmonial_area .single_testmonial {
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	background-color: #fff;
	padding: 36px;
	min-height: 370px
}

@media only screen and (max-width: 767px) {
	.quiz_header_right form {
    margin-top: 0px !important;
}
	.testmonial_area .single_testmonial {
		padding: 24px
	}
}

.testmonial_area .single_testmonial .testmonial_header {
	margin-bottom: 25px
}

.testmonial_area .single_testmonial .testmonial_header .thumb {
	--width: 80px;
	width: var(--width);
	height: var(--width);
	flex: var(--width) 0 0;
	margin-right: 20px
}

@media only screen and (max-width: 1199.98px) {
	.testmonial_area .single_testmonial .testmonial_header .thumb {
		--width: 60px;
		margin-right: 14px
	}
}

.testmonial_area .single_testmonial .testmonial_header .thumb img {
	width: 100%;
	border-radius: 50%
}

.testmonial_area .single_testmonial .testmonial_header .thumb * {
	width: 100%;
	height: 100%;
	border-radius: 100%
}

.testmonial_area .single_testmonial .testmonial_header .thumb * .testimonialImage {
	background-size: cover;
	background-position: 50%
}

.testmonial_area .single_testmonial .testmonial_header .reviewer_name h4 {
	font-size: 18px;
	font-weight: 700;
	font-family: var(--font_family1);
	margin-bottom: 5px
}

.testmonial_area .single_testmonial .testmonial_header .reviewer_name .rate i {
	font-size: 14px;
	color: #ffc107
}

.testmonial_area .single_testmonial .testmonial_header .reviewer_name .rate i:not(:last-child) {
	margin-right: 5px
}

.testmonial_area .single_testmonial p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: var(--system_secendory_color);
	margin-bottom: 0;
	text-align: justify
}

.section__title.white_text h3,
.section__title.white_text p {
	color: #fff
}

.section__title>span {
	font-size: 14px;
	color: #373737;
	font-weight: 400;
	display: block;
	margin-bottom: 12px;
	text-transform: uppercase
}

.section__title h3 {
	font-size: 50px;
	font-weight: 900;
	line-height: 64px;
	color: var(--system_secendory_color);
	margin-bottom: 17px
}

@media only screen and (min-width: 1280px) and (max-width:1439px) {
	.section__title h3 {
		font-size: 44px
	}
}

.section__title p {
	font-size: 18px;
	font-weight: 500
}

@media only screen and (min-width: 992px) and (max-width:1279px) {
	.section__title p {
		font-size: 17px
	}
}

@media only screen and (max-width: 991px) {
	.section__title p {
		font-size: 16px
	}
}

.section__title h3.large_title {
	font-size: 60px;
	line-height: 76px
}

.section__title4 .subheading_text {
	color: var(--system_primery_color);
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px
}

.section__title2.white_text h3,
.section__title2.white_text p {
	color: #fff
}

.section__title2 span {
	color: #373737;
	font-family: var(--font_family2), sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin-bottom: 11px;
	text-transform: uppercase
}

.section__title2 h4 {
	font-weight: 700;
	color: var(--system_secendory_color);
	font-size: 24px;
	line-height: 35px
}

.section__title3.margin_50 {
	margin-bottom: 47px
}

.section__title3.margin-50 {
	margin-bottom: 50px
}

.section__title3.mb_42 {
	margin-bottom: 42px
}

.section__title3 h3 {
	font-weight: 700;
	color: var(--system_secendory_color);
	font-size: 40px;
	margin-bottom: 9px
}

.section__title3 p {
	font-size: 16px;
	font-weight: 500;
	color: #373737
}

@media (max-width: 575.98px) {
	.section__title h3.large_title {
		font-size: 30px;
		line-height: 46px
	}

	.section__title h3 {
		font-size: 30px;
		line-height: 44px
	}

	.section__title h3 br {
		display: none
	}
}

@media (min-width: 576px) and (max-width:767.98px) {
	.section__title h3.large_title {
		font-size: 30px;
		line-height: 46px
	}

	.section__title h3 {
		font-size: 30px;
		line-height: 44px
	}
}

@media only screen and (min-width: 1200px) and (max-width:1700.98px) {
	.section__title h3.large_title {
		font-size: 50px;
		line-height: 66px
	}
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.section__title h3 {
		font-size: 34px;
		line-height: 52px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.section__title h3 {
		font-size: 30px;
		line-height: 44px
	}

	.section__title3 h3 {
		font-size: 24px
	}
}

@media (max-width: 767.98px) {

	.section__title2.mb_76,
	.section__title.mb_80 {
		margin-bottom: 50px
	}

	.section__title2 br {
		display: none
	}

	.section__title3 h3 {
		font-size: 30px
	}

	.section__title3.margin-50,
	.section__title3.margin_50,
	.section__title3.mb_40,
	.section__title3.mb_42 {
		margin-bottom: 30px
	}
}

.section__title4 .margin_52 {
	margin-bottom: 52px
}

.section__title4 h3 {
	font-size: 36px;
	font-weight: 800;
	color: #202e3b;
	margin-bottom: 9px;
	line-height: 1.38
}

.section__title4 h3 span {
	text-transform: uppercase
}

@media (max-width: 767.98px) {
	.attemped a.bck-btn {
    border: 1px solid #ccc;
    width: 50px !important;
    height: 50px !important;
    left: 50%!important;
    bottom: 0;
    position: absolute;
}
	.order-summery-head {
    width: 221px;  
}
	.qz-comp h3{
	font-size:20px;
	}
	.qz-comp {
		
    margin: 20px;
    border-radius: 10px;
    padding: 60px 20px;
    background: #e4ffef;
}

	.theme_btn.checkout {
      
        font-size: 16px!important;
	}
	.section__title4 h3 {
		font-size: 30px
	}

	.section__title4.margin_52 {
		margin-bottom: 30px
	}
}

@media (min-width: 768px) and (max-width:991.98px) {
	.section__title4 h3 {
		font-size: 30px
	}
}

footer {
	position: relative;
	background-size: cover;
	background-position: top;
	background: var(--footer_background_color)
}

@media (max-width: 1280px) {
	footer {
		margin-top: 0 !important
	}
}

footer .footer_top_area {
	padding-top: 80px;
	padding-bottom: 50px;
	border-bottom: 1px solid hsla(0, 0%, 100%, .05)
}

footer .footer_top_area .footer__cta {
	display: flex;
	align-items: center
}

@media only screen and (max-width: 991px) {
	footer .footer_top_area .footer__cta {
		margin-bottom: 30px
	}
}
@media (max-width: 480px) {
    .home-header.heading-end {
      gap: inherit !important;
    }
}
footer .footer_top_area .footer__cta .thumb {
	margin-right: 30px
}

footer .footer_top_area .footer__cta .cta_content h3 {
	font-size: 22px;
	font-weight: 700;
	color: var(--footer_headline_color);
	font-family: var(--font_family1);
	margin-bottom: 8px
}

footer .footer_top_area .footer__cta .cta_content p {
	font-size: 16px;
	font-weight: 500;
	color: var(--footer_headline_color) !important;
	margin-bottom: 0
}

footer .copyright_area {
	padding-top: 78px;
	padding-bottom: 60px
}

footer .copyright_area .footer_widget {
	margin-bottom: 30px
}

footer .copyright_area .footer_widget .footer_logo {
	margin-bottom: 10px
}

footer .copyright_area .footer_widget .footer_title h3 {
	font-family: var(--font_family1);
	font-size: 18px;
	font-weight: 700;
	color: var(--footer_headline_color);
	margin-bottom: 20px
}

footer .copyright_area .footer_widget .footer_links li a {
	font-size: 16px;
	font-weight: 500;
	color: var(--footer_text_color);
	line-height: 35px;
	font-family: var(--font_family2), sans-serif;
	color: hsla(0, 0%, 100%, .5)
}

footer .copyright_area .footer_widget .footer_links li a:hover {
	color: var(--footer_text_hover_color)
}

footer .copyright_area .footer_widget p {
	font-size: 16px;
	color: var(--footer_text_color);
	margin-bottom: 0;
	line-height: 30px;
	font-weight: 400
}

footer .copyright_area .footer_widget p a {
	color: var(--footer_text_color)
}

footer .copyright_area .footer_widget p a:hover {
	color: var(--system_primery_color);
	text-decoration: underline
}

footer .copyright_area .copy_right_text p {
	margin-bottom: 0;
	font-size: 14px;
	color: var(--system_secendory_color);
	font-weight: 400
}

footer .copyright_area .copy_right_text p a {
	color: var(--system_secendory_color)
}

footer .copyright_area .copyright_text p {
	color: hsla(0, 0%, 100%, .5) !important
}

.social-network li {
	display: inline-block
}

.social-network li a {
	border: 1px solid hsla(0, 0%, 100%, .5);
	--width: 35px;
	width: var(--width);
	height: var(--width);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	font-size: 15px;
	color: hsla(0, 0%, 100%, .5)
}

.social-network li a:hover {
	background: var(--system_primery_color);
	color: #fff !important;
	background-size: 200% auto
}

.theme_mailChimp {
	height: 60px;
	background: transparent;
	flex-wrap: nowrap;
	border-radius: 5px;
	position: relative
}

.theme_mailChimp form {
	display: grid;
	grid-template-columns: auto 200px
}

.theme_mailChimp .primary_input {
	height: 60px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.theme_mailChimp .form-control {
	background: #fff;
	color: var(--system_secendory_color);
	font-weight: 500;
	padding-left: 30px;
	border-radius: 5px 0 0 5px;
	height: 60px;
	border: 0;
	font-family: var(--font_family1)
}

.theme_mailChimp .form-control::-moz-placeholder {
	color: #687083
}

.theme_mailChimp .form-control::placeholder {
	color: #687083
}

.theme_mailChimp .form-control:focus {
	box-shadow: none !important;
	z-index: 1
}

.theme_mailChimp button {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: var(--system_primery_color);
	text-transform: capitalize;
	border-radius: 0 5px 5px 0 !important;
	padding: 0 18px;
	box-shadow: none !important;
	position: relative;
	right: 0;
	top: 0;
	border: 0;
	height: 60px;
	background-size: 200% auto
}

.theme_mailChimp .info {
	font-size: 14px;
	font-weight: 500;
	color: #fff
}

@media (max-width: 575.98px) {
	footer .footer_top_area .footer__cta {
		flex-direction: column;
		align-items: flex-start
	}

	footer .footer_top_area .footer__cta .thumb {
		margin-bottom: 20px
	}

	.theme_mailChimp {
		height: auto;
		margin-bottom: 0
	}

	.theme_mailChimp form {
		grid-template-columns: auto
	}

	.theme_mailChimp .form-control {
		border-radius: 5px
	}

	.theme_mailChimp button {
		border-radius: 5px !important;
		margin-top: 15px
	}

	.profile_info img {
		margin-right: 0
	}
}

/* sv css */
:root {
	--system_primery_gredient: #0A2E50 !important;
	--pbg: #c03083 !important;
	--bbg: #0C3354 !important;
}

.login_wrapper .logo {
	text-align: center;
}

.login_wrapper .logo a img {
	width: 136px !important;
}

.login_wrapper .logo {
	margin-bottom: 76px;
}

.login_wrapper_content h4 {
	display: none;
}

.login_wrapper_content .input-group.custom_group_field {
	align-items: center;
	display: flex;
	padding: 0px 10px;
	border-radius: 50px;
	border: 1px solid #ccc;
}

.login_wrapper_content .input-group.custom_group_field input {
	height: 47px;
	font-size: 15px;
	padding-bottom: 7px;
}

.input-group-prepend span {
	padding-bottom: 0px;
}

.input-group-prepend span svg {
	fill: var(--bbg);
}

.login_wrapper_left .logo a img {
	mix-blend-mode: darken;
	background-blend-mode: color-dodge;
}

.login_wrapper_content .input-group.custom_group_field input {
	border-radius: 10px;
}

.login_wrapper_content .input-group.custom_group_field {
	background: #fff;
}

.login_wrapper_content .input-group-prepend span svg {
	width: 30px;
	font-size: 25px;
	color: var(--bbg);
}

.login_wrapper_content .input-group-prepend span svg {
	height: 12px;
}

.login_wrapper_content span#basic-addon4 svg {
	height: 17px;
}

.login_wrapper_content .remember_forgot_pass .forgot_pass {
	text-decoration: underline !important;
	font-size: 13px;
	color: var(--pbg);
	font-family: var(--font_family1);
}

.primary_checkbox2 .checkmark:after,
.primary_checkbox .checkmark:after {
	background: #fff !important;
	border-color: #ccc !important;
}

.theme_btn {
	box-shadow: 0px 1px 0px 1px #c03083;
	-webkit-box-shadow: 0px 1px 0px 1px #c03083;
	-moz-box-shadow: 0px 1px 0px 1px #c03083;
	border-radius: 50px !important;
	background: var(--bbg) !important;
}
.theme_btn.cls_btn{
	-webkit-box-shadow: 0px 1px 0px 1px #bdbdbd!important;
	box-shadow: 0px 1px 0px 1px #bdbdbd!important;
	-moz-box-shadow: 0px 1px 0px 1px #bdbdbd!important;
	
}
.login_wrapper_content .remember_forgot_pass .primary_checkbox .label_name {
	font-weight: 300 !important;
	font-size: 14px;
	color: #9b9da1 !important;
}

.login_wrapper_left .shitch_text {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #9b9da1 !important;
}

.login_wrapper .theme_btn {
	text-transform: uppercase;
	font-size: 15px;
}

.login_wrapper_left .shitch_text a {
	color: var(--pbg) !important;
}

.login_wrapper_content .input-group.custom_group_field {
	padding: 0px 20px;
}

a {
	color: var(--pbg);
}

.primary_checkbox2 input:checked~.checkmark:before,
.primary_checkbox input:checked~.checkmark:before {
	background: var(--bbg);
}




footer.custom-footer {
font-size: 13px;
	padding: 20px;
	text-align: center;
	background: none;
	border-top: 1px solid #ccc;
}
.custom-zoom-icon.zoom-icon.zoom-icon-in {
    display: none;
}
.controls-pdf a {
    background-position-x: center !important;
    background-position-y: center !important;
    background-repeat: no-repeat !important;
    height: 50px !important;
    width: 50px !important;
    display: block;
    background: #fff;
    padding: 10px;
}
@media only screen and (max-width: 1250px){
.arow-img{display:none!important;}
}
@media only screen and (min-width: 992px){
	.breadcrumb_area.course_breadcrumb h3 {
	padding-left:0px;
    text-align: left!important;
}
.breadcrumb_area.course_breadcrumb .container {
    max-width: 100% !important;
}
	.home-header .fw-normal.secondary-btn {
    margin-left: 15px;
}
	.single_cart .thumb img {
    margin-right: 10px;
    border-radius: 3px;
    height: 65px !important;
    width: 65px !important;
}
.question_number_lists
 {
	margin-bottom: 27px;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    max-height: 320px;
    overflow: auto;
}

	.course_fullview_wrapper .course__play_warp{
		top: 47px !important;
		width: 440px;
	}
	.course_fullview_wrapper {

	width: calc(100% - 440px);
	}
	
	.theme_according .accordion-body p {
    line-height: 19px;
    font-size: 14px;
  
	}
	.mhead .mbox:nth-child(2) {
    justify-content: flex-start !important;
}
.mhead .heading-search-box {
    display: none;
}

.mhead .mbox:first-child {
    display: none!important;
}

.mhead .profile_img span {
    display: none;
}
.d-desc p{
font-size:15px!important;
}
.cont-wrap .d-desc{	 

	 overflow-y: auto;
        height: 115px;
}
	.course-left

 {
    border-right: 1px solid #e7e7e7;
}
	.crs__box .video_screen {
	height: 250px;

}
.d-accordion div#accordion1 {
	
    height: calc(100% - 0px);
    overflow-y: auto;
}
   	.cont-wrap .page-title-row {
        padding: 30px;
	}
	.cont-wrap .course__details.crs__detail {
               padding-bottom: 30px !important;
       min-height: calc(100vh - 34vh) !important
	}
	.cont-wrap .d-desc {
    overflow-y: auto;
    height: 200px;
}
.course_sidebar .video_screen {
    border-radius: 15px;
}
.course_sidebar .d-accordion{
	padding-right:0px;
	padding-top:0px;
	}
.course_sidebar .course-left, .course_sidebar .d-accordion {
	padding: 0px 30px;
    flex: 0 0 50%;
}
	.course_sidebar{
		display:flex;
	}
	.crs__box {
    width: 100%;
	}
	
	.login_wrapper_right{
		 background-size: cover !important;
        background-repeat: no-repeat !important;
        background: url(../img/login-banner-bg.jpg);

	}
		.login_wrapper_left{
		padding-top: 105px;
        height: 100%;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background: url(../img/login-bg.jpg);
        background-position-y: top!important;
}
.login_wrapper_right .other_links span:not(:last-child){
	margin-right:0px;
}
    .login_wrapper_right h4 {
		padding-left: 0;
        font-weight: 100;
        text-align: left;
        font-size: 36px;
        line-height: 35px;
    }
.other_links span {
    line-height: 50px;
    font-weight: 900 !important;
    font-size: 48px !important;
    text-align: left;
    display: block;
}
.other_links span:last-child
 {
    color: #0c3354 !important;
}

.other_links span:first-child {
    color: #dc3283;
}
.login_wrapper_right {
    position: relative;
}
.login_wrapper_right .login_main_info {
    left: 40px;
    top: 80px;
    position: absolute;
}

.remember_forgot_passs p {
    font-size: 14px!important;
}

.login_wrapper_left.reg-wrap .logo {
    margin-bottom: 20px;
}
.login_wrapper_left.reg-wrap {
    padding-top: 50px;
}
.login_wrapper_left.reg-wrap .mt_20 {
    margin-top: 14px;
}
    .dashboard_card {
        padding: 18px;
    }
	.course_sidebar.full-sc {
    margin-top: 27px;
}
}





.mhead {
    width: 100%;
}
.controlzoom {
    display: none;
}
.quiz_questions_wrapper {
    border: none;
    box-shadow: none;
}
body.modal-open{
padding-right: 0px !important;
}
a.bck-btn {
    /* margin-left: 4px; */
    padding: 0px !important;
    position: relative;
    z-index: 9;
    margin-bottom: -27px;
    transform: rotate(180deg);
    font-size: 33px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 49px !important;
    height: 32px !important;
    padding: 10px;
    background: #fff;
}
.quiz_header_left h2 {
    padding-right: 36px;
    padding-left: 36px;
}
span.play_toggle_btn {
    display: none!important;
}





@media only screen and (max-width: 991px){
	.cart-summery h4 {
    font-size: 16px!important;
    font-weight: 600!important;
}
	.cart_wrapper

 {
        padding: 35px 0;
    }
	    .breadcrumb_area {
        padding-top: 7px!important;
        padding-bottom: 0px;
        height: auto;
        background: #ffff!important;
        color: #000;
    }
	.theme_btn.checkout
 {
	 padding:10px;
    justify-content: center;
    display: flex;
    text-align: center !important;
    font-size: 12px;
 }

	.single_cart .f_w_400

 {
    font-weight: 600;
    font-size: 14px!important;
}
	.single_cart .thumb+span a p

 {
        line-height: 16px;
        font-size: 13px;
    }
	div#canvas {
    position: relative;
}

div#canvas .controls-pdf {
    right: calc(50% - 55px);
    top: inherit;
    bottom: 66px;
}
	.course__play_warp .play_warp_header {
    margin-top: 0px;
	}
.course_fullview_wrapper.video.active {
    margin-top: 0px;
}
	.login_wrapper {
	background-position-y: top, bottom !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background: url(../img/login-bg.jpg), url(../img/login-bottom-bg.jpg);
}
}
.d-single .curriculam_left span {
    cursor: pointer;
}
.icon-bx {
	width: 33px;
}

.d-elements ul li {
	display: flex;
}

.d-elements ul li .vl-box span {
	position: relative;
	bottom: -4px;
	/* text-transform: uppercase; */
	line-height: 20px;
	color: #000;
	font-size: 18px;
	display: block;
}

.icon-bx svg {
	color: var(--pbg);
}

.vl-box {
	/* min-width: 58px; */
	margin-left: 3px;
	line-height: 22px;
	color: #a6a5a5;
	font-size: 11px;
	text-transform: capitalize;
}

.detail-bp .theme_btn {
	font-size: 13px;
}

.accordion-button {
	background: var(--bbg) !important;
}

.container.detail-cont {
	background: #fff;
}

.d-elements {
	justify-content: space-between;
	align-items: center;
	display: flex;
	margin-top: 2px;
	padding: 15px 15px;
}

.d-desc {
	/* font-size: 16px!important; */
	padding: 15px 20px;
}

.d-accordion {
	padding: 15px 15px;
}

.detail-cont .course_sidebar {
	margin-bottom: 0px;
}

.detail-cont .single_overview {
	padding: 15px;
}

.sidebar__widget .sidebar__title h3 {
	line-height: 28px;
	font-weight: 600 !important;
	font-size: 24px !important;
}

.sidebar__widget.detail-bp {
	border-bottom: 1px solid #e7e7e7 !important;
	border: none;
	justify-items: center;
	align-items: center;
	box-shadow: none !important;
	padding: 10px 20px;
	justify-content: space-between;
	display: flex;
}

.sidebar__widget.detail-bp .sidebar__title {
	justify-content: center;
	margin-bottom: 0px !important;
}

.course-item-img {
	height: 142px !important;

}

.course-item-info-description {
	margin-bottom: 7px;
}

.course-item-info .meta {
	justify-content: space-between;
	margin-bottom: 0px !important;
	top: 20px;
	right: 0;
	float: right;
	position: ABSOLUTE;
	justify-content: right;
	width: auto;
	display: inline-flex !important;
	border-radius: 30px;
	padding: 3px 10px;
	background: #f6f6f6;
}

.course-item-info-description {
	font-size: 14px;
}

.courses_area .box_header {
	display: none !important;
}

.courses_area {
	padding-top: 0 !important;
}

.course-item-img img {
	border-radius: 7px;
}

.course-item-info a.title {
	width: calc(100% - 60px);
}

.page-title-row {
	background-image: none !important;
	line-height: 30px !important;
	padding: 10px;
	padding-bottom: 14px;
	height: auto;
	background: #ffffff;
	color: #000;
}

.page-title-row h2 {
	    font-weight: 700;
	text-align: CENTER;
	line-height: 25px !important;
	margin-bottom: 0px !important;
	font-size: 18px !important;
	color: #000 !important;
}

.crs__detail {
	padding-top: 0px;
}

.crs__box {
	padding: 0;
}

.crs__box .video_screen {
	background-color:#efefef;
    min-height: 210px;
	    width: 100%;
    overflow: hidden;
	height:auto!important;
	background-size: cover !important;
}

.crs__detail {
	padding-top: 0px;
}

.sidebar__widget.detail-bp .theme_btn {
	box-shadow: 0px 1px 0px 1px #c03083;
	-webkit-box-shadow: 0px 1px 0px 0px #c03083;
	-moz-box-shadow: 0px 1px 0px 1px #c03083;
}

.heading-clear {
	height: 59px !important;
}

.breadcam_wrap {
	margin-bottom: -20px;
}

.breadcrumb_area .breadcam_wrap p {
	display: none;
}

.breadcrumb_area {
	padding-bottom: 0px;
	height: auto;
	background: #f9f9f9;
	color: #000;
}

.breadcrumb_area .breadcam_wrap h3 {
	margin-bottom: 0px;
	font-size: 20px;
	color: #000;
}

.courses_area {
	padding: 30px 0 30px;
}

.course-item-info {
	padding: 0px;
}

.course-item-info .title {
	margin-top: 20px;
	font-size: 17px;
}

.course-item-info-description {
	color: #494848;
	font-size: 14px;
}

.course-item {
	margin: 10px;
	border: none;
	box-shadow: -7px -4px 23px 13px rgb(74 70 70);
	-webkit-box-shadow: 0px -2px 5px 5px rgb(198 198 198 / 50%);
	-moz-box-shadow: -7px -4px 23px 13px rgba(187, 185, 185, 0.5);
	border-radius: 14px;
	padding: 20px;
	background: #ffffff !important;
}

.courses_area {
	background: #f9f9f9;
}

.course-item-footer .price .current {
	letter-spacing: 0.8px;
    font-weight: 600;
	color: #E74274;
	font-size: 20px;

}

.dashboard_title h3 {
	margin-top: -6px;
	color: #000;
	font-size: 21px;
}

.dashboard_card,
.dashboard_title {
	margin-bottom: 25px;
}

.cus-circle-progress {
	margin: 0;
	width: 55px;
	height: 55px;
}

.chapter_default_class,
.chapter_completed_class {
	display: flex;
}

.chapter_completed_class .chp-percentage {
	color: green;
	font-size: 12px;
}

.chp-name {
	width: calc(100% - 80px);
}

.chp-percentage {
	padding-right: 0px;
	align-items: flex-end;
	display: flex;
	justify-content: end;
	font-weight: 600;
	font-size: 17px;
	width: 80px;
}

.chp-progress.progress {
	background: #ccc;
	height: 4px;
}

.chapter_completed_class .progress-status {
	background: green;
	height: 12px;
	width: 12px;
}

.chapter_default_class .progress-status {
	background: #ce3e3e;
	height: 12px;
	width: 12px;
}

.chapter_completed_class .progress-bar {
	background: green;
}

.chapter_default_class .progress-bar {
	background: #ce3e3e;
}

.chapter_default_class,
.chapter_completed_class {
	border-radius: 10px;
	padding: 15px 14px;
	background: #F9F9F9;
}

.crs-status {
	font-size: 14px;
	color: #989595;
	margin-top: 8px;
}

.dashboard_card .title {
	display: block;
	line-height: 19px !important;
	font-weight: 500;
	color: #000;
	font-size: 17px;
}

.dashboard_title {
	margin-bottom: 19px;
}

h3.screen-title {
	margin-bottom: 10px !important;
	text-align: center;
}

.notification_wrapper ul li a {
	position: relative;
	z-index: 0;
}

.dlogo a {
	display: block !important;
}

.heading,
.header_iner {
	height: 59px;
}

.mbox .notification_wrapper ul li a {
	display: block;
}

.notification_wrapper ul {
	margin-right: 0px;
}

.heading-logo img {
	width: auto !important;
	height: 42px !important;
}

.heading {
	border-bottom: 1px solid rgb(202 203 205 / 30%) !important;
}

.mbox .profile_info_icon {
	padding: 0 !important
}

.mbox .notify_icon {
	margin-right: 2px;
}

.mbox .heading-cart-icon svg,
.mbox .notify_icon svg {
	height: auto;
	max-width: inherit !important;
	width: 22px !important;
}

.mbox .notify_icon img {
	width: 20px !important;
	max-width: 20px !important;
	max-height: 25px !important;
}

.mhead .heading .thum-bar {
	color: #000 !important;
}

.mhead .mbox {
	flex: 0 0 33.99%;
}

.mhead .profile_info .studentProfileThumb {
	--img: 31px;
}

.notification_wrapper ul {
	background: none;
}

.mbox .heading-cart-icon.cart_store,
.mbox .cart_store .notify_icon,
.mbox .profile_info_icon {
	background:#ffffff59;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	display: flex;
	border: 1px solid #ccc;
	height: 32px;
	width: 32px;
}

.heading-cart-icon svg {
	color: var(--pbg);
}

.mbox button i {
	color: #000 !important;
}

.heading,
.header_iner {
	background: #fff;
	border-bottom: 1px solid rgb(179 179 179 / 30%);
	padding: 7px 0px !important;
}

.mhead .mbox .heading-logo {
	height: 41px;
}


.d-desc p span {
	font-weight: 300;
	line-height: 18px;
	display: block;
	color: #000 !important;
	font-size: 14px !important;
}

.d-elements ul {
	display: flex;
}

.d-elements ul li {height: 35px;width: 100px;}

.d-elements ul li:first-child {
	margin-left: -2px;
	border-right: 1px solid #ccc !important;
}

.d-rating.course-item-info .meta {
	justify-content: space-between;
	top: 0;
	width: 56px;
	display: flex !important;
	position: relative !important;
}

.course__details {
	padding-bottom: 0 !important;
}


.d-rating.course-item-info {
	align-items: flex-end;
}

.course-item-info .meta {
	color: #888585;
}

a.theme_line_btn.theme_btn {
	color: #fff !important;
}

.theme_btn {
	height: 34px;
}

a.theme_btn.spcl-crt-btn {
	padding: 0;
	align-items: center;
	justify-content: center !important;
	display: flex !important;
	box-shadow: none;
	border: 1px solid #e5e5e5;
	height: 40px;
	width: 40px;
	font-size: 0px;
	background: none !important;
}

.theme_according .accordion-header button.collapsed {
	border-radius: 12px !important;
}

.theme_according .accordion-header button:not(collapsed) {
	border-top-left-radius: 12px !important;
	border-top-right-radius: 12px !important;
}

.d-accordion .accordion-button ul {
	flex-flow: row;

}

.d-accordion .accordion-button {
	gap: 5px !important;
	align-items: flex-start !important;

	display: flex !important;
}

.d-accordion .accordion-button label {
	font-size: 15px;
	color: #fff;
}

.d-accordion .accordion-button ul li {
	font-size: 11px;
}

.d-accordionli:after {
	display: none;
}

.d-accordion li:not(:last-child):after {
	display: none;
}

.d-accordion .accordion-button {

	padding: 10px 15px !important;
}

.theme_according .accordion-item {
	margin-bottom: 7px;
}

.d-accordion .curriculam_left {
	max-width: calc(100% - 100px) !important;
}

.d-accordion .curriculam_right {
	justify-content: right;
	display: flex !important;
	max-width: 49px !important;
}

.d-accordion .curriculam_single.d-single+p+hr {
	display: none;
}

.accordion-item .accordion-body {
	padding-top: 22px;
	padding-bottom: 22px;

}

.d-accordion .curriculam_right span {
    color: #e27598 !important;
    font-size: 13px;
}


.d-accordion .curriculam_single.d-single+p {
    margin-top: 3px;
    padding-left: 31px;
    display: block;
}
.cmp-title + div p{
	margin-top: 3px;
    padding-left: 31px;
	  display: block;
}
.d-accordion .curriculam_single.d-single:first-child {
	margin-top: 0px !important;
}

.d-accordion .curriculam_single {
	display: flex;
	margin-bottom: 0px;
	margin-top: 20px;
}

.d-accordion .svg-play {
	height: 18px;
	width: 18px;
	min-width: 18px;
}

.d-accordion .curriculam_left i {
	font-size: 16px;
	width: 20px;
}

.d-elements.lesson_count {
	margin-top: 0px;
}

.play_warp_header.d-flex.justify-content-between {
	padding: 0px;
}

.course__play_warp.courseListPlayer.active {
	padding: 0px !important;
}

button.accordion-button.collapsed {
	background: var(--bbg) !important;
	border-radius: 12px !important;
}

.acr-title label {
	font-size: 15px;
}

.acr-title span {
	font-size: 11px !important;
	display: block;
}

.acr-sec {

}

.acr-status small {
	display: flex;
	letter-spacing: 0.5px;
	font-weight: 400;
	font-size: 8px;
}

.acr-status {
	align-items: center;
	flex-flow: column;
	display: inline-flex;
}

.acr-status span {
	font-weight: 300 !important;
}

.accordion-button {
	background: var(--bbg) !important;
}

.d-accordion .accordion-button .acr-title,  {
	gap: 5px !important;
	align-items: flex-start !important;
	flex-flow: column;
	display: flex !important;
}

.d-accordion .accordion-button .acr-status {
	width: 53px !important;
    float: right !important;
}

.theme_according .accordion-header button span {
	font-size: 15px;
}

.d-accordion.dl-acr .accordion-button {
	padding-right: 43px !important;
	display: inherit !important;
}

.accordion-item .accordion-body {
	margin-top: -10px;
	color: #000;
	background: #fff;

	border-bottom-left-radius: 11px;
	border: 1px solid #ccc;
	padding-top: 32px;
	padding-bottom: 32px;
	border-bottom-right-radius: 11px;
}


.d-accordion.dl-acr .single_play_list {
	display: flex;
	margin-bottom: 0px;
	margin-top: 20px;
	/* padding: 0px!important; */
}
.d-accordion .course_play_name {
    display: flex;
	gap: 8px;
}
.d-accordion  .single_play_list .active .course_play_name span,
.d-accordion  .single_play_list .course_play_name span span.quiz_name
 {
    color: #000!important;
}
.d-accordion .single_play_list  .course_play_duration {
    color: #e27598 !important;
    font-size: 13px;
 
}
.d-accordion.dl-acr .single_play_list a {
justify-content: space-between;
    display: flex;
    padding: 0 !important;
    width: 100%;
}
span.quizLink{margin-left: 0px !important;}
.d-accordion.dl-acr .single_play_list i {
	    width: 19px;
	color: #000;
}

.d-accordion.dl-acr .single_play_list:first-child {
	margin-top: 0px !important;
}

.primary_checkbox2 input:checked~.checkmark:before,
.primary_checkbox input:checked~.checkmark:before {
	background: #e61f5e;
}

span.quiz_name {
	margin-left: 5px;
}
span.quizLink svg {
    width: 23px!important;
}
.d-accordion .course_play_name .primary_checkbox+span, .d-accordion .single_play_list .active .course_play_name span, .d-accordion .single_play_list .course_play_name span span.quiz_name {
	font-size: 15px;
    margin-left: 0px;
}
.d-accordion .curriculam_left span.quizLink {
    gap: 8px;
    display: flex;
}
.curriculam_left .svg-play + span {
    margin-left: 5px;
}

.d-elements.lesson_count ul li:last-child .icon-bx svg {
	margin-left: -6px;
	width: 34px;
}
.course_play_name span {
    color: #000 !important;
}
.course_play_name span.quiz_name{margin-left: 6px;}
.remember_forgot_pass+span {
	display: block;
	margin-left: 0px !important;
}

.heading_icons {
	display: none !important;
}


.question_number_lists {
	justify-content: center;
	display: flex;
}

.skip_qus {
	border: 3px solid #e74274!important;
	color: #fff;
    background: #1f2b40;
}


.pouse_qus {
	color:#000!important;
	border: none !important;
	background: #eeeeee !important;
}

.question_number_lists {
	justify-content: center;
	display: flex;
}
button.submitBtn.theme_btn.small_btn.quiz_primary_btn

 {
    font-size: 14px !important;
}
.skip_qus {
	border: 3px solid #e74274;
}



.multypol_qustion h4 span {
	margin-bottom: -7px;
	font-size: 16px !important;
	font-weight: 500;
}

ul.quiz_select li {
	border-radius: 7px;
	padding: 10px;
	border: 1px solid #ccc;
}

ul.quiz_select li label span.label_name {
	color: #6e6d6d;
	font-size: 12px !important;
}

ul.quiz_select li label {
	font-size: inherit !important;
}

.quiz_test_body .singleQuestion .quiz_select label span {
	font-weight: 400;
	font-size: 14px !important;
}

.quiz_questions_wrapper .quiz_test_body .quiz_select li {
	margin-bottom: 9px !important;
}

.quiz_questions_wrapper .quiz_test_body .quiz_select {
	margin-bottom: 23px !important;
}

.theme_btn.small_btn {
	width: 100% !important;
	padding:inherit !important;
}

.sumit_skip_btns span {
	text-align: center;
	width: 48%;

}

.sumit_skip_btns {
	gap: 4%;
	justify-content: center;
	display: flex;
}

.d-elements.quiz-sec {
	flex-wrap: nowrap;
	display: inherit;
	/* width: 100%!important; */
}

.d-elements.quiz-sec ul li {
	justify-content: center;
	display: flex;
	width: 50% !important;
}



.d-elements.quiz-sec ul li span small {
	font-size: 14px !important;
}

.d-elements.quiz-sec ul li span {
	font-size: 21px;
	font-weight: 500;
}

.d-elements.quiz-sec {
	border-bottom: 1px solid #e5e5e5;
}

.notify_count {
    top: -1px !important;
    display: flex;
    right: -3px !important;
    background: var(--bbg) !important;
    background-size: 200% auto;
    font-weight: 700 !important;
    color: #ffffff !important;
    min-height: 15px !important;
    min-width: 15px !important;
    top: -5px;
    right: -3px;
}

       
.icon-bx {
	margin-right:0px;
}

.d-elements ul li:last-child svg {
	width: 38px;
}

.singleQuestion {
	margin-top: -20px;
}


button#QuizCancelBtn {
	height: 32px;
	border-radius: 50px;
}

button#QuizCancelBtn {
	width: 84px;
	padding: 0;
}

button#QuizStartBtn {
	width: 84px;
}

.modal-footer .theme_line_btn.small_btn2,
.modal-footer .theme_btn.small_btn2 {
	width: 84px;
	padding: 9px;
	height: 32px;
	font-size: 13px;
	/* min-width: 41px!important; */
}

.theme_line_btn.small_btn2 {
	width: 104px;
	border-radius: 80px;
	height: 41px;
	padding: 0;
}

.quiz_score_wrapper .quiz_test_body h3 {
	font-size: 27px;
	text-align: center;
}

.quiz_score_wrapper .quiz_test_body h3.failed span {
	color: #e74274;
}


.quiz_score_wrapper .quiz_test_body p.subtitle {
	text-align: center;
	font-size: 17px;
}

.quiz_score_wrapper .quiz_test_body p.subtitle {
	margin-bottom: 37px;
}

.quiz_exam_score_details li {
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	display: flex;
	min-width: 250px;
	height: 55px;
	border-radius: 2px;
}

.quiz_exam_score_details li label {
	margin-bottom: 0px;
}


.single_score_view.d-flex {
	justify-content: center;
}

.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view p {
	font-size: 19px;
}

.quiz_score_wrapper.w-100.mt_70 {
	text-align: center;
	margin-top: 0px;
}

.quiz_test_body .sumit_skip_btns button,
.quiz_test_body .sumit_skip_btns a {
	background: var(--pbg);
	align-items: center;
	justify-content: center;
	border-radius: 55px;
	display: flex;
	width: 145px;
	height: 37px;
	padding: 0px;
	font-size: 12px !important;
}

.quiz_test_body .sumit_skip_btns a {
	background: var(--bbg);
}

.result-box {
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 10px;
	background: #f5f5f5;
}

.q-data-row {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	justify-content: space-between;
	display: flex;
}

.q-data-row:last-child {
	padding-bottom: 0;
	border: none;
}

.q-data-row span {
	font-size: 14px;
	font-weight: 600;
}

.q-data-row label {
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
}

.result-box:nth-child(even) {
	background: #fde5e5;
}


.breadcam_wrap h3+p {
	background: none;
	display: none !important;
}


.quiz_result_sheet_body .single_result_view.wrong h5 {
	background: #E51456;
}

.single_result_view.wrong {
	border-bottom: 3px solid #E51456 !important;
}

.quiz__details {
	background: #fff;
	padding: 40px 0 50px !important;
}


.single_cart a.theme_btn.small_btn3 {
	display: flex;
	justify-content: center;
}

.view_checkout_btn a.theme_btn.small_btn3 {
	align-items: center !important;
	justify-content: center !important;
	display: flex !important;
}

.view_checkout_btn {
	margin-top: 20px !important;
}

.fbtn a {
	justify-content: center;
	max-width: 400px;
	width: 100%;
}


.fbtn a {
	justify-content: center;
	max-width: 400px;
	width: 100%;
}

.my-cart .single_cart {
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	border: none;
	background: #fff;
}

.my-cart .single_cart h5 {
	font-size: 14px !important;
	font-weight: bold;
}

.my-cart .single_cart .f_w_400 {
	font-weight: 500;
}



.checkout-sec .nice-select {
	border: none !important;
	background: #f1f1f1;
}

.order_wrapper {
	font-size: 20px !important;
}

.chk-box {
	border-radius: 14px !important;
}

.chk-box h3 {
	margin-bottom: 18px;
	font-size: 17px;
}

.checkout-sec .bank_transfer p {
	line-height: 25px;
	font-size: 13px !important;
}

.checkout-sec button#submitBtn {
	margin-top: 20px;
	max-width: 400px;
	justify-content: center;
	width: 100%;
}

.checkout-sec label.primary_label2 {
	margin-top: 24px;
}

.row.billing_form label.primary_label2 {
	margin-top: 24px;
}

.row.billing_form .mt_20 {
	margin-top: 0px !important;
}

.billing_form .col-12 h3 {
	font-size: 20px !important;
}

.breadcrumb_area {
	padding-top: 10px;
}

.profile-wrapper {
	margin-top: -31px;
}

.profile-info h4 {
	font-size: 28px;
	color: #E51456;
	text-align: center;
}

.profile-info {
	margin-bottom:30px;
	padding-left: 0;
	margin-top: 20px;
}
.profile-img {
    width: 170px
}
.profile-img .img {
	margin-top: -80px;
	border-radius: 100px;
	border: 5px solid #E51456 !important;
	height: 110px;
	width: 110px;
}

.profile-right {
	box-shadow: 10px 9px 0px -5px #e93e77;
	background: #0c3354 !important;
	width: 100%;
	padding: 20px 30px !important;
}


.profile-right ul li {
	margin-bottom: 15px;
}

.profile-right ul li:last-child {
	margin-bottom: 0px !important;
}

.profile-right ul li {
	font-size: 17px;
}

.profile-right ul li svg {
	margin-right: 10px;
}

.profile-right ul li span {
	margin-left: 6px;
	font-weight: 300 !important;
}

.crow span,
.crow a {
	color: #000;
	font-size: 17px;
}

.clink a {
	text-decoration: underline !important;
	color: #e51456 !important;
}

.crow {
	padding: 9px 0px;
}

.crow svg {
	margin-right: 10px;
	width: 32px;
}

.profile-wrapper {
	box-shadow: 0px 6px 7px 0px rgb(0 0 0 / 26%) !important;
}

button.theme_btn.cls_btn {
	color: #000;
	background: #e0e0e0 !important;
}

.edit-profile-img a {
	width: 30px;
}

.edit-profile-img a i {
	color: #4a4a4a;
	font-size: 18px;
}

.edit-profile-img a {
	top: -15px;
	right: -34px;
	position: relative;
	z-index: 999;
	margin: -29px auto 0px auto;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	display: flex;
	height: 35px !important;
	width: 35px !important;
	background: #ffd3d3 !important;
}

.edit-profile-img {
	text-align: center !important;
}

.vl-box small {

	color: #000;
	display: inline;
	font-size: 13px;
	line-height: 15px;
}

span#timer {
	gap:5px;
	display: flex;
}

.profile-wrapper .modal-content {
	box-shadow: 0px -1px 7px 0px rgb(0 0 0 / 26%) !important;
}



.main-title {
	text-align: center;
}

.mobile-card .row {
	padding: 7px;
	border-bottom: 1px solid #ccc;
}

.mobile-card .row .col-6:last-child {
	font-weight: 600;
	font-size: 15px;
	text-align: right;
}

.mobile-card .row:last-child {
	margin-bottom: 0px;
	border: none;
}

.mobile-card {
	box-shadow: none !important;
}

.box_header .main-title {
	width: 100% !important;
	justify-content: center;
	display: flex;
}

section.admin-visitor-area, .certificate-wrap {
	background: #fff;
}

.box_header {
	margin-bottom: 6px !important;
}

.box_header .main-title h3 {
	font-size: 21px;
	font-weight: 600;
	width: 100%;
}

.failed-badge {
	background-color: transparent !important;
	color: #dc3545 !important;
	padding: 0px !important;
	font-size: 17px !important;
	display: inline-block;
}

.passed-badge {
	background-color: transparent !important;
	color: green !important;
	padding: 0px !important;
	font-size: 17px !important;
	display: inline-block;
}


.magazine.shadow.animated {
	margin-left: -11px !important;
}

input.fs {
	display: none;
}
.magazine-viewport .container

 {

    top: 282px;

 }
.controls-pdf {
	min-height: 48px;
	padding: 10px;
	background: transparent;
	right: 8px;
	top: 0;
	position: ABSOLUTE;

}

div#slider-bar {
	display: none !important;
}

div#flipfull {
	background: #E51456;
	background: linear-gradient(180deg, rgba(229, 20, 86, 0.37) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 63%, rgba(229, 20, 86, 0.29) 100%);
	margin-top: -19px;

}


.sidebar-badge {
	display: none!important;
}

.cs_modal .modal-dialog.modal-lg.modal-dialog-centered {
    margin: 0px;
}

.cs_modal .modal-body {
    padding: 0;
}

div#flipbook_popup {
    padding-right: 0px!important;
}

.cs_modal .modal-header {
    padding-bottom: 33px;
    border-radius: 0px;
    padding-top: 15px;
}
.cs_modal .modal-dialog {
    max-width: 100%;
}




 .question_number_lists a

 {
        height: 40px;
        width: 40px;
        line-height: 40px;
        flex: 40px 0 0;
        font-size: 16px;
    }
.quiz-cr .ques_thumb img
 {
    border-radius: 21px;
}

.mobile-search {
    display: none;
}
.video_screen {
    display: block !important;
}
label.stag {
    display: block;
    margin-left: 1px;
    line-height: 22px;
    color: #a6a5a5;
    font-size: 11px;
    text-transform: capitalize;
}
.d-rating.course-item-info {
    display: none;
}

div#submitConfirmModal .modal-dialog, div#StartConfirmModal .modal-dialog  {
    margin: 0 auto!important;
    width: 345px;
}
div#submitConfirmModal .modal-body, div#StartConfirmModal .modal-body {
    font-size: 14px;
    text-align: center;
    padding: 20px;
}

div#submitConfirmModal .modal-title, div#StartConfirmModal .modal-title {
	font-size: 16px;
	text-align:center;
	width: 300px;
}
div#submitConfirmModal .modal-header, div#StartConfirmModal .modal-header  {
	padding:10px;
}
.modal-content{border-radius:0px!important;}
.cs_modal {
    background: #0000005c;
}

.course-item-info .meta {
    display: none !important;
}

.breadcrumb_area {
    padding: 20px;
    justify-content: center;
    display: flex;
    text-align: center!important;
    background: #fff;
}

.breadcrumb_area .breadcam_wrap {
    text-align: center;
}
.single_cart .thumb+span a p {
    display: block;
    margin-right: 14px;
    font-weight: 600;
}

.single_cart .f_w_400 {
    font-weight: 600;
    font-size: 18px;
}

a.cart-item-remove {
    border: none;
}

.single_cart .thumb+span a p {
    display: block;
    margin-right: 14px;
    font-weight: 600;
}
.cart-summery h4 {
    font-size: 18px;
    font-weight: 600;
}

.cart-summery-item {
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc!important;
    margin-top: 10px;
}

.cart-summery {
    border-radius: 8px;
}

.cart-summery-item +.row.mt_30 {
    margin-bottom: 14px;
    margin-top: 50px!important;
}
a.type1, a.type2 {
    height: 32px!important;
    padding: 4px 10px!important;
    font-size: 13px;
}



.cart-table table tbody td

 {
    padding: 12px;
 }
 
 #avatarModal , #changePasswordModal {
    background: #00000091;
}

.bank_transfer div#agreeAlert

 {
    border-radius: 4px;
    padding: 1px 10px;
    background: #fadede;
    font-size: 13px;
 }

.billing_details_wrapper a.theme_btn, .billing_info .theme_btn, 
.billing_details_wrapper a.theme_btn, .billing_info .theme_line_btn {
    font-weight: 500!important;
    font-size: 13px!important;
    padding: 10px !important;
    justify-content: center;
    align-items: center!important;
    display: flex!important;
    width: 82px!important;
}
#MakePaymentFromCredit button.theme_line_btn.me-2.small_btn2

 {
    height: 39px;
    min-width: 87px;
    padding: 9px !important;
    width: 69px !important;
    font-size: 14px;
}

/* remove it later
div#StartConfirmModal {
	display: none !important;
}

.modal-backdrop.fade.show {
	display: none;
}

div#StartConfirmModal {
	display: none !important;
}

.modal-backdrop.fade.show {
	display: none;
}
 */  
  .theme_btn, .theme_line_btn, .theme_line_payment_btn {
        padding: 10px 20px;
    }

ul.quiz_exam_score_details {
    width: 100%;
    flex-flow: column;
}
 
 .quiz_test_header {
	 display:none;
    text-align: center !important;
}

.quiz_test_body p.subtitle {
    margin-top: 25px;
    font-size: 14px!important;
}

.quiz_test_body p.subtitle span {
    line-height: 24px;
    /* margin-top: 14px; */
    font-weight: 600;
    display: block;
    font-size: 19px;
}
.single_score_view p {
    text-align: center;
    font-size: 15px !important;
}
.qz-bx + .done-btn + .sumit_skip_btns{
	
margin-top: 23px;
}
.done-btn button.quiz_primary_btn {
	
    margin-top: 0px;
    font-weight: bold;
    color: #092d56 !important;
    border: 2px solid #0a2e53 !important;
    background: none !important;
    font-size: 14px !important;
    height: 37px !important;
    padding: 0px !important;
    width: 179px !important;
    line-height: 30px;
    border-radius: 40px;
}
.done-btn{
	justify-content:center;
	 display: flex !important;
}

.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:last-child {
        margin-bottom: 40px;
    }


.quiz_score_wrapper {
    border: none;
}

.qz-comp svg {
    fill: #3da065;
    height: auto;
    width: 62px !important;
}
    .qz-comp {
        text-align: center;
	}



.payment_success_message_section .content .message {
    margin-top: 100px;
}

div#animation {
    display: none!important;
}



.payment_success_message_section .content .message {
    margin-top: 100px;
}

.order-summery-head {
    margin: 0 Auto;
    width: 221px;
    justify-content: space-evenly!important;
}

.order-summery .cost {
    font-weight: 600!important;
}

.order-summery .cost.total, .order-summery .type.total {
    font-size: 19px!important;
}

.order-summery h4.product-title {
    font-weight: 600;
}

.order-summery {
    width: 90%!important;
    margin: 5%!important;
}div#animation {
    display: none!important;
}



.payment_success_message_section .content .message {
    margin-top: 10px;
}

.order-summery-head {
    margin: 0 Auto;

    justify-content: space-evenly!important;
}

.order-summery .cost {
    font-weight: 600!important;
}

.order-summery .cost.total, .order-summery .type.total {
    font-size: 19px!important;
}

.order-summery h4.product-title {
    font-weight: 600;
}

.order-summery {
    width: 90%!important;
    margin: 5%!important;
}

.order-summery .cost {
    font-weight: 600!important;
}

.order-summery .cost.total, .order-summery .type.total {
    font-size: 19px!important;
}

.order-summery h4.product-title {
    font-weight: 600;
}

.order-summery {
    width: 90%!important;
    margin: 5%!important;
}

.quiz_header_left {
    text-align: CENTER;
    WIDTH: 100%;
}
.quiz_header_left h3 {
    text-align: center !important;
    width: 100% !important;
}

.cart-summery h4

 {
    font-weight: 600;
 }
.cart_wrapper {
    min-height: 80vh;
}

.chk-box .product_name span {
    font-weight: bold;
}

.ordered_products .product_name span {
    font-weight: bold!important;
}


.ordered_products_lists .single_lists:first-child {
    display: none!important;
}

.ordered_products_lists .single_lists:last-child {
    border-bottom: 1px solid #e1e2e6;
}

.breadcrumb_area.course_breadcrumb {
    padding-bottom: 6px;
    background: #f9f9f9 !important;
}
.crs-wrap.no_course #myHomepageCourse {
    display: none;
}

.crs-wrap.no_course .db-cards {
  
    justify-content: left;
    width: 100%!important;
    margin: 0 auto;
    flex-flow: unset;
}

.crs-wrap.no_course {
    width: 100%!important;
    margin: 0 auto;
}

.attemped {
    margin-top: 44px!important;
    width: 70%;
    /* display: inline!important; */
    padding: 56px!important;
    margin: 0 auto;
    /* width: inherit!important; */
    border-radius: 10px;
}

.attemped a.bck-btn{
    border: 1px solid #ccc;
    width: 50px !important;
    height: 50px !important;
    left: 45%;
    bottom: 0;
    position: absolute;
}
.qz-comp a svg{fill:none; padding: 9px;}
.qz-comp a.bck-btn{
border: 1px solid #ccc;
    width: 50px !important;
    height: 50px !important;
    left: 47%;
    bottom: 36px;
    position: absolute;
}
.attemped {
    position: relative;
}

.crs__box .video_screen img
 {
    background-image: transparent!important;
    width: 100%;
}

.quiz-cr .ques_thumb img

 {
    width: 100% !important;
 }


@media (max-width: 768px) {
    .white_box_30px {
        padding: 15px!important;
        margin-bottom: 15px!important;
    }
}
.white_box_30px {
    background-color: #fff !important;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.certificate-wrap{padding: 30px 0!important;
}

.crft-mobile-row {
    margin-bottom: 10px;
    padding: 16px;
    border-radius: 10px;
    background: #fff0f0;
}

.crft-mobile-row .row:last-child .col-12 {
    text-align: center;
}

.crft-mobile-row .row:last-child .col-12 a {
    height: 34px;
    padding: 2px 30px!important;
}

.crft-mobile-row .row:last-child {
    padding-top: 20px;
    border-top: 1px solid #ccc!important;
}

.crft-mobile-row .row {
    font-size: 15px;
    padding: 5px 0px;
}

.crft-mobile-row .row .col-6:last-child {
	text-align:right;
    font-weight: bold;
}


.d-elements ul li .vl-box {
    /* text-align: left!important; */
    justify-content: space-between;
    position: relative;
    top: 10px;
    align-items: center;
    gap: 0px!important;
    display: flex;
    /* flex-flow: row!important; */
}

.d-elements ul li .vl-box span {
    width: 6px;
    text-align: left;
    left: 6px;
    top: -15px;
    position: relative;
    display: flex;
}
.shoping_wrapper {
    position: relative;
    z-index: 99;
}
div#main-nav-for-chat ul {
    margin-right: 3px;
}
input#profile_picture {
    font-size: 16px;
    height: 36px;
}
.ttime span#timer:after {
    font-size: 12px;
    content: "Min";
}
.d-elements.quiz-sec ul li.ps-3:first-child {
    padding-right: 45px !important;
    left: 12px;
    position: relative;
}
.payment_btn .small_btn2 {
    padding: 0px !important;
    justify-content: center;
}
.heading-cart-icon{
	margin-right:inherit!important;
}
.quiz_test_body h3.failed a {
    margin: 0 auto!important;
    width: 56px !important;
}
.quiz_test_body h3.failed a svg {
    height: 29px;
    font-size: 93px !important;
    width: 56px !important;
}
.cus_get_cert_btn .certificate_btn:hover{
	transition:0.8s ease-in-out;
	color: #fff;
	background: #e74274 !important;
	 border: 2px solid #e74274;
}
.cus_get_cert_btn .certificate_btn

 {
    padding: 10px;
    box-shadow: none;
    transition: 0.3s ease-in-out;
    color: #e74274;
    border: 1px solid #e74274;
    font-size: 12px;
    height: auto !important;
    padding: 15pxpx;
    background: #fff !important;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 30px !important;
    margin: 0 auto;
    display: flex;
    justify-content: center !important;
    width: 250px;
}
.cus_get_cert_btn
 {
    margin-top: 30px;
    border-top: 1px dashed #ccc;
}
.acr-sec .acr-title {
    float: left;
    display: block;
    width: calc(100% - 56px);
}

.d-desc ul li {
    margin-left: 0px !important;
}
.d-accordion .accordion-button ul li {
        color: #ff9bb7!important;
        font-size: 11px;
    }
.offcanvas-body .secondary-btn:hover::before {
    border-radius: 20px!important;
	}
button.d-flex.align-items-center.justify-content-between.gap-3.accordion-button {
    flex-flow: column;
}
.cst-menu ul {
    gap: 25px;
    display: flex;
}

.cst-menu {
    margin-right: 35px;
}
.cst-menu ul li a{
	font-weight: 600;
    font-size: 14px;
	color:#000;
}
.cst-menu ul li.active a{
	color: #e74274 !important;
}

.crs-title .crs-r a {
        text-decoration: underline !important;
        font-weight: 600;
        font-size: 16px ;
    }
	
	.cst-menu-mobile li.heading-list {
    padding: 3px 0px!important;
    margin-bottom: 0px!important;
    border-top: 1px solid #eaeaea!important;
}

.cst-menu-mobile li.heading-list a {
	font-weight: 600;
    letter-spacing: 0.5px !important;
	padding-left: 0!important;
	height: 35px!important;
    /* margin-bottom: 0px!important; */
}

.cst-menu-mobile ul {
    margin-top: 10px!important;
}
.cst-menu-mobile li.heading-list:first-child {
    border-bottom: 1px solid #eaeaea !important;
}
.login_wrapper_content .text-danger {
    padding-left: 16px;
    font-size: 13px;
}

.curriculam_list .single_play_list a {
    flex-flow: column;
    display: flex;
}
.cmp-title

 {
    justify-content: space-between;
    display: flex;
}

.home-header , .header_iner{
	
	height:inherit!important;
}

.download-app-main{
	margin: 10px auto;
	align-items: center;
	width: 350px;
	background: #f5faff;
	display: flex;
	justify-content: space-between;
	padding: 10px 11px;
	border-radius: 6px;
}

.download-app-left-main{
    gap: 14px;
    width: 50%;
    display: flex;
    align-items: center;
}


.app-logo{
    width: 50px;
    float: left;
}

.app-logo img{
    width: 100%;
}

.app-text h2{
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    color: #0a2e50;
}


.app-text p{
    line-height: 16px;
    font-size: 12px;
    margin: 0;
    color: #333333;
}

.download-right {
    margin-right: 11px;
    display: flex;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
    padding-left: 11px;
}


.download-right #installPwaBtn{
background: #fff6f8;
    padding: 6px 8px;
    border: 1px solid #e1426f;
    color: #e1426f;
    border-radius: 4px;
    font-size: 12px;
    width: 108px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
	}

.download-right .main-alert button{
    padding: 10px;
    font-size: 12px;
    color: #1f2b40;
}

.download-right .main-alert {
       background: transparent;
    margin: 0;
    padding: 0;
    width: 25%;
    margin-top: 0;
}
.app-logo img {
    border-radius: 6px;
    border: 1px solid #ccc;
}
.download-app-main .btn-close {
    font-size: 12px;
}
.download-app-main + #sticky-header{
    border-top: 1px solid #f3f3f3;
    position: relative;
}
 header {
    position: absolute;
}
header + .heading-clear
 {
    display: none !important;
}
@media (max-width: 767px){
    .download-app-main
 {
        margin: 0px auto;
 }
}
@media (max-width: 400px){
.app-text p {
    line-height: 16px;
    font-size: 11px;
}
.app-text h2

 {
    font-size: 13px;
 }
.app-logo
 {
 width: 39px;
 }
 .download-right #installPwaBtn{
    padding: 3px 5px;
    font-size: 12px;
    width: 100px;
    height: 29px;
}
.download-app-main
 {
    align-items: center;
    width: 100%;
 }
}
section.admin-visitor-area, .certificate-wrap {
        min-height: calc(100vh - 49px);
}
.sumit_skip_btns span:hover {
    color: #fff !important;
}
.app-text p a {
    line-height: 20px;
    margin-top: 10px;
    font-size: 13px;
    text-decoration: underline !important;
    color: #323232;
}
.download-app-main[style="display: none;"] div, .download-app-main[style="display: none;"] button {
    display: none!important;
}
.download-app-main[style="display:none;"] div, .download-app-main[style="display:none;"] button {
    display: none!important;
}

.download-app-main[style="display: none;"] {
    margin: 0px!important;
    padding: 0px!important;
    height: 0px!important;
}
.download-app-main[style="display:none;"] {
    margin: 0px!important;
    padding: 0px!important;
    height: 0px!important;
}


.htia button {
    font-weight: 700;
    font-size: 13px;
}

.htia .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-radius: 0px;
    background: #e52b62;
}

.htia h5.card-title {
    font-weight: bold;
}

.htia .card {
    border: none;
    background: #fafafa;
    border-radius: 0px!important;
}

.htia ol li {
    background: #fafafa!important;
}

.accordion-body .primary_checkbox2 input, .accordion-body .primary_checkbox input, .accordion-body .primary_checkbox2 span, .accordion-body .primary_checkbox span {
    display: none!important;
}
.container.htia {
    margin-top: 91px;
}
	.htia ol li img {
    margin-top: 10px;
}
.htia ol li
 {
    padding-left: 0;
 }
svg.book {
    width: 16px;
}
 