@charset "UTF-8";
/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700|Ubuntu:300,300i,400,400i,500,500i,700,700i');
/*@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,531;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,531;1,600;1,700;1,800;1,900&amp;display=swap");*/
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #787878;
	font-family: 'Poppins', sans-serif;
	-moz-osx-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

.site-logo{
	margin-bottom:30px;
	text-align:center;
}

::-moz-selection {
	color: #ffffff;
	background-color: #6b59d3;
}
::selection {
	color: #ffffff;
	background-color: #6b59d3;
}

::-moz-selection {
 color: #ffffff;
 background-color: #6b59d3;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #282828 url("../img/preloader.html") no-repeat center center;
}
[data-background] {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
section {
	overflow: hidden;
}
button {
	cursor: pointer;
}
.form-control:focus, button:visited, button.active, button:hover, button:focus, input:visited, input.active, .wizard-form-field select.active, input:hover, input:focus, textarea:hover, textarea:focus, a:hover, a:focus, a:visited, a.active, select, select:hover, select:focus, select:visited {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}
.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.relative-position {
	position: relative;
}
p {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Quicksand', sans-serif
}
/*------------------------------------------------------------------------------------------------------------------*/
/*    default pre style
/*------------------------------------------------------------------------------------------------------------------*/
.pb-100 {
	padding-bottom: 100px;
}
.boxed-version {
	max-width: 1400px;
	margin: auto;
	position: relative;
}
.boxed-version .wizard-forms {
	zoom: 0.8;
}
.boxed-version .form-content {
	padding-right: 2%;
	padding-left: 60px;
}
.boxed-version .actions {
	right: 0;
}
.dark-version.dark-version {
	background-color: #1a1a1a;
	color: #6c757d;
}
.dark-version.dark-version .wrapper, .dark-version.dark-version .has-float-label label {
	background-color: #1a1a1a;
}
.dark-version.dark-version label, .dark-version.dark-version p, .dark-version.dark-version span {
	color: #6c757d !important;
}
.dark-version.dark-version button, .dark-version.dark-version input, .dark-version.dark-version optgroup, .dark-version.dark-version select, .dark-version.dark-version textarea {
	background-color: #1a1a1a !important;
}
.wrapper {
}
.wizard {
	position: relative;
}
.steps {
	top: 110px;
	z-index: 9;
	position: absolute;
}
.steps li {
	display: inline-block;
	padding-right: 270px;
}
.steps li:last-child {
	padding-right: 0;
}
.steps li a {
	width: 50px;
	color: #fff;
	height: 50px;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	border-radius: 50%;
	position: relative;
	text-align: center;
	display: inline-block;
	border: 2px solid #e3e3e3;
}
.steps li.first a {
	border: 2px solid #9153fe;
}
.steps li.checked a, .steps li.current a {
	border: 2px solid #9153fe;
}
.steps li.checked a:after, .steps li.current a:after {
	top: 0;
	left: 13px;
	font-size: 20px;
	color: #9153fe;
	content: "";
	font-weight: 900;
	position: absolute;
	font-family: "Font Awesome 5 Free";
}
.form-content {
	width: 75%;
	padding-top: 65px;
	padding-left: 51px;
	padding-right: 51px;
}
.form-header {
	text-align: center;
}
.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 18px;
}
.form-row .form-holder {
	width: 50%;
	margin-right: 30px;
}
.form-row .form-holder:last-child {
	margin-right: 0;
}
.form-row .form-holder.w-100 {
	width: 100%;
	margin-right: 0;
}
.form-row .select {
	width: 50%;
	margin-right: 30px;
}
.form-row .select .form-holder {
	width: 100%;
	margin-right: 0;
}
.form-holder {
	position: relative;
}
.form-holder i {
	position: absolute;
	bottom: 7px;
	right: 0;
	font-size: 17px;
}
.form-control {
	height: 37px;
	border: none;
	border-bottom: 2px solid #e6e6e6;
	width: 100%;
	color: #666;
}
.form-control:focus {
	border-color: #e9e0cf;
}
select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	color: #999;
}
select.form-control option[value=""][disabled] {
	display: none;
}
.actions {
	z-index: 1;
}
.actions ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important
}
.actions li {
	margin: 0 10px;
}
.actions li span, .actions li button {
	height: 55px;
	width: 200px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 55px;
	text-align: center;
	border-radius: 5px;
	background-color: #9153fe;
	border: 2px solid #9153fe;
	cursor: pointer;
}
	.actions li button{
		line-height:normal;
	}
	.actions li span i, .actions li button i {
		position: relative;
	}
.actions li:first-child span, .actions li:first-child button {
	color: #8a8a8a;
	background-color: transparent;
	border-radius: 5px;
}
.actions li:first-child span i, .actions li:first-child button i {
	left: -45px;
}

