
/* Trainers Belts */


.belt-white {
    background: #ffF;
}
.band-white {
    background: #ffF;
}
.band-blue,
.belt-blue {
    background: #312F98;
}
.band-brown,
.belt-brown {
    background: #82503E;
}
.band-green,
.belt-green {
    background: #228349;
}
.band-yellow,
.belt-yellow {
    background: #F4DF1A;
}
.band-orange,
.belt-orange {
    background: #E7900E;
}
.band-black,
.belt-black {
    background: #0C0B0B;
}
.ctm-fileupload {
    display: flex;
    align-items: center;
}
.file-size {
    color: #BABABA;
}
.remove_health_certificate, .remove_parental_consent{
    margin-left: 35px;
}
.testimonial-slider .slick-track {
    display:flex!important;
}
.testimonial-slider .slick-slide
{
    height: inherit !important;
}
.free-training-slider .slick-dots,
.testimonial-slider .slick-dots {
    bottom: -76px;
    left: 0px;
}
.free-training-slider .slick-dots li button:before,
.testimonial-slider .slick-dots li button:before {
    border: #222222 solid 2px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    content: '';
    opacity: 1;
}
.free-training-slider .slick-dots li.slick-active button:before,
.testimonial-slider .slick-dots li.slick-active button:before {
    background: #222222;
    opacity: 1;
}
.free-training-slider .slick-prev, .free-training-slider .slick-next,
.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    width: 48px;
    height: 48px;
}
.free-training-slider .slick-prev:before, .free-training-slider .slick-next:before,
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
    display: none;
}

/* Header menu css */
.dropdown-active > a {
	color: #000 !important
}
.dropdown-box {
	z-index: 99;
	width: 230px;
}
.custom-accordion-close{
    max-height: 0px;
}
.closebtn {
	    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
    line-height: 1;
    padding: 0 5px;
}
label.error{
    color:red;
}
.d-none{
    display: none;
}
.remove-filter{
    cursor: pointer;
}
.sticky-box {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.text-green{
    color:green;
}
.text-red{
    color:red;
}
.bold-text {
    font-weight: 600;
}
@media screen and (max-width: 1279px) {

    .register-text-box{
        margin-left: 7rem;
        margin-right: 6rem;
    }
    .nav-icon {
        width: 40px;
        margin: 0 auto;
        display: block;
      }

	#sidebar-menu {
		height: 100vh;
    width: 320px;
    position: fixed;
    z-index: 99999;
    top: 62px;
    left:0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
	}
    #sidebar-menu.open-sidebar {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
	#sidebar-menu a.menu-items {
		padding: 16px;
		width: 100%;
        font-weight: 500;
        font-size: 14px;
		/* border-top: 1px solid rgb(201, 201, 201); */
	}
    .sub-nav-content ul li a {
        color: #5A5A5A;
        font-size: 12px;
    }

	#sidebar-menu > ul {
        padding: 16px 0px;
		border-top: 1px solid rgb(201, 201, 201);
        border-bottom: 1px solid rgb(201, 201, 201);
	}
	.dropdown-box {
		width: 100%;
		    padding-bottom: 12px;
	}
	.parent-menu a > svg {
		transition: 0.5s;
	}
    .parent-menu.open-nav a > svg {
		transform: rotate(-180deg);
	}
	/* .sub-dropdown.dropdown-active > a > svg {
		transform: rotate(0deg);
		transition: 0.5s;
	} */

.top-user-menu:hover .user-content{
    display: block !important;
}
    .user-content {
        padding: 16px 0px;
        background: #fff;
        width: 320px;
        top: 62px;
        border-top: 1px solid rgb(201, 201, 201);
        display: block !important;
        transition: 0.5s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    }
    .user-content.open-user-sidebar{
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .user-content li a {
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        padding: 16px;
    }
}

/* Check out steps css */
.steps-icon {
	position: relative;
	z-index: 9;
    flex: none;
}
.steps-list {

	-webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
    flex-direction: column;
        text-align: center;
}
.steps-list.active > div {
border-width: 6px;
}
/* .steps-list.completed > div {
    border-width: 6px;
    background: #299617;

    } */

/* .steps-icon::before {
	content: "";
	position: absolute;
	top:4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #505D68;
} */
/* .steps-list.active .steps-icon::after {
	content: "";
	position: absolute;
	top:-4px;
	left: -4px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border:1px solid #299617;
}

.steps-list.active .steps-icon::after {
	border:4px solid #299617;
} */

