/** Shopify CDN: Minification failed

Line 387:6 Expected identifier but found whitespace
Line 387:8 Unexpected "{"
Line 387:18 Expected ":"
Line 387:40 Expected identifier but found "!"
Line 1190:11 Expected identifier but found whitespace
Line 1190:13 Unexpected "{"
Line 1190:23 Expected ":"
Line 1190:45 Expected identifier but found "!"
Line 1191:6 Expected identifier but found whitespace
Line 1191:8 Unexpected "{"
... and 30 more hidden warnings

**/
 
/* ======
color full body:

{{ settings.colorbodyfullsite }}

buttons style
background: #bedab6;
color: #364b36;


=========== */
* {
	padding: 0;
	margin: 0;
}

.mobile_view{
  display: none;
}

body {
	font-size: 16px;
	box-sizing: border-box;
	background: #fff;
	
}

a,
a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

p:empty {
	display: none;
}



h1,
h2,
h3,
h4,
h5 {
	font-family: "Outfit", serif;
}

.header:not(.drawer-menu).page-width{
  justify-content: space-between;
}

.btn {
	padding: 10px 30px;
	border-radius: 50px;
	background: #bedab6;
	color: #364b36;
	text-align: center;
	font-family: "Outfit", serif;
	font-weight: 500;
}

.btn:hover {
	background: #bedab6;
	color: #364b36;
}

.btn.btn2 {
	background: #bedab6;
	color: #364b36;
}

.hide-desktop {
	display: none!important;
}

.site-header {
	width: 100%;
	position: relative;
}
  
.main-header {
	width: 100%;
	position: absolute;
	top: 0;
    background:#364b36;
	left: 0;
	z-index: 999;
 	padding: 20px 0;
}

.nav_toggle {
	display: none;
}



.template-cart .login-list li a,
.template-cart .menu_bar .nav li a {
	color: #000;
}
.login-list li a{
  display: flex;
}

.atemplate-cart .logo-container img {
	filter: invert(1);
}

.login-list li a i {
	font-size: 75%;
}

ul.login-list.toggle_view {
	display: none!important;
}
/* ............course-collection.......... */

.course-collection .grid__item {
  width: 32.33%;
  max-width: 32.33%;
      margin: 0 10px 20px;
}
.course-collection .card .media:before{
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
  z-index: 1;
}
.course-collection .card__content{
  position: relative;
}
.course-collection .pricing.a-b.pro_btn{
  text-decoration: none;
}
.course-collection .pricing.a-b.pro_btn{
      position: absolute;
    top: -27px;
    left: 25px;
    width: calc(100% - 50px);
    padding: 14px 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    border-radius: 25px;
    background: #bedab6;
}
.course-collection .card__content .card__information{
    padding: 30px 15px 25px;
    background: #fff;
  text-align: center;
}
.course-collection .card__content .card__information .card__heading{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: inherit;
    padding-right: 0;
    display: inline-flex;
    align-items: flex-end;
}
.course-collection .card__content .card__information .card__heading a{
    text-decoration: none;
  color: #000;
}
.course-collection .course-duration{
  display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
    font-size: 14px;
    font-style: normal;
    line-height: 15px;
    letter-spacing: 0em;
    color: #000;
}
.course-collection .course-duration svg {
    margin-right: 5px;
    min-width: 16px;
}
.course-collection .course-duration svg path{
      fill: #a8d6c4;
}
.course-collection .course-duration svg path+path {
    fill: #fff;
}

.course-collection .card{
  border: 0;
  background: #fff;
      box-shadow: 0 0 8px #00000040;
} 
.new-height_back-image {
    position: relative;
}
.new-height_back-image img{
  width: 100%;
}







@media(min-width:1370px) {
	.main-header:before {
		background-size: contain;
		background-repeat: repeat;
	}
}

.main-header .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.main-header .row {
	align-items: center;
  width:100%;
}

.logo-container {
	max-width: 112px;
	display: inline-block;
	text-align: center;
}

.logo-container img {
	width: 100%;
}

.login-list {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
	max-width: 250px;
}

@media(min-width:992px) {
  
  
	body:not(.customer-logged-in) .login-list {max-width: 380px;}
  
  .menu_bar .nav li a {position:relative;}
  
  
  
  .menu_bar ul li a.site-nav--active:after {
position: absolute;
    bottom: -14px;
    left: 50%;
    margin: 0;
    transform: translatex(-50%);
  }
  
  
  
  .login-list {
		max-width: 250px;
    display:flex;
    align-items:center;
	}
  
	body:not(.template-index) .site-header {
		padding-top: 82px;
		width: 100%;
		min-height: 1px;
	}
	.menu_bar {
		display: flex;
      align-items:center;
		width: calc(100% - 113px);
		padding-left: 50px;
		vertical-align: bottom;
	}
	body:not(.customer-logged-in) .menu_bar {
		width: calc(100% - 113px);
	}
  
  .menu_bar .nav {width: calc(100% - 250px);}
  
}

.menu_bar .nav {
	justify-content: center;
}

.menu_bar .nav li {
	display: inline-block;
	margin: 0 15px;
	text-align: center;
}

.menu_bar .nav li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0em;
	text-transform: capitalize;
}

.menu_bar ul li a.site-nav--active:after {
	content: "";
	width: 10px;
	height: 10px;
	margin: 5px auto 0;
	display: block;
	background: #fff;
	border-radius: 100%;
}

.coursepage .login-list {
	justify-content: flex-start;
}

.coursepage .login-list {
	margin-left: 0;
}

.login-list li a {
	color: #fff;
}

.login-list li .btn1 {
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: none;
}

.login-list li .btn1:focus {
	box-shadow: initial;
	outline: initial;
}

.login-list li {
	display: inline-block;
	margin-left: 15px;
	position: relative;
}

.login-list li svg {
	margin-right: 6px;
}

.login-list li .btn1 {
	padding: 13px 15px;
background: #bedab6;
color: {{ settings.colorbodyfullsite2 }}!important;
  min-width:160px;
	cursor: pointer;
  font-size:16px;
	border-radius: 25px;
}

.login-list li .btn1 svg {
	display: none;
}



.login-list li.site-nav--has-dropdown svg {
	display: none!important;
}

.login-list li.site-nav--has-dropdown .btn1 {
	position: relative;
}

.login-list li.site-nav--has-dropdown .btn1:after {
	content: "";
	display: inline-block;
	margin-left: 7px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(131deg) skew(-3deg);
	margin-top: -5px;
}

.login-list .site-nav__dropdown {
	display: none;
	position: absolute;
	width: 100%;
	background: #000;
	top: 100%;
	padding: 10px 0;
}

.login-list .site-nav__dropdown li {
	margin: 5px 10px;
}

.login-list li.site-nav--has-dropdown:hover .site-nav__dropdown {
	display: block;
}



body:not(.template-index) .coursepage .login-list li .btn1 s {
	display: inline-block;
	padding: 0 6px;
	text-decoration: line-through;
}

.hero-section {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 82px;

}

.home-vedio {
	width: 100%;
	height: 100%;
  position:relative;
	overflow: hidden;
   
}

.home-vedio:after {
	content: "";
	background: rgb(113 137 149 / 29%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.home-vedio img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  object-position:center center;
}


@media(min-width:1199px) {

  
  
  .home-vedio {   height:calc(100vh - 240px);}
  
  .home-vedio img {
  position:absolute; top:0;
    left:0;
    object-fit:cover;
  object-position:center center;
  }

}


.caption-content {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	transform: translatey(-50%);
}


.caption-content .container {
	max-width: 744px;
}

.hero-section #custome-player-jw11 {
	display: none;
	max-width: 750px;
	width: 100%;
	top: 50%;
	position: fixed;
	left: 50%;
	z-index: 9;
	transform: translate(-50%, -50%);
}

.hero-section #custome-player-jw11.jwplayer {
	display: block;
}

.hero-section .caption-content .sec-title {
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	color: #FFFFFF;
}


.hero-section .caption-content .sec-title span {
	
  font-weight:400;
}

.hero-section .caption-content p {
	color: #fff;
	font-size: 25px;
	
	font-style: italic;
	max-width: 470px;
	margin: 25px auto 15px;
}

.hero-section .caption-content .btn {

font-size:24px;
  padding:10px 40px;

}

.banner-section {
	position: relative;
}

.hero-other-content {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	bottom: 0px;
}

.hero-other-content .row {
	margin: 0 -8px;
}

.hero-other-content .row .col-md-4 {
	padding: 0 8px;
}

@media(max-width:1370px) {
	.hero-section .caption-content .sec-title {
		font-size: 65px;
		line-height: 90px;
	}
	.hero-other-content {
		bottom: 0px;
	}
	.about-section {
		padding-top: 110px;
	}
	.home-vedio {
		height: 750px;
	}
}


.play-btn {
	width: 75px;
	height: 75px;
	background: #BEDAB6;
	border-radius: 50%;
	position: relative;
	display: block;
	margin: 20px auto;
	box-shadow: 0px 0px 25px 3px rgb(125 123 120);
	z-index: 1;
	animation: animate 2s linear infinite;
	cursor: pointer;
}


/* triangle */

.play-btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	transform-origin: center center;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #364b36;
	z-index: 100;
	-webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	border-radius: 5px;
}

@keyframes animate {
	0% {
		box-shadow: 0 0 0 0 rgb(210 210 210 / 97%);
	}
	40% {
		box-shadow: 0 0 0 20px rgba(255, 193, 7, 0);
	}
	80% {
		box-shadow: 0 0 0 15px rgba(255, 193, 7, 0);
	}
	100% {
		box-shadow: 0 0 0 rgba(255, 193, 7, 0);
	}
}

.play-btn svg,
.play-btn img {
	width: 100%;
	height: 100%;
}

.hero-other-content .container {
	max-width: 750px;
}

.lv-box {
	background: #fff;
	padding: 25px;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.lv-box p {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 19px;
	letter-spacing: 0em;
	position: relative;
	z-index: 1;
}
.lv-box li {
	display: inline-block;
	padding: 0 7px;
	vertical-align: text-top;
	width: calc(33% - 3px);
	text-align: center;
}

.lv-box.news_ss li {
	width: 100% !important;
}

.about-section {
	position: relative;
	padding-top: 110px;
	padding-bottom: 25px;
	text-align: center;
	background: #fff;
	margin-top: -70px;
	z-index: 1;
}

.about-section h2 {
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 75px;
	letter-spacing: 0em;
	text-align: center;
	margin-bottom: 25px;
}

.about-section h2 br {
	display: none;
}

.about-section .center-text {
	
	font-size: 18px;
	font-style: normal;
	line-height: 35px;
	font-weight: 700;
	letter-spacing: 0em;
	text-align: center;
	color: #000;
}

.about-section .animates a {
	color: inherit;
	margin: 5px;
	padding: 5px 10px;
	display: inline-block;
	line-height: 1.4;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}


/* .about-section .animates a:hover { box-shadow:1px 2px 2px rgb(0 0 0 / 44%); transition:0.3s all; -webkit-transition:0.3s all;} */


/* 
.about-section .animates:not(:hover) a.red {
color:#000;
border-bottom: 2px solid #F5D6CA;
} */


/* .about-section .animates a.box:hover,
.about-section .animates a.box.red {
color:#000;
border-bottom: 2px solid #F5D6CA;
} */

.about-section h2.theme-title {
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 75px;
	letter-spacing: 0em;
	text-align: center;
	margin-top: 85px;
}

.about_vedio {
	position: relative;
	padding-top: 50px;
	padding-bottom: 34%;
}

.about_vedio h2.theme-title {
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 75px;
	letter-spacing: 0em;
	text-align: center;
}

.about_vedio .vedio-box {
	display: inline-block;
	position: absolute;
	max-width: 895px;
	width: 100%;
	height: 480px;
	bottom: -120px;
	left: 50%;
	z-index: 1;
	transform: translatex(-50%);
	-webkit-transform: translatex(-50%);
}

.vedio-box {
	display: inline-block;
	position: relative;
	max-width: 895px;
	width: 100%;
	height: 360px;
}

.about_vedio .jwplayer {
	position: absolute!important;
	width: 100%!important;
	height: 100%!important;
}

.vedio-box .video-click {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.vedio-box h4 {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translatex(-50%);
	-webkit-transform: translatex(-50%);
	color: #fff;
	font-size: 24px;
}

.vedio-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vedio-box .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50% -50%);
	cursor: pointer;
	margin: 0;
}

