body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	font-family: 'Kanit', sans-serif;
	color: #4C5A77;
}

html,
body {
	height: 100%;
}

.main-wrapper {
	position: relative;
	overflow: hidden
}

ul,
ol,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	color: #4C5A77;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	text-decoration: none;
	color: #4C5A77;
}

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

img {
	max-width: 100%;
	display: block;
	height: auto;
	width: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #09152E;
	margin-bottom: 15px;
}

h1,
.h1 {
	font-size: 62px;
	line-height: 72px;
}

h2, .h2 {
    font-size: 42px;
    line-height: 120%;
}

h3,
.h3 {
	font-size: 38px;
	line-height: 46px;
}

h4,
.h4 {
	font-size: 32px;
	line-height: 38px;
}

h5,
.h5 {
	font-size: 20px;
	line-height: 120%;
}

h6,
.h6 {
	font-size: 20px;
	line-height: 24px;
}

.content-text.subject-content .h2{
	font-size:30px
}


p {
	margin-bottom: 25px;
}


p:last-child {
	margin-bottom: 0 !important;
}

button {
	border: none;
	transition: all 0.4s ease 0s;
	background: transparent
}

.section,
section {
	padding: 80px 0
}

.text_white,
.text_white>* {
	color: #fff
}

.font_semibold {
	font-weight: 600
}

.font_medium {
	font-weight: 500
}

.container {
	max-width: 1200px
}

.container.wide {
	max-width: 1300px
}

.container.smalls {
	max-width: 1020px
}

.cta-btn {
	display: inline-block;
	border-radius: 5px;
	font-weight: 500;
	border: 1px solid transparent;
	padding: 13px 26px;
	text-align: center
}

.btn_default {
	border-color: #5291B4;
	color: #fff;
	background: #5291B4
}

.btn_default:hover {
	background: #4BB95B;
	color: #fff;
	border-color: #4BB95B
}

.btn_green {
	background: #4BB95B;
	color: #fff
}

.btn_green:hover {
	border-color: #5291B4;
	color: #fff;
	background: #5291B4
}

.btn_border_white {
	border-color: #54667e;
	color: #fff
}

.btn_border_white:hover {
	background: #fff;
	color: #4BB95B;
	border-color: #fff
}

.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 17px 0;
    background: #0a2144;
    transition: 0.3s all;
}

.header-area.scrolled {
    padding: 5px 0;
}

.mainmenu ul li {
	display: inline-block;
	position: relative;
}

.mainmenu ul li a {
	color: #8f9baa;
	position: relative;
	display: block;
	padding: 20px 15px
}

.mainmenu ul li.has-submenu>a::after {
	position: absolute;
	content: "";
	right: 0;
	width: 7px;
	height: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	top: 47%;
}

.mainmenu ul li.has-submenu>a:hover::after {
	border-color: #fff
}


.mainmenu ul li>ul {
	width: 200px;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 15px;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all .4s;
	transition: all .4s;
	border-top: 4px solid #4BB95B;
	text-align: left;
	box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
	background-color: #ffffff;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.mainmenu ul li a:hover {
	color: #fff
}

.mainmenu ul li a:hover::after {
	border-color: #fff
}

.mainmenu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}

.mainmenu ul li>ul>li {
	display: block;
	padding: 0;
	margin: 0;
}

.mainmenu ul li>ul>li a {
	padding: 7px;
	display: block;
	color: #424A54;
	line-height: normal
}

.mainmenu ul li>ul>li a:hover {
	color: #4BB95B;
	padding-left: 10px
}

.hero-area {
	background: #082144;
	color: #fff;
	position: relative;
	padding-top: 170px;
	clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
}

.site-logo {
	width: 240px
}

.header-area .cta-btn {
	padding: 11px 20px;
	min-width: 120px
}

.cart {
	display: inline-block;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #0d2548;
	border: 1px solid #384d69
}

.search {
	position: relative;
	cursor: pointer;
}

.search-icon {
	cursor: pointer
}

.search-icon img {
	height: 25px
}

.header-action {
	margin-left: 20px
}

.header-action>* {
	margin-left: 20px
}

.group_btn .cta-btn {
	margin-right: 10px
}

.group_btn .cta-btn:last-child {
	margin-right: 0
}

.hero-text .h1 {
	font-weight: 600
}

.hero-text p {
	margin: 30px 0
}

.hero-text .group_btn {
	margin-bottom: 30px
}

.hero-text p span {
	font-weight: 500;
	position: relative;
	text-decoration: underline;
	text-decoration-color: #4BB95B
}

.discount-form {
	padding: 20px;
	background: #0d2548;
	border: 1px solid #384d69;
	border-radius: 10px
}

.discount-form li {
	margin-bottom: 23px
}

.discount-form textarea,
.discount-form input,
.discount-form select {
	height: 60px;
	width: 100%;
	border-radius: 5px;
	background: #193051;
	border: 1px solid transparent;
	padding: 10px 30px;
	color: #fff;
}

.discount-form textarea {
	height: 120px;
	color: #fff;
}

.discount-form ::placeholder {
	opacity: 1;
	color: #8f9baa
}

.discount-form button {
	width: 100%;
	height: 75px;
	font-size: 18px
}

.discount-form input[type="submit"] {
     margin-top: -20px;
}

.discount-form form {
	margin-top: 20px
}

.discount-form .h5 span {
	color: #4BB95B
}

.discount-form input:focus {
	border: 1px solid rgba(127, 206, 223, 0.61)
}

.list_check li {
	padding-left: 26px;
	position: relative;
	margin-right: 15px
}

.list_check li:last-child {
	margin-right: 0
}

.list_check li::before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg id='Group_18921' data-name='Group 18921' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle id='Ellipse_49' data-name='Ellipse 49' cx='14' cy='14' r='14' fill='%234bb95b'/%3E%3Cpath id='Path_3836' data-name='Path 3836' d='M-13173.341 830.849l3.665 3.665 3.248-9.869' transform='translate(13183.632 -815.361)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%
}

.hero-text ul li {
	display: inline-block
}

.hero-text ul {
	margin-top: 30px
}

.presslogos {
	margin-top: 70px
}

.presslogos>div>div {
	display: flex;
	align-items: center;
	padding: 0 20px;
	height: 50px
}

.presslogos>div>div img {
	max-width: 120px;
	max-height: 50px;
	opacity: 0.5
}

.presslogos>div>div img[src*="svg"] {
	min-height: 50px
}

.box {
	display: block;
	position: relative;
	padding: 30px;
	border-radius: 8px
}

.box.style-1 {
	border: 1px solid #c9ccd1
}

.box.style-1 .title {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #0B1214;
	margin-bottom: 10px;
	line-height: 28px
}

.box.style-1 .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-top: -85px;
	margin-bottom: 15px;
	box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.161);
	position: relative
}

.box.style-1 .icon::before {
	position: absolute;
	content: "";
	top: 50px;
	left: -10px;
	width: 10px;
	height: 6px;
	background: #f9f9f9;
}

.box.style-1 .icon::after {
	position: absolute;
	content: "";
	top: 50px;
	right: -10px;
	width: 10px;
	height: 6px;
	background: #e7e7e7;
}

.box.style-1 .icon img {
	width: 100%;
	height: 100%
}

.experience-slider .slide {
	padding: 0 15px;
	padding-top: 80px
}

.experience-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px
}

.bg_light {
	background: #F8FDFF
}

.bg_dark {
	background: #082144
}

.bg_gray {
	background: #FCFCFC
}

.box.style-2 {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #c9ccd1;
	padding: 50px;
	overflow: hidden;
	margin-top: 30px
}

.box.style-2::after {
	position: absolute;
	content: "";
	bottom: 0px;
	width: 100%;
	height: 7px;
	left: 0;
	background: #4BB95B;
	transition: all 0.4s;
	opacity: 0
}

.box.style-2:hover {
	background: #fff;
	border-color: #fff;
	box-shadow: 20px 20px 50px #eaeff1;
	transform: translateY(-6px)
}

.box.style-2:hover::after {
	opacity: 1
}

.skew_y {
	clip-path: polygon(0 4%, 100% 0, 100% 96%, 0% 100%);
}

.link_text {
	font-family: 'Gentium Book Plus', serif;
	font-size: 22px;
	color: #0B1214;
	text-decoration: underline;
	text-decoration-color: #4BB95B;
	transition: all 0.4s
}

.link_text:hover {
	color: #4BB95B;
	text-decoration: underline
}

.link_text img {
	margin-left: 15px
}

.link_text_action {
	margin-top: 30px
}

.package-slider {
	margin-top: 15px;
}

.package-slider .slide {
	padding: 0 25px
}

.package-slider .slick-list {
	margin-left: -25px;
	margin-right: -25px
}

.box.style-3 {
	background: #FCFCFC;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: 30px
}

.box.style-3::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: -1;
	background: #082144
}

.box.style-3 .meta li {
	display: inline-flex;
	padding-right: 18px;
	align-items: center;
	font-weight: 300;
	margin-right: 18px;
	border-right: 1px solid #d4d6da;
	line-height: normal
}

.box.style-3 .meta li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0
}

.box.style-3 .meta li img {
	margin-right: 8px;
	height: 17px
}

.box.style-3 .title {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #09152E
}

.box.style-3 .meta {
	margin-top: 18px;
	margin-bottom: 18px
}

.box.style-3 .list_check li {
	margin-top: 9px;
	font-size: 18px
}

.box.style-3 .icon {
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.06);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 25px;
}

.package-slider .slick-track {
	display: flex;
	flex-wrap: wrap
}

.package-slider .slick-track>div {
	flex: 0 0 33.33%;
	max-width: 33.33%
}

.box.style-3 .text {
	height: 240px;
}

.box.style-3:hover {
	transform: translateY(-10px);
}

.subject-content ul,
.tutorial-content ul,
.list-schedule ul,
.list_bullet {
	margin-top: 20px;
	margin-bottom: 35px
}

.subject-content ul li:last-child,
.tutorial-content ul:last-child,
.list-schedule ul:last-child,
.list_bullet:last-child {
	margin-bottom: 0
}

.subject-content ul li,
.tutorial-content ul li,
.list-schedule ul li,
.list_bullet li {
	padding-left: 15px;
	position: relative;
	margin: 10px 0
}

.list_bullet li:not(.terms-content-text li) {
	font-size: 17px;
}

.terms-content-text .list_bullet {
	margin-top: 0px !important;
	margin-bottom: 25px !important;
}

.subject-content ul li:before,
.tutorial-content ul li:before,
.list-schedule ul li::before,
.list_bullet li::before {
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4BB95B
}

.skew_top {
	clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
}

.reviews-area {
	margin-top: -1px
}

.reviews-area .h2 span {
	display: block
}

.review-slider .slide {
	padding: 0 15px
}

.review-slider .slick-list {
	margin-left: -115px;
	margin-right: -115px
}

.review-box {
	background: #0d2548;
	padding: 40px;
	border-radius: 8px
}

.rating li {
	display: inline-block;
}

.rating li svg {
	width: 16px
}

.review-box .title {
	font-size: 20px;
	margin-top: 5px;
	display: block
}

.review-box p {
	font-style: italic;
	color: #B1BBD0
}

.review-box .head {
	margin-bottom: 20px;
	padding-left: 70px;
	position: relative
}

.review-box .head::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	background: url(../img/quotes-icon-large.svg) no-repeat center;
	width: 60px;
	height: 64px;
	background-size: 100%;
}

.custom_arrows li {
	width: 60px;
	height: 60px;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #2a405e;
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
	justify-content: center;
	transition: all 0.4s
}

.custom_arrows li svg {
	height: 16px
}

.custom_arrows li:hover {
	background: #5291B4;
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.04);
}

.review-slider {
	margin-top: 70px
}

.slick-dots li button {
	display: none
}

.slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 4px;
	border: 1px solid #2a405e;
}

.slick-dots li.slick-active {
	background: #4BB95B;
	border-color: #4BB95B
}

.slick-dots {
	position: inherit;
	bottom: auto;
	margin-top: 30px
}

.review-slider {
	margin-bottom: 0 !important
}

.skew_bottom {
	clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%)
}

.divider hr {
	margin: 0
}

.divider {
	padding: 10px 0;
	margin-top: -1px
}

.divider .container {
	max-width: 1430px
}

.inner_span span {
	color: #4BB95B
}

.content-text p a {
	text-decoration: underline;
	color: #082144
}

small {
	color: #082144
}

p small {
	display: block;
	padding-top: 5px;
	font-size: 12px;
}

.content-text p a:hover {
	text-decoration: none
}

.pr_80 {
	padding-right: 82px
}

.pl_80 {
	padding-left: 82px
}

.sub_heading {
	color: #4BB95B;
	font-size: 18px;
	letter-spacing: 1.5px;
	display: block;
	margin-bottom: 10px
}

.count_box {
	margin-bottom: 30px
}

.count_box span {
	color: #4BB95B;
	font-size: 100px;
	line-height: 1
}

.count_box p {
	font-size: 18px;
	color: #09152E
}

.cta-box {
	padding: 70px 120px;
	border-radius: 8px;
	background: #0E274A;
	position: relative;
	z-index: 1
}

.cta-box.style-2 {
	padding: 70px
}

.cta-box.style-2 span,
.cta-box-full-width span {
	color: #4BB95B
}

.cta-box .group_btn,
.cta-box-full-width .group_btn {
	margin-top: 40px
}

.cta-box span {
	position: relative;
	z-index: 1;
	display: inline-block
}

.cta-box.style-1 span::after {
	position: absolute;
	content: "";
	bottom: 1px;
	left: -9px;
	width: calc(100% + 10px);
	height: 20px;
	background: url(../img/underline.svg) no-repeat center / 100%;
	z-index: -1;
}

.pb_250 {
	padding-bottom: 250px
}

.n_top_200 {
	margin-top: -200px;
	position: relative;
}

.footer-top {
	padding: 80px 0
}

.footer-widget p {
	color: #fff;
	padding-right: 0;
	max-width: 365px;
}

.footer-title {
	display: block;
	font-weight: 600;
	color: #fff;
	font-size: 26px;
	margin-bottom: 20px
}

