/** ------------------------------------------------------------------
							Install Style
------------------------------------------------------------------ **/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   #666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:   #666;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #666;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-tap-highlight-color: none !important;
	}
html,
body {
	font-size: 16px;
	height: 100%;
	background: #052400;
	}
.mark, mark {
	padding: 0;
	background: transparent;
}
h1, h2, h3, h4, h5, h6,	figure, label, dl, ol, ul, p, a, div, span, p {
	margin: 0;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
	}

a {
	text-decoration: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	font-size: 16px;
	}

a:hover {
	text-decoration: none;
	}

p {
	line-height: 160%;
	font-size: 17px;
	color: #444;
	}
	
img {
	border:none;
	max-width: 100%;
	height: auto;
	}

div,
span,
input,
textarea {

	}

input[type=text],
input[type=password],
input[type=email],
textarea {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(180, 187, 195);
	padding: 13px 18px;
	width: 100%;
	transition: all 0.1s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	resize: none;
	color: rgb(48, 59, 67);
	border-radius: 2px;
	font-size: 16px;
	-webkit-appearance: none;
	box-shadow: none !important;
	}
textarea {
	height: 160px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
	border-color: #000;
}

input[type=submit] {
	color: #fff;
	border-radius: 2px;
	font-size: 16px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	background: #000000;
	border: none;
	padding: 12px 30px;
	cursor: pointer;
}
button {
	border: none;
	padding: 7px 10px;
	cursor: pointer;
	transition: all 0.1s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	font-size: 16px;
	}
	
input[type=submit]:hover,
button:hover{
	
}

i {}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

:focus {
	outline: none;
	}

::-moz-focus-inner {
	border: 0;
	}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  1;
  
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  1;
 
}
.container {
	max-width: 1500px;
	padding-left: 100px;
	padding-right: 100px;
}

/** ------------------------------------------------------------------
							Font Family
------------------------------------------------------------------ **/
html,
body  {
	font-family: Outfit;
	font-weight: 400;
}

a {
	font-family: Outfit;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Outfit;
	font-weight: 700;
}

p {
	font-family: Outfit;
	font-weight: 400;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
	font-family: Outfit;
	font-weight: 400;
	}
button,
input[type=submit] {
	font-family: Outfit;
	font-weight: 700;
	}


/** ------------------------------------------------------------------
							Important Elements
------------------------------------------------------------------ **/
.oflow-hd{
	overflow: hidden;
	}
.oflow-at{
	overflow: auto;
	}
.oflow-vs{
	overflow: visible;
	}
.floatright {
	float: right;
	}
.floatleft{
	float: left;
	}
.floatnone{
	float: none;
	}
.list-style-none ul {
	list-style: none;
}
.border-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.jg-space {
	width: 100%;
	display: block;
	overflow: hidden;
}

/** ------------------------------------------------------------------
					Mobile Header and Menu
------------------------------------------------------------------ **/
.body-mobile {
	overflow: hidden;
	height: 100%;
}
.mobile-header-area {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 1000;
	display: none;
	background: #fff;
}

.mobile-header-logo {
	line-height: 0;
	padding: 20px 0;
	float: left;
	margin-left: 60px;
}
.mobile-header-logo a img{
	height: 30px;
	width: auto;
}
.header-mobile-menu-trigger {
	font-size: 22px;
	padding: 0;
	text-align: center;
	background: transparent;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	display: none;
}
#header-mobile-menu-trigger-left {
	right: 15px;
}
#header-mobile-menu-trigger-right {
	right: 10px;
}
.black-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 2000;
	display: none;
}
.mobile-bar-menu-remove {
	position: fixed;
	top: 40px;
	color: #000;
	z-index: 10001;
	padding: 0;
	background: transparent;
	font-size:30px;
	display: none;
}
#mobile-product-menu-remove-left {
	right: 15px;
}
#mobile-product-menu-remove-right {
	left: 10px;
}
.mobile-menu-bar {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	height: 100%;
	z-index: 3000;
	transition: all 0.1s;
}
#mobile-menu-bar-left {
	left: 0;
	margin-left: -100%;
}
#mobile-menu-bar-right {
	right: 0;
	margin-right: -100%;
}
.menu-bar-search-box {
	margin-bottom: 30px;
	padding: 0 25px;
}
.header-landscape-ad {
	line-height: 0;
}
.menu-bar-search-box .aal-search-box{
	position: relative;
}
.menu-bar-search-box input[type=text]{
	padding: 10px 55px 10px 20px;
	border-bottom: 1px solid #dadada;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	transition: all 1s;
}
.menu-bar-search-box input[type=text]:focus{
	border-color: #aaa;
}
.menu-bar-search-box input[type=submit]{
	font-family: Font Awesome\ 5 Free;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 15px;
	background: transparent;
	padding: 0 10px;
}
.mobile-bar-admin-ul {
	padding: 0 20px;
}
.mobile-bar-admin-ul ul{
	list-style: none;
}
.mobile-bar-admin-ul ul li{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-right: 30px;
	border-bottom: 1px solid #ccc;
}
.mobile-bar-admin-ul ul li ul li {
	padding-right: 0;
	padding-left: 40px;
	padding-bottom: 0;
	border-bottom: 0 solid #000;
	margin-bottom: 15px;
}
.mobile-bar-admin-ul ul li ul {
	display: none;
}
.mobile-bar-admin-ul ul li ul li:last-child{
	margin-bottom: 0;
}
.mobile-bar-admin-ul .menu-has-child-button {
	position: absolute;
	top: -5px;
	font-size: 18px;
	right: 0;
	line-height: 1;
	color: #999;
	background: transparent;
	padding: 7px 20px;
}
.mobile-bar-admin-ul ul li ul .menu-has-child-button {
	right: -30px;
}
.menu-has-child-button-active {
	transform: rotate(180deg);
	color: #444;
}
.mobile-bar-admin-ul ul li a span.dashicons {
	display: none;
}
.mobile-bar-admin-ul ul li a{
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #333;
	opacity: 1;
}
.mobile-bar-admin-ul ul li img{
	height: 20px;
	padding: 0 !important;
}
.mobile-bar-admin-ul ul li img:first-child{
	display: block !important;
	opacity: 1 !important;
}
.mobile-bar-admin-ul ul li img:last-child{
	display: none !important;
}
.mobile-bar-admin-ul ul li span{
	padding-left: 6px !important;
}
.mobile-bar-admin-ul ul li.current-menu-item > a {
	
}
.mobile-bar-admin-ul ul li a i{
	margin-right: 10px;
}
.mobile-bar-admin-ul ul li a span{
	margin-right: 0;
	float: left;
}
.mobile-bar-admin-ul ul li a span.menu-image-title-after{
	padding: 0 !important;
	margin: 0 !important;
}
.mobile-bar-admin-ul ul li ul li a {
	font-size: 15px;
}
.mobile-bar-admin-ul ul li ul {
	margin-top: 15px;
	background: #f7f7f7;
	margin-left: -20px;
	margin-right: -50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mobile-logo-menu-bar {
	line-height: 0;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.mobile-search-menu-bar {
	padding: 0 20px;
	position: relative;
	margin-bottom: 30px;
}
.mobile-search-menu-bar input[type=text] {
	border-width: 0 !important;
	padding-right: 45px;
}
.header-search-bar #searchsubmit {
	right: 10px !important;
}
.mobile-search-menu-bar #searchsubmit {
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 0;
	height: 100%;
	color: #000 !important;
	background: transparent;
}
.mobile-logo-menu-bar a img{
	max-width: 130px;
	height: auto;
	display: inline-block;
}
.mobile-menu-bar .aal-social-links {
	text-align: center;
	margin-bottom: 30px;
}
.mobile-menu-bar .aal-social-links li{
	float: none;
	display: inline-block;
	margin-right: 12px;
}
.mobile-menu-bar .aal-social-links li:last-child{
	margin-right: 0;
}
.mobile-menu-bar .aal-social-links li a{
	font-size: 14px;
	color: #001919;
}
.mobile-bar-logo {
	text-align: left;
	margin: 45px 0 30px 0;
	padding-left: 20px;
}
.mobile-bar-logo img{
	width: auto;
	height: 66px;
}
.row_middle {
	align-items: center;
}




