/* 
.timeplan-section{
	background: #eef5f5;
	padding: 24px;
	border-radius: 16px;
}

.timeplan-section > h3{
	font-size: 48px;
	font-weight: 400;
    font-family: "Inter", Sans-serif;
	color: #000831;
	margin: 0;
}

.timplan-slider{
	margin-top: 64px;
}

.timplan-slider .slick-list{
	margin-inline: -12px;
}

.timplan-slider .slick-slide{
	padding-inline: 12px !important;
}

.timeplan-col > div:not(:first-child){
	margin-top: 24px;
}

.timeplan-col .heading{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	background-color: #000831;
    border-radius: 50px;
    padding: 12px 24px;
}

.timeplan-col .heading span{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
}

.timeplan-cnt{
	width: 100%;
	background: #fff;
	border: 1px solid #000831;
	border-radius: 16px;
	padding: 24px;
}

.timeplan-desc > div{
	font-size: 20px;
	font-weight: 400;
	font-family: "Inter", Sans-serif;
	color: #000831;
	line-height: 1.2;
}

.timeplan-desc > div:not(:last-child){
	margin-bottom: 16px;
}

.timeplan-btn{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 24px;
}

.timeplan-btn .book,
.timeplan-btn .info{
	display: inline-block;
	min-width: 75px;
	background: #000831;
	padding: 8px;
	font-size: 14px;
	font-family: "Inter", Sans-serif;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	transition: all 0.3s ease 0s;
}

.timeplan-btn .info,
.timeplan-btn .book:hover{
	background: #ffda1f;
	color: #000831;
}

.timeplan-btn .info:hover{
	background: #000831;
	color: #fff;
}

.timeplan-btn .info{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.timeplan-btn .info .icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.timeplan-btn .info .icon img{
	transition: all 0.3s ease 0s;
}

.timeplan-btn .info:hover .icon img{
	filter: invert(1);
}

.tp__cstm-arrows{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 16px;
}

.tp__cstm-arrows .slick-arrow,
.tp__cstm-arrows .slick-arrow:hover,
.tp__cstm-arrows .slick-arrow:focus{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #ffda1f;
	text-align: center;
	line-height: 48px;
	padding: 0;
	border: none;
}

.tp__cstm-arrows .slick-arrow img{
	width: 9px;
	height: 16px;
	position: relative;
    top: 2px;
}

.timeplan-section .slick-track{
	margin-inline: 0 !important;
}

@media (max-width: 1024px){
	.timeplan-btn .book, 
	.timeplan-btn .info{
		min-width: 80px;
	}
	.timeplan-col > div{
		padding: 16px;
	}
	.timeplan-section > h3{
		font-size: 34px;
	}
	.timplan-slider{
		margin-top: 24px;
	}
}

@media (max-width: 767px){
	.timeplan-btn .book, 
	.timeplan-btn .info{
		min-width: 57px;
	}
	.timeplan-desc > div{
		font-size: 16px;
	}
	.timeplan-col .heading span{
		font-size: 16px;
	}
	.timeplan-section > h3{
		font-size: 24px;
	}
}



.contact_form form{
	width: min(600px, 100%);
	background: #fff;
	border-radius: 16px;
	padding: 32px;
	margin-left: auto;
}

.contact_form form > fieldset:not(:last-child){
	margin-bottom: 16px !important;
} 

.contact_form form .form-columns-2{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
} 

.contact_form form .form-columns-2 > div{
	width: calc(100% / 2 - 8px) !important;
} 

.contact_form form label{
	font-size: 16px;
	font-weight: 400;
	color: #000831;
	line-height: 1.2;
	margin-bottom: 12px;
}

.contact_form form .input{
	margin-right: 0 !important;
}

.contact_form form input:not([type="submit"]){
	width: 100%;
	height: 51px;
	border: 1px solid #000831;
	border-radius: 12px;
	background: #eef5f5;
	padding: 8px 16px;
	font-size: 16px;
	font-weight: 400;
	color: #000831;
}

.contact_form form textarea{
	width: 100%;
	min-height: 120px;
	border: 1px solid #000831;
	border-radius: 12px;
	background: #eef5f5;
	padding: 8px 16px;
	font-size: 16px;
	font-weight: 400;
	color: #000831;
}

.contact_form form input:not([type="submit"])::placeholder,
.contact_form form textarea::placeholder{
	font-size: 16px;
	font-weight: 400;
	color: #000831;
}

.contact_form form input:not([type="submit"]):focus,
.contact_form form textarea:focus{
	border: 1px solid #000831;
	outline: none;
}

.contact_form form input[type="submit"]{
	width: 100%;
	background: #000831;
	border-radius: 50px;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	padding: 10px;
	border: none !important; 
}

.contact_form form .hs-error-msgs{
	padding: 0 0 0 5px;
    margin: 0 0 5px 0;
    list-style: none;
}

.contact_form form .hs-error-msgs li label{
	font-size: 12px;
	color: #ff0000;
	margin-bottom: 0;
} 

.contact_form form .hs_error_rollup{
	display: none;
}

.contact_form .submitted-message{
    width: min(600px, 100%);
    background: #fff;
    padding: 22px;
    margin-left: auto;
    border-radius: 12px;
    font-size: 18px;
    color: #000831;
}

@media (max-width: 1024px){
	.contact_form form{
		width: 100%;
	}
}

@media (max-width: 480px){
	.contact_form form .form-columns-2 > div{
		width: 100% !important;
	} 
	.contact_form form{
		padding: 24px;
	}
	.contact_form form input[type="submit"]{
		font-size: 20px;
	}
}



.plan_radio-btn input{
    cursor: pointer;
}

.plan_radio-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 20px;
  position: relative;
  top: 3px;
}

.plan_radio-btn input {
	width: 20px;
	height: 20px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.plan_radio-btn label {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #bdbdbd;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.plan_radio-btn input:checked ~ label {
	background-color: #ff747d;
	border-color: #ff747d;
}

.plan_radio-btn label:before{
	content: "";
	display: none;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.plan_radio-btn input:checked ~ label:before {
  display: block;
} */