.footer-links li {
	margin: 6px 0;
	display: block
}

.footer-links li a {
	color: #B1BBD0
}

.column-3 {
	column-count: 3
}

.footer-logo {
	width: 260px;
	margin-bottom: 20px
}

.footer-social ul li {
	display: inline-block;
	margin-right: 15px
}

.footer-social ul li:last-child {
	margin-right: 0
}

.footer-social ul li svg {
	width: 22px;
	height: 22px;
}

.footer-social ul li a path {
	transition: all 0.4s;
	fill: #fff;
	opacity: 0.3;
}

.footer-social ul li a:hover path {
	fill: #4BB95B;
	opacity: 1;
}

.footer-links li a:hover {
	color: #fff
}

.footer-links li a {
	position: relative
}

.footer-links li a::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #4BB95B;
	transition: all 0.4s
}

.footer-links li a:hover::after {
	width: 100%
}

.copyright {
	padding: 30px 0;
	border-top: 1px solid #1e3555
}

.copyright p,
.copyright a {
	color: #949fae;
	font-size: 14px
}

.copyright a:hover {
	color: #fff
}

.footer-area.alt {
	padding-top: 190px;
	margin-top: -190px
}

.breadcrumb-area {
	background: #112144;
	padding-top: 120px;
	padding-bottom: 60px
}

.breadcrumb_navigation {
	padding-bottom: 30px;
	color: #fff;
}

.breadcrumb_navigation a {
	color: #969bad;
	font-weight: 400
}

.breadcrumb_navigation .separator {
	color: #969bad;
	margin: 0 10px;
}

.blog-box {
	display: block;
	border-radius: 8px;
	transition: all 0.4s;
	overflow: hidden;
	border: 1px solid #ddd;
}

.blog-box:hover {
	background: #112144;
	color: #fff;
	transform: translateY(-12px);
	box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.161);
}

.blog-text {
	padding: 30px;
	margin-top: -8px;
	border-radius: 8px;
	padding-top: 38px
}

.blog-text .title {
	display: block;
	color: #0B1214;
	font-size: 26px;
	line-height: 32px;
	display: block;
	margin-bottom: 15px
}

.blog-text .link_text {
	font-size: 20px
}

.blog-text .link_text svg {
	width: 24px;
	margin-left: 10px
}

.blog-box:hover .title {
	color: #fff
}

.blog-box:hover p {
	color: #B1BBD0
}

.blog-box:hover .link_text {
	color: #fff
}

.blog-img img {
	height: 250px;
	object-fit: cover;
}

.blog-img img[src*="top-ten"] {
	object-fit: contain;
}

.blog-img {
	background: #fff;
	position: relative;
}

.blog-box .blog-excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-bottom: 15px;
}

.link_text path {
	transition: all 0.4s
}

.blog-box:hover .link_text path {
	stroke: white
}

.paginations ul li {
	display: inline-block;
	margin: 0 8px
}

.paginations ul {
	text-align: center
}

.paginations {
	margin-top: 50px
}

.paginations li a {
	font-size: 18px;
	color: rgba(76, 90, 119, 0.55);
	display: block;
	padding: 5px
}

.paginations li a:hover,
.paginations li.active a {
	color: #082144
}

.paginations li:first-child a,
.paginations li:last-child a {
	font-size: 13px
}

.paginations li:first-child svg {
	margin-right: 5px
}

.paginations li:last-child svg {
	margin-left: 5px
}

.post_share ul li {
	display: inline-block;
	margin-left: 5px
}

.post_share p {
	margin: 0;
	margin-right: 10px
}

.post_share p img {
	margin-right: 10px;
	font-size: 18px
}

.post_share li svg {
	width: 20px;
	height: 20px
}

.post_share li a {
	display: block;
	padding: 5px
}

.breadcrumb-area.blog .h2 {
	font-size: 50px
}

.post_share li a path,
.post_share li a rect {
	transition: all 0.4s
}

.post_share li a:hover path,
.post_share li a:hover rect {
	fill: white
}

.post_author p,
.post_author a {
	color: #c9cad5
}

.post_author a:hover {
	color: #fff
}

.blog-content-text .cta-box {
	padding: 70px;
	margin: 50px 0
}

.blog-content-text .cta-box .h2 {
	font-size: 40px;
	line-height: 50px;
}

.related-post .blog-box {
	margin-top: 30px
}

.breadcrumb-area.blog {
	padding-bottom: 220px;
}

.blog-content-area {
	margin-top: -270px
}

.related-post-slider .slide {
	padding: 0 15px
}

.related-post-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px
}

.contact_box {
	margin-bottom: 30px;
	display: block;
	background: #f0f2f4;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.c_box {
	padding: 40px 20px;
}

.c_box span {
	display: inline-block;
	font-size: 28px;
	margin-top: 30px;
	font-weight: 600;
	color: #082144;
	position: relative;
	transition: all 0.4s;
	line-height: 40px;
}

.contact_box .action {
	display: block;
	padding: 15px 10px;
	background: #5291B4;
	font-size: 16px;
	letter-spacing: 1.5px;
	transition: all 0.4s;
	color: #fff;
	line-height: 21px;
}

.contact_box img {
	margin: auto;
	width: 50px
}

.contact_form {
	padding: 45px 50px;
	margin-top: -330px;
	position: relative;
	z-index: 11;
	background: #082144;
	border-radius: 12px;
	border: 1px solid #364b67
}

.contact_form li {
	margin-bottom: 16px;
	position: relative
}

.contact_form form {
	margin-top: 30px
}

#registration_form input:not([type="submit"]),
.contact_form input:not([type="submit"]),
.contact_form textarea,
.contact_form select {
	height: 70px;
	width: 100%;
	border-radius: 5px;
	background: #152c4e;
	border: 1px solid transparent;
	padding: 10px 30px;
	color: #fff;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder,
.contact_form select::placeholder {
	opacity: 1;
	color: #8f9baa
}

.contact_form input:focus,
.contact_form textarea:focus,
.contact_form select:focus {
	border: 1px solid rgba(127, 206, 223, 0.61);
}

.contact_form textarea {
	height: 260px;
}

.contact_form .gfield {
	margin-bottom: 16px;
}

.contact_form .gfield_label {
	display: none;
}

#registration_form input[type="submit"],
.contact_form input[type="submit"] {
	display: inline-block;
	border-radius: 5px;
	font-weight: 500;
	border: 1px solid transparent;
	padding: 13px 26px;
	text-align: center;
	background: #4BB95B;
	color: #fff;
	width: 100%;
}

#registration_form input[type="submit"]:hover,
.contact_form input[type="submit"]:hover {
	border-color: #5291B4;
	color: #fff;
	background: #5291B4
}

.contact_form button {
	width: 100%
}

.c_location {
	position: relative;
	border-radius: 7px;
	overflow: hidden
}

.c_location .contact_box {
	margin: 0;
}

.c_location .c_box span {
	font-size: 28px;
	font-weight: 600
}

.c_location .c_box {
	padding: 102px 30px;
}

.c_location .map_img {
	position: absolute;
	top: 0;
	right: 0;
	width: 56%;
	height: 100%;
}

.contact-area {
	padding-top: 50px
}

.contact_box:hover .c_box span {
	color: #4BB95B;
}

.contact_box:hover .action {
	background: #4BB95B;
	color: #fff
}

.italic {
	font-style: italic
}

.terms-content-text a:hover {
	text-decoration: underline
}

.ceo-area {
	position: relative;
	z-index: 1
}

.ceo-area .content-img img {
	width: 450px
}

.ceo-area::after {
	position: absolute;
	content: "";
	top: 55px;
	left: 0;
	width: 100%;
	height: calc(100% - 44px);
	background: #FCFCFC;
	z-index: -1;
	clip-path: polygon(0 4%, 100% 0, 100% 96%, 0% 100%);
}

.box.style-4 {
	padding: 0;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s;
}

.box.style-4 .box-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 40px
}

.box.style-4 .title {
	font-size: 26px
}

.box.style-4 p {
	letter-spacing: 1.5px;
	color: #4BB95B;
	text-transform: uppercase
}

.box.style-4:hover {
	transform: translateY(-12px);
	box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.161);
}

.box.style-5 {
	background: #FCFCFC;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.box.style-5:hover {
	transform: translateY(-10px)
}

.box.style-5 .h5 {
	margin: 0;
	font-size: 24px
}

.box.style-5 .img {
	min-width: 60px;
	height: 45px;
	margin-right: 20px;
	padding-right: 15px;
	border-right: 1px solid #dbdbdb;
}

.box.style-5 .img img {
	height: 100%
}

.box-list {
	margin: 30px 0
}

.box-list li {
	display: flex;
	align-items: center;
	color: #4C5A77;
	font-size: 18px;
	margin: 15px 0
}

.box-list li img {
	opacity: 0.13;
	margin-right: 15px;
	width: 20px
}

.box .link_text {
	font-size: 18px
}

.box .link_text svg {
	width: 22px;
	margin-left: 15px
}

.tutorial-content ol,
.number_list {
	list-style: none;
	counter-reset: my-awesome-counter;
}

.tutorial-content ol li,
.number_list li {
	counter-increment: my-awesome-counter;
	position: relative;
	padding-left: 20px
}

.tutorial-content ol li:before,
.number_list li::before {
	content: counter(my-awesome-counter) ". ";
	color: #4C5A77;
	font-weight: 700;
	position: absolute;
	left: 0
}

.tutorial-content ul,
.tutorial-content ol {
	padding-left: 50px
}

.tutorial-content ol li,
.tutorial-content ul li {
	margin: 8px 0;
	font-size: 16px
}

.blog-content-text img {
	margin: 30px 0;
	border-radius: 8px
}

.blog-box.style-2 .blog-text {
	margin-top: 0
}

.related-post.alt {
	padding-bottom: 200px
}

.sidebar-widget {
	margin-top: 30px
}

.sidebar-widget .contact_form {
	margin-top: 0
}

.pt_50 {
	padding-top: 50px
}

.sidebar-widget .contact_form {
	padding: 35px 40px
}

.sidebar-widget .contact_form input,
.sidebar-widget .contact_form select {
	height: 60px
}

.sidebar-widget .contact_form textarea {
	height: 150px
}

.video-box {
	position: relative;
	z-index: 1;
	border-radius: 8px;
	overflow: hidden
}

.video-box::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #082144;
	opacity: 0.93
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.06);
	width: 60px;
	height: 60px;
	transform: translate(-50%, -50%) scale(1)
}

.play-icon:hover {
	transform: translate(-50%, -50%) scale(1.1)
}

.reviews-area.alt .review-box {
	border: 1px solid #e2e6e8;
	background: transparent
}

.reviews-area.alt .review-box .title {
	color: #082144
}

.reviews-area.alt p {
	color: #4C5A77
}

.reviews-area.alt .custom_arrows li {
	border-color: rgba(8, 33, 68, 0.2)
}

.reviews-area.alt .custom_arrows li:hover path {
	stroke: white
}

.reviews-area.alt .custom_arrows li:hover {
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.24);
}

.reviews-area.alt .review-slider .slick-dots li {
	border-color: rgba(8, 33, 68, 0.2)
}

.breadcrumb-area.subject p {
	color: #d4d7dd
}

.subject_meta>ul>li {
	display: inline-flex;
	align-items: center;
	margin-right: 30px
}

.subject_meta {
	margin: 20px 0
}

.subject_meta li:last-child {
	margin-right: 0
}

.subject_meta li ul {
	margin: 0 10px;
	position: relative;
	top: 2px
}

.subject_meta li {
	font-size: 20px;
}

.subject_meta li ul li {
	display: inline-flex
}

.subject_meta>ul>li>ul li {
	width: 16px
}

.subject_meta.alt>ul>li {
	position: relative;
	margin-right: 15px;
	padding-right: 25px
}

.subject_meta.alt>ul>li:last-child {
	margin-right: 0;
	padding-right: 0
}

.subject_meta.alt>ul>li::after {
	position: absolute;
	content: "";
	top: 11px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	right: 0;
	background: #4BB95B
}

.subject_meta.alt>ul>li:last-child::after {
	display: none
}

.text_green {
	color: #4BB95B
}

.content-text p a.text_green {
	color: #4BB95B
}

.text_38 {
	font-size: 38px
}

.n_top_180 {
	padding-top: 250px;
	margin-top: -180px;
}

/* .schedule-classes-table {
	margin-top: 15px;
	overflow: auto;
	max-height: 271px;
}

.schedule-classes-table::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.schedule-classes-table::-webkit-scrollbar {
	width: 3px;
	background-color: #F5F5F5;
}

.schedule-classes-table::-webkit-scrollbar-thumb {
	background-color: #4bb95a;
} */

.table-box {
	background: #FCFCFC;
}

.table-box.highlight {
	background: #f5fafb
}

.table-box .title {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #0B1214;
	padding: 10px 0
}

.table-box>.title {
	padding-top: 30px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-right: 40px;
}

.table-box table {
	width: 100%
}

.table-box td {
	padding: 10px 20px;
	border: 1px solid #dddfe4;
	line-height: 1.2
}

.table-box td:last-child {
	border-right: 0
}

.table-box td:nth-child(4) {
	width: 260px;
}

.table-box td a {
	font-weight: 700;
	color: #4BB95B
}

.table-box td a:hover {
	text-decoration: underline
}

.table-box.alt td:first-child {
	width: 400px;
}

.column_3 {
	column-count: 3
}

.column_2 {
	column-count: 2
}

.column_2 li,
.column_3 li {
	margin-bottom: 10px;
	margin-top: 0
}

.faqs_accordion .accordion-item:first-of-type .accordion-button,
.faqs_accordion .accordion-item:first-of-type {
	border-radius: 8px
}

.faqs_accordion .accordion-item {
	margin-top: 30px;
	border: none;
}

.faqs_accordion .accordion-item:first-child {
	margin-top: 0
}

.faqs_accordion {
	margin-top: 40px
}

.faqs_accordion .accordion-button {
	background-color: #F7F7F7;
	color: #4C5A77;
	font-size: 18px;
	padding: 30px 40px;
	box-shadow: none;
	border-radius: 8px;
	font-weight: 600
}

