@font-face {
    font-family:'poppins-bold';
    src: url('fonts/poppins-bold.eot');
	src: url('fonts/poppins-bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/poppins-bold.woff2') format('woff2'),
		url('fonts/poppins-bold.woff') format('woff'),
		url('fonts/poppins-bold.svg#poppins-bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'poppins-italic';
    src: url('fonts/poppins-italic.eot');
	src: url('fonts/poppins-italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/poppins-italic.woff2') format('woff2'),
		url('fonts/poppins-italic.woff') format('woff'),
		url('fonts/poppins-italic.svg#poppins-italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'poppins-regular';
    src: url('fonts/poppins-regular.eot');
	src: url('fonts/poppins-regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/poppins-regular.woff2') format('woff2'),
		url('fonts/poppins-regular.woff') format('woff'),
		url('fonts/poppins-regular.svg#poppins-regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}


@font-face {
    font-family:'poppins-black';
    src: url('fonts/poppins-black.eot');
	src: url('fonts/poppins-black.eot?#iefix') format('embedded-opentype'),
		url('fonts/poppins-black.woff2') format('woff2'),
		url('fonts/poppins-black.woff') format('woff'),
		url('fonts/poppins-black.svg#poppins-black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'poppins-extrabold';
    src: url('fonts/poppins-extrabold.eot');
	src: url('fonts/poppins-extrabold.eot?#iefix') format('embedded-opentype'),
		url('fonts/poppins-extrabold.woff2') format('woff2'),
		url('fonts/poppins-extrabold.woff') format('woff'),
		url('fonts/poppins-extrabold.svg#poppins-extrabold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'poppins-extralight';
    src: url('fonts/poppins-extralight.eot');
	src: url('fonts/poppins-extralight.eot?#iefix') format('embedded-opentype'),
		url('fonts/poppins-extralight.woff2') format('woff2'),
		url('fonts/poppins-extralight.woff') format('woff'),
		url('fonts/poppins-extralight.svg#poppins-extralight') format('svg');
    font-weight: 275;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'poppins-light';
    src: url('fonts/poppins-light.eot');
	src: url('fonts/poppins-light.eot?#iefix') format('embedded-opentype'),
		url('fonts/poppins-light.woff2') format('woff2'),
		url('fonts/poppins-light.woff') format('woff'),
		url('fonts/poppins-light.svg#poppins-light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}


@font-face {
    font-family:'poppins-medium';
    src: url('fonts/poppins-medium.eot');
	src: url('fonts/poppins-medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/poppins-medium.woff2') format('woff2'),
		url('fonts/poppins-medium.woff') format('woff'),
		url('fonts/poppins-medium.svg#poppins-medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'poppins-semibold';
    src: url('fonts/poppins-semibold.eot');
	src: url('fonts/poppins-semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/poppins-semibold.woff2') format('woff2'),
		url('fonts/poppins-semibold.woff') format('woff'),
		url('fonts/poppins-semibold.svg#poppins-semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}


@font-face {
    font-family:'poppins-thin';
    src: url('fonts/poppins-thin.eot');
	src: url('fonts/poppins-thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/poppins-thin.woff2') format('woff2'),
		url('fonts/poppins-thin.woff') format('woff'),
		url('fonts/poppins-thin.svg#poppins-thin') format('svg');
    font-weight: 250;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}




* {
	margin: 0px;
	padding: 0px;
}

.wrap_grid {
	padding: 0px 10px;
	max-width: 1200px;
	margin: auto;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: poppins-regular;
}

body {
	line-height: 1;
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

button {
	outline: none !important;
}

a,
a:hover {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: inherit;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	max-width: 100%;
	display: block;
	cursor: pointer;
}

@media screen and (max-width: 1920px) {
	.wappear_right {
		margin: 0 0 0 auto;
		padding: 0 0 0 10px;
		max-width: 1560px;
		box-sizing: border-box;
		width: 100%;
	}
}

@media screen and (max-width: 1850px) {
	.wappear_right {
		max-width: 1520px;
	}
}

@media screen and (max-width: 1800px) {
	.wappear_right {
		max-width: 1500px;
	}
}

@media screen and (max-width: 1750px) {
	.wappear_right {
		max-width: 1470px;
	}
}

@media screen and (max-width: 1700px) {
	.wappear_right {
		max-width: 1450px;
	}
}

@media screen and (max-width: 1650px) {
	.wappear_right {
		max-width: 1420px;
	}
}

@media screen and (max-width: 1600px) {
	.wappear_right {
		max-width: 1400px;
	}
}

@media screen and (max-width: 1550px) {
	.wappear_right {
		max-width: 1370px;
	}
}

@media screen and (max-width: 1500px) {
	.wappear_right {
		max-width: 1350px;
	}
}

@media screen and (max-width: 1450px) {
	.wappear_right {
		max-width: 1320px;
	}
}

@media screen and (max-width: 1400px) {
	.wappear_right {
		max-width: 1270px;
	}
}

@media screen and (max-width: 1350px) {
	.wappear_right {
		max-width: 1270px;
	}
}

@media screen and (max-width: 1300px) {
	.wappear_right {
		max-width: 1230px;
	}
}

@media screen and (max-width: 1250px) {
	.wappear_right {
		max-width: 1190px;
	}
}

.header_section {
	width:100%;
	display:inline-block;
	margin:0 0 0px 0;
	padding:60px 0 20px 0;
	background:#fff;
}
.header_section .header_bottom {
	display:none;
}
.header_bottom_right {
	display:none;
}
.header_section .header_align {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.header_section .header_align .header_left {
	width:20%;
	margin:auto 0;
	display:inline-block;
}
.header_section .header_align .header_right {
	width:75%;
	margin:auto 0 auto auto;
	display:inline-block;
}



















#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	box-sizing: border-box;
}

#cssmenu:after,
#cssmenu ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto 0 auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#cssmenu ul li {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin:0;
}

#cssmenu ul li img {
	height:135px;
}


#cssmenu.align-center ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center ul li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right ul li {
	float: right;
}

#cssmenu ul>li>a {
	padding: 0px 0px;
    font-size: 17px;
    text-decoration: none;
    color: #000;
    margin: auto 40px auto 0;
    line-height: 1.5;
    letter-spacing: 0.3px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: 'poppins-regular';
}


/*
#cssmenu ul>li>a:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	left: 50%;
	bottom: -3px;
	background: #005278;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
}

#cssmenu ul>li>a:hover:after {
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
*/
#cssmenu ul>li:last-child {
	margin: 0;
}
#cssmenu ul>li:last-child a {
	margin: 0 0 0 0;
}

/*
#cssmenu ul>li:last-child a {
	margin: 0;
	background: #0E5980;
	color: #fff;
	font-family: 'montserrat_medium';
	padding: 10px 25px;
	letter-spacing: 0.1px;
	border-radius: 35px;
	font-size: 16px;
}
*/
#cssmenu ul>li:last-child a {
	margin: auto 0;
    padding: 8px 24px;
    border: 1px solid #000;
    font-weight: 600;
    border-radius: 7px;
}
#cssmenu ul>li:last-child a:after {
	content: inherit;
}

#cssmenu>ul {
	width: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#cssmenu .active {
	color: #2e2e2e;
	border-radius: 5px;
}

#cssmenu ul>li:hover>a,
#cssmenu>ul>li.has-sub:hover>a {
	color: #f97c00;
	font-weight:600;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 15px;
}

#cssmenu>ul>li.has-sub>a:hover {
	padding-right: 15px;
	color: #f97c00;
}
/*
#cssmenu ul>li:last-child a:hover {
	background: #FAA831;
	color: #fff;
}
*/

/*
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
    top: 22px;
    right: 8px;
    width: 14px;
    height: 7px;
    display: block;
    background: url(image/arrow_1.png)no-repeat;
    content: '';
}
*/
#cssmenu ul>li:last-child a:hover {
	border:1px solid #f97c00;
}
#cssmenu>ul>li.has-sub:hover>a:after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	background: none;
	z-index: 10;
	padding: 0;
	width: 245px;
	box-shadow: 0 2px 12px #2e2e2e26;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu li:hover>ul {
	left: auto;
}