/** ------------------------------------------------------------------
						Additional
------------------------------------------------------------------ **/
.mobileview {
	display: none;
}
.writing_page_area {}
.writing_page_area .container {
	max-width: 1300px;
}
.writing_page_box_content_title {
	margin-bottom: 20px;
}
.writing_page_box_content_title h1 {
	font-size: 32px;
	line-height: 130%;
}
.writing_page_box_content {}
.writing_page_box_content ol,
.writing_page_box_content ul{
	margin-top: 10px;
	margin-left: 30px;
}
.writing_page_box_content ol li,
.writing_page_box_content ul li{
	margin-bottom: 6px;
}
.writing_page_box_content ol li:last-child,
.writing_page_box_content ul li:last-child{
	margin-bottom: 0;
}
.writing_page_box_content li,
.writing_page_box_content p{
	font-size: 17px;
	line-height: 175%;
	color: #444;
}
.writing_page_box_content a {
	color: #19AF00;
	font-weight: 500;
	text-decoration: underline;
}
.writing_page_box_content h1,
.writing_page_box_content h2,
.writing_page_box_content h3,
.writing_page_box_content h4,
.writing_page_box_content h5,
.writing_page_box_content h6 {
	color: #000;
	line-height: 130%;
	margin-bottom: 13px;
}
.writing_page_box_content h1 {
	font-size: 37px;
}
.writing_page_box_content h2 {
	font-size: 30px;
}
.writing_page_box_content h3 {
	font-size: 27px;
}
.writing_page_box_content h4 {
	font-size: 23px;
}
.writing_page_box_content h5 {
	font-size: 20px;
}
.writing_page_box_content h6 {
	font-size: 18px;
}