.faqs_accordion .accordion-body {
	padding: 40px 40px;
	background-color: #f7f7f7;
	border-radius: 8px;
	margin-top: -10px;
	padding-top: 50px;
	color: #4C5A77
}

.faqs_accordion .accordion-body p {
	color: #4C5A77
}

.faqs_accordion .accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 8px
}

.faqs_accordion .accordion-button:not(.collapsed) {
	background-color: #082144;
	color: #fff
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.text_list li {
	display: inline-block;
	margin-right: 30px;
	margin-top: 20px;
	margin-left: 0;
	margin-bottom: 0
}

.text_list li a {
	display: block;
	position: relative
}

.text_list li a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #4BB95B;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s;
}

.text_list li a:hover {
	color: #4BB95B;
}

.text_list li a:hover::after {
	transform-origin: bottom left;
	transform: scaleX(1);
}

.subject-content ul {
	padding-left: 15px;
}

.subject-content ol {
	padding-left: 15px;
	margin: 15px 0
}

.subject-content .h6 {
	margin-bottom: 25px
}

.custom_select {
	position: relative;
	cursor: pointer
}

.select-hidden {
	display: none;
}

ul.select-options {
	display: none;
}

.select-styled {
	padding: 16px 30px;
	background-color: #152c4e;
	color: #8f9baa;
	width: 100%;
	border-radius: 5px;
	position: relative;
	height: 60px;
	font-weight: 400;
}

.select-styled.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select-styled:after {
	content: "";
	border: 2px solid #fff;
	width: 8px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	right: 25px;
	z-index: 55;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.select-styled.active:after {
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}

ul.select-options {
	display: none;
	background: #fff !important;
	position: absolute;
	top: 100%;
	z-index: 222;
	left: 0;
	padding: 20px 30px;
	box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.15);
	width: 100%;
	max-height: 165px;
	overflow: auto;
}

ul.select-options li {
	color: #4e4e4e;
	cursor: pointer;
	margin-bottom: 5px;
	font-size: 15px;
}

ul.select-options li:hover {
	color: rgba(0, 71, 125, 0.77);
}

ul.select-options li:first-child {
	display: none;
}

.schedule-box table {
	background: #EFF6F8;
	width: 100%;
	box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.07);
	border-radius: 12px
}

.schedule-box th {
	background: #09152E;
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	padding: 25px 35px;

}

.schedule-box th:first-child {
	border-top-left-radius: 12px;
}

.schedule-box th:last-child {
	color: #4BB95B;
	border-top-right-radius: 12px;
	text-align: right
}

.schedule-box td {
	padding: 25px 35px
}

.schedule-box .title {
	font-size: 18px;
	font-weight: 600;
	color: #0B1214;
	display: block
}

.schedule-box td a {
	display: inline-block;
	padding: 8px 20px;
	font-weight: 500;
	color: #082144;
	border: 1px solid #d4dce2;
	border-radius: 6px;
	font-size: 15px
}

.schedule-box td a:hover {
	background: #4BB95B;
	border-color: #4BB95B;
	color: #fff
}

.schedule-box td:first-child {
	padding-right: 10px
}

.schedule-box td:last-child {
	padding-left: 10px
}

.schedule-box td {
	border-bottom: 1px solid #d4dce2;
}

.schedule-box tr:last-child td {
	border: none
}

.schedule-box {
	margin-top: -420px;
}

.more_links {
	text-align: center
}

.more_links li {
	display: inline-block;
	margin: 5px
}

.more_links {
	margin-top: 30px
}

.more_links li a {
	display: block;
	padding: 7px 12px;
	font-size: 14px;
	color: #4c5a77;
	border-radius: 6px;
	background: #f5f5f5;
}

.more_links li a:hover {
	background: #082144;
	color: #fff;
	transform: translateY(-5px)
}

.faqs_accordion.alt .accordion-button {
	background: #FCFCFC;
	font-size: 26px;
	color: #0B1214;
	padding-left: 60px;
	position: relative
}

.faqs_accordion.alt .accordion-button::before {
	position: absolute;
	content: "";
	left: 23px;
	top: 52%;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #DEE0E5;
	background: #FCFCFC;
	transform: translateY(-50%);
	z-index: 11
}

.faqs_accordion.alt .accordion-button:hover {
	z-index: inherit
}

.faqs_accordion.alt .accordion-button:not(.collapsed) {
	background-color: #FCFCFC;
	color: #0B1214;
	z-index: inherit
}

.faqs_accordion.alt .accordion-button.collapsed::before {
	background: #FCFCFC;
	border-color: #DEE0E5
}

.faqs_accordion.alt .accordion-button:not(.collapsed)::before {
	background: #4BB95B;
	border-color: #4BB95B
}

.faqs_accordion.alt .accordion-body {
	background-color: #FCFCFC;
	padding-top: 5px;
	padding-left: 60px;
	padding-right: 20px
}

.faqs_accordion.alt {
	position: relative;
	z-index: 1
}

.faqs_accordion.alt .accordion-item {
	position: relative;
}

.faqs_accordion.alt .accordion-item:not(.last)::before {
	position: absolute;
	content: "";
	left: 29px;
	top: 40px;
	width: 1px;
	height: calc(100% + 40px);
	border: 1px solid rgba(76, 90, 119, 0.17);
	z-index: 11;
}

.faqs_accordion.alt .accordion-item.active:before {
	border: 1px solid #4BB95B;
}

.faqs_accordion.alt .accordion-item.active .accordion-button::before {
	background: #4BB95B;
	border-color: #4BB95B;
}


.text-box {
	padding-right: 15px;
	position: relative;
	margin-top: 30px
}

.text-box::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	border-right: 1px solid rgba(76, 90, 119, 0.17)
}

.text-box .title {
	font-size: 17px;
	font-weight: 600;
	display: block;
	color: #082144;
	margin-bottom: 10px;
	line-height: 22px;
}

.text-box-inner .col-md-3:last-child .text-box::after {
	display: none
}

.text-box p {
	font-size: 15px;
	line-height: 26px
}

.full-width .site-logo {
	margin: auto;
	display: block
}

.full-width {
	padding: 60px 0
}

.full-width .header {
	margin-bottom: 100px;
	position: relative
}

.box.style-7 {
	background: #fff;
	padding: 0;
	border-radius: 8px;
	margin-top: 30px;
	overflow: hidden
}

.box.style-7 img {
	display: block;
	margin: auto;
	max-height: 90px;
}

.box.style-7 span {
	font-weight: 500;
	font-size: 16px;
	color: #082144;
	transition: all 0.4s
}

.box.style-7 svg,
.box.style-8 svg {
	width: 22px;
	height: 22px
}

.box.style-7 .action {
	padding: 15px 20px;
	border-top: 1px solid rgba(76, 90, 119, 0.18);
	transition: all 0.4s
}

.box.style-7:hover .action {
	background: #4BB95B;
	border-color: #4BB95B
}

.box.style-7:hover span {
	color: #fff
}

.box.style-7:hover path {
	stroke: white
}

.box.style-7:hover {
	transform: translateY(-8px)
}

.box.style-7 .image,
.box.style-8 .image {
	padding: 30px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px
}

.box.style-8 .image {
	justify-content: flex-start
}

.box.style-8 .image img {
	width: 80px;
	margin-right: 15px
}

.back_btn {
	font-weight: 500;
	color: #fff;
	position: absolute
}

.back_btn svg {
	margin-right: 10px
}

.back_btn:hover {
	color: #4BB95B
}

.back_btn:hover path {
	stroke: #4BB95B
}

.box.style-8 {
	background: #fff;
	padding: 0;
	border-radius: 8px;
	margin-top: 30px;
	overflow: hidden
}

.box.style-8 .action {
	border-top: 1px solid rgba(76, 90, 119, 0.18);
}

.box.style-8 .image {
	height: 160px
}

.box.style-8 .action span {
	padding: 20px 30px;
	font-weight: 500;
	font-size: 16px;
	color: #082144;
	transition: all 0.4s;
	display: inline-block
}

.box.style-8 .action svg {
	margin-left: 10px
}

.box.style-8 .title {
	font-weight: 600;
	color: #082144;
	font-size: 22px
}

.box.style-8:hover .action span {
	background: #4BB95B;
	color: #fff
}

.box.style-8:hover path {
	stroke: white
}

.tooltips {
	position: absolute;
	right: 5px;
	top: 5px
}

.custom-tooltip {
	--bs-tooltip-bg: #ededed;
	--bs-tooltip-color: #000;
	--bs-tooltip-opacity: 1;
	--bs-tooltip-padding-y: 15px;
	--bs-tooltip-padding-x: 15px;
}

.search-box {
	padding: 20px;
	background: #fff;
	overflow: hidden;
	box-shadow: 30px 30px 50px rgb(0 0 0 / 16%);
	position: absolute;
	top: 35px;
	right: 0;
	width: 300px;
	transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
	z-index: 11;
}

.search-box.active {
	visibility: visible;
	opacity: 1
}

.search-box form {
	position: relative;
	width: 100%;
	height: 50px;
	border: 1px solid rgba(112, 112, 112, 0.1);
	border-radius: 5px
}

.search-box form input {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	padding: 10px 20px
}

.search-box form button {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	opacity: 1;
	transition: all 0.4s;
	width: 30px;
}

.search-box form button:hover {
	opacity: 1
}


.header-toggle {
	display: none;
}

.header-toggle {
	height: 46px;
	width: 46px;
	text-align: center;
	background: #4BB95B;
	margin-left: 10px;
	border-radius: 5px
}

.header-toggle span {
	height: 2px;
	width: 95%;
	background: #fff;
	display: block;
	margin-top: 5px;
	position: relative;
	transition: all 0.2s ease 0s;
	border-radius: 5px;
	margin-right: auto;
	margin-left: 0;
}

.header-toggle span:nth-child(1) {
	top: 4px;
}

.header-toggle span:nth-child(2) {
	top: 6px;
	width: 65%;
}

.header-toggle span:nth-child(3) {
	top: 8px;
}

#menu-toggle {
	width: 42px;
	height: 42px;
	display: block;
	position: relative;
	background: transparent;
	padding: 4px 8px;
	border-radius: 7px;
	margin-left: auto;
	margin-right: auto;
}

.mobile-quote-btn {
	display: none;
	margin-top: 30px;
}

.mobile-quote-btn .cta-btn {
	width: 100%;
	font-size: 16px
}
.dis_img{
	width:100%
}

/* Responsive */
@media(max-width:1200px) {
	.site-logo {
		width: 200px;
	}

	.box {
		padding: 20px
	}

	.box.style-1 .title {
		font-size: 16px;
		line-height: 24px;
	}

	.box.style-1 p {
		font-size: 13px;
		line-height: 24px;
	}

	.box.style-1 .icon {
		width: 82px;
		height: 82px;
		margin-top: -70px;
	}

	.box.style-3 .title {
		font-size: 22px
	}

	.box.style-3 .list_check li {
		margin-top: 7px;
		font-size: 16px;
	}

	.count_box span {
		font-size: 60px
	}

	.cta-box {
		padding: 70px 50px;
	}

	.pr_80 {
		padding-right: 0;
	}

	.blog-text .title {
		font-size: 20px;
		line-height: 27px;
	}

	.paginations li a {
		font-size: 14px;
		padding: 3px;
	}

	.paginations ul li {
		margin: 0 5px
	}

	.paginations {
		margin-top: 30px;
	}

	.table-box.alt td:first-child {
		width: 350px;
	}

	.table-box td {
		padding: 15px 30px
	}

	.table-box td .title {
		padding: 0
	}

	.contact_form input,
	.contact_form textarea,
	.contact_form select {
		padding: 10px 20px
	}
}


