/*
Theme Name: beTop Child
Theme URI: http://becoach.stylemixthemes.com/
Description: beTop
Author: StylemixThemes
Author URI: https://stylemixthemes.com/
Version: 1.0
Template: betop
*/




.main_intro_cont {
    padding-bottom: 30px;
    border-bottom: 1px #ededed solid;
    margin-bottom: 40px;
    padding-top: 25px;
    background: #613918;
    text-align: center;
}

.main_intro_cont h1 {
    color: #fff;
    font-size: 36px;
}





.bg-color-1 {
    background: #f30000;
}

.yellow-span {
	margin-right: 7px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb800), to(#ff9877));
	background-image: linear-gradient(180deg, #ffb800, #ff9877);
	color: #ffb800;
	font-weight: 700;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}


.cta-big {
	width: 100%;
	padding: 16px;
	border-radius: 7px;
	/* background-image: linear-gradient(62deg, #f79533, #f37055 16%, #ef4e7b 32%, #a166ab 48%, #5073b8 64%, #1098ad 80%, #07b39b); */
	background-image: linear-gradient(62deg, #5073b8 44%, #1098ad 80%, #07b39b); 
	box-shadow: 0 12px 60px 0 rgba(0, 0, 0, .2);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.cta-big p {
	padding-bottom:0px;
	margin-bottom:0px;
}

.cta-big:hover {
	-webkit-transform: scale(.94);
	-ms-transform: scale(.94);
	transform: scale(.94)
}

.cta-text-small {
	margin-top: 6px;
	font-size: 17px;
	font-weight: 400
}
.cta-big:hover {
    -webkit-transform: scale(.94);
    -ms-transform: scale(.94);
    transform: scale(.94);
    color: #fff;
}


.text-white {color:#ffffff}
.cta-big-txt {
	width: 100%;	
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.cta-big {
content:"";
background:linear-gradient(60deg,#f79533,#f37055,#ef4e7b,#a166ab,#5073b8,#1098ad,#07b39b,#6fba82);
-webkit-animation:animatedgradient 3s ease infinite alternate;
animation:animatedgradient 3s ease infinite alternate;background-size:300% 300%}
@-webkit-keyframes animatedgradient
{
0%{background-position:0 50%}
50%{background-position:100% 50%}
to{background-position:0 50%}}
@keyframes animatedgradient{0%{background-position:0 50%}
50%{background-position:100% 50%}to{background-position:0 50%}
}




.checkbox-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 24px 18px 30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6px;
	background-color: #fafafa
}

.form {
	display: -ms-grid;
	display: grid;
	margin-top: 44px;
	grid-auto-columns: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 12px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto
}

.checkbox {
	min-height: 28px;
	min-width: 28px;
	margin-top: 2px;
	margin-right: 20px;
	margin-left: 0;
	border-width: 2px;
	border-color: #29cf84;
	border-radius: 5px
}

.checkbox.w--redirected-checked {
	border-color: #29cf84;
	border-radius: 5px;
	background-color: rgba(56, 152, 236, 0);
	background-image: url("https://uploads-ssl.webflow.com/5fc146d8501d3925e9505844/5fc1ecfbe509f3c854d30f22_check-mark-black-outline.svg");
	background-size: 15px
}

.checkbox.w--redirected-focus {
	box-shadow: none
}

.checkbox-label {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500
}

.checkox-context {
	margin-top: 40px;
	margin-bottom: 61px;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 700;
	text-align: center
}

.orange-text-span {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb800), to(#ff9877));
	background-image: linear-gradient(180deg, #ffb800, #ff9877);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}




.green-gradient-span {
	background-image: linear-gradient(97deg, #00bf72, #00acb4);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}
.green-gradient-span span {
    background-image: unset;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #000;
}






.process-card {
	display: -ms-grid;
	display: grid;
	width: 100%;
	padding: 24px;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	justify-items: start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: auto 1fr;
	grid-template-columns: auto 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	border-radius: 16px;
	background-color: #fafafa
}

.process-img {
	width: 44px;
	height: 44px;
	margin-left: 25px;
	border-radius: 50%;
	background-color: #252525;
	background-clip: border-box
}

.process-heading {
	font-size: 18px;
	font-weight: 700
}

.process-arrow {
	width: 15px;
	margin-right: 8px;
	margin-left: 8px
}



.value-list ul li {
    padding-left: 15px !important;
}

.value-list ul li::before {
    display: none;
}



.value-heading {
	margin-bottom: 8px;
	color: #2ba56e;
	font-size: 13px;
	font-weight: 500
}

.value-text {
	color: #2ba56e;
	font-size: 17px;
	font-weight: 500;
	text-decoration: line-through
}





.whatsapp {
    position: fixed;
    right: 13px;
    bottom: 69px;
    z-index: 9999999;
}

.whatsapp a img {
    width: 70px;
}
@font-face {
  font-family: Futura;
  src: url(https://kaapaanwellness.co.in/blog/wp-content/uploads/2024/06/FuturaLT.ttf);
 font-weight:400;
}
body{  font-family: Futura;}

