@media(max-width: 1000px){
	.container{
		width: 100%;
		padding: 0 25px;
	}
}



@media(max-width: 900px){
	.container{
		width: 100%;
		padding: 0 25px;
	}
	header{
		position:fixed;
		left: 0; top: 0;
		width: 100%;
		padding: 20px 0;
		z-index: 20;
		background: #4a605e;
		box-shadow:0 0 15px rgba(0,0,0,0.3); -webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
	}
	header a.logo img{
		width: 120px; height: auto;
	}
	a.showmenu{
		display: block;
		position: absolute;
		right: 8px; top: 8px;
		width: 42px; height: 42px; line-height: 42px;
		text-align:center;
		color:#fff;
		font-size:24px;
		margin:0 0 0 0;
		background: #f24e9b;
	}
	a.hidemenu{
		display: none;
		position: absolute;
		right: 8px; top: 8px;
		width: 42px; height: 42px; line-height: 42px;
		text-align:center;
		color:#fff;
		font-size:24px;
		margin:0 0 0 0;
		z-index: 11;
	}
	nav{
		display: none;
		position: fixed;
		left: 0; top: 0;
		width: 100%; height: 100%;
		overflow-y: auto;
		background: rgba(0,0,0,0.9);
		padding: 100px 40px;
		z-index: 10;
	}
	nav ul{
		display: table;
		width: 180px;
		margin: 0 auto 0 auto;
		float: none;
	}
	nav ul li{
		float: left;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	nav ul li a{
		float: left;
		width: 100%;
		text-align: center;
	}
	/* BREAK */





	.banner{
		padding: 140px 0 60px 0;
	}
	.bannersliderwrap{
		float:left;
		width:48%;
	}
	.bannerbox .text{
		float: left;
		width: 48%;
		align-self: center;
	}
	.bannerbox .text h2{
		font-size:24px; line-height: 110%;
	}
	.bannerbox .text h3{
		font-size:18px; line-height: 110%;
	}
	.bannerbox .text a{
		padding:9px 20px;
		font-size:11px;
	}
	/* BREAK */





	.healthsolutions{
		margin: 40px 0;
	}
	.healthsolutions h2{
		font-size:24px;
		margin:0 0 40px 0;
	}
	.hsitems .item{
		margin: 0 0 35px 0;
	}
	.hsitems .item h3{
		font-size:13px;
	}
	.hsitems .item p{
		font-size:11px;
	}
	.hsitems{
		justify-content: flex-start;
	}
	/* BREAK */





	.aboutbox .text p{
		font-size:11px; line-height: 130%;
	}
	/* BREAK */




	.reviews{
		margin: 40px 0 0 0;
		padding: 40px 0;
	}
	.reviews h2{
		margin:0 0 30px 0;
	}
	.rslidecontent{
		padding: 0 80px;
	}
	.rslidecontent p{
		font-size:11px;
	}
	.arrowleft, .arrowright{
		width: 30px; height: 30px;
		line-height: 30px;
		font-size:18px;
	}
	/* BREAK */







	.contact{
		padding: 40px 0;
	}
	.contactbox .contactinfo p{
		font-size:11px;
	}
	/* BREAK */




	.footerbox{
		padding: 40px 0;
	}
	footer .copyright{
		font-size:12px;
	}
	footer .social a{
		font-size:15px;
	}
	/* BREAK */
}













@media(max-width: 540px){
	.banner{
		padding: 90px 0 40px 0;
	}
	.bannersliderwrap{
		float:left;
		width:100%;
		margin-bottom: 40px;
	}
	.bannerbox .text{
		width: 100%;
	}
	/* BREAK */





	.hsitems{
		gap: 6%;
	}
	.hsitems .item{
		width: 47%;
		margin: 0 0 35px 0;
	}
	/* BREAK */




	.aboutbox .thumb{
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}
	.aboutbox .thumb img{
		aspect-ratio:16/11;
	}
	.aboutbox .text{
		float: right;
		width: 100%;
	}
	/* BREAK */




	.contactbox{
		flex-wrap: wrap;
	}
	.contactbox h2{
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.contactbox .contactinfo{
		float: left;
		width: 100%;
		margin: 0 0 0 0;
	}
	/* BREAK */





	footer .copyright{
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	footer .social{
		float: left;
		margin-bottom: 0;
	}
	footer .social a{
		float: left;
		margin-left: 0;
		margin-right: 10px;
	}
	/* BREAK */
}