body{
		margin:0;
		padding: 0;
		font-size: 14px;
		line-height: 20px;
	
		font-family: 'Nunito Sans',sans-serif;

}
content{
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top:90px;
}
h1{
		font-family: 'Clash Display'; sans-serif;
}
.IsItForYou{
	position: relative;
	width: 100%;
	height: 100%;
	font-weight: 300;
	background-color: #121212;
	padding-bottom: 4rem;
	color: white;
}

.image1{
	display: inline-block;
	width: 100%;

}
.image1 img{
	float:right;
}

.intro{
	padding-top: 10px;
	display: block;
	width: 100%;
}

.IsItForYou h1{


	font-family: 'Clash Display'; sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 46px;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.02em;

	/* Skipper Gradient */

	background: linear-gradient(86.12deg, #E65865 0.64%, #D11C9E 82.63%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

	
	margin-bottom: 10px;

}
.WriteUp{
	padding-top: 0;
	padding-bottom: 24px;
	width: 310px;
	margin:0 auto;

}
.ExplorePrograms{
	
	height: cover;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	width: 290px;
	margin:0 auto;	
  justify-content: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;

}
.ExplorePrograms p{
	display: inline;
}
.ExplorePrograms button{

	height: 21.2px;
	width: 32.5px;
	color: white;
	

	background: linear-gradient(86.04deg, #E65865 -17.64%, #D11C9E 90.09%);
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);


	border-width: 0px;
	margin-left: 10px;
	
	/*margin-top:-2px;*/
	font-weight: 600;


}
.ExplorePrograms button p{
	font-family: 'manrope',sans-serif;
	-ms-transform: skewX(40deg);
	-webkit-transform: skewX(40deg);
	transform: skewX(40deg);
}

.MyPrograms{
	position: relative;
	width: 100%;
	height: cover;
	font-weight: 300;
	padding-top: 40px;


}
.MyPrograms h1{
	font-weight: 600;
	font-size: 29px;
	line-height: 30px;
	/* identical to box height, or 103% */

	text-align: center;
	letter-spacing: 0.02em;
	margin-bottom: 25px;

}

#gridparent{

	position: relative;
    display: flex;
    flex-wrap: nowrap;
    height: 455px;
    overflow-x: auto;
    width: 330px;
    overflow-y: hidden;
    margin: 0 auto;
    margin-top: 15px;
   
}
#gridparent::-webkit-scrollbar{
		height: 0;
		width: 0;
	}
 .child{
	padding-left: 80px;
	padding-top: 20px;
	background-image:url('./m_myProgrambkg.svg');
	background-repeat: no-repeat;
	background-size: contain;
	
	color:white;
	
	min-width: 250px;
	height:449px;
	


}
 .child p{
	width: 192px;
	opacity: 0.9;
	font-family: 'Nunito Sans',sans-serif;
	font-weight: 400;

}
.gradient-line{
	height: 2px;
	width: 23px;
	background: linear-gradient(86.04deg, #E65865 -17.64%, #D11C9E 90.09%);
	
}

 .child hr{
	width: 23px;
	margin-left:-0.1%;
	opacity: 1;
	
}

 .child h2{
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
/* identical to box height */


	letter-spacing: 0.03em;

	/* Skipper Gradient */
	background: linear-gradient(86.12deg, #E65865 0.64%, #D11C9E 82.63%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

}

 .child h1{
	font-family: 'Clash Display'; sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 75px;
	line-height: 75px;
	text-align: left;
	letter-spacing: 0.03em;
	margin-top: 30px;
	margin-bottom: 0;
}
 .child h3{
	font-family: 'Clash Display'; sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height: 23px;
	
	letter-spacing: 0.02em;
	margin-top: 0;
	margin-bottom: 12px;

}
 .child h5{
	font-family: 'Clash Display'; sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 23px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 10px;
}
 .child h4{
	margin-top: 0;
	display: inline;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;

	letter-spacing: 0.15em;
}
 .child button{
	display: inline;
	background-color: #121212;
	background-image: url('programButton.svg');	
	background-repeat: no-repeat;
	background-size: 100%;
	width: 38.6px;
	height: 25.18px;
	color: white;
	opacity: 1.0;
	margin-left: 6px;
	
	font-size: 17px;
	font-family: 'Manrope', sans-serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.Arrow2{

		width: 10px;
		height: 9px;
		cursor: pointer;
		

	}
	#leftArrowGradient{
		position: absolute;
		top:330px;
		left:10px;
		
	}
	#rightArrowGradient{
		position: absolute;
		top:330px;
		right:10px;
	}

.One-Time-Consult{
	position: relative;
	display: block;
	background-image:url('./one_time_m.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 181px;
	
	width: auto;
	margin-top: 5px;
	margin-left: 15px;
		
	padding-top: 21px;
	
}

.part1{
	position: absolute;
	left: 40px;
	width: 112px;
	top:5px;
	
	padding: 0;
	margin: 0;

}
.part2{
	position: absolute;
	right:30px;
	width: 160px;
	
}
.FloatBox hr{
	
	margin-left:-0.1%;
	border-width: 0;
	background-color: #121212;
	opacity: 0.8;
	height: 2px;

	
}

.part1 h2{
	font-family: 'Clash Display'; sans-serif
	font-style: normal;
	font-weight: 600;
	font-size: 60.0236px;
	line-height: 60px;
	/* identical to box height */
	padding: 0;
	margin: 0;
	margin-top: 0;
	letter-spacing: 0.01em;

	color: #121212;

	opacity: 0.9;
}
.part1 h3{
	font-family: 'Clash Display'; sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16.5554px;
line-height: 16px;
/* or 100% */

letter-spacing: 0.02em;

color: #121212;

opacity: 0.9;
padding: 0;
margin: 0;
}

.part1 hr{
	width: 20%;
	padding: 0;
	margin: 0;
	margin-top: 19px;
}
.part1 p{
	font-family: 'Clash Display'; sans-serif;
font-style: normal;
font-weight: 500;
font-size: 19.1625px;
line-height: 24px;


color: #121212;
padding: 0;
	margin: 0;
margin-top: 17px;
}
.part2 h3{
	font-family: 'Nunito Sans'; sans-serif;
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 19px;
/* identical to box height */

letter-spacing: 0.03em;

color: #121212;
padding: 0;
	margin: 0;


}
.part2 hr{
	width: 10%;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	height: 1px;

}
.part2 p{
	
	font-weight: 400;
font-size: 13px;
line-height: 15px;
padding: 0;
	margin: 0;
	margin-top: 10px;
}
.part2 h4{
	font-weight: 600;
font-size: 13px;
line-height: 16px;

letter-spacing: 0.15em;

/* Skipper Gradient */

background: linear-gradient(86.12deg, #E65865 0.64%, #D11C9E 82.63%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
padding: 0;
	margin: 0;
	margin-top: 7px;

}

#paymentdetail{
	margin-top: 30px;
	margin-bottom: 0px;

	position: relative;
	height: 76px;
	width: 100%;
	display: block;
	font-family: 'Nunito Sans'; sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
/* or 131% */


	color: #121212;

}
.inner-container{
	width: 300px;
	margin: 0 auto;
}
.cont1{
	font-weight: 700;

}
.cont2{
	font-weight: 400;
}

.comeGetSome{
		margin-top: 0rem;
		width: 100%;
		padding-top: 3rem;
		padding-bottom: 2.75rem;
		position: relative;

		
	}
	.comeGetSome h1{

		text-align: center;
		width: 100%;

		font-family: 'Clash Display', sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 31px;
		line-height: 32px;
		text-align: center;
		letter-spacing: 0.02em;


	}

#icon_container{
		position: relative;
		padding-top: 3.7%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width:238px;
		overflow-x: auto;
		margin: 0 auto;
		padding-left: 1rem;
		justify-content: space-between;	
		transform:translateX(-10px);	
	}
	#icon_container::-webkit-scrollbar{
		height: 0;
		width: 0;
	}
	
	
	.icon{
		
  		height:183px;
  		width: 238px;

		
	}
	
	.icon1{
		background-image: url('./online_icon1.svg');
		background-repeat: no-repeat;
		background-size: 100%;
		
	}
	.icon2{
		background-image: url('./online_icon2.svg');
		background-repeat: no-repeat;
		background-size: 100%;
		
	}
	.icon3{
		background-image: url('./online_icon3.svg');
		background-repeat: no-repeat;
		background-size: 100%;
		
	}
	.icon4{
		background-image: url('./online_icon4.svg');
		background-repeat: no-repeat;
		background-size: 100%;
		
	}
	.icon5{
		background-image: url('./online_icon5.svg');
		background-repeat: no-repeat;
		background-size: 100%;
		
	}
	
	.iconWriteUp1 p{
		margin-top: 18px;	
		color: #D11C9E;
		font-family: 'Nunito Sans', sans-serif;
		text-align: center;
		/* identical to box height, or 128% */

		font-size: 15px;
		line-height: 19px;
		margin-bottom: 0;
		font-weight: 700;

		/* Skipper Primary */

		color: #D11C9E;

		margin-left: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		
	}
	.iconWriteUp p{
		padding-top: 0;
		margin-top: 0;
		width: 230px;
		font-family: 'Nunito Sans', sans-serif;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0;
		
		font-weight: 400;
		

		color: black;
		
		
	}

	.Arrow{

		width: 5px;
		height: 9px;
		cursor: pointer;
		transform: translateX(150%);

	}
	#leftArrow{
		position: absolute;
		top:47%;
		left:20px;
		
	}
	#rightArrow{
		position: absolute;
		top:47%;
		right:20px;
	}
	#boxesContainer1{
		
		display: flex;
		justify-content: center;
		align-self: center;

	}
	.box2{
		width: 7.79px;
		height: 6px;
		margin : 2px;
	}