/** ------------------------------------------------------------------
						Header & Footer Area
------------------------------------------------------------------ **/
.footer_top_title {
	color: #fff;
	font-weight: 900;
	font-size: 30px;
	line-height: 130%;
}
.footer_top {
	padding: 28px 0;
	border-bottom: 1px solid rgba(255,255,255,.15);
}
.footer_top_subs  {
	float: right;
	max-width: 537px;
	width: 100%;
}
.subs_div input {
	width: calc(100% - 151px);
	float: left;
	font-size: 20px;
	padding: 14px 25px;
	border-radius: 12px;
}
.subs_div button:hover {
	opacity: 0.6;
}
.subs_div button {
	width: 143px;
	float: right;
	padding: 15px 5px;
	border-radius: 12px;
	font-size: 20px;
	background: #19AF00;
	color: #fff;
}
.footer_area.overlay:before {
	opacity: 0.9 !important;
}
.footer_area > div {
	position: relative;
	z-index: 2;
}
#mc_embed_signup div.mce_inline_error {
	margin: 7px 0 0 0 !important;
	background: transparent !important;
	padding: 0 !important;
	color: red !important;
}
.footer_middle {
	padding-top: 36px;
	padding-bottom: 46px;
}
.footer_middle_logo img {
	height: 200px !important;
	width: auto !important;
}
.footer_middle_logo_des p {
	font-size: 17px;
	color: #fff;
	line-height: 170%;
	max-width: 545px;
}
.footer_widget_title {
	margin-bottom: 24px;
}
.footer_widget_title h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 800;
}
.footer_widget_menu {}
.footer_widget_menu ul{
	list-style: none;
}
.footer_widget_menu ul li{
	margin-bottom: 20px;
}
.footer_widget_menu ul li:last-child{
	margin-bottom: 0;
}
.footer_widget_menu ul li a{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}
.footer_widget_menu ul li a:hover{
	opacity: 0.6;
}
.footer_widget_contact p {
	font-size: 17px;
	color: #fff;
	line-height: 170%;
	margin-bottom: 24px;
}
.footer_widget_contact ul {
	list-style: none;
}
.footer_widget_contact ul li {
	margin-bottom: 17px;
}
.footer_widget_contact ul li:last-child {
	margin-bottom: 0;
}
.footer_widget_contact ul li a span {
	padding-left: 4px;
}
.footer_widget_contact ul li a span,
.footer_widget_contact ul li a svg {
	vertical-align: middle;
}
.footer_widget_contact ul li a{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}
.footer_widget_contact ul li a svg path{
	fill: #fff !important;
}
.footer_widget_contact ul li a:hover{
	opacity: 0.6;
}
.footer_bottom {
	padding: 25px 0;
	border-top: 1px solid rgba(255,255,255,.15);
}
.footer_copyright {
	font-size: 17px;
	color: #fff;
	line-height: 170%;
	text-align: center;
}
.footer_social  {
	margin-top: 3.5px;
}
.footer_social  ul{
	list-style: none;
}
.footer_social  ul li{
	float: left;
	margin-right: 25px;
}
.footer_social  ul li:last-child{
	margin-right: 0;
}
.footer_social  ul li a{
	color: #fff;
	font-size: 18px;
}
.footer_social  ul li a:hover{
	opacity: 0.6;
}
.footer_area {
	
}
.header_area {}
.header_top {
	background: #CA1B25;
	padding: 13px 0;
}
.header_top_location {}
.header_top_location br{
	display: none;
}
.header_top_menu {}
.header_top_menu ul{
	list-style: none;
}
.header_top_menu ul li{
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 2px solid rgba(255,255,255,.4);
}
.header_top_menu ul li:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: 0 solid rgba(255,255,255,.4);
}
.header_top_menu ul li a:hover {
	opacity: 0.6;
}
.header_top_menu ul li a{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.header_top_menu ul li svg{
	vertical-align: middle;
	height: 17px !important;
	width: auto !important;
}
.header_top_menu ul li span{
	vertical-align: middle;
	padding-left: 6px;
}
.header_bottom_logo {}
.header_bottom_logo img{
	height: 72px !important;
	width: auto !important;
}
.header_top_location {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.header_top_location svg{
	vertical-align: middle;
	height: 17px !important;
	width: auto !important;
}
.header_top_location span{
	vertical-align: middle;
	padding-left: 3px;
}
.header_bottom_menu {
	margin-top: 23.25px;
	margin-right: 50px;
}
.header_bottom_menu ul{
	list-style: none;
}
.header_bottom_menu ul li {
	float: left;
	margin-right: 45px;
}
.header_bottom_menu ul li:last-child {
	margin-right: 0;
}
.header_bottom_menu ul li a {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}
.header_bottom_menu ul li a:hover{
	opacity: 0.3;
}
.header_bottom {
	padding: 17px 0;
}
.header_area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.header_bottom_cart {
	margin-top: 7.5px;
	margin-left: 40px;
}
.header_bottom_menu ul li.current-menu-item a {
	color: #CA1B25;
}
.userheaderData {
	background-image: url(../images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px auto;
	padding-right: 21px;
}
.userheaderDropdown {
	position: relative;
}
.userheaderDropdown div {
	position: absolute;
	top: 47px;
	right: 0;
	background: #fff;
	z-index: 2;
	padding: 18px;
	min-width: 200px;
	border-radius: 10px 0 10px 10px;
	box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
	display: none;
}
.userheaderDropdown:hover div {
	display: block;
}
.header_bottom_user {
	margin-top: 11px;
}
.userheaderDropdown div ul {}
.userheaderDropdown div ul li{
	float: none !important;
}
.userheaderDropdown div ul li a{
	color: #000;
	font-size: 15px;
	padding: 0;
}
.userheaderDropdown div ul li a:hover {
	opacity: 0.6;
}
.userheaderDropdown div ul li {
	float: none !important;
	margin-right: 0;
	padding-right: 0;
	border-right: 0 solid #000;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.userheaderDropdown div ul li:last-child {
	border-bottom: 0 dashed #aaa;
	margin-bottom: 0;
	padding-bottom: 0;
}
.inner_page_banner_area {
	background: #CA1B25;
	padding: 80px 0;
}
.inner_page_banner_area .container {
	max-width: 1300px;
}
.inner_page_banner_title p {
	font-size: 17px;
	color: #fff;
	line-height: 170%;
	margin-top: 10px;
}
.inner_page_banner_title h1 {
	font-size: 42px;
	line-height: 140%;
	font-weight: 800;
	color: #fff;
}
.mini_busket_area {
	position: fixed;
	top: 0;
	right: -100%;
	width: 90%;
	max-width: 400px;
	height: 100%;
	background: #fff;
	padding: 30px 30px 0 30px;
	overflow: auto;
	z-index: 2000;
	transition: all 0.4s;
}
.mini_busket_box_title h2 {
	font-size: 30px;
	font-weight: 800;
	color: #000;
}
.mini_busket_box_title {
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.mini_busket_box_noitems p{
	font-size: 16px;
	color: #aaa;
}
.mini-busket-remove {
	line-height: 0;
	padding: 10px 10px;
	border-radius: 5px;
	position: absolute;
	top: 29px;
	right: 30px;
}
#customer_login > div {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.home_hero_area {
	position: relative;
	z-index: 1;
}
.home_hero_area > .container {
	position: relative;
	z-index: 3;
}
.home_hero_area {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 220px 0 130px;
}
.home_hero_title h2 {
	font-size: 68px;
	font-weight: 800;
	color: #fff;
	line-height: 130%;
}
.home_hero_title h1 {
	font-size: 55px;
	font-weight: 800;
	color: #fff;
	line-height: 130%;
}
.page-template-page-homepage .home_hero_title h1 {
	font-size: 49px;
	max-width: 500px;
	font-weight: 600;
	color: #19AF00;
}
.home_hero_title p {
	font-size: 18px;
	color: #fff;
	line-height: 165%;
	margin-top: 15px;
	max-width: 520px;
}
.home_hero_wrapper {
	
}
.header_booking {
	margin-top: 45px;
}
.header_booking a:hover {
	opacity: 0.6;
}
.header_booking a {
	display: block;
	background: #19AF00;
	color: #fff;
	font-size: 18px;
	padding: 14px 43px;
	border-radius: 28px;
	font-weight: 600;
}
.home_hero_btn {}
.home_hero_btn a {
	display: inline-block;
	background: #19AF00;
	color: #fff;
	font-size: 18px;
	padding: 14px 43px;
	border-radius: 28px;
	font-weight: 600;
}
.home_hero_btn {
	margin-top: 25px;
}
.header_bottom_user ul {
	list-style: none;
}
.header_bottom_user ul li a span {
	display: inline-block;
	vertical-align: middle;
}
.header_bottom_user ul li a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.header_bottom_user ul li a {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header_bottom_logo a {
	display: block;
	position: relative;
}
img.scroll {
	display: none;
}
.sticky_header_active .header_bottom_logo img {
	display: none;
}
.sticky_header_active .header_bottom_logo img.scroll {
	display: block;
}
.home_hero_btn a:hover {
	opacity: 0.6;
}
.section_title_center {
	text-align: center;
}
.section_title h2 {
	font-size: 38px;
	font-weight: 800;
	line-height: 140%;
}
.section_title p {
	margin: 15px 0 0 0;
	max-width: 710px;
}
.section_title_center p {
	margin: 15px auto 0 auto !important;
}
.section_title {
	margin-bottom: 35px;
}
.home_pin_courses_row {
	margin: -15px;
}
.home_pin_courses_row > div {
	padding: 15px;
}
.single_course_box {
	box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
	border-radius: 20px;
	height: 100%;
	background: #fff;
}
.single_course_box_details {
	padding: 25px;
}
.single_course_box_cta {
	margin-top: 20px;
}
.single_course_box_cta a {
	color: #fff;
	background: #CA1B25;
	display: block;
	text-align: center;
	padding: 12px 9px;
	font-weight: 600;
	border-radius: 25px;
}
.single_course_box_cta a:hover {
	opacity: 0.6;
}
.section_btn  {
	margin-top: 35px;
}
.section_btn a {
	background: #CA1B25;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 14px 38px;
	font-weight: 600;
	border-radius: 26px;
}
.section_btn a:hover {
	opacity: 0.6;
}
.single_course_box_details h2 {
	font-size: 20px;
	line-height: 140%;
	font-weight: 800;
}
.single_course_box_details p {
	font-size: 16px;
	margin-top: 12px;
}
.home_pin_class_area {
	background: #CA1B25;
}
.whiteneed .section_title h2 {
	color: #fff;
}
.whiteneed .section_title p {
	color: #fff;
}
.whiteneed .section_btn a {
	background: #fff;
	color: #000;
}
.home_howitwork_img {}
.home_howitwork_img img{}
.home_howitwork_box .section_title {
	margin-bottom: 0;
}
.home_howitwork_img {
	padding-left: 50px;
}
.home_howitwork_img img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.home_whychoose_area {
	background: #CA1B25;
}
.single_whychooseus_box {
	text-align: center;
	height: 100%;
}
.single_whychooseus_box_des {
	text-align: center;
	margin-top: 20px;
}
.single_whychooseus_box_des h2 {
	font-size: 20px;
	line-height: 150%;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
.single_whychooseus_box_img {
	
}
.single_whychooseus_box_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-width: 270px;
    border-radius: 50%;
}
.single_whychooseus_box_des p {
	color: #444;
	font-size: 16px;
	margin-top: 10px;
}
.home_howitwork_item_wrapper {}
.home_howitwork_item_wrapper .row {
	margin: -15px;
}
.home_howitwork_item_wrapper .row > div{
	padding: 15px;
}
.single_testimonial_box {
	border: 2px solid #eee;
	padding: 35px;
	width: calc(100% - 2px);
	border-radius: 20px;
}
.slick-list {
	margin: 0 -15px;
}
.slick-slide {
	padding: 0 15px;
}
.single_testimonial_box_review p {
	font-size: 19px;
	line-height: 170%;
	font-weight: 300;
}
.single_testimonial_box_stars {
	margin-top: 20px;
}
.single_testimonial_box_stars i{
	color: #CA1B25;
}
.single_whychooseus_box_name {
	border-top: 2px solid #eee;
	margin-top: 25px;
	padding-top: 25px;
}
.single_whychooseus_box_name h2 {
	font-size: 19px;
}
.single_whychooseus_box_name h3 span {
	color: #aaa;
	font-weight: 400;
}
.single_whychooseus_box_name h3 {
	color: #CA1B25;
	margin-top: 10px;
}
.home_testimonial_wrapper {
	position: relative;
}
.testi_prev_btn {
	left: -75px;
}
.testi_next_btn {
	right: -75px;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
	line-height: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #f2f2f2;
}
.slick-arrow svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px !important;
	height: auto !important;
}
.slick-arrow:hover {
	background: #CA1B25;
}
.slick-arrow:hover svg path{
	fill: #fff !important;
}
.slick-track {
	display: flex;
}
.single_testimonial_box_bg {
	min-height: 100%;
}
.single_testimonial_box {
	height: 100%;
}
.footer_heart {
	display: flex;
	align-items: center;
	border-bottom: 2px solid rgba(255,255,255,0.2);
	padding-bottom: 47px;
	margin-bottom: 55px;
}
.footer_heart img {
	height: 125px !important;
	width: auto !important;
}
.footer_heart h2 {
	color: #fff;
	font-size: 30px;
	max-width: 700px;
	line-height: 140%;
	margin-left: 25px;
}
.course_with_bg .single_course_box_img {
	background: #ddd;
	padding: 20px;
}
.single_course_box_img {}
.single_course_box_img img{
	width: 100%;
	height: auto;
}
.woocommerce-mini-cart {
	list-style: none !important;
}
.woocommerce-mini-cart li {
	border-bottom: 1px dashed #999;
	margin: 0 0 15px 0 !important;
	padding: 0 0 15px 0 !important;
	position: relative;
}
body .woocommerce-mini-cart li .remove_from_cart_button {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	margin-top: -7.5px;
	color: red !important;
	font-size: 22px !important;
	font-weight: 600;
	width: initial !important;
	height: initial !important;
	background: none !important;
}
body .woocommerce-mini-cart li .remove_from_cart_button:hover {
	color: red !important;
}
.woocommerce-mini-cart li {
	border-bottom: 1px dashed #999;
	margin: 0 0 15px 0 !important;
	padding: 0 50px 15px 30px !important;
	position: relative;
}
.mini_busket_box_noitems .woocommerce-mini-cart__total {
	display: none !important;
}
.mini_busket_box_noitems .woocommerce-mini-cart__buttons .wc-forward {
	display: none;
}
.mini_busket_box_noitems .woocommerce-mini-cart__buttons .checkout {
	display: block !important;
	background: #CA1B25 !important;
	color: #fff !important;
	text-align: center !important;
	padding: 14px 30px !important;
	font-weight: 600 !important;
	border-radius: 26px !important;
	line-height: 140% !important;
}
.mini_busket_box_noitems .woocommerce-mini-cart__buttons .checkout:hover {
	opacity: 0.6;
}
.mini_busket_box_noitems ul li a:nth-child(2) {
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}
.mini_busket_box_noitems ul li .quantity {
	display: block !important;
	color: #888 !important;
	margin-top: 4px !important;
	font-size: 16px !important;
}
.woocommerce-mini-cart li img {
	position: absolute !important;
	width: 45px !important;
	top: 0 !important;
	right: 0 !important;
}
.single_course_box_details h3 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 14px;
	color: #aaa;
	border-top: 2px solid #eee;
	padding-top: 14px;
}
.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
.wc-block-checkout__actions_row a,
.wc-block-checkout__terms,
#order-notes,
.wp-block-woocommerce-checkout-order-summary-totals-block,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	display: none !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
	background: #CA1B25 !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border-color: #CA1B25 !important;
}
.woocommerce-checkout .wc-block-components-product-name {
	font-size: 20px !important;
	font-weight: 700 !important;
}
.woocommerce-checkout .wc-block-components-product-metadata__description p {
	font-size: 15px !important;
	color: #666 !important;
	line-height: 165% !important;
}
.woocommerce-checkout .wc-block-components-product-price {
	font-size: 16px;
}
.woocommerce-checkout .wc-block-components-totals-footer-item span {
	font-weight: 700 !important;
	font-size: 20px !important;
}
.wc-block-components-form.wc-block-checkout__form {
	box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
	padding: 35px;
	border-radius: 18px;
}
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
	padding-right: 20px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
	border-radius: 18px !important;
}
.woocommerce-checkout .wc-block-components-sidebar {
	margin-top: 0 !important;
}
.writing_page_box_content form p {
	font-size: 16px;
}
.writing_page_box_content form .wc-block-components-validation-error p {
	font-size: 14px;
	color: red;
}
.writing_page_box_content form select,
.writing_page_box_content form input {
	border-color: #ccc !important;
	border-radius: 8px !important;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
	margin: 0px 0 30px 0;
}
.wc-block-checkout__actions_row {
	display: block !important;
	overflow: hidden;
}
.wc-block-checkout__actions_row button {
	float: right;
	background: #CA1B25;
	color: #fff;
	border-radius: 10px;
	transition: all 0.2s;
}
.wc-block-checkout__actions_row button:hover {
	opacity: 0.6;
}
.woocommerce-order-received .inner_page_banner_area {
	display: none;
}
.course_pdf_area .container {
	max-width: 1000px;
}
.course_pdf_participate {}
.course_pdf_participate ul{
	list-style: none;
}
.course_pdf_participate ul li{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #aaa;
}
.course_pdf_title {
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 24px;
}
.p_meta {
	padding-top: 7px;
}
.p_meta p {
	color: #666;
	margin-top: 7px;
}
.generate_student_pdf button {
	font-size: 14px;
	float: left;
	margin: 7px;
}
.generate_student_pdf {
	overflow: hidden;
	margin: -8px;
	padding-top: 20px;
}
.woocommerce-order-received .woocommerce-order p,
.woocommerce-order-received .woocommerce-order ul,
.woocommerce-order-received .woocommerce-order section {
	display: none;
}
.invoice_message p {
	display: block !important;
}
.invoice_message {
	padding: 100px 0 80px;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.single_product_area_page .product_title,
.single_product_area_page .quantity,
.single_product_area_page .product_meta,
.single_product_area_page .woocommerce-tabs {
	display: none;
}
.single_product_area_page .entry-summary {
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}
.single_product_wrapper {
	max-width: 1021px;
	display: block;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
	padding: 25px;
	position: relative;
	z-index: 2;
	border-radius: 20px;
}
.single_product_box_img img{
	width: 100% !important;
	height: auto;
	border-radius: 12px;
}
.single-product .inner_page_banner_area {
	text-align: center;
	padding-bottom: 25px;
}
.single_product_area_page {
	position: relative;
}
.single_product_area_page:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: #CA1B25;
	z-index: 1;
}
.single_product_area_page .single_add_to_cart_button {
	background: #CA1B25 !important;
	color: #fff !important;
	display: block !important;
	text-align: center;
	padding: 20px 30px !important;
	font-weight: 600 !important;
	border-radius: 29px !important;
	font-size: 18px !important;
	width: 100% !important;
}
.single_product_area_page .single_add_to_cart_button:hover {
	opacity: 0.6;
}
.single_product_area_page .cart {
	margin-bottom: 0 !important;
}
.single_product_area_page .price {
	color: #CA1B25 !important;
	font-size: 28px !important;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 12px;
}
.single-product .woocommerce-notices-wrapper {
	background: #CA1B25 !important;
	padding: 0 20px 20px 20px;
}
.single-product .woocommerce-message {
	max-width: 873px;
	margin: 0 auto;
	background: rgba(255,255, 255, 0.2);
	color: #fff;
	border-width: 0;
	border-radius: 13px;
	padding: 12px 12px 12px 50px;
}
.single-product .woocommerce-message::before {
	color: #fff !important;
	margin-top: 2px;
}
.single-product .woocommerce-message .button {
	background: #fff !important;
	color: #000 !important;
	border-radius: 8px !important;
}
.single-product .woocommerce-message .button:hover {
	opacity: 0.6;
}
.single-product .woocommerce-message p {
	float: left;
	margin-top: 4px;
}
.single_product_custom_meta {
	margin: 20px 0;
}
.single_product_custom_meta ul{
	list-style: none;
}