#cssmenu.align-right li:hover>ul {
	left: auto;
	right: 0;
}

#cssmenu li:hover>ul>li {
	height: auto;
	width: 100%;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li {
	background: none;
}

#cssmenu ul ul li:nth-child(1) {
	padding: 0px 0 0 0;
}

#cssmenu ul ul ul li:nth-child(1) {
	padding: 0px 0 0 0;
}

#cssmenu ul ul li a {
	border-bottom: 0px solid rgba(150, 150, 150, 0.15);
	padding: 9px 10px 6px 10px;
	z-index: 100;
	text-align: left;
	margin-top: 0;
	width: 100%;
	line-height: 1.5;
	font-family: poppins-regular;
	letter-spacing: 0.5px;
	font-size: 15px;
	text-decoration: none;
	color: black;
	background: white;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: white;
	background: #0055a4;
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 15px;
	right: 7px;
	width: 14px;
	height: 7px;
	display: block;
	background: url(image/arrow_1.png)no-repeat;
	content: '';
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

#cssmenu.align-right ul ul li.has-sub>a:before {
	right: auto;
	left: 14px;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}


/*slider section*/

.slide-section {
	float: left;
	width: 100%;
	display: inline-block;
	margin: 0 0 40px 0;
    
}
#bootstrap-touch-slider {
	background: #f97c00;
}

.bs-slider {
	overflow: hidden;
	position: relative;
}

.mobile-slider {
	display: none;
}

.bs-slider:hover {
	cursor: -webkit-grab;
}

.bs-slider:active {
	cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
	margin: auto;
	width: 100% !important;
}


/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}

.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
	top: auto;
	position: relative;
}

.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #transparent;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	opacity: 1;
	font-weight: normal;
	background: transparent;
	border-radius: 100px;
}

