@-webkit-keyframes "popup" {
	from {
		opacity: 0;
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes "popup" {
	from {
		opacity: 0;
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.kriya-css body {
	margin: 0;
	padding: 0;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
}
.kriya-css button:focus {
	outline: 0px dotted;
	outline: none;
	outline: -webkit-focus-ring-color auto 0px;
}
.kriya-css::-webkit-input-placeholder {
	color: #d8d8d8;
}
.kriya-css::-moz-placeholder {
	color: #d8d8d8;
}
.kriya-css:-ms-input-placeholder {
	color: #d8d8d8;
}
.kriya-css:-moz-placeholder {
	color: #d8d8d8;
}
.kriya-css .k_header__ {
	background-color: #f8f8f8;
	padding: 10px 24px;
	font-family: "Ubuntu", sans-serif;
	color: #626262;
	display: block;
}
.kriya-css .kriya_top_header__ {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.kriya-css ul.kriya_header_info__ {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: -7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.kriya-css ul.kriya_header_info__ li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 7px;
	position: relative;
}
.kriya-css ul.kriya_header_info__ li a {
	color: #626262;
	text-decoration: none;
	display: block;
	padding: 7px 0;
}
.kriya-css ul.kriya_header_info__ li a span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	text-transform: capitalize;
}
.kriya-css ul.kriya_header_info__ li a:hover {
	color: #1dbb99;
}
.kriya-css ul.kriya_header_info__ li a.p_logout__ {
	color: #f65753;
}
.kriya-css ul.kriya_header_info__ li a.p_logout__:hover {
	color: #f65753;
}
.kriya-css ul.kriya_header_info__ li button {
	color: #626262;
	text-decoration: none;
	display: block;
	padding: 7px 0;
}
.kriya-css .dropdown__ {
	display: none;
	padding: 0;
	padding-left: 20px;
}
.kriya-css .kriya_header_info__ .sub_menu__.k_dropdown_menu__ {
	right: 0;
	left: auto !important;
}
.kriya-css .kriya_content_wrapper__ {
	background-color: #f8f8f8;
	display: block;
	width: 100%;
}
.kriya-css .sub_menu__.k_dropdown_menu__ {
	position: absolute;
	padding: 15px 10px 15px 20px;
	background-color: #fff;
	border-radius: 7px;
	min-width: 200px;
	top: 150% !important;
	z-index: 10;
	opacity: 0;
	transform: translateY(15px) !important;
	visibility: hidden;
	transition: all 0.3s;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	border: none;
	display: block;
	z-index: 99;
}
.kriya-css .loc_menu__ .sub_menu__.k_dropdown_menu__ {
	left: 0;
	right: auto !important;
}
.kriya-css .loc_menu__ .sub_menu__.k_dropdown_menu__ {
	left: -100px;
}

.kriya-css .sub_menu__.k_dropdown_menu__ {
	max-height: 320px;
	overflow-y: auto;
}

.kriya-css .k_location__ .kriya_para strong {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.kriya-css .k_location__ .kriya_para span {
	display: inline-block;
	white-space: nowrap;
	max-width: 180px;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
}

.kriya-css .toggle_bar__ {
	position: relative;
}
.kriya-css .toggle_bar__ .dropdown-toggle::after {
	display: none;
}
.kriya-css .toggle_bar__ button em {
	width: 26px;
	height: 3px;
	background-color: #1dbb99;
	margin: 5px 0;
	transition: 0.4s;
	display: block;
	border-radius: 5px;
}
.kriya-css .k_dropdown_show .sub_menu__.k_dropdown_menu__ {
	transform: translateY(-10px) !important;
	opacity: 1;
	visibility: visible;
}
.kriya-css ul.sub_menu__ li {
	display: block;
}
.kriya-css ul.sub_menu__ li svg {
	margin-right: 8px;
}
.kriya-css .sub_menu__ li a {
	color: #626262;
	text-decoration: none;
	display: block;
	padding: 7px 0;
}
.kriya-css .sub_menu__ li a:hover {
	color: #1dbb99;
}
.kriya-css .k_location__ {
	display: flex;
	align-items: center;
	justify-content: start;
}

.kriya-css .k_location__.sp {
	display: none;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.kriya-css .k_location__ {
		display: none;
	}

	.kriya-css .k_location__.sp {
		display: flex;
	}
	.kriya-css .kriya_back_btn {
	    text-align: left !important;
	    margin-left:5%;
	}
}

.kriya-css .k_location__ button {
	margin-left: 8px;
}
.kriya-css .k_location__ p {
	margin: 0;
}
.kriya-css .k_icons__ {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
}
.kriya-css .calendar_icon__ {
	background-image: url(../images/icons/calendar-icon.svg);
}
.kriya-css .profile_icon__ {
	background-image: url(../images/icons/profile-icon.svg);
}
.kriya-css .cards_icon__ {
	background-image: url(../images/icons/cards-icon.svg);
}
.kriya-css .help_icon__ {
	background-image: url(../images/icons/help-icon.svg);
}
.kriya-css .toggle_bar__.k_dropdown_show button em:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
	transform: rotate(-45deg) translate(-6px, 6px);
}
.kriya-css .toggle_bar__.k_dropdown_show button em:nth-child(2) {
	opacity: 0;
}
.kriya-css .toggle_bar__.k_dropdown_show button em:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
}
.kriya-css .cal_box__ {
	min-height: 110px;
	text-align: center;
	background-color: #f8f8f8;
	padding: 24px;
}
.kriya-css .btn.focus,
.kriya-css .btn:focus {
	outline: 0;
	box-shadow: none;
}
.kriya-css .classes_listing__ {
	position: relative;
	font-family: "Ubuntu", sans-serif;
}
.kriya-css .see_all__ {
	position: absolute;
	right: 0;
	top: 5px;
}
.kriya-css .see_all__ p {
	margin: 0;
	color: #626262;
	font-size: 16px;
}
.kriya-css .see_all__ p a {
	margin: 0;
	color: #1dbb99;
	text-decoration: none;
}
.kriya-css .d_classes__ {
	padding: 20px;
}

.kriya-css .d_empty_classes__ {
  padding: 60px 20px;
  text-align: center;  
}

.kriya-css .d_empty_classes__ p {
  color: #999;
}
.kriya-css .d_empty_classes__ .kriya_empty_classes_p {
  margin-bottom: 0.5rem;
  color: #999;
}

.d_classes__:nth-child(odd) {
	background-color: #f8f8f8;
}

.kriya-css .classes_head__ {
	padding-bottom: 30px;
}
.kriya-css .classes_head__ h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}
.kriya-css .classes_head__ .kriya_class_heading {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	color: #1A1A1C;
}
.kriya-css .confir_booking_msg__ h5 {
	font-weight: normal;
	font-size: 16px;
}

.kriya-css .m_b_0__ {
	margin-bottom: 0;
}

.kriya-css .steps__ svg {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.kriya-css .classes_head__ .kriya_class_heading span {
	font-size: 16px;
	color: #626262;
	vertical-align: middle;
	display: inline-block;
	padding-left: 10px;
}
.kriya-css .class_info__ {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}
.kriya-css .class_info__ h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	margin-top: 0;
	margin-bottom: 7px;
}
.kriya-css .class_info__ p {
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 16px;
	color: #626262;
}
.kriya-css .class_info__ .kriya_class_info_heading {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	margin-top: 0;
	margin-bottom: 7px;
	color: #202328;
}
.kriya-css .class_info__ .kriya_class_info_p {
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 16px;
	color: #626262;
}
.kriya-css .class_row__ {
	border-bottom: none;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.kriya-css .k_action_btn__ {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}
.kriya-css div#classes_listing__ {
	background-color: #fff;
}
.kriya-css .k_btns__ {
	padding: 12px 15px;
	background-color: #1dbb99;
	border-radius: 4px;
	color: #fff;
	min-width: 150px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	transition: all 0.3s;
	cursor: pointer;
	text-decoration: none;
	border: none;
}
.kriya-css .cl_waiting_btn__.k_btns__ {
	background-color: #ffdf34;
	color: #202328;
}
.kriya-css .cl_waiting_btn__.k_btns__:hover {
	background-color: #eccc1f;
	color: #fff;
}
.kriya-css .cl_book_btn__.k_btns__ {
	background-color: #219653;
	color: #fff;
}
.kriya-css .cl_book_btn__.k_btns__:hover {
	background-color: #147d41;
	color: #fff;
}
.kriya-css .cl_cancel_btn__.k_btns__ {
	background-color: #f65753;
	color: #fff;
}
.kriya-css .cl_cancel_btn__.k_btns__:hover {
	background-color: #dc4b47;
	color: #fff;
}
.kriya-css .book_btn__ {
	-ms-flex-order: 2;
	order: 2;
}
.kriya-css .k_read_more__ {
	-ms-flex-order: 1;
	order: 1;
}
.kriya-css .k_read_more__ a {
	font-size: 16px;
	line-height: 18px;
	color: #1dbb99;
	text-decoration: none;
}
.kriya-css .class_col__ {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.kriya-css .kriya_form_head__ {
	padding-bottom: 30px;
}
.kriya-css .kriya_form_head__ h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
.kriya-css .kriya_form_head__ .kriya_password_heading{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	color: #626262;
}
.kriya-css .kriya_form_head__ p {
	text-align: right;
	text-transform: uppercase;
	color: #6c6c6c;
	font-size: 12px;
	margin-top: -15px;
}
.kriya-css .kriya_form_head__ .kriya_password_p {
	text-align: right;
	text-transform: uppercase;
	color: #6c6c6c;
	font-size: 12px;
	margin-top: -15px;
}
.kriya-css .kriya_form_head__ .kriya_password_p a {
	color: #1dbb99;
	text-decoration: none;
}
.kriya-css .kriya_form_head__ p a {
	color: #1dbb99;
	text-decoration: none;
}
.kriya-css .kriya_form_container__ {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 15px;
	display: block;
}
.kriya-css .k_login__ {
	background-color: #f8f8f8;
}
.kriya-css .kriya_form_area__ {
	padding-top: 60px;
	padding-bottom: 30px;
}
.kriya-css .kriya_form_control__ {
	display: block;
	width: 100%;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.kriya-css .kriya_form_control__:focus {
	border: 1px solid #1dbb99;
	outline: none;
	outline: -webkit-focus-ring-color auto 0px;
}
.kriya-css .kriya_form_row__ {
	margin-bottom: 15px;
	display: block;
}
.kriya-css .kriya_form_row__ label {
	color: #6c6c6c;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.kriya-css .kriya_form_row__ input.phone-text {
	min-width: 60%;
}

.kriya-css label.kriya_fancy_checkbox__ {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: inherit;
	color: #626262;
}

.kriya-css label.kriya_fancy_checkbox__ input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.kriya-css label.kriya_fancy_checkbox__ .checkmark {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	border: 1px solid #dfdfdf;
	left: 0;
	top: 0;
}

.kriya-css label.kriya_fancy_checkbox__ .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.kriya-css label.kriya_fancy_checkbox__ input:checked ~ .checkmark:after {
	display: block;
}

.kriya-css label.kriya_fancy_checkbox__ .checkmark:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #1dbb99;
	left: 4px;
	top: 4px;
	display: none;
}

.kriya-css .k_link_btn {
	background-color: transparent;
	padding: 0;
	border: none;
	color: #1dbb99;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.kriya-css .kriya_f_btn_wrapper {
	display: block;
	width: 100%;
	text-align: center;
	margin: 50px auto 30px auto;
	position: relative;
}
.kriya-css .form_btn__.k_btns__ {
	color: #202328;
	background-color: #ffdf34;
	display: inline-block;
	margin: 0 auto;
	min-width: 200px;
}
.kriya-css .form_btn__.k_btns__:hover {
	background-color: #eccc1f;
}
.kriya-css .forgot_pass__ a {
	text-decoration: none;
	color: #1dbb99;
	text-align: center;
}
.kriya-css .back_btn {
	left: -100%;
	position: absolute;
	left: -160px;
	top: 15px;
	color: #626262;
	cursor: pointer;
}
.kriya-css A.back_btn {
	left: -100%;
	position: absolute;
	left: -160px;
	top: 15px;
	color: #626262;
	cursor: pointer;
}
.kriya-css .back_btn:hover .back_arrow_ {
	transform: translateX(-5px);
}
.kriya-css .back_arrow_ {
	background-image: url(../images/icons/back-icon.svg);
	width: 20px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	transition: all 0.3s;
}
.kriya-css .k_footer_wrap {
	display: block;
	text-align: center;
	padding: 24px 0;
	background-color: #f8f8f8;
	border-top: 1px solid #e6e6e6;
}
.kriya-css .k_footer_wrap p {
	margin: 0;
	font-size: 12px;
	color: #626262;
	opacity: 0.5;
}
.kriya-css .k_footer_wrap .kriya_footer_wrap_text {
	margin: 0;
	font-size: 12px;
	color: #626262;
	opacity: 0.5;
}
.kriya-css .k_modal__ .modal-content {
	border: none;
	outline: 0;
	border-radius: 7px;
}
.kriya-css .k_modal_head__ {
	padding: 50px 30px 15px;
}
.kriya-css .k_modal_head__ h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.kriya-css .k_modal_head__ span {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.kriya-css .k_modal_head__ .kriya_modal_heading {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.kriya-css p.forgot_pass__ {
	margin-top: 20px;
}

.kriya-css .k_form_error_ {
	background-color: #fc7878;
	padding: 6px 0;
}
.kriya-css .k_form_error_ p {
	color: #fff;
	font-size: 12px;
	position: relative;
	padding-left: 25px;
	margin: 5px 0;
}
.kriya-css .k_form_error_ p:before {
	content: "\f06a";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 1px;
}
.kriya-css .k_form_error_ span {
	color: #fff;
	font-size: 12px;
	position: relative;
	padding-left: 25px;
	margin: 5px 0;
}
.kriya-css .k_form_error_ span:before {
	content: "\f06a";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 1px;
}
.kriya-css .k_form_error__wrap {
	max-width: 90%;
	margin: 0 auto;
	display: block;
}

.kriya-css .k_form_success_ {
	background-color: #1dbb99;
	padding: 12px 0;
}
.kriya-css .k_form_success_ p {
	color: #fff;
	font-size: 12px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 0;
}
.kriya-css .k_form_success_ p:before {
	content: "\f06a";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 22px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: -2px;
}
.kriya-css .k_form_success_ span {
	color: #fff;
	font-size: 12px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 0;
}
.kriya-css .k_form_success_ span:before {
	content: "\f06a";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 22px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: -2px;
}
.kriya-css .k_form_success__wrap {
	max-width: 90%;
	margin: 0 auto;
	display: block;
}
.kriya-css .k_form_warning_ {
	background-color: #FFD600;
	padding: 6px 0;
}
.kriya-css .k_form_warning_ p {
	color: #fff;
	font-size: 12px;
	position: relative;
	padding-left: 25px;
	margin: 5px 0;
}
.kriya-css .k_form_warning_ p:before {
	content: "\f06a";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 1px;
}
.kriya-css .k_form_warning_ span {
	color: #fff;
	font-size: 12px;
	position: relative;
	padding-left: 25px;
	margin: 5px 0;
}
.kriya-css .k_form_warning_ span:before {
	content: "\f06a";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 1px;
}
.kriya-css .k_form_warning__wrap {
	max-width: 90%;
	margin: 0 auto;
	display: block;
}
.kriya-css .kriya_form_in__ p {
	color: #626262;
}
.kriya-css .kriya_form_in__ .kriya_password_text {
	color: #626262;
}
.kriya-css .k_modal_content__ {
	height: 65vh;
	padding: 0px 0 30px;
}
.kriya-css .k_package_modal_content__ {
	height: 45vh;
	padding: 0px 0 30px;
}
.kriya-css .k_modal_content__ .terms_and_con_wrap {
	padding: 0 30px;
}
.kriya-css .k_modal_content__ .mCSB_scrollTools {
	width: 6px;
}
.kriya-css
	.k_modal_content__
	.mCSB_scrollTools
	.mCSB_dragger
	.mCSB_dragger_bar {
	background-color: #1dbb99;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
	border-radius: 0;
	width: 6px;
}
.kriya-css .k_modal_content__ .mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}
.kriya-css .k_modal_content__ .mCSB_inside > .mCSB_container {
	margin-right: 6px;
}
.kriya-css .k_modal_content__ .class_info_wrap__ .mCSB_scrollTools {
	width: 15px;
}
.kriya-css
	.k_modal_content__
	.class_info_wrap__
	.mCSB_scrollTools
	.mCSB_dragger
	.mCSB_dragger_bar {
	width: 15px;
}
.kriya-css
	.k_modal_content__
	.class_info_wrap__
	.mCSB_inside
	> .mCSB_container {
	margin-right: 15px;
}
.kriya-css
	.k_modal_content__
	.class_info_wrap__
	.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
}
.kriya-css
	.k_modal_content__
	.class_info_wrap__
	.mCS-dark-thin.mCSB_scrollTools_horizontal
	.mCSB_dragger
	.mCSB_dragger_bar {
	width: 100%;
}
.kriya-css
	.k_modal_content__
	.class_info_wrap__
	.mCS-light-thin.mCSB_scrollTools_horizontal
	.mCSB_dragger
	.mCSB_dragger_bar {
	width: 100%;
}
.kriya-css .mCSB_outside + .mCSB_scrollTools {
	right: 0;
}
.kriya-css button.close_btn__ {
	position: absolute;
	right: -30px;
	top: 0;
	background-color: transparent;
	padding: 0;
	border: none;
	font-size: 44px;
	color: #fff;
	line-height: 30px;
	z-index: 99;
	cursor: pointer;
}
.kriya-css .terms_and_con_wrap h4 {
	font-size: 20px;
	color: #626262;
}
.kriya-css .terms_and_con_wrap p {
	color: #626262;
}
.kriya-css .checkout_head__ {
	text-align: center;
}
.kriya-css .checkout_head__ h2 {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
}
.kriya-css .checkout_head__ p {
	color: #202328;
	text-align: center;
}
.kriya-css .checkout_details__ {
	padding: 40px 60px 15px 60px;
	text-align: left;
}
.kriya-css .checkout_details__ h4 {
	font-size: 24px;
	margin-bottom: 30px;
}
.kriya-css .checkout_details__ span {
	text-transform: uppercase;
	color: #1dbb99;
	font-size: 12px;
}
.kriya-css .checkout_details__ p {
	font-size: 14px;
	color: #202328;
}
.kriya-css .checkout_btn_wrapper {
	text-align: right;
}
.kriya-css .checkout__btn.k_btns__ {
	color: #202328;
	background-color: #ffdf34;
	width: 60%;
}
.kriya-css .k_signup__ {
	background-color: #f8f8f8;
}
.kriya-css .kriya_form_control__.error {
	border: 1px solid #fc7878 !important;
}
.kriya-css .classes_img__ {
	height: 60vh;
}
.kriya-css ul.claesse_img_wrap_ {
	list-style: none;
	padding: 0;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.kriya-css ul.claesse_img_wrap_ li {
	display: block;
	margin-bottom: 5px;
}
.kriya-css ul.claesse_img_wrap_ li a {
	display: block;
}
.kriya-css ul.claesse_img_wrap_ li a img {
	display: block;
	width: 100%;
}
.kriya-css .class_info_wrap__ {
	padding: 0 15px;
}
.kriya-css .class_modal_info__ {
	border: 1px solid #f4f4f4;
}
.kriya-css .class_modal_info__ fieldset {
	padding: 10px 15px;
	border-bottom: 1px solid #f4f4f4;
}
.kriya-css .class_modal_info__ fieldset:last-child {
	border-bottom: none;
}
.kriya-css .class_modal_info__ h5 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #55ccb2;
	margin-bottom: 0;
}
.kriya-css .class_modal_info__ p {
	margin: 0;
}
.kriya-css .class_modal_info__ .kriya_class_modal_info_h5 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #55ccb2;
	margin-bottom: 0;
}
.kriya-css .class_modal_info__ .kriya_class_modal_info_ {
	margin: 0;
}
.kriya-css .class_content__ {
	padding: 15px 0;
}
.kriya-css .class_content__ h4 {
	font-size: 20px;
	margin-top: 20px;
}
.kriya-css .class_content__ .kriya_class_content_h4 {
	font-size: 20px;
	margin-top: 20px;
}
.kriya-css .go_on_cal__ {
	padding: 7px 15px;
	margin-bottom: 15px;
	background-color: #f65753;
}
.kriya-css .k_profile__ {
	background-color: #f8f8f8;
	padding: 30px 0;
}
.kriya-css .k_container__ {
	margin: 0 auto;
	display: block;
	padding-left: 5%;
	padding-right: 5%;
}
.kriya-css .k_title__ {
	margin-bottom: 20px;
}
.kriya-css .k_title__ h2 {
	font-weight: bold;
	font-size: 24px;
}
.kriya-css .k_title__ span {
	font-weight: bold;
	font-size: 24px;
}
.kriya-css .k_sub_title__ {
	margin-bottom: 10px;
}
.kriya-css .k_sub_title__ h3 {
	font-size: 24px;
	font-weight: 100;
}
.kriya-css .k_sub_title__ span {
	font-size: 24px;
	font-weight: 100;
}
.kriya-css .k_sub_title__ p {
	font-size: 16px;
}

.kriya-css .k_sub_title__ .kriya_sub_title_para {
	font-size: 16px;
}
.kriya-css .k_plan_info {
	margin-bottom: 20px;
}
.kriya-css .k_plan_info .k_plan_info_heading {
	font-size: 12px;
	text-transform: uppercase;
	color: #1dbb99;
	margin: 0;
}
.kriya-css .k_plan_info h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #1dbb99;
	margin: 0;
}
.kriya-css .k_plan_info_wrap {
	max-width: 800px;
}
.kriya-css .k_col__ {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.kriya-css .k_card_wrap h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #1dbb99;
	margin: 0;
}
.kriya-css .k_card_wrap .kriya_h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #1dbb99;
	margin: 0;
}
.kriya-css .k_card_wrap h5 {
	font-size: 24px;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 10px;
}
.kriya-css ._k_payment_details {
	margin-bottom: 20px;
}
.kriya-css .k_pass_change {
	margin-bottom: 20px;
}
.kriya-css .k_user_info_wrap {
	margin-bottom: 20px;
}
.kriya-css .k_card_wrap.card_up_btn {
	text-align: right;
}
.kriya-css .card_update__.k_btns__ {
	background-color: #ffdf34;
	color: #202328;
}
.kriya-css .k_membership {
	background-color: #f8f8f8;
	padding: 30px 0;
}
.kriya-css .k_membership .k_sub_title__ h3 {
	text-align: center;
}
.kriya-css .membership_option__ {
	padding: 20px 0;
}
.kriya-css .k_options {
	padding: 10px 15px;
	background-color: #fff;
	margin-bottom: 20px;
}
.kriya-css .k_options label.kriya_fancy_checkbox__ {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}
.kriya-css .k_options strong {
	color: #1dbb99;
}
.kriya-css .k_pay_m_h {
	background-color: #f0f0f0;
}
.kriya-css .k_pay_m_h h3 {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	color: #626262;
}
.kriya-css .k_card_details {
	display: block;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}