@media(max-width: 991px) {

	.box.style-1 {
		min-height: 235px;
	}

	nav#menu>ul>li {
		position: relative;
	}

	nav#menu>ul>li>span {
		width: 30px;
		height: 30px;
		position: absolute;
		right: 0;
		top: 16px;
		z-index: 2;
	}

	.header-area {
		padding: 0
	}

	.header-inn {
		padding: 15px 0
	}

	.mobile-quote-btn {
		display: block
	}

	nav#menu {
		position: absolute;
		top: 99%;
		left: 0;
		width: 100%;
		display: block;
		z-index: 999;
		min-height: calc(100vh - 71px);
		opacity: 0;
		visibility: hidden;
		transition: 0.3s all;
	}

	nav#menu.active {
		opacity: 1;
		visibility: visible;
		transition: 0.3s all;
	}

	.mainmenu ul {
		text-align: left;
	}

	nav#menu,
	nav#menu>ul ul {
		overflow: hidden;
		max-height: 0;
		background: #082144;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}

	nav#menu,
	nav#menu>ul ul {
		overflow: auto;
		padding: 50px 20px;
	}

	.search {
		position: inherit;
	}

	.search-icon img {
		height: 20px;
	}

	.search-box {
		top: 70px;
		width: 100%;
	}

	.cart {
		width: 46px;
		height: 46px
	}

	.cart img {
		width: 20px
	}

	.header-action>* {
		margin-left: 15px;
	}

	nav#menu>ul>li {
		display: block !important;
		margin: 0 !important;
		padding: 0
	}

	nav#menu ul ul,
	nav#menu ul ul ul {
		display: inherit;
		position: relative;
		left: auto;
		top: auto;
		padding: 0
	}

	nav#menu ul ul.sub-menu.active {
		visibility: visible;
		opacity: 1;
		max-height: 55em;
	}

	nav#menu>ul>li>a {
		display: block;
		position: relative;
		padding: 15px 0px;
		color: #fff;
		border-bottom: 1px solid #112c52;
		font-size: 16px;
	}

	nav#menu>ul>li:last-child>a {
		border: none
	}

	.mainmenu ul li>ul {
		border: none
	}

	nav#menu li.has-submenu>a:after {
		display: none;
	}

	nav#menu li.has-submenu>a.active:after {
		content: "-";
	}

	.sub-menu::before {
		height: 90% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
	}

	.sub-menu::after {
		display: none
	}

	nav#menu li.has-submenu>a.active:after {
		content: "-";
		font-size: 20px
	}

	nav#menu ul>li:not(.megamenu) ul a {
		padding: 13px 0px;
		line-height: normal;
		color: #fff;
		font-size: 15px;
		border-bottom: 1px solid #112c52
	}

	ul.sub-menu {
		padding-left: 20px;
	}

	.header-toggle .active span:nth-child(2) {
		opacity: 0
	}

	.header-toggle .active span:nth-child(1) {
		top: 14px;
		transform: rotate(45deg);
	}

	.header-toggle .active span:nth-child(3) {
		top: 0px;
		transform: rotate(-45deg);
	}

	.header-toggle {
		display: block;
	}

	nav#menu>ul ul {
		background: transparent;
		box-shadow: none;
		width: 100%;
		padding-left: 15px
	}

	.header-action {
		display: none
	}

	.site-logo {
		width: 160px;
	}

	br {
		display: none
	}

	.hero-text p {
		margin: 15px 0;
	}

	.cta-btn {
		padding: 10px 20px;
	}

	.hero-text ul li {
		margin: 3px;
		font-size: 14px;
	}

	.discount-form {
		padding: 25px
	}

	.discount-form input,
	.discount-form button {
		height: 60px;
		width: 100%;
		padding: 10px 15px;
		font-size: 14px;
	}

	.discount-form li {
		margin-bottom: 15px;
	}

	.presslogos {
		margin-top: 40px;
	}

	.box {
		padding: 25px
	}

	section,
	.section {
		padding: 50px 0
	}

	.slick-slider {
		margin-bottom: 0 !important
	}

	.package-slider .slick-track {
		display: block
	}

	.package-slider .slick-track>div {
		max-width: 100%;
	}

	.review-slider .slick-list {
		margin-left: 0px;
		margin-right: 0px;
	}

	.pr_80 {
		padding-right: 0;
	}

	.cta-box.style-1 span::after {
		height: 10px
	}

	.box.style-3 .list_check li {
		font-size: 16px;
		margin-top: 5px
	}

	.box.style-1 .title {
		font-size: 18px
	}

	.box.style-3 .title {
		font-size: 20px
	}

	.list_bullet li {
		font-size: 15px;
		margin: 5px 0;
		line-height: 24px
	}

	.footer-title {
		font-size: 22px
	}

	h1,
	.h1 {
		font-size: 38px;
		line-height: 46px;
	}

	h2,
	.h2 {
		font-size: 34px;
		line-height: 42px;
	}

	h3,
	.h3 {
		font-size: 28px;
		line-height: 36px;
	}

	h4,
	.h4 {
		font-size: 26px;
		line-height: 32px;
	}

	h5,
	.h5 {
		font-size: 20px;
		line-height: 28px;
	}

	h6,
	.h6 {
		font-size: 18px;
		line-height: 24px;
	}

	.text_38 {
		font-size: 26px;
	}

	.blog-text .title {
		font-size: 22px;
		line-height: 28px;
	}

	.hero-area {
		padding-top: 125px;
		clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%)
	}

	.box.style-1 .title {
		padding-right: 20px
	}

	.skew_y {
		clip-path: polygon(0 2%, 100% 0, 100% 98%, 0% 100%);
	}

	.box.style-2 {
		height: 100px;
		padding: 35px;
	}


	.skew_top {
		clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
	}

	.review-slider {
		margin-top: 30px;
	}

	.count_box span {
		font-size: 56px
	}

	.cta-box {
		padding: 50px 80px;
	}

	.footer-logo {
		width: 230px;
		margin: 0 auto 20px;
	}

	.footer-widget p {
		text-align: center;
		padding: 0;
		width: 80%;
		margin: auto
	}

	.footer-social {
		margin-top: 30px
	}

	.footer-widget {
		margin: 20px 0
	}

	.footer-top {
		padding: 40px 0;
	}

	.footer-links li a {
		font-size: 14px
	}

	.breadcrumb_navigation {
		padding-bottom: 10px;
	}

	.breadcrumb-area {
		padding-top: 100px;
		padding-bottom: 40px;
	}

	.ceo-area::after {
		clip-path: polygon(0 2%, 100% 0, 100% 98%, 0% 100%)
	}

	.box.style-4 .title {
		font-size: 22px;
	}

	.breadcrumb-area.blog .h2 {
		font-size: 36px;
	}

	.blog-content-text .cta-box .h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.blog-page .blog-box {
		margin-bottom: 30px
	}

	.c_box span {
		font-size: 24px
	}

	.c_location .c_box span {
		font-size: 24px
	}

	.c_box {
		padding: 30px 20px;
	}

	.contact_form {
		padding: 30px;
	}

	.c_location .c_box {
		padding: 40px 30px;
	}

	.full-width .header {
		margin-bottom: 50px;
	}

	.box.style-7 .image {
		height: 120px
	}

	.box.style-7 span {
		font-size: 14px
	}

	.box.style-7 .action {
		padding: 12px
	}

	.box.style-7 svg {
		display: none
	}

	.box.style-7 .action {
		justify-content: center !important;
		text-align: center
	}

	.box.style-7 span {
		font-size: 13px
	}

	.box.style-8 .title {
		font-size: 18px
	}

	.faqs_accordion .accordion-button {
		padding: 20px;
		font-size: 16px
	}

	.faqs_accordion .accordion-body {
		padding: 40px 20px
	}

	.cta-box-full-width .group_btn .cta-btn {
		display: inline-block
	}

	.text_list {
		text-align: center
	}

	.text_list li {
		margin: 5px 8px
	}

	.table-box td {
		padding: 12px 15px;
		font-size: 15px;
	}

	.table-box>.title {
		padding-left: 15px;
		padding-right: 15px
	}

	.table-box.alt td:first-child {
		width: 210px
	}

	.table-box td .title {
		font-size: 16px;
		padding: 0
	}

	.subject_meta.alt>ul>li::after {
		display: none
	}

	.schedule-box {
		margin-top: -530px;
	}

	.schedule-box td:last-child {
		padding-right: 20px;
		text-align: right
	}

	.list-schedule ul,
	.subject-content .column_2 {
		column-count: 1
	}

	.faqs_accordion.alt .accordion-button {
		font-size: 18px
	}

	.box-list li {
		font-size: 16px
	}

	.box.style-5 .h5 {
		font-size: 20px;
	}

	.tutorial-content ul,
	.tutorial-content ol {
		padding-left: 25px;
	}

	.discount-form button {
		font-size: 16px
	}
}


@media(max-width: 767px) {

	.box.style-1 .title {
		padding-right: 0
	}

	.box.style-2 {
		height: 100px;
		padding: 25px;
	}

	.review-slider {
		margin-top: 30px;
	}

	.count_box span {
		font-size: 45px
	}

	.count_box p {
		font-size: 15px;
		line-height: normal;
	}

	.count_box {
		margin-bottom: 0;
		margin-top: 30px
	}


	.hero-area .cta-btn {
		display: block;
		margin-top: 10px
	}

	.hero-area .group_btn .cta-btn {
		margin-right: 0px;
	}

	.hero-text .list_check li::before {
		width: 12px;
		height: 17px;
	}

	.hero-text ul li {
		padding-left: 16px
	}

	.skew_y,
	.skew_top,
	.skew_bottom {
		clip-path: inherit;
	}

	.ceo-area::after {
		clip-path: inherit
	}

	.group_btn .cta-btn {
		margin: 5px 0;
		display: block
	}

	.cta-box {
		padding: 30px
	}

	.cta-box .group_btn .cta-btn {
		display: inline-block;
		margin: 0 5px
	}

	.footer-area.alt {
		padding-top: 150px;
		margin-top: -150px;
	}

	.footer-widget .column-3 {
		column-count: 2;
	}

	.footer-links li {
		margin-top: 0;
		margin-bottom: 6px
	}

	.footer-widget p {
		width: 100%
	}

	.ceo-area {
		padding: 50px 0 !important
	}

	.ceo-area::after {
		top: 0;
		height: 100%;
	}

	.box.style-4 {
		margin-top: 30px
	}

	.breadcrumb-area.blog {
		padding-bottom: 120px;
	}

	.blog-content-area {
		margin-top: -165px;
	}

	.blog-content-text .cta-box {
		padding: 30px
	}

	.blog-text .title {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.blog-text p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}

	.cta-box.style-2 {
		padding: 30px
	}

	.subject_meta>ul>li {
		margin-right: 15px;
		font-size: 16px;
	}

	.schedule-box {
		margin-top: -620px;
	}

	.schedule-box th {
		font-size: 18px;
		padding: 20px 25px;
	}

	.schedule-box td {
		padding: 20px 25px;
	}

	.contact_form input,
	.contact_form textarea,
	.contact_form select {
		padding: 10px 20px;
		font-size: 14px
	}

	.more_links {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.more_links li {
		margin: 0px;
		flex: 0 0 50%;
		max-width: 48%;
	}

	.more_links li a {
		padding: 10px 10px;
		font-size: 14px;
		line-height: 20px;
	}

	.schedule-box td:last-child {
		text-align: right
	}

	.accordion-body .column_2 {
		column-count: 1
	}

}

@media(max-width: 575px) {
	

	.discount-form {
		margin-top: 30px
	}

	.footer-area.alt {
		padding-top: 190px;
		margin-top: -190px;
	}

	.box.style-3 .text {
		height: auto;
	}

	.cta-btn {
		display: block;
		margin: 5px 0
	}

	.group_btn .cta-btn {
		margin-right: 0px;
	}

	.custom_arrows {
		margin-top: 30px
	}

	.content-img {
		margin-bottom: 30px
	}

	.footer_acc.acc ul {
		display: block;
	}

	.footer-title {
		font-size: 18px
	}

	.footer_acc .footer-title {
		position: relative;
		border-bottom: 1px solid rgba(112, 112, 112, 0.12);
		padding: 10px;
		margin: 0;

	}

	.footer_acc .footer-title:before {
		content: "";
		border: 1px solid #FFF8E2;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) rotate(135deg);
		border-width: 1px 1px 0 0;
	}

	.footer_acc.acc .footer-title:before {
		transform: rotate(-45deg);
	}

	.footer_acc ul {
		display: none;
		padding: 20px;
		background: rgba(112, 112, 112, 0.12);
	}

	.footer-widget {
		margin: 0
	}

	.cta-box .group_btn .cta-btn {
		display: block;
		margin: 5px 0
	}

	.box.style-4 .box-text {
		padding: 10px 15px;
	}

	.box.style-4 .title {
		font-size: 18px;
	}

	.box.style-4 p {
		font-size: 15px;
		letter-spacing: 1px
	}

	.footer-top .col-lg-4 .footer-widget {
		margin-bottom: 20px
	}

	.contact_form {
		margin-bottom: 30px;
		margin-top: 0;
	}

	.subject_meta li ul {
		margin-left: 0
	}

	.subject_meta>ul>li {
		margin-right: 0;
		margin-top: 7px
	}

	.table thead {
		display: none;
	}

	.table-box table,
	.table-box tbody,
	.table-box tr,
	.table-box td {
		display: block;
		width: 100%;
	}

	.table-box tr {
		margin-bottom: 0;
	}

	.table-box table tbody {
		border-bottom: 1px solid #dddfe4;
		margin-bottom: 0
	}

	.table-box td {
		padding-left: 120px;
		text-align: left;
		position: relative;
	}
	
	.table-box td:nth-child(4) {
	    width: 100%;
	}	

	.table-box td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		width: 70%;
		padding-left: 20px;
		font-size: 15px;
		font-weight: 600;
		text-align: left;
		z-index: 1;
		color: #fff;
		top: 50%;
		transform: translateY(-50%);
	}

	.table-box td::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		height: 100%;
		width: 105px;
		background: #0E274A
	}

	.table-box>.title {
		padding-left: 20px;
		padding-right: 20px
	}

	.table-box td {
		border-right: 0;
		border-bottom: 0
	}

	.table-box.alt td:first-child {
		padding-left: 20px
	}

	.table-box.alt td:first-child::before {
		display: none
	}

	.table-box.alt td:first-child::after {
		display: none
	}

	.table-box.alt tr:first-child td {
		border-bottom: 0;
		border-top: 1px solid #dddfe4
	}

	.table-box.alt td:first-child {
		width: 100%
	}

	.column_3,
	.column_2 {
		column-count: 1;
	}

	.subject_meta>ul>li {
		display: flex
	}

	.schedule-box {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.schedule-box td:last-child {
		padding-left: 10px;
		padding-right: 10px;
	}

	.more_links li {
		margin: 0px;
		flex: 0 0 50%;
		max-width: 48%;
	}
}

@media(min-width:992px) {

	.fs-24 {
		font-size: 20px;
		line-height: 1.5;
	}

}

.box.style-3.alt::before {
	background: #09152E;
}

.video-box.alt {
	margin-top: 30px;
}

.video-box.alt::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4c5a77;
	opacity: 0.36;
}

.text-blue {
	color: #5291B4;
}

.class__details li {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 20px;
}

.class__details li::before {
	top: 7px;
}

.class__details td {
	padding: 10px 20px;
}

.class__details td:last-child {
	width: 90px;
	text-align: center;
}

.class__details td:nth-last-child(2) {
	width: 60px;
}

.class__details td span:not(.title):not(.edd-cart-ajax-alert):not(.edd-cart-added-alert) {
	font-size: 16px;
	padding-bottom: 5px;
}

.request-info {
	border: 1px solid #eee;
	padding: 40px 30px;
	text-align: center;
	display: block;
}

.request-info h3 {
	font-size: 25px;
	margin: 0 0 30px;
}

.credits {
	color: #949fae;
}

.box-list a,
.copyright a {
	position: relative;
}

.copyright a:hover {
	color: #fff;
}

.box-list a:after,
.copyright a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #4BB95B;
	transition: all 0.4s
}

.box-list a:hover:after,
.copyright a:hover::after {
	width: 100%
}

.box-list a:hover {
	color: #4BB95B;
}

.related-post {
	padding-bottom: 0;
}

@media(min-width:992px) {

	.related-post .slick-list {
		overflow: visible;
	}

}

.related-post .related-post-slider .slick-slide {
	padding-top: 30px;
	padding-bottom: 80px;
	margin-top: -30px;
}

