.d-none {
	display: none !important;
}
.reg-benifits {
    padding: 40px 0px;
}
.reg-benifits .benefit-item {
    width: 25%;
    padding: 10px;
}
.benefit-item img {
    height: 80px;
}
.benefit-item div {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px 0px;
}
@media (max-width: 767px){
	.register-container, .thank-you-container {
		padding-bottom: 20px !important;
	}
    .reg-benifits .d-flex {
        flex-wrap: wrap;
    }
    .reg-benifits .benefit-item {
        width: 50%;
    }
}
@media (max-width: 475px){
    .reg-benifits .benefit-item {
        width: 100%;
    }
}
@media (max-width: 375px){
	#other_certifications_type {
		margin-top: 5px !important;
	}
}
.disabled {
    pointer-events: none;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/* New checkout page start */
.register-container, .thank-you-container {
    position: relative;
    padding: 20px 0px 40px 0px;
}
.line-through {
	text-decoration: line-through;
}
.width-auto {
	width: auto;
}
.is-disabled {
	pointer-events: none;
}
.company-logo {
	margin-bottom: 10px;
}
.company-logo .logo {
	width: 250px;
}
.course-details-url {
	display: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	color: #fff !important;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 8px 12px;
	position: absolute;
	top: -48px;
	right: 0;
}
.course-details-url:hover {
	color: #fe5346 !important;
	background-color: #fff;
	text-decoration: none;
}
.register-card {
	color: #000000;
	position: relative;
}
.checkout-form-section .register-card {
	box-shadow: none;
	padding: 0px;
}
.register-heading {
	text-align: right;
	/* font-weight: 600; */
	width: 100%;
	display: table;
	position: relative;
}
.register-heading-left {
	position: absolute;
	width: 90px;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
	z-index: 1;
}
.popup-image-wrap {
	position: relative;
}
.popup-image-wrap:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 10px;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	background-color: #fff;
	z-index: 0;
}
.popup-image-wrap:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 10px;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	background-color: #fff;
	z-index: 0;
}
.popup-image {
	position: relative;
	width: 100%;
	z-index: 1;
}
.register-heading-right {
	width: 100%;
	display: table;
}
.popup-title {
	font-family: 'Roboto', sans-serif;
	/*font-size: 14px;*/
	font-size: 16px;
	line-height: 18px;
	border-bottom: 1.5px solid rgb(46 49 145 / 90%);
	padding: 0px 0px 10px 150px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.popup-title:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #2e3192;
	right: 0px;
	bottom: -4.5px;
}
.popup-subtitle {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 10px 0px 0px 150px;
	float: right;
	width: 100%;
}
.popup-subtitle>span {
	display: block;
}
.event-instructor span {
    font-weight: 400;
}
.event-description .class-venue-address {
	position: relative;
	display: inline;
	padding: 0px 5px 0px 25px;
}
.event-description .class-venue-address i {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 20px;
	font-weight: 600;
}
.register-steps {
	width: 100%;
	display: table;
	padding: 20px 0px;
}
.register-steps ul {
	display: table;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.register-steps ul li {
	position: relative;
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	padding-right: 10px;
	margin-bottom: 5px;
}
.register-steps ul li:last-child {
	margin-bottom: 0px;
}
.register-steps ul li .step-number {
	width: 35px;
	height: 35px;
	border: 1.5px solid #677077;
	border-radius: 100%;
	text-align: center;
	padding: 3px;
	font-size: 16px;
    line-height: 24px;
	margin-right: 10px;
	color: #fff;
	background-color: #677077;
}
.register-steps ul li .step-label {
	color: #000000;
	font-size: 17px;
	line-height: 18px;
	font-weight: 500;
	vertical-align: middle;
}
.register-steps ul li.shide {
	display: none;
}
.register-steps ul li.sdone {
	padding-right: 20px;
}
.register-steps ul li.sdone:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	/*border-left: 8px solid #2e3192;*/
	border-left: 8px solid #677077;
}
.register-steps ul li.sdone:last-child {
	padding-right: 0px;
}
.register-steps ul li.sdone:last-child:after {
	display: none;
}
.register-steps ul li.sdone .step-number {
	color: #fff;
	/*background-color: #2e3192;*/
	background-color: #677077;
}
.expiration-inner {
	font-size: 16px;
	background-color: rgb(46 49 146 / 10%);
	border-left: 2px solid #2e3192;
	padding: 10px;
}
.seats-description {
	display: none;
	color: #856147;
}
.price-description {
	color: #856147;
}
.price-expiration {
	color: #000000;
}
.section-title {
	color: #000000;
	font-size: 16px;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	font-weight: 600;
}
.other-information-section label {
    font-size: 13px;
    line-height: 16px;
}
.label-fit-class {
	margin: 0;
}
.other-member-data .member-row {
    margin-bottom: 15px;
}
.register-card .form-control {
	height: 2.4rem;
	text-indent: unset;
	margin-bottom: 10px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	box-shadow: none;
}
.register-card .form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}
.register-card .form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}
.register-card .form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}
.register-card .form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}
.register-card .form-control::placeholder {
	color: #6c757d;
	opacity: 1
}
.other-members {
	display: none;
}
.omd-row {
	position: relative;
	margin-bottom: 20px;
}
.omd-row:last-child {
	margin-bottom: 0;
}
.omd-row:after {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -6px;
	border: 0.5px dotted rgb(233 93 81 / 50%);
	border-radius: 100%;
	box-shadow: 0px 0px 15px 2px rgb(233 93 81 / 20%);
}
.omd-row:last-child:after {
	display: none;
}
.event-account-details {
	border-radius: 10px;
	overflow: hidden;
}
.event-account-details .account-detail {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	background-color: rgb(46 49 146 / 10%);
	padding: 10px 15px;
}
.event-account-details .account-detail.discount-item {
	color: #856147;
}
.event-account-details .promocode-section {
	padding-top: 15px;
}
.event-account-details .summary-section {
	display: none;
	border-bottom: 1px solid #856147;
}
.event-account-details .summary-section p {
	color: #000000;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
.event-account-details .account-detail:last-child {
	color: #ffffff;
	background: #8d85ef;
	background: -moz-linear-gradient(left, #8d85ef 0%, #ee5791 100%);
	background: -webkit-linear-gradient(left, #8d85ef 0%, #ee5791 100%);
	background: linear-gradient(to right, #8d85ef 0%, #ee5791 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8d85ef', endColorstr='#ee5791', GradientType=1);
}
.event-account-details .account-detail:not(:first-child):not(:last-child) {
	padding: 10px 15px;
}
.event-account-details .account-detail .account-data {
	text-align: right;
}
.event-account-details .account-detail .account-data.col-4 {
	padding-left: 0;
}
.event-regular-fee {
	color: #808080;
}
.promocode-section {
	display: none;
	margin-bottom: 15px;
}
.promocode-wrap {
	position: relative;
}
.promocode-field::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000000;
	opacity: 1;
	/* Firefox */
	line-height: initial;
}
.promocode-field:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000000;
	line-height: initial;
}
.promocode-field::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000000;
	line-height: initial;
}
.register-card .form-control.promocode-field {
	margin-bottom: 0px;
    outline: none;
}
.promo-btn {
    color: #856147;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 0px !important;
    display: inline-block;
    margin-bottom: 8px;
}
.promocode-label {
	position: absolute;
	top: 0px;
	left: 10px;
	margin-bottom: 0;
	color: #856147;
	font-size: 12px;
}
.promocode-wrap {
	position: relative;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.promocode-wrap .promocode-field {
	margin-top: 15px;
	border: none;
}
.promocode-btn {
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 18px 12px;
	color: #856147;
	cursor: pointer;
}
.promocode-btn:hover {
	color: #000000;
	text-decoration: none;
}
.promocode-remove {
	display: none;
}
.promocode-msg {
	display: none;
	color: #ff0000;
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
}
.reg-event-detail-wrap {
	display: flex;
	position: relative;
	border-bottom: 1.5px solid rgb(46 49 145 / 90%);
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}
.reg-event-detail-wrap:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #2e3192;
	right: 0px;
	bottom: -4.5px;
}
.reg-event-img {
	text-align: center;
	width: 100px;
}
.reg-event-img img {
	width: 100%;
	border-radius: 10px;
}
.reg-box-data {
	width: calc(100% - 110px);
}
.reg-box-data .reg-event-title {
	padding: 0px 0px 5px 0px;
	font-size: 15px;
	font-weight: 600;
	line-height: 17px;
}
.reg-box-data .reg-event-datetime {
	font-size: 14px;
	line-height: 18px;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
.btnAction {
	display: inline-block;
	min-width: 140px;
	height: 40px;
	text-transform: uppercase;
	/*font-size: 14px;*/
	font-size: 16px;
	line-height: 15px;
	font-weight: 700;
	padding: 10px;
	color: #fff;
	border: none;
	background: #8d85ef;
	background: -moz-linear-gradient(left, #8d85ef 0%, #ee5791 100%);
	background: -webkit-linear-gradient(left, #8d85ef 0%, #ee5791 100%);
	background: linear-gradient(to right, #8d85ef 0%, #ee5791 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8d85ef', endColorstr='#ee5791', GradientType=1);
	border-radius: 12px;
	text-align: center;
	outline: none !important;
	cursor: pointer;
	white-space: nowrap;
}
.btn-next {
	/*background-image: url('/assets/images/button-bg.png');*/
	background-repeat: no-repeat;
	/*text-align: left !important;*/
	text-align: center !important;
	/*padding-left: 25px !important;*/
}
.go-back {
	display: inline-block;
	text-transform: uppercase;
	/*font-size: 14px;*/
	font-size: 16px;
	font-weight: bold;
	padding: 7px 30px;
	outline: none !important;
	border: none;
	background: #8d85ef;
	background: -moz-linear-gradient(left, #8d85ef 0%, #ee5791 100%);
	background: -webkit-linear-gradient(left, #8d85ef 0%, #ee5791 100%);
	background: linear-gradient(to right, #8d85ef 0%, #ee5791 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8d85ef', endColorstr='#ee5791', GradientType=1);
	border-radius: 12px;
	width: 140px;
	height: 40px;
	text-align: center !important;
	color: #fff !important;
	line-height: 23px;
	text-decoration: none !important;
}
.payment-methods .pm-note {
	padding: 6px 5px !important;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
	font-weight: 500;
	margin-top: 5px;
	color: #000000;
	background-color: rgb(204 210 215 / 15%);
	border: 0.5px solid #ccd2d7;
	border-radius: 4px;
}
.payment-method-list {
	margin: 0;
	padding: 0;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	list-style: none;
}
.payment-method-list li {
	border-bottom: 1px solid #ced4da;
}
.payment-method-list li:last-child {
	border-bottom: none;
}
.payment-method-list li label {
    display: inline-block;
	margin: 0;
	width: 100%;
	padding: 6px 5px 6px 40px;
	cursor: pointer;
	position: relative;
}
.payment-method-list li label .pm-icon {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	text-align: center;
}
.payment-method-list li label img {
	width: 30px;
	height: auto;
}
.payment-method-list li.stripe-pm-li label img {
	margin-top: 5px;
}
.payment-method-list li.splitit-pm-li label img {
	width: 25px;
	margin-top: 2px;
}
.payment-method-list li label input {
	width: 0px;
	position: absolute;
	opacity: 0;
}
.payment-method-list li label .pm-label {
	color: #000;
	font-size: 14px;
    line-height: 20px;
}
.payment-method-list li label .pm-note {
	display: block;
	font-style: italic;
	/*font-size: 12px;*/
	font-size: 16px;
	line-height: 14px;
	padding-left: 20px;
	font-weight: 500;
}
.payment-method-list li.active {
	background-color: #ced4da;
}
.about-payment-wrap p {
	color: #000000;
	font-size: 14px;
	margin: 0;
	line-height: 16px;
	font-style: italic;
}
.terms-conditions-checkbox-wrap {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}
.terms-conditions-checkbox-wrap input {
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 5px;
}
.terms-conditions-checkbox-wrap label {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 10px;
}
.terms-conditions-checkbox-wrap a {
	text-decoration: underline;
	color: #000000;
}
.pmessage {
	display: none;
	color: #000000;
	/*font-size: 14px;*/
	font-size: 16px;
	border-radius: 5px;
	padding: 5px;
	margin-top: 10px;
}
#error-message {
	border: 1px solid rgb(255 0 0 / 50%);
	background-color: rgb(255 0 0 / 10%);
}
#success-payment-message,
.success-message {
	border: 1px solid rgb(0 128 0 / 50%);
	background-color: rgb(0 128 0 / 10%);
}
.success-message {
    margin: 0px 0px 15px 0px;
}
.with-msg {
	margin-bottom: 10px;
}
.with-msg .form-control {
	margin-bottom: 0px;
}
.errormsg {
	font-size: 12px;
	color: #ff5252;
	line-height: 14px;
}
#frmPaypalPayment, #frmSplititPayment, #splitit-container, .checkout-form, .confirmation-form, .address-form, .questionnaire-form, .free-courses-form {
	display: none;
}
#pay_by_stripe:disabled {
	cursor: context-menu;
}
.address-form p {
    color: #000000;
    line-height: 20px;
    margin-bottom: 10px;
}
.confirmation-form p {
	color: #000000;
	font-size: 16px;
	margin: 0;
}
.confirmation-form .your-order-no {
	color: #856147;
}
.abtn, .abtn:hover {
	color: #856147;
	border: 1px solid #856147;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	line-height: 22px;
	margin: 2px 0px;
}
.another-course-section a {
	font-style: italic;
	text-decoration: underline;
}
.process-payment-form {
	position: relative;
	pointer-events: none;
}
.process-payment-form:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(210, 210, 210, 0.2);
	z-index: 999;
}
#loader {
	display: none;
	width: 80%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}
#loader img {
	width: 100px;
	vertical-align: middle;
}
.please-wait-text {
	display: none;
	margin-top: 20px;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 0.3px 1px -5px rgb(0 0 0 / 11%), 0 0.9px 2.6px -5px rgb(0 0 0 / 16%), 0 1.8px 5.3px -5px rgb(0 0 0 / 20%), 0 3.7px 11px -5px rgb(0 0 0 / 24%), 0 10px 30px -5px rgb(0 0 0 / 35%);
}
.please-wait-text p {
	/*font-size: 18px;*/
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
.process-payment-form #loader {
	display: block;
}
.safe-secure-note {
	margin-top: 10px;
}
.payment-note {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	line-height: 20px;
	margin: 0;
}
.footer-logo {
    text-align: right;
}
.footer-logo img {
    max-width: 100%;
}
.event-outofstock {
	display: none;
	position: relative;
	width: 100%;
	font-size: 16px;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid rgb(46 49 146 / 50%);
	border-radius: 8px;
}
.event-outofstock i {
	color: #2e3192;
}
.event-outofstock .msg-lbl {
	color: #2e3192;
	font-weight: 600;
}
.event-inwaitlist-wrap {
	display: none;
	margin: 20px 0 0 0;
}
.waitlist-register-title {
	display: none;
}
.event-inwaitlist {
	position: relative;
	width: 100%;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid rgb(46 49 146 / 50%);
	border-radius: 8px;
}
.event-inwaitlist i {
	color: #2e3192;
}
.event-inwaitlist .msg-lbl {
	color: #2e3192;
	font-weight: 600;
}
.event-option {
	margin-top: 20px;
}
.goto-waitlist, .goto-waitlist:hover {
    display: inline-block;
    text-transform: uppercase;
    /* font-size: 14px; */
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    color: #fff;
    background: #8d85ef;
    background: -moz-linear-gradient(left, #8d85ef 0%, #ee5791 100%);
    background: -webkit-linear-gradient(left, #8d85ef 0%, #ee5791 100%);
    background: linear-gradient(to right, #8d85ef 0%, #ee5791 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8d85ef', endColorstr='#ee5791', GradientType=1);
    box-shadow: 0 0.3px 1px -5px rgb(0 0 0 / 11%), 0 0.9px 2.6px -5px rgb(0 0 0 / 16%), 0 1.8px 5.3px -5px rgb(0 0 0 / 20%), 0 3.7px 11px -5px rgb(0 0 0 / 24%), 0 10px 30px -5px rgb(0 0 0 / 35%);
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    border-radius: 12px;
    text-decoration: none;
}
.event-option-or {
	font-size: 16px;
	text-align: center;
	padding: 15px 0px;
	display: block;
}
.event-option-date-dd {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 17px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 17px rgba(0, 0, 0, .3);
	z-index: 3;
	white-space: nowrap;
	max-height: 210px;
	overflow-x: hidden;
	overflow-y: overlay;
	list-style: none;
	padding: 0;
	margin: 0;
}
/* .event-option-date-dd::-webkit-scrollbar {
    display: none;
  } */
.event-option-date-dd::-webkit-scrollbar {
	width: 10px;
}
/* Track */
.event-option-date-dd::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 5px;
}
/* Handle */
.event-option-date-dd::-webkit-scrollbar-thumb {
	background: rgba(195, 195, 195, 0.8);
	border-radius: 5px;
}
/* Handle on hover */
.event-option-date-dd::-webkit-scrollbar-thumb:hover {
	background: #c3c3c3;
}
.event-option-date-dd li {
	/*font-size: 14px;*/
	font-size: 16px;
	border-bottom: 1px solid rgba(254, 76, 28, 0.1);
	padding: 8px 16px;
	cursor: pointer;
}
.event-option-date-dd li:first-child {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.event-option-date-dd li:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.event-option-date-dd li:nth-child(even) {
	background-color: #f2f2f2;
}
.event-option-date-dd li:hover {
	background-color: rgb(46 49 146 / 20%) !important;
}
.event-option-date-dd li.active {
	background-color: rgb(46 49 146 / 100%) !important;
	color: #ffffff;
}
.event-option-date-dd li a {
    text-decoration: none !important;
    display: block;
    color: #000000;
}
.event-option-date-dd li.active a {
	color: #ffffff;
	pointer-events: none;
}
.event-option-date-dd li strong {
	padding-right: 10px;
}
.event-option-date-dd li span {
	display: inline-block;
}
.event-option-date-dd li .soldout-tag {
	/*font-size: 10px;*/
	font-size: 16px;
	padding: 2px 4px;
	border-radius: 3px;
	background-color: #c01d2a;
	color: #fff;
	letter-spacing: 0.5px;
	margin-left: 10px;
}
#splitit-container {
	max-width: 438px;
	margin-left: auto;
	margin-right: auto;
}
#splitit-container.splitit-default-ui .splitit-payment-button {
	min-width: 140px;
	height: 40px;
	text-transform: uppercase;
	/*font-size: 14px;*/
	font-size: 16px;
	line-height: 15px;
	font-weight: 700;
	padding: 10px 5px;
	color: #fff;
	box-shadow: 0 0.3px 1px -5px rgb(0 0 0 / 11%), 0 0.9px 2.6px -5px rgb(0 0 0 / 16%), 0 1.8px 5.3px -5px rgb(0 0 0 / 20%), 0 3.7px 11px -5px rgb(0 0 0 / 24%), 0 10px 30px -5px rgb(0 0 0 / 35%);
	-webkit-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	border-radius: 12px;
	text-align: center;
	outline: none !important;
}
.splitit-default-ui .splitit-payment-button .splitit-payment-button-content {
	box-sizing: border-box;
	padding: 0px 5px 0px 30px;
	height: auto;
	margin-left: 0;
	position: relative;
}
.splitit-default-ui .splitit-payment-button .splitit-payment-button-content .splitit-loader-ring {
	position: absolute;
	margin-right: 0px;
	width: 25px;
	height: 25px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#splitit-container.splitit-default-ui .splitit-error-box {
	/*font-size: 14px;*/
	font-size: 16px;
	padding: 5px 10px;
	border: 1px solid rgb(255 0 0 / 50%);
	background-color: rgb(255 0 0 / 10%);
	color: #000;
}
.splitit-default-ui .splitit-error-box ul {
	padding-left: 0px;
}
#splitit-container.splitit-default-ui.grouped .splitit-cc-group {
	padding: 20px 10px 10px 10px;
}
#splitit-container.splitit-default-ui .splitit-error-box {
	font-size: 16px;
	padding: 10px;
}
.convenient-timezone-option label {
	position: relative;
	padding: 0px 5px 0px 25px;
	height: 20px;
	font-size: 16px !important;
	line-height: 20px !important;
	margin-bottom: 0px;
}
.convenient-timezone-option label input.form-control {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0px;
	left: 0;
	margin-bottom: 0;
}
.user-login-desc {
	max-width: 500px;
	margin: 1rem auto 0;
	padding: 15px 0px;
	background-color: rgb(46 49 146 / 10%);
	border-radius: 10px;
}
.user-login-desc p {
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 10px 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
.user-login-desc ul {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	padding: 0 15px;
	list-style: none;
	word-break: break-all;
}
.user-login-desc ul li {
	position: relative;
	padding-left: 80px;
	font-style: italic;
}
.user-login-desc ul li .lable {
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-style: normal;
}
.user-login-desc ul li .lable:after {
	content: ":";
	position: absolute;
	right: 5px;
}
.user-login-desc ul li a {
	color: #000000;
}
.splitit-default-ui .splitit-installment-picker .splitit-installment-picker-buttons .splitit-ip-b button {
	width: 100%;
	white-space: unset;
	min-width: auto;
	text-transform: unset;
	height: auto;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.align-self-center {
    align-self: center;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.font-italic {
    font-style: italic;
}
.form-control {
    display: block;
    width: 100%;
}
.width-auto {
    width: auto;
}
.safe-secure-note {
    margin-top: 40px;
    background-color: #f8f9fa;
    padding: 10px 0px;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.justify-content-center {
    justify-content: center !important;
}
.splitit-payment-note {
    padding: 8px 5px !important;
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-top: 20px;
    color: #2d2f93;
    background-color: rgb(45 47 147 / 15%);
    border: 1px solid #2d2f93;
    border-radius: 5px;
}
.event-plan {
	display: none;
	text-align: center;
}
.event-plan-name {
	display: flex;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: #3f4299;
	padding: 5px 20px 5px 15px;
	position: relative;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0px 0px 7px 0px #d2d2d2;
	cursor: pointer;
}
.event-plan-name:before {
	content: "";
	position: absolute;
	border-bottom-width: 1rem;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #eaeaf4;
	border-right-color: #eaeaf4;
	border-style: solid;
	border-top-width: 1.15rem;
	border-right-width: 0;
	border-left-width: 0.6rem;
	top: 0px;
	left: 0px;
}
.event-plan-name:after {
	content: "";
	position: absolute;
	border-bottom-width: 1rem;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #eaeaf4;
	border-right-color: #eaeaf4;
	border-style: solid;
	border-top-width: 1.15rem;
	border-right-width: 0.6rem;
	border-left-width: 0;
	top: 0px;
	right: 0px;
}
@media (min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.reg-event-detail-wrap {
		flex-direction: column;
	}
	.reg-event-detail-wrap>div {
		width: 100%;
	}
	.reg-event-img {
		padding-bottom: 5px;
	}
}
@media (max-width: 767px) {
	.register-heading .col-md-6:nth-child(2) {
		margin-top: 10px;
	}
	.register-heading-left {
		left: 20px;
	}
	.popup-title {
		padding: 0px 0px 10px 120px;
	}
	.popup-subtitle {
		padding: 10px 0px 0px 120px;
	}
	.register-left,
	.register-right {
		margin-bottom: 10px;
	}
	.expiration-inner {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 575px) {
	.checkout-form-section .register-card {
		padding: 0px;
	}
	.register-heading {
		text-align: center;
	}
	.popup-title {
		float: none;
		padding-left: 0;
	}
	.popup-title:after {
		left: 50%;
		transform: translateX(-50%);
	}
	.popup-subtitle {
		float: none;
		padding-left: 0;
	}
	.event-option-date-dd {
		white-space: normal;
		max-height: 235px;
	}
	.event-option-date-dd li {
		padding: 10px;
	}
	.event-option-date-dd li strong {
		display: block;
		padding-right: 0px;
	}
	.register-heading-left {
		position: relative;
		width: 90px;
		margin: 0 auto;
		top: auto;
		left: auto;
		transform: none;
	}
	.register-heading-right {
		width: 100%;
		margin: 20px 0px 0px 0px;
	}
	.payment-note {
		margin-bottom: 10px;
	}
}
@media (max-width: 475px) {
	.course-details-url-wrap {
		text-align: center;
	}
	.course-details-url {
		position: relative;
		top: auto;
		color: #fd5446 !important;
		border-color: #fd5446;
		margin-bottom: 10px;
	}
	.reg-event-detail-wrap {
		flex-direction: column;
	}
	.reg-event-detail-wrap>div {
		width: 100%;
	}
	.reg-event-img {
		padding-bottom: 5px;
	}
}
@media (min-width: 425px) {
	.form-button-row .col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 424px) {
	.form-button-row>div {
		text-align: center !important;
	}
	.go-back {
		margin-bottom: 10px;
	}
}
@media (max-width: 375px) {
	.no-of-articipants-row .col-8 label {
		/*font-size: 15px;*/
		font-size: 16px;
	}
	.card-exp-cvc-row .col-4:nth-child(1) {
		padding-right: 0;
	}
	.card-exp-cvc-row .col-4:nth-child(2) {
		padding-right: 0;
	}
}
/* New checkout page end */
.popup-banner-img-elem img {
    width: 100%;
}
/* Combo event offer Start */
.combo-event-offer a {
    text-decoration: none;
}
.ceo-fli-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid #bc6fc1;
    background-color: #fff;
    box-shadow: 0 0 #0000,0 0 #0000,0 8px 0 0 rgb(188 111 193 / 50%);
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.ceo-fli-inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 80%;
    border-bottom-left-radius: 100%;
    background: -moz-linear-gradient(left, #ddb7e00f 0%, rgb(188 111 193 / 40%) 100%);
    background: -webkit-linear-gradient(left, #ddb7e00f 0%, rgb(188 111 193 / 40%) 100%);
    background: linear-gradient(to right, #ddb7e00f 0%, rgb(188 111 193 / 40%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(st);
}
.ceo-fli-img img {
    width: 80px;
}
.ceo-fli-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ceo-fli-cou-img {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000000;
}
.ceo-fli-cou-img img {
    width: 40px;
}
.ceo-fli-title {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
}
.ceo-fli-title > div:first-child {
	color: #000000;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
}
.ceo-fli-tag {
    font-size: 0.75rem;
    line-height: 1.2rem;
    font-weight: 600;
    background-color: #f03556;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 1px 10px 1px 5px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-wrap: nowrap;
}
.ceo-fli-tag:before {
    content: "";
    position: absolute;
    border-bottom-width: 0.8rem;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(255 255 255);
    border-right-color: rgb(255 255 255);
    border-style: solid;
    border-top-width: 0.65rem;
    border-right-width: 0.370rem;
    border-left-width: 0;
    top: 0px;
    right: -0.2px;
}
.sub-plan-popup-body .ceo-fli-inner {
    padding: 5px 10px;
}
.sub-plan-popup-body .ceo-fli-content {
    gap: 5px;
}
.sub-plan-popup-body .ceo-fli-cou-img img {
    width: 35px;
}
.sub-plan-popup-body .ceo-fli-title {
    gap: 5px;
}
.sub-plan-popup-body .ceo-fli-title>div:first-child {
	color: #000000;
    font-size: 15px;
    line-height: 18px;
}
.sub-plan-popup-body .ceo-fli-tag {
    font-size: 0.65rem;
    line-height: 1.1rem;
}
@media screen and (max-width: 425px) {
    .ceo-fli-inner {
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ceo-fli-content {
        align-items: center;
    }
    .ceo-fli-title {
        justify-content: center;
        align-items: center;
    }
}
/* Combo event offer End */
/* Questionnaire Start */
.questionnaire-form p {
	color: #000000;
	line-height: 22px;
	margin-bottom: 1rem;
}
.dis-lbl-inline label {
	display: inline;
	font-size: 13px;
	margin-bottom: 0px;
}
.rad-chk-lbl {
	position: relative;
	padding-left: 25px;
	margin-right: 5px;
}
.dis-lbl-inline label:first-child {
	display: block;
}
.dis-lbl-inline label:last-child {
	margin-right: 0px;
}
.dis-lbl-inline label input[type=radio] {
	width: 18px;
	height: 18px;
	position: absolute;
	top: -1px;
	left: 0;
}
.dis-lbl-inline label span {
	font-size: 16px;
	line-height: 20px;
}
.dis-lbl-inline input.form-control {
	margin: 0;
}
/* Questionnaire End */