/*---------------------------
    Rbt Show More Button  
------------------------------*/
.rbt-show-more-btn {
	font-size: 16px;
	font-weight: 400;
	color: var(--color-body);
	display: none;
	margin-top: 0;
	position: relative;
	padding-bottom: 10px;
	cursor: pointer;
	text-align: left;
	color: var(--accent-color);
	
}
.rbt-show-more-btn::after {
  content: "\f078"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rbt-show-more-btn.active::after {
  content: "\f077"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.rbt-show-more-btn.active::before {
	background: none;
	display: none;
}
.has-show-more .has-show-more-inner-content {
   	height: fit-content; 
	margin-bottom: 15px;
	transition: max-height 0.9s ease;
}
.has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}






.is-physio-right .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.is-physio-right .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.not-just-age .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.not-just-age .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.back-pain-one .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.back-pain-one .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}
.back-pain-two .has-show-more .has-show-more-inner-content {
  	height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.back-pain-two .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}
.back-pain-two{
	margin-bottom: 30px;
}

.rbt-show-more-btn-physio-content {
	font-size: 16px;
	font-weight: 400;
	color: var(--color-body);
	display: none;
	margin-top: 0;
	position: relative;
	padding-bottom: 10px;
	cursor: pointer;
	text-align: left;
	color: var(--accent-color);
	max-width: 111px;
    position: relative;
    left: 43%;
}
.rbt-show-more-btn-physio-content::after {
  content: "\f078"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 38%;
  transform: translateY(-50%);
}
.physio-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.physio-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.sports-injury-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.sports-injury-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.injection-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.injection-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.injection1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.injection1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.steroid-injection-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.steroid-injection-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.steroid1-injection-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.steroid1-injection-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.steroid2-injection-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.steroid2-injection-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.shockwave-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.shockwave-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.shockwave-new-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.shockwave-new-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.shockwave1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.shockwave1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.pilates-content .rbt-show-more-btn-physio-content {
	font-size: 16px;
	font-weight: 400;
	color: var(--color-body);
	display: none;
	margin-top: 0;
	position: relative;
	padding-bottom: 10px;
	cursor: pointer;
	text-align: left;
	color: var(--accent-color);
	max-width: 111px;
    position: relative;
    left: 43%;
}
.pilates-content .rbt-show-more-btn-physio-content::after {
  content: "\f078"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 38%;
  transform: translateY(-50%);
}
.pilates-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.pilates-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}
.pilates1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.pilates1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.sports-massage-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.sports-massage-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.foot-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.foot-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.shoulder-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.shoulder-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.shoulder1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.shoulder1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.shoulder3-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.shoulder3-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.hip-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.hip-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.hip1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.hip1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.need-attention-orthotics-1 .rbt-show-more-btn {
    font-size: 16px;
    font-weight: 400;
    display: none;
    margin: 0 10px 10px 10px;
    width: 93%;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff66;
    cursor: pointer;
    text-align: left;
    color: #ffffff;
}
.need-attention-orthotics-1 .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.need-attention-orthotics-1 .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.arthritis-content .rbt-show-more-btn {
    font-size: 16px;
    font-weight: 400;
    display: none;
    margin-top: 0;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff66;
    cursor: pointer;
    text-align: left;
    color: #ffffff;
    width: 93%;
    margin: 0 10px 10px 10px;
}
.arthritis-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.arthritis-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.knee-content .has-show-more .has-show-more-inner-content {
  	height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.knee-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.knee1-content .has-show-more .has-show-more-inner-content {
  	height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.knee1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}
.knee2-content .rbt-show-more-btn {
    font-size: 16px;
    font-weight: 400;
    display: none;
    margin-top: 0;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff66;
    cursor: pointer;
    text-align: left;
    color: #ffffff;
    width: 93%;
    margin: 0 10px 10px 10px;
}
.knee2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.knee2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.foot1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.foot1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.foot2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.foot2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.hand-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.hand-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.hand1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.hand1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.hand2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.hand2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.hip2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.hip2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.hip3-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.hip3-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.neck-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.neck-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.neck1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.neck1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.neck2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.neck2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.neck3-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.neck3-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.neck4-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.neck4-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.elbow-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.elbow-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.elbow1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.elbow1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.elbow2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.elbow2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.sciatica-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.sciatica-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.sciatica1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.sciatica1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.sciatica2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.sciatica2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.sciatica3-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.sciatica3-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.arthritis1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.arthritis1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.arthritis2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.arthritis2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.arthritis3-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.arthritis3-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.faq-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.faq-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.orthotics-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.orthotics-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.ortho-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.ortho-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.ortho1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.ortho1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.ortho3-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.ortho3-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.ortho2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.ortho2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.orthotics1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.orthotics1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.work-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.work-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.work1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.work1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.work2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.work2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.work3-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.work3-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.about-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.about-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.about1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.about1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.team-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.team-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.cor-injection-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.cor-injection-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.cor1-injection-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.cor1-injection-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.acid-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.acid-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.acid1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.acid1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.acid2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.acid2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.acid3-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.acid3-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}
.knee3-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.knee3-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}
.shoulder2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.shoulder2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}
.foot3-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.foot3-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}
.infla-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.infla-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}
.infla1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.infla1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}
.infla2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.infla2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}
.infla3-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.infla3-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}  
    
    
.stimpod-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.stimpod-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.vertigo1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.vertigo1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.vertigo2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.vertigo2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.vertigo3-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.vertigo3-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.arthrosamid1-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.arthrosamid1-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.arthrosamid2-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.arthrosamid2-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.arthrosamid3-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.arthrosamid3-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}