.related-post-slider .slick-dots {
	position: inherit;
	bottom: auto;
	margin-top: -50px;
	margin-bottom: 30px;
}

.lity-content [id*="boxpopup"] {
	padding: 30px;
	border-radius: 10px;
	width: 95%;
	max-width: 750px;
	margin: 0 auto;
}

.blog-text-content {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}

.instruction,
.gform_validation_errors {
	display: none;
}

.gfield_validation_message {
	color: red;
	font-size: 14px;
	display: block;
}

body.error404 .footer-area.alt {
	padding-top: 0px;
	margin-top: 0;
}

@media(min-width:992px) {

	.pkg-wrap .package-slider .slick-track {
		width: 100% !important;
		transform: none !important;
	}

}

.discount-form .gfield {
	margin-bottom: 16px;
}

.discount-form .gfield_label {
	display: none;
}

.discount-form input[type="submit"] {
	display: inline-block;
	border-radius: 5px;
	font-weight: 500;
	border: 1px solid transparent;
	padding: 13px 26px;
	text-align: center;
	background: #4BB95B;
	color: #fff;
	width: 100%;
}

.discount-form input[type="submit"]:hover {
	border-color: #5291B4;
	color: #fff;
	background: #5291B4
}

.presslogos:not(.active) {
	display: none;
}

.discount-form .select-styled {
	height: 75px;
	background: #193051;
	padding: 22px 30px;
	font-weight: 400;
}

.select-styled.active,
.select-styled.selected {
	color: #fff;
}

.select-styled:not(.active):after {
	border: 2px solid #8f9baa;
	border-width: 0 2px 2px 0;
}

.discount-form select {
	color: #8996a5;
}

.select-options li:first-child {
	display: none;
}


.bg_dark .slick-dots li {
	border: 1px solid #ffffff54;
}

.course-timings+.edd_purchase_submit_wrapper {
	display: none;
}

.list-schedule ul {
	margin-top: 0px;
}

.list-schedule ul li {
	margin: 0 0 10px;
	padding-left: 20px;
}

.list-schedule ul li::before {
	top: 7px;
}

.list-schedule+.cta-btn {
	margin-top: 20px;
}

.table-note {
	font-size: 12px;
	display: block;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.table-note em {
	font-style: normal;
	transform: rotate(90deg);
	display: inline-block;
	font-family: Verdana;
	position: relative;
	top: 2px;
	font-size: 15px;
}

#edd_register_form,
#edd_login_form,
#edd_custom_password_reset_form {
	max-width: 500px;
	width: 95%;
	margin: 100px auto;
	background: #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
	padding: 40px;
	border-radius: 5px;
}


#edd_register_form legend,
#edd_login_form legend,
#edd_custom_password_reset_form legend {
	color: #000;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}

#edd_custom_password_reset_form input:not([type="submit"]),
#edd_register_form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#edd_login_form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	width: 100%;
	height: 45px;
	border-radius: 0;
	border: 1px solid #ddd;
	padding: 0 15px
}

#edd_custom_password_reset_form input[type="submit"],
#edd_register_form input[type="submit"],
#edd_login_form input[type="submit"] {
	display: inline-block;
	border-radius: 5px;
	font-weight: 500;
	border: 1px solid transparent;
	padding: 13px 30px;
	text-align: center;
	background: #4BB95B;
	color: #fff;
	font-size: 17px;
}

#edd_custom_password_reset_form input[type="submit"]:hover,
#edd_register_form input[type="submit"]:hover,
#edd_login_form input[type="submit"]:hover {
	border-color: #5291B4;
	color: #fff;
	background: #5291B4
}

#edd_custom_password_reset_form input[type="submit"]:hover,
#edd_register_form input[type="submit"]:hover,
#edd_login_form input[type="submit"]:hover {
	color: #fff;
	background: #000
}

p.edd-lost-password a:hover {
	color: #4BB95B;
}

.l-blocks-wrap .edd-cart {
	max-width: 1310px;
	margin: 0 auto;
	padding: 100px 20px;
}

.l-blocks-wrap .edd_empty_cart {
	text-align: center;
	display: block;
	font-size: 20px;
}

.content-img img {
	border-radius: 8px;
}

.table-individual-classes {
	border: 1px solid #e5e5e5;
	border-bottom: none;
}

.table-individual-classes>div {
	flex-wrap: wrap;
	border-bottom: 1px solid #e5e5e5;
}

.table-individual-classes>div>div {
	padding: 30px;
}

.table-individual-classes>div>div:first-child {
	width: 40%;
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
}

.table-individual-classes>div>div:last-child {
	width: 60%;
	border-left: 1px solid #e5e5e5;
	min-height: 200px;
	display: flex;
	align-items: center;
}

.table-individual-classes>div>div:first-child img {
	margin: 0 auto 15px;
	max-height: 80px;
	max-width: 220px;
}

.table-individual-classes h3 {
	font-size: 23px;
	color: #000;
	line-height: 1.2;
}

.table-individual-classes ul {
	margin: 0 0 0 20px;
}

.table-individual-classes ul li {
	list-style: disc;
}

.table-individual-classes ul li::marker {
	color: #4BB95B;
}

@media(max-width:992px) {

	.table-individual-classes>div>div:first-child {
		width: 30%;
	}

	.table-individual-classes>div>div:last-child {
		width: 70%;
	}

	.table-individual-classes h3 {
		font-size: 20px;
	}

	.table-individual-classes>div>div:first-child img {
		max-height: 55px;
		max-width: 175px;
	}
}

@media(max-width:767px) {

	.table-individual-classes>div>div:first-child {
		width: 100%;
	}

	.table-individual-classes>div>div:last-child {
		width: 100%;
	}

}

.training-consultants-wrap .contact_form {
	margin: 0;
}

.training-consultants-wrap ul {
	margin: 0 0 20px 20px;
}

.training-consultants-wrap ul li {
	list-style: disc;
	margin: 0 0 3px 0
}

.training-consultants-wrap ul li::marker {
	color: #4BB95B;
}

body.single-post .blog-featured-image img {
	width: 100%;
}

body.single-post .blog-content-text strong {
	font-size: 25px;
	font-weight: 600;
	display: block;
	padding-bottom: 10px;
}

body.single-post .blog-content-text br {
	display: none;
}

.search-results-wrap .blog-box {
	margin-bottom: 30px;
	height: calc(100% - 30px);
	position: relative;
	padding-bottom: 30px;
}

.search-results-wrap .blog-box .link_text {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

section.no-results.not-found {
	text-align: center;
}

section.no-results form input:not([type="submit"]) {
	border: 1px solid #ddd;
	padding: 0 15px;
	border-radius: 5px;
	height: 55px;
}

section.no-results form input[type="submit"] {
	height: 55px;
	display: inline-block;
	border-radius: 5px;
	font-weight: 500;
	border: 1px solid transparent;
	padding: 0 26px;
	text-align: center;
	background: #4BB95B;
	color: #fff;
	border-color: #4BB95B
}


section.no-results form input[type="submit"]:hover {
	border-color: #5291B4;
	color: #fff;
	background: #5291B4
}

body.edd-checkout #edd_checkout_wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 3rem;
	width: 100%;
}

.edd-cart-saving-button {
	display: inline-block;
	border-radius: 5px;
	font-weight: 500;
	border: 1px solid transparent;
	padding: 4px 18px;
	text-align: center;
	border-color: #54667e;
	color: #54667e;
	float: right;
	margin-left: 10px;
	font-size: 14px;
}

.edd-cart-saving-button:hover {
	background: #4BB95B;
	color: #fff;
	border-color: #4BB95B;
}

#edd_checkout_cart {
	width: 100%;
	margin: 0 0 30px;
}

#edd_checkout_cart thead {
	background: #000;
	color: #fff;
}

#edd_checkout_cart tfoot th,
#edd_checkout_cart td {
	border: 1px solid #ddd;
	padding: 10px 20px;
	;
}

#edd_checkout_cart td,
#edd_checkout_cart td span {
	color: #000;
}

#edd_checkout_cart th {
	border: 1px solid #000;
	color: #fff;
	padding: 10px 20px;
	;
}

#edd_checkout_user_info {
	margin: 30px 0 0;
	border: 1px solid #ddd;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
}

#edd_checkout_user_info>legend {
	background: #000;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 20px;
	margin: -30px -30px 0;
	width: calc(100% + 60px);
}

#edd_checkout_user_info h3 {
	border-bottom: 1px solid #ddd;
	margin: -30px -30px 0;
	padding: 10px 30px;
	font-size: 20px;
}

#edd_checkout_user_info>.html {
	width: 100%;
	padding: 0px !important;
}

#edd_checkout_user_info>div:not(.radio):not(.repeat):not(.html) {
	width: 50%;
}

#edd_checkout_user_info>div.radio #edd_checkout_user_info>div.repeat {
	width: 100%;
}

#edd_checkout_user_info>div:nth-child(even) {
	padding-left: 10px;
}

#edd_checkout_user_info>div:nth-child(odd) {
	padding-right: 10px;
}

#edd_checkout_user_info input {
	border: none;
	background: #f5f5f5;
	padding: 0 15px;
	height: 50px;
}

#edd_checkout_user_info .cfm-checkbox-checklist li {
	display: inline-block;
	margin-right: 15px;
}


#edd_checkout_user_info .cfm-checkbox-checklist li input {
	height: auto;
	margin-right: 5px;
}

#edd_checkout_user_info>div.radio,
#edd_checkout_user_info>div.repeat {
	padding: 0 !important;
}

body .student_details>label {
	font-weight: 500;
	display: block;
}

body .student_details>label+span {
	font-size: 14px;
	display: block;
	padding: 0 0 10px;
}

body .student_details th {
	font-size: 15px;
	font-weight: 400;
}

body .cfm-repeat-field-actions button {
	background: #4BB95B;
	border: none;
	border-radius: 0px;
	color: #fff;
	font-size: 30px;
	font-weight: 100;
	width: 50px;
	height: 50px;
	padding: 0;
}

#edd_final_total_wrap {
	font-size: 25px;
	color: #000;
	padding: 25px 0;
	margin: 0;
}

#edd-purchase-button {
	float: right;
	display: inline-block;
	border-radius: 5px;
	font-weight: 500;
	border: 1px solid transparent;
	padding: 13px 26px;
	text-align: center;
	border-color: #5291B4;
	color: #fff;
	background: #5291B4;
	margin-top: -60px;
	min-width: 250px;
	text-transform: uppercase;
	font-size: 18px;
}

#edd-purchase-button:hover {
	background: #4BB95B;
	color: #fff;
	border-color: #4BB95B
}

.edd-payment-icons {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	bottom: 50px;
	right: 3rem;
}

.edd-payment-icons svg {
	margin: 0 0 0 10px;
}

body.edd-checkout #edd_checkout_wrap {
	padding: 50px 3rem 100px;
	position: relative;
}

.mini-cart {
	position: relative;
}

.mini-cart section {
	padding: 0;
}

.mini-cart:after {
	content: "";
	width: 300px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	right: 0;
}

.mini-cart ul:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -6px;
	right: 20px;
}

.mini-cart ul {
	background: #fff;
	position: absolute;
	width: 300px;
	right: 0;
	border-radius: 10px;
	padding: 20px;
	top: calc(100% + 15px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	display: none;
}

.mini-cart:hover ul {
	display: block;
}

.mini-cart .cart {
	position: relative;
	cursor: default;
}

.mini-cart .cart span {
	background: #4bb95a;
	color: #fff;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: -6px;
	right: -8px;
	border-radius: 50%;
	font-weight: 500;
	font-size: 13px;
}

.mini-cart ul li.edd-cart-item {}

.mini-cart .edd-cart-item-block {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-right: 30px;
}

.mini-cart .edd-cart-item-title {
	color: #000;
	font-weight: 500;
	display: block;
	line-height: 18px;
	font-size: 15px;
}

.mini-cart .item-price {
	font-size: 14px;
	display: block;
}

.mini-cart ul li.edd-cart-item {
	position: relative;
}

.mini-cart .edd-remove-from-cart {
	background: red;
	width: 18px;
	height: 18px;
	position: absolute;
	line-height: 14px;
	text-align: center;
	font-size: 24px;
	top: 0;
	right: 0;
	color: #fff;
	border-radius: 3px;
}

.mini-cart .edd_total {
	background: #eee;
	padding: 0 10px;
	color: #000;
	font-weight: 500;
	margin: -10px 0 0
}

.mini-cart .edd_total span {
	float: right;
	font-weight: 400;
}

.mini-cart .edd_checkout a {
	display: inline-block;
	border-radius: 5px;
	font-weight: 500;
	border: 1px solid transparent;
	padding: 10px 26px;
	text-align: center;
	background: #4BB95B;
	color: #fff;
	width: 100%;
	margin: 10px 0 0
}

.mini-cart .edd_checkout a:hover {
	border-color: #5291B4;
	color: #fff;
	background: #5291B4
}

.page-id-389 .l-blocks-wrap {
	max-width: 1200px;
	padding: 60px 3rem;
	margin: 0 auto;
	color: #000;
}

.page-id-389 .l-blocks-wrap>p {
	color: #000;
	font-size: 40px;
	text-align: center;
	margin: 0 0 50px;
	font-weight: 500;
}


.edd-blocks__confirmation .edd_purchase_receipt_files {
	display: none;
}

.edd-blocks__confirmation .edd-blocks__row-label {
	font-weight: 500;
}

.edd-blocks__confirmation h3 {
	font-size: 0px;
	margin: 0;
}

.edd-blocks__confirmation h3:after {
	content: "Courses";
	font-size: 28px;
}

.edd-blocks__confirmation .edd-blocks-receipt__items,
.edd-blocks__confirmation .edd-blocks-receipt__totals {
	border: 1px solid #ddd;
	padding: 0;
}

.edd-blocks__confirmation .edd-blocks-receipt__totals {
	border-bottom: none;
}

.edd-blocks__confirmation .edd-blocks-receipt__items>div,
.edd-blocks__confirmation .edd-blocks-receipt__totals>div {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
}

.edd-blocks__confirmation-details,
.edd-blocks__confirmation .edd-blocks-receipt__totals>.edd-blocks-receipt__row-item:last-of-type {
	display: none;
}

.edd-blocks-receipt__totals {
	position: relative;
	margin-top: 80px;
}

.edd-blocks-receipt__totals:before {
	content: "Order Details";
	font-size: 28px;
	font-weight: 500;
	position: absolute;
	top: -50px;
	left: 0;
}

@media(max-width:991px) {

	.page-id-389 .l-blocks-wrap,
	body.edd-checkout #edd_checkout_wrap {
		padding-right: 20px;
		padding-left: 20px;
	}

}

