/*==================================================
  rehab-strong
==================================================*/
#about-section-1.rehab-section-1 .text-wrap {
	justify-content: flex-start;
}
#rehab-section-2 {
	background: #eadffb;
}
#rehab-section-2 .container {
	position: relative;
	min-height: 540px;
	justify-content: center;
	align-items: flex-end;
}
#rehab-section-2 .container img {
	position: absolute;
	top: -46px;
}
#rehab-section-2 .container p {
	text-align: center;
	color: #3e0099;
	font-size: 22px;
	line-height: 36px;
	position: absolute;
	top: 350px;
	max-width: 60%;
}
#rehab-section-2 .container p strong {
	font-family: 'AvenirNextLTPro-Demi';
}
#rehab-section-3,
#rehab-section-4,
#rehab-section-5,
#rehab-section-6 {
	background: white;
}
#rehab-section-3 .container {
	padding-top: 100px;
	padding-bottom: 130px;
	grid-column-gap: 5%;
}
#rehab-section-3 .block-item {
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
	padding-left: 20%;
}
/*#rehab-section-3 .rs3-content-wrap:hover {
	cursor: pointer;
}
#rehab-section-3 .rs3-content-wrap .text {
	height: 0;
	overflow: hidden;
	transition: 0.2s all linear;
}
#rehab-section-3 .rs3-content-wrap:hover .text {
	cursor: pointer;
	height: 250px;
}*/
#rehab-section-3 .block-item img {
	margin-bottom: 45px;
	max-width: 160px;
	max-height: 160px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
#rehab-section-3 .block-item h3 {
	font-family: 'Superclarendon-Rg-Bold';
	font-size: 26px;
	line-height: 33px;
	margin-bottom: 40px;
	max-width: 250px;
}
#rehab-section-3 .block-item .text {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
	max-width: 250px;
}
#rehab-section-3 .block-item a:hover {
	background-color: #fd5205;
}
#rehab-section-4 .video-wrap {
	padding-bottom: 43.75%;
}
#rehab-section-4 .title {
	grid-column-gap: 5%;
	padding-top: 110px;
	padding-bottom: 100px;
}
#rehab-section-5 .block-item:not(:last-child) {
	margin-bottom: 50px;
}
#rehab-section-5 .block-item:nth-child(4n+1) .text-wrap {
	background: #400099;
}
#rehab-section-5 .block-item:nth-child(4n+2) .text-wrap {
	background: #ffb718;
}
#rehab-section-5 .block-item:nth-child(4n+3) .text-wrap {
	background: #ef5323;
}
#rehab-section-5 .block-item:nth-child(4n+4) .text-wrap {
	background: #b7b7b7;
}
#rehab-section-5 .text-wrap {
	/*padding: 11.7% 11.7% 9.3%;*/
	padding: 10.7% 10.7% 8.3%;
	/*padding: 4.7% 10.7% 8.3%;*/
	color: white;
}
#rehab-section-5 .text-wrap h2 {
	/*max-width: 75%;*/
	max-width: 97%;
	margin-bottom: 30px;
	line-height: 42px;
}
#rehab-section-5 .text-wrap p {
	line-height: 27px;
}
#rehab-section-5 .video-wrap {
	height: auto;
}
#rehab-section-5 .block-item:first-child button:before {
	border-color: #400099;
}
#rehab-section-5 .block-item:first-child button:after {
	border-left: 30px solid #400099;
}
#rehab-section-5 .block-item:first-child button:hover:before,
#rehab-section-5 .block-item:first-child button:focus:before {
	border-color: #fd4f00;
}
#rehab-section-5 .block-item:first-child button:hover:after,
#rehab-section-5 .block-item:first-child button:focus:after {
	border-left: 30px solid #fd4f00;
}
#rehab-section-6 .container {
	padding: 160px 7%;
}
#rehab-section-6 .block {
	justify-items: center;
	align-items: center;
	grid-column-gap: 7%;
	text-align: center;
}
#rehab-section-6 .block:first-child .block-item {
	border-bottom: 3px solid #ebebeb;
}
#rehab-section-6 .block-item {
	width: 100%;
	max-width: 300px;
	min-height: 200px;
	justify-content: center;
	align-items: center;
}
#rehab-section-6 .block-item .letter {
	font-family: 'Superclarendon-Rg';
	/*font-size: 72px;*/
	line-height: 60px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 10px;
}
#rehab-section-6 .block-item .num {
	font-family: 'Superclarendon-Rg';
	font-size: 80px;
	line-height: 60px;
	font-weight: 400;
	margin-bottom: 10px;
}
#rehab-section-6 .block:first-child .num {
	/*font-family: 'MyriadPro-Regular';*/
}
#home-section-5.rehab-section-7 #home-section-5 {
	background: #ebebeb;
}
/*====================//====================*/
@media all and (max-width: 991px) {
	#rehab-section-2 .container p {
		max-width: calc(100% - 30px);
	}
	#rehab-section-3 .container {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	#rehab-section-3 .block-item {
		align-items: center;
		padding-left: 0;
		text-align: center;
	}
	#rehab-section-3 .block-item img {
		margin: 0 auto 45px;
	}
	#rehab-section-4 .title {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#rehab-section-4 .title .left {
		margin-bottom: 30px;
	}
	#rehab-section-5 .block-item:not(:last-child) {
		margin-bottom: 30px;
	}
	#rehab-section-4 .video-wrap,
	#rehab-section-5 .video-wrap {
		height: 0;
		margin-bottom: 0;
	}
	#rehab-section-6 .container {
		padding: 30px 15px;
	}
	#rehab-section-6 .block:first-child .block-item:not(:last-child) {
		border-bottom: none;
	}
	#rehab-section-6 .block-item {
		min-height: 150px;
	}
}
/*====================//====================*/
@media all and (max-width: 767px) {
	#rehab-section-2 .container img {
		top: -105px;
		max-width: 348px;
	}
	#rehab-section-2 .container p {
		font-size: 20px;
		top: 290px;
	}
}
/*====================//====================*/
@media all and (max-width: 480px) {
	#rehab-section-2 .container img {
		top: -15px;
		max-width: 161px;
	}
	#rehab-section-2 .container p {
		font-size: 18px;
		line-height: 30px;
		top: 240px;
	}
}
