#home-hero-1{
	min-height: 80vh;
}

#home-hero-1 .h2-xl{
	font-size: 36px;
}

.home-solution-section{
	background: #0F1621 no-repeat padding-box;
    opacity: 1;
}

.home-solution-section .title-01 h2{
	font: var(--unnamed-font-style-normal) normal bold 32px / 42px var(--unnamed-font-family-noto-sans);
    color: var(--foreground-presentation-);
    text-align: center;
    font: normal normal bold 40px / 50px Noto Sans;
    letter-spacing: -0.16px;
    color: #FFFFFF;
    opacity: 1;
}

.home-solution-section .product-img{
	width: 100%;
	border-radius: 7px;
}

.home-solution-section .product-p{
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

.home-features .fbox-8-wrapper .img-fluid{
	border-radius: 7px;
}

.home-features .f-card{
	padding: 10px 25px;
}

#where-stand{
	background: #0F1621;
    opacity: 1;
}

#where-stand .where-stand-ol{
	font-size: 22px;
	color: var(--unnamed-color-dde3e9);
}

.home-features-video-div{
	background: #0F1621;
}

.home-features-video{
	width: 100%;
}

.feature-product-img{
	width: 60%;
	margin-top: 50px;
}

#get-started{
	background: #101621;
    opacity: 1;
    text-align: center;
}

.treatment-plan-section{
	background: #1C232E no-repeat padding-box;
    opacity: 1;
}

.treatment-plan-section .h2-md{
	font: var(--unnamed-font-style-normal) normal bold 32px / 42px var(--unnamed-font-family-noto-sans);
    color: var(--foreground-presentation-);
    text-align: center;
    font: normal normal bold 40px / 50px Noto Sans;
    letter-spacing: -0.16px;
    color: #FFFFFF;
    opacity: 1;
}

.treatment-plan-section .t-head{
    color: var(--foreground-presentation-);
    font-size: 18px;
    text-align: center;
}

.treatment-plan-section .t-d{
    color: var(--foreground-presentation-);
    font-size: 18px;
    text-align: left;
}

.treatment-plan-section img{
	width: 100%;
}

.stay-section{
	background: #0F1621 no-repeat padding-box;
    opacity: 1;
}

.stay-section .h2-md{
	font: var(--unnamed-font-style-normal) normal bold 32px / 42px var(--unnamed-font-family-noto-sans);
    color: var(--foreground-presentation-);
    text-align: center;
    font: normal normal bold 40px / 50px Noto Sans;
    letter-spacing: -0.16px;
    color: #FFFFFF;
    opacity: 1;
}

.features-section .feature-p{
	font-size: 18px;
}

.features-section .plan-icon{
	max-width: 100px;
	text-align: center;
}

.home-features .p-description{
	padding: 0px;
}

.home-features .fbox-img{
	margin-left: 0px;
	margin-right: 0px;
}

.where-stand-ol{
	list-style-type: circle;
	text-align: left;
	margin-left: 10px;
}

#where-stand .option-div{
	padding: 10px;
}

@media (min-width: 991px) {
    
	.man-img{
		position: absolute;
	    bottom: 0px;
	    max-width: 200px;
	}

}

@media (max-width: 990px) {
    .man-img{
/*		display: none !important;*/
		max-width: 200px;
	}

	#where-stand .where-btn-dev{
		text-align: center;
	}

	.where-icon-dev{
		text-align: center;
	}
}

#where-stand button{
	width: 80%;
}