@media(max-width:767px) {

	.edd-blocks__confirmation .edd-blocks__row-label {
		font-weight: 500;
		line-height: 1.2;
	}

	.page-id-389 .l-blocks-wrap>p {
		font-size: 30px;
		margin: 0 0 30px;
	}

}

.list_bullet.with-links li a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.content-area>.container>.edd_download_purchase_form {
	margin: 40px 0
}

#edd_register_account_fields,
#edd_cc_fields {
	border: 1px solid #ddd;
	margin: 40px 0 0;
	padding: 30px 30px 10px;
}

#edd_cc_fields {
	padding: 30px 30px 30px;
}

#edd_register_account_fields>legend,
#edd_cc_fields>legend {
	background: #000;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 20px;
	margin: -30px -30px 0;
	width: calc(100% + 60px);
}

#edd_register_account_fields>legend {
	margin-bottom: 20px;
}

body #edd_secure_site_wrapper {
	font-weight: 400;
	display: flex;
	align-items: center;
	color: #4bb95a;
	margin: 15px 0 5px;
	padding-top: 13px;
}

body #edd_secure_site_wrapper>span:first-child {
	margin-right: 7px;
}

body #edd_secure_site_wrapper>span svg {
	fill: #4bb95a;
	width: 16px;
	position: relative;
	top: -1px;
}

body #edd_register_account_fields>p>label,
body .edd-stripe-new-card>div label,
body .edd-stripe-new-card>p label {
	display: block;
	font-weight: 500;
}

body #edd_register_account_fields>p span,
body .edd-stripe-new-card>div span,
body .edd-stripe-new-card>p span {
	font-size: 14px;
}

body #edd_register_account_fields>p input,
body .edd-stripe-new-card>div iframe,
body .edd-stripe-new-card>p input {
	width: 100%;
	border: none;
	background: #f5f5f5;
	padding: 0 15px;
	height: 50px;
}

body .edd-stripe-new-card>div .StripeElement {
	background: #f5f5f5;
	padding: 15px 15px;
	border: none;
}

#edd_show_discount {
	background: #5291b4;
	color: #fff;
	text-align: center;
	padding: 13px 0;
	font-size: 17px;
	margin: 0;
	font-weight: 500;
}

#edd_show_discount a {
	color: #fff;
	border-bottom: 1px dotted;
	line-height: 20px;
	display: inline-block;
}

#edd-login-account-wrap {
	margin: 0;
	border: 2px solid #5291b4;
	color: #5291b4;
	text-align: center;
	padding: 13px 0;
	font-size: 17px;
	margin: 15px 0 0;
	font-weight: 500;
}

#edd-login-account-wrap a {
	color: #5291b4;
	border-bottom: 1px dotted;
	line-height: 20px;
	display: inline-block;
}

#edd_login_fields,
#edd-discount-code-wrap {
	border: 1px solid #ddd;
	padding: 20px;
}

#edd_login_fields {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}

#edd_login_fields>p:not(#edd-user-login-submit):not(#edd-new-account-wrap) {
	width: 50%;
}

#edd_login_fields>p:nth-child(2) {
	padding-right: 8px;
}

#edd_login_fields>p:nth-child(3) {
	padding-left: 8px;
}

#edd_login_fields #edd-new-account-wrap,
#edd-discount-code-wrap label {
	background: #000;
	color: #fff;
	padding: 13px 20px;
	margin: -20px -20px 20px;
	width: calc(100% + 40px);
	display: block;
	font-weight: 500;
	font-size: 20px;
}

#edd_login_fields #edd-new-account-wrap {
	font-size: 18px;
}

#edd_login_fields #edd-new-account-wrap a {
	color: #fff;
	border-bottom: 1px dotted;
	line-height: 20px;
	display: inline-block;
}

#edd-discount-code-wrap .edd-description {
	display: block;
}

#edd_login_fields label,
.edd-discount-code-field-wrap {
	margin: 5px 0 0;
	display: block;
}

#edd_login_fields input:not([type="submit"]),
.edd-discount-code-field-wrap input:not([type="submit"]) {
	border: none;
	background: #f5f5f5;
	padding: 0 15px;
	height: 50px;
	min-width: 400px;
}

#edd_login_fields input:not([type="submit"]) {
	width: 100%;
	min-width: 100%;
}

#edd_login_fields input[type="submit"],
.edd-discount-code-field-wrap input[type="submit"] {
	display: inline-block;
	border-radius: 5px;
	font-weight: 500;
	border: 1px solid transparent;
	padding: 0 26px;
	text-align: center;
	background: #4BB95B;
	color: #fff;
	height: 50px;
	font-size: 15px;
	line-height: 1;
	min-width: 130px;
}

#edd_login_fields input[type="submit"]:hover,
.edd-discount-code-field-wrap input[type="submit"]:hover {
	border-color: #5291B4;
	color: #fff;
	background: #5291B4
}

@media(min-width:576px) {

	.content-area>.container>.edd_download_purchase_form .table-box td a {
		font-weight: 700;
		color: #4BB95B
	}

	.content-area>.container>.edd_download_purchase_form .table-box td a:hover {
		text-decoration: underline
	}

	.content-area>.container>.edd_download_purchase_form .table-box table:last-child td {
		border-bottom: none
	}

	.content-area>.container>.edd_download_purchase_form .table-box.alt tr:first-child td {
		border-top: 0
	}

	.content-area>.container>.edd_download_purchase_form .table-box.alt td:first-child {
		width: 300px;
	}

	.content-area>.container>.edd_download_purchase_form .table-box.alt td:nth-child(2) {
		width: 270px;
	}

	.content-area>.container>.edd_download_purchase_form .table-box.alt td:nth-child(3) {
		width: 210px;
	}

	.content-area>.container>.edd_download_purchase_form .table-box.alt td:nth-child(4) {
		width: 150px;
	}

	.content-area>.container>.edd_download_purchase_form tr td:first-child {
		border-left: 0px;
	}

	.content-area>.container>.edd_download_purchase_form tr td:last-of-type {
		border-right: 0px;
	}

	.content-area>.container>.edd_download_purchase_form tr:last-of-type td {
		border-bottom: 0px;
	}
}

.edd_purchase_submit_wrapper {
	position: relative;
}

.edd_purchase_submit_wrapper .edd-cart-added-alert {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.edd_purchase_submit_wrapper .edd-cart-ajax-alert {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: -9px;
    white-space: nowrap;
    color: #000;
}

.edd_purchase_submit_wrapper .edd-cart-added-alert svg {
	width: 10px;
	height: 10px;
}

.edd_cart_item_quantity {
	width: 150px;
}

.edd_cart_item_quantity input {
	border: 1px solid #ddd;
	padding: 0 0 0 5px;
	width: 70px;
	margin: 0 auto;
	text-align: center;
	display: table;
}


.edd_cart_actions {
	width: 40px;
}

.edd_cart_actions a {
	background: red;
	width: 18px;
	height: 18px;
	line-height: 14px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	border-radius: 3px;
	display: table;
	margin: 0 auto;
}

#edd_checkout_cart tfoot th {
	color: #000;
	text-align: right;
}

#edd_checkout_cart tfoot th span {
	font-weight: 400;
}

input[type=number]::-webkit-inner-spin-button {
	opacity: 1
}

.schedule-box .edd_download_quantity_wrapper,
.content-area>.container>.edd_download_purchase_form .edd_download_quantity_wrapper {
	display: none !important;
}

@media(max-width:575px) {

	#edd_login_fields #edd-new-account-wrap {
		font-size: 15px;
		line-height: 1.2;
	}

	#edd_login_fields>p:not(#edd-user-login-submit):not(#edd-new-account-wrap) {
		width: 100%;
	}

	#edd_login_fields>p:nth-child(2) {
		padding-right: 0px;
	}

	#edd_login_fields>p:nth-child(3) {
		padding-left: 0px;
	}

	body #edd_secure_site_wrapper {
		font-size: 13px;
	}

	#edd_show_discount {
		font-size: 15px;
	}

	.edd-discount-code-field-wrap input:not([type="submit"]) {
		min-width: 100%;
		margin-bottom: 15px;
	}

	.edd-discount-code-field-wrap input[type="submit"] {
		width: 100%;
		text-align: center;
	}

	#edd_checkout_cart thead {
		display: none;
	}

	#edd_checkout_cart tbody tr td {
		width: 100%;
		display: block;
		text-align: right;
		position: relative;
		margin-bottom: -1px;
		padding-left: 130px;
		line-height: 1.1
	}

	#edd_checkout_cart tbody tr td[data-label="Course Name"] {
		font-size: 15px;
	}

	.edd_cart_item_quantity input {
		margin: 0 0 0 auto;
		height: 35px;
	}

	.edd_cart_actions a {
		margin: 0 0 0 auto;
	}

	#edd_checkout_cart tbody tr td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		width: 120px;
		padding-left: 20px;
		font-size: 14px;
		font-weight: 600;
		text-align: left;
		z-index: 1;
		color: #fff;
		top: 0;
		height: 100%;
		background: #112144;
		display: flex;
		align-items: center;
	}

	#edd_checkout_user_info>div:not(.radio):not(.repeat):not(.html) {
		width: 100%;
		padding: 0;
	}

	#edd-purchase-button {
		float: none;
		margin: 0 auto;
		display: table;
	}

	#edd_final_total_wrap {
		text-align: center;
	}

}

#edd_msg_edd_cart_save_successful {
	background: #f5f5f5;
	word-break: break-all;
	padding: 15px;
	margin: 0 0 20px !important;
	font-size: 15px;
	line-height: 1.6;
}

#edd_msg_edd_cart_save_successful a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media(max-width:767px) {

	#edd_msg_edd_cart_save_successful {
		font-size: 14px;
	}

	body #edd_register_account_fields>p span {
		margin: 0px 0 7px;
		display: block;
		line-height: 1;
		font-size: 12px;
	}

	body #edd_register_account_fields>p#edd-user-pass-wrap {
		padding: 0 0 !important;
		margin: -10px 0 12px;
	}

	#edd_register_account_fields {
		padding: 30px 30px 30px;
	}

	.student_details {
		width: 100%;
	}

	.student_details table {
		overflow: auto;
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.student_details table th {
		white-space: nowrap;
	}

	.student_details table input {
		min-width: 100px;
	}

	#edd_final_total_wrap {
		font-size: 22px;
	}

	.edd-payment-icons {
		justify-content: center;
		right: 0;
		width: 100%;
	}

}

.class__details .edd_download_quantity_wrapper {
	display: none;
}

body #edd_register_account_fields>p span {
	margin: -7px 0 7px;
	display: block;
}

body #edd_register_account_fields {
	display: flex;
	flex-wrap: wrap;
}

body #edd_register_account_fields>p {
	width: 33.33333%;
}

body #edd_register_account_fields>p#edd-user-pass-wrap {
	padding: 0 15px !important;
}

@media(max-width:767px) {

	body #edd_register_account_fields>p {
		width: 100%;
	}

}

fieldset#edd_login_fields .edd_errors {
	min-width: 100%;
	color: red;
	font-size: 14px;
	margin: -20px 0 15px;
}

fieldset#edd_login_fields .edd_errors a {
	color: #000;
	border-bottom: 1px solid;
	line-height: 15px;
	display: inline-block;
}

.megamenu .sub-menu {
	width: 795px;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 10px 0;
}

.megamenu .sub-menu li {
	width: 33.3333%;
	margin: 0 0 20px;
	padding: 0 10px;
}

.megamenu .sub-menu li a {
	height: 100px;
	position: relative;
	padding: 0 10px;
	padding-top: 75px;
	padding-bottom: 15px;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	display: table;
	width: 100%;
	border: 1px solid #eee;
	transition: 0.3s all;
	color: #000;
}

.megamenu .sub-menu li a:hover {
	font-weight: 600;
	color: #000;
}

.megamenu .sub-menu li a img {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: table;
	height: 50px;
	max-width: 150px;
}

.megamenu .sub-menu li a:hover {
	border-color: #4BB95B;
}

@media(min-width:992px) and (max-width:1200px) {

	.mainmenu ul li a {
		padding: 12px 11px;
		font-size: 15px;
	}

	.megamenu .sub-menu {
		left: -60px;
	}

	.megamenu .sub-menu li {
		width: 25%;
	}

	.megamenu .sub-menu li a {
		height: 100%;
		font-size: 15px;
		line-height: 18px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}

	.megamenu .sub-menu li a img {
		height: 45px;
		max-width: 130px;
	}

}

@media(max-width:991px) {

	.menu-item-has-children {
		padding-right: 50px;
		position: relative;
	}

	body nav#menu>ul>li.menu-item-has-children>span {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0;
		top: 10px;
	}

	body nav#menu>ul>li.menu-item-has-children>span:after {
		content: "";
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		position: absolute;
		top: calc(50% - 5px);
		right: 5px;
		;
		transform: rotate(45deg);
		border-width: 0 1px 1px 0;
	}

	body nav#menu>ul>li.megamenu .sub-menu {
		position: relative;
		left: 0;
		right: 0;
		width: 100%;
		height: auto;
		background: #fff;
		max-height: initial;
		border-top: 5px solid #4BB95B;
		padding: 20px 10px 10px;
	}

	body nav#menu>ul>li .sub-menu {
		visibility: visible;
		opacity: 1;
		display: none;
	}

	body nav#menu>ul>li.act .sub-menu {
		display: table;
		width: 100%;
	}

	body nav#menu>ul>li.megamenu.act .sub-menu {
		display: flex;
	}

	.megamenu .sub-menu li a {
		height: 100%;
		font-size: 15px;
		line-height: 18px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}

}

