	*{
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		margin: 0; padding: 0; outline: none;
	}
	a{text-decoration: none;}
	ul{list-style: none;}
	table{border-collapse: collapse; border-spacing: 0;}
	body{line-height: normal;}
	html{background: #fff;}
	.container{
		width: 900px;
		margin: 0 auto 0 auto;
	}
	/* BREAK */







	header{
		position:absolute;
		left: 0; top: 0;
		width: 100%;
		padding: 40px 0;
		z-index: 20;
	}
	header a.logo{
		float: left;
		width: auto;
		margin: 0 0 0 0;
	}
	header a.logo img{
		float: left;
		width: 160px; height: auto;
		margin: 0 0 0 0;
	}
	.menu{float: right;}
	a.showmenu, a.hidemenu{display: none;}
	nav{float: right;}
	nav ul{float: left;}
	nav ul li{
		float: left; 
		margin-right: 30px;
	}
	nav ul li:last-of-type{
		margin-right: 0;
	}
	nav ul li a{
		float: left;
		text-align:left;
		color:#fff;
		font-size:12px;
		font-family:'Inter';
		text-transform: uppercase;
		margin:0 0 0 0;
		padding: 5px 10px;
		border-radius:25px; -webkit-border-radius:25px;
	}
	nav ul li:hover a{
		background: #f24e9b;
	}
	/* BREAK */




	.banner{
		float: left;
		width: 100%; 
		height: auto;
		padding: 140px 0 60px 0;
		background: #4a605e;
		position: relative;
		z-index: 1;
	}
	.banner:before{
		position: absolute;
		width: 100%; height: 100%;
		background: url(images/bg.jpg) no-repeat center;
		background-size:cover ;
		z-index: -1;
		content: '';
		opacity: 0.3;
		left: 0; top: 0;
	}
	.bannerbox{
		float:left;
		width:100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.bannersliderwrap{
		float:left;
		width:55%;
	}
	.bannerslider{
		float:left;
		width:100%;
	}
	.bannerbox .image{
		float: right;
		width: 100%;
		overflow: hidden;
	}
	.bannerbox .image img{
		float: left;
		width: 100%; height: auto;
		aspect-ratio:16/12;
		object-fit: cover;
		object-position: center;
	}
	.bannerbox .text{
		float: left;
		width: 30%;
		align-self: center;
	}
	.bannerbox .text h2{
		text-align:left;
		color:#fff;
		font-size:36px; line-height: 110%;
		font-family:'Poppins';
		margin:0 0 20px 0;
		font-weight: normal;
	}
	.bannerbox .text h3{
		text-align:left;
		color:#fff;
		font-size:21px; line-height: 110%;
		font-family:'Poppins';
		margin:0 0 0 0;
		font-weight: normal;
	}
	.bannerbox .text a{
		float: left;
		background: #f24e9b;
		padding: 15px 30px;
		border-radius:25px; -webkit-border-radius:25px;
		text-align:left;
		color:#fff;
		font-size:15px;
		font-family:'Manrope';
		margin:0 0 0 0;
	}
	/* BREAK */




	.healthsolutions{
		float:left;
		width:100%;
		margin:50px 0 50px 0;
		padding:0 0 0 0;
	}
	.healthsolutions h2{
		text-align:left;
		color:#000;
		font-size:24px; line-height: 110%;
		font-family:'Poppins';
		font-weight: normal;
		text-transform: uppercase;
		margin:0 0 50px 0;
	}
	.hsitems{
		float:left;
		width:100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 5%;
		justify-content: center;
	}
	.hsitems .item{
		float: left;
		width: 30%;
		margin: 0 0 45px 0;
		padding: 0 0 0 0;
	}
	.hsitems .item .thumb{
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.hsitems .item .thumb img{
		float: left;
		width: 100%;
		height: auto;
		aspect-ratio: 4/3;
		object-fit: cover;
		object-position: center;
	}
	.hsitems .item h3{
		text-align:left;
		color:#000;
		font-size:15px;
		font-family:'Poppins';
		font-weight: 600;
		text-transform: uppercase;
		margin:0 0 10px 0;
	}
	.hsitems .item p{
		text-align:left;
		color:#000;
		font-size:13px;
		font-family:'Inter';
		margin:0 0 0 0;
	}
	/* BREAK */




	.aboutus{
		float:left;
		width:100%;
	}
	.aboutbox{
		float:left;
		width:100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.aboutbox .thumb{
		float: left;
		width: 50%;
	}
	.aboutbox .thumb img{
		float: left;
		width: 100%; height: auto;
		aspect-ratio:16/11;
		object-fit: cover;
		object-position: center;
	}
	.aboutbox .text{
		float: right;
		width: 40%;
	}
	.aboutbox .text h2{
		text-align:left;
		color:#000;
		font-size:24px; line-height: 110%;
		font-family:'Poppins';
		font-weight: normal;
		text-transform: uppercase;
		margin:0 0 20px 0;
	}
	.aboutbox .text p{
		text-align:left;
		color:#000;
		font-size:14px; line-height: 130%;
		font-family:'Inter';
		font-weight: normal;;
		margin:0 0 20px 0;
	}
	/* BREAK */




	.reviews{
		float: left;
		width: 100%;
		margin: 80px 0 0 0;
		background:#4a605e;
		padding: 50px 0;
	}
	.reviews h2{
		text-align:center;
		color:#fff;
		font-size:24px; line-height: 110%;
		font-family:'Poppins';
		font-weight: normal;
		text-transform: uppercase;
		margin:0 0 50px 0;
	}
	.reviewslider_wrap{
		float: left;
		width: 100%;
		position: relative;
	}
	.rslider{
		float:left;
		width:100%;
	}
	.rslide{} /* MAIN */
	.rslidecontent{
		float:left;
		width:100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		padding: 0 150px;
	}
	.rslidecontent img{
		float: left;
		width: 100px; height: auto;
		aspect-ratio: 1/1;
		object-fit: cover;
		object-position: center;
		border-radius:50%; -webkit-border-radius:50%;
		margin-bottom: 30px;
	}
	.rslidecontent p{
		text-align:center;
		color:#fff;
		font-size:14px; line-height: 120%;
		font-family:'Inter';
		margin:0 0 30px 0;
	}
	.reviewslider_wrap .bx-wrapper {
	  border:none !important;
	  background: none !important;
	}
	.arrowleft, .arrowright{
		position: absolute;
		width: 42px; height: 42px;
		line-height: 42px;
		text-align:center;
		color:#fff;
		font-size:24px;
		margin:0 0 0 0;
		background: #f24e9b;
		border-radius:50%; -webkit-border-radius:50%;
	}
	.arrowleft{
		left: 0; top: 0; bottom: 0; margin: auto;
	}
	.arrowright{
		right: 0; top: 0; bottom: 0; margin: auto;
	}
	/* BREAK */



	.contact{
		float:left;
		width:100%;
		padding: 80px 0;
	}
	.contactbox{
		float:left;
		width:100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.contactbox h2{
		float: left;
		text-align:left;
		color:#000;
		font-size:24px; line-height: 110%;
		font-family:'Poppins';
		font-weight: normal;
		text-transform: uppercase;
		margin:0 0 0 0;
	}
	.contactbox .contactinfo{
		float: right;
		width: auto;
		margin: 0 0 0 0;
	}
	.contactbox .contactinfo p{
		text-align:left;
		color:#000;
		font-size:14px;
		font-family:'Inter';
		margin:0 0 10px 0;
	}
	.contactbox .contactinfo p:last-of-type{
		margin-bottom: 0;
	}
	/* BREAK */





	footer{
		float:left;
		width:100%;
		margin: 0 0 0 0;
	}
	.footerbox{
		float:left;
		width:100%;
		border-top: 1px solid #ccc;
		padding: 60px 0;
	}
	footer .copyright{
		float: left;
		text-align:left;
		color:#000;
		font-size:14px;
		font-family:'Inter';
		margin:0 0 0 0;
	}
	footer .copyright a{
		color: #000;
		border-bottom: 1px solid #000;
	}
	footer .social{
		float: right;
		margin:0 0 0 0;
	}
	footer .social a{
		text-align:left;
		color: #000;
		font-size:18px;
		margin-left: 5px;
		transition:0.6s; -webkit-transition:0.6s;
	}
	footer .social a:hover{
		border-bottom: 1px solid #000;
	}
	