.control-round .carousel-control {
	opacity: 0;
	-webkit-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

.control-round:hover .carousel-control {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

.control-round .carousel-control.left {
	left: 2%;
}

.control-round .carousel-control.right {
	right: 2%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
	color: #fdfdfd;
	/* background: rgba(0, 0, 0, 0.5);*/
	border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%;
}

.left {
	background: url(image/k21.png)no-repeat;
}

.fa-angle-left {
	background: url(image/k21.png)no-repeat !important;
	background-position: center;
	background-origin: content-box !important;
	height: 45px;
	width: 45px;
}

.fa-angle-left:hover {
	background: url('image/k21.png')no-repeat !important;
	background-position: center;
	background-origin: content-box !important;
	height: 45px;
	width: 45px;
}

.fa-angle-right {
	background: url(image/k21a.png)no-repeat !important;
	background-position: center;
	background-origin: content-box !important;
	height: 45px;
	width: 45px;
}

.fa-angle-right:hover {
	background: url('image/k21a.png')no-repeat !important;
	background-position: center;
	background-origin: content-box !important;
	height: 45px;
	width: 45px;
}


/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158, 158, 158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158, 158, 158);
	-webkit-font-smoothing: antialiased;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
	margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	background-color: #fff;
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.slide-section .fa-angle-left:before {
	content: initial !important;
}

.slide-section .fa-angle-right:before {
	content: initial !important;
}


/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
	text-align: left !important;
}

.slide_style_right {
	text-align: right !important;
}

.slide_style_center {
	text-align: center !important;
}

.slide-text {
	padding: 0px 10px;
	text-align: left !important;
	width: 100%;
	max-width: 1200px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	margin: auto;
}

.slide-text .banner_slider_section {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 50px 0 0 0;
}

.slide-text .banner_slider_section .banner_slider_left {
	width: 50%;
	display: inline-block;
	margin: auto 0;
}

.slide-text .banner_slider_section .banner_slider_right {
	width: 45%;
	display: inline-block;
	margin: auto 0 auto auto;
}

.slide-text img {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	margin: 0 0 0px 0;
}

.banner_mob {
	display: none !important;
}

img.banner_desk {
	width: 100% !important;
}

.slide_section {
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0 0 60px 0;
}


.slide-text .banner_slider_section .banner_slider_left h2 {
	font-size: 47px;
    font-family: 'poppins-bold';
    color: #fff;
    line-height: 1.5;
}

.slide-text .banner_slider_section .banner_slider_left h2 span {
	color: #FAA831;
	line-height: 1.4;
	font-size: 48px;
	display:block;
}

.slide-text .banner_slider_section .banner_slider_left button {
	margin: 45px 0 0 0;
    padding: 11px 27px;
    border: 2px solid #fff;
    border-radius: 5px;
    outline: none;
    position: relative;
    background: transparent;
    color: #fff;
    letter-spacing: 0.8px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 0.9px;
}

.slide-text .banner_slider_section .banner_slider_left button:hover {
	background:#fff;
	color:#F97C00;
	border: 2px solid #fff;
}

#bootstrap-touch-slider {
	position:relative;
}

.innoheal_brands_section {
	width:100%;
	display:inline-block;
	margin:120px 0;
	position:relative;
}
.innoheal_brands_section .innoheal_brands_align {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	width:100%;
	padding:0 0px;
}
.innoheal_brands_section .innoheal_brands_align .innoheal_brands_left {
	width:20%;
	display:inline-block;
	margin:auto 0;
}
.innoheal_brands_section .innoheal_brands_align .innoheal_brands_left h2.head_text {
	text-align:center;
}

.innoheal_brands_section .innoheal_brands_align .innoheal_brands_right {
	width:75%;
	display:inline-block;
	margin:auto 0 auto auto;
}
h1.head_text, h2.head_text {
	font-size: 41px;
    font-family: 'poppins-bold';
    line-height: 1.3;
}
.innoheal_brands_section .innoheal_brands_align .innoheal_brands_right ul {
	list-style:none;
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding:0 45px;
}

.innoheal_brands_section .innoheal_brands_align .innoheal_brands_right ul li {
	padding:15px 20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
height: 100%;
}
.innoheal_brands_section .innoheal_brands_align .innoheal_brands_right ul li span {
	    padding: 25px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 50px 10px 10px 10px;
    height: 100%;
}
.innoheal_brands_section .owl-stage, .owl-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.innoheal_brands_section .owl-prev {
	background: url(images/left-a.png)no-repeat !important;
    position: absolute !important;
    height: 35px !important;
    width: 35px !important;
    top: 50% !important;
    left: 0 !important;
	margin:0 !important;
    border: 0 !important;
    background-size: auto !important;
    background-position: center !important;
    -webkit-transform: translate(0, -50%) !important;
            transform: translate(0, -50%) !important;
}
.innoheal_brands_section .owl-next {
	background: url(images/right-a.png)no-repeat !important;
    position: absolute !important;
    height: 35px !important;
    width: 35px !important;
    top: 50% !important;
    right: 0 !important;
    border: 0 !important;
	margin:0 !important;
    background-size: auto !important;
    background-position: center !important;
    -webkit-transform: translate(0, -50%) !important;
            transform: translate(0, -50%) !important;
}
.innoheal_brands_section .owl-theme .owl-nav span {
	display:none;
}