.actions li:first-child span:hover, .actions li:first-child button:hover {
	color: #ffffff;
	background-color: #9153fe;
	border-radius: 5px;
}
.actions li .js-btn-next i, .actions li button i {
	right: -45px !important;
	left: inherit !important;
}
.actions li span {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}
.wizard-footer .actions .js-btn-next {
	background-color: #6e4dde;
	color: #fff;
}
.actions li:last-child span {
	background-color: #6e4dde;
	color: #fff;
}
.actions li:last-child span:hover {
	background-color: #9153fe;
}
.actions li[aria-disabled=true] a {
	opacity: 0;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.actions li[aria-disabled=false] ~ li a {
	background-color: #9153fe;
	color: #fff;
}
.actions li[aria-disabled=false] ~ li a:hover {
	background-color: #9153fe;
}
.checkbox-tick label {
	cursor: pointer;
	display: inline-block;
	padding-left: 23px;
	position: relative;
}
.checkbox-tick label.male {
	margin-right: 26px;
}
.checkbox-tick input, .checkbox-tick .wizard-form-field select, .wizard-form-field .checkbox-tick select {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkbox-tick input:checked ~ .checkmark, .checkbox-tick .wizard-form-field select:checked ~ .checkmark, .wizard-form-field .checkbox-tick select:checked ~ .checkmark {
	background: #999;
}
.checkbox-tick input:checked ~ .checkmark:after, .checkbox-tick .wizard-form-field select:checked ~ .checkmark:after, .wizard-form-field .checkbox-tick select:checked ~ .checkmark:after {
	display: block;
}
.checkbox-tick .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 13px;
	width: 13px;
	border: 1px solid #999;
	border-radius: 50%;
	font-family: Material-Design-Iconic-Font;
	color: #fff;
	font-size: 11px;
}
.checkbox-tick .checkmark:after {
	top: 0;
	left: 2px;
	position: absolute;
	display: none;
	content: "";
}
.checkbox-circle {
	position: relative;
	padding-left: 23px;
	margin-top: 41px;
	width: 63%;
}
.checkbox-circle.mt-24 {
	margin-top: 24px;
}
.checkbox-circle label {
	cursor: pointer;
	color: #999;
	font-size: 13px;
	line-height: 1.9;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.checkbox-circle label a {
	color: #6d7f52;
}
.checkbox-circle label a:hover {
	color: #89b843;
}
.checkbox-circle input, .checkbox-circle .wizard-form-field select, .wizard-form-field .checkbox-circle select {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkbox-circle input:checked ~ .checkmark:after, .checkbox-circle .wizard-form-field select:checked ~ .checkmark:after, .wizard-form-field .checkbox-circle select:checked ~ .checkmark:after {
	display: block;
}
.checkbox-circle .checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	border: 1px solid #999;
}
.checkbox-circle .checkmark:after {
	content: "";
	top: 2px;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #999;
	position: absolute;
	display: none;
}
.has-float-label {
	display: block;
}
.has-float-label i {
	position: absolute;
	top: 25px;
	left: 35px;
	width: 33px;
	height: 33px;
	color: #8dcef9;
	border: 1px solid #8dcef9;
	border-radius: 100%;
	font-size: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.has-float-label i:hover {
	background: #9153fe;
	border-color: #9153fe;
	color: #fff;
}
.has-float-label i + input, .has-float-label .wizard-form-field i + select, .wizard-form-field .has-float-label i + select {
	padding-left: 75px;
}
.has-float-label label {
	position: absolute;
	left: 0;
	top: 0;
	cursor: text;
	font-size: 23px;
	opacity: 1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	top: -12px;
	left: 36px;
	z-index: 3;
	background: #f1f9fe;
	line-height: 1;
	padding: 0 5px;
}
.has-float-label label::after {
	content: " ";
	display: block;
	position: absolute;
}
.has-float-label > span {
	position: absolute;
	left: 0;
	top: 0;
	cursor: text;
	font-size: 23px;
	opacity: 1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	top: -12px;
	left: 36px;
	z-index: 3;
	background: #f1f9fe;
	line-height: 1;
	padding: 0 5px;
}
.has-float-label > span::after {
	content: " ";
	display: block;
	position: absolute;
}
.has-float-label .form-control {
/* FF 4-18 */
  /* FF 19+ */
}
.has-float-label .form-control::-webkit-input-placeholder {
 opacity: 1;
 -webkit-transition: all 0.2s;
 transition: all 0.2s;
}
.has-float-label .form-control::-moz-placeholder {
 opacity: 1;
 -moz-transition: all 0.2s;
 transition: all 0.2s;
}
.has-float-label .form-control:-ms-input-placeholder {
 opacity: 1;
 -ms-transition: all 0.2s;
 transition: all 0.2s;
}
.has-float-label .form-control:-ms-input-placeholder:not(:focus) + * {
 font-size: 150%;
 opacity: 0;
 top: 0.3em;
 background: transparent;
}
.has-float-label .form-control::-ms-input-placeholder {
 opacity: 1;
 -webkit-transition: all 0.2s;
 -ms-transition: all 0.2s;
 transition: all 0.2s;
}
.has-float-label .form-control::-webkit-input-placeholder {
 opacity: 1;
 -webkit-transition: all 0.2s;
 -o-transition: all 0.2s;
 transition: all 0.2s;
 color: #9153fe;
}
.has-float-label .form-control::-moz-placeholder {
 opacity: 1;
 -webkit-transition: all 0.2s;
 -o-transition: all 0.2s;
 -moz-transition: all 0.2s;
 transition: all 0.2s;
 color: #9153fe;
}
.has-float-label .form-control:-ms-input-placeholder {
 opacity: 1;
 -webkit-transition: all 0.2s;
 -o-transition: all 0.2s;
 -ms-transition: all 0.2s;
 transition: all 0.2s;
 color: #9153fe;
}
.has-float-label .form-control::placeholder {
 opacity: 1;
 -webkit-transition: all 0.2s;
 -o-transition: all 0.2s;
 transition: all 0.2s;
 color: #9153fe;
}
.has-float-label .form-control:focus::-webkit-input-placeholder {
 color: transparent;
}
.has-float-label .form-control:focus:-moz-placeholder {
 color: transparent;
}
.has-float-label .form-control:focus::-moz-placeholder {
 color: transparent;
}
.has-float-label .form-control:focus:-ms-input-placeholder {
 color: transparent;
}
.has-float-label .form-control:-moz-placeholder-shown:not(:focus) + * {
 font-size: 150%;
 opacity: 0;
 top: 0.3em;
 background: transparent;
}
.has-float-label .form-control:-ms-input-placeholder:not(:focus) + * {
 font-size: 150%;
 opacity: 0;
 top: 30px;
 left: 40px;
 visibility: hidden;
 background: transparent;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
 font-size: 150%;
 opacity: 0;
 top: 30px;
 left: 40px;
 visibility: hidden;
 background: transparent;
}
.tooltip-info i {
	position: absolute;
	top: 25px;
	left: 35px;
	width: 33px;
	height: 33px;
	color: #8dcef9;
	border: 1px solid #8dcef9;
	border-radius: 100%;
	font-size: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.tooltip-info i:hover {
	background: #9153fe;
	border-color: #9153fe;
	color: #fff;
}
.tooltip-info span, .tooltip-info input[type=text], .tooltip-info .wizard-form-field select[type=text], .wizard-form-field .tooltip-info select[type=text] {
	padding-left: 50px;
}
/* IE 10+ */
.input-group .has-float-label {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.input-group .has-float-label .form-control {
	width: 100%;
	border-radius: 0.25rem;
}
.input-group .has-float-label:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: 0;
}
.input-group .has-float-label:not(:last-child) .form-control {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: 0;
}
.input-group .has-float-label:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group .has-float-label:not(:first-child) .form-control {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.tooltip-inner {
	max-width: 280px;
	background-color: #9153fe;
	border-radius: 0;
}
.arrow {
	left: 4px !important;
}
.tooltip {
	left: 6.9% !important;
}
.tooltip .arrow:before {
	border-bottom-color: #9153fe;
	border-top-color: #9153fe;
}
/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
.multisteps-form__progress {
	background-image: url(../img/step-bg.png);
	background-repeat: repeat-x;
	padding: 80px 110px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.wizard-part-title {
	padding: 50px;
	padding-bottom: 70px;
}
.multisteps-form__progress-btn {
	position: relative;
	color: rgba(108, 117, 125, 0.7);
	border: none;
	background-color: transparent;
	outline: none !important;
	cursor: pointer;
	font-size: 21px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 32px;
}
.multisteps-form__progress-btn:first-child {
	margin-left: 0;
}
.multisteps-form__progress-btn:before {
	content: "";
	width: 50px;
	height: 50px;
	font-weight: 700;
	left: 0px;
	top: 0px;
	margin-right: 15px;
	line-height: 50px;
	position: relative;
	text-align: center;
	display: inline-block;
	border: 2px solid #e3e3e3;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 3;
}
.multisteps-form__progress-btn:after {
	content: "";
	position: absolute;
	top: 26px;
	right: -40px;
	display: block;
	width: 20px;
	height: 4px;
	background-color: currentColor;
	z-index: 1;
}
.multisteps-form__progress-btn:last-child:after {
	display: none;
}
.multisteps-form__progress-btn.js-active {
	color: #6b4cf9;
}
.multisteps-form__progress-btn.js-active:before {
	border-color: #6b4cf9;
	font-size: 20px;
	color: #6b4cf9;
	content: "";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.multisteps-form .inner{
	border-radius: 20px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
	padding: 45px;
}

.wizard-part-title h3 {
	color: #9153fe;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.badge-selection {
	margin: 0 auto;
	max-width: 1090px;
}
.badge-selection label {
	margin-right: 30px;
}
.badge-selection input, .badge-selection .wizard-form-field select, .wizard-form-field .badge-selection select {
	height: 25px;
	width: 25px;
}
.badge-selection h3 {
	margin-bottom: 20px;
}
.badge-selection span, .badge-selection h3 {
	font-size: 20px;
	font-weight: 500;
	color: #9153fe;
}
.badge-selection span {
	top: -5px;
	margin-left: 5px;
	position: relative;
}
.wizard-topper .wizard-progress .progress {
	height: 20px;
	padding: 2px;
	position: relative;
	border-radius: 80px;
	border: 2px solid #dcdee1;
	background-color: #dcdee1;
}
.wizard-topper .wizard-progress .progress .progress-bar {
	top: 2px;
	left: 2px;
	width: 0;
	height: 12px;
	position: absolute;
	border-radius: 80px;
	background-color: #9153fe;
}
.wizard-content-item {
	margin: 0 auto;
	padding-bottom: 45px;
}
	.wizard-content-item h1, .wizard-content-item h2 {
		font-size: 34px;
		color: #9153fe;
		font-weight: 700;
		margin-bottom: 35px;
	}
.wizard-content-item h4 {
	color: #9153fe;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
}
.wizard-content-item p {
	color: #888;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 35px;
	color: #888888;
}
.wizard-content-form{
	margin-bottom: 35px;
}
.wizard-form-field {
	margin: 0 auto;
	max-width: 1095px;
}
.recommend-course{
  margin: 0 auto;
  max-width: 920px;
}
.wizard-form-field input, .wizard-form-field select {
	width: 100%;
	height: 80px;
	border: none;
	overflow: visible;
	padding-left: 40px;
	border-radius: 3px;
	margin-bottom: 28px;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	background-color: #ddeef9;
	border: 2px solid #ddeef9;
}
.wizard-form-field input:focus, .wizard-form-field select:focus {
	border: 2px solid #9153fe;
	background-color: transparent;
}
.wizard-form-field select {
	height: 80px !important;
}
.wizard-form-field .wizard-form-input input::-webkit-input-placeholder, 
.wizard-form-field .wizard-form-input select::-webkit-input-placeholder {
	font-size: 20px;
	font-weight: 500;
	-webkit-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.wizard-footer {
	/*min-height: 350px;*/
}

.wizard-imgbg {
	/*left: -20px;
	bottom: 30px;
	position: absolute;*/
	padding-top: 100px;
}

.wizard-option-list {
	margin: 0 auto 35px;
	max-width: 920px;
}
.wizard-option-list ul {
	margin: 0px -15px;
}
.wizard-option-list li {
	width: 50%;
	float: left;
	padding: 15px;
	position: relative;
}
.wizard-option-list li:before {
	content: "";
	top: 41px;
	left: 35px;
	position: absolute;
	font-size: 1.4em;
	font-weight: 500;
	font-family: "Font Awesome 5 Free";
}
.wizard-option-list li:after {
	top: 45px;
	right: 35px;
	content: "";
	position: absolute;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.wizard-option-list li .option-item-list select {
	width: 100%;
	height: 83px;
	color: #9153fe;
	font-size: 20px;
	font-weight: 500;
	padding-left: 60px;
	border: 2px solid #c3e8ff;
	background-color: #ddeef9;
	-webkit-appearance: none;
}
.wizard-option-list li.active:before {
	color: #9153fe;
}
.wizard-option-list li.active .option-item-list select {
	border: 2px solid #9153fe;
}
.wizard-option-list li.no-arrow:after {
	display: none;
}
.wizard-option-list li.no-arrow:before {
	display: none;
}
.wizard-option-list .nationality-list:before {
	top: 42px;
	content: "";
	font-size: 20px;
}
.wizard-option-list .upload-araa {
	width: 100%;
	height: 80px;
	margin: 20px 0px 35px;
	display: inline-block;
	border: 2px solid #c3e8ff;
}
.wizard-option-list .upload-araa .upload-text span {
	display: inline-block;
	padding: 23px 30px;
	color: #9153fe;
	font-size: 20px;
	font-weight: 500;
}
.wizard-option-list .upload-araa .upload-option {
	border: 2px solid #c3e8ff;
	padding: 10px 20px;
	position: relative;
	top: 12px;
	right: 12px;
}
.wizard-option-list .upload-araa .upload-option label {
	margin-bottom: 0;
	color: #9153fe;
	font-size: 20px;
	font-weight: 500;
}
.wizard-option-list .taxable-area {
	padding-bottom: 30px;
}
.wizard-option-list .taxable-area label {
	margin-bottom: 0;
}
.wizard-option-list .taxable-area .tax-check {
	display: none;
}
.wizard-option-list .taxable-area .checkbo-box-border {
	position: relative;
}
.wizard-option-list .taxable-area .checkbo-box-border:before {
	top: 6px;
	left: 10px;
	color: #9153fe;
	content: "";
	font-size: 16px;
	font-weight: 900;
	display: none;
	position: absolute;
	font-family: "Font Awesome 5 Free";
}
.wizard-option-list .taxable-area .checkbo-box-border:after {
	position: absolute;
	content: "";
	height: 38px;
	width: 38px;
	top: 0px;
	left: 0px;
	border: 2px solid #c3e9ff;
}
.wizard-option-list .taxable-area .tax-check:checked ~ .checkbo-box-border:before {
	display: block;
}
.wizard-option-list .texable-option {
	top: 10px;
	color: #9153fe;
	font-size: 20px;
	font-weight: 500;
	padding-left: 50px;
	position: relative;
}
.wizard-identity-box {
	-webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.16);
}
.wizard-identity-box .wizard-identity-icon img {
	padding-top: 50px;
}
.wizard-identity {
	margin: 0 auto;
	max-width: 850px;
}
.wizard-identity .wizard-identity-box {
	height: 310px;
}
.wizard-identity .identity-upload {
	padding-top: 70px;
}
.wizard-identity .identity-upload i {
	color: #7e7e8e;
	font-size: 55px;
	margin-bottom: 10px;
}
.wizard-identity .upload-option label {
	font-size: 25px;
	font-weight: 600;
	color: #9153fe;
	margin-bottom: 0;
}
.wizard-identity .upload-option span {
	display: block;
	color: #7e7e8e;
}
.progress .progress-bar {
	width: 90%;
}
.identity-check {
	display: none;
}
.identity-option {
	margin: 0 auto;
	max-width: 1025px;
}
.identity-option ul {
	padding: 0px -15px;
}
.identity-option li {
	width: 45%;
	height: 80px;
	color: #9153fe;
	margin: 0 15px;
	font-size: 20px;
	line-height: 80px;
	font-weight: 600;
	position: relative;
	padding-left: 90px;
	margin-bottom: 30px;
	display: inline-block;
	border: 2px solid #c3e8ff;
}
.identity-option li .identity-label {
	display: block;
}
.identity-option li .checkmark-border {
	position: absolute;
	top: 0;
	left: 0;
}
.identity-option li .checkmark-border:before {
	content: "";
	position: absolute;
	height: 33px;
	width: 33px;
	border-radius: 100%;
	left: 30px;
	top: 25px;
	background-color: #fff;
	border: 2px solid #c3e8ff;
}
.identity-option li .checkmark-border:after {
	content: "";
	position: absolute;
	height: 22px;
	width: 22px;
	display: none;
	border-radius: 100%;
	left: 36px;
	top: 31px;
	background-color: #624cf9;
}
.identity-option li .identity-check:checked ~ .checkmark-border:after {
	display: block;
}
.wizard-submit-file-content {
	margin: 0 auto;
	max-width: 1005px;
}
.n-summary {
	height: 80px;
	padding-left: 30px;
	line-height: 80px;
	background-color: #ddeef9;
}
.n-summary span {
	color: #9153fe;
	font-size: 20px;
	font-weight: 500;
}
.n-summary label {
	float: right;
	padding-top: 10px;
	margin-bottom: 0;
	margin-right: 20px;
}
.n-summary label span {
	position: relative;
	font-weight: 400;
	font-size: 18px;
	top: -7px;
}
.n-summary input, .n-summary .wizard-form-field select, .wizard-form-field .n-summary select {
	height: 30px;
	width: 30px;
	border: 2px solid #c3e8ff;
}
.n-activity {
	height: 80px;
	padding-left: 30px;
	line-height: 80px;
	position: relative;
	background-color: #ddeef9;
	border: 2px solid transparent;
}
.n-activity.checked {
	border: 2px solid #9153fe;
	background: transparent;
}
.n-activity label {
	margin-bottom: 0;
	width: 100%;
}
.n-activity label .net-check {
	display: none;
}
.n-activity label .net-check-border {
	position: absolute;
	top: 0;
	right: 0;
}
.n-activity label .net-check-border:before {
	content: "";
	top: 0px;
	right: 32px;
	font-family: "Font Awesome 5 Free";
	display: none;
	font-weight: 600;
	position: absolute;
}
.n-activity label .net-check-border:after {
	top: 18px;
	right: 20px;
	content: "";
	position: absolute;
	height: 40px;
	width: 40px;
	border: 2px solid #9153fe;
}
.n-activity label .net-check:checked ~ .net-check-border:before {
	display: block;
}
.n-activity .n-title {
	color: #9153fe;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
}
.n-checked {
	height: 130px;
	padding-left: 30px;
	padding-top: 30px;
	background-color: #ddeef9;
}
.n-checked span {
	display: block;
	color: #9153fe;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.n-checked label span {
	display: inline-block;
	color: #6ea1c2;
	font-size: 18px;
}
.n-select-option {
	margin-top: 20px;
	position: relative;
}
.n-select-option select {
	width: 100%;
	height: 83px;
	color: #9153fe;
	font-size: 20px;
	font-weight: 500;
	padding-left: 30px;
	border: 2px solid #c3e8ff;
	background-color: #ddeef9;
	-webkit-appearance: none;
}
.n-select-option:after {
	top: 25px;
	right: 35px;
	font-size: 20px;
	content: "";
	position: absolute;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.copyright-content{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.copyright-content h6{
	font-weight: 500;
	color: #fff
}
.step-box-content {
	cursor: pointer;
	border-radius: 8px;
	border: 2px solid #e4e4e5;
	padding: 55px 20px 35px 20px;
	margin-bottom: 15px;
	display: block;
	background-color: #FFFFFF;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.step-box-content.active {
	border-color: #9153fe;
}
.step-box-content input {
	opacity: 0;
}
.step-box-content span {
	display: block;
}
.step-box-content .step-box-icon {
	margin-bottom: 20px;
}
.step-box-content .step-box-text {
	font-size: 20px;
	font-weight: 600;
	color: #32323c;
}

.step-box-content .step-box-description {
	font-size: 16px;
	font-weight: 400;
	color: #828287;
	margin-top: 20px;
	margin-bottom: 20px;
}

.service-check-option span {
	top: 15px;
	right: 15px;
	width: 27px;
	height: 27px;
	display: block;
	position: absolute;
	border-radius: 100%;
	background-color: #f9f9f9;
	border: 2px solid #e1e1e1;
}
.service-check-option span:after {
	left: 3px;
	top: 3px;
	content: "";
	width: 17px;
	height: 17px;
	display: none;
	position: absolute;
	border-radius: 100%;
	background-color: #9153fe;
}

.step-box-content.active .service-check-option span:after {
	display: block;
}

.booking-form .checkbox input[type=checkbox], .booking-form .checkbox input[type=radio], .booking-form .radio input[type=checkbox], .booking-form .radio input[type=radio] {
	position: absolute;
	opacity: 0
}
.booking-form .form-group .form-control {
	border-radius: 50px;
	border-color: #8d8d8d;
	padding: 15px 38px 15px 20px
}

.booking-form .radio.radio--big label {
	padding: 30px 20px
}
.booking-form .radio.radio--big input[type="radio"]:checked+.radio-label {
	-webkit-box-shadow: inset 0 0 0 2px #9153fe, 0 0 10px #e6e6e6;
	box-shadow: inset 0 0 0 2px #9153fe, 0 0 10px #e6e6e6
}
.booking-form .radio.radio--with-check input[type="radio"]:checked+.radio-label::before {
	background-color: #9153fe
}
.booking-form .footer-price-box-content .radio.radio--big label {
	padding: 10px 10px;
	border-radius: 50px
}

.checkbox.checkbox--big label, .checkbox.radio--big label, .radio.checkbox--big label, .radio.radio--big label {
	display: block;
	padding: 30px 20px;
	border: 1px solid #e4e4e5;
	border-radius: 5px;
	position: relative
}

.checkbox label, .radio label {
	min-height: 20px;
	padding-left: 0;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	line-height: 27px;
	font-size: 16px;
	height: auto;
	vertical-align: middle;
	font-weight: 600;
	color: #32323c
}

.checkbox.checkbox--with-check input[type=checkbox]+.checkbox-label:before, .checkbox.checkbox--with-check input[type=checkbox]+.radio-label:before, .checkbox.checkbox--with-check input[type=radio]+.checkbox-label:before, .checkbox.checkbox--with-check input[type=radio]+.radio-label:before, .checkbox.radio--with-check input[type=checkbox]+.checkbox-label:before, .checkbox.radio--with-check input[type=checkbox]+.radio-label:before, .checkbox.radio--with-check input[type=radio]+.checkbox-label:before, .checkbox.radio--with-check input[type=radio]+.radio-label:before, .radio.checkbox--with-check input[type=checkbox]+.checkbox-label:before, .radio.checkbox--with-check input[type=checkbox]+.radio-label:before, .radio.checkbox--with-check input[type=radio]+.checkbox-label:before, .radio.checkbox--with-check input[type=radio]+.radio-label:before, .radio.radio--with-check input[type=checkbox]+.checkbox-label:before, .radio.radio--with-check input[type=checkbox]+.radio-label:before, .radio.radio--with-check input[type=radio]+.checkbox-label:before, .radio.radio--with-check input[type=radio]+.radio-label:before {
	content: "";
	background: #fff;
	border-radius: 25px;
	-webkit-box-shadow: inset 0 0 0 1px #bbbbbd;
	box-shadow: inset 0 0 0 1px #bbbbbd;
	display: inline-block;
	position: relative;
	margin-right: 20px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	height: 30px;
	width: 30px;
	line-height: 30px
}
.checkbox.checkbox--with-check input[type=checkbox]:checked+.checkbox-label:before, .checkbox.checkbox--with-check input[type=checkbox]:checked+.radio-label:before, .checkbox.checkbox--with-check input[type=radio]:checked+.checkbox-label:before, .checkbox.checkbox--with-check input[type=radio]:checked+.radio-label:before, .checkbox.radio--with-check input[type=checkbox]:checked+.checkbox-label:before, .checkbox.radio--with-check input[type=checkbox]:checked+.radio-label:before, .checkbox.radio--with-check input[type=radio]:checked+.checkbox-label:before, .checkbox.radio--with-check input[type=radio]:checked+.radio-label:before, .radio.checkbox--with-check input[type=checkbox]:checked+.checkbox-label:before, .radio.checkbox--with-check input[type=checkbox]:checked+.radio-label:before, .radio.checkbox--with-check input[type=radio]:checked+.checkbox-label:before, .radio.checkbox--with-check input[type=radio]:checked+.radio-label:before, .radio.radio--with-check input[type=checkbox]:checked+.checkbox-label:before, .radio.radio--with-check input[type=checkbox]:checked+.radio-label:before, .radio.radio--with-check input[type=radio]:checked+.checkbox-label:before, .radio.radio--with-check input[type=radio]:checked+.radio-label:before {
	background-color: #9153fe;
	-webkit-box-shadow: none;
	box-shadow: none;
	content: "\f00c";
	font-size: 14px;
	font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px
}

.checkbox, .radio {
	margin-bottom: 15px;
}

.recommend-course .item-pricing {
	padding: 0 0 30px;
	border: 1px solid #f0f0f0;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border-radius: 15px;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
	margin-left: auto;
	margin-right: auto;
}

.recommend-course .item-pricing .price-title{
	background-color: #6e4dde;
	padding: 30px 25px 75px;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 20px 20px;
}

.recommend-course .item-pricing .price-title::before {
    position: absolute;
	left: -95px;
	top: 40px;
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 14px solid rgba(255,255,255,.20);

}
.recommend-course .item-pricing .price-title::after {
    position: absolute;
	right: -80px;
	top: -40px;
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 15px solid rgba(255,255,255,.20);

}
.item-pricing .price-title p{
	color: #fff
}
.item-pricing .price-title h1 {
	font-weight: bold;
	font-size: 48px;
	color: #fff;
	font-family: 'Poppins';
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	padding-top: 10px;
	padding-bottom: 15px;
}

.recommend-course .item-pricing .icons {
	text-align: center;
	display: inline-block;
	position: relative;
	width: 130px;
	height: 130px;
	font-size: 46px;
	color: #9153fe;
	line-height: 80px;
	margin-bottom: 0;
	border-radius: 50%;
	border: 1px solid #9153fe;
	background-color: #e3dbff;
	margin-left: auto;
	margin-right: auto;
	margin-top: -70px;
}
.recommend-course .item-pricing .pricing-hour {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.recommend-course .item-pricing .pricing-hour h1 {
	font-family: 'Poppins';
	font-size: 40px;
	font-weight: bold;
	color: #6f4fdb;
	padding-top: 5px;
}
.pricing-hour h1 {
	margin-bottom: 0;
	font-weight: 700;
	line-height: 21px;
	color: #9153fe;
	font-size: 32px;
}

.recommend-course .item-pricing .pricing-hour h1 small {
	font-weight: bold;
	color: #6f4fdb;
	font-size: 17px;
	font-family: 'Poppins';
}

.recommend-course .pricing-content {
	padding-left: 30px;
	padding-right: 30px;
}
.recommend-course .item-pricing h4 {
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 20px;
	padding-top: 25px;
}
.recommend-course .item-pricing p {
	font-size: 16px;
	font-family: 'Poppins';
}
.recommend-course .price-box-content h5 {
	color: #6e4dde;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 20px;
}
.recommend-course .item-pricing .price-box-content ul {
	position: relative;
	margin-bottom: 0;
}
.recommend-course .item-pricing .price-box-content ul li {
	padding-left: 35px;
	position: relative;
	color: #888;
	font-size: 18px;
	margin-bottom: 8px;
}

.item-pricing .price-box-content ul li::before {
	content: "\f00c";
	position: absolute;
	color: #9153fe;
	left: 0;
	top: 2px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
	line-height: 35px;
	line-height: inherit;
	font-size: 14px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  border-top: 1px solid #eee;
}

.item-pricing .price-box-content ul.options-list{
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (min-width: 992px){
	.item-pricing .price-box-content .options-list li{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.item-pricing .price-box-content .options-list li{
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

footer{
	background-color: #6E4DDE;
}

.footer-top{
	padding-top: 55px;
	padding-bottom: 35px;
	border-bottom: 1px solid #fff;
}
.footer-top .media {
	margin-bottom: 20px;
}
.footer-top .media i{
	background-color: #fff;
	width: 40px;height: 40px;border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6E4DDE;
	margin-right: 15px;
}

.footer-top .media-body {color: #FFFFFF;}

.footer-top .media-body h5{
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
} 

.footer-top .media-body p{font-size: 16px;line-height: 24px;}

.answer-sec{padding-top: 70px;}

.answer-title{margin-bottom: 25px;text-align: center;}
.answer-title h2{font-weight: 700;font-size: 34px;line-height: 42px;color: #787878;}

.answer-table thead th{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	align-items: center;
	color: #32323C;
}
.answer-table thead td{font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	color: #32323C;
}
.answer-table a{color: #6E4DDE;text-align: right;font-weight: 500;font-size: 14px;display: block;white-space: nowrap;}
.answer-table a:hover{text-decoration: underline}


/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
	.wizard > .steps li {margin-bottom: 30px;}
}

@media screen and (max-width: 991px) {
	.multisteps-form .inner {padding: 35px;}
}

@media screen and (max-width: 767px) {
.pb-100 {
	padding-bottom: 30px;
}
.wrapper {
	padding: 40px 15px;
	overflow-x: hidden;
	margin: 0;
}
.actions li span, .actions li button {
	width: 170px;
}
.wizard-part-title {
	width: 100%;
	margin-bottom: 20px;
}
.steps li.current:after, .steps li.checked:after, .steps li:after {
	display: none;
}
.wizard-part-title h3 {
	font-size: 30px;
}
.wizard-content-item {
	padding-top: 0;
}
.wizard-option-list li {
	width: 100%;
}
.wizard-option-list .taxable-area label {
	margin-bottom: 30px;
}
	.wizard-content-item h1,.wizard-content-item h2 {
		font-size: 36px;
	}
.wizard-content-item {
	padding-bottom: 30px;
}
.wizard-identity .wizard-identity-box {
	margin-bottom: 30px;
}
.wizard-identity {
	padding: 0px 30px;
}
.identity-option li {
	width: 100%;
	margin: 0 0px 20px 0;
}
.n-activity {
	margin-bottom: 20px;
}
.n-checked {
	margin-bottom: 20px;
}
.wizard-footer {
	min-height: auto;
}
.actions li:first-child span i, .actions li:first-child button i {
	left: -25px;
}
.actions li .js-btn-next i, .actions li button i {
	right: -25px !important;
}
}

@media screen and (max-width: 460px) {
.wizard-progress {
	width: 290px;
}
.wizard-part-title h3 {
	font-size: 25px;
}
.wizard-content-item p {
	font-size: 18px;
}
.actions li span, .actions li button {
	width: 140px;
	min-width: 100%;
}
.wizard-option-list .upload-araa .upload-text span {
	display: none;
}
.wizard > .content {
	margin-bottom: 15px;
}
.identity-option li {
	height: inherit;
	line-height: inherit;
}
.n-summary {
	height: inherit;
	line-height: inherit;
	display: inline-block;
	margin-bottom: 10px;
}
.n-summary label {
	float: none;
}
.n-checked label span {
	font-size: 15px;
}
.actions {
	position: static;
	margin-top: 0;
}
.multisteps-form__progress-btn:after {
	display: none;
}
.multisteps-form__progress-btn {
	width: 65px;
	margin-left: 0;
}
}

@media (max-width: 575px){
	.multisteps-form .inner {padding: 35px 15px;}
	.wizard-content-item h4 {font-size: 20px;}
	.wizard-part-title {padding: 30px;padding-bottom: 30px;}
}










