@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Reeji-CloudYaoTi-GBK';
	src: url('../fonts/Reeji-CloudYaoTi-GBK.eot');
	src: url('../fonts/Reeji-CloudYaoTi-GBK.eot?#iefix') format('embedded-opentype'), url('../fonts/Reeji-CloudYaoTi-GBK.woff2') format('woff2'), url('../fonts/Reeji-CloudYaoTi-GBK.woff') format('woff'), url('../fonts/Reeji-CloudYaoTi-GBK.ttf') format('truetype'), url('../fonts/Reeji-CloudYaoTi-GBK.svg#Reeji-CloudYaoTi-GBK') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
	font-family: 'Reeji-CloudYaoTi-GBK';
}

ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.theme-btn {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 28px;
}
.theme-btn a {
	background: #829772;
	padding: 8px 32px;
	color: #fff;
	border-radius: 100px;
	font-size: 16px;
	letter-spacing: 3px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
	display: inline-block;
}
.theme-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #7b8f6a 30%, #97bb79);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.theme-btn a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #7b8f6a 30%, #97bb79);
}
.nav_area ul li a:hover {
	color: #64544b;
}
.section-title-wrapper {
	float: left;
	width: 100%;
	margin-bottom: 35px;
	text-align: center;
}
.section-title-wrapper .section-title {
	color: #fff;
	font-size: 26px;
	background: url(../images/title-bg.png);
	display: inline-block;
	background-size: 100% 100%;
	padding: 6px 29px;
}
.header-banner-section .container {
	max-width: 100%;
}
.header-banner-left {
	padding: 0px;
	position: relative;
}
.header-banner-right {
	padding: 0px;
}
.header-right-section {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.header-right-section .header-right-top-bg {
	background: url(../images/right-bg.jpg);
	padding: 14px 16px;
	background-size: 100% 100%;
	background-position: center;
	text-align: center;
}
.header-right-top-bg .header-right-title-1 {
	font-size: 23px;
	color: #fff;
}
.header-right-btn-wrapper .header-right-btn {
	color: #64544b;
	font-size: 20px;
	background: url(../images/title-bg.png);
	display: inline-block;
	background-size: 100% 100%;
	padding: 5px 20px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.steps-section {
	float: left;
	width: 100%;
	background: url(../images/steps-bg1.jpg);
	background-size: 100% 100%;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.steps-wrapper-row .col-md-3 {
	width: 20%;
	flex: auto;
}
.steps-section .container {
	max-width: 100%;
	padding: 0px 50px;
}
.steps-box-info {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.steps-box-info .steps-title {
	font-size: 19px;
	margin-bottom: 3px;
	color: #829772;
}
.steps-box-info p {
	font-size: 15px;
	line-height: 27px;
	color: #829772;
}

.awards-section .container {
max-width: 80%;
}

.awards-section {
	float: left;
	width: 100%;
	background: url(../images/awards-bg.jpg);
	background-size: 100% 100%;
	background-position: center;
	padding-top: 51px;
	padding-bottom: 51px;
}
.awards-section .awards-img {
	/* max-width: 48%; */
	margin: 0px auto;
}
.video-section {
	float: left;
	width: 100%;
	background: url(../images/video-bg1.jpg);
	background-size: 100% 100%;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.video-wrapper {
	aspect-ratio: 16/9;
	overflow: hidden;
}
.video-wrapper video {
	object-fit: cover;
	aspect-ratio: 16/9;
}

.recovery-case-section {
	float: left;
	width: 100%;
	background: url(../images/recovery-case-bg.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.recovery-case-wrapper-bg {
	border-radius: 20px;
	background: #fff;
	position: relative;
	float: left;
	width: 100%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;/*overflow: hidden;*/
}
.recovery-case-info {
	float: left;
	width: 100%;
}
.recovery-case-info .recovery-case-info-title {
	font-size: 19px;
	margin-bottom: 3px;
	color: #829772;
}
.recovery-case-info p {
	font-size: 15px;
	line-height: 27px;
	color: #829772;
}
.recovery-gallery-thumbnail .recovery-gallery {
/*	width: 20%;
	max-width: 20%;
	flex: auto;
	padding: 0px 10px;*/
}

.recovery-gallery-thumbnail {
	padding: 20px 17px !important;
	background: #c8dcb9;
	margin: 0px;
	float: left;
	width: 100%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.recovery-case-wrapper-bg .row {
	padding: 20px 20px;
}
.recovery-gallery .gallery-thumbnail-img {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}
.common-problem-row .accordion-title:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f0d8";
	padding-right: 5px;
}
.common-problem-row .accordion-title.collapsed:before {
	float: right !important;
	content: "\f0da";
}
.common-problem-section {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/accordion-bg.jpg);
	background-size: 100% 100%;
	background-position: center;
}
.common-problem-wrapper {
	float: left;
	width: 100%;
	padding-right: 85px;
}
.common-problem-wrapper .common-problem-title {
	margin-bottom: 23px;
	text-align: center;
	font-size: 35px;
	color: #7a8e6f;
}
.common-problem-row {
	float: left;
	width: 100%;
}
.common-problem-row .card {
	margin-bottom: 20px;
	box-shadow: rgb(180 200 163 / 94%) 0px 2px 8px 0px;
	border: none;
	background: #fff;
	border-radius: 21px;
	overflow: hidden;
	font-family: "Lato", sans-serif;
}
.common-problem-row .card .card-header {
	background: #fff;
	border: none;
}
.common-problem-row .card .card-header a {
	color: #829772;
	font-size: 15px;
	font-weight: bold;
}
.pain-database-box {
	float: left;
	width: 100%;
	padding-left: 85px;
}
.pain-database-box .pain-database-title {
	margin-bottom: 23px;
	text-align: left;
	font-size: 35px;
	color: #636466;
}
.footer-section {
	float: left;
	width: 100%;
	background: #afc0a0;
	padding-top: 52px;
	padding-bottom: 52px;
}
.footer-contact-info .footer-contact-info {
	font-size: 23px;
	float: left;
	width: 100%;
	margin-bottom: 14px;
	color: #fff;
}
.footer-contact-info .footer-contact-list {
	float: left;
	width: 100%;
}
.footer-contact-info .footer-contact-list .footer-contact-row {
	display: flex;
	width: 100%;
	float: left;
	margin-bottom: 13px;
	font-family: "Lato", sans-serif;
}
.footer-contact-row .footer-contact-div-1 {
	min-width: 122px;
	color: #fff;
	font-size: 16px;
}
.footer-contact-row .footer-contact-div-2 {
	color: #fff;
	font-size: 16px;
}
.footer-social-icon {
	float: left;
	width: 100%;
	text-align: center;
}
.footer-social-icon ul li {
	display: inline-block;
}
.footer-social-icon ul li a {
	color: #fff;
	font-size: 26px;
	margin: 0px 14px;
}
.footer-copyright {
	font-size: 14px;
	color: #fff;
	border-top: solid 1px #fff;
	float: left;
	width: 100%;
	margin-top: 13px;
	padding-top: 14px;
	text-align: center;
}
.footer-right-side {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 81px;
	flex-flow: column;
}
.footer-section .container {
	padding: 0px 94px;
}
/********* Menu css *********/
.baner-menu-section {
	width: 100%;
	float: left;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 250px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	box-shadow: 5px 0 5px -5px #9d9d9d;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 25px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #000;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 21px;
	top: 0;
	z-index: 9999;
	background: #ffffff;
	width: 38px;
	height: 38px;
	line-height: 41px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 46px !important;
	font-size: 14px;
	color: #9dc799;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #fff;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #9dc799;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding: 7px 22px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #ffffff;
	font-size: 17px;
	display: inline-block;
	text-decoration: none;
}
span.arrow {
	padding-left: 0px;
	color: #000000;
	margin-left: 6px;
	position: absolute;
	top: 6px;
	font-size: 12px;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #2163a1;
	background-color: rgba(255,255,255,0.8);
	z-index: 555;
	text-align: left;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 26px;
	background: #f5d25c;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #000000;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 8px 17px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #c7c6c6;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.logo a {
	display: inline-block;
	max-width: 60%;
}
.nav_area ul li a i.fal {
	font-size: 19px;
}
.nav_area ul li a i.far {
	font-size: 22px;
	margin-right: 4px;
	vertical-align: bottom;
}
.header-menu-wrapper {
	position: absolute;
	top: 22px;
	width: 100%;
	left: 0px;
	padding-left: 23px;
	z-index: 333;
}
.mobile-menu.wrapper-menu {
	background-color: rgba(166, 191, 151, 0.6);
	display: inline-block;
	width: 82%;
	margin-top: 28px;
	float: right;
}
.header-logo {
	width: 18%;
	float: left;
}
/********* Menu css End *********/
.contact-form-wrapper {
	float: left;
	width: 100%;
	background: url(../images/form-bg1.jpg);
	height: 100%;
	overflow: hidden;
	position: relative;
}
.contact-form-wrapper .contact-form-title-box {
	padding: 0px 16px;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 17px;
}
.contact-form-title-box .contact-form-title {
	font-size: 21px;
	margin-bottom: 8px;
	color: #829772;
}
.contact-form-title-box .contact-form-sub-title p {
	font-size: 13px;
	line-height: 26px;
	color: #829772;
}
.contact-form-wrapp-row .row {
	margin: 0px;
}
.contact-form-wrapp-row .form-contro-row {
	width: 100%;
	height: 37px;
	border-radius: 16px;
	border: solid 1px #a5a5a5;
	padding: 0px 10px;
	outline: 0;
	color: #797979;
	font-size: 13px;
	font-family: "Lato", sans-serif;
}
.contact-form-wrapp-row .form-contro-row:focus {
	border: solid 1px #a6cb9f;
}
.colmd3 {
	padding: 0px 8px;
}
.contact-form-wrapp-row textarea.form-contro-row {
	height: 103px;
	padding-top: 6px;
	font-size: 13px;
}
.checkbox-group {
	display: block;
	float: left;
	width: 100%;
}
.checkbox-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.checkbox-group label {
	position: relative;
	cursor: pointer;
}
.checkbox-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #adc0a2;
	padding: 7px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}
.checkbox-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 6px;
	width: 6px;
	height: 11px;
	border: solid #4a8319;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.form-group-p {
	font-size: 13px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	color: #aec0a0;
	font-family: "Lato", sans-serif;
}
.contact-form-wrapp-row .checkbox-group label {
	font-size: 12px;
	color: #aec0a0;
	/* letter-spacing: -3px; */
	letter-spacing: -1px;
	font-family: "Lato", sans-serif;
}
.contact-form-wrapp-row {
	padding: 0px 16px;
}
.header-left-banner-1 {
	float: left;
	width: 100%;
}
.header-left-banner-1 img {
	width: 100%;
}
button.submit-btn {
	background: #829772;
	padding: 8px 38px;
	color: #fff;
	border-radius: 100px;
	font-size: 16px;
	letter-spacing: 3px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	outline: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
	display: inline-block;
}
button.submit-btn:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #7b8f6a 30%, #97bb79);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
button.submit-btn:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #7b8f6a 30%, #97bb79);
}
.awards-section-1 {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	background: url(../images/awards-bg1.jpg);
	background-size: 100% 100%;
	background-position: center;
}
.awards-section-title-wrapper {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 47px;
	margin-top: 9px;
}
.awards-section-title-wrapper .awards-section-title {
	background: #fff;
	display: inline-block;
	padding: 4px 93px;
	font-size: 41px;
	color: #d2a35a;
	border: solid 2px #efce8b;
	border-top: none;
	border-radius: 52px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0;
}
.awards-section-1 .container {
	padding: 0px 28px;
}
.awards-section-1 .awards-box-img {
	padding: 0px 39px;
}
.padding-right-no {
	padding-right: 11px;
}
.pain-database-info {
	float: left;
	width: 100%;
}
.pain-database-info li {
	font-size: 15px;
	margin-bottom: 5px;
	color: #636466;
	font-family: "Lato", sans-serif;
}
.submit-btn-wrapper {
	float: left;
	width: 100%;
	margin-top: 3px;
	text-align: left;
}
.whatsapp-fixed-icon {
	position: fixed;
	right: 17px;
	z-index: 333;
	bottom: 11px;
}
.whatsapp-fixed-icon a {
	background: #25D366;
	padding: 7px;
	font-size: 60px;
	border-radius: 100px;
	height: 78px;
	display: inline-block;
	width: 78px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.recovery-gallery .gallery-thumbnail-img img {
	width: 100%;
	webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.recovery-gallery .gallery-thumbnail-img:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.footer-social-icon ul li a:hover {
	color: #ffd594;
}
.header-new-top-logo {
	padding: 11px 200px;
}
.video-slider-box-wrapper-1 {
	float: left;
	width: 100%;
}
#video-slider-box .owl-nav button.owl-prev {
	position: absolute;
	left: -48px;
	top: 33%;
}
#video-slider-box .owl-nav button.owl-next {
	position: absolute;
	right: -48px;
	top: 33%;
}
#video-slider-box .owl-nav button i {
	font-size: 56px;
	color: #869675;
	font-weight: 300;
}
#video-slider-box .owl-nav button:hover {
	background: none;
}
#video-slider-box .owl-dots {
	display: none;
}
.skeletal-muscles-section {
	float: left;
	width: 100%;
	background: url(../images/skeletal-muscles-bg1.jpg);
	background-size: 100% 100%;
	background-position: center;
	padding-top: 51px;
	padding-bottom: 51px;
}
.skeletal-muscles-info-text {
	text-align: center;
	padding: 0px 66px;
}
.skeletal-muscles-info-text .skeletal-muscles-title {
	font-size: 20px;
	color: #7a8867;
}
.skeletal-muscles-info-text p {
	font-size: 20px;
	line-height: 33px;
	color: #7a8867;
}
#video-slider-box .owl-nav button {
	outline: 0;
}
.recovery-case-wrapper-bg #sync1 .owl-nav {
	display: none;
}
.recovery-gallery-thumbnail .owl-nav button i {
	background: #869675;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #c1cfb3;
	border-radius: 100px;
}
.recovery-gallery-thumbnail .owl-nav button.owl-prev {
	position: absolute;
	left: -35px;
	z-index: 6666;
	top: 59px;
}
.recovery-gallery-thumbnail .owl-nav button.owl-next {
	position: absolute;
	right: -35px;
	z-index: 6666;
	top: 59px;
}
.recovery-gallery-thumbnail .owl-nav button {
	outline: 0;
}
.header-banner-section {
	position: relative;
}
.arrow-down-img {
	position: absolute;
	bottom: 21px;
	width: 100%;
	text-align: center;
}
.arrow-down-img img {
	max-width: 67px;
}