.trainer-slider {
	display: flex;
	justify-content: center;
	margin: 0 -15px;
	align-items: baseline;
}

.trainer-slider .trainy-box {
	margin: 0 15px;
}

.our-trainers {
	width: 100%;
	position: relative;
	padding: 90px 0px;
	background: #fff;
	background-size: contain;
	background-repeat: repeat;
}

.our-trainers h2.sec-title {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 75px;
	letter-spacing: 0em;
	text-align: center;
	margin-bottom: 70px;
}

.our-trainers .slick-slide {
	padding: 0 8px;
}

.our-trainers .slick-list {
	margin: 0 -8px;
}

.trainy-box {
	width: 100%;
	height: auto;
	background: transparent;
}

.trainy-box .img {
	width: 320px;
	height: 320px;
	position: relative;
	border-radius: 100%;
	z-index: 2;
	background: #f2f2f2;
	padding: 40px;
	overflow: hidden;
	margin: auto;
	position: relative;
	z-index: 1;
}

.trainy-box .img img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 100%;
	object-fit: cover;
	object-position: center;
}

.trainy-box.active .img {
	height: 400px;
}

.trainy-box .text-content {
	position: relative;
	z-index: 1;
	margin-top: 20px;
	padding: 0 40px 0px;
}

.trainy-box h4 {
	margin-bottom: 20px;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: center;
  color:#364b36;
}

.trainy-box h4 b {
	font-weight: 700;
}

.trainy-box p {
    
font-style: normal;
font-weight: 400;
text-align: center;

}

.trainy-box .t-talent {
	max-width: 140px;
	margin: 10px auto;
}

.trainy-box .t-talent img {
	width: 100%;
}

.trainy-box h5 {
	text-align: center;
	display: none;
}

.trainy-box h5 a {
	
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: center;
	color: #000;
}

.testimonials {
	padding: 70px 0;
}

.testimonials .container {
	max-width: 930px;
}

.js-playerss iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.course-page-testimonials .testimonials h2.sec-title {
	margin-bottom: 25px;
}

.testimonials h2.sec-title {
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 75px;
	letter-spacing: 0em;
	text-align: center;
	margin-bottom: 60px;
}

.testimonials h2.sec-title img {
	max-width: 11px;
}

.t-v-block {
	display: inline-flex!important;
	display: -webkit-inline-flex!important;
	align-items: center;
}

.t-v-block .content-block {
	background: #EFD7BC;
	padding: 40px;
	max-width: 450px;
	margin-right: -35px;
	position: relative;
	z-index: 2;
}

.t-v-block .content-block h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	padding: 35px 0;
}

.t-v-block .content-block h2 span {
	
	font-size: 60px;
	transform: rotate(-7deg);
	display: inline-block;
}

.t-v-block .content-block h4 {
	font-size: 24px;
	font-style: normal;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 15px;
}

.t-v-block .content-block p {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
}

.t-v-block .content-block p strong {
	font-weight: normal;
}

.t-v-block .content-block .user-name {
	font-size: 18px;
	font-style: normal;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
}

.t-v-block .content-block .user-name span {
	font-weight: normal;
}

.t-v-block .img-block {
	max-width: 484px;
	position: relative;
}

.t-v-block .img-block .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50% -50%);
	cursor: pointer;
	margin: 0;
}

.testimonials .slick-arrow {
	position: absolute;
	top: auto;
	transform: initial;
	bottom: -15px;
	left: 0;
	right: auto;
	z-index: 1;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff;
	background: #96a0ce;
	outline: none;
	opacity: 1;
}

.testimonials .slick-next.slick-arrow {
	left: 60px;
}

.testimonials .slick-arrow:hover,
.testimonials .slick-arrow:focus {
	background: #5d6481!important;
}

.testimonials .slick-next:before {
	content: "\f061";
	font-family: "Font Awesome 5 Pro"
}

.testimonials .slick-prev:before {
	content: "\f060";
	font-family: "Font Awesome 5 Pro"
}

.testimonials .slick-dots {
	top: auto;
	transform: initial;
	bottom: -10px;
	left: 120px;
	right: auto;
	text-align: center;
	width: auto;
}

.testimonials .slick-dots li button:before {
	display: none;
}

.testimonials .slick-dots li button {
	width: 17px;
	height: 17px;
	border-radius: 50px;
	background: transparent;
	border: 1px solid #96a0ce;
}

.testimonials .slick-dots li.slick-active button {
	background: #96a0ce;
}

.main-footer {
	padding: 60px 0;
	background: #364b36;
	width: 100%;
	overflow: hidden;
}

h4.f-title {
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #fff;
}

.quick-links li {
	display: block;
	margin: 12px 0;
}

.quick-links li a {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 0em;
	color: #fff;
}

.social-links li {
	display: inline-block;
	padding-right: 10px;
}

.social-links li a {
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 0em;
	color: #000;
}

.social-links li svg path {
	fill: #fff;
}

#_form_1_ ._submit {
background: {{ settings.colorbodyfullsite1 }}!important;
color: {{ settings.colorbodyfullsite2 }}!important;

}

.footer-logo {
	max-width: 170px;
}

.footer-logo img {
	width: 100%;
}

.main-footer .copyright {
	color: #fff;
	font-size: 16px;
}

.template-customers-login .slider-annus {
	display: none!important;
}

.Login_page {
	width: 100%;
	padding: 130px 0; 
	position: absolute;
	z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
 .Login_page{
   top: 34%;
}
.new-height_back-image:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(54 75 54 / 52%);
}

.Login_page:before {
/* 	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: -1;
	width: 100%;
	height: 100%; */
}

.Login_page .form-vertical {
	text-align: center;
}

.Login_page .form-content {
	max-width:550px;
	padding: 0 15px;
	margin: auto;
}

.Login_page .form-content p {
	font-size: 17px;
	color: #fff;
}

.Login_page .errors li {
	display: block;
	text-align: center;
	color: red;
}

.Login_page .form-content label {
     display: block;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.Login_page .form-content .f-control {
background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 8px 15px;
    width: 100%;
    box-shadow: none!important;
    outline: none!important;
}

.Login_page .form-content .form-group {
	margin: 0;
	position: relative;
}

.Login_page .form-content .pass-lock {
	position: absolute;
	width: 35px;
	padding: 5px;
	height: 35px;
	border-radius: 100%;
	border: 2px solid #000;
	top: 20px;
	right: 15px; display:none;
}

.Login_page .form-content .pass-lock img {
	width: calc(100% - 5px);
	margin: auto;
	margin-bottom: 7px;
}


.forgot-urls { display:flex; font-size:14px;  padding:30px 0;   justify-content:center; } 
.forgot-urls p { font-size:14px !important;   margin:0px; padding:0px 10px; }
.forgot-urls a{ color:#fff;  }

#customer_login { padding-top:30px 0; }

#customer_login .back_text { color:#fff !important;}


.Login_page .form-vertical h2 {
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 55px;
letter-spacing: 0em;
color:#fff;
  
/* 	
	font-size: 144px;
	font-style: normal;
	font-weight: 400;
	line-height: 216px;
	letter-spacing: 0.550000011920929px;
	color: #fff;
	text-transform: capitalize; */
}

.Login_page h2#RecoverHeading {
	font-size:36px;
	margin: 25px 0;
}

.log-in-logo {
	max-width: 120px;
	position: absolute;
	top: 25px;
}

.Login_page .btn {
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
 
	border-radius: 292px;
background: #bedab6;
color: #364b36;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.Login_page .btn svg {
	margin-left: 5px;
}
.Login_page .btn svg path {fill: #364b36;}


.Login_page .submit-block {
	display: flex; padding:10px 20px;
	-webkit-display: flex;
	justify-content: space-between;
	align-items: center;
}

.Login_page .submit-block p {
	margin: 0;
	text-align: left;
}

.Login_page .submit-block p a {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0px;
	color: #fff;
}

.header-section {
	width: 100%;
	background-size: cover;
	height: 240px;
	text-align: center;
	padding: 70px 0 60px;
	position: relative;
	z-index: 1;
}
.header-section button{
      padding: 7px 14px 8px 11px;
    background-color: #364b36;
    color: #fff;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  z-index: 3;
}

.header-section:before {
	content: "";
	background: #BEDAB6;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.header-section h2.title-block {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
}

.header-section h2.title-block span {
font-weight:normal;
  font-size:160%;
}

.header-section h4 {
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
}

.header-section p.text11 {
	max-width: 370px;
	color: #fff;
	margin-left: auto;
	margin-right: 24px;
	text-align: left;
	margin-top: 60px;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 0em;
}

.header-section h4 span {
  font-weight: 400;
	font-style: italic;
	letter-spacing: 0em;
	text-align: center;
}

.lasstion {
	display: block;
	clear: both;
	font-weight: 700;
	counter-reset: my-sec-counter;
	padding: 50px 0 0;
	position: relative;
}

#get_scroll .vedio-section {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin-top: -180px;
}
#get_scroll .vedio-section{
  padding-top: 0 !important;
}

.vedio-section .vedio-box {
	position: relative;
	background: #000;
	padding-top: 56.5%;
	height: auto;
	width: 100%;
	max-width: 100%;
}

.vedio-section {padding-top:20px;}
.vedio-section .btn1 {
position: absolute;
    top: -20px;
    left: 50%;
    transform: translatex(-50%);
    padding: 12px 45px;
    cursor: pointer;
    border-radius: 25px;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
    background: #bedab6;
    color: #364b36;
    font-size: 18px;
}

.vedio-section .btn1 a {color:inherit;}

.vedio-section .vedio-box img,
.vedio-section .vedio-box .jwplayer {
	position: absolute;
	width: 100%!important;
	height: 100% !important;
	top: 0;
	left: 0;
}

.vedio-section .vedio-box .btn {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translatex(-50%);
  	padding: 12px 45px;
	cursor: pointer;
	border-radius: 25px;
	border: none!important;
	box-shadow: none!important;
	outline: none!important;
background: #bedab6;
color: #364b36;
  font-size:18px;
}

.vedio-section .row {
	margin: 0 -30px;
}

.vedio-section .row .col-md-7,
.vedio-section .row .col-md-5 {
	padding: 0 30px;
}

.lasstion>h4 {
	
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	display: none;
}

.vedio-section .vedio-box h4 {
	transform: initial;
	right: 15px;
	left: auto;
	bottom: 20px;
	max-width: 100px;
	text-align: center;
	font-size: 18px;
	background: transparent;
	top: auto;
	animation: initial;
	box-shadow: initial;
}

.vedio-section .vedio-box h4:before,
.vedio-section .vedio-box h4:after {
	display: none;
}