@media(max-width:600px) {

	.megamenu .sub-menu li {
		width: 50%;
	}

	.megamenu .sub-menu li a img {
		height: 40px;
		max-width: 110px;
	}

	.megamenu .sub-menu li a {
		padding-top: 65px;
	}

	.megamenu .sub-menu li {
		margin: 0 0 10px;
		padding: 0 5px;
	}

	body nav#menu>ul>li.megamenu .sub-menu {
		padding: 20px 10px 8px;
	}

}


.subject-form-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
	z-index: 222222;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s all;
}

.subject-form-wrap.act {
	opacity: 1;
	visibility: visible;
}

.subject-form-wrap .contact_form {
	margin: 0;
	width: calc(100% - 30px);
	max-width: 600px;
	margin: 0 auto;
	max-height: 95vh;
	overflow: auto;
	overflow-x: hidden;
}

.subject-form-wrap .contact_form textarea {
	max-height: 110px;
}

.subject-form-wrap .contact_form>span {
	color: #fff;
	font-size: 50px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px;
	opacity: 0.6;
	cursor: pointer;
}

#field_3_8 {
	transform: scale(0);
	height: 0px;
}

body .list_bullet li,
.subject-content ol li,
.subject-content ul li {
	font-size: 16px !important;
	line-height: 30px !important;
}

.package-slider .slick-track {
	justify-content: center;
}

@media(min-width:1201px) {

	.megamenu .sub-menu li {
		width: 33.3333%;
	}

	.megamenu .sub-menu li a {
		font-size: 16px;
		line-height: 1.2;
		height: 100%;
	}
	
	.megamenu .sub-menu li a {
		padding-top: 85px;
		padding-bottom: 25px;
	}	

}

.table-box .edd_download_quantity_wrapper {
	display: none;
}

.lity-content>div[id*="boxpopup"] {
	max-height: 90vh !important;
	overflow: auto
}

.lity-content>div[id*="boxpopup"]::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.lity-content>div[id*="boxpopup"]::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.lity-content>div[id*="boxpopup"]::-webkit-scrollbar-thumb {
	background-color: #333;
}

p.edd-logged-in {
	text-align: center;
	padding: 100px 20px;
	font-size: 20px;
	font-weight: 500;
}

.alert-submit.act {
	background: #4BB95B;
	color: #fff;
	padding: 3px 15px 5px;
	border-radius: 3px;
	width: auto;
	max-width: 1100px;
	display: table;
	margin: -70px auto 100px;
}

.alert-submit.submit-error.act {
	background: red;
	color: #fff;
}

#edd_msg_edd_cart_restoration_successful {
	background: #4BB95B;
	color: #fff;
	padding: 3px 15px 5px;
	border-radius: 3px;
	width: auto;
	max-width: 1100px;
	display: table;
	margin: 0 auto 30px !important;
}

.image-text-v4 ul {
	margin: 0 0 30px 20px;
}

.image-text-v4 ul li {
	margin: 0 0 5px;
	list-style: disc;
}

.image-text-v4 p+ul {
	margin: -15px 0 30px 20px;
}

.image-text-v4 ul li::marker {
	color: #4bb95a;
}

.course-timings tbody:not(:empty)+tbody {
	display: none;
}

.no-classes {
	text-align: center;
}

.no-classes div {
	padding: 15px 0;
}

.no-classes svg {
	width: 45px;
	height: 45px;
	display: table;
	margin: 0 auto 0px;
	mix-blend-mode: multiply;
}

.review-slider .slick-track {
	display: flex !important;
}

.review-slider .slick-slide {
	height: inherit !important;
}

.review-slider .review-box {
	height: 100%;
}

.table-box table {
	width: 100%;
	border: 1px solid #ddd;
}

.subject-gallery .slick-prev {
	background: #5291b4;
	width: 40px;
	height: 40px;
	left: -15px;
	z-index: 2;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subject-gallery .slick-prev:after {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	position: absolute;
	border-width: 0 0 2px 2px;
	transform: rotate(45deg);
	top: 16px;
	left: 16px;
}

.subject-gallery .slick-next {
	background: #5291b4;
	width: 40px;
	height: 40px;
	right: -15px;
	z-index: 2;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subject-gallery .slick-next:after {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	position: absolute;
	border-width: 0 2px 2px 0;
	transform: rotate(-45deg);
	top: 16px;
	left: 13px;
}

.subject-gallery .slick-next:before,
.subject-gallery .slick-prev:before {
	display: none;
}

.subject-gallery .slick-track {
	display: flex !important;
}

.subject-gallery .slick-slide {
	height: inherit !important;
}

.subject-gallery .slide img[src*="microsoft-excel-full-course-video"] {
	height: 100%;
	width: auto;
	object-fit: cover;
	object-position: -20px center;
}

.subject-gallery .slide img {
	border-radius: 8px;
	border: 1px solid #eee;
}

.subject-gallery:not(.slick-initialized) {
	display: none;
}

@media(max-width:575px) {
	.subject-gallery {
		margin-bottom: 30px !important;
	}

	.subject_meta ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.subject_meta>ul>li:first-child {
		width: 100%;
	}

	.subject_meta ul ul {
		position: relative;
		top: 0px;
		left: 2px;
	}

	.subject_meta.alt>ul>li {
		padding-right: 0;
	}

}

@media(max-width:767px) {

	.subject-gallery .slick-prev {
		left: 10px;
	}

	.subject-gallery .slick-next {
		right: 10px;
	}

}

.schedule-classes-table.no-class-avbl+.table-note {
	display: none;
}

.subject_featured_image {
	border: 3px solid #f5f5f5;
	border-radius: 10px;
}

body.page-child:not(.page-parent) footer {
	padding-top: 0;
	margin-top: 0px;
	clip-path: inherit;
}


.footer-links.column-3 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.footer-links:not(.column-3) {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

@media(max-width: 992px) {

	.footer-links.column-3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-links li a {
		line-height: 1.5;
		display: table;
	}

}

body.edd-purchase-history .edd-blocks__orders {
	max-width: 1130px;
	margin: 60px auto;
	padding: 0 15px;
}

body.edd-purchase-history .edd-blocks__columns {
	grid-template-columns: repeat(1, 100%);
}

body.edd-purchase-history .edd-blocks-orders__order {
	width: 100%;
	display: block;
}

body.edd-purchase-history .edd-blocks-orders__order>div:not(.edd-blocks-orders__order-details) {
	display: flex;
	width: 100%;
	padding: 0;
	margin-bottom: -1px
}

body.edd-purchase-history .edd-blocks-orders__order>div:not(.edd-blocks-orders__order-details)>div {
	border: 1px solid #ddd;
	border-left: none;
	width: 50%;
	padding: 10px 15px;
}

body.edd-purchase-history .edd-blocks-orders__order>div:not(.edd-blocks-orders__order-details)>div:first-child {
	border-left: 1px solid #ddd;
}


body.edd-purchase-history .edd-blocks-orders__order>div.edd-blocks-orders__order-details {
	width: 100%;
}

body.edd-purchase-history .edd-blocks-orders__order>div.edd-blocks-orders__order-details a {
	font-weight: 500;
	margin: 15px 0 0;
	display: table;
	color: #4bb95a;
}

body.edd-success .edd-blocks__receipt {
	max-width: 1130px;
	margin: 100px auto 55px;
	padding: 0 15px;
}

body.edd-success .edd-blocks__receipt>div {
	padding: 0;
}

body.edd-success .edd-blocks__receipt>div>div {
	grid-template-columns: repeat(1, 100%);
}

body.edd-success .edd-blocks__receipt>div>div:not(:nth-child(6)) {
	width: 100%;
	display: flex;
	gap: 0;
	padding: 0;
	margin-bottom: -1px;
}

body.edd-success .edd-blocks__receipt>div>div:not(:nth-child(6))>div {
	border: 1px solid #ddd;
	border-left: none;
	width: 50%;
	padding: 10px 15px;
	margin: 0;
	height: 100%;
}

body.edd-success .edd-blocks__receipt>div>div:not(:nth-child(6))>div:first-child {
	border-left: 1px solid #ddd;
}

body.edd-success .edd-blocks__receipt>div>div:nth-child(6) {
	margin-top: 20px;
}

.reviews-area.bg_light .custom_arrows li svg * {
    stroke: #000
}

.mini-cart section {
    position: relative;
    z-index: 2;
}

@media(max-width: 991px) {

.image-text-v4 .pr_80 {
    padding-right: 15px !important;
}

.image-text-v4 .pl_80 {
    padding-left: 15px !important;
}

}

@media(max-width: 575px) {

body.home .box.style-7 .action {
    padding: 7px;
}
	
.image-text-v4 img {
    max-width: 250px;
    margin: 30px auto 0;
}
	
}

.table-note {
    display: none !important;
}

body.page-id-1310 .breadcrumb-area + section .col-sm-6:first-child {
    display: none;
}

body.page-id-1310 .breadcrumb-area + section .col-sm-6 {
    width: 100%;
}

.class__info li a:hover {
	color: #0a152e;
}

body .gfield--type-honeypot {
	transform: scale(0);
	margin: 0;
	padding: 0;
	max-height: 0px;
}

body input[name="human_verification"] {
    width: 18px !important;
    height: 18px !important;
    margin: 0;
    position: relative;
    margin-right: 4px;
}

.btn-disabled {
    pointer-events: none;
    opacity: 0.8;
}

.schedule-box .edd_purchase_submit_wrapper .edd-cart-ajax-alert {
    bottom: -25px;
    left: 6px;
}

@media(max-width: 575px) {
	
footer .footer_acc:not(.acc) > nav {
    display: none;
}
	
header .mini-cart ul {
    right: -56px;
}

header .mini-cart ul:after {
    right: 72px;
}	
	
.schedule-box .edd_purchase_submit_wrapper .edd-cart-ajax-alert {
    bottom: -20px;
    left: auto;
    line-height: 1;
    top: auto;
    right: 0px;
}
	
.schedule-box td {
    padding: 20px 20px;
}

.schedule-box td[data-label="Action"] {
    text-align: right;
}	
	
}

@media (max-width: 360px) {
body .box.style-7 span {
    line-height: 1;
    min-height: 27px;
    display: flex;
    align-items: center;
}

}


.quiz-form-wrap {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 40px;
    border-radius: 10px;
}

.quiz-form-wrap .gform_heading {
    display: none;
}

.quiz-form-wrap #field_4_7,
.quiz-form-wrap #field_4_6 ,
.quiz-form-wrap #field_4_5 {
    border: 3px solid #e9e9ea;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

.quiz-form-wrap #field_4_7 .gfield_label,
.quiz-form-wrap #field_4_6 h3 ,
.quiz-form-wrap #field_4_5 h3 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.1;
    color: #000;
    font-weight: 500;
}

.quiz-form-wrap #field_4_7 {
    margin-top: 10px;
    text-align: center;
}

.quiz-form-wrap #field_4_7 .gfield_radio {
    display: flex;
    justify-content: center;
}

.quiz-form-wrap #field_4_7 .gfield_radio > div {
    padding: 0 15px;
    position: relative
}

.quiz-form-wrap .gfield_radio > div input {
    position: absolute;
    opacity: 0;
}

.quiz-form-wrap .gfield_radio label {
    padding-left: 15px;
}

.quiz-form-wrap .gfield_radio label::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 2px solid #5291b4;
  border-radius: 50%;
  top: calc(50% + 1px);
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.quiz-form-wrap .gfield_radio label::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #5291b4;
  border: 2px solid #5291b4;
  border-radius: 50%;
  top: calc(50% + 1px);
  left: 0;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.quiz-form-wrap .gfield_radio input[type="radio"]:checked + label::before {
  border-color: #5291b4;
}

.quiz-form-wrap .gfield_radio input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}

.quiz-form-wrap .gform_page_footer {
    text-align: center;
    padding-top: 30px;
}

.quiz-form-wrap .gform_page_footer input {
    background: #0a2144;
    color: #fff;
    border: none;
    padding: 8px 30px;
    border-radius: 8px;
    min-width: 150px;
    text-align: center;
    margin: 0 5px;
}

.gform_page .gform_fields > .gfield--type-html h3 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 30px;
}

.gform_page:not(#gform_page_4_1) .gfmc-container {
    margin-top: 30px;
    display: flex !important;
    align-items: center !important;
}

.gform_page:not(#gform_page_4_1):not(#gform_page_4_6) .gfmc-container:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

.gform_page:not(#gform_page_4_1) .gfmc-container > div:first-child {
    background: #fff;
	border: 1px solid #0a214414;
    display: flex;
    padding: 12px;
    border-radius: 5px;
    position: relative;
}

.gform_page:not(#gform_page_4_1) .gfmc-container > div:first-child .gfield--type-html {
  border-top: 2em solid rgb(10 33 68);
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 3px;
  overflow: hidden
}

.gform_page:not(#gform_page_4_1) .gfmc-container > div:first-child:before {
  display: block;
  position: absolute;
  content: '';
  top: 27px;
  left: 27px;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.3em 0 0 2px #9b3, 2.6em 0 0 2px #fb5;
  z-index: 2;
}

.gform_page:not(#gform_page_4_1) .gfmc-container img {
    margin-bottom: -10px;
}

.gfmc-container > div:last-child {
    padding-left: 20px;
}

.quiz-form-wrap .gform_page .gfield_radio > div {
    padding: 0 0 0 15px;
    position: relative;
    margin-top: 5px;
}

.quiz-form-wrap .gform_page .gfield_radio > div label {
    font-size: 16px;
    line-height: 22px;
}

.quiz-form-wrap .gform_page legend {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.1;
    color: #0a2144;
    font-weight: 500;
}

.quiz-form-wrap .gform_page .gfield_radio label::before {
  width: 20px;
  height: 20px;
  top: 16px;
}

.quiz-form-wrap .gform_page .gfield_radio label::after {
  width: 20px;
  height: 20px;
  top: 16px;
}

#gform_page_4_6 .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

#gform_page_4_6 .gform_fields > div {
    width: 100%;
    margin-bottom: -25px;
    padding: 0 15px;
}

#gform_page_4_6 .gform_fields > div:not(:first-child) {
    width: 50%;
    margin: 15px 0 0;
}