/****** Mobile Layout ******/
@media only screen and (max-width: 767px) {
.skeletal-muscles-info-text {
    padding: 0px 0px;
}	
.arrow-down-img { display: none;}
.header-new-top-logo {
    padding: 16px 16px;
}
.video-slider-box-wrapper-1 {
    padding: 0px 15px;
}

.recovery-gallery-thumbnail .owl-nav button.owl-prev {
    left: -17px;
    top: 13px;
}
.recovery-gallery-thumbnail .owl-nav button.owl-next {
    right: -17px;
    top: 13px;
}



	
	
	
#video-slider-box .owl-nav button.owl-next {
	right: 0px;
}
#video-slider-box .owl-nav button.owl-prev {
	left: 0px;
}
.footer-section {
	padding-top: 43px;
	padding-bottom: 29px;
}
.contact-form-wrapp-row .checkbox-group label {
	font-size: 10px;
}
.colmd3 {
	padding: 0px 15px;
}
.contact-form-wrapp-row .form-group {
	margin-bottom: 0px;
}
.contact-form-wrapp-row .form-contro-row {
	margin-bottom: 18px;
}
.contact-form-wrapp-row {
	padding-bottom: 37px;
	padding: 0px 0px;
}
.submit-btn-wrapper {
	margin-top: 23px;
	text-align: center;
	margin-bottom: 38px;
}
.awards-section-title-wrapper .awards-section-title {
	padding: 4px 21px;
	font-size: 26px;
	border-top: none;
	border-radius: 27px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0;
}
.awards-section-1 .container {
	padding: 0px 15px;
}
.awards-section-1 .awards-box-img {
	padding: 0px 0px;
}
.awards-section-1 .col-md-4 {
	width: 33.33%;
	padding: 0px 7px;
}
.awards-section-title-wrapper {
	margin-bottom: 25px;
}
.awards-section-1 {
	padding-bottom: 30px;
}
.awards-section .awards-img {
	max-width: 100%;
}
.awards-section {
	padding-top: 37px;
	padding-bottom: 34px;
}
.steps-section .container {
	padding: 0px 15px;
}
.steps-wrapper-row .col-md-3 {
	width: 50%;
	flex: 50%;
	max-width: 50%;
}
.steps-box-info .steps-title {
	font-size: 16px;
}
.steps-box-info p {
	font-size: 15px;
	line-height: 23px;
}
.section-title-wrapper .section-title {
	font-size: 19px;
}
.recovery-case-info {
	margin-top: 19px;
}
.recovery-gallery-thumbnail {
	padding: 6px 9px !important;
}
.recovery-gallery-thumbnail .recovery-gallery {
	padding: 0px 3px;
}
.recovery-gallery .gallery-thumbnail-img {
	border-radius: 11px;
}
.video-box-wrapper {
	float: left;
	width: 100%;
	margin-bottom: 22px;
}
.pain-database-box {
	margin-top: 18px;
}
.footer-section .container {
	padding: 0px 15px;
}
.footer-right-side {
	padding: 0px 0px;
	margin-top: 25px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.common-problem-section {
	background: #fff;
	padding-bottom: 0px;
}
.pain-database-box {
	padding-left: 0;
}
.common-problem-wrapper {
	padding-right: 0;
}
.pain-database-box-6 {
	background: url(../images/mobile-view-bg1.jpg);
	padding-top: 24px;
	padding-bottom: 30px;
	margin-top: 33px;
	background-size: cover;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.common-problem-wrapper {
	padding-right: 21px;
}
.pain-database-box {
	padding-left: 21px;
}
.contact-form-wrapp-row {
	padding: 0px 2px;
}
.header-right-btn-wrapper .header-right-btn {
	font-size: 14px;
	padding: 3px 20px;
	margin-top: 6px;
	margin-bottom: 8px;
}
.contact-form-wrapp-row .form-contro-row {
	height: 34px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.header-right-top-bg .header-right-title-1 {
	font-size: 15px;
}

.contact-form-title-box .contact-form-sub-title p {
	font-size: 10px;
	line-height: 21px;
}
.contact-form-wrapp-row textarea.form-contro-row {
	height: 50px;
	font-size: 13px;
}
.submit-btn-wrapper {
	margin-top: 0px;
}
.header-left-banner-1 img {
	height: 644px;
}
.footer-section .container {
	padding: 0px 27px;
}
.footer-right-side {
	padding: 0px 2px;
}
.steps-section .container {
	padding: 0px 15px;
}
.steps-box-info .steps-title {
	font-size: 15px;
}
.awards-section .awards-img {
	max-width: 67%;
	margin: 0px auto;
}
.awards-section-1 .awards-box-img {
	padding: 0px 0px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
.footer-section .container {
	padding: 0px 0px;
}
.steps-section .container {
	max-width: 100%;
	padding: 0px 15px;
}
.awards-section .awards-img {
	max-width: 60%;
}
.awards-section-1 .awards-box-img {
	padding: 0px 12px;
}
.contact-form-wrapp-row textarea.form-contro-row {
	height: 50px;
}
.submit-btn-wrapper {
	margin-top: 0px;
}
.header-left-banner-1 img {
	width: 100%;
	height: 666px;
}
.nav_area > ul > li {
	padding: 7px 4px;
}
}
 @media only screen and (min-width: 1400px) and (max-width: 2500px) {
.mobile-menu.wrapper-menu {
	padding-right: 53px;
}
.nav_area ul li a {
	font-size: 26px;
}
.header-right-top-bg .header-right-title-1 {
	font-size: 31px;
}
.header-right-section .header-right-top-bg {
	padding: 53px 16px;
}
.header-right-btn-wrapper .header-right-btn {
	font-size: 26px;
}
.contact-form-wrapper .contact-form-title-box {
	padding: 9px 16px;
}
.contact-form-title-box .contact-form-title {
	font-size: 31px;
}
.contact-form-title-box .contact-form-sub-title p {
	font-size: 18px;
	line-height: 40px;
}
.form-group-p {
	font-size: 15px;
	margin-bottom: 11px;
}
.contact-form-wrapp-row .checkbox-group label {
	font-size: 15px;
}
.contact-form-wrapper {
	padding: 0px 25px;
}
.contact-form-wrapp-row textarea.form-contro-row {
	height: 151px;
}
.submit-btn-wrapper {
	margin-top: 18px;
}
}