h4.course-heading {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: 0em;
	text-align: center;
	color: #364b36;
}
.course-parts h4.course-heading {
    max-width: 800px;
    margin: 20px auto;
}
h4.course-heading b {
	font-weight: 700;
}

.course-parts.heading {
	margin-bottom: 40px;
}

.course-parts p {
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
	max-width: 730px;
	margin: auto;
}

.lasstion ul {
	padding-left: 50px;
	margin-bottom: 25px;
}

.lasstion ul li {
	position: relative;
	padding: 15px 100px 15px 70px;
	display: block;
	clear: both;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 300;
	background: #F2F2F2;
}

.lasstion-sub ul li b,
.lasstion ul li b {
	font-weight: normal;
}


/* .lasstion ul li::before {
counter-increment: my-sec-counter;
content: counter(my-sec-counter) ". ";

font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 15px;
letter-spacing: 0em;
text-align: left;
color:#96A0CE;
position: absolute;
left:0;
top:0;
} */

.lasstion-sub ul li span.course-duration,
.lasstion ul li span.course-duration {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: left;
	color: #364b36;
	right: 30px;
	top: 50%;
	position: absolute;
	transform: translatey(-50%);
}

.lasstion ul li .play-btn {
	all: inherit;
}

.lasstion ul li .play-btn:after {
	display: none;
}

.lasstion ul li button.btn1,
.lasstion ul li .play-btn,
.lasstion ul li img,
.lasstion ul li .window_content {
	width: 75px;
	margin: 0;
	cursor: pointer;
	height: 75px;
	border-radius: 100%;
	padding: 16px;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	left: 0;
	z-index: 1;
	background: #fff;
}

.lasstion ul li button.btn1 {
	border: none!important;
	box-shadow: none!important;
	outline: none!important;
	background: transparent!important;
}
.lasstion ul li button.btn1,
.lasstion ul li .play-btn {
	left: -50px;
}

.lasstion-sub ul li img,
.lasstion-sub ul li .window_content {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.lasstion ul li .window_content img,
.lasstion-sub ul li .window_content img {
	cursor: pointer;
}

.class-materials {
	display: block;
	clear: both;
	padding: 25px 0;
}

.class-materials h4 {
	
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}

.class-materials span {
	display: block;
	
	font-size: 18px;
}

.class-materials .btn {
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	justify-content: space-between;
	background: #C8C7C7;
	min-width: 260px;
	border-radius: 5px;
	min-height: 76px;
	margin: 10px 20px 10px 0;
	box-shadow: initial;
	font-size: 18px;
	font-style: normal;
	color: #fff;
}

.class-materials .btn img {
	max-width: 22px;
}

.class-materials .cust-login-back-color.btn {
	color: #000;
	background: #EFD7BC;
}

.class-materials .cust-nologin-back-color.btn {
	cursor: default;
}

.class-materials .cust-nologin-back-color.btn svg path {
	fill: #fff;
}

.course-parts {
	display: block;
	clear: both;
}

.class-materials .locked .btn {
	background: #96A0CE;
	cursor: default;
	pointer-events: none;
	color: #fff;
}

.class-materials .locked .btn svg path {
	fill: #fff;
}

.course_social ul.social-share {
	display: block;
	text-align: center;
}

.course_social h4 {
	margin-bottom: 15px;
}

.course_social ul.social-share li {
	display: inline-block;
	margin-right: 10px;
}

.course_social ul.social-share img,
.course_social ul.social-share svg {
	width: 22px;
	height: 22px;
}

.course_social ul.social-share svg path {
	fill: #000;
}

.course-strims p.text11 {
	color: #fff;
}

.course-strims .inner-block {
	padding: 30px;
	padding-right: 10px;
	background: #221F20;
}

.course-strims h4 {
	color: #96A0CE;
	
	font-weight: 700;
	padding-right: 20px;
}

.course-strims ul li {
	display: block;
	color: #fff;
	margin: 7px 0;
	padding-left: 35px;
	position: relative;
}

.course-strims ul {
	max-height: 220px;
	overflow: auto;
	padding-right: 20px;
}

.course-strims ul li svg {
	position: absolute;
	top: 7px;
	left: 0;
}

..covered-topics {
	padding: 55px 0 30px;
}

.covered-topics h4 {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	margin-bottom: 35px;
}

.vedio-section .covered-topics {
	padding: 25px 0 30px;
}

.blog-single .covered-topics h4 {
	text-transform: uppercase;
}

.covered-topics p {
	font-weight: 700;
	font-size: 24px;
}

.covered-topics span.c-t {
	display: inline-block;
	margin: 0 5px 10px 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0em;
background: #bedab6;
color: #364b36;
	border: 2px solid #bedab6;
	box-sizing: border-box;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
	text-align: center;
	padding: 5px 25px;
}

.col-md-5 .covered-topics span.c-t {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 7px 3px 7px;
}

.col-md-5 .covered-topics {
	padding: 30px;
}

.covered-topics span.c-t+i {
	display: none;
	margin-right: 5px;
}

.covered-topics span.c-t:last-of-type+i {
	display: none!important;
}

span.w_txt {
	position: absolute;
	font-size: 10px;
	top: -15px;
	display: none;
	left: -8px;
	text-align: center;
	white-space: nowrap;
}

.course-add {
	width: 100%;
	position: relative;
	z-index: 1;
	background-size: cover;
	margin: 50px 0 30px;
}

.course-add:before {
	content: "";
	position: absolute;
	width: 100%;
	z-index: -1;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(269.72deg, #364b36 11.04%, #FFFFFF 99.73%);
}

.course-add .inner-matrials {
	max-width: 535px;
	padding: 40px;
}

.course-add .inner-matrials h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: left;
}

.course-add .inner-matrials h2 span {
	display: block;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: left;
}

.course-add .inner-matrials .price-block {
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0em;
	margin: 15px 0;
}

.course-add .inner-matrials .btn.btn2:hover svg path {
	fill: #fff;
}

.price-block sup {
	position: relative;
	font-size: 60%;
	line-height: 0;
	vertical-align: bottom;
	display: inline-block;
}

.price-block .price {
	line-height: 1;
}

.price-block .price1 {
	text-decoration: line-through;
	color: rgb(83, 103, 141);
}

ul.key-bonuses h4 {
	
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0em;
	text-transform: uppercase;
}

ul.key-bonuses li {
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 12px;
	margin: 10px 0;
}

ul.key-bonuses li svg {
	position: absolute;
	top: 0;
	left: 0;
}

ul.key-bonuses li svg path {
	fill: #000;
}

ul.key-bonuses li svg path+path {
	fill: #fff;
}

.team-of-cours {
	padding: 70px 0;
	position: relative;
	display: block;
	clear: both;
}

.team-of-cours .row {
	align-items: center;
}

.team-of-cours h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: 0em;
	text-align: center;
	margin-bottom: 80px;
      color: #364b36;
}

.team-of-cours .avtar {
	width: 260px;
	height: 260px;
	border-radius: 100%;
	position: relative;
	margin: 35px auto 40px;
	z-index: 1;
	text-align: center;
}

.team-of-cours .avtar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

.team-of-cours .avtar:before {
	content: "";
	position: absolute;
	top: -35px;
	left: -35px;
	right: -35px;
	bottom: -35px;
	border-radius: 100%;
	background-color: #f2f2f2;
	z-index: -1;
}

.team-of-cours .avtar h5 {
	position: absolute;
	width: 100%;
	bottom: -80px;
	font-size: 24px;
}

.team-of-cours .content {
	
	font-style: normal;
	font-weight: 400;
	max-width: 712px;
	margin: auto;
	letter-spacing: 0em;
	text-align: center;
}

.t-talent {
	max-width: 140px;
	margin: 10px auto;
}

.t-talent img {
	width: 100%;
}

.team-of-cours .content h4 {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: center;
}

.team-of-cours .content a.link {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #000;
}


/* blog page  */

.programme-nutrition {
	margin: 0;
}

.programme-nutrition li.mylist_li {
	padding: 0 10px;
	display: inline-block;
	width: 33%;
	margin-bottom: 15px;
}

.comman-header {
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	padding-top: 130px;
	background-position: center;
}

.comman-header .caption_text h2 {
    color: #364b36;
    font-size: 80px;
    margin-bottom: 50px;
    font-weight: 700;
}

.comman-header .caption_text h3 {
	
	font-size: 35px;
	font-style: normal;
	font-weight: 300;
	line-height: 42px;
	letter-spacing: 0em;
}

.comman-header .caption_text p {
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: left;
	max-width: 352px;
	color: #fff;
}

.comman-header .caption_text {
	padding-left: 100px;
}

.comman-header.dash-header .caption_text {
	padding-left: 0px;
}

.back_link {
	
	font-weight: bold;
	color: #fff;
	font-size: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.back_link img {
	max-width: 12px;
	margin-right: 7px;
}

.blog-page {
	padding: 40px 0;
}

.search-filter {
	position: relative;
	width: 100%;
	margin-bottom: 70px;
}

.search-filter form {
	display: inline-block;
	width: 100%;
	position: relative;
}

.search-filter input[type="text"] {
	width: calc(100% - 240px);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
	border-radius: 0;
	background-color: #fff;
	border: none;
	padding: 30px;
	height: 76px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
}

.search-filter input[type="text"]:focus {
	outline: none;
	border: none;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

ul.search-results {
	width: calc(100% - 240px);
	z-index: 999;
	background: #fff;
	box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.25);
}

ul.search-results .item-search {
	display: block;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
}

ul.search-results>li {
	display: block;
}

ul.search-results li>span.title {
	text-align: center;
	display: block;
	width: 100%;
}

ul.search-results .item-search .thumbnail {
	display: inline-block;
	width: 150px;
	margin-right: 15px;
}

ul.search-results .item-search .thumbnail img {
	width: 100%;
}

ul.search-results .item-search span.title {
	
	font-weight: 600;
	text-transform: capitalize;
	color: #000;
	font-size: 22px;
	display: inline-block;
}

ul.search-results .item-search span.price {
	color: #96A0CE;
	position: absolute;
	bottom: 5px;
	padding: 10px;
	left: 165px;
	text-transform: capitalize;
}

.search-filter .submit-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	position: absolute;
	width: 238px;
	background: #bedab6;
	height: 76px;
	color: #364b36;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
}

.search-filter .submit-btn:hover {
	background: {{ settings.colorbodyfullsite1 }}!important;
}

.search-filter .submit-btn svg {
	margin-left: 10px;
}