.innoheal_about_section {
	width:100%;
	display:inline-block;
	margin:60px 0;
}
.innoheal_about_section .innoheal_about_align {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	width:100%;
}
.innoheal_about_section .innoheal_about_align .innoheal_about_left {
	display:inline-block;
	margin:auto 0;
	width:47.5%;
}
.innoheal_about_section .innoheal_about_align .innoheal_about_right {
	display:inline-block;
	margin:auto 0 auto auto;
	width:47.5%;
}
.innoheal_about_section .innoheal_about_align .innoheal_about_right h1.head_text, .innoheal_about_section .innoheal_about_align .innoheal_about_right h2.head_text {
	margin:0 0 25px 0;
}

.innoheal_about_section .innoheal_about_align .innoheal_about_right p {
	line-height:2.0;
	text-align:justify;
	color:#5B5B5B;
	font-family:poppins-regular;
	font-size:16px;
	margin:0 0 20px 0;
}
.innoheal_about_section .innoheal_about_align .innoheal_about_right p:last-child {
	margin:0;
}
.innoheal_about_section .innoheal_about_align .innoheal_about_right p.left {
	text-align:left;
}

.innoheal_ourproduct_section {
	width:100%;
	display:inline-block;
	margin:60px 0;
}
.innoheal_ourproduct_section h2.head_text {
	text-align:center;
	margin:0 0 70px 0;
}
.innoheal_ourproduct_section ul {
	list-style:none;
	width:100%;
	display:inline-block;
}
.innoheal_ourproduct_section ul li {
	width:100%;
	display:inline-block;
	margin:0 0 120px 0;
}
.innoheal_ourproduct_section ul li:last-child {
	margin:0;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box {
	width:100%;
	display:inline-block;
	position:relative;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_left {
	width:40%;
	display:inline-block;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right {
	    position: absolute;
    top: 50%;
    width: 88%;
    right: 0px;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    z-index: 20;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_left {
	width:18%;
	display:inline-block;
	margin:auto 0;
	
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right {
	width:77%;
	display:inline-block;
	margin:auto 0 auto auto;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_left img {
	width:100%;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_left h2 {
    font-size: 37px;
    font-family: 'poppins-bold';
    line-height: 1.3;
	color:#000;
	
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	padding:14px 15px;
height: 100%;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box {
box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
    border-radius: 84px 10px 10px 10px;
    display: inline-block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
     background: #fff;
    padding: 15px 15px 25px 15px;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
}

.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box img {
     border-radius: 70px 10px 10px 10px;
    border: 1px solid #f9f9f9;
}
.innoheal_ourproduct_section .owl-carousel .owl-stage { 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box h2 {
line-height: 1.3;
    font-size: 22px;
    font-family: 'poppins-bold';
    margin: 15px 0 15px 0;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box p {
	font-size:15px;
	line-height:1.5;
	color:#383838;
	margin:0 0 8px 0;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box p b {
	color:#000;
	font-family:poppins-bold;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box p:last-child {
	margin:0;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box select {
background: #F97C00;
    padding: 4px 13px;
    border: 0;
    outline: none;
    border-radius: 6px;
    color: #fff;
	font-size:15px;
}

.innoheal_ourproduct_section ul li:nth-child(even) .innoheal_ourproduct_box .innoheal_ourproduct_right {
	right:inherit;
	left:0;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
}
.innoheal_ourproduct_section ul li:nth-child(even) .innoheal_ourproduct_box .innoheal_ourproduct_left {
	float:right;
}
.innoheal_ourproduct_section ul li:nth-child(even) .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0 auto auto;
}
.innoheal_ourproduct_section ul li:nth-child(even) .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right {
	margin:auto 0;
}
.innoheal_ourproduct_section ul li:nth-child(even) .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_left {
    margin: auto 0 auto auto;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box {
	border-radius: 10px 84px 10px 10px;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box img {
    border-radius: 10px 70px 10px 10px;
}



.innoheal_ourproduct_section ul li .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    bottom: 23%;
    left: -30%;
}
.innoheal_ourproduct_section ul li .owl-theme .owl-nav span {
	display:none;
}
.innoheal_ourproduct_section ul li .owl-theme .owl-nav .owl-prev {
	height: 35px;
    width: 35px;
    background: url(images/pro-l.png)no-repeat !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
	margin:0 5px !important;
}
.innoheal_ourproduct_section ul li .owl-theme .owl-nav .owl-next {
	height: 35px;
    width: 35px;
    background: url(images/pro-r.png)no-repeat !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
	margin:0 5px !important;
}


.innoheal_ourproduct_section ul li:nth-child(even) .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_left h2 {
	    -moz-text-align-last: right;
	         text-align-last: right;
    text-align: end;
}

.innoheal_ourproduct_section ul li:nth-child(even) .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    bottom: 23%;
	left:inherit;
    right: -30%;
}









.innoheal_whydoctor_section {
	margin:60px 0;
	display:inline-block;
	width:100%;
}
.innoheal_whydoctor_section .innoheal_whydoctor_align {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	width:100%;
}
.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_left {
	width:50%;
	display:inline-block;
	margin:auto 0;
}
.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_right {
	width:45%;
	display:inline-block;
	margin:auto 0 auto auto;
}
.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_left h2.head_text {
	margin:0 0 20px 0;
}

.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_left p {
	color:#5B5B5B;
	font-family:poppins-regular;
	line-height:2.0;
	font-size:16px;
}
.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_left ul {
	    list-style: none;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2,50%);
}
.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_left ul li {
	margin:25px 0 0 0;
	display:inline-block;
	width:100%;
}

.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_left ul li:nth-child(odd) {
padding:0 15px 0 0;
}
.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_left ul li:nth-child(even) {
padding:0 0 0 15px;
}
	
.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_left ul li span:nth-child(1) {
	float:left;
	width:15%;
	display:inline-block;
}
.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_left ul li span:nth-child(2) {
	float:right;
	width:81%;
	display:inline-block;
}
.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_left ul li span:nth-child(2) h4 {
font-size: 19px;
    line-height: 1.5;
    color: #F97C00;
    font-family: 'poppins-bold';
    margin: 0 0 10px 0;
}
.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_left ul li span:nth-child(2) p {
	line-height:1.7;
}

.innoheal_customer_section {
	margin:60px 0 175px 0;
	display:inline-block;
	width:100%;
}
.innoheal_customer_section .wrap_customer {
	position:relative;
	display:inline-block;
	width:88%;
	float:left;
	
}
.innoheal_customer_section .wrap_customer ul {
	list-style:none;
	display:inline-block;	
}
.innoheal_customer_section .wrap_customer ul li {
	display:inline-block;
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:fit-content;
}
.innoheal_customer_section .wrap_customer ul li span:nth-child(2) {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 22px;
	background:#f97c00;
}

.innoheal_customer_section .wrap_customer ul li:hover span:nth-child(2) {
	background:#fff;
}
.innoheal_customer_section .wrap_customer ul li span:nth-child(1) {
	display:inline-block;
}
.innoheal_customer_section .wrap_customer ul li span:nth-child(1) h4, .innoheal_customer_section .wrap_customer ul li span:nth-child(1) h4 span {
	font-size: 40px;
    font-family: 'poppins-bold';
	margin:0 !important;
}
.innoheal_customer_section .wrap_customer ul li span:nth-child(1) p {
	line-height: 2.0;
    font-family: 'poppins-medium';
    color: #000000;
    font-size: 20px;
}
.innoheal_customer_section .wrap_customer ul li .customer_box {
	width:188px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.innoheal_customer_section .wrap_customer ul li span:nth-child(2) img {
	margin:auto;
}
.innoheal_customer_section .wrap_customer ul li:nth-child(odd) span:nth-child(1) {
	margin: 0 0 35px 0;
}
.innoheal_customer_section .wrap_customer ul li:nth-child(even) span:nth-child(2) {
	margin:0 0 35px 0;
}
.innoheal_customer_section .wrap_customer ul li:nth-child(even) .customer_box {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: reverse;
	        -ms-flex-direction: column-reverse;
	            flex-direction: column-reverse;
}
.innoheal_customer_section .wrap_customer ul li:nth-child(1) {
    position: absolute;
    bottom: 4%;
    left: 17%;
-webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
}
.innoheal_customer_section .wrap_customer ul li:nth-child(2) {
	position: absolute;
    bottom: 14%;
    left: 48%;
    -webkit-transform: translate(0px, -5%);
            transform: translate(0px, -5%);
}
.innoheal_customer_section .wrap_customer ul li:nth-child(3) {
	    position: absolute;
    top: -34%;
    right: 8%;
-webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
}
.innoheal_customer_section .wrap_customer ul li:nth-child(4) {
    position: absolute;
    bottom: -29%;
    right: 3%;
-webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
}
.innoheal_customer_section h2.head_text {
	margin:0 0 100px 0;
}

.innoheal_clientssay_section {
	margin:60px 0;
	display:inline-block;
	width:100%;
}
.innoheal_clientssay_section h2.head_text {
	margin:0 0 70px 0;
	text-align:center;
}
.innoheal_clientssay_section ul {
	list-style:none;
	width:100%;
}
.innoheal_clientssay_section ul li {
	padding:20px 20px;
	display:inline-block;
	width:100%;
}
.innoheal_clientssay_section ul li .innoheal_box {
	width:100%;
	display:inline-block;
	position:relative;
	padding:30px 0;
}
.innoheal_clientssay_section ul li .innoheal_box:before {
	content: '';
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 10px 10px 100px 10px;
    top: 0;
    left: 37px;
    right: 0;
    bottom: 0;
    position: absolute;
}
.innoheal_clientssay_section ul li .innoheal_box p {
	    text-align: center;
    color: #5B5B5B;
    font-family: poppins-regular;
    line-height: 1.9;
    padding: 30px 20px 0 65px;
}
.innoheal_clientssay_section ul li .innoheal_box .pro_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	margin:50px 0 0 0;
}
.innoheal_clientssay_section ul li .innoheal_box .pro_box span:nth-child(1) {
	width:25%;
	margin:auto 0;
}
.innoheal_clientssay_section ul li .innoheal_box .pro_box span:nth-child(2) {
	width:70%;
	margin:auto 0 auto auto;
}
.innoheal_clientssay_section ul li .innoheal_box .pro_box span:nth-child(2) p {
	font-family:poppins-bold;
	font-size:22px;
	text-align:left;
	padding:0;
	
}
.innoheal_clientssay_section .wrap_grid {
	max-width:1240px;
}


.innoheal_faq_section {
	display:inline-block;
	margin:60px 0;
	width:100%;
}
.innoheal_faq_section h2.head_text {
	text-align:center;
	margin:0 0 70px 0;
}
.innoheal_faq_section ul {
	list-style:none;
	width:100%;
}
.innoheal_faq_section ul.left {
	float:left;
	width:48%;
}
.innoheal_faq_section ul.right {
	float:right;
	width:48%;
}
.innoheal_faq_section ul li {
	    width: 100%;
    display: inline-block;
    margin: 0 0 30px 0;
    background: #fff;
    padding: 30px 30px;
    border-radius: 10px 10px 10px 55px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.innoheal_faq_section ul li:last-child {
	margin:0;
}
.innoheal_faq_section ul li .faq_head h4 {
	color:#000000;
	font-size:20px;
	line-height:1.5;
	font-family:poppins-semibold;
	position:relative;
	padding:0 30px 0 0;
	position:relative;
	cursor:pointer;
}
.innoheal_faq_section ul li .faq_head h4:before {
	content: '';
    position: absolute;
    background: url(images/faq.png)no-repeat;
    height: 10px;
    width: 17px;
    background-size: contain;
    background-position: center;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
}
.faq_content p {
	line-height:1.7;
	color:#fff;
	text-align:left;
	font-family:poppins-regular;
	margin:20px 0 45px 0;
}
.innoheal_faq_section ul li.faq_open {
    border-radius: 10px 10px 10px 90px;
	 background: #f97c00;
}
.innoheal_faq_section ul li.faq_open .faq_head h4 {
	color:#fff;
}


.innoheal_faq_section ul li.faq_open .faq_head h4 {
	padding:0 20px 20px 0;
}
.faq_content {
	display:none;
}
.innoheal_faq_section ul li.faq_open .faq_head h4:before {
	-webkit-filter:brightness(0) invert(1);
	        filter:brightness(0) invert(1);
}
.innoheal_mapsection {
	width:100%;
	display:inline-block;
	margin:60px 0;
}

.innoheal_getintouch {
	width:100%;
	display:inline-block;
	margin:60px 0;
}
.innoheal_getintouch .innoheal_getintouch_align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 100px 0 0;
}

.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_left {
	width:40%;
	display:inline-block;
	    margin: auto 0;
}
.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_right {
	width:47%;
	display:inline-block;
	margin:0 0 auto auto;
}
.innoheal_getintouch h2.head_text {
	margin:0 0 25px 0;
}

.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_left p {
	color:#000000;
	line-height:2.0;
	font-size:18px;
	font-family:poppins-regular;
}
.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_left ul {
	list-style:none;
	width:100%;
	display:inline-block;
	margin:30px 0 0 0;
}
.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_left ul li {
	width:100%;
	display:inline-block;
	margin:0 0 30px 0;
	padding:0 0 0 45px;
	font-size:18px;
	line-height:1.7;
	position:relative;
}
.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_left ul li:last-child {
	margin:0;
}
.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_left ul li:before {
	content: '';
    position: absolute;
    background: url(images/MapPin.png)no-repeat;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0;
    background-size: contain !important;
    background-position: top left !important;
}
.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_left ul li.mail:before {
	background: url(images/email.png)no-repeat;
}
.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_left ul li.phone:before {
	background: url(images/phone.png)no-repeat;
}
.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_left ul li.address:before {
	background: url(images/MapPin.png)no-repeat;
}

.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_right form {
background: #F97C00;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 107px 10px 10px 10px;
    display: inline-block;
    padding: 80px 50px 50px 50px;
}

.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_right form h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'poppins-semibold';
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0 0 30px 0;
}
.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_right form input[type="text"] {
    width: 100%;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
	outline:none;
    border-radius: 6px;
    background: #F3F3F3;
    color: #000;
    font-family: 'poppins-medium';
    margin: 0 0 25px 0;
}
.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_right form textarea {
    width: 100%;
    display: inline-block;
    padding: 15px 15px;
    border: 0;
	outline:none;
    border-radius: 6px;
    background: #F3F3F3;
    color: #000;
	height:90px;
    font-family: 'poppins-medium';
    margin: 0 0 25px 0;
}
.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_right form button {
	padding: 14px 60px 14px 20px;
    border: 0;
    outline: none;
    color: #F97C00;
    font-family: 'poppins-bold';
    background: #fff;
    border-radius: 6px;
    position: relative;
    font-size: 18px;
}
.innoheal_getintouch .innoheal_getintouch_align .innoheal_getintouch_right form button:before {
	content: '';
    position: absolute;
    background: url(images/form.png)no-repeat;
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    right: 20px;
}

.footer_section {
	margin:60px 0 0 0;
	display:inline-block;
	width:100%;
}
.footer_section .footer_align {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	width:100%;
	position:relative;
}
.footer_section .footer_align:before {
	    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 3px;
    background: #000;
    left: 36%;
}


.footer_section .footer_align .footer_left {
	width:25%;
	display:inline-block;
	margin:0 0 0 0;
}
.footer_section .footer_align .footer_right {
	width: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.footer_section .footer_align .footer_left img {
	margin:0 0 20px 0;
}
.footer_section .footer_align .footer_left p {
	font-family:poppins-regular;
	color:#000;
	line-height:2.0;
}
.footer_section .footer_align .footer_left button {
	    position: relative;
    background: #F97C00;
    border: 0;
    outline: none;
    padding: 12px 45px 12px 60px;
    font-size: 21px;
    font-family: 'poppins-bold';
    letter-spacing: 0.7px;
    color: #fff;
    border-radius: 8px 8px 45px 8px;
    margin: 25px 0 0 0;
}
.footer_section .footer_align .footer_left button:before {
	content: '';
    position: absolute;
    background: url(images/foot-btn.png)no-repeat;
    height: 30px;
    width: 29px;
    top: 50%;
    left: 16px;
    background-size: contain;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    background-position: center;
}
.footer_section .footer_align .footer_right .footer_1 {
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:fit-content;
	margin:0;
}
.footer_section .footer_align .footer_right .footer_2 {
	width:59%;
	margin:0 0 0 auto;
}
.footer_section .footer_align .footer_right h4 {
	font-family:poppins-bold;
	font-size:30px;
	line-height:1.5;
	margin:0 0 30px 0;
}
.footer_section .footer_align .footer_right ul {
	list-style:none;
}
.footer_section .footer_align .footer_right ul li {
	line-height:1.7;
	margin:0 0 12px 0;
	color:#000;
	font-family:poppins-regular;
}
.footer_section .footer_align .footer_right ul li:last-child {
	margin:0;
}
.footer_section .footer_align .footer_right p {
	font-family:poppins-regular;
	color:#000;
	line-height:2.0;
}
.footer_section .footer_align .footer_right form {
	margin:20px 0 42px 0;
	display:inline-block;
	width:100%;
	position:relative;
	box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
}
.footer_section .footer_align .footer_right form input {
	    width: 100%;
    padding: 6px 15px;
    border: 0;
    outline: none;
    background: #F3F3F3;
    border-radius: 6px;
}
.footer_section .footer_align .footer_right form button {
	background: url(images/form.png)no-repeat;
    border: 0;
    height: 32px;
    width: 32px;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    right: 10px;
}
.footer_section .footer_align .footer_right .footer_2 ul {
	list-style:none;
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:fit-content;
}
.footer_section .footer_align .footer_right .footer_2 ul li {
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:fit-content;
	float:left;
	margin:0 30px 0 0 ;
}
.footer_section .footer_align .footer_right .footer_2 ul li:last-child {
	margin:0;
}
.footer_section .footer_align .footer_right .footer_2 ul li img {
	height:28px;
}
.copy_text {
	width:100%;
	display:inline-block;
}
.copy_text p {
	color:#000;
	font-family:poppins-semibold;
	font-size:18px;
	line-height:1.5;
	padding:17px 0;
	border-top:1px solid #000;
	text-align:center;
	margin:45px 0 0 0;
}
.innoheal_clientssay_section .owl-theme .owl-nav.disabled+.owl-dots {
	text-align:center;
}
.innoheal_clientssay_section .owl-theme .owl-dots .owl-dot.active span, .innoheal_clientssay_section .owl-theme .owl-dots .owl-dot:hover span {
    background: #f97c00;
    border: 0;
}
.innoheal_clientssay_section .owl-theme .owl-dots .owl-dot {
    background: #f97c0099;
}
.innoheal_clientssay_section .owl-theme .owl-dots .owl-dot {
    margin: 0 8px !important;
}

.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box:hover {
	background: #f97c00;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box:hover h2, .innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box:hover p {
	color:#fff;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box select {
 background: #F97C00 url('images/select1.png') no-repeat scroll calc(81% + 14px) center/12px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width:auto;
}	
	
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box:hover select {
	 background: #fff url('images/select.png') no-repeat scroll calc(81% + 14px) center/12px auto;
	color:#F97C00;
}

.navbar-fixed {
	position: fixed;
	top: -($nav-height);
	width: 100%;
	z-index: 999;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 2px 12px #2e2e2e1f;
}

.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box:hover p b {
	color:#fff;
}
.innoheal_about_section .innoheal_about_align .innoheal_about_right p.left {
	margin:0 0 7px 0;
}


.result_align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.result_align .result {
	margin:auto auto auto 20px;
}
.result_align .result .hide1:after {
	content:' Pack'
}

.result_align select {
	width:65px;
}
.result_align select {
    width: 95px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    padding: 10px 30px 10px 17px !important;
}

.hide1 {
	display:none;
	color:#000;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box:hover .hide1 {
	color:#fff;
}

.morecontent span {
	display: none;
}
.morelink {
	color:#f97c00;
	font-weight:600;
}
.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box:hover .morelink {
	color:#fff;
	
}
 .comment {
    font-size: 15px;
    line-height: 1.5;
    color: #383838;
    margin: 0 0 8px 0;
}
.readall-button, .moreless-button {
background: none;
    border: 0;
    color: #f97c00;
    font-weight: 600;
    font-family: 'poppins-bold';
    letter-spacing: 0.5px;
}

.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box:hover .readall-button, .innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box:hover .comment, .innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box:hover .moreless-button {
	color:#fff;
}
.innoheal_about_section .innoheal_about_align .innoheal_about_right ul {
	list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(1,100%);
}
.innoheal_about_section .innoheal_about_align .innoheal_about_right ul li {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:20px 0 0 0;
	
	        align-items:flex-start;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.innoheal_about_section .innoheal_about_align .innoheal_about_right ul li:nth-child(odd) {
	padding:0 0px 0 0;
}
.innoheal_about_section .innoheal_about_align .innoheal_about_right ul li:nth-child(even) {
	padding:0 0 0 0px;
}
.innoheal_about_section .innoheal_about_align .innoheal_about_right ul li span:nth-child(1) {
	width:10%;
	display:inline-block;
	margin:0 0;
}
.innoheal_about_section .innoheal_about_align .innoheal_about_right ul li span:nth-child(2) {
	width:85%;
	display:inline-block;
	margin:0 0 auto auto;
}
.innoheal_about_section .innoheal_about_align .innoheal_about_right ul li span:nth-child(2) h4 {
	font-size: 22px;
    line-height: 1.5;
    color: #F97C00;
    font-family: 'poppins-bold';
    margin: 0 0 0px 0;
}
.innoheal_about_section .innoheal_about_align .innoheal_about_right ul li span:nth-child(2) p {
    color: #5B5B5B;
    font-family: poppins-regular;
    line-height: 1.8;
    font-size: 16px;
	text-align:left;
	margin:0;
}

.g-recaptcha {
	display:inline-block;
	margin:0 0 30px 0;
	width:100%;
}

.page_text {
	display:inline-block;
	width:100%;
	min-height:450px;
	margin:60px 0;
}
.page_text h1 {
font-size: 41px;
    font-family: 'poppins-bold';
    line-height: 1.3;
	text-align:center;
	margin:0 0 40px 0;
}
.page_text p, .page_text h6 {
    line-height: 2.0;
    text-align: justify;
    color: #5B5B5B;
    font-family: poppins-regular;
    font-size: 16px;
    margin: 0 0 10px 0;
}


.innoheal_brands_section .innoheal_brands_align .innoheal_brands_right ul li span {
    width: 100%;
}
.innoheal_brands_section .innoheal_brands_align .innoheal_brands_right ul li span img {
	width:100%;
}
.innoheal_brands_section .innoheal_brands_align .innoheal_brands_right ul li {
	width:100%;
}

.innoheal_customer_section .wrap_customer ul li .customer_box {
    width: 207px;
}
.innoheal_customer_section .wrap_customer ul li span:nth-child(1) {
	width:100%;
}
.innoheal_customer_section .wrap_customer ul li span:nth-child(1) h4, .innoheal_customer_section .wrap_customer ul li span:nth-child(1) h4 span {
	width:auto;
}
.innoheal_clientssay_section ul li .innoheal_box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.innoheal_clientssay_section .owl-carousel.owl-drag .owl-item, .innoheal_clientssay_section .owl-carousel .owl-stage, .innoheal_clientssay_section ul li {
	display:flex;
}
.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_left button {
	    padding: 14px 60px 14px 20px;
    border: 0;
    outline: none;
    color: #fff;
    font-family: 'poppins-bold';
    background: #F97C00;
    border-radius: 6px;
    position: relative;
    font-size: 18px;
	margin:35px 0 0 0;
}
.innoheal_whydoctor_section .innoheal_whydoctor_align .innoheal_whydoctor_left button:before {
content: '';
    position: absolute;
    background: #fff url(images/brow.png)no-repeat;
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    right: 20px;
	border-radius:4px;
	
}



.moretext {
  display: none;
}

.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box {
    display: flex;
    align-items: stretch;
}
.result_align {
   align-items: center;
    margin: auto auto 0 0;
    padding: 10px 0 0 0;
}

.innoheal_ourproduct_section ul li .innoheal_ourproduct_box .innoheal_ourproduct_right .innohealourproduct_right .innohealourproduct_box .innohealourproduct_content .innoheal_box img {
	width:100%;
}

.footer_section .footer_align .footer_right ul li {
	cursor:pointer;
}