.kriya-css .k_card_details label {
	text-transform: uppercase;
	color: #6c6c6c;
	display: block;
	padding-left: 15px;
	margin: 0;
}
.kriya-css .k_card_details .kriya_form_control__ {
	border: none;
	padding: 0px 15px;
}
.kriya-css .k-payment-modal.k_modal__ .modal-content {
	border-radius: 0;
	border: 1px solid #f8f8f8;
}
.kriya-css .card_numbers {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.kriya-css .card_ed_cvv {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.kriya-css .card_ed__ {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 10px 0;
	border-right: 1px solid #ccc;
}
.kriya-css .card_cvv__ {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 10px 0;
}
.kriya-css .remember_card__ {
	padding: 12px 0;
	text-align: left;
}
.kriya-css .pay_btn_.k_btns__ {
	background: #ffdf34;
	color: #202328;
	margin: 0 auto;
	display: block;
}
.kriya-css .card_detail_content.modal-body {
	padding: 2rem 12px 40px;
}
.kriya-css .payment_succ__ {
	background-color: #f8f8f8;
}
.kriya-css .pay_title__ {
	display: flex;
	align-items: center;
}
.kriya-css .pay_title__ span {
	font-size: 24px;
}
.kriya-css .pay_title__ .card_title {
	font-size: 30px;
}
.kriya-css .success-checkmark__ {
	padding-right: 20px;
}
.kriya-css .pay_succ_wrap {
	padding: 30px 0;
}
.kriya-css .pay_cont__ {
	padding-top: 10px;
}
.kriya-css .pay_cont__ h5 {
	font-weight: normal;
	font-size: 16px;
	line-height: inherit;
}

.kriya-css .succ_msg__ {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
}
.kriya-css .pay_cont__ span strong,
.kriya-css .pay_cont__ p strong {
	display: inline;
	color: #1dbb99;
}
.kriya-css .check_icon__ {
	padding-right: 15px;
}
.kriya-css .check_icon__ svg {
	width: 25px;
	height: 25px;
}

.kriya-css .pay_cont__ strong.text_dark__ {
	color: #212529;
}

.text_dark__ {
	color: #212529;
}
.kriya-css .mail_info__ {
	background-color: #ffffff;
	padding: 20px 15px;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 1.2rem;
}
.kriya-css .mail_info__ a{
	color: #1dbb99 !important;
}

.kriya-css .error__txt {
	color: #fc7878;
	font-size: 12px;
	margin-bottom: 5px;
	display: inline-block;
}

.kriya-css .kriya_form_row__ label.error {
	color: #fc7878;
	font-size: 12px;
	margin-bottom: 5px;
	text-transform: initial;
}

.kriya-css .text_h5__ {
	font-size: 20px;
}
.kriya-css .m_b_10__ {
	margin-bottom: 1rem;
}
.kriya-css .m_b_2__ {
	margin-bottom: 0.2rem;
}
.kriya-css p {
	margin-bottom: 1rem;
}
.kriya-css span {
	margin-bottom: 0.5rem;
}
.kriya-css .back_btn.left_align_btn__ {
	left: -20px;
	top: 20px;
}

.kriya-css .pay_s_btn_.action_btn_center {
	text-align: center;
	position: relative;
	margin-top: 30px;
}

.kriya-css .pay_cont__ strong {
	margin-bottom: 10px;
	display: block;
}
.kriya-css .pay_cont__ p a {
	color: #1dbb99;
	text-decoration: none;
}
.kriya-css ul.pay_s_btn_ {
	list-style: none;
	padding: 0;
	display: block;
	padding-top: 15px;
	margin-bottom: 0;
}
.kriya-css ul.pay_s_btn_ li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	margin-bottom: 15px;
}
.kriya-css .k_btns__.ps_back_to {
	background-color: #ffdf34;
	min-width: 190px;
	color: #202328;
}
.kriya-css .p_h_btn {
	color: #1dbb99;
}
.kriya-css .purchase_his__ {
	background-color: #f8f8f8;
}
.kriya-css .member_name__ {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.kriya-css .member_name__ h5 {
	font-size: 16px;
}
.kriya-css .member_name__ h5 span {
	font-weight: normal;
	color: #202328;
}
.kriya-css .table.package_table__ thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #d1d5d3;
	color: #1dbb99;
	text-transform: uppercase;
	line-height: initial;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	width: 20%;
	min-width: 120px;
}
.kriya-css .table.package_table__ td {
	color: #202328;
	border-bottom: 1px solid #d1d5d3;
	border-top: none;
}
.kriya-css .table.package_table__ th {
	color: #202328;
	border-bottom: 1px solid #d1d5d3;
	border-top: none;
}
.kriya-css .package_list__ {
	padding-bottom: 15px;
	overflow-y: auto;
}
.kriya-css div#calendar {
	display: none;
}
.kriya-css .k_help__ {
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #f8f8f8;
}
.kriya-css .kriya_calendar_icon___ {
	padding: 0px 5px;
	background-color: #1dbb99;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 0px;
}
.kriya-css .kriya_calendar_icon___ svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.kriya-css .datepicker.dropdown-menu {
	padding: 0;
	background-clip: border-box;
	border: none;
	border-radius: 0;
	-webkit-animation: popup 0.2s ease-out forwards;
	animation: popup 0.2s ease-out forwards;
}
.kriya-css .datepicker.dropdown-menu table {
	background-color: #1dbb99;
	border: 1px solid #ededed;
}
.kriya-css .datepicker.dropdown-menu table thead {
	background-color: #1dbb99;
}
.kriya-css .datepicker.dropdown-menu table thead tr {
	border-top: 0;
}
.kriya-css .datepicker.dropdown-menu table tbody {
	background-color: white;
}
.kriya-css .datepicker.dropdown-menu table tr {
	border-top: 1px solid #ededed;
}
.kriya-css .datepicker.dropdown-menu table tr:last-child {
	border-bottom: 1px solid #ededed;
}
.kriya-css .datepicker.dropdown-menu table tr td {
	width: auto;
	height: 24px;
	padding: 8px;
	font-size: 16px;
	border-radius: 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background-color 0.6s ease-out;
	transition: background-color 0.6s ease-out;
}
.kriya-css .datepicker.dropdown-menu table tr td:hover {
	border-color: #ededed;
	border-radius: 0;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.kriya-css .datepicker table tr td.today:hover,
.kriya-css .datepicker table tr td.today:hover:hover,
.kriya-css .datepicker table tr td.today.disabled:hover,
.kriya-css .datepicker table tr td.today.disabled:hover:hover,
.kriya-css .datepicker table tr td.today:active,
.kriya-css .datepicker table tr td.today:hover:active,
.kriya-css .datepicker table tr td.today.disabled:active,
.kriya-css .datepicker table tr td.today.disabled:hover:active,
.kriya-css .datepicker table tr td.today.active,
.kriya-css .datepicker table tr td.today:hover.active,
.kriya-css .datepicker table tr td.today.disabled.active,
.kriya-css .datepicker table tr td.today.disabled:hover.active,
.kriya-css .datepicker table tr td.today.disabled,
.kriya-css .datepicker table tr td.today:hover.disabled,
.kriya-css .datepicker table tr td.today.disabled.disabled,
.kriya-css .datepicker table tr td.today.disabled:hover.disabled,
.kriya-css .datepicker table tr td.today[disabled],
.kriya-css .datepicker table tr td.today:hover[disabled],
.kriya-css .datepicker table tr td.today.disabled[disabled],
.kriya-css .datepicker table tr td.today.disabled:hover[disabled] {
	background-color: #1dbb99;
	color: #fff;
}

.kriya-css .datepicker table tr td.today,
.kriya-css .datepicker table tr td.today:hover,
.kriya-css .datepicker table tr td.today.disabled,
.kriya-css .datepicker table tr td.today.disabled:hover {
	background-color: #ededed;
	background-image: none;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #ededed;
	color: #333;
}

.kriya-css .datepicker table tr td.today.active {
	background-color: #1dbb99;
	color: #fff;
}

.kriya-css .datepicker.dropdown-menu table tr td:active:hover {
	border-color: #ededed;
	border-radius: 0;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.kriya-css .datepicker.dropdown-menu table tr td:active:focus {
	background-color: #1dbb99;
	border-color: #ededed;
}
.kriya-css .datepicker.dropdown-menu table tr th {
	width: auto;
	height: 24px;
	padding: 8px;
	text-align: center;
	font-size: 16px;
	border-radius: 0;
	-webkit-transition: background-color 0.6s ease-out;
	transition: background-color 0.6s ease-out;
}
.kriya-css .datepicker.dropdown-menu table tr th:hover {
	border-color: #ededed;
	border-radius: 0;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.kriya-css .datepicker.dropdown-menu table tr th:active:hover {
	border-color: #ededed;
	border-radius: 0;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.kriya-css .datepicker.dropdown-menu table tr th:active:focus {
	background-color: #1dbb99;
	border-color: #ededed;
}
.kriya-css .datepicker.dropdown-menu table tr td.active {
	background-color: #1dbb99;
	border-color: #ededed;
	color: #fff;
}

.kriya-css .datepicker.dropdown-menu table tr td.day:hover {
	background-color: #ededed;
}
.kriya-css .datepicker.dropdown-menu table tr td.old.day:hover {
	background-color: transparent;
}

.kriya-css .datepicker.dropdown-menu table tr td.old.today.day:hover {
	background-color: #ededed;
	color: #333;
}

.kriya-css .datepicker.dropdown-menu table tr td.active:hover {
	border-color: #ededed;
	border-radius: 0;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.kriya-css .datepicker.dropdown-menu table tr td.active:focus {
	background-color: #1dbb99;
	border-color: #ededed;
}
.kriya-css .datepicker.dropdown-menu table tr th.active {
	background-color: #1dbb99;
	border-color: #ededed;
}
.kriya-css .datepicker.dropdown-menu table tr th.active:hover {
	border-color: #ededed;
	border-radius: 0;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.kriya-css .datepicker.dropdown-menu table tr th.active:focus {
	background-color: #1dbb99;
	border-color: #ededed;
}
.kriya-css .datepicker.dropdown-menu table tr td.focused {
	background-color: #24a0ad;
	border-color: #ededed;
	border-radius: 0;
}
.kriya-css .datepicker.dropdown-menu table tr td.selected {
	background-color: #24a0ad;
	border-color: #ededed;
	border-radius: 0;
}
.kriya-css .datepicker.dropdown-menu table tr th.focused {
	background-color: #24a0ad;
	border-color: #ededed;
	border-radius: 0;
}
.kriya-css .datepicker.dropdown-menu table tr th.selected {
	background-color: #24a0ad;
	border-color: #ededed;
	border-radius: 0;
}
.kriya-css .datepicker.dropdown-menu table tr td.active.active:hover {
	background-color: #1dbb99;
	border-color: #ededed;
}
.kriya-css .datepicker.dropdown-menu table tr td.highlighted {
	background-color: #1dbb99;
	border-color: #ededed;
}
.kriya-css .datepicker.dropdown-menu table tr th.active.active:hover {
	background-color: #1dbb99;
	border-color: #ededed;
}
.kriya-css .datepicker.dropdown-menu table tr th.highlighted {
	background-color: #1dbb99;
	border-color: #ededed;
}
.kriya-css .datepicker.dropdown-menu table tr th.datepicker-switch {
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #ffffff;
	background-color: inherit;
	border-radius: 0;
}
.kriya-css .datepicker.dropdown-menu table tr th.prev {
	color: #ffffff;
	background-color: #1dbb99;
	border-radius: 0;
	cursor: pointer;
}
.kriya-css .datepicker.dropdown-menu table tr th.next {
	color: #ffffff;
	background-color: #1dbb99;
	border-radius: 0;
	cursor: pointer;
}
.kriya-css .datepicker.dropdown-menu table tr th.dow {
	padding: 2px 12px;
	font-size: 12px;
	line-height: 2;
	color: #ffffff;
	background-color: #1dbb99;
	border-radius: 0;
}
.kriya-css .datepicker.dropdown-menu table tr td.day {
	width: 24px;
	border-right: 1px solid #ededed;
}
.kriya-css .datepicker.dropdown-menu table tr td.day:last-child {
	border-right-width: 0;
}
.kriya-css .datepicker.dropdown-menu table tr td.range {
	background-color: #eeeeee;
}
.kriya-css .datepicker.dropdown-menu .new {
	color: #ccc;
}
.kriya-css .datepicker.dropdown-menu .old {
	color: #ccc;
}
.kriya-css .datepicker.dropdown-menu .disabled {
	color: #ccc;
}
.kriya-css .datepicker.dropdown-menu .disabled:hover {
	color: #ccc;
}
.kriya-css .datepicker table tr td.active {
	background-color: #1dbb99;
	background-image: -moz-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: -ms-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(#1dbb99),
		to(#1dbb99)
	);
	background-image: -webkit-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: -o-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
	border-color: #1dbb99 #1dbb99 #1dbb99;
}
.kriya-css .datepicker table tr td.active:hover {
	background-color: #1dbb99;
	background-image: -moz-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: -ms-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(#1dbb99),
		to(#1dbb99)
	);
	background-image: -webkit-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: -o-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
	border-color: #1dbb99 #1dbb99 #1dbb99;
}
.kriya-css .datepicker table tr td.active.disabled {
	background-color: #1dbb99;
	background-image: -moz-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: -ms-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(#1dbb99),
		to(#1dbb99)
	);
	background-image: -webkit-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: -o-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
	border-color: #1dbb99 #1dbb99 #1dbb99;
}
.kriya-css .datepicker table tr td.active.disabled:hover {
	background-color: #1dbb99;
	background-image: -moz-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: -ms-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(#1dbb99),
		to(#1dbb99)
	);
	background-image: -webkit-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: -o-linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-image: linear-gradient(to bottom, #1dbb99, #1dbb99);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
	border-color: #1dbb99 #1dbb99 #1dbb99;
}
.kriya-css [class*="fontawesome-"]:before {
	font-family: "FontAwesome", sans-serif;
}
.kriya-css .fontawesome-calendar {
	position: absolute;
	top: 26px;
	right: 0;
	font-size: 24px;
	z-index: -99;
}

.kriya-css .back_btn.btn_left__ {
	position: relative;
	left: 0;
	top: 0;
	margin-top: 15px;
	display: inline-block;
	text-decoration: none;
}

.kriya-css #payment_button {
	margin-bottom: 12px;
}

@media screen and (min-width: 400px) {
	.kriya-css .datepicker.dropdown-menu table tr td {
		padding: 12px;
	}
	.kriya-css .datepicker.dropdown-menu table tr th {
		padding: 12px;
	}


}
@media screen and (max-width: 991px) {
	.kriya-css ul.claesse_img_wrap_ li {
		margin-bottom: 0px;
		float: left;
		padding: 0 3px;
	}

	.kriya-css ul.claesse_img_wrap_ li a img {
		display: block;
		width: 200px;
	}
	.kriya-css .classes_img__ {
		height: 220px;
		width: 100%;
		margin-top: 30px;
	}
	.kriya-css .k_col__ {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.kriya-css .k_card_wrap h5 {
		font-size: 18px;
	}
	.kriya-css .k_card_wrap span {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.kriya-css .loc_menu__ .sub_menu__.k_dropdown_menu__ {
		left: -30px;
	}
	.kriya-css .pay_title__ h3 {
		font-size: 24px;
	}
	.kriya-css .success-checkmark__ {
		padding-right: 15px;
	}
	.kriya-css .form_btn__.k_btns__ {
		min-width: 170px;
	}

	.kriya-css .kriya_top_header__ {
		display: block;
	}
	.kriya-css .pay_title__ span {
		font-size: 24px;
	}
	/* .kriya-css ul.kriya_header_info__ li a span {
    display: none;
  }
  .kriya-css ul.kriya_header_info__ {
    margin-right: -4px;
  }
  */
	.kriya-css .cal_box__ {
		padding: 15px;
	}
	.kriya-css .k_location__ .kriya_para strong {
		display: none;
	}
	.kriya-css .see_all__ {
		display: none;
	}
	/* .kriya-css p.cl_cap__ {
    display: none;
  } */
	.kriya-css .classes_head__ h3 {
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 22px;
	}
	.kriya-css .classes_head__ h3 span {
		display: none;
	}
	.kriya-css .k_header__ {
		padding: 10px 15px;
	}
	.kriya-css .class_col__ {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.kriya-css .book_btn__ {
		-ms-flex-order: 1;
		order: 1;
		display: block;
		width: 100%;
		text-align: center;
	}
	.kriya-css .k_read_more__ {
		-ms-flex-order: 2;
		order: 2;
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	.kriya-css .class_info__ h4 {
		font-size: 16px;
		line-height: 17px;
		margin-bottom: 10px;
	}
	.kriya-css .class_info__ p {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 18px;
		white-space: nowrap;
		overflow: hidden;
		width: 100%;
		text-overflow: ellipsis;
	}
	.kriya-css .class_content__ h4 {
		font-size: 18px;
	}
	.kriya-css .k_btns__ {
		padding: 8px 10px;
		min-width: 100px;
		font-size: 14px;
	}
	.kriya-css .kriya_form_head__ p {
		text-align: right;
		text-transform: uppercase;
		color: #6c6c6c;
		font-size: 12px;
		margin-top: 10px;
	}
	.kriya-css .back_btn {
		position: relative;
		left: 0;
		top: 0;
		float: left;
		margin-top: 20px;
		text-decoration: none;
	}
	.kriya-css .kriya_form_control__ {
		padding: 8px 15px;
	}
	.kriya-css .kriya_form_area__ {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.kriya-css .checkout_details__ {
		padding: 40px 14px 15px 15px;
		text-align: left;
	}
	.kriya-css .checkout_btn_wrapper {
		text-align: center;
		padding: 15px 0;
	}
	.kriya-css .k_modal_content__ .terms_and_con_wrap {
		padding: 0 15px;
	}
	.kriya-css .k_modal_head__ {
		padding: 40px 15px 15px;
	}
	.kriya-css .k_modal_head__ h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.kriya-css .k_sub_title__ h3 {
		font-size: 20px;
	}
	.kriya-css .k_card_wrap.card_up_btn {
		text-align: left;
		padding-top: 10px;
	}
	.kriya-css ul.pay_s_btn_.action_btn_center li {
		display: block;
	}
	.kriya-css .back_btn.left_align_btn__ {
		left: 0;
		float: none;
		top: 0;
	}

	.kriya-css .pay_s_btn_.action_btn_center li {
		padding-right: 0;
	}

	.kriya-css .pay_s_btn_.action_btn_center {
		text-align: left;
		position: relative;
	}

	.kriya-css .text_h5__ {
		font-size: 18px;
	}
	.kriya-css .kevents{
		max-width:48%;
		margin-left: 10px;
		padding-right: 0px!important;
	}
	.kriya-css .keventssecond{
		max-width:48%;
		margin-left: 10px;
		padding-left: 0px!important;
	}
	.kriya-css .k_btns_payLater {
		padding: 8px 10px!important;
		min-width: 100px!important;
		font-size: 14px!important;
	}
}

@media screen and (max-width: 567px) {
	.kriya-css .loc_menu__ .sub_menu__.k_dropdown_menu__ {
		left: 0px;
	}
	.kriya-css .k_location__ .kriya_para span {
		width: 100%;
	}

	.kriya-css .k_location__ button {
		margin-left: 3px;
	}

	.kriya-css .k_location__ .kriya_para span {
		max-width: 130px;
	}
	.kriya-css ul.kriya_header_info__ > li {
		padding: 0 4px;
	}
	.kriya-css .k_icons__ {
		width: 22px;
		height: 22px;
	}
	.kriya-css .toggle_bar__ button em {
		width: 22px;
		margin: 4px 0;
	}
	.kriya-css .toggle_bar__.k_dropdown_show button em:nth-child(3) {
		-webkit-transform: rotate(45deg) translate(-4px, -4px);
		transform: rotate(45deg) translate(-4px, -4px);
	}
	.kriya-css .k_location__ button {
		font-size: 12px;
	}
	.kriya-css .kevents{
		max-width:47%;
		margin-left: 10px;
		padding-right: 0px!important;
	}
	.kriya-css .keventssecond{
		max-width:47%;
		padding-left: 0px!important;
	}
}

@media screen and (max-width: 375px) {
	.kriya-css .k_location__ .kriya_para span {
		max-width: 100px;
	}
	.kriya-css .k_location__ .kriya_para {
		width: 70%;
	}
	.kriya-css .kevents{
		max-width:46%;
		margin-left: 10px;
		padding-right: 0px!important;
	}
	.kriya-css .keventssecond{
		max-width:46%;
		padding-left: 0px!important;
	}
}

.kriya-css form#update_customer_card_form {
	margin-top: 30px;
}

.kriya-css .stripe-button-el {
	overflow: hidden;
	display: inline-block;
	visibility: visible !important;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	-webkit-font-smoothing: antialiased;
	border: 0;
	padding: 8px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: none;
}

.kriya-css .stripe-button-el:not(:disabled):active,
.kriya-css .stripe-button-el.active {
	background: #1dbb99;
}

.kriya-css .stripe-button-el span {
	display: block;
	position: relative;
	padding: 0 12px;
	height: auto;
	line-height: 30px;
	background: #1dbb99;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: #1dbb99;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	font-family: inherit;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 15px;
	background-color: #1dbb99;
	border-radius: 4px;
	color: #fff;
	min-width: 150px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	transition: all 0.3s;
	cursor: pointer;
	text-decoration: none;
	border: none;
}
.kriya-css input::placeholder {
	color: #e8e8e8;
}

.kriya-css .class_des__ .kriya_class_des_p{
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom: 0.5rem;
}

.kriya-css .section_padding__{
	margin: 10px;
}
.kriya-css .package_success_text{
  font-size: 16px;
}
.kriya-css .arrow_margin{
	margin-left: 15px;
}
.kriya-css .have_promo {
	color:#1dbb99;
	font-size: 14px;
	cursor: pointer;
}
.kriya-css .promo_validate{
	color:#ffffff;
}
.kriya-css .promo_btn{
	border-radius: 5px;
	border-color:transparent;
	background-color: #1dbb99;
}

.kriya-css .pricing{
 	display:flex;
     height:100%;
     width:100%;
     justify-content:center;
     align-items:center;
 }
 .kriya-css .promo_row{
	margin-top: 20px;
}
.kriya-css A.back_button{
	color: #626262;
}
.kriya-css .back_button:hover .back_arrow_ {
	transform: translateX(-5px);
}
.kriya-css .promo_section_back_btn{
	margin-top:20px;
}
.kriya-css .invalid {
	font-size: 13px;
}
.kriya-css .show_promo_code {
	font-size: 13px;
}

.kriya-css .pay_cont__ .kriya_strong {
	color: #212529;
	font-weight: bolder;
	margin-bottom: 10px;
}

.kriya-css .kriya_containers{
	max-width: 1180px;
	margin:0 auto;
	display: block;
	padding:0 15px;
}
.kriya-css .kriya_mt-3{
	margin-bottom: 10px;
}
.kriya-css .kriya_header_text{
	padding-top: 8px;
}

.kriya-css .kriya_forgot_pass_p {
	margin-top: 20px;
}
.kriya-css .kriya_back_schedule_btn {
	margin-left: 20px;
}
.kriya-css .kriya_calendar_left_margin {
	margin-right: 5px;
}
.kriya-css .k_btns__cancel {
	padding: 12px 15px;
	background-color: red;
	border-radius: 4px;
	color: #fff;
	min-width: 150px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	transition: all 0.3s;
	cursor: pointer;
	text-decoration: none;
	border: none;
}
.kriya-css .kriya_back_btn {
    text-align: left !important;
}

.kriya-css .kriya_back_btn a{
  font-size: 14px;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left !important;
    font-weight: bolder;
    text-decoration: none;
    color:#000000;
    background-color: transparent;
}

.kriya-css .klastVisitedcolor{
	color:#FF7575;
}
.kriya-css .kevents{

	padding-top:10px;

}
.kriya-css .keventssecond{
		padding-top: 10px;
	}
.kriya-css .kcard{
	border-radius: 12px;
}
.kriya-css .eventimg{
	border-radius: 10px;
	 height:auto ;
	 width:100%;
}
.kriya-css .eventText{
	padding-top:10px;
	font-family: Ubuntu;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left!important;color: #616161;
}
.kriya-css .eventLink{
	font-family: Ubuntu;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left!important;
	color: #08B2A2;padding-top: 10px;
}

.kriya-css .eventLinkicon{
	margin-left: 5px;
}
.kriya-css .eventHeading{
	font-family: Ubuntu;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;color: #161616;padding-top: 15px;
}

.kriya-css .eventHeadingIcon{
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-top:6px;
	background: #FF9A72;
	margin-left:10px;
}
.kriya-css .eventHeadingText{
	margin-left:30px;
}
.kriya-css .disabledBookButton{
	background-color: #dcdcdc;
	cursor: default;
	color:#ffffff!important;
}
.kriya-css .kriya-go-back{
	margin-top: 10px;
}
.kriya-css .k_btns_payLater {
	padding: 8px;
	color: #202328;
	background-color: #ffdf34;
	display: inline-block;
	margin: 0 auto;
	min-width: 150px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	transition: all 0.3s;
	cursor: pointer;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	margin:7px;
	margin-top: 13px
}
.kriya-css .payment_page_success__{
	left: 20% !important;
}

.kriya-css .form_control_height__{
	height:46px;
}