.HowDoesItWork{
	position: relative;
	display: block;
	width: auto;
	background-color:  #121212;
	color: white;
	height: auto;
	padding-top: 48px;
	padding-left: 50px;
	padding-right: 40px;	
}
.HowDoesItWork h1{
	font-family: 'Clash Display'; sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 31px;
	line-height: 32px;
	/* identical to box height, or 103% */

	letter-spacing: 0.02em;

	/* Skipper Gradient */

	background: linear-gradient(86.12deg, #E65865 0.64%, #D11C9E 82.63%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

}
.grid-layout {
	
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 20px;

	}

.layout-child{
	padding-bottom: 48px;

}
.layout-child h3{
	margin-top: 0rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
	font-size: 19px;
	line-height: 21px;
	opacity: 0.4;
}
.layout-child h2{
	margin-top: 0rem;
	margin-bottom: 0rem;
	font-family: 'Clash Display'; sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	/* identical to box height */

	letter-spacing: 0.02em;
}
.layout-child p{
	margin-top: 0.5rem;
	margin-bottom: 0rem;
	font-size: 14px;
	line-height: 19px;
	opacity: 0.9;
	width: 266px;
}


.getStarted{
	background-image: url('./getStartedBkg.svg');
	background-repeat: no-repeat;
	background-size: 90%;
	display: block;
	width: 100%;
	height: 88px;
	position: relative;

	}
	.getStartedwriteUpFloatBox{

	padding-top: 22px;
	padding-bottom: 22px;
	display: block;
	padding-left: 2.5rem;

	}
	.getStartedwriteUpHeader{
	
	font-family: 'Clash Display', sans-serif;
	font-style: normal;
	padding-bottom: 9px;
	margin:0;


	
	}
	.getStartedwriteUpHeader h1{
	margin:0;
	color: #FFFFFF;
	width: 81%;
	font-weight: 600;
	font-size: 23px;
	line-height: 18px;
	/* identical to box height, or 78% */

	display: flex;
	align-items: center;
	letter-spacing: 0.02em;

	
	}
	.getStartedwriteUpText{
	 
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	display: block;
	letter-spacing: 0.2em;
	}
	
/* --- legal strip for mobile -------------------------------------------- */
.legal-bar {
    background: #f8f8f8;                  /* light-grey bar                */
    color: #000;                          /* black text                    */

    /* centre both ways */
    display: flex;
    justify-content: center;              /* horizontal centre             */
    align-items: center;                  /* vertical centre               */

    height: 32px;                         /* slimmer bar on mobile         */
    font: 9px/1 'Nunito Sans', sans-serif;
    letter-spacing: 0.1em;               /* same airy spacing             */
    text-transform: none;                 /* keep natural case             */
}