.single_product_custom_meta ul li:first-child {
	border-top: 1px dashed #999;
	padding-top: 15px;
}
.single_product_custom_meta ul li {
	overflow: hidden;
	border-bottom: 1px dashed #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.single_product_custom_meta ul li span {
	font-weight: 600;
}
.single_product_custom_meta ul li span:first-child{
	float: left;
}
.single_product_custom_meta ul li span:last-child{
	float: right;
}
.single_product_custom_meta ul li i {
	color: #CA1B25;
	margin-right: 3px;
}
.single_product_custom_meta ul li i:last-child {
	margin-right: 0;
}
.single_product_custom_meta ul li img {
	margin-right: 12px;
	width: 30px !important;
	height: auto !important;
}
.single_product_custom_meta ul li img:last-child {
	margin-right: 0;
}
.single_post_container {
	max-width: 1170px !important;
}
.inner_page_banner_title h1 {
	font-size: 42px;
	font-weight: 800;
	color: #fff;
	max-width: 776px;
}
.writing_page_area_withred {
	position: relative;
}
.writing_page_area_withred:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: #CA1B25;
	z-index: 1;
}
.writing_page_area_withred .container {
	position: relative;
	z-index: 2;
}
.writing_page_box_content_featured_image {
	margin-bottom: 30px;
	margin-top: 30px;
}
.writing_page_box_content_featured_image img {
	width: 100%;
	border-radius: 25px;
}
.single-post .inner_page_banner_area {
	padding-bottom: 10px;
}
.blog_wrapper {}
.blog_wrapper .row {
	margin: -15px;
}
.blog_wrapper .row > div{
	padding: 15px;
}
.single_post_box {
	box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
	border-radius: 22px;
	padding: 20px;
	height: 100%;
}
.single_post_box a:hover {
	opacity: 0.6;
}
.single_post_box_img img {
	width: 100%;
	border-radius: 10px;
}
.single_post_box_img {
	margin-bottom: 15px;
}
.single_post_box_date {
	font-size: 15px;
	color: #aaa;
}
.single_post_box_date i {
	color: #ccc;
	margin-right: 6px;
	font-size:17px;
}
.single_post_box_date i,
.single_post_box_date span {
	display: inline-block;
	vertical-align: middle;
}
.single_post_box_details {
	margin-top: 10px;
	margin-bottom: 4px;
}
.single_post_box_details h2 {
	line-height: 145%;
	font-size: 20px;
	color: #000;
	font-weight: 800;
	max-width: 400px;
}
.inner_hero_area {
	padding: 80px 0;
}
.inner_hero_area::after {
	display: none;
}
.inner_hero_area h1 {
	font-size: 50px !important;
}
.inner_hero_area::before {
	opacity: 0.75 !important;
}
.page-template-page-online-courses .home_hero_wrapper,
.page-template-page-courses .home_hero_wrapper {
	text-align: center;
	margin: 0 auto;
	max-width: 890px;
}
.writing_page_area_withred .single_post_box_date i,
.writing_page_area_withred .single_post_box_date {
	color: #fff !important
}
.single-product .inner_page_banner_title h1 {
	max-width: 100%;
}
.single_product_custom_meta_courseenrolledby {}
.single_product_custom_meta_courseenrolledby span:nth-child(1){
	margin-top: 3px;
}
.woocommerce-account .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce-orders-table__header-order-status {
	display: none;
}
.woocommerce-account .writing_page_area .container,
.woocommerce-account .inner_page_banner_area .container{
	max-width: 900px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100% !important;
	border-bottom: 2px solid #eee;
	padding-bottom: 18px;
	margin-bottom: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content{
	width: 100% !important;
}
.woocommerce-account .writing_page_box_content,
.woocommerce-account .writing_page_box,
.woocommerce-account .writing_page_area {
	overflow: initial !important;
}
.woocommerce-account div.woocommerce {
	background: #fff;
	border-radius: 20px;
	padding: 25px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
	float: left;
	margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
	text-decoration: none;
	display: block;
	font-size: 15px;
	padding: 13px 22px;
	border-radius: 22px;
	line-height: 100%;
	color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	background: #f2f2f2;
	border: #eee;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{}
.woocommerce-account .woocommerce-orders-table__header-order-actions,
.woocommerce-account .woocommerce-orders-table__cell-order-actions {
	text-align: right;
}
.woocommerce-account tbody .woocommerce-orders-table__row{
	font-size: 16px;
}
.woocommerce-account .woocommerce-orders-table__cell-order-actions a {
	color: #fff !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	display: inline-block !important;
	padding: 9px 26px !important;
	border-radius: 26px !important;
	background: #CA1B25 !important;
}
.woocommerce-account .woocommerce-orders-table__cell-order-actions a:hover {
	opacity: 0.6;
}
.woocommerce-account .woocommerce table.shop_table {
	margin: 0;
}
.woocommerce-account .woocommerce-customer-details {
	display: none;
}
.woocommerce-account .u-column1.col-1.woocommerce-Address {}
.woocommerce-account .u-column2.col-2.woocommerce-Address {
	display: none;
}
.woocommerce-account .u-column1.col-1.woocommerce-Address {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-top: 20px;
}
.woocommerce-account .woocommerce-Address-title  {
	padding-bottom: 10px !important;
}
.woocommerce-account .woocommerce-Address-title .edit {
	float: none !important;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper {
}
.woocommerce-account .woocommerce-EditAccountForm p,
.woocommerce-account .woocommerce-address-fields__field-wrapper p {
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper p#billing_address_1_field {
	margin: 0 0 10px 0 !important;
}
.woocommerce-account .woocommerce-EditAccountForm p.form-row-first,
.woocommerce-account .woocommerce-address-fields__field-wrapper p#billing_first_name_field {
	width: calc(50% - 10px)
}
.woocommerce-account .woocommerce-EditAccountForm p.form-row-last,
.woocommerce-account .woocommerce-address-fields__field-wrapper p#billing_last_name_field {
	width: calc(50% - 10px)
}

.woocommerce-account .woocommerce-address-fields__field-wrapper span.optional {
	display: none;
}
.woocommerce-account .woocommerce-EditAccountForm span,
.woocommerce-account .woocommerce-address-fields__field-wrapper span  {
	width: 100%;
	display: block;
}
.woocommerce-account .woocommerce-EditAccountForm tel,
.woocommerce-account .woocommerce-EditAccountForm select,
.woocommerce-account .woocommerce-EditAccountForm input,
.woocommerce-account .woocommerce-address-fields__field-wrapper tel,
.woocommerce-account .woocommerce-address-fields__field-wrapper select,
.woocommerce-account .woocommerce-address-fields__field-wrapper input {
	width: 100% !important;
	display: block;
	box-shadow: none !important;
	border: 1px solid #eee;
	padding: 14px 20px;
}
.woocommerce-account .woocommerce-order-details {
	margin-top: 20px;
	margin-bottom: 0 !important;
}
.woocommerce-account .inner_page_banner_area {
	display: none;
}
.woocommerce-account .select2-selection {
	height: 50px !important;
	border: 1px solid #ccc !important;
	padding: 10px;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper span.select2-selection__arrow {
	top: 12px;
	right: 10px;
}
.woocommerce-account button.button:hover {
	opacity: 0.6;
}
.woocommerce-account button.button {
		background: #19AF00 !important;
		color: #fff !important;
		display: inline-block !important;
		text-align: center !important;
		padding: 14px 38px !important;
		font-weight: 600 !important;
		border-radius: 26px !important;
		float: right !important;
}
.woocommerce-account .woocommerce-EditAccountForm span.show-password-input,
.woocommerce-account .woocommerce-EditAccountForm span.required {
	display: initial !important;
	width: initial !important;
}
.myaccount_no_product h2 {
	font-size: 22px;
	line-height: 140%;
}
#account_display_name_description {
	font-size: 14px;
}
.single_faq_box_title {
	position: relative;
}
.single_faq_box_title h2 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.single_faq_box_title {
	padding: 25px 50px 25px 15px;
	border-bottom: 2px solid #eee;
	cursor: pointer;
}
.single_faq_box_content {
	display: none;
}
.single_faq_box_content p {
	color: #666;
	font-size: 18px;
	line-height: 175%;
	padding: 20px;
}
.single_faq_box_title div svg {
	height: 16px !important;
	width: auto !important;
	transition: all 0.2s;
}
.faq_active div svg {
	transform: rotate(180deg);
}
.single_faq_box_title div {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
}
.faq_row {
	margin: -10px;
}
.faq_row > div {
	padding: 10px;
}
.faq_area {}
.faq_area .container{
	max-width: 900px;
}
.short_hero_center {
	text-align: center;
}
.short_hero_center h1 {
	max-width: 100% !important;
}
.faq_box_wrapper {
	box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
	border-radius: 20px;
	padding: 5px 25px 5px 25px;
	background: #fff;
}
.faq_box_wrapper .single_faq_box:last-child .single_faq_box_title {
	border-bottom: 0 solid #eee;
}
.page-template-page-faq {}
.faq_area {
	position: relative;
}
.faq_area .container{
	position: relative;
	z-index: 2;
}
.faq_area:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #CA1B25;
	z-index: 1;
}
.short_hero_center {
	padding-bottom: 40px;
}
.contact_box_main_wrapper {
	box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding: 35px;
}
.contact_box_main_wrapper .row {
	margin: -10px;
}
.contact_box_main_wrapper .row > div{
	padding: 10px;
}
.single_input label {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	display: block;
	margin-bottom: 5px;
}
.single_input textarea {
	height: 140px;
}
.single_input textarea,
.single_input input {
	border: 1px solid #dddd;
	border-radius: 10px;
	padding: 13px 20px;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-response-output {
	font-size: 16px;
	margin: 15px 0 0 0 !important;
	font-size: 15px;
	padding: 11px 20px !important;
	border-radius: 11px;
}
.single_input_btn input {
	float: right;
	background: #CA1B25;
	padding: 10px 48px;
	border-radius: 25px;
}
.wpcf7-not-valid {
	border-color: red !important;
}
.makepdf {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	padding: 20px;
	box-shadow: 0 -4px 25px 0 rgba(0,0,0,.09);
	z-index: 2;
}
.makepdf button:hover {
	opacity: 0.6;
}
.makepdf button {
	background: #CA1B25;
	color: #fff;
	padding: 12px 20px;
	border-radius: 10px;
}
.course_with_bg .single_course_box_details p a:hover {
	text-decoration: underline;
}
.course_with_bg .single_course_box_details p a {
	font-size: 15px;
	line-height: 160%;
	color: #CA1B25;
	font-weight: 600;
}
.course_with_bg .single_course_box_details p {
	font-size: 15px;
	line-height: 160%;
}
.home_howitwork_box_logo {
	margin-bottom: 25px;
}
.home_howitwork_box_logo img {
	max-width: 310px;
	width: 100%;
}
body .xoo-el-action-form button {
	margin: 10px 0 0 0 !important;
	width: 100% !important;
	height: initial !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	padding: 17px !important;
}
body .xoo-el-action-form input {
	border-radius: 0 8px 8px 0 !important;
}
.xoo-el-form-container ul.xoo-el-tabs li {
	background-color: #fff !important;
	color: #aaa !important;
	border-radius: 26px !important;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
	background-color: #f2f2f2 !important;
	border: #eee !important;
	color: #000 !important;
}
.single_course_box_offline {
	position: relative;
	padding-left: 45%;
}
.single_course_box_offline .single_course_box_img {
	width: 45%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #f3f4f4;
}
.single_course_box_offline .single_course_box_details {
	width: 100%;
}
.single_course_box_offline .single_course_box_cta a {

}
.single_course_box_offline .single_course_box_details h3 {
	font-size: 15px;
	line-height: 150%;
}
.single_course_box_offline .single_course_box_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.single_course_box {
	box-shadow: none !important;
	border: 2px solid #f2f2f2 !important;
}
div#mce-success-response {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.selecting_booking_date div {
	float: right;
	max-width: 215px;
}
.selecting_booking_date div input {
	background-image: url(../images/arrow-down2.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.selecting_booking_date span {
	margin-top: 11px;
}
.mini_busket_box_noitems .variation {
	display: none !important;
}
form.post-password-form {
    width: 90%;
    max-width: 440px;
    margin: 100px auto 0 auto;
    border: 2px solid #eee;
    padding: 35px;
    text-align: center;
    border-radius: 20px;
}

form.post-password-form input[type=password] {
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #ccc;
	display: block;
	width: 100%;
}

form.post-password-form label {
	width: 100%;
	margin-top: 10px;
}
form.post-password-form input[type=submit] {
	padding: 10px 15px;
	border-radius: 10px;
	display: block;
	width: 100%;
	margin-top: 10px;
}
.pss_msg {
	margin-bottom: 15px;
}
.woocommerce-product-details__short-description a {
	color: #CA1B25;
	font-weight: 500;
	text-decoration: underline;
}
#payment-method {
	height: 0;
	overflow: hidden;
	margin: 0;
}
.wc-block-components-form > div:nth-child(1),
.ppcp-messages {
	display: none !important;
}
.student_add {
	max-width: 470px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ddd;
	padding: 29px;
}
.student_add label {
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 7px;
}
.student_add_input {
	margin-bottom: 18px;
}
.student_add_input input, .student_add_input select {
	font-size: 16px;
	padding: 12px 18px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: none !important;
	border: 1px solid #ccc;
}
.student_add_input_btn input {
	float: right;
	background: #CA1B25;
}
body.single-product .woocommerce-notices-wrapper {
	display: none !important;
}
.pss_price {
	display: inline-block;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	border: 2px solid #ddd;
	border-radius: 6px;
	padding: 5px 16px;
	margin-bottom: 15px;
}
.woocommerce-billing-fields__field-wrapper > p#billing_address_2_field,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
	display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 {
	max-width: 100%;
	width: 100% !important;
	padding: 0 !important;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details {
	width: 60%;
	background: #fff;
	padding: 35px;
	border-radius: 18px;
	float: left;
}
.woocommerce-checkout form.woocommerce-checkout #order_review,
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
	float: right;
	width: 35%;
}
.woocommerce-checkout form.woocommerce-checkout h3 {
	font-size: 22px;
}
.woocommerce-billing-fields__field-wrapper {
	margin: -10px -8px;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper > p {
	padding: 10px 8px !important;
	margin: 0 !important;
	width: 50% !important;
	float: left;
	clear: unset !important;
}

.woocommerce-billing-fields__field-wrapper > p#billing_phone_field,
.woocommerce-billing-fields__field-wrapper > p#billing_postcode_field,
.woocommerce-billing-fields__field-wrapper > p#billing_state_field,
.woocommerce-billing-fields__field-wrapper > p#billing_city_field,
.woocommerce-billing-fields__field-wrapper > p:nth-child(2),
.woocommerce-billing-fields__field-wrapper > p:nth-child(1) {
	width: 50% !important;
}
.woocommerce-billing-fields__field-wrapper span {
	width: 100%;
	display: block;
}
.woocommerce-billing-fields__field-wrapper label .optional {
	display: none;
}
.password-input {
	width: 100% !important;
}
.create-account label,
.woocommerce-billing-fields__field-wrapper label {
	width: 100%;
	display: block !important;
	font-size: 14px !important;
	color: #000;
	font-weight: 600;
}
.password-input input,
.woocommerce-billing-fields__field-wrapper > p input {
	font-size: 16px;
	padding: 12px 19px !important;
	border: 1px solid #ccc !important;
}
.woocommerce-billing-fields__field-wrapper .required {
	display: inline-block !important;
	width: initial;
}
.woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single {
	height: 46px;
	border: 1px solid #ccc;
	border-radius: 7px !important;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-top: 13px;
	padding-left: 18px;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px !important;
	right: 8px !important;
	height: 28px;
}
#payment ul {
	height: 0 !important;
	overflow: hidden;
	padding: 0 !important;
}
.woocommerce-terms-and-conditions-wrapper {
	display: none;
}
#payment {
	background: transparent !important;
	margin-top: 20px !important;
}
#payment .place-order {
	padding: 20px 0 0 0 !important;
	display: block;
	margin: 0 !important;
}
#payment #place_order:hover {
	opacity: 0.6;
}
#payment #place_order {
	float: right !important;
	background: #19AF00;
	color: #fff;
	border-radius: 10px;
	transition: all 0.2s;
	width: 100%;
	max-width: 328px;
	padding: 20px 10px;
	transition: all 0.2s;
}
body #place_order.ppcp-hidden {
	display: block !important;
}
.ppc-button-wrapper {
	display: none !important;
}
.woocommerce-order-received .height-space-post{
	display: none !important;
}
.download-file a {
	display: block !important;
	text-align: center;
	background: #19AF00 !important;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper span.required {
	width: initial !important;
	display: initial !important;
}
.subscribe_popup_area {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 90%;
	max-width: 900px;
	z-index: 2100;
	border-radius: 10px;
	display: none;
}
#remove_subs_popup {
	position: absolute;
	top: 15px;
	right: 18px;
	font-size: 25px;
	padding: 0;
	background: transparent;
	z-index: 99;
}
.subscribe_popup_area .container{
	padding: 0;
}
.subscribe_popup_img {
	height: 520px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.subscribe_popup_content_box {
	padding-right: 30px;
	text-align: center;
}
.subscribe_popup_content_success {
	display: none;
}
.subscribe_popup_content_success p{
	margin-top: 15px;
}
.subscribe_popup_content_box_form {
	padding: 0 25px;
}
.subscribe_popup_content_box_form_title {}
.subscribe_popup_content_box_form_title h2{
	font-size: 35px;
	color: #000;
	line-height: 46px;
	font-weight: 700;
}
.subscribe_popup_content_box_form_title p{
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-top: 10px;
}
.subscribe_popup_content_box_form_bottom_form_main {
	margin-top: 14px;
}
.subscribe_popup_content_box_form_bottom_form_main > .row {
	margin: -4px;
}
.subscribe_popup_content_box_form_bottom_form_main > .row > div {
	padding: 4px;
}
.subscribe_popup_content_box_form_bottom_form_main input{
	width: 100%;
	border: 1px solid #ddd;
	padding: 12px 20px;
	border-radius: 9px;
	font-size: 16px;
}
.highlight_error {
	border-color: red !important;
}
.subscribe_popup_content_box_form_bottom_form_main button:hover {
	opacity: 0.6;
}
.subscribe_popup_content_box_form_bottom_form_main button {
	width: 100%;
	background: #19AF00;
	padding: 12px 20px;
	border-radius: 9px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.2s;
}
.subscribe_popup_content_box_form_top_note {
	margin-top: 15px;
}
.subscribe_popup_content_box_form_top_note p{
	font-size: 17px;
	line-height: 28px;
	font-weight: 500;
	color: #444;
	font-weight: 500;
}
.subscribe_popup_content_box_form_bottom_note {
	margin-top: 15px;
}
.subscribe_popup_content_box_form_bottom_note p{
	font-size: 16x;
	line-height: 26px;
	color: #333;
}
.subscribe_popup_content_box_form_bottom_cross {
	margin-top: 15px;
}
.subscribe_popup_content_box_form_bottom_cross button{
	background: transparent;
	padding: 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
	font-weight: 400;
}
.subscribe_popup_content_success h2 {
	font-size: 33px;
}
.green {
	color: green;
}
.red {
	color: red;
}
.home_productbook_wrapper {
	background: #fff;
	padding: 30px;
	border-radius: 23px;
}
.home_productbook_area {
	
}
.home_productbook_area .container {
	
}
.home_productbook_wrapper_img img {
	width: 100%;
	border-radius: 8px;
}
.home_productbook_wrapper_details_main h2 {
	font-size: 35px;
	line-height: 140%;
}
.home_productbook_wrapper_details_main h3 {
	font-size: 27px;
	line-height: 140%;
}
.home_productbook_wrapper_details_main p {
	color: #444;
	margin-top: 12px;
}
.home_productbook_wrapper_details_btn {
	margin-top: 25px;
}
.home_productbook_wrapper_details_btn a:hover {
	opacity: 0.6;
}
.home_productbook_wrapper_details_btn a {
	display: inline-block;
	background: #19AF00;
	color: #fff;
	font-size: 17px;
	padding: 14px 65px;
	border-radius: 28px;
	font-weight: 600;
}
.home_productbook_wrapper_details {
	padding-left: 15px;
}
.section_img_wrapper {
	padding-left: 40px;
	height: 100%;
}
.section_img {
	border-radius: 20px;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.whyplanner_row {
	margin: -20px -15px;
}
.whyplanner_row > div{
	padding: 20px 15px;
}
.single_whyplanner_box {
	
}
.single_whyplanner_box_img {
	margin-bottom: 20px;
}
.single_whyplanner_box_img img{
	height: 50px;
	width: auto;
}
.single_whyplanner_box_des p {
	margin-top: 10px;
}
.home_p_designed_area {
	
}
.single_home_p_designed_box {
	text-align: center;
	background: #fff;
	height: 100%;
	padding: 32px 25px;
	border-radius: 20px;
}
.home_p_designed_row {
	margin: -15px -15px;
}
.home_p_designed_row > div{
	padding: 15px 15px;
}
.section_note {
	text-align: center;
	margin-top: 25px;
}
.sectionnew_btn a:hover {
	opacity: 0.6;
}
.sectionnew_btn a {
	display: inline-block;
	background: #19AF00;
	color: #fff;
	font-size: 17px;
	padding: 14px 43px;
	border-radius: 28px;
	font-weight: 600;
}
.sectionnew_btn {
	margin-top: 35px;
	text-align: center;
}
.section_content ul {
	margin-top: 20px;
	margin-left: 35px;
}
.section_content ul li{
	margin-bottom: 8px;
	font-size: 17px;
	line-height: 160%;
}
.section_content ul li:last-child{
	margin-bottom: 0;
}
.single_newtesti_box {
	text-align: center;
	background: #fff;
	border-radius: 12px;
	padding: 35px 45px;
	height: 100%;
}
.single_newtesti_box_name {
	border-top: 1px solid #e5e5e5;
	padding-top: 25px;
	margin-top: 25px;
}
.single_newtesti_box_star {
	margin-bottom: 15px;
}
.single_newtesti_box_star i {
	color: #F9CA31;
	margin-right: 4px;
}
.single_newtesti_box_star i:last-child {
	margin-right: 0;
}
.home_about_area {
	
}
.sticky_header_active {
	background: #fff;
	box-shadow: 0 0 25px 4px rgba(0,0,0,.07);
}
.header_cta_button {
	margin-top: 11px;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.sticky_header_active .header-mobile-menu-trigger,
.sticky_header_active .header_bottom_user ul li a,
.sticky_header_active .header_bottom_menu ul li a {
	color: #000;
}
.sticky_header_active .header_cta_button {
	border-right: 1px solid #ccc;
}
.header_area {
	transition: all 0.3s;
}

.header_cta_button a{
	display: block;
  background: #19AF00;
  color: #fff;
  font-size: 17px;
  padding: 12px 30px;
  border-radius: 28px;
  font-weight: 600;
}
.header_cta_button a:hover{
	opacity: 0.6;
}
.home_hero_img {
	padding-left: 50px;
}
.home_hero_img img{
	width: 100%;
	height: auto;
}
.home_hero_area_inner {
	text-align: center;
}
.whitebgradious {
	background: #F3F6F2;
	border-radius: 35px;
}
.woocommerce table.shop_table {
	background: #fff;
}
.home_whychosse_new_img {
	padding-right: 40px;
	height: 100%;
}
.home_whychosse_new_img img {
	width: 100%;
	border-radius: 20px;
	height: 100%;
	object-fit: cover;
}
.whyplanner_rownew {
	margin: -20px;
}
.whyplanner_rownew > div{
	padding: 20px;
}
.single_whyplanner_box_img_new {
	margin-bottom: 25px;
}
.single_whyplanner_box_img_new img {
	height: 40px;
	width: auto;
}
.single_whyplanner_box_des_new h2 {
	margin-bottom: 11px;
}
.home_story_slider_area {}
.home_story_slider_area img {
	width: 100%;
	height: auto;
	border-radius: 25px;
}
.slick-dots {
	width: 100%;
	overflow: hidden;
	text-align: center;
	list-style: none;
	padding-top: 20px;
}
.slick-dots li {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	transition: all 0.2s;
	opacity: 0.6;
	margin-right: 6px;
	vertical-align: middle;
}
.slick-dots li:last-child {
	margin-right: 0;
}
.slick-dots li.slick-active {
	opacity: 1;
	width: 12px;
	height: 12px;
}
.slick-dots li:hover {
	opacity: 1;
}
.home_story_slider_main {
	padding-left: 100px;
	padding-right: 100px;
}
.home_dua_box * {
	color: #fff;
}
.home_dua_box {
	text-align: center;
}
.home_dua_box h2 {
	font-size: 35px;
}
.home_dua_box h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 150%;
}
.home_dua_box h4 {
	font-size: 17px;
	font-weight: 600;
	margin-top: 10px;
}
.home_productbook_wrapper_details_price {
	margin-top: 25px;
}
.home_video_box {}
.home_video_box video{
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.home_p_howtostart_area .section_title * {
	color: #fff;
}
.home_howitworks * {
	color: #fff !important;
}
.home_howitworks .single_whyplanner_box_img_new img {
	height: 50px;
}
.home_howitworks .section_title {
	max-width: 500px;
}
.single_whyplanner_box_number {
	margin-bottom: 20px;
}
.single_whyplanner_box_number span {
	font-size: 33px;
	font-weight: 700;
	color: #fff;
	padding: 10px;
	display: inline-block;
	width: 69.5px;
	text-align: center;
	background: #19AF00;
	border-radius: 50%;
}
.home_bonus .single_whyplanner_box_img_new img {
	height: 40px;
}
.home_bonus .section_title,
.home_bonus .single_whyplanner_box_new {
	max-width: 500px;
}
.home_productbook_wrapper_details_price {
	margin-top: 25px;
	font-size: 24px;
	font-weight: 600;
}
.home_productbook_wrapper_details_price del {
	color: #aaa;
	margin-right: 5px;
}
.home_faq_wrapper_row > div:nth-child(1) .row > div:nth-child(even) {
	display: none;
}
.home_faq_wrapper_row > div:nth-child(2) .row > div:nth-child(odd) {
	display: none;
}
.home_faq_wrapper_row_inner,
.home_faq_wrapper_row {
	margin: -11px;
}
.home_faq_wrapper_row_inner > div,
.home_faq_wrapper_row > div {
	padding: 11px;
}
.single_faq {
	background: #fff;
	border-radius: 15px;
}
.single_faq_des {
	padding: 30px;
	border-top: 1px solid #ddd;
	display: none;
}
.single_faq_title {
	position: relative;
	padding: 25px 70px 25px 30px;
	cursor: pointer;
}
.single_faq_title svg {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 20px;
	transition: all 0.2s;
	transform-origin: top;
}
.single_faq_title_active svg {
	transform: rotate(45deg) translate(0, -50%);
}
.footer_widget_social ul {
	list-style: none;
}
.footer_widget_social ul li {
	float: left;
	margin-right: 15px;
}
.footer_widget_social ul li:last-child {
	margin-right: 0;
}
.footer_widget_social {
	margin-top: 35px;
}
.img_slider_box {
	padding-left: 30px;
}
.home_testimonial_area .slick-dots li,
.img_slider_box .slick-dots li {
	background: #000;
}
.img_slider_box img{
	width: 100%;
	border-radius: 30px;
}
.home_closer .single_whyplanner_box_img_new img {
	height: 40px;
}
.home_hero_wrapper .sectionnew_btn {
	text-align: left;
}
.home_hero_wrapper .sectionnew_btn a {
	border: 2px solid #19AF00;
	background: none;
	color: #fff;
}
.mailchimp-newsletter {
    height: 0;
    overflow: hidden;
}
.home_hero_area video {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8'
}
th.download-remaining, th.download-expires, td.download-expires, td.download-remaining {
	display: none !important;
}