.search-filter .submit-btn svg path {fill: #364b36;}

.shade-block {
	background: #fff;
	position: relative;
	margin-top: 5px;
  z-index:1;
	margin-bottom: 16px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.shade-block .img_container {
	position: relative;
	padding-top: 70%;
  
}

.shade-block .img_container:before {
content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: transparent;
}

.shade-block .img_container a  {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;

}

.shade-block .img_container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index:-1;
	object-fit: cover;
	object-position: center;
}

.shade-block .text_block {
	padding: 25px 15px;
	min-height: 145px;
}

.shade-block h4.blog_title {
	line-height: 1;
	margin: 0;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #000;
	padding-right: 40px;
	text-transform: capitalize;
}

.shade-block h4.blog_title a {
	color: inherit;
}

.shade-block h4.blog_title a:focus {
	box-shadow: inherit;
	border: inherit;
	outline: inherit;
}

.shade-block .text_block p {
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	
	margin: 0;
	color: #000;
	padding-right: 40px;
}

.shade-block span.tags {
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.shade-block .read_more {
	display: inline-block;
	position: absolute;
	bottom: 25px;
	right: 15px;
	width: 28px;
	height: 28px;
}

.shade-block .read_more img {
	width: 100%;
}

.blog-row {
	margin: 0 -8px;
}

.blog-row .col-lg-4 {
	padding: 0 8px;
}

.blog-row li {
	padding: 0 8px;
	width: 33%;
}

.favourities_recipes .recipes_list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.favourities_recipes {
	padding-bottom: 70px;
}

.favourities_recipes .recipes_list li {
	padding: 0 8px;
	width: 33%;
	display: inline-block;
}

.pagination {
	width: 100%;
}

.pagination .lode_more {
	display: flex;
	width: 352px;
	height: auto;
	color: #364b36;
	justify-content: center;
	align-items: center;
	border: 1px solid #364b36;
	box-sizing: border-box;
	padding: 15px 25px;
	text-align: center;
	margin: 25px auto;
	cursor: pointer;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
}

.pagination .lode_more svg {
	margin-left: 10px;
}


.pagination .lode_more svg path{fill:#364b36;}

/* dashboard */

.dashboard-blog {
	padding: 60px 0;
	position: relative;
}

.your-plan {
	padding: 90px 0 70px;
	background: #F2F2F2;
	position: relative;
}

h2.section-title {
	
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 43px;
	letter-spacing: 0em;
	margin-bottom: 35px;
}

.your-plan .text_title {
	text-align: center;
	max-width: 695px;
	margin: auto;
	margin-bottom: 70px;
}

.your-plan .text_title h2 {
	font-size: 48px;
	font-style: normal;
  
	line-height: 58px;
  font-weight:700;
	color: #364b36;
	letter-spacing: 0em;
}

.your-plan .text_title p {
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
}

.plan-slider {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
  justify-content:center;
}

.plan-slider .shade-block {
	display: inline-block;
	width: calc(33% - 18px);
	margin: 0 10px 20px;
	box-shadow: none;
  position:relative;
  z-index:1;
}



h2.section-title i {
	font-size: 50%;
	padding-left: 10px;
}

h2.section-title b {
	font-weight: 700;
}

.plan-slider .slick-list {
	margin: 0 -10px;
	padding: 0 2px;
}

.plan-slider .slick-slide {
	padding: 0 8px;
}

.shade-block .bottom_text {
	text-align: center;
}

.shade-block .pricing {
	position: absolute;
	top: -27px;
	left: 25px;
	width: calc(100% - 50px);
	padding: 14px 25px;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
	color: #364b36;
	border-radius: 25px;
	background: #bedab6;
}


/* .shade-block .pricing span {    border-bottom:2px solid transparent;}
.shade-block .pricing:hover span {border-bottom:2px solid #F7DBD0;} */

.shade-block .pricing:focus {
	outline: inherit;
	border: inherit;
}

.shade-block .bottom_text {
	padding: 30px 15px 25px;
	background: #fff;
	position: relative;
}

.shade-block .bottom_text h4 {
	
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: center;
	text-transform: inherit;
	padding-right: 0;
	display: inline-flex;
	align-items: flex-end;
}



.shade-block .bottom_text h4+p {
	display: none;
}


.shade-block .bottom_text .course-duration {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 15px;
	font-size: 14px;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0em;
  color:#000;
}

.shade-block .bottom_text .course-duration svg {
	margin-right: 5px;
  min-width:16px;
}


.shade-block .bottom_text .course-duration svg path {fill: #bedab6;}
.shade-block .bottom_text .course-duration svg path + path {fill:#fff;}

.plan-slider .slick-dots {
	height: 10px;
	background: rgba(196, 196, 196, 0.2);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	width: 100%;
	display: flex;
}

.plan-slider .slick-dots li {
	margin: 0;
	height: 10px;
	background: transparent;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	width: 100%;
	display: inline-flex;
}

.plan-slider .slick-dots li.slick-active {
	background: #96A0CE;
}

.shade-block.locked .lock-icon {
	position: absolute;
	width: 37px;
	height: 37px;
	display: inline-block;
	top: 15px;
	right: 15px;
}

.shade-block.locked .lock-icon img {
	width: 100%;
	position: initial!important;
	height: auto;
}

.top-read-section {
	padding:40px 0px 0;
	overflow: hidden;
	position: relative;
}

.top-read-section h2.section-title {
	margin-bottom: 0;
}

.top-read-section .slick-list {
	margin: 0 -8px;
}

.top-read-section .slick-list .slick-slide {
	margin: 0 8px;
}

.template-blog .t-r-block {
	margin-bottom: 55px;
}

.t-r-block {
	background: #fff;
	position: relative;
	margin-bottom: 16px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	display: inline-flex!important;
	display: -webkit-inline-flex!important;
}

.t-r-block .img-block {
	width: 55%;
	height: 100%;
}

.t-r-block .img-block img {
	width: 55%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.t-r-block .content_block {
	position: relative;
	width: 45%;
	padding: 50px;
	min-height: 350px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.t-r-block a.read_this {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0em;
	color: #364b36;
	left: -72px;
	bottom: 11px;
	padding: 11px 20px 11px 50px;
	background-color: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
	transform: rotate(-90deg);
	text-transform: uppercase;
}

.t-r-block a.read_this:focus {
background: #bedab6;
color: #364b36;
}

.t-r-block .content_block span {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
    text-transform: capitalize;
}

.t-r-block a.read_this img {
	max-width: 28px;
	margin-right: 5px;
	transform: rotate(90deg);
	position: absolute;
	bottom: 7px;
	left: 12px;
}

.t-r-block a.read_this:hover {
background: #bedab6;
color: #364b36;
}

.t-r-block .content_block h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: capitalize;
}
.t-r-block .content_block p {
    line-height: 1.3;
}
.t-r-block .content_block {
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;
}

.topRead-slider .slick-arrow {
	position: absolute;
	top: 50%;
	right: -60px;
	left: auto;
	z-index: 1;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #364b36;
	background: #bedab6;
	outline: none;
	opacity: 1;
}

.topRead-slider .slick-prev.slick-arrow {
	left: -60px;
	right: auto;
}

.topRead-slider .slick-arrow:hover,
.topRead-slider .slick-arrow:hover,
.slick-arrow:focus {
	background: {{ settings.colorbodyfullsite1 }}!important;
}


.topRead-slider .slick-next:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  color: #364b36;
}

.topRead-slider .slick-prev:before {
	content: "\f060";
	font-family: "Font Awesome 5 Pro";
      color: #364b36;
}

.topRead-slider .slick-dots {
	top: auto;
	transform: initial;
	bottom: 15px;
	left: 60%;
	right: auto;
	text-align: center;
	width: auto;
}

.topRead-slider .slick-arrow:hover,
.slick-dots li button:before {
	display: none;
}

.topRead-slider .slick-arrow:hover {
	width: 42px;
	height: 42px;
}

.topRead-slider .slick-dots li button {
	width: 17px;
	height: 17px;
	border-radius: 50px;
	background: transparent;
	border: 1px solid #364b36;
}

.topRead-slider .slick-dots li.slick-active button {
	background: #364b36;
}

.filter_links {
	width: 100%;
	margin-bottom: 50px;
}

.filter_links ul {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	margin: 0 0px;
}

.filter_links ul li {
	display: inline-block;
	position: relative;
	border: 2px solid #364b36;
	margin: 0 15px;
	text-transform: capitalize;
	border-radius: 0px;
	padding: 5px;
	width: 100%;
}

img._jsLoader {
	max-width: 120px;
	margin: auto;
	display: block;
	filter: grayscale(1);
}

.filter_links ul li a {
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	display: block;
	width: 100%;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
	color: #364b36;
	background: transparent;
	padding: 10px 15px;
	border-radius: 0!important;
}

.filter_links ul li:hover a,
.filter_links ul li.active a {
	background: #364b36 !important;
	color: #fff;
}


/* thankyou page */

.thank-you-page {
	position: relative;
	width: 100%;
	padding: 30px 0 100px;
}

.thank-you-page .container {
	max-width: 750px;
	text-align: center;
}

.course_pages .back_btn {
	display: none;
}

.thank-you-page h2.theme_title {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0em;
    margin: 25px 0;
}
.thank-you-page p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    max-width: 630px;
    margin: auto;
    margin-bottom: 35px;
}

.thank-you-page p span {
	display: block;
	color: green;
	margin-top: 15px;
}

.thank-you-page .btn-block a.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 76px;
	width: 270px;
	border-radius: 0px;	
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0px;
	white-space: initial;
	padding: 15px;
  background: #bedab6;
color: #364b36;
}



.thank-you-page .btn-block a.btn span {
	display: inline-block;
	padding-left: 15px;
	text-align: left;
}

.thank-you-page .btn-block a.btn span b {
	display: block;
}

.thank-you-page .btn-block a.btn img {
	max-width: 30px;
}

.thank-you-page .btn-block a.btn+.btn {
	background: #364b36;
	margin-left: 15px;
  color:#fff;
}


.thank-you-page .btn-block a.btn+.btn img {filter:invert(1)}

.thank-you .site-header {
	display: none!important;
}

.thank-you .main-header {
	position: relative;
}

.course-1 .main-header {
	background: rgba(255, 255, 255, 0.6);
}

.product_socials_wrapper {
	display: none;
}

.product_socials_wrapper.active-share {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	display: block;
}

.web_content .product-share-links {
	margin: 0;
	position: absolute;
	padding-top: 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.product-share-links {
	text-align: left;
	clear: both;
	margin-top: 30px;
}

.product-share-links .title-share a {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0;
	cursor: pointer;
	margin-bottom: 25px;
	display: inline-block;
}

.product_socials_wrapper .share-links {
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(255, 255, 255, 0.6);
	pointer-events: none;
	visibility: hidden;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.product_socials_wrapper .share-links .share-links-container {
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background: rgb(0 0 0 / 38%);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.product_socials_wrapper .share-links {
	pointer-events: none;
	visibility: hidden;
}

.product_socials_wrapper .share-links .share-links-centered {
	display: inline-block;
	padding: 40px 25px;
	vertical-align: middle;
	text-align: center;
	width: 90%;
	pointer-events: all;
	max-width: 400px;
	background: #fff;
	border-radius: 15px;
}

.product_socials_wrapper.active-share .share-links {
	opacity: 1;
	pointer-events: none;
	background: rgba(255, 255, 255, 0.7);
	visibility: visible;
}

.product_socials_wrapper .share-links {
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 100%;
}

.product_socials_wrapper ul.social-sharing li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px;
}

.product_socials_wrapper ul.social-sharing li svg {
	width: 100%;
	height: 100%;
}

.product_socials_wrapper ul.social-sharing li svg path {
	fill: #222;
}

.product_socials_wrapper ul.social-sharing li span {
	display: none!important;
}

.product_socials_wrapper ul.social-sharing {
	margin: 0;
}

.share-title-bottom h1 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.share-product-text img {
	max-width: 22px;
}

.share-product-text {
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0;
	cursor: pointer;
	margin-bottom: 25px;
}

.blog-single {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.blog-single .article_text {
	margin-bottom: 25px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0px;
	text-align: left;
}

.blog-single .covered-topics {
	margin-top: 25px;
}

.myButton.btn {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
background: #bedab6;
color: #364b36;
	border-radius: 25px;
	padding: 12px 35px;
}



.blog-single .article_text strong {
	font-style: normal;
	font-weight: 600;
}

.blog-single .section-header {
	position: relative;
	height: 512px;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}

.blog-single .section-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	z-index: 1;
}

.blog-single .section-header img.bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}

.blog-single .section-header .caption {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-bottom: 70px;
}

body.active-share {
	overflow: hidden;
}

.blog-single .caption span.tags {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0em;
	color: #fff;
	text-transform: capitalize;
}

.blog-single h1.article__title {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 51px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	text-transform: capitalize;
}

.blog-single span.article__date {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0px;
}

.blog-single span.article__date img {
	max-width: 22px;
	margin-right: 5px;
}

.product-share-links .title-share img {
	max-width: 22px;
	margin-right: 5px;
}

.product-share-links .title-share {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0px;
}

.blog-single .covered-topics span.c-t {
background: #bedab6;
color: #364b36;
	border-radius: 0;
	margin: 0 0px 10px 0;
}

.blog-single .covered-topics p i {
	display: inline-block;
	margin-right: 5px;
}

.blog-single .covered-topics span.c-t:last-of-type+i {
	display: none;
}

.comment-wrapper {
	width: 60vw;
	float: right;
	background: #F7DBD0;
	padding: 40px;
}

.main-content {
	overflow: hidden;
}

.comment-wrapper form {
	max-width: 580px;
	display: block;
	margin-left: auto;
	margin-right: 0;
}

.comment-wrapper form .input-full {
	width: 100%;
	padding: 12px 15px;
}

.comment-wrapper form label {
	margin-bottom: 3px;
}

.comment-wrapper form .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.comment-wrapper form .btn svg {
	margin-left: 5px;
}

.comment-wrapper form .btn svg path {
	fill: #364b36;
}


.related-products {
	padding: 60px 0;
}

.related-products h2 {
	
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 43px;
	letter-spacing: 0em;
	margin-bottom: 35px;
}

.related-products h2 i {
	font-size: 50%;
	padding-left: 7px;
}

.related-products h2 b {
	font-weight: 700;
}

.comments-block {
	margin-left: auto;
	margin-right: 0;
	padding: 35px 0;
	max-width: 580px;
	display: block;
	clear: both;
}

.comments-block ul li {
	display: block;
	margin: 30px 0;
	position: relative;
	padding-left: 50px;
}

.comments-block ul li .img-nme {
	width: 37px;
	height: 37px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background: #96A0CE;
	text-transform: capitalize;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.comments-block ul li .img-nme img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comments-block .comment__meta {
	
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	letter-spacing: 0em;
	text-transform: capitalize;
	margin-bottom: 7px;
}

.comments-block .comment__meta time {
	
}

.comments-block .comment__content {
	font-size: 17px;
	line-height: 1;
}

.comments-block .comment__content p {
	margin: 0;
}

.comment-wrapper h2.h3 {
	
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 43px;
	letter-spacing: 0em;
	margin-bottom: 35px;
	text-transform: capitalize;
	overflow: hidden;
}

.comment-wrapper h2.h3 span {
	width: 55px;
	line-height: 1;
	height: 55px;
	border-radius: 50%;
	background: #fff;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	padding: 12px 5px;
}

.page_404 {
	padding-top: 100px;
	min-height: calc(100vh - 275px);
	text-align: center;
}

.page_404 a.btn.btn--has-icon-after {
	padding: 0;
	margin: 0;
	color: #000;
	background: transparent;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: capitalize;
	font-size: 24px;
}

.page_404 a.btn.btn--has-icon-after svg {
	width: 50px;
	margin-left: 10px;
}

.page_404 .container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.shopify-challenge__container {
	max-width: 500px;
	margin: 0 auto;
	padding-top: 150px!important;
	min-height: 70vh;
}

.modal {
	pointer-events: none!important;
}

.modal .modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 350px;
	width: 100%;
	transform: translate(-50%, -50%);
}

.iframe-width {
	position: relative;
	padding-top: 170%;
}

.modal .modal-content span.close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	color: #fff;
}

.iframe-width .jwplayer {
	width: 100%!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
}

.account_activate .btn {
	font-size: 17px;
	height: auto;
}

.Login_page.account_activate .form-vertical h2 {
	font-size: 110px;
}

.privacy-policy .site-header,
.terms-of-service .site-header {
	min-height: 102px;
}

.privacy-policy .main-content,
.terms-of-service .main-content {
	padding: 50px 0;
	min-height: 60vh;
}

.privacy-policy h2.theme_title,
.terms-of-service h2.theme_title {
	text-transform: capitalize;
	margin-bottom: 25px;
}

div#custome-player-jw155 {
	display: none;
}

.home-content .icon-box .img {
	width: 90%;
	margin-right: 30px;
}

.home-content .icon-box {
	display: flex;
	text-align: left;
}

.about-section+.about-section {
	padding-top: 50px;
}

.about-us .main-header:before {
	display: none;
}

.about-header {
	width: 100%;
	position: relative;
	margin: 80px 0 70px;
}

.about-header .container {
	background: #FFFFFF;
	padding: 40px 100px 100px;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}
.about-header h1.title {
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.550000011920929px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 7px;
      color: #364b36;
}

.content_text2 {
	text-align: left;
}

.content_text2 h4 {
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	margin-bottom: 15px;
}

.about-header .course_social ul.social-share {
	text-align: left;
}

.about-header .btn {
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
  background:#DCD9F8;
	letter-spacing: 0px;
	text-align: center;
	border-radius: 0;
	padding: 18px 50px;
  
}

.about-header .btn i {
	padding-left: 10px;
}

.about-header p {
	font-size: 16px;
	line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 17px;
  margin-top: 15px;
  font-weight: 500;
}
.about-header p a{
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.about-header .modal.trainerModal{
  background: #00000054;
}
.about-popup-jw video{
     width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about-header .about-popup-jw{
      position: relative;
    padding-top: 56.5%;
}

.about-header .btn:hover {
	
	border-radius: 0;
}
.about-header .vedio-box {
    padding-top: 56.5%;
      height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.about-header .vedio-box .jwplayer{
  position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.contact-us .page-width {
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center;
	min-height: calc(100vh - 217px);
	position: relative;
	z-index: 1;
}

.contact-us .page-width:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgb(0 0 0 / 38%);
}

.contact-us .page-width .container {
	max-width: 1130px;
	margin: auto;
}

.contact-us .contact-form {
	max-width: 355px;
	margin: 0 auto;
	margin-top: 30px;
}

.contact-us .contact-form input[type="text"],
.contact-us .contact-form input[type="email"],
.contact-us .contact-form textarea {
	width: 100%;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	background: #fff;
	color: #464444;
	padding: 22px 20px;
	border: none!important;
	box-shadow: none!important;
	outline: initial!important;
	margin: 0;
}

.contact-us .contact-form ::placeholder {
	color: #464444;
	opacity: 1;
}

.contact-us .contact-form :-ms-input-placeholder {
	color: #464444;
}

.contact-us .contact-form ::-ms-input-placeholder {
	color: #464444;
}

.contact-us .page-width h1 {
	
	font-size: 144px;
	font-style: normal;
	font-weight: 400;
	line-height: 216px;
	letter-spacing: 0.550000011920929px;
	text-align: center;
	color: #fff
}

.contact-us .page-width p {
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0px;
	color: #fff;
}

.contact-us .submit_btn.from-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact-us .submit_btn label {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0px;
	color: #fff;
}

.contact-us .from-group {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}

.contact-us .submit_btn .btn {
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
background: #bedab6;
color: #364b36;
	border-radius: 0;
	padding: 18px 25px;
	text-transform: uppercase;
}

.contact-us .submit_btn .btn:hover {
	border-radius: 0;
}

.faqs .faq_header {
	padding-top: 80px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.faqs .faq_header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #bedab6;
}

.faqs .faq_header h2.title {
    color: #364B36;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.550000011920929px;
    text-align: center;
    margin-bottom: 20px;
}
.faqs .faq_header p {
	color: #fff;
	margin: 25px 0;
}

.faq_content .container {
	max-width: 570px;
}

.faq_content {
	padding: 15px 0 70px;
}

.faq_content h2.faq-title {
	font-size: 32px;
	
	text-align: center;
	margin-top: 35px;
	margin-bottom: 20px;
}

.faq_content h2.faq-title span.icon {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #7C9575;
	border-radius: 100%;
	margin-right: 15px;
}

.faq_content .card-item {
	display: inline-block;
	width: 100%;
	box-shadow: initial;
	border: none;
	background: transparent;
}

.faq_content .card-title {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: left;
	cursor: pointer;
	position: relative;
	background: transparent;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
	padding: 20px 20px;
	margin-bottom: 15px;
}

.faq_content .card {
	border: none;
	box-shadow: initial;
}

.faq_content .card-header .card-title p:before {
	content: "";
	width: 21px;
	height: 2px;
	background: #364b36;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: -1px;
}

.faq_content .card-header .card-title p:after {
	content: "";
	width: 2px;
	height: 21px;
	background: #364b36;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 8px;
}

.faq_content .card-header .card-title p:before {
	content: "";
	width: 21px;
	height: 2px;
	background: #364b36;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: -1px;
}

.faq_content .card-header {
	background: transparent;
	border: none!important;
	box-shadow: initial!important;
	padding: 0;
}

.faq_content .card-title p {
	margin: 0;
	font-size: 16px;
	position: relative;
	padding-right: 25px;
}

.faq_content .card-body p:before {
	content: "";
	width: 21px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: -1px;
}

.faq_content .card-body p {
	margin: 0;
	padding-right: 25px;
	font-size: 14px;
	color: #fff;
	position: relative;
}

.faq_content .card-body {
	padding: 15px 25px;
	background: #7C9575;
	margin-bottom: 15px;
  
}

.search_form {
	max-width: 540px;
	margin: 15px auto 0;
	width: 100%;
  position: relative
}
.search_form svg{
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 30px;
}

.search_form form {
	display: inline-block;
	width: 100%;
	position: relative;
}

.search_form form input {
	width: 100%;
	padding: 22px 25px;
	font-size: 21px;
	box-shadow: none!important;
	border: none!important;
	outline: none!important;
	background: #FFFFFF;
}

.search_form form .submit-btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 32px;
	background: transparent;
	box-shadow: none!important;
	border: none!important;
	outline: none!important;
	width: 70px;
	height: 100%;
	cursor: pointer;
}

.search_form form ::placeholder {
	color: #464444;
	opacity: 1;
}

.search_form form :-ms-input-placeholder {
	color: #464444;
}

.search_form form ::-ms-input-placeholder {
	color: #464444;
}

.advert_block .course-add {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.template-blog .course-add {
	margin-top: 40px;
	padding: 0 30px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
	background-position: 100% 1%;
}

.top-read-section.blogs_page h2.section-title {
	text-align: center;
}

.cart_page {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 70px;
	margin-bottom: 70px;
}

.cart_page .cart-header h1 {
	
	font-size: 144px;
	font-style: normal;
	font-weight: 400;
	line-height: 216px;
	letter-spacing: 0.550000011920929px;
	text-align: center;
	margin-bottom: 60px;
}

.cart_page table {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
	padding: 15px;
	width: 100%;
}

.cart_page td.product_name .cart__product-information {
	display: inline-flex;
	padding: 20px;
}

.cart_page td.product_name h4 {
	text-align: left;
	margin: 0;
	padding-left: 15px;
}

.cart_page td.product_name h4 a {
	color: inherit;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 0em;
}

.cart_page .cart_price_block {
	text-align: center;
	padding: 20px;
}

.cart_page .cart_price_block span {
	display: block;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
}

.cart_page p.cart__remove a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #96A0CE;
}

.cart_page tr.cart__row td {
	position: relative;
}

.cart_page tr+tr {
	border-top: 2px dashed #96A0CE;
}

.static_product {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
	padding: 0;
	margin-top: 35px;
}

.static_product .top_block {
	background: #F7DBD0;
	padding: 15px;
	display: flex;
	align-items: center;
}

.static_product .top_block form {
	width: 70%;
	display: flex;
}

.static_product .top_block button.btn1 {
	border: none!important;
	box-shadow: none!important;
	outline: none!important;
	background: transparent;
	cursor: pointer;
}

.static_product .top_block h4 {
	padding: 0 15px;
	
	font-size: 36px;
	margin: 0;
}

.static_product .price_block {}

.static_product .price_block span.price_one {
	color: red;
	display: block;
	text-decoration: line-through;
}

.static_product .price_block span.price_tow {
	color: #000;
	font-size: 36px;
}

.static_product .product_block {
	padding: 25px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.static_product .product_block h4 {
	font-size: 18px;
	
	margin: 0;
}

.static_product .product_block span {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 0em;
	color: #96A0CE;
}

.static_product .product_block .product_name {
	width: 60%;
}

.static_product .product_block .price_text {
	width: 40%;
	text-align: right;
	font-size: 24px;
	font-weight: 500;
}

.static_product .product_block+.product_block {
	border-top: 2px dashed #96A0CE;
}

.cart_total_block .cart-subtotal span.cart-subtotal__title {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 0px;
	display: block;
	color: #96A0CE;
	margin-bottom: 10px;
}

.cart_total_block .cart-subtotal span.cart-subtotal__price {
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 51px;
	letter-spacing: 0em;
}

.cart_total_block .cart-subtotal {
	padding: 20px;
	background: rgba(0, 0, 0, 0.01);
	width: 100%;
}

.cart__footer {
	max-width: 350px;
	float: right;
	width: 100%;
	text-align: center;
}

.cart__footer .btn {
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0em;
	background: #96A0CE;
	border-radius: 0px!important;
}

.cart__footer .btn:hover {}

span.custom_check {
	width: 48px;
	display: inline-block;
	height: 48px;
	background: #fff;
	border: 1px solid #000000;
	box-sizing: border-box;
	position: relative;
}

.upsell.col-md-7.checked.uncheck {
	padding: 0 6px;
}

span.custom_check:before {
	position: absolute;
	background: url(https://cdn.shopify.com/s/files/1/0497/0994/0887/t/9/assets/check_mark.png?v=1606211280);
	top: -17px;
	right: -13px;
	width: 55px;
	height: 55px;
	background-size: 100%;
}

.cart__row span.custom_check:before,
.checked.uncheck span.custom_check:before {
	content: "";
}


/* boxing_ban */

#shopify-section-16088061393965299c {
	background: #221F20;
}

.featured-blog {
	padding: 60px 0;
}

.featured-blog .slick-slide {
	padding: 0 15px;
}

.featured-blog .sec-title {
	padding-bottom: 40px;
	color: #fff;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 75px;
	letter-spacing: 0em;
	text-align: center;
}

.f-blogs {
	margin: 0 -15px;
}

.featured-blog .btn {
	background: #fff;
	color: #000;
}

.featured-blog .slick-dots button {
	border: 1px solid #fff;
	border-radius: 100%;
}

.featured-blog .slick-dots {
	bottom: -40px;
}

.featured-blog .slick-dots .slick-active button {
	background: #fff;
}

.featured-blog {
	background-size: cover;
}

.featured-blog .slick-arrow {
	display: none !important;
}


/* boxing banner */

.boxing_ban {
	background: #000;
}

.boxing_ban .hero-other-content .container {
	max-width: 1200px;
}

.list_blocks {
	display: flex;
	margin: 0px;
}

.list_blocks li {
	width: 33.33%;
	padding: 0 15px;
	list-style: none;
	margin: 0px;
}

.list_blocks .text {
	background: #fff;
	height: 150px;
	padding: 20px 120px 20px 20px;
	position: relative;
	font-size: 18px;
	text-align: center;
}

.list_blocks .text:after {
	content: attr(data-title);
	font-weight: 700;
	color: #F5D6CA;
	font-size: 90px;
	position: absolute;
	bottom: -15px;
	right: 10px;
	
	z-index: 1;
}

.list_blocks .text p {
	position: relative;
	z-index: 0;
}

.list_blocks .text:before {
	background: url(Vector-18-_2.png) no-repeat 0 0;
	width: 97px;
	height: 97px;
	content: " ";
	position: absolute;
	bottom: 15px;
	right: 50px;
	z-index: 2;
}

.boxing_ban .hero-other-content {
	bottom: 30px;
}

.boxing_ban .caption-content .container {
	top: 50%;
}

.boxing_ban img {
	height: 100vh;
}

.about-section {
	margin-top: 0px;
}

.list_blocks li:nth-child(2) .text:after {
	color: #A3A0B7;
}

.portal-blog-list.ajax-year-filter {
	margin-left: -10px;
	margin-right: -10px;
}

.slider-annus {
	color: #fff;
	display: block;
	padding: 10px 5px;
	font-size: 13px;
	background: #000;
	margin-bottom: 20px;
	margin-top: -20px;
}

.slider-annus a {
	color: inherit;
	text-align: center;
}
.privacy .page-container, .cookie-policy .page-container, .terms .page-container  {
  margin-bottom: 50px;
  padding-top: 50px
}

@media(max-width:767px) {
.search_form form input{
  padding: 10px 25px;
    font-size: 20px;
}
  .mobile_view{
  display: block !important;
}
  .Login_page.mobile_view:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #364b36a8;
    z-index: -1;
}
  .your-plan .container {padding:0 5px;}
  
  
	.featured-blog .slick-dots li {
		width: 10px;
		height: 10px;
	}
	.featured-blog .slick-dots button {
		height: 10px;
		width: 10px;
	}
   
  .vedio-section .btn1 {
  padding: 7px 30px;
    font-size: 16px;
  }
  
  .vedio-section .btn1 a {white-space:nowrap;}
  
	.featured-blog .slick-dots {
		bottom: -10px;
	}
	.featured-blog .text-right {
		text-align: center !important;
	}
	.boxing_ban .hero-other-content {
		bottom: 30px;
	}
	.hero-section .caption-content h4 {
		font-size: 18px;
		line-height: 1.6;
		
	}
	.list_blocks {
		display: block;
	}
	.list_blocks li {
		width: 100%;
		margin: 5px 0;
	}
	.list_blocks .text {
		padding: 10px;
		height: auto;
		font-size: 14px;
	}
	.boxing_ban .hero-other-content {
		background: none;
	}
	.list_blocks .text p {
		margin: 0px;
	}
	.boxing_ban .hero-other-content {
		position: absolute;
	}
	.list_blocks .text:before,
	.list_blocks .text:after {
		display: none;
	}
	.slider-annus {
		margin-top: -15px;
	}
}


/* login page */

.template-page.login .logo-link {
	max-width: 200px;
	display: block;
	padding: 20px 0;
	margin: auto;
}
.new-login .top-msg{
  display: block;
  width: max-content;
  margin: auto;
  padding: 10px;
  color: #fff;
  margin-bottom: 15px;
}
.new-login .top-msg h5, .new-login .top-msg p{
  font-size: 17px;
}

.thank-you.n-login {
	min-height: 100vh;
}

.new-login .customer-form {
	background: #fff;
	color: #000;
	padding: 30px;
	height: 100%;
}
.new-login .customer-form .content p, .new-login .customer-form .form-message--success {
  color:#7C9575;
}

.new-login #CustomerEmail,
.new-login #CustomerPassword,
.new-login .customer-form input.input-full {
	padding: 15px;
	width: 100%;
	margin-bottom: 20px;
  outline: 0;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #7C9575;
}

.new-login .customer-form input.input-full::placeholder{
  color: #000;
  opacity: 1;
}
.new-login .customer-form .bottom {
	padding-top: 15px;
}

.new-login .customer-form .btn {
	color: #000;
  font-size: 15px;
}
.arrows_btn_angle svg path{
  fill: #7C9575;
}

.new-login .col-sm-6 {
	margin-bottom: 30px;
}

.new-login .back_btn {
	padding: 10px;
	font-size: 20px;
}


/* login page */

.logo__bar {
	width: 100%;
	position: relative;
	padding: 50px 0;
	background: #fff;
}

.logo__bar ul {
	margin: 0!important;
	padding: 0;
}

li.logo-bar__item {
	display: inline-flex!important;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	height: 75px;
}

li.logo-bar__item img {
	max-width: 100%;
	max-height: 70px;
}

.home_quize {
	background: #F2F2F2;
	padding-bottom: 90px;
	text-align: center;
}

.home_quize h2.new_theme {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
  
	line-height: 58px;
	color: #364b36;
	letter-spacing: 0em;
}

.home_quize p {
	
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
	max-width: 695px;
	margin: auto;
	color: #000;
}

.home_quize a.btn.btn-round {
	border-radius: 50px;
	font-size: 20px;
  background: #bedab6;
color: #364b36;
	
	margin-top: 35px;
	padding: 14px 70px;
}

.customer_review {
	position: relative;
	padding: 90px 0;
	background: #F2F2F2;
}

.customer_review .section-header {
	padding-bottom: 35px;
	max-width: 570px;
	margin: auto;
}

.customer_review .section-header h2 {
	
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: 0em;
	text-align: center;
}

.customer_review .section-header p {
	
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
}

.customer_review .text_center {
	text-align: center;
	padding: 15px;
}

.customer_review .text_center h4 {
	
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0em;
    color:#364b36;
}

.customer_review span.autor-image {
display:inline-block;
width:200px;
  height:200px;
  border-radius:100%;
  position:relative;
  background:#fff;
  overflow:hidden;
}


.customer_review span.autor-image img {width:100%; height:100%; object-fit:cover; background-position:center top;}


.customer_review .slick-dots li {
	display: inline-block;
	margin: 0 7px;
}

.customer_review .slick-dots li button {
	width: 25px;
	height: 25px;
	border: 1px solid #364b36;
	border-radius: 100%;
}

.customer_review .slick-dots li button:before {
	display: none;
}

.customer_review .slick-dots li.slick-active button {
	background: #364b36;
}

.customer_review .text_center p {
	
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0em;
}

.newsletter-section {
	background: #364b36;
	padding: 90px 0;
}
.newsletter-section .btn{
      display: block;
    width: max-content;
    margin: auto;
    font-size: 16px;
    margin-top: 24px;
}

.newsletter-section .section-header.text-center {padding-left:50px;}


.mobile_mobile {
	display: none;
}

.newsletter-section .section-header h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
}

.newsletter-section .section-header p {
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
}

.newsletter-section .form_group {
	padding: 25px 0;
	text-align: center;
	position: relative;
  max-width:450px;
  margin:auto;
}

.newsletter-section .form_group input {
	width: 100%;
	border-radius: 25px;
background: #bedab6;
  color: #364b36;
	border: none;
	outline: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
	padding: 15px 25px;
}


.newsletter-section .form_group ::placeholder {color: #364b36; opacity: 1; }

.newsletter-section .form_group :-ms-input-placeholder {  color: #364b36;}

.newsletter-section .form_group ::-ms-input-placeholder {   color: #364b36;}




.newsletter-section .input_filed {
	display: inline-block;
	width: 100%;
	position: relative;
}

.newsletter-section .row {
	align-items: center;
}

.newsletter-section .form_group .btn {
	padding: 6px;
	margin: 0;
	background: transparent;
	font-size: 30px;
	position: absolute;
	top: 0px;
	right: 13px;
color: #364b36;
	width: 70px;
	height: 100%;
}

.newslatter__img img {
	width: 100%;
}


.quiz-popup {
position:fixed;
width:100%;
  height:100%;
  top:0;
  left:0;
  overflow:hidden;
  overflow-y:auto;
background:rgb(0 0 0 / 50%);
  z-index:99999;
}

.quiz-popup .popup_body {
  padding:70px 85px;
position:absolute;
  top:120px;
  left:50%;
  transform:translatex(-50%);
max-width:720px;
  width:100%;
  background: #364b36;
color:#fff;
}


.quiz-popup .popup_body .close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 35px;
    height: 35px;
    background: #4a5e69;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    text-align: center;
    padding: 7px;
    opacity: 1;
}

.quiz-popup .popup_body select {width:100%; background:#364b36; color:#fff; padding:12px 15px; margin-bottom:20px; min-height:48px;}



.quiz-popup .popup_body .form_block h3{font-size:18px; margin-bottom:15px; text-align:center; color:#221F20;}
.quiz-popup .popup_body .form_block {padding:30px; background:#fff; color:#000;}

.quiz-popup .suggetion {text-align:center;}
.quiz-popup .popup_body .result {margin:15px 0; font-size:14px; text-align:left; display:inline-block;}
.quiz-popup .popup_body .result li {display:block; margin-bottom:0px;}
.quiz-popup .popup_body .result li:nth-child(even) {margin-bottom:10px;}



.quiz-popup .title_section {text-align:center; margin-bottom:25px;}

.quiz-popup .title_section h3 {

font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 58px;
letter-spacing: 0em;
display:inline-block;
max-width:300px;
margin-bottom:25px;
}


.quiz-popup .title_section p {

font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 26px;
letter-spacing: 0.5px;
}

.quiz-popup .block_content {margin:20px 0; text-align:center;}
.quiz-popup .block_content h3 {

font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 58px;
letter-spacing: 0em;
display:inline-block;
max-width:320px;
margin-bottom:25px;
}

.quiz-popup .shade-block {z-index:1; margin:25px 0;}

.quiz-popup .block_content .shade-block h3 {
max-width:initial;

font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 29px;
letter-spacing: 0em;
text-align: center;
text-transform: uppercase;
padding-right: 0;
color:#000;
}

.quiz-popup .shade-block .pricing {font-size:21px;}

.quiz-popup .block_content p {

font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 26px;
letter-spacing: 0.5px;
}

.quiz-popup a.btn.btn-pop {
background: #bedab6;
color: #364b36;
  margin-top:25px;
       
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
  padding:15px 30px;

}

.payment_signup {
position:relative;
width:100%;

}


.popforpayment {
position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:9999999999999;
  background:rgb(0 0 0 / 35%);
}


.popforpayment .modal-content {
max-width: 550px;
    padding-top: 0;
    position: absolute;
    top: 50%;
  border:none;
    left: 50%;
    transform: translate(-50%, -50%);

}
.popforpayment .modal-body {padding:0;}
.popforpayment button.close {
    position: absolute;
    top: 10px;
    z-index: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    right: 15px;
    box-shadow: none!important;
    outline: none!important;
    font-weight: normal;
    font-size: 35px;
}

.popforpayment .imge-div {display:inline-block; width:100%; padding-top:50%; position:relative;}
.popforpayment .imge-div img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; object-position:center top;}

.popforpayment .modal-content h1 {

    font-size: 30px;
    font-style: normal;
    font-weight: 700;
  margin-top:20px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: inherit;
    padding-right: 0;
  color: #364b36;
}

.popforpayment .modal-content p {
    margin-top: 15px;
    font-size: 20px;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0em;
    color: #000;
    max-width: 345px;
    margin: 15px auto 35px;
}
.popforpayment .modal-body a.pre-order-btn,
.popforpayment .modal-body button.close {
  position:initial;
  display:inline-block;
  min-width: 230px;
background: #bedab6;
color: #364b36;
border-radius: 100px;
  padding:14px 15px;
  text-align:center;
  font-size:14px;
  font-weight:normal!important;
  height:auto;
  line-height:1.4;
  margin:0 5px 35px;
  float:initial;
}

.popforpayment .modal-body button.close {
color: #bedab6;
background: #364b36;
}




.plan_setup {
display:flex;
  justify-content:space-between;

}

.plan_setup .side-content { width:40%; position:fixed; }
.plan_setup .alex_img {
width:100%;
  min-height:100vh;
  background-size:cover;
  background-position:center right;
  position:relative;
  display: block;
}
.plan_setup .alex_img:after {
content:"";
position:absolute;
top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgb(113 137 149 / 29%);

}


.plan_setup .customer-form {
	padding:30px; float:right; margin-left:auto;
width:60%;

}

.plan_setup .customer-form .iner-content { max-width:550px; margin:auto; }

.textheading {

font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 55px;
letter-spacing: 0em;
  color:#364b36;

}

.plan_setup .customer-form .tab {
max-width:750px;
 
}

.plan_setup .text {
    
  margin-bottom:50px;
font-size:18px;
}

ul#progressbar {
display:flex;
  display:-webkit-flex;
max-width:720px;
  justify-content:space-between;
  margin-bottom:40px;
}

ul#progressbar li {
  display:inline-block; 
  padding:20px 25px;
  text-transform:capitalize;
  position:relative; 
background: #FFFFFF;
border-radius: 6px;
height: 94px;
width: 168px;
border-radius: 6px;
  color:#7da1a5;
  font-size:14px;

}

ul#progressbar li.active {

    color:#364b36;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);

}

ul#progressbar li.active:before{
content:"";
  position:absolute;
  top:0;
  left:0;
  width:8px;
  height:100%;
background: #364b36;
border-radius: 8px;

}




ul#progressbar li span {
    
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 1;
letter-spacing: 0em;
text-align: left;
display:block;
  color:#9c9c9c;
  margin-bottom:5px;
}


ul#progressbar li.active span {
color:#000;
}


.left-side-icon-text {
display:flex; float:left;
  align-items:center;
  justify-content:space-between;
}

.plan_setup .btn { float:right; }



.left-side-icon-text svg path {fill:#bedab6;}

.icon-text {
display: block;
    background-size: 50px;
  	padding-left:10px;
    color:#364b36;
    background-repeat: no-repeat;
        
    font-size: 18px;
    font-style: normal;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 150px;
}


.plan_setup .btn {
background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
border-radius: 47px;
  padding:15px 70px 15px 30px;
       
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px;
letter-spacing: 0em;
text-align: right;
color: #364b36;
  text-transform:uppercase;
position:relative;
}

.plan_setup .btn:hover {
background: #364b36;
  color:#fff;

}


.plan_setup .btn i {
    background: #bedab6;
    color: #fff;
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    top: 5px;
    right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



.back_text i  {     background: #bedab6;
    color: #fff;
    position: absolute;
    width: 45px;
    height: 45px; border-radius:100%;
     top: 5px;
    left: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }


a.back_text { 
    padding: 15px 30px 15px 70px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;
    color:#364b36 !important;
    text-transform: uppercase;
  position: relative; float:left; 
  cursor:pointer;

}

.plan_setup .shade-block {z-index:1;
    max-width: 390px;
    margin: auto; margin-bottom:60px;
}

.selectedplan .shade-block .bottom_text h4 { min-height:35px; color:#364b36;}

.plan_setup .btn .spin {display:none;}

.payment_signup .day_img {
position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
max-width:200px;
}

.plan_setup .input-filed {
width:100%;
padding:10px 20px;
color:#364b36;
box-shadow:none;
outline:none;
background: #FFFFFF;
border: 1px solid #707070;
border-radius: 5px;
    
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 1;
letter-spacing: 0px;
}




.plan_setup .from-group {margin-bottom:15px;}
.plan_setup .from-group label, .plan_setup .labels {
 font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 30px;
letter-spacing: 0.20999999344348907px;
text-align: left;
  display:block;
}

.passward-strength {
display:none;

}

.passward-strength ul {
margin:0;
padding:0;
}

.passward-strength ul li{
display:block;
  font-size:12px;
  margin-bottom:5px;
}

.custom_check {position:relative; width:100%; display:flex; margin-bottom:25px;}

.custom_check .checkbox_icon {display:inline-block; position:relative; z-index:1;min-width:40px; width:40px; height:40px; border-radius:3px; border:1px solid #364b36;}
.custom_check .checkbox_icon input[type="checkbox"] {position:absolute; top:0; width:100%; height:100%; left:0; z-index:1; opacity:0;}
.custom_check .checkbox_icon span {position:absolute; top:0; width:100%; height:100%; left:0; }

.custom_check .checkbox_icon input[type="checkbox"]:checked +  span {background:#364b36;}

.custom_check .checkbox_icon input[type="checkbox"]:checked +  span:before {
content: "";
    position: absolute;
    top: 46%;
    left: 50%;
    width: 21px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) skew(10deg) rotate(134deg);
  -webkit-transform: translate(-50%, -50%) skew(10deg) rotate(134deg);

}

.custom_check p{padding-left:10px; margin-bottom:0;}
.custom_check p a {color:inherit;}


.card-strip { display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap; 
  justify-content:center;
    flex-wrap: wrap; margin:40px 0;
     }

.card-strip > li { font-size:24px; padding:0 10px; }

.card-strip li {display:inline-block; margin:0 15px;  }
.card-strip li img {max-width:55px;}

.card-strip li.visa { border: 1px solid #707070;
box-sizing: border-box;
border-radius: 6px; font-size:12px; padding:10px; display:flex; align-items:center;  }

.card-strip li.visa span + span { padding-left:10px; line-height:1; }

.card-strip li.g-pay,
.card-strip li.master { border: 1px solid #707070;
box-sizing: border-box;
border-radius: 6px; font-size:12px; padding:10px; display:flex; align-items:center;  }


.plandetails-sec { background: #FFFFFF;
border: 3px solid #364b36;
box-sizing: border-box;
border-radius: 8px;  }

.promo-code { position:relative; }

.promo-code #entered_promo { padding-top:13px; padding-bottom:13px; font-size:14px; color:#364b36;}

.promo-code #check_code{ position:absolute; padding:10px 40px 8px 8px; color:#364b36 !important; box-shadow:none; background:transparent;
  top:2px; bottom:2px; right:2px;}

.promo-code #check_code i { width:32px; height:32px; background:{{ settings.colorbodyfullsite1 }}!important; color:#fff!important; }

.customer-form .row {  clear:both; }

#subscription_form { padding-left:15px; padding-right:15px; }

.plandetails-sec { align-items:center; display:flex; }
.plandetails-sec .col-sm-4 { padding:15px; text-align:center; font-size:18px;   }
.plandetails-sec .col-sm-4 span { font-size:30px; line-height:1; }
.plandetails-sec .col-sm-4 span + span { font-size:18px; display:block; clear:both; }


.subscription .bottoms { width:100%; padding:20px 0 0 0;  } 

 
.subscription .total-price { display:flex; align-items:center; }

.subscription h5{ margin:0px; 	  }

#promo_response { color:#F7DBD0; }

.plan_setup .from-group label.error { margin:0px; color:red; }

.tab.subscription { margin-left:-15px; margin-right:-15px; }


.header-section.dash-header {  height:500px; padding:50px 0;}

.header-section.dash-header .container { top:50%; left:50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
position:absolute; max-width:1000px; }

.header-section.dash-header h4 {color:#fff; margin-bottom:35px;}

.header-section.dash-header:before {background: rgb(54 75 54 / 52%); }

#shopify-section-account_header .shade-block .bottom_text h4{ min-height:30px; }
.shade-block .bottom_text h4 a:hover { color:#364b36;}
#shopify-section-account_header .dash-items .shade-block { height:100%; margin:0px; }

#shopify-section-account_header .dash-items .col-sm-4 { margin-bottom:30px; } 

.input-error-message .icon-error {display:none;}

.visually-hidden {opacity:0; visibility:hidden;}

.freeaccount-bg .form-message--error h2{font-size:20px;}
.freeaccount-bg .form-message--error li {display:block; color:#fff;}

.freeaccount-bg {
  position:relative;
  padding:70px 0;
  min-height:calc(100vh - 336px);
  background-size:cover;
  background-repeat:no-repeat;
  z-index:1;
  background-color:#364b36;
}

.freeaccount-bg .conatiner {max-width:550px; margin:auto; padding:0 15px;}

.freeaccount-bg h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  color:#fff;
}

.freeaccount-bg:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #364b368c;
}

.freeaccount-bg .col-sm-12:first-of-type span{
display:block; color:#fff; margin-bottom:25px;
font-size: 18px;font-style: normal;line-height: 27px;letter-spacing: 0em;
}

.freeaccount-bg .from-group {margin-bottom:25px;}




.freeaccount-bg label {display:block; color:#fff; text-align:left;  font-size:14px;}

.freeaccount-bg .input-filed {
background: #FFFFFF;border: 1px solid #707070;border-radius: 5px;  padding:8px 15px;  width:100%;
  box-shadow:none!important;  outline:none!important;
}

.freeaccount-bg .custom_check p {color:#fff; text-align:left;  font-size:14px;  max-width:280px;}

.freeaccount-bg .custom_check .checkbox_icon span {background:#fff;}
.freeaccount-bg .custom_check .checkbox_icon {border: 1px solid #707070;border-radius: 5px;overflow:hidden;}

.freeaccount-bg a.back_text {color:#fff!important;}

.freeaccount-bg .checkbox_icon_error {color:red;}

.Login_page button.btn,
.freeaccount-bg .btn{ min-width:200px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    border-radius: 47px;
    padding: 15px 70px 15px 30px;
    font-size:16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;
    color: #364b36;
    text-transform: uppercase;
    position: relative;
    float:right;

}

.Login_page .submit-block button i,
.freeaccount-bg .btn i {
    background: #bedab6;
    color: #fff;
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    top: 5px;
    right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;


}




.dash-header .buttons-group {text-align:center;}

.dash-header .buttons-group .window_content {display:inline;}

.dash-header .buttons-group .btn {
  display:inline-flex; justify-content:center;
  align-items:center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  min-width:230px;
  height:50px;

}

.dash-header .buttons-group a.btn.btn2 {
  background: #BEDAB6;
  color: #364B36;
  margin-left:30px;
}
.dash-header .buttons-group a.btn.btn3{
    background:#364b36;
    color:#bedab6;
    display: block;
    width: max-content; 
    margin: auto;
    margin-top: 15px;
    line-height: 24px;
}

.dash-header .buttons-group .btn svg {margin-left:15px;}

.dash-items {position:relative; z-index:1; background:#d9d9d9 !important; padding-bottom:70px;}
.dash-items .col-sm-4 {
  margin-bottom: 30px;
}

.dash-items .inner-container {height:100%; padding-bottom:15px;}

.dash-items .shade-block {box-shadow:initial;}

.dash-items .imagesec {position:relative; width:100%; padding-top:100%; overflow:hidden; margin-bottom:40px; height:100%;}
.dash-items .imagesec img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; object-position:center;}

.dash-items .imagesec:after {content:""; position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgb(0 0 0 / 46%);}

.dash-items .imagesec span {position:absolute;

    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    width:90%;
    line-height: 77px;
    letter-spacing: 0em;
    text-align: center;
    top:50%; left:50%; transform:translate(-50%, -50%); z-index:1; color:#fff;
}


.dash-items h2.new_theme {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0em;
    color: #364b36;
    margin-bottom: 20px;
    margin-top: 50px;
}

.js-modal-content.modal-content.jw_player {max-width:750px; position:absolute; top:20%;  height:auto;}


.jw_player #custome-player-jw {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    padding-top: 56.5%;
    box-shadow:0 0 60px 20px rgb(78 78 78 / 30%);
}


.hover_bkgr_fricc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #364b36;
    color:#fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

.hover_bkgr_fricc .closepop {
  color:#364b36 !important;

}


.new_header {padding:90px 0 60px; background:#e5e5e5; text-align:center;}

.new_header h4{

    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom:40px;
  color:{{ settings.colorbodyfullsite }}
}




.new_header .buttons-group {text-align:center;}
.new_header .buttons-group .window_content {display:inline;}

.new_header .buttons-group .btn {
  display:inline-flex; justify-content:center;
  align-items:center;
  font-size: 16px;    
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  min-width:230px;
  height:50px;

}

.new_header .buttons-group a.btn.btn2 {
  background:#364b36;
  color:#bedab6;
  margin-left:30px;
}


.new_header .buttons-group .btn svg {margin-left:15px;}


.collection_fitness {
  position:relative;
  width:100%;
  padding:70px 0;
  background:#e5e5e5;

}

.collection_fitness img {width:100%;}

.collection_fitness .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
        
}

.collection_fitness .btn svg {margin-left:5px;}


.collection_fitness .row {align-items:center;}

.collection_fitness .rightside {text-align:center;}
.collection_fitness .rightside h2 {
  color:#364b36;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
}

.collection_fitness .nic_sign {display:inline-block; max-width:250px;}

.collection_fitness .rightside .text1 p{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  

}
.collection_fitness .rightside .text1 b{  font-weight:normal;}

.workout-single {
  padding:50px 0;
  position:relative;
  background:#e5e5e5;


}

.workout-single .product-title {
  color:#364b36;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom:40px;

}
.workout-single .product-title i {font-style:normal;}

.workout-single .bottom {display:flex; justify-content:center; align-items:center;}
.workout-single .bottom ul {display:inline-block;}
.workout-single .bottom ul li{display: inline-flex;
    align-items: center;}

.workout-single .bottom ul li img {margin-left:5px;}
.workout-single .bottom ul + ul {margin-left:15px;}

.workout-single .bottom ul li span {line-height:24px;}



.video-navs {
  text-align: left;
  margin-bottom:25px;
}


.collection-page.fit_coll {
  padding:70px 0;
  position:relative;
  background:#e5e5e5;

}

h2.sec_title {
  color:#364b36;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  margin-bottom:25px;
}

.collection-page.fit_coll .shade-block {
  box-shadow:none;
  height:100%;
  margin-bottom:0;

}

.collection-page.fit_coll .col-md-4 {margin-bottom:25px;}

.collection-page.fit_coll .shade-block h4 {margin-bottom:15px; color:#364b36; }


.collection-page.fit_coll .pagination {justify-content:center; text-align:center;}
.collection-page.fit_coll .pagination a {
    padding: 10px 30px;
    display:inline-block; margin-top:25px;
    border-radius: 50px;
    background: #bedab6;
    color: #364b36;
    text-align: center;    
    font-weight: 500;
}

.collection-page.fit_coll .article-tags {
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:15px;
}
.collection-page.fit_coll .article-tags ul {margin:0; width:50%; text-align:center;}
.collection-page.fit_coll .article-tags li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.collection-page.fit_coll .article-tags li img {
    max-width: 40px;
    max-height: 30px;
    vertical-align: middle;
    margin-left: 5px;
    width: 100%;
}

.podcast_list_section {
  padding:70px 0 70px;
  position:relative;
  background:#e5e5e5;
}

.podcast_list_section h3 {
  color:#364b36;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  margin-bottom:25px;
}

.podcast_list,
.podcast_list ul {margin:0; display:block; }

.podcast_list li {display:block; width:100%; margin-bottom:50px;}
.podcast_list .podcast_list_meta {display:flex; flex-wrap:wrap;}
.podcast_list .list_img {width:200px; height:200px; position:relative; margin-right:20px; }
.podcast_list .list_img img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.podcast_list .list_details {width:calc(100% - 220px);}
.podcast_list .click_button {position:absolute; bottom:15px; right:15px; z-index:1; cursor:pointer; width:55px;}
.podcast_list .click_button svg {width:100%; height:auto;} 


.podcast_list .list_details h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}
.podcast_list .list_details h4 a {color:inherit;}

.podcast_list .list_details span, 
.podcast_list .list_details p {display:block; font-size:20px; }


@media(max-width:991px) {
    .Login_page {
    top: 50%;
}

  .menu_bar {
  background:{{ settings.colorbodyfullsite2 }}!important;
  
  }
  .menu_bar ul li a {
  	color: #fff!important;
  }
	.menu_bar ul li a.site-nav--active {
		background: {{ settings.colorbodyfullsite1 }}!important;
		color: {{ settings.colorbodyfullsite2 }}!important;
	}

  ul.login-list.toggle_view {max-width:100%;}
}

@media(max-width:767px) {
  .dash-items .col-sm-4 {
    margin-bottom: 0;
}
  .new-login .top-msg {
    width: 100%;
}
  
  .team-of-cours .content{
    margin-top: 30px;
  }
  .team-of-cours .avtar h5 {
    bottom: -100px;
}
  .newslatter__img img{
    object-fit: cover;
  }

    .popforpayment .modal-content {max-width:95%;}
  
  .popforpayment .modal-body a.pre-order-btn {margin-bottom:15px;}
  
  .popforpayment .modal-content p {margin:15px auto 25px;}
  
  .popforpayment .modal-body a.pre-order-btn, .popforpayment .modal-body button.close {min-width:240px; padding:10px 15px;}
  
  
  
  .dash-items .imagesec span {font-size:18px; line-height:1;}

  .dash-items .row {margin:0 -10px;}
  .dash-items .imagesec {margin-bottom:20px;}
  .dash-items .col-sm-4 {padding:0 10px;}
  
  .plan_setup { display:block; }
  
  .plan_setup .side-content { width:100%; position:relative; }
  
  .plan_setup .customer-form { width:100%; }
  
  .plan_setup .customer-form { padding:30px 15px; }
  
  ul#progressbar li { padding:17px 4px 7px 17px; font-size:12px; width:110px; height:80px; }
   
  
  .plan_setup .shade-block { margin-bottom:30px; }
  
  .back_text i,
  .plan_setup .btn i { width:30px; height:30px; }
  
  a.back_text { font-size: 14px;     padding: 9px 0px 8px 40px; }
  
  .plan_setup .btn { font-size: 14px;     padding: 9px 40px 8px 21px; }
  
  .card-strip > li { display:none; }
  
  .promo-code #check_code { padding:10px 0; background:#fff; color:#fff; }
  
  .header-section.dash-header {
    height:400px; background-position:center;
  } 

  .dash-header .buttons-group a.btn.btn2 { margin-left:10px; }
  .dash-header .buttons-group .btn { min-width:220px; padding:10px; }
  
 #shopify-section-account_header .shade-block .bottom_text .course-duration { font-size:14px; line-height:1.4; }
  
 .template-customers-login   .Login_page .form-vertical h2,
  .freeaccount-bg h2 { font-size:24px;}
  .freeaccount-bg{ padding-top:120px; }
  
  .forgot-urls {
    display: block;
    font-size: 14px;
    padding: 17px 0;
    
  }
  
  .Login_page .form-content .form-group{margin:15px 0; }
  
  .Login_page .submit-block { padding:10px 0;}
  
  
 .template-customers-login .logo-container {
    top: 20px!important;
}
  
.template-customers-login  .nav_toggle {
    top: 20px;
}
  
   
}