/* Date 22 aug */
/******************
	Common Style 
*******************/

body{
	overflow-x: hidden;
}


/******************
	Header Style 
*******************/

.hdr_wrap{
	padding-top: 8px;
	position: rerlative;
}

.hdr_wrap:before{
	content: "";
	width: 100%;
	height: 8px;
	background: linear-gradient(90deg, #0DBB42 0%, #02F19C 70.94%, #E9FF78 98.08%);
	position: absolute;
	top: 0;
	left: 0;
}

.hdr_wrap .elementor-nav-menu{
	column-gap: 30px;
}

.hdr_wrap .elementor-nav-menu > li:last-child a{
	padding-right: 35px !important;
	position: relative;
}

.hdr_wrap .elementor-nav-menu > li:last-child a:after{
	content: "";
	width: 24px;
	height: 13px;
	background: url("../images/right-icon.svg") no-repeat;
	background-size: contain;
	background-color: transparent !important;
	opacity: 1 !important;
	position: absolute;
	top: 18px;
	left: auto;
	right: 0;
}

.hdr_wrap .elementor-nav-menu .btn {
    display: none !important;
}
.hdr_wrap .sub-menu{
	background: transparent !important;
	padding-block: 29px 56px !important;
	position: relative;
	z-index: 1;
}

.hdr_wrap .elementor-nav-menu .menu-item .sub-menu{
	top: calc(100% + 24px) !important;
}

.hdr_wrap .sub-menu:before{
	content: "";
	width: 10000px;
	height: 100%;
/*	background: rgba(255,255,255,0.84);*/
	opacity: 0.84;
	background: linear-gradient(180deg, #fff 16.62%, #fbf1ef 100%);
	position: absolute;
	top: 0;
	left: -5000px;
}

.hdr_wrap .sub-menu li a{
	display: inline-block;
	padding-inline: 0 32px !important;
	position: relative;
}

.hdr_wrap .sub-menu li a:before{
	content: "";
	width: 24px;
	height: 13px;
	background: url("../images/right-arrow-dark.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 9px;
	right: 10px;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.hdr_wrap .sub-menu li:hover a:before {
	right: 0;
	opacity: 1;
}

.hdr_wrap .sub-menu li a:hover,
.hdr_wrap .sub-menu li a:focus{
/*	color: #02F19C !important;*/
	background: transparent !important;
}

.hdr_wrap .elementor-nav-menu li.current-menu-parent > a:after{
	opacity: 1 !important;
}

.hdr_wrap .elementor-nav-menu li a,
.hdr_wrap .elementor-item-active{
	background: transparent !important;
}


.hdr_wrap .elementor-nav-menu .btn a {
    padding: 5px 20px !important;
    border: 1px solid #000831;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    margin-left: 12px;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}

.hdr_wrap .elementor-nav-menu .btn.btn-green a {
    border: 1px solid #02F19C;
    background-color: #02F19C !important;
}

.hdr_wrap .elementor-nav-menu .btn.btn-green a:hover {
    background-color: transparent !important;
}
.hdr_wrap .elementor-nav-menu .btn.btn-black a:hover{
    background-color: #000831;
    color: #fff;
}
.membership-box {
    height: 100%;
}


@media (max-width: 1400px){
	.hdr_wrap .elementor-button{
		font-size: 13px !important;
		padding-inline: 10px !important;
	}
	.hdr_wrap .elementor-nav-menu{
		column-gap: 15px;
	}
	.hdr_wrap .elementor-nav-menu > li > a{
		font-size: 15px !important;
	}
}

@media (max-width: 1199px){
	.hdr-logo img{
		max-width: 91px !important;
	}
	.hdr_wrap .elementor-nav-menu {
        column-gap: 10px;
    }
    .hdr_wrap .elementor-nav-menu .sub-arrow{
    	padding-left: 5px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px){
	.hdr_wrap{
		padding-inline: 15px !important;
	}
}

@media (max-width: 1024px){
	.hdr_wrap > .e-con-inner{
	    flex-wrap: wrap !important;
	    padding-bottom: 0 !important;
	}
	.hdr_trust{
		width: 100% !important;
		order: 4;
		padding-top: 16px !important;
	}
	.hdr_wrap .elementor-menu-toggle{
		width: 20px;
		height: 17px;
		background: transparent;
		position: relative;
	}
	.hdr_wrap .elementor-menu-toggle:before{
		content: "";
		width: 100%;
		height: 100%;
		background: url("../images/menu-icon.svg") no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
	}
	.hdr_wrap .elementor-menu-toggle svg{
		display: none;
	}
	.hdr_wrap .elementor-nav-menu{
		padding-block: 10px;
	}
	.hdr_wrap .sub-menu{
	    padding-block: 10px !important;
	    padding-inline: 20px 10px !important;
	}
	.hdr_wrap .elementor-nav-menu > li > a.highlighted{
		background: transparent !important;
	}
	.hdr_wrap .elementor-nav-menu > li:last-child a:after{
		top: 11px;
	}
	.hdr_wrap .elementor-nav-menu .btn {
	    display: inline-block !important;
	}
	.hdr_wrap li:last-child a{
		display: inline-block;
	}
	.hdr_wrap .sub-menu li a:before{
		display: none !important;
	}
	.hdr_wrap .trustpilot-widget{
	    text-align: right !important;
	}
	.hdr_wrap .trustpilot-widget iframe{
		display: inline-block !important;
		width: auto !important;
	}
	/*.hdr_trust {
	    width: 64% !important;
	    order: 2;
	}*/
}

@media (max-width: 767px){
	.hdr_wrap > .e-con-inner{
		row-gap: 0;
	}
	.hdr_wrap .e-con-inner{
		gap: 0;
	}

}

@media(max-width: 359px){
	.hdr_trust {
	    width: 100% !important;
	    order: 3;
	}
	.hdr_wrap {
    	padding-top: 24px;
	}
	.hdr_wrap > .e-con-inner{
		padding-top: 0;
	}
}

/*********************
	Header Style End
*********************/

/*********************
	Footer Style
*********************/

.ftr_wrap{
	padding-bottom: 8px;
}

.ftr_wrap:before{
	content: "";
	width: 100%;
	height: 8px;
	background: linear-gradient(90deg, #0DBB42 0%, #02F19C 70.94%, #E9FF78 98.08%);
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
}

.ftr__btm-row {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    gap: 20px;
}

.ftr__btm-row > div{
	width: auto !important;
	max-width: none !important;
}

.ftr_btm-menu ul{
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
}

.ftr_btm-menu li a{
	line-height: 1;
}

.ftr_btm-menu .elementor-icon-list-icon{
	display: none !important;
}

@media (max-width: 1024px){
	.ftr__btm-row{
		justify-content: center !important;
	}
}

/*********************
	Footer Style End
*********************/

.timeplan-filter .page-center,
.timeplan-section .page-center{
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
}

.timeplan-filter{
	padding-inline: 15px;
	padding-bottom: 50px;
	font-family: "Inter", Sans-serif;
}

.timeplan-filter h3{
	font-size: 48px;
	font-weight: 400;
    font-family: "Inter", Sans-serif;
	color: #000;
	text-align: right;
	margin-block: 0 24px;
}

.timeplan-section{
	background: #eeffee;
	padding: 75px 15px;
	position: relative;
}

.timeplan-section h3{
	font-size: 48px;
	font-weight: 400;
    font-family: "Inter", Sans-serif;
	color: #124331;
	margin: 0;
}

.timplan-slider{
	margin-top: 51px;
}

.timplan-slider .slick-list{
	margin-inline: -12px;
}

.timplan-slider .slick-slide{
	padding-inline: 12px !important;
}

.timeplan-col > div:not(:first-child){
	margin-top: 24px;
}

.timeplan-col .heading{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	background-color: #124331;
    border-radius: 16px;
    padding: 12px 24px;
}

.timeplan-col .heading span{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
}

.timeplan-cnt{
	width: 100%;
	background: #fff;
	border: 1px solid #02f19c;
	border-radius: 16px;
	padding: 24px;
	min-height: 235px;
    position: relative;
    padding-bottom: 70px;
}

.timeplan-btn {
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.timeplan-desc > div{
	font-size: 16px;
	font-weight: 400;
	font-family: "Inter", Sans-serif;
	color: #124331;
	line-height: 1.2;
}

.timeplan-desc > div:not(:last-child){
	margin-bottom: 14px;
}

.timeplan-btn{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 24px;
}

.timeplan-btn .book,
.timeplan-btn .info{
	display: inline-block;
	min-width: 75px;
	background: #02f19c;
	padding: 8px;
	font-size: 14px;
	font-family: "Inter", Sans-serif;
	color: #124331;
	border-radius: 50px;
	border: 1px solid #02f19c;
	text-align: center;
	transition: all 0.3s ease 0s;
}

.timeplan-btn .info{
	border: 1px solid #02f19c;
	background: #fff;
	color: #124331;
}

.timeplan-btn .book:hover{
	background: #fff;
}

.timeplan-btn .info:hover{
	background: #02f19c;
	color: #124331;
}

.timeplan-btn .info{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.timeplan-btn .info .icon{
	display: flex;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	align-items: center;
}

.timeplan-btn .info .icon img{
	transition: all 0.3s ease 0s;
}

.timeplan-desc p,
.timeplan__time div{
	font-size: 16px;
    font-family: "Inter", Sans-serif;
	line-height: 120%;
	color: #124331;
}
.timeplan-desc p, 
.timeplan-desc .trainer-name {
    font-size: 15px;
}


.timeplan__time{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 15px;
}

.tp__cstm-arrows{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 16px;
	margin-top: -48px;
}

.tp__cstm-arrows .slick-arrow{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #124331;
	text-align: center;
	line-height: 48px;
	padding: 0;
}

.tp__cstm-arrows .slick-arrow:hover,
.tp__cstm-arrows .slick-arrow:focus{
	background: #02f19c;
	border-color: #02f19c;
}

.tp__cstm-arrows .slick-arrow img{
	width: 9px;
	height: 16px;
	position: relative;
    top: 1px;
}

.timeplan-section .slick-track{
	margin-inline: 0 !important;
}

.timeplan-category{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.timeplan-category > div{
	width: calc(100% / 4 - 18px);
	position: relative;
}

.ct__title{
	border: 1px solid #124331;
	background-color: #fff !important;
	border-radius: 50px;
	padding: 12px 50px 12px 24px;
	font-size: 20px;
	font-weight: 400;
	color: #124331;
	line-height: 120%;
	background: url("../images/down-icon.svg") no-repeat;
	background-size: 22px;
	background-position: calc(100% - 22px) 50%;
	cursor: pointer;
}

.category-filter{
	position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    border: 1px solid #124331;
    border-radius: 10px;
    background: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.category-col.active .category-filter {
    opacity: 1;
    visibility: visible;
}

.category-list{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow-y: scroll;
    height: auto;
    max-height: 300px;
}

.category-list li {
    padding: 15px 15px;
}

.category-list li label{
    display: flex;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.category-list li input {
    position: absolute;
    opacity: 0;
}

.category-list li .name{
	display: inline-block;
	font-size: 14px;
	font-family: "Inter", Sans-serif;
	color: #000831;
	position: relative;
	padding-left: 24px;
	line-height: 1.3;
}
.category-list li .name:before{
	content: "";
	width: 18px;
	height: 18px;
	background-color: #eef5f5;
	background-size: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 1px;
	left: 0;
}

.category-list li .value{
	font-size: 14px;
	font-family: "Inter", Sans-serif;
	color: #000831;
	position: relative;
	padding-left: 24px;
	line-height: 1.3;
}

.category-list li input:checked + .name:before{
	background-color: #02f19c;
	background-image: url("../images/check-white.svg");
}

.category-list li + li {
    border-top: 1px solid #124331;
}

.category-search{
	display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 24px;
}

.search-query-wrap{
	width: calc(100% / 4 - 18px);
}

.search-query-wrap input{
	border: 1px solid #124331 !important;
    background-color: #fff;
    border-radius: 50px !important;
    padding: 12px 24px !important;
    font-size: 20px;
    font-weight: 400;
    color: #124331;
    line-height: 120%;
    background: url("../images/search-icon.svg") no-repeat;
    background-size: 22px;
    background-position: calc(100% - 22px) 50%;
}

.search-query-wrap input:focus{
	outline: none;
}

.search-query-wrap input::placeholder{
	font-size: 20px;
    font-weight: 400;
    color: #124331;
    line-height: 120%;
}

.category-search{
	margin-top: 24px;
}

.ok-btn button {
    display: block;
    padding: 5px 15px;
    border-radius: 50px;
    background: #02f19c;
    border: 2px solid #02f19c;
    color: #000831;
    transition: all 0.3s ease 0s;
    width: 50%;
    margin: 8px auto;
}

.ok-btn button:hover {
    background-color: transparent;
    color: #000831;
}

.timplan-slider .slick-slide {
    height: 300px;
    overflow: hidden;
}
.timplan-slider .slick-slide.slick-active {
    height: auto;
}

.btn.info.open .info-plus, 
.btn.info .info-minus {
    display: none;
}

.btn.info.open .info-minus {
    display: block;
}

.timeplan-cnt.past-time .book, 
.clear-filter, 
.selected-cat {
    display: none;
}

.no-data-found {
	background-color: #fff;
    border: 2px solid #000831;
    border-radius: 28px;
    padding: 40px;
    margin-top: 40px;
}

.no-data-found p {
    line-height: 1.5;
    margin: 8%;
    font-size: 28px;
    font-family: "Inter", Sans-serif;
    font-weight: 600;
}

.clear-filter a {
    padding: 12px 20px;
    background-color: #02f19c;
    border: 1px solid #02f19c;
    border-radius: 50px;
    color: #000831;
    font-family: "Inter", Sans-serif;
    display: inline-block;
    transition: 0.5s ease-in-out;
}
.clear-filter a:hover{
    background-color: transparent;
}

.selected-cat ul {
	padding: 0;
}

.selected-cat ul li {
    background-color: #EFE;
    border-radius: 40px;
    padding: 10px 15px 10px 15px;
    margin: 5px;
    list-style: none;
    display: inline-block;
    border: 2px solid #02F19C;
}

.selected-cat ul li img {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    cursor: pointer;
}

#timeplan-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ffffffb3;
    z-index: 999999999999;
    left: 0;
    top: 0;
    display: grid;
    place-items: center;
}





@media (max-width: 1024px){
	.timeplan-btn .book, 
	.timeplan-btn .info{
		min-width: 80px;
	}
	.timeplan-col > div{
		padding: 16px;
	}
	.timeplan-section > h3{
		font-size: 34px;
	}
	.timplan-slider{
		margin-top: 24px;
	}

	.no-data-found {
       padding: 20px;
    }
    .no-data-found p{
       margin: 2%;
       line-height: 1.4;
       font-size: 20px;
    }
}

@media (max-width: 991px){
	.ct__title{
		padding: 10px 50px 10px 16px;
	}
	.search-query-wrap input{
		padding: 10px 16px !important;
	}
	.search-query-wrap input,
	.search-query-wrap input::placeholder{
		font-size: 18px;
	}

}

@media (max-width: 767px){
	.timeplan-btn .book, 
	.timeplan-btn .info{
		min-width: 57px;
	}
	.timeplan-desc > div{
		font-size: 16px;
	}
	.timeplan-col .heading span{
		font-size: 16px;
	}
	.timeplan-section > h3{
		font-size: 24px;
	}
	.tp__cstm-arrows .slick-arrow{
		width: 38px;
		height: 38px;
        line-height: 38px;
	}
	.timeplan-category{
		gap: 15px;
	}
	.timeplan-category > div{
		width: 100%;
	}
	.ct__title{
		font-size: 18px;
	}
	.timeplan-filter h3,
	.timeplan-section h3{
		font-size: 28px;
	}
	.tp__cstm-arrows{
		margin-top: -42px;
	}
	.search-query-wrap{
		width: 100%;
	}
	.category-search {
		margin-top: 15px;
	}
	.timeplan-cnt{
		min-height: auto;
	}

	.timeplan-btn {
	    position: relative;
	    bottom: 0;
    	left: 0;
	}
	.mini-schedule .tp__cstm-arrows {
        margin-top: 20px;
        justify-content: start;
    }
    .mini-schedule .timeplan-section {
        padding-block: 40px;
    }
}

/* Contact Page */

.contact_form form{
	width: min(600px, 100%);
	background: #fff;
	border-radius: 16px;
	padding: 32px;
	margin-left: auto;
}

.contact_form form > fieldset:not(:last-child){
	margin-bottom: 16px !important;
} 

.contact_form form .form-columns-2{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
} 

.contact_form form .form-columns-2 > div{
	width: calc(100% / 2 - 8px) !important;
} 

.contact_form form label{
	font-size: 16px;
	font-weight: 400;
	color: #000831;
	line-height: 1.2;
	margin-bottom: 12px;
}

.contact_form form .input{
	margin-right: 0 !important;
}

.contact_form form input:not([type="submit"]){
	width: 100%;
	height: 51px;
	border: 1px solid #000831;
	border-radius: 12px;
	background: #eef5f5;
	padding: 8px 16px;
	font-size: 16px;
	font-weight: 400;
	color: #000831;
}

.contact_form form textarea{
	width: 100%;
	min-height: 120px;
	border: 1px solid #000831;
	border-radius: 12px;
	background: #eef5f5;
	padding: 8px 16px;
	font-size: 16px;
	font-weight: 400;
	color: #000831;
}

.contact_form form input:not([type="submit"])::placeholder,
.contact_form form textarea::placeholder{
	font-size: 16px;
	font-weight: 400;
	color: #000831;
}

.contact_form form input:not([type="submit"]):focus,
.contact_form form textarea:focus{
	border: 1px solid #000831;
	outline: none;
}

.contact_form form input[type="submit"]{
	width: 100%;
	background: #000831;
	border-radius: 50px;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	padding: 10px;
	border: none !important; 
}

.contact_form form .hs-error-msgs{
	padding: 0 0 0 5px;
    margin: 0 0 5px 0;
    list-style: none;
}

.contact_form form .hs-error-msgs li label{
	font-size: 12px;
	color: #ff0000;
	margin-bottom: 0;
} 

.contact_form form .hs_error_rollup{
	display: none;
}

.contact_form .submitted-message{
    width: min(600px, 100%);
    background: #fff;
    padding: 22px;
    margin-left: auto;
    border-radius: 12px;
    font-size: 18px;
    color: #000831;
}

@media (max-width: 1024px){
	.contact_form form{
		width: 100%;
	}
}

@media (max-width: 480px){
	.contact_form form .form-columns-2 > div{
		width: 100% !important;
	} 
	.contact_form form{
		padding: 24px;
	}
	.contact_form form input[type="submit"]{
		font-size: 20px;
	}
}

/* Radio Button */

.plan_radio-btn input{
    cursor: pointer;
}

.plan_radio-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 20px;
  position: relative;
  top: 3px;
}

.plan_radio-btn input {
	width: 20px;
	height: 20px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.plan_radio-btn label {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #bdbdbd;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.plan_radio-btn input:checked ~ label {
	background-color: #ff747d;
	border-color: #ff747d;
}

.plan_radio-btn label:before{
	content: "";
	display: none;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.plan_radio-btn input:checked ~ label:before {
  display: block;
}

/***************************** 
	New Trainers Page Style 
*****************************/

/*.custom-post-list {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -35px; 
}
.ctm__item{
	padding-inline: 35px; 
	margin-bottom: 70px;
}
.custom-post-item {
	width: 33.33%;
}*/

.custom-post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.custom-post-item {
    width: calc(100%/ 3 - 40px);
}
[data-elementor-id="7877"] {
    width: 64%;
}
[data-elementor-id="7883"] {
    width: 29%;
}

.post-cnt {
	font-size: 20px;
	font-family: "Neu Haas Grotesk", sans-serif;
	margin-bottom: 20px;
}

.post-title {
	color: #000831;
	font-weight: 400;
	font-size: 40px;
	font-family: "Inter", Sans-serif;
	line-height: 1;
	margin-bottom: 20px;
}

.post-read {
	color: #000;
	display: flex;
	align-items: center;
	gap: 12px;
    font-family: "Inter", Sans-serif;
}

.post-read svg{
	width: 18px;
}

.custom-post-img img {
	border-radius: 20px;
	height: 300px;
	object-fit: cover;
/*	object-position: top;*/
	object-position: 50% 10%;
	width: 100%;
}

/*.post-cta__inner {
	border-radius: 20px;
	background: #700434;
	height: 100%;
	padding: 20px;
	color: #fff;
	position: relative;
}*/

/*.btn-yellow {
	border-radius: 40px;
	border: 2px solid #FFFF6C;
	color: #FFFF6C;
	padding: 10px 15px;
	display: inline-block;
	font-size: 24px;
	font-family: Inter;
}*/

/*.post-cta__title {
	font-size: 48px;
	margin-top: 0;
	font-family: Inter;
}*/
/*.post-cta__title-small{
	margin-top: 0;
	font-size: 32px;
	font-family: Inter;
}*/

/*.btn-white {
	border-radius: 20px;
	border: 2px solid #FFF;
	background: #FFF;
	color: #000831;
	font-size: 18px;
	padding: 10px 15px;
	display: inline-block;
	line-height: 1;
	font-family: Inter;
}*/
/*.btn-yellow.btn-small{
	font-size: 18px;
	padding-inline: 30px;
	line-height: 1;
}*/

/*.post-btn-wrapper {
	margin-bottom: 17px;
}*/

/*.btn-yellow:hover {
	background-color: #FFFF6C;
	color: #000831;
}*/

/*.btn-white:hover {
	background-color: transparent;
	color: #fff;
}*/

.post-title a {
	color: inherit;
}

.custom-post-img a {
	display: block;
}

.custom-post-img {
	margin-bottom: 33px;
}

/*.laptop {
	position: absolute;
	left: 30px;
	bottom: 20px;
	width: 30%;
}*/

.yoga_girl_matt {
	position: absolute;
	right: 20px;
	width: 60%;
	top: 40%;
}

/*.girlpossing {
	position: absolute;
	right: 20px;
	bottom: 0;
}*/
/*.bg-green{
	background-color: #124331;	
}*/

@media screen and (max-width: 1199px){
	.custom-post-list {
	    gap: 50px;
	}
}

@media screen and (max-width: 991px){
	.custom-post-item{
		width: 50%;
	}
	.post-cta__title {
		font-size: 30px;
	}
	/*.yoga_girl_matt {
		top: 55%;
	}*/
	.ctm__item {
/*		padding-inline: 20px;*/
/*		margin-bottom: 40px;*/
	}
	/*.custom-post-list {
		margin-inline: -20px;
	}*/

	.custom-post-list {
	    gap: 40px;
	}
	.custom-post-item {
	    width: calc(100%/ 2 - 20px);
	}
	[data-elementor-id="7877"] {
	    width: 46%;
	}
	[data-elementor-id="7883"] {
	    width: 47%;
	}
}

@media screen and (max-width: 640px){
	/*.custom-post-item{
		width: 100%;
	}*/
	.custom-post-img img{
/*		height: auto;*/
		height: 270px;
	}
	/*.post-cta__inner {
	    min-height: 400px;
	}*/
	.post-title{
		font-size: 24px;
	}
	.post-cnt{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px){
	.post-cta__title {
	    font-size: 20px;
	}
	/*.btn-yellow {
	    font-size: 18px;
	}*/

	/*.post-cta__title-small {
	    font-size: 20px;
	}*/
}

/*********************************
	End New Trainers Page Style 
*********************************/




.topbanner {
height: 74vh;
}

/*@media(min-width: 1345px){
   .topbanner {
    	max-height: 700px;
	}
}*/


/*@media(max-width: 1344px){
   .topbanner {
    	max-height: 550px;
	}
}*/
@media(min-width: 2000px){
    .topbanner {
    	height: 80vh;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
	.topbanner {
    	height: 55vh;
    }
}

@media(max-width: 767px){
    .topbanner {
    	height: 57vw;
    }
    .custom-post-item {
	    width: calc(100%/ 1 - 0px);
	}
}



#hsForm_72f3ad0a-c6ad-4ccc-89e7-b11b1ab37eac .input input {
    border-radius: 40px 40px 40px 40px;
    padding: 10px 15px 10px 15px;
    max-width: 200px;
    border: 2px solid #02F19C;
}

#hsForm_72f3ad0a-c6ad-4ccc-89e7-b11b1ab37eac .input input::placeholder {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #124331;
}

#hsForm_72f3ad0a-c6ad-4ccc-89e7-b11b1ab37eac .hs-button {
    border-radius: 40px 40px 40px 40px;
    padding: 10px 20px 10px 20px;
    background-color: #02F19C;
    border: 1px solid #02F19C;
    color: #124331;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}
#hsForm_72f3ad0a-c6ad-4ccc-89e7-b11b1ab37eac .no-list.hs-error-msgs {
    padding: 0;
    list-style: none;
    color: #ff4a4a;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
}

/************************
    Expand Button Style 
************************/

.expand-btn{
    background: #eeffee;
    text-align: center;
    padding-bottom: 60px;
}

.expand-btn .btn{
    display: inline-block;
    min-width: 75px;
    background: #02f19c;
    padding: 8px 18px;
    font-size: 16px;
    font-family: "Inter", Sans-serif;
    color: #124331;
    border-radius: 50px;
    border: 1px solid #02f19c;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.expand-btn .btn:hover{
    background: #fff;
}

.timeplan-section .timplan-slider{
    height: auto;
    transition: height 0.6s ease;
}

.timeplan-section.show-mini__schedule .timplan-slider{
    height: 600px;
    padding-inline: 2px !important;
    overflow: hidden;
}

.timeplan-section.show-mini__schedule .timplan-slider:after{
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent 100%, #eeffee 70%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.timeplan-col .day,
.timeplan-col .date{
    text-transform: capitalize;
}
.our-time-cards .elementor-heading-title {
    min-height: 100px;
}
.read-toggle {
    color: #FFFF6C;
    font-size: 24px;
	font-weight: 600;
}

.banner-img {
    height: 100%;
}
.banner-img img{
    height: 100%;
	object-fit: cover;
}

@media (max-width: 767px){
    .timeplan-section.show-mini__schedule .timplan-slider{
        height: 350px;
    }
    .timeplan-section h3{
        padding-right: 100px;
    }
    .mini-schedule .tp__cstm-arrows {
        margin-top: -40px;
        justify-content: end;
    }
}