.steps-list::before {
	content: "";
	position: absolute;
	background: #505D68;
	width: 100%;
	height: 1px;
	top: 12px;
    left: 50%;
}
.steps-list.completed::after {
	content: "";
	position: absolute;
	background: #299617;
	width: 100%;
    height: 3px;
    top: 11px;
    left: 50%;
}
.steps-list:first-child::after {
    width: 100%;
    left: 50%;
}
.steps-list:last-child::after {
    width: 50%;
    left: 0px;
}
.steps .steps-list:last-child::before {
	display: none;
}
a.remove-coupon {
    line-height: 11px;
}
.provides ul{
    list-style: disc;
}
@media screen and (min-width: 1280px) {
    .register-text-box{
        margin-left: 7rem;
        margin-right: 6rem;
    }
    .sub-dropdown:hover {
        cursor: pointer;
    }
    .sub-dropdown:hover .dropdown-box {
        display: block !important;
    }
}

@media screen and (max-width: 1279px) {

    .register-text-box{
        margin-left: 7rem;
        margin-right: 6rem;
    }
    .sub-dropdown-link {
        float: right;
    }
}
@media screen and (max-width: 767px) {
    .register-text-box{
        margin-left: 7rem;
        margin-right: 6rem;
    }
	.steps-list a { font-size: 10px !important; line-height: 14px; }
	.steps-list {    padding: 0 5px;}
    .register-text-box {
        margin-left: 0rem;
        margin-right: 0rem;
    }
}


.img-border{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    width: 100%;
    height: 229px;
}


.image-border{
    border-color:#058505c7;
}

.img-border-text{
    text-align: center;
    color: white;
}
.product-list-image > .discount-img {
	width: 100%;
	height: 100%;
}
.product-list-image  img {
	width: 100%;
	height: 100%;
}
.product-list-image {
	width: 100%;
	height: 274px;
	position: relative;
}
.product-list-image > .discount {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: inherit;
	background-attachment: fixed;
	overflow: hidden;
	text-align:center;
	background:#058505c7;
}
.product-list-image > .discount::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 200%;
	height: 200%;
	background: inherit;
	background-attachment: fixed;
}
.product-list-image > .discount::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-list-image > .discount > .discount-text {
	margin: 0;
	color: white;
	position: relative;
	z-index: 1;
}




/* terms and conditions */

.tnc_page {
    position: relative;
    /* max-height: 600px; */
}
.tnc_content {
    max-height: 600px;
    overflow: scroll;
    scrollbar-width: auto;
    scrollbar-color: #299617 #dddddd;
}

/* Chrome, Edge, and Safari */
.tnc_content::-webkit-scrollbar {
width: 8px;
}

.tnc_content::-webkit-scrollbar-track {
background: #dddddd;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.tnc_content::-webkit-scrollbar-thumb {
background-color: #299617;
border-radius: 10px;
border: 0px none #ffffff;
}
.nav-points{
	position: absolute;
	top: 0%;
	bottom: auto;
	z-index: 10;
}
.nav-points ul{
	list-style: none;
	padding: 0;
}
.nav-points li{
	padding: 10px 0;
}

.nav-points a{
	display: inline-block;
	color: #BABABA;
	text-decoration: none;
	font-size: 1em;
}

.nav-points a:hover, .nav-points .active-section{
	color: #222222;
}
.nav-points a:hover span, .nav-points .active-section span{
	background-color: #9b59b6;
}