#gform_page_4_6 .gform_fields > div input {
    width: 100%;
    height: 60px;
    padding: 0;
    border: none;
    border-bottom: 2px solid #ddd;
}

#gform_page_4_6 .gform_fields .gfield_label {
    display: none;
}

#gquiz_confirmation_message ul {
    max-width: 500px;
    margin-bottom: 18px;
}

#gquiz_confirmation_message ul li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

#gquiz_confirmation_message br {
    display: none;
}

#gquiz_confirmation_message ul li a {
    display: inline;
}

#gquiz_confirmation_message ul li span[data-score=score-0000]:after {
    content: "0"
}

#gquiz_confirmation_message ul li span[data-score=score-1000]:after ,
#gquiz_confirmation_message ul li span[data-score=score-0100]:after ,
#gquiz_confirmation_message ul li span[data-score=score-0010]:after ,
#gquiz_confirmation_message ul li span[data-score=score-0001]:after {
    content: "1"
}

#gquiz_confirmation_message ul li span[data-score=score-0011]:after ,
#gquiz_confirmation_message ul li span[data-score=score-0101]:after ,
#gquiz_confirmation_message ul li span[data-score=score-0110]:after ,
#gquiz_confirmation_message ul li span[data-score=score-1001]:after ,
#gquiz_confirmation_message ul li span[data-score=score-1010]:after ,
#gquiz_confirmation_message ul li span[data-score=score-1100]:after {
    content: "2"
}

#gquiz_confirmation_message ul li span[data-score=score-0111]:after ,
#gquiz_confirmation_message ul li span[data-score=score-1011]:after ,
#gquiz_confirmation_message ul li span[data-score=score-1101]:after ,
#gquiz_confirmation_message ul li span[data-score=score-1110]:after {
    content: "3"
}

#gquiz_confirmation_message ul li span[data-score=score-1111]:after {
    content: "4"
}

#gquiz_confirmation_message ul li span[data-score=score-0000] + a ,
#gquiz_confirmation_message ul li span[data-score=score-1000] + a ,
#gquiz_confirmation_message ul li span[data-score=score-0100] + a ,
#gquiz_confirmation_message ul li span[data-score=score-0010] + a ,
#gquiz_confirmation_message ul li span[data-score=score-0001] + a ,
#gquiz_confirmation_message ul li span[data-score=score-0011] + a ,
#gquiz_confirmation_message ul li span[data-score=score-0101] + a ,
#gquiz_confirmation_message ul li span[data-score=score-0110] + a ,
#gquiz_confirmation_message ul li span[data-score=score-1001] + a ,
#gquiz_confirmation_message ul li span[data-score=score-1010] + a ,
#gquiz_confirmation_message ul li span[data-score=score-1100] + a ,
#gquiz_confirmation_message ul li span[data-score=score-0111] + a ,
#gquiz_confirmation_message ul li span[data-score=score-1011] + a ,
#gquiz_confirmation_message ul li span[data-score=score-1101] + a ,
#gquiz_confirmation_message ul li span[data-score=score-1110] + a {
    display: inline-block;
}

#gquiz_confirmation_message ul li {
    display: none;
}

#gquiz_confirmation_message ul[data-course-type="Basic"] li:first-child ,
#gquiz_confirmation_message ul[data-course-type="Basic"] li:nth-child(2),
#gquiz_confirmation_message ul[data-course-type="Basic"] li:nth-child(3),
#gquiz_confirmation_message ul[data-course-type="Advanced"] li:nth-child(4),
#gquiz_confirmation_message ul[data-course-type="Advanced"] li:nth-child(5),
#gquiz_confirmation_message ul[data-course-type="Advanced"] li:nth-child(6) {
    display: flex;
    justify-content: space-between;
}

#gquiz_confirmation_message ul li .score {
    display: flex;
    align-items: center;
}

#gquiz_confirmation_message ul li .score a {
    background: #5291b4;
    margin-left: 15px;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
}

.gfield_required {
    display: none !important;
}

.quiz-form-wrap .gf_progressbar {
    background: #112144;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.quiz-form-wrap .gf_progressbar > div {
    background: linear-gradient(to right,  #5492b6 0%,#42ba5f 100%);
    border-radius: 20px;
    color: #fff;
    line-height: 1;
    padding: 8px 10px;
    font-weight: 600;
    font-size: 0;
}

.quiz-form-wrap .gf_progressbar_title {
    color: #112144;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin:  0 0 15px;
}

.quiz-form-wrap .package {
	background: #f5f5f5;
	padding: 25px;
	border-radius: 15px;
	text-align: center;
	margin: 15px 0 
}

.quiz-form-wrap .package p {
	padding: 0 50px;
}

.quiz-form-wrap .package a {
	padding: 10px 40px;
}



#gquiz_confirmation_message .results ul {
	display: block;
	width: 100%;
	max-width: 100%;
}

#gquiz_confirmation_message .results ul li {
	display: block !important;
}

#gform_confirmation_message_4 {
    color: #0a152e;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 -8px;
}

#gquiz_confirmation_message > ul {
	margin: 0 auto;
}

.results {
    margin: 30px 0 0;
}

.results > ul > li > div:not(.qt):not(.ar) {
	font-weight: 600;
	font-size: 17px;
	background: #0E274A;
	color: #fff;
	padding: 5px 15px;
	border-radius: 0px;
}

.results > ul > li > div.qt {
	display: none;
}

.results > ul > li > div.ar {
	border: 1px solid #dddd;
	margin-top: 15px;
	padding: 20px 20px 0;
}

.results > ul > li,
.results > ul > li > div.ar li {
	border: none !important;
}

.results > ul > li > div.ar .gquiz-field-label {
	font-weight: 500;
	color: #0a152e;
	font-size: 18px;
}

.results > ul > li > div.ar ul li {
	padding-left: 20px !important;
	position: relative;
}

.results > ul > li > div.ar ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #ccc;
	position: absolute;
	border-radius: 50%;
	top: 16px;
	left: 0;
}

#gquiz_confirmation_message .results > ul > li > div.ar ul li {
	display: flex !important;
	width: auto !important;
	justify-content: flex-start;
}

#gquiz_confirmation_message .results > ul > li > div.ar ul li img {
	margin-left: 15px;
}

.gquiz-correct-choice {
	color: green;
	font-weight: 400 !important;
	position: relative;
}

.gquiz-correct-choice:not(.gquiz-correct-response):after {
	content: " (Answer)";
	display: inline-block;
	padding-left: 5px;
}

#gquiz_confirmation_message .results > ul > li {
    display: none !important;
}

#gquiz_confirmation_message .results > ul[data-course-type="Basic"] > li:first-child ,
#gquiz_confirmation_message .results > ul[data-course-type="Basic"] > li:nth-child(2),
#gquiz_confirmation_message .results > ul[data-course-type="Basic"] > li:nth-child(3),
#gquiz_confirmation_message .results > ul[data-course-type="Advanced"] > li:nth-child(4),
#gquiz_confirmation_message .results > ul[data-course-type="Advanced"] > li:nth-child(5),
#gquiz_confirmation_message .results > ul[data-course-type="Advanced"] > li:nth-child(6) {
    display: block !important;
}

#gquiz_confirmation_message .package {
    padding: 50px 20px;
    border-radius: 8px;
    background: #0E274A;
    position: relative;
    z-index: 1;
	text-align: center;
}

#gquiz_confirmation_message .package h3 {
	color: #fff;
}

#gquiz_confirmation_message .package p {
	color: #fff;
	font-size: 20px;
}

.results h3 {
	font-size: 24px;
}

#gquiz_confirmation_message .package h3 span {
	position: relative;
}

#gquiz_confirmation_message .package h3 span::after {
    position: absolute;
    content: "";
    bottom: 1px;
    left: -9px;
    width: calc(100% + 10px);
    height: 20px;
    background: url(../img/underline.svg) no-repeat center / 100%;
    z-index: -1;
}

#gquiz_confirmation_message .results > ul > li > div:first-child {
	position: relative;
	border-radius:3px;
	padding: 8px 25px 8px 15px;
	cursor: pointer;
}

#gquiz_confirmation_message .results > ul > li > div:first-child:before {
    content: "";
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    position: absolute;
    top: calc(50% - 6px);
    right: 15px;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

#gquiz_confirmation_message .results > ul > li div.ar {
	display: none;
}

#gquiz_confirmation_message .results > ul > li.act div.ar {
	display: block;
}

.quiz-recommend + div,
.quiz-recommend {
    text-align: center;
    padding: 30px 0 15px;
}

.quiz-recommend + div span {
    font-weight: 500;
    color: #4bb95b;
}

.quiz-recommend span {
    font-weight: 500;
    display: none;
    color: #4bb95b;
}

ul[data-course-type="Basic"][total-score*="score-0000"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-1000"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-0100"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-0010"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-0001"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-0011"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-0101"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-0110"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-1001"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-1010"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-1100"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-0111"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-1011"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-1101"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Basic"][total-score*="score-1110"] + .quiz-recommend span.lvl-1 {
    display: inline;
}

ul[data-course-type="Basic"][total-score*="score-11110000"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11111000"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11110100"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11110010"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11110001"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11110011"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11110101"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11110110"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11111001"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11111010"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11111100"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11110111"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11111011"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11111101"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Basic"][total-score*="score-11111110"] + .quiz-recommend span.lvl-2 {
    display: inline;
}

ul[data-course-type="Basic"][total-score*="score-111111110000"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111111000"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111110100"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111110010"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111110001"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111110011"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111110101"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111110110"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111111001"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111111010"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111111100"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111110111"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111111011"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111111101"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Basic"][total-score*="score-111111111110"] + .quiz-recommend span.lvl-3 {
    display: inline;
}

ul[data-course-type="Advanced"][total-score*="score-0000000000000000"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000001000"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000000100"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000000010"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000000001"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000000011"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000000101"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000000110"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000001001"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000001010"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000001100"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000000111"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000001011"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000001101"] + .quiz-recommend span.lvl-4,
ul[data-course-type="Advanced"][total-score*="score-0000000000001110"] + .quiz-recommend span.lvl-4 {
    display: inline;
}

ul[data-course-type="Advanced"][total-score*="score-00000000000011110000"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011111000"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011110100"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011110010"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011110001"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011110011"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011110101"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011110110"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011111001"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011111010"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011111100"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011110111"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011111011"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011111101"] + .quiz-recommend span.lvl-5,
ul[data-course-type="Advanced"][total-score*="score-00000000000011111110"] + .quiz-recommend span.lvl-5 {
    display: inline;
}

ul[data-course-type="Advanced"][total-score*="score-000000000000111111110000"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111111000"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111110100"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111110010"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111110001"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111110011"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111110101"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111110110"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111111001"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111111010"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111111100"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111110111"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111111011"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111111101"] + .quiz-recommend span.lvl-6,
ul[data-course-type="Advanced"][total-score*="score-000000000000111111111110"] + .quiz-recommend span.lvl-6 {
    display: inline;
}

.quiz-recommend + div ,
ul[data-course-type="Basic"][total-score*="score-111111111111"] + .quiz-recommend ,
ul[data-course-type="Basic"][total-score*="score-000000000000111111111111"] + .quiz-recommend {
    display: none;
}

ul[data-course-type="Basic"][total-score*="score-000000000000111111111111"] + .quiz-recommend + div,
ul[data-course-type="Basic"][total-score*="score-111111111111"] + .quiz-recommend + div {
    display: block;
}

.quiz-recommend + div span {
	font-weight: 500;
}

.gform_confirmation_message_4 hr {
    margin: 15px 0 35px;
}

.gform_confirmation_message_4 .package + br + br + hr {
    margin: 35px 0 -10px;
}

#gquiz_confirmation_message .results ul {
    margin: 0;
}
.discount-form img{
	width:100%
}
.alterBtn {
    display: inline-block;
    margin-left: 20px;
    color: #ffffffc4;
}

.vcta {
	border: 1px solid #eee;
	padding: 40px 40px 55px;;
}

.vcta span {
	color: #0a152e;
	display: block;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}

.vcta a {
	margin: 20px auto 0;
	max-width: 400px;
	width: 100%;
	line-height: 1.3;
	display: table;
}

@media(max-width: 991px) {

.vcta {
	padding: 25px 25px 40px;
}

.vcta a {
	font-size: 14px;
	padding: 15px;
}	

.vcta span {
	font-size: 17px;
	line-height: 23px;
}
	
}

@media(max-width: 585px) {

.vcta {
	margin-top: 25px;
}

}

.gfmc-container > div:last-child {
    padding-left: 0px;
}

body #gquiz_confirmation_message ul li {
    display: flex;
    justify-content: space-between;
}

body #gquiz_confirmation_message .results > ul > li {
    display: block !important;
}

body #gquiz_confirmation_message .results > ul > li > div.ar ul li img {
    position: relative;
    top: 9px;
}


ul[data-course-type="Excel Essentials Quiz"][total-score*="score-0000"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-1000"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-0100"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-0010"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-0001"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-0011"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-0101"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-0110"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-1001"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-1010"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-1100"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-0111"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-1011"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-1101"] + .quiz-recommend span.lvl-1,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-1110"] + .quiz-recommend span.lvl-1 {
    display: inline;
}

ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11110000"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11111000"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11110100"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11110010"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11110001"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11110011"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11110101"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11110110"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11111001"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11111010"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11111100"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11110111"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11111011"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11111101"] + .quiz-recommend span.lvl-2,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-11111110"] + .quiz-recommend span.lvl-2 {
    display: inline;
}

ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111110000"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111111000"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111110100"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111110010"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111110001"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111110011"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111110101"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111110110"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111111001"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111111010"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111111100"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111110111"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111111011"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111111101"] + .quiz-recommend span.lvl-3,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111111110"] + .quiz-recommend span.lvl-3 {
    display: inline;
}

.quiz-recommend + div ,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111111111"] + .quiz-recommend ,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-000000000000111111111111"] + .quiz-recommend {
    display: none;
}

ul[data-course-type="Excel Essentials Quiz"][total-score*="score-000000000000111111111111"] + .quiz-recommend + div,
ul[data-course-type="Excel Essentials Quiz"][total-score*="score-111111111111"] + .quiz-recommend + div {
    display: block;
}