.physio-full-content .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.physio-full-content .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}
.physio-full-content-2 .has-show-more .has-show-more-inner-content {
    height: fit-content;
    margin-bottom: 15px;
    transition: max-height 0.9s ease;
}
.physio-full-content-2 .has-show-more.active .has-show-more-inner-content {
  	max-height: 2000px; 
}


@media only screen and (max-width: 767px){

    .arthritis-content .rbt-show-more-btn {
        font-size: 16px;
        font-weight: 400;
        display: block;
        margin-top: 0;
        position: relative;
		padding: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #ffffff66;
        cursor: pointer;
        text-align: left;
        color: #ffffff;
        width: 93%;
        margin: 0 10px 10px 10px;
    }
	.arthritis-content .has-show-more .has-show-more-inner-content {
        max-height: 295px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
	.rbt-show-more-btn {
		font-size: 16px;
		font-weight: 400;
		color: var(--color-body);
		display: block;
		margin-top: 0;
		position: relative;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #00969666;
		cursor: pointer;
		text-align: left;
		color: var(--accent-color);
	}
	.pilates-content .rbt-show-more-btn {
        font-size: 16px;
        font-weight: 400;
        display: block;
        border-bottom: 1px solid #ffffff66;
        cursor: pointer;
        text-align: left;
        color: #ffffff;
        margin: 0 10px 10px 10px;
        padding: 0;
        width: 94%;
    }
	.rbt-show-more-btn-physio-content {
		font-size: 16px;
		font-weight: 400;
		color: var(--color-body);
		display: block;
		margin-top: 0;
		position: relative;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #00969666;
		cursor: pointer;
		text-align: left;
		color: var(--accent-color);
		max-width: 111px;
		position: relative;
		left: 43%;
	}
	.shockwave1-content .has-show-more .has-show-more-inner-content {
        max-height: 111px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
	.has-show-more .has-show-more-inner-content {
		max-height: 312px; 
		overflow: hidden;
		margin-bottom: 15px;
		transition: max-height 0.9s ease;
	}
    .back-pain-one .has-show-more .has-show-more-inner-content {
		max-height: 302px; 
		overflow: hidden;
		margin-bottom: 15px;
		transition: max-height 0.9s ease;
	}
    .back-pain-two .has-show-more .has-show-more-inner-content {
		max-height: 253px; 
		overflow: hidden;
		margin-bottom: 15px;
		transition: max-height 0.9s ease;
	}
	.shockwave-content .has-show-more .has-show-more-inner-content {
        max-height: 232px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
	.pilates-content .has-show-more .has-show-more-inner-content {
        max-height: 315px;
    }
    
	.pilates1-content .has-show-more .has-show-more-inner-content {
        max-height: 172px;
    }
	.sports-massage-content .has-show-more .has-show-more-inner-content {
        max-height: 283px;
    }
    .injection-content .has-show-more .has-show-more-inner-content {
        max-height: 425px;
    }
	.injection1-content .has-show-more .has-show-more-inner-content {
        max-height: 186px;
    }
	.steroid-injection-content .has-show-more .has-show-more-inner-content {
        max-height: 270px;
    }
	.steroid1-injection-content .has-show-more .has-show-more-inner-content {
        max-height: 447px;
    }
	.foot-content .has-show-more .has-show-more-inner-content {
        max-height: 233px;
    }
	.shoulder-content .has-show-more .has-show-more-inner-content {
        max-height: 228px;
    }
	.shoulder1-content .has-show-more .has-show-more-inner-content {
        max-height: 232px;
    }
	.hip-content .has-show-more .has-show-more-inner-content {
        max-height: 289px;
    }
	.need-attention-orthotics-1 .rbt-show-more-btn {
		font-size: 16px;
		font-weight: 400;
		display: block;
		margin: 0 10px 10px 10px;
		width: 93%;
		position: relative;
		padding-bottom: 5px;
		border-bottom: 1px solid #ffffff66;
		cursor: pointer;
		text-align: left;
		color: #ffffff;
	}
	.need-attention-orthotics-1 .has-show-more .has-show-more-inner-content {
        max-height: 246px;
    }
	/* .has-show-more .has-show-more-inner-content {
		max-height: 335px; 
	} */
	
	.is-physio-right .has-show-more .has-show-more-inner-content {
		max-height: 241px;
	}
	.home-is-physio-right .has-show-more .has-show-more-inner-content {
		max-height: 305px;
	}
	.physio-content .has-show-more .has-show-more-inner-content {
		max-height: 668px;
	}
	.sports-injury-content .has-show-more .has-show-more-inner-content {
		max-height: 203px;
	}
	.rbt-show-more-btn-physio-content {
		position: relative;
		left: 0;
	}
    .knee-content .has-show-more .has-show-more-inner-content {
        max-height: 280px;
    }
    .knee1-content .has-show-more .has-show-more-inner-content {
        max-height: 331px;
    }

    .knee2-content .rbt-show-more-btn {
        font-size: 16px;
        font-weight: 400;
        display: block;
        margin-top: 0;
        position: relative;
		padding: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #ffffff66;
        cursor: pointer;
        text-align: left;
        color: #ffffff;
        width: 93%;
        margin: 0 10px 10px 10px;
    }
	.knee2-content .has-show-more .has-show-more-inner-content {
        max-height: 272px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .knee3-content .has-show-more .has-show-more-inner-content {
        max-height: 225px;
    }

    .foot1-content .has-show-more .has-show-more-inner-content {
        max-height: 281px;
    }
     .foot2-content .has-show-more .has-show-more-inner-content {
        max-height: 241px;
    }
    .hand-content .has-show-more .has-show-more-inner-content {
        max-height: 150px;
    }
    .hand1-content .has-show-more .has-show-more-inner-content {
        max-height: 230px;
    }
    .hand2-content .has-show-more .has-show-more-inner-content {
        max-height: 273px;
    }
    .hip2-content .has-show-more .has-show-more-inner-content {
        max-height: 246px;
    }
    .hip3-content .has-show-more .has-show-more-inner-content {
        max-height: 300px;
    }
    .neck-content .has-show-more .has-show-more-inner-content {
        max-height: 198px;
    }
    .neck1-content .has-show-more .has-show-more-inner-content {
        max-height: 224px;
    }
    .neck2-content .has-show-more .has-show-more-inner-content {
        max-height: 266px;
    }
    .neck3-content .has-show-more .has-show-more-inner-content {
        max-height: 302px;
    }
    .neck4-content .has-show-more .has-show-more-inner-content {
        max-height: 280px;
    }
    .elbow-content .has-show-more .has-show-more-inner-content {
        max-height: 279px;
    }
    .elbow1-content .has-show-more .has-show-more-inner-content {
        max-height: 332px;
    }
    .elbow2-content .has-show-more .has-show-more-inner-content {
        max-height: 280px;
    }
    .sciatica-content .has-show-more .has-show-more-inner-content {
        max-height: 268px;
    }
    .sciatica1-content .has-show-more .has-show-more-inner-content {
        max-height: 168px;
    }
    .sciatica2-content .has-show-more .has-show-more-inner-content {
        max-height: 313px;
    }
    .arthritis1-content .has-show-more .has-show-more-inner-content {
        max-height: 284px;
    }
    .arthritis2-content .has-show-more .has-show-more-inner-content {
        max-height: 484px;
    }
    .arthritis3-content .has-show-more .has-show-more-inner-content {
        max-height: 233px;
    }
    .not-just-age .has-show-more .has-show-more-inner-content {
        max-height: 275px;
    }
    .faq-content .has-show-more .has-show-more-inner-content {
        max-height: 233px;
    }
    .orthotics-content .has-show-more .has-show-more-inner-content {
        max-height: 269px;
    }
    .ortho-content .has-show-more .has-show-more-inner-content {
        max-height: 231px;
    }
    .ortho1-content .has-show-more .has-show-more-inner-content {
        max-height: 197px !important;
    }
    .ortho2-content .has-show-more .has-show-more-inner-content {
        max-height: 167px ;
    }
    .orthotics1-content .has-show-more .has-show-more-inner-content {
        max-height: 501px;
    }
    .work-content .has-show-more .has-show-more-inner-content {
        max-height: 271px;
    }
    .work1-content .has-show-more .has-show-more-inner-content {
        max-height: 200px;
    }
    .work2-content .has-show-more .has-show-more-inner-content {
        max-height: 395px;
    }
    .work3-content .has-show-more .has-show-more-inner-content {
        max-height: 280px;
    }
    .about-content .has-show-more .has-show-more-inner-content {
        max-height: 300px;
    }
    .about1-content .has-show-more .has-show-more-inner-content {
        max-height: 355px;
    }
    .team-content .has-show-more .has-show-more-inner-content {
        max-height: 495px;
    }
    .cor-injection-content .has-show-more .has-show-more-inner-content {
        max-height: 337px;
    }
    .acid-content .has-show-more .has-show-more-inner-content {
        max-height: 251px;
    }
    .acid1-content .has-show-more .has-show-more-inner-content {
        max-height: 205px;
    }
    .acid2-content .has-show-more .has-show-more-inner-content {
        max-height: 124px;
    }
    .acid3-content .has-show-more .has-show-more-inner-content {
        max-height: 425px;
    }
    .shoulder2-content .has-show-more .has-show-more-inner-content {
        max-height: 278px;
    }
    .foot3-content .has-show-more .has-show-more-inner-content {
        max-height: 286px;
    }
    .injection2-content .has-show-more .has-show-more-inner-content {
        max-height: 171px;
    }
    .shoulder3-content .has-show-more .has-show-more-inner-content {
        max-height: 284px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .hip1-content .has-show-more .has-show-more-inner-content {
        max-height: 198px;
    }
    .sciatica3-content .has-show-more .has-show-more-inner-content {
        max-height: 276px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .infla-content .has-show-more .has-show-more-inner-content {
        max-height: 175px;
    }
    .infla1-content .has-show-more .has-show-more-inner-content {
        max-height: 270px;
    }
    .infla2-content .has-show-more .has-show-more-inner-content {
        max-height: 306px;
    }
    .shockwave-new-content .has-show-more .has-show-more-inner-content {
        max-height: 249px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .stimpod-content .has-show-more .has-show-more-inner-content {
        max-height: 139px;
    }
    .vertigo1-content .has-show-more .has-show-more-inner-content {
        max-height: 337px;
    }
    .vertigo2-content .has-show-more .has-show-more-inner-content {
        max-height: 213px;
    }
    .vertigo3-content .has-show-more .has-show-more-inner-content {
        max-height: 123px;
    }
    .arthrosamid1-content .has-show-more .has-show-more-inner-content {
        max-height: 140px;
    }
    .arthrosamid2-content .has-show-more .has-show-more-inner-content {
        max-height: 136px;
    }
    .arthrosamid3-content .has-show-more .has-show-more-inner-content {
        max-height: 206px;
    }
    .physio-full-content .has-show-more .has-show-more-inner-content {
        max-height: 348px;
    }
    .physio-full-content-1 .has-show-more .has-show-more-inner-content {
        max-height: 348px;
    }
    .physio-full-content-2 .has-show-more .has-show-more-inner-content {
        max-height: 162px;
    }
}


@media only screen and (max-width: 668px) {
    .physio-content .has-show-more .has-show-more-inner-content {
        max-height: 689px;
    }
    .shockwave-new-content .has-show-more .has-show-more-inner-content {
        max-height: 273px;
    }
}

@media only screen and (max-width: 575.98px) {
    .shockwave-content .has-show-more .has-show-more-inner-content {
        max-height: 282px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .shockwave-new-content .has-show-more .has-show-more-inner-content {
        max-height: 282px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .shockwave1-content .has-show-more .has-show-more-inner-content {
        max-height: 138px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .stimpod-content .has-show-more .has-show-more-inner-content {
        max-height: 165px;
    }
    .physio-full-content-2 .has-show-more .has-show-more-inner-content {
        max-height: 162px;
    }
    .physio-content .has-show-more .has-show-more-inner-content {
        max-height: 753px;
    }
    .home-is-physio-right .has-show-more .has-show-more-inner-content {
        max-height: 251px;
    }
    .sports-massage-content .has-show-more .has-show-more-inner-content {
        max-height: 263px;
    }
}

@media only screen and (max-width: 550px) {
    .physio-content .has-show-more .has-show-more-inner-content{
        max-height: 692px;
    }
    .shockwave-new-content .has-show-more .has-show-more-inner-content {
        max-height: 298px;
    }
    .home-is-physio-right .has-show-more .has-show-more-inner-content {
        max-height: 269px;
    }
    .vertigo1-content .has-show-more .has-show-more-inner-content {
        max-height: 210px;
    }
}

@media only screen and (max-width: 500px) {
    .sports-massage-content .has-show-more .has-show-more-inner-content {
        max-height: 258px;
    }
    .need-attention-orthotics-1 .has-show-more .has-show-more-inner-content {
        max-height: 241px;
    }
    .orthotics-content .has-show-more .has-show-more-inner-content {
        max-height: 259px;
    }
    .sports-injury-content .has-show-more .has-show-more-inner-content {
        max-height: 199px;
    }
    .arthritis3-content .has-show-more .has-show-more-inner-content {
        max-height: 200px;
    }
    .arthritis2-content .has-show-more .has-show-more-inner-content {
        max-height: 450px;
    }
    .work-content .has-show-more .has-show-more-inner-content {
        max-height: 261px;
    }
    .work2-content .has-show-more .has-show-more-inner-content {
        max-height: 356px;
    }
    .physio-content .has-show-more .has-show-more-inner-content {
        max-height: 634px;
    }
    .physio-full-content .has-show-more .has-show-more-inner-content {
        max-height: 499px;
    }
    .work3-content .has-show-more .has-show-more-inner-content {
        max-height: 269px;
    }
    .injection1-content .has-show-more .has-show-more-inner-content {
        max-height: 192px;
    }
    .injection2-content .has-show-more .has-show-more-inner-content {
        max-height: 171px;
    }
    .injection-content .has-show-more .has-show-more-inner-content {
        max-height: 397px;
    }
    .steroid-injection-content .has-show-more .has-show-more-inner-content {
        max-height: 239px;
    }
    .cor-injection-content .has-show-more .has-show-more-inner-content {
        max-height: 355px;
    }
    .steroid2-injection-content .has-show-more .has-show-more-inner-content {
        max-height: 408px;
    }
    .steroid1-injection-content .has-show-more .has-show-more-inner-content {
        max-height: 436px;
    }
    .cor1-injection-content .has-show-more .has-show-more-inner-content {
        max-height: 303px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .acid3-content .has-show-more .has-show-more-inner-content {
        max-height: 405px;
    }
    .about1-content .has-show-more .has-show-more-inner-content {
        max-height: 369px;
    }
    .team-content .has-show-more .has-show-more-inner-content {
        max-height: 482px;
    }
    .back-pain-one .has-show-more .has-show-more-inner-content {
        max-height: 318px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .back-pain-two .has-show-more .has-show-more-inner-content {
        max-height: 246px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .knee3-content .has-show-more .has-show-more-inner-content {
        max-height: 219px;
    }
    .shoulder-content .has-show-more .has-show-more-inner-content {
        max-height: 208px;
    }
    .shoulder1-content .has-show-more .has-show-more-inner-content {
        max-height: 248px;
    }
    .shoulder2-content .has-show-more .has-show-more-inner-content {
        max-height: 267px;
    }
    .foot3-content .has-show-more .has-show-more-inner-content {
        max-height: 296px;
    }
    .hip-content .has-show-more .has-show-more-inner-content {
        max-height: 309px;
    }
    .neck4-content .has-show-more .has-show-more-inner-content {
        max-height: 290px;
    }
    .elbow1-content .has-show-more .has-show-more-inner-content {
        max-height: 291px;
    }
    .elbow2-content .has-show-more .has-show-more-inner-content {
        max-height: 301px;
    }
    .sciatica1-content .has-show-more .has-show-more-inner-content {
        max-height: 149px;
    }
    .sciatica2-content .has-show-more .has-show-more-inner-content {
        max-height: 339px;
    }
    .infla-content .has-show-more .has-show-more-inner-content {
        max-height: 158px;
    }
    .infla1-content .has-show-more .has-show-more-inner-content {
        max-height: 313px;
    }
    .infla3-content .has-show-more .has-show-more-inner-content {
        max-height: 596px;
    }
    .shockwave-content .has-show-more .has-show-more-inner-content {
        max-height: 307px;
    }
    .shockwave-new-content .has-show-more .has-show-more-inner-content {
        max-height: 328px;
    }
    .stimpod-content .has-show-more .has-show-more-inner-content {
        max-height: 193px;
    }
    .shockwave1-content .has-show-more .has-show-more-inner-content {
        max-height: 138px;
        overflow: hidden;
    }
    .home-is-physio-right .has-show-more .has-show-more-inner-content {
        max-height: 270px;
    }
    .vertigo1-content .has-show-more .has-show-more-inner-content {
        max-height: 177px;
    }
    .vertigo2-content .has-show-more .has-show-more-inner-content {
        max-height: 193px;
    }
    .vertigo3-content .has-show-more .has-show-more-inner-content {
        max-height: 123px;
    }
    .arthrosamid1-content .has-show-more .has-show-more-inner-content {
        max-height: 163px;
    }
    .arthrosamid2-content .has-show-more .has-show-more-inner-content {
        max-height: 185px;
    }
    .arthrosamid3-content .has-show-more .has-show-more-inner-content {
        max-height: 191px;
    }
}

@media only screen and (max-width: 477px) {
    .shockwave1-content .has-show-more .has-show-more-inner-content {
        max-height: 161px;
        overflow: hidden;
    }
    .home-is-physio-right .has-show-more .has-show-more-inner-content {
        max-height: 256px;
    }
}
@media only screen and (max-width: 458px) {
    .shockwave1-content .has-show-more .has-show-more-inner-content {
        max-height: 161px;
        overflow: hidden;
    }
    .home-is-physio-right .has-show-more .has-show-more-inner-content {
        max-height: 256px;
    }
}
@media only screen and (max-width: 425px) {
    .sports-massage-content .has-show-more .has-show-more-inner-content {
        max-height: 375px;
    }
    .need-attention-orthotics-1 .has-show-more .has-show-more-inner-content {
        max-height: 246px;
    }
    .arthritis2-content .has-show-more .has-show-more-inner-content {
        max-height: 491px;
    }
    .work-content .has-show-more .has-show-more-inner-content {
        max-height: 277px;
    }
    .work2-content .has-show-more .has-show-more-inner-content {
        max-height: 401px;
    }
    .work3-content .has-show-more .has-show-more-inner-content {
        max-height: 269px;
    }
    .injection-content .has-show-more .has-show-more-inner-content {
        max-height: 418px;
    }
    .steroid2-injection-content .has-show-more .has-show-more-inner-content {
        max-height: 452px;
    }
    .back-pain-two .has-show-more .has-show-more-inner-content {
        max-height: 253px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .knee3-content .has-show-more .has-show-more-inner-content {
        max-height: 229px;
    }
    .knee3-content .has-show-more .has-show-more-inner-content {
        max-height: 229px;
    }
    .knee2-content .has-show-more .has-show-more-inner-content {
        max-height: 280px;
    }
    .shoulder3-content .has-show-more .has-show-more-inner-content {
        max-height: 318px;
    }
    .foot2-content .has-show-more .has-show-more-inner-content {
        max-height: 255px;
    }
    .foot1-content .has-show-more .has-show-more-inner-content {
        max-height: 293px;
    }
    .hand1-content .has-show-more .has-show-more-inner-content {
        max-height: 243px;
    }
    .hip-content .has-show-more .has-show-more-inner-content {
        max-height: 353px;
    }
    .hip3-content .has-show-more .has-show-more-inner-content {
        max-height: 316px;
    }
    .infla-content .has-show-more .has-show-more-inner-content {
        max-height: 176px;
    }
    .ortho3-content .has-show-more .has-show-more-inner-content {
        max-height: 685px;
    }
    .shockwave-content .has-show-more .has-show-more-inner-content {
        max-height: 329px;
    }
    .shockwave-new-content .has-show-more .has-show-more-inner-content {
        max-height: 335px;
    }
    .shockwave1-content .has-show-more .has-show-more-inner-content {
        max-height: 163px;
    }
    .stimpod-content .has-show-more .has-show-more-inner-content {
        max-height: 218px;
    }
    .physio-content .has-show-more .has-show-more-inner-content {
        max-height: 646px;
    }
    .home-is-physio-right .has-show-more .has-show-more-inner-content {
        max-height: 321px;
    }
    .vertigo1-content .has-show-more .has-show-more-inner-content {
        max-height: 210px;
    }
    .vertigo2-content .has-show-more .has-show-more-inner-content {
        max-height: 179px;
    }
    .arthrosamid1-content .has-show-more .has-show-more-inner-content {
        max-height: 214px;
    }
    .arthrosamid2-content .has-show-more .has-show-more-inner-content {
        max-height: 186px;
    }
}

@media only screen and (max-width: 375px) {
    .shockwave-content .has-show-more .has-show-more-inner-content {
        max-height: 365px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .arthritis-content .has-show-more .has-show-more-inner-content {
        max-height: 338px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .pilates-content .has-show-more .has-show-more-inner-content {
        max-height: 373px;
    }
    .sports-massage-content .has-show-more .has-show-more-inner-content {
        max-height: 350px;
    }
    .need-attention-orthotics-1 .has-show-more .has-show-more-inner-content {
        max-height: 275px;
    }
    .orthotics-content .has-show-more .has-show-more-inner-content {
        max-height: 278px;
    }
    .sports-injury-content .has-show-more .has-show-more-inner-content {
        max-height: 217px;
    }
    .arthritis3-content .has-show-more .has-show-more-inner-content {
        max-height: 219px;
    }
    .arthritis2-content .has-show-more .has-show-more-inner-content {
        max-height: 520px;
    }
    .work2-content .has-show-more .has-show-more-inner-content {
        max-height: 460px;
    }
    .physio-content .has-show-more .has-show-more-inner-content {
        max-height: 753px;
    }
    .injection1-content .has-show-more .has-show-more-inner-content {
        max-height: 245px;
    }
    .injection2-content .has-show-more .has-show-more-inner-content {
        max-height: 196px;
    }
    .steroid1-injection-content .has-show-more .has-show-more-inner-content {
        max-height: 498px;
    }
    .knee2-content .has-show-more .has-show-more-inner-content {
        max-height: 285px;
        overflow: hidden;
        margin-bottom: 15px;
        transition: max-height 0.9s ease;
    }
    .shoulder2-content .has-show-more .has-show-more-inner-content {
        max-height: 325px;
    }
    .foot-content .has-show-more .has-show-more-inner-content {
        max-height: 247px;
    }
    .ortho-content .has-show-more .has-show-more-inner-content {
        max-height: 277px;
    }
    .ortho2-content .has-show-more .has-show-more-inner-content {
        max-height: 177px;
    }
    .infla2-content .has-show-more .has-show-more-inner-content {
        max-height: 354px ;
    }
    .stimpod-content .has-show-more .has-show-more-inner-content {
        max-height: 261px;
    }
    .shockwave-new-content .has-show-more .has-show-more-inner-content {
        max-height: 275px;
    }
    .shockwave1-content .has-show-more .has-show-more-inner-content {
        max-height: 167px;
    }
    .home-is-physio-right .has-show-more .has-show-more-inner-content {
		max-height: 305px;
	}
	.vertigo1-content .has-show-more .has-show-more-inner-content {
        max-height: 208px;
    }
    .vertigo2-content .has-show-more .has-show-more-inner-content {
        max-height: 183px;
    }
    .vertigo3-content .has-show-more .has-show-more-inner-content {
        max-height: 166px;
    }
    .arthrosamid2-content .has-show-more .has-show-more-inner-content {
        max-height: 218px;
    }
    .arthrosamid3-content .has-show-more .has-show-more-inner-content {
        max-height: 242px;
    }
}

@media only screen and (max-width: 344px) {
    .shockwave1-content .has-show-more .has-show-more-inner-content {
        max-height: 198px;
    }
}

@media only screen and (max-width: 320px) {
    .vertigo1-content .has-show-more .has-show-more-inner-content {
        max-height: 276px;
    }
    .vertigo2-content .has-show-more .has-show-more-inner-content {
        max-height: 214px;
    }
    .vertigo3-content .has-show-more .has-show-more-inner-content {
        max-height: 188px;
    }
}