.content-section{
	position: relative;
	width: 70%;
	left: 53%;
	text-align: left;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.content-section h2{
	position: relative;
	font-weight: 500;
	font-size: 21px;
    margin-bottom: 12px;
	line-height: 25px;
	color:#222222;
}
.content-section  h3{
	font-weight: 500;
    margin-bottom: 12px;
	font-size: 16px;
	line-height: 22px;
}
.content-section  p{
    margin-bottom: 16px;

}

.purchase-rules a, .privacy-policy a, .content-section a{
    color: blue;
    text-decoration: underline;
}
select:disabled{
    opacity: calc(40%);
}

.btn{
    width:195px;
    max-width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background: #EBEBEB;
    margin-right: 16px;
}
.btn-outline{
    border: 1px solid #222222;
    background-color: transparent;
}
.btn-success{
    background: #299617;
    color: #fff;
}
.btn:disabled{
    color: #717171 !important;
    background: #EBEBEB !important;
    cursor: not-allowed;
}
.acknowledged-and-agree-btn{
    width: 261px;
}
body.tnc_modal_show {
    overflow: hidden;
    /* filter: blur(5px); */
}
.tnc_modal{
    background: rgba(0,0,0,0.8);
}
@media screen and (max-width: 1024px) {
    .content-section {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .content-section {
        width: 100%;
    }
    .nav-points {
        position: relative;
        display: none;
    }
    .tnc_modal h2 {
        font-size: 1.5rem;
    }
    .tnc_content {
        max-height: 400px;
    }
    .tnc_footer .btn{
        margin-bottom:15px;
    }
}

/* thank you page */
.ty-page h4{
    line-height: 120%;
    margin-bottom: 24px;
}
.ty-page .text-base{
    line-height: 140%;
}
.ty-page .max-w-xl {
    max-width: 580px;
}
.tw-btn-black
{
 background-color: #222222;
}
ul.round li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #299617;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
ul.round  li {
    list-style: none;
    position: relative;
    padding: 0 0 0 14px;
  }
.hide-sing-up svg{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* Menu */
.li-custom > .ul-custom                 { transform: translatex(100%) scale(0) }
.li-custom:hover > .ul-custom           { transform: translatex(101%) scale(1) }
.li-custom > a svg       { transform: rotate(-90deg) }
.li-custom:hover > a svg { transform: rotate(-270deg) }
.group:hover .group-hover\:scale-100 { transform: scale(1) }
.group:hover .group-hover\:-rotate-180 { transform: rotate(180deg) }
.scale-0 { transform: scale(0) }
.min-w-32 { min-width: 10rem }
 a.parents:hover { border-bottom: 1px solid #299617; }
.ul-custom{ z-index: 9; }
@media screen and (max-width:1024px){
    .event-age-group {
        min-height: 220px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.event-age-group {
    width: calc( 33.33% - 30px);
    margin: 15px;
 }
@media screen and (max-width:767px){
    .event-age-group {
        min-height: 180px;
        width: calc(50% - 30px);
    }
}
@media screen and (max-width:310px){
    .event-age-group {
        min-height: 180px;
        flex-direction: column;
        width: calc(70%);
        justify-content: center;
    }
}

.front-new-body.page-loader {
    background: rgba(255, 255, 255, 0.90);
    z-index:9999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.warning-message-section {
    position: relative;
    height: 40px;
    margin-bottom: 40px;
    background-color: #FFE0E0;
    padding-bottom: 50px !important;
    color: #FA5252;
}

.lock-icon {
    float: left;
    position: absolute;
    left: 10px;
    top: 25px;
}

.message-content {
    position: absolute;
    top: 5px;
    text-align: left;
    margin-left: 10px;
}

.warning-header {
    padding-top: 5px;
    color: red;
}


@media only screen and (min-width: 768px) and (max-width: 1223px) {
    .warning-message-section {
        width: 35%;
    }

    .lock-icon {
        left: 2px;
        top: 20px;
    }

    .lock-icon img {
        width: 25px;
    }

    .message-content h6 {
        font-size: 10px;
    }

    .message-content p {
        font-size: 8px;
    }
    .news_banner {
        font-size: 13px;
        height: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .warning-message-section {
        width: 64%;
    }

    .lock-icon {
        left: 2px;
        top: 20px;
    }

    .lock-icon img {
        width: 25px;
    }

    .message-content h6 {
        font-size: 10px;
    }

    .message-content p {
        font-size: 8px;
    }
    .news_banner {
        font-size: 10px;
        height: 50px !important;
        padding: 4px;
    }
}

@media screen and (max-width: 320px) {
    .warning-message-section {
        width: 77%;
    }
}

@media screen and (max-width: 375px) {
    .warning-message-section {
        width: 80%;
    }
    .news_banner {
        font-size: 10px;
        height: 60px !important;
        padding: 6px;
    }
}

.news_banner {
    background-image: url(/images/bg_banner_alert.svg);
    height: 36px;
    padding-top: 8px;
    color: green;
    font-style: italic;
    margin-bottom: 20px;
}

.login_now {
    font-weight: 500;
    text-decoration: underline;
}

.required:after {
    content:" *";
    color: red;
}

.error {
    padding-top: 8px;
}