::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/* @font-face {
font-family: 'Satoshi-Regular';
src: url('../fonts/Satoshi-Regular.eot');
src: url('../fonts/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/Satoshi-Regular.woff2') format('woff2'),
url('../fonts/Satoshi-Regular.woff') format('woff'),
url('../fonts/Satoshi-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
} */
@font-face {
	font-family: 'Helvetica Now Text';
	src: url('../fonts/HelveticaNowText-Light.eot');
	src: url('../fonts/HelveticaNowText-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNowText-Light.woff2') format('woff2'),
		url('../fonts/HelveticaNowText-Light.woff') format('woff'),
		url('../fonts/HelveticaNowText-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Now Text';
	src: url('../fonts/HelveticaNowText-Regular.eot');
	src: url('../fonts/HelveticaNowText-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNowText-Regular.woff2') format('woff2'),
		url('../fonts/HelveticaNowText-Regular.woff') format('woff'),
		url('../fonts/HelveticaNowText-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Now Text';
	src: url('../fonts/HelveticaNowText-Medium.eot');
	src: url('../fonts/HelveticaNowText-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNowText-Medium.woff2') format('woff2'),
		url('../fonts/HelveticaNowText-Medium.woff') format('woff'),
		url('../fonts/HelveticaNowText-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Now Text';
	src: url('../fonts/HelveticaNowText-Bold.eot');
	src: url('../fonts/HelveticaNowText-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNowText-Bold.woff2') format('woff2'),
		url('../fonts/HelveticaNowText-Bold.woff') format('woff'),
		url('../fonts/HelveticaNowText-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}



* {
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	font-family: 'Helvetica Now Text' !important;
}

body {
	background: #fff;
	font-size: 100%;
	color: #fff;
	line-height: 100%;
	font-style: normal;
	font-weight: 400;
	font-family: 'Helvetica Now Text' !important;
	overflow: hidden !important;
	/*     padding-top: 125px; */
}

html {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

html,
html a,
body {
	-webkit-font-smoothing: antialiased;
}

.admin-bar form#adminbarsearch {
	display: none;
}

.text-wrap,
.img-wrap,
section {
	float: left;
	width: 100%;
}

.inner-contener > .elementor-container, 
.elementor > .elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 1600px !important;
	padding: 0px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100% !important;
}

#elementor-add-new-section {
	width: 100%;
}

section ul {
	width: 100%;
	float: left;
}

.elementor-element-overlay ul {
	width: auto;
}

.elementor,
.elementor-section-wrap,
.elementor-location-footer,
.force-stretched-header,
.footer-width-fixer {
	width: 100%;
	float: left;
}
.force-stretched-header{
	display:none;
}
 
.default-wrapper {
	padding: 80px 0;
}
.default-wrapper header {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.default-wrapper h2.entry-title,
.default-wrapper p{
	margin-bottom: 15px;
}
.default-wrapper h2.entry-title:last-child {
	margin-bottom: 0px;
}
article {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
article:last-child {
	margin-bottom: 0px;
}
.entry-summary {
	width: 100%;
	float: left;
}
.entry-summary > a {
	margin-bottom: 15px;
	float: left;
}
.entry-summary > a:last-child{
	margin-bottom: 0px;
}

a {
	-webkit-transition: all .25s ease 0s;
	transition: all .25s ease 0s;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	color: #404f63;
}

a:hover,
a:focus {
	color: #5bb947;
	text-decoration: none;
}

ol,
ul {
	list-style: none;
	margin: 0;
}

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

button {
	cursor: pointer;
	border: none;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

input[type=checkbox] {
	vertical-align: top;
}

input[type=radio] {
	height: auto;
	vertical-align: top;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	appearance: none;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: #666;
}

:-ms-input-placeholder {
	color: #666;
}

::placeholder {
	color: #666;
	opacity: 0.4 !important;
}

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

td {
	vertical-align: top;
}

img {
	border: 0 none;
	max-width: 100%;
	height: auto;
}

.relative {
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	color: #252525 !important;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	font-weight: 400;
	line-height: 120%;
	font-family: 'Helvetica Now Text' !important;
}
/* .elementor-heading-title {
line-height: 120% !important;
} */
h1 , .text-slider .premium-fancy-list-items {
	font-size: 64px;
	line-height: 120%;
	color: #2C2C2C !important;
	font-weight: 400 !important;
	line-height: 130% !important;
	text-transform: capitalize;
	text-align: left;
}

h2 {
	/* 	font-weight: 700 !important;
	font-size: 56px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize; */
}

h3 {
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;

	font-weight: 500 !important;
}
.blog-content h3 a {
	font-size: 24px;
	color:#1E1E1E;
}

h4 {
	color: #2c2c2c !important;
	font-size: 22px;
	font-style: normal;
	line-height: 150%;
	font-weight: 400 !important;
}

h5{

	font-size: 20px;
	font-style: normal;
	line-height:  160% ;
	font-weight: 500 !important;
}


.h5 h5{
	color: #3B904C !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal !important;
	text-transform: uppercase;
}

.opacity0_8 {
	opacity:0.8;
}
.color2 h5{
	opacity:0.8;
	color: #252525 !important;
}
.green {
	color: #3B904C !important;   
	font-weight: 500;
}
p {
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height:  150% ;
	font-weight: 400;
}
b,
strong {
	font-family: 'Helvetica Now Text';
	font-weight: 600 !important;
}

.btn-wrap a.elementor-button,
.gform_footer input[type=submit],
.anwp-pg-wrap .btn {
	height: 54px;
	line-height: 54px !important;
	min-height: initial !important;
	display: inline-block !important;
	width: auto !important;
	padding: 0 65px 0px 30px;
	font-family: 'Helvetica Now Text';
	font-weight: 400;
	font-size: 20px !important;
	text-transform: capitalize;
	border: 1px solid #083698;
	background: #083698;
	color: #fff;
	border-radius: 30px;
	position: relative;
	overflow: hidden; 
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none !important;
}
.btn-wrap a.elementor-button:hover,
.btn-wrap a.elementor-button:focus,
.gform_footer input[type=submit]:hover,
.gform_footer input[type=submit]:focus,
.anwp-pg-wrap .btn:hover,
.anwp-pg-wrap .btn:focus {
	background-color: transparent !important;
	color: #083698 !important;

}

.ehf-header #masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	z-index: 999;
}
.header-wrapper{
	padding: 15px 0;
}
.header-wrapper .hfe-nav-menu {
	width: 100%;
	float: right;
	align-items: center;
}
.header-wrapper .elementor-section .elementor-container{
	justify-content: space-between;
	align-items: center;
}
.header-wrapper .hfe-nav-menu ul li:first-child {
	padding-left: 0px;
}
.header-wrapper .hfe-nav-menu ul li , .header-wrapper .premium-nav-hor ul li {
	padding-left: 50px;
}
.header-wrapper .elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover, 
.header-wrapper .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover, 
.header-wrapper .elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item, 
.header-wrapper .elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted, 
.header-wrapper .elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus ,
.premium-nav-menu-item .premium-menu-link{
	color: #3B904C !important;
}
.header-wrapper .hfe-nav-menu ul li a , .header-wrapper .premium-nav-hor ul li a  {
	padding: 8px 0 !important;
	color: #2C2C2C !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	text-transform:capitalize;
	cursor: pointer !important;
}

.remium-mobile-menu-outer-container .remium-vertical-toggle-open .premium-nav-hor ul li:last-child a {
	padding: 8px 0 30px !important;
}
.header-wrapper .hfe-nav-menu .hfe-nav-menu__toggle {
	margin: 0;
	float: right;
}
.header-wrapper .hfe-nav-menu .hfe-nav-menu-icon {
	padding: 2px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hfe-nav-menu-icon svg {
	width: 100%;
	height: 100%;
	line-height: initial;
	font-size: initial;
}
.header-wrapper.sticky{
	background: linear-gradient(146deg, #E5EBF0 -49.83%, #E8F1EB 105.4%);
}
.header-wrapper .logo-box{
	width: auto !important;
	float: left;
}
.header-wrapper .logo-box .elementor-widget-image {
	width: 100%;
}
.header-wrapper .logo-box img {
	max-width: 140px;
	width: 100%;
}
.header-wrapper .menu-box{
	width: auto !important;
	float: right;
}

.notfound-content{
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}
.error404 .notfound-content h1{
	color: #000000;
}
.error404 .notfound-content h3 {
	margin: 20px 0;
}
body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}
body .gform_wrapper {
	margin: 0px 0;
}
body .gform_wrapper form {
	width: 100%;
	float: left;
}
body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}
body .gform_wrapper .gf_progressbar_wrapper{
	display: none;
}
body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 10px !important;
	margin: 0 0px 30px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}
body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: 'Helvetica Now Text';
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
}
body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}
body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}
body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 210px !important;
	border-radius: 20px !important;
}
body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}
body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, 
body .gform_wrapper li.gfield_error ul.gfield_checkbox, 
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: 'Helvetica Now Text';
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}
body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}
body .gform_body input::placeholder,
body .gform_body textarea::placeholder {
    color: #1E1E1E !important;
    opacity: 1 !important;
}
 body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body .gform_body input[type=file],
body select,
body textarea {
	width: 100% !important;
	border: 0px solid rgb(155 155 155 / 70%) !important;
	border-radius: 16px !important;
	padding: 15px 20px !important;
	color: #000000 !important;
	box-shadow: none;
	font-family: 'Helvetica Now Text';
	height: auto !important;
	font-weight: 300;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 18px !important;
	margin: 0 !important;
	background-color: #356AD91A !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}
body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}
body .gform_wrapper textarea.small {
	height: 80px;
}
body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}
.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}

/*  footer  */

.white0_8 h5 , .copyright-text  span  , .f-menu a.hfe-menu-item{
	opacity:0.8;
	color:#FEFEFE !important;
	text-transform:capitalize;
	font-weight:400 !important;
	font-size: 20px;
	line-height:normal;
}
.footer_about .f-menu .menu-item a.hfe-menu-item{
	width:100% !important;
	padding:0px !important;
	padding-bottom:24px !important;		
	line-height:normal;
}
.footer_about ul li{
	width:100% !important;
}
.footer_about .f-menu .menu-item:last-child a.hfe-menu-item {
	padding-bottom:0px !important;
}
.footer_menu  .f-menu .menu-item a.hfe-menu-item {
	padding:0px 0px 0px 40px !important;
}

/*  btn   */
.btn-wrap  .elementor-button-text{
	position:relative;
}
.btn-wrap  .elementor-button-text::before{
	content:"";
	position:absolute;
	width:24px;
	height:24px;
	background-image: url("../images/btn_arrow.svg");
	background-repeat:no-repeat;
	background-size:contain;
	right:-40px;
	top:30%;
}
.btn-wrap a:hover  .elementor-button-text::before{
	background-image: url("/../wp-content/uploads/2026/02/Arrow-Right.png");
}

.btn-wrap.btn1  a:hover  .elementor-button-text::before{
	background-image: url("../images/btn_arrow.svg");	
}
.btn-wrap.btn1 .elementor-button-text::before{
	background-image: url("../images/green_arrow.svg");
}
.btn-wrap.btn1 a {
	color: #3B904C !important; 
	background:transparent !important;
	border-radius: 40px;
	border: 1px solid #3B904C;
	text-decoration: none !important;
}
.btn-wrap.btn1 a:hover{
	color: #fff !important; 
	background:#3B904C !important;
}
.btn-wrap.animate-btn a:hover{
	/* 	padding:0px 40px 0px 0px !important; */
}
.btn-wrap.animate-btn{
	transition:all 0.6s !important;
}

/* mega menu   */
.Product-dropdown .h5 h5{
	color:#fff !important;
	margin-bottom:21px;
	text-transform:capitalize;
}
.Product-dropdown  .elementor-icon-list-item{
	padding:0px 0px 24px 0px !important;
	margin-top:0px !important;
}
.Product-dropdown .dropdown-list  .elementor-icon-list-item:last-child{
	padding-bottom:0px !important;
}
.dropdown-list .elementor-icon-list-text {
	color: #FFF;
	text-edge: cap;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}
.Product-dropdown > div.elementor-container{
	align-items:start !important;
	gap:0px;
}
.premium-menu-link .premium-dropdown-icon{
	display:none;
}
.header-wrapper .premium-mega-content-container{
	top:74px !important;
}
.premium-mobile-menu .premium-main-mobile-menu .premium-main-nav-menu a{
	padding: 10px 0px !important;
}

.Product-dropdown .elementor-icon-list-items li a{
	padding: 10px 0px !important;
}

.Product-dropdown .elementor-icon-list-item {
	padding-bottom: 0px !important;
}
.premium-mega-content-container{
	/* 	opacity: 1 !important;
	visibility: visible !important; */
	width: 1085px;
}
.home-product-section, .counter-sec, .home-certificate, .home-brands, .upcoming-event-sec, .global-presence, .home-orthopedic-sec, .overview-ban, .leader-ban, .tech-ban, .oem-ban, .research-ban, .contact-ban, .products-info, .academy-ban, .career-ban {
    padding: 100px 0px 100px 0px !important;
}
/*  hero section */
.hero-slider .swiper-slide{
	background:#fff;
	border-radius:100%;
	width:200px !important;
	height:200px !important;
}
.hero-sec {
	background:url("../images/Hero-baner-video.mp4");
}
.hero-sec  h4{
	margin-top: 20px;
	opacity:0.8;
}
.hero-sec  .btn-wrap {
	margin-block: 38px 70px;
}
.hero-slider{
	max-width:416px;
}
.swiper-slide-inner {
	display:flex;
	height:100%;
	justify-content:center;
	align-items:center;
}
.hero-animat-slider .swiper-wrapper{
	align-items:flex-end !important;
}

/*  our product range */
.home-product-sec  .home-product img,
.product-image img{
	filter: grayscale(80%);
}
.home-product-section h5{
	font-weight:400 !important
}
.home-product-section h4{
	color:#000 !important;
}
.home-product-sec .home-product:hover img,
.product-image:hover img{
	filter: grayscale(0%);
}
.home-product-section h2{
	margin-bottom:20px !important;
}
.mt75{
	margin-top:75px;
}
/*  our Orthopedic   */

.home-orthopedic-inner  .home-ortho-recover:hover  .elementor-icon-box-title {
	color:#3B904C !important;
}
.home-orthopedic-inner  .elementor-icon-box-icon{
	opacity:0.5;
}
.home-orthopedic-inner  .home-ortho-recover:hover  .elementor-icon-box-icon{
	opacity:0.8;
}

.hidden-element-1 ,.hidden-element-2 , .hidden-element-3 , .hidden-element-4 ,.hidden-element-5 , .hidden-element-6 ,.hidden-element-2-2 , .hidden-element-3-3 {
	position:absolute;
	z-index:1;
	display:none;
	width:30px !important;
	border-radius: 100%;
	border: 1px solid  rgba(255, 0, 0, 0.5);
	background: rgba(255, 0, 0, 0.2);
	animation: zoom-in-zoom-out 1.5s linear infinite;
}
.element-hovered{
	display:block;
}
@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1, 1);
	}
}
.hidden-element-4 ,.hidden-element-5 , .hidden-element-6 {
	left:0px;
	right:0px;
	margin-inline:auto;
	width:60px !important;
}
.hidden-element-1{
	left: 29%;
	top: 32%;
}
.hidden-element-2 {
	left:33%;
	top:17%;
}
.hidden-element-2-2{
	right: 33%;
	top: 17%;
}
.hidden-element-3 {
	bottom:0px;
	left:40%;
}
.hidden-element-3-3{
	right:40%;
	bottom:0px;
}
.hidden-element-4{
	top:7%;
}
.hidden-element-5 {
	top:40%;
}
.hidden-element-6{
	top:22%;
}

/*  counter */
.counter-sec  .elementor-counter-number-wrapper span{
	color: #3B904C;
	font-size: 60px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: uppercase;
}
.counter-sec  .elementor-counter-title{
	color: rgba(37, 37, 37, 0.70);
	font-size: 20px !important;
	font-style: normal;
	line-height: normal !important;
	text-align:left !important;
}
.counter-sec .elementor-counter-number-prefix{
	display:none;
}

.mt-100{
	margin-top:100px;
}
.mb-80{
	margin-bottom:80px !important;
}

/* new-biolink */
.new-biolink-inner .elementor-container {
	gap:50px;
}
.new-biolink-col{
	box-shadow: 2px 2px 12px 0px rgba(59, 144, 76, 0.08);
}
.new-biolink-col .elementor-widget-wrap {
	align-content:space-between
}
.img-heading{
	padding:40px 10px 10px 10px;
}
.new-biolink-inner .wp-caption-text{
	position:absolute;
	top:-45px;
	left:0px;
	right:0px;
	margin:0 auto;
}

/* our-certificate   home-certificate  */
.home-certificate .margin{
	margin-block:26px 60px !important;
} 
.our-certificate-inner > .elementor-container{
	gap:60px;
}
.certificate-box img{
	box-shadow: 5px 8px 11.4px 0px rgba(0, 0, 0, 0.23);
}

/* our brands */
.brands-gallery{
	max-width:1200px;
}
.brands-gallery .gallery-item:nth-child(2){
	border-inline: 1px solid #979797;
}
.brands-gallery  #gallery-1 img{
	border:none;
}

/*what at  biolink */
.img-heading .elementor-widget-container{
	float:left;
	width:100%;
}

/* global-presence */
.global-prese-video{
	max-width:550px !important;
}

/* UPcomig Event */
.upcoming-event-sec {
	max-width: 100%;
	margin: auto;
}
.event-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
}
.event-tab .event-box {
	margin: 50px 0px;
}
.event-box  .upEvent-img {
	width: 45%;
}
.event-box   .upEvent-content {
	width: 65%;
	padding: 29px 10px 15px 30px;
	border: 1px solid #3B904C;
	border-radius: 0px 20px 20px 0px;
	border-left: 0px;
	position: relative;
	background:#FFFFFF;
} 
.event-box .upEvent-content {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
}
.event-box   .upEvent-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 0px 0px 20px;
}
.event-box   .upcoming-event-inner {
	overflow: hidden;
	display: flex;
}
.upEvent-content h3 {
	color: #3B904C !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.upEvent-content .upEvent-date,
.upEvent-content .upEvent-location {
	color: #252525;
	font-size: 20px;
	opacity: 0.8;
	padding-left: 32px;
	position: relative;
}
.upEvent-content .upEvent-name{
	color: #252525;
	font-size: 20px;
	opacity: 0.8;
	margin-bottom: 16px;
}
.upEvent-content .upEvent-location {
	margin-block: 16px;
}
.btn-wrap.btn1 {
	margin-top: 10px;
}
.upEvent-content .upEvent-date::before,
.upEvent-content .upEvent-location::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: left center;
	left: 0px;
	background-size:contain;
}

.upEvent-content .upEvent-date::before {
	background-image: url("../images/Calendar.svg");
}
.upEvent-content .upEvent-location::before {
	background-image: url("../images/Location-1.svg");
}
.event-tab .elementor-tabs-wrapper {
	background: #E7EFEC !important;
	padding: 10px 20px !important;
	width: 44% !important;
	margin: 0 auto !important;
	border-radius: 100px !important;
}
.event-box  .btn1  .elementor-button-text{
	position: relative;
}
.Event_code{
	margin-top:52px !important;
}
.elementor-widget-tabs .elementor-tab-content {
	padding: 0px !important;
}

.hero-ban h1{
	text-align: center !important;
}

.overview-counter .elementor-counter {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.overview-counter .elementor-counter-title {
	padding-left: 10px !important;
}

.overview-counter .elementor-counter .elementor-counter-title {
	flex: 2 !important;
}
.leader-ban-content h5,
.tech-ban-content h5,
.global-ban h5,
.research-ban-content h5{
	font-weight: 400 !important;
}
.ban-content
.elementor-widget-container{
	width: 100%;
	float: left;
}

.oem-image-fix{
	position: absolute;
	bottom: -1%;
	left: -20% ;
}
.tech-icon-box:hover .elementor-widget-container {
	box-shadow: 0px 10px 12px rgba(59, 144, 76, 0.08) !important;
}
.tech-icon-box:hover  h3.elementor-icon-box-title{
	color: #3B904C !important;
}
.knee-product-sec
.elementor-element-populated{
	display: grid !important;
	grid-template-columns: auto auto auto auto !important;
	row-gap: 50px !important;
	column-gap: 20px !important;
}
.knee-product-sec
.elementor-image-box-img{
	width: 100% !important;
	margin-bottom: 0px !important;	
}
.knee-product-sec
.elementor-image-box-img img{
	box-shadow: 2px 2px 12px 0px rgba(59, 144, 76, 0.08) !important;
}
.knee-product-sec
.elementor-image-box-content  {
	padding-top: 10px !important;
}
textarea ::placeholder{
	color: #000 !important;
	font-family: "Helvetica Now Text " !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	text-transform: capitalize !important;
} 
.gform_footer {
	position: relative;
	display: inline-block;
	width: auto !important;
}

.gform_footer::after{ 
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url(../images/btn_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 40% !important;
	left: 63% !important;
}
.gform_footer input[type=submit]:focus,
.gform_footer input[type=submit]:hover { 
	color: #3B904C !important;
	background: transparent !important;
	border: 1px solid #3B904C !important;
}

.gform_footer:hover::after,
.gform_footer:active::after{
	background-image: url("../images/green_arrow.svg")!important;
}

/* product categories page css*/
.product-banner-content{
	display: flex;
	flex-wrap: wrap;
	row-gap: 70px;
	align-content: flex-end;
	align-items: flex-start;
	overflow: hidden;
}
.product-banner-content a {
	width: 24%;
}
.product-banner-content a {
	margin-right: 1%;
}

.product-banner-content a:nth-child(4n) {
	margin-right: 0;
}
.product-image {
	text-align: center;

}

.product-text h4 {
	text-align: center;
	padding-top: 20px;
}

/* products css*/
.cat-product-banner-content {
	display: flex;
	flex-wrap: wrap;
	row-gap: 50px;
}
.cat-product-banner-content a {
	width: 25%;
}
.cat-image {
	text-align: center;
}
.cat-product-text h4 {
	text-align: center;
}
.cat-image img {
	box-shadow: 2px 2px 12px 0px rgba(59, 144, 76, 0.08);
	width: 90%;
}
.cat-product-text {
    margin: 0 auto;
    width: 90%;
}
.cat-product-text h4 {
	padding-top: 10px;
}

/* product detail page css */
ul.details {
	padding-left: 20px;
}
.details li { 
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
	color: #000;
}
.product-detail-heading p {
	margin-bottom: 10px;
}
.product-table table,.product-table th,.product-table td{
	border:1px solid black !important;
	border-collapse: collapse !important;
}
.product-table th, td{
	padding: 12px 170px 12px 56px;
}
th,td{
	color: #252525 ;
/* 	font-size: 20px !important;
	font-style: normal !important;
	line-height: 160% !important;
	font-weight: 400 !important; */
}
td{
	opacity: 0.8 !important;
}
.bold-text {
	font-weight: 500 !important;
	opacity: 1 !important;
}
.product-detail ul li{
	list-style: disc !important;
}
.product-detail img{
	box-shadow: 3px 3px 12px 0px rgba(59, 144, 76, 0.15);
}
body .contact-form .gform_body input[type=text],
body .contact-form .gform_body input[type=email],
body .contact-form .gform_body input[type=tel],
body .contact-form .gform_body input[type=number],
body .contact-form  select,
body .contact-form  textarea {
	background: #fff !important;
}
.contact-form {
	width: 60% !important;
	margin: 0 auto !important;
}
.contact-form .gform_legacy_markup_wrapper form {
	margin: 0 auto !important;
	max-width: 100% !important;
	text-align: center !important;
}

/* product information page css */
.product-tab a{
	display: block !important;
	text-align: center !important;
	color: #3B904C !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	text-decoration-line: underline !important;
	text-transform: capitalize !important;
}
.product-tab h4{
	text-align: center !important;
	padding: 20px 0px !important;
}
.product-tab .pdf-card {
	width: 25% !important;
	padding: 30px !important;
	border-radius: 20px !important;
	background: #FFF !important;
	box-shadow: 2px 2px 12px 0px rgba(59, 144, 76, 0.08) !important;
}
.product-tab .pdf-card:not(:last-child) {
	margin-right: 40px !important;
}
.product-tab .pdf-card-main {
	display: flex;
	justify-content: space-between !important;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
	color: #252525 !important;
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
	text-transform: capitalize !important;
}
.elementor-widget-tabs .elementor-tab-title.elementor-active  {
	border-radius: 100px !important;
	background: #3B904C !important;
	color: #fff !important;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
	padding: 10px 30px !important;
}
.product-tab .elementor-tabs-wrapper {
	background: #E7EFEC !important;
	padding: 10px 20px !important;
	width: 65.2% !important;
	margin: 0 auto !important;
	border-radius: 100px !important;
}
.product-tab .elementor-tab-content {
	padding: 70px 0px 0px 0px !important;
}

/* Biolink Academy css */
.elementor-slides .swiper-slide-inner .elementor-slide-heading {
	position: absolute !important;
	top: 15% !important;
	left: 10% !important;
	right: 10% !important; 
	color: #FFF !important;
	font-size: 56px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 70px !important; 
	text-align: center !important;
}
.swiper-slide-contents{
	width: 100% !important;
	float: left !important;
}
.elementor-slides .swiper-slide-inner .elementor-slide-description {
	position: absolute !important;
	top: 30% !important;
	left: 10% !important;
	right: 10% !important;
	color: #FFF !important;
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
	text-align: center !important;
}
.sub-text{
	color: rgba(255, 255, 255, 0.80);
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 70px;
}
.academy-ban-content h5{
	font-weight: 400 !important;
}

/* career-page css*/
.career-form{
	width: 70% !important;
	margin: 0 auto !important;
}
.career-ban .ban-head{
	padding-bottom: 50px !important;
}
.career-ban h5{
	font-weight: 400 !important;
	margin-bottom: 20px !important;
}
.career-ban :nth-child(2) {
	margin-bottom: 20px !important;
}
.career-form  .gform_wrapper form .gform_body ul li.gfield {
	margin: 0px !important;
}
.company-name ::before {
	content: "Current Job Detail ";
	color: #252525 !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 32px !important;
}
.career-form .gform_wrapper form .gform_body ul li.position {
	margin-top: 47px !important;
}
.career-form   .gform_body .company-name input[type=text] {
	margin-top: 15px !important;
}
.position  input[type=text]{
	margin: 50px 0px 30px 0px !important;
}
.area-covered {
	width: 100% !important;
}
.choose-file{
	width: 100% !important;
}

body .gform_wrapper .field_description_below .gfield_description {
	display: none ;
}
input[type=file]::file-selector-button {
	cursor: pointer;
	background-color: transparent;
	border: 0px solid rgba(0, 0, 0, 0.16);
	font-family: 'Helvetica Now Text';
	font-weight: 300;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 18px !important;
	opacity: 0.4;
	padding: 0px !important;

}
body .gform_body input[type=file]{
	color: transparent !important;
}
.our-client-section .elementor-column-gap-default{
	justify-content:space-between !important;
}
.our_client{
	gap:116px !important;
}

.blog-content{
	display:flex;
	flex-direction:column;
	gap:32px 0;
}
.premium-blog-post-container .premium-blog-content-wrapper{
	background-color:none !important;
}

.blog-content .premium-blog-content-inner-wrapper a.premium-blog-excerpt-link.elementor-button {
	text-align: left;
	color: #083698;
	font-size: 20px;
	font-weight: 400;
}
a.premium-blog-excerpt-link.elementor-button{
	position:relative !important;
}
a.premium-blog-excerpt-link.elementor-button::before {
	content: "";
	position: absolute;
	background: url('https://biolink.techsolutionn.com/wp-content/uploads/2026/02/Arrow-Right.svg');
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-position:left;
	left:106px;
}
.post-btn{
	margin-top:0 !important;
}
.testimonial-content span.elementor-testimonial__name {
	padding-bottom: 15px !important;
}


.testimonial-content .swiper {
	position:relative;
	overflow: visible !important;
}

.testimonial-content .swiper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
	z-index: 999;
	pointer-events: none;
	background: linear-gradient(to right, #FFFFFF 40%, transparent);
}

.testimonial-content .swiper::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	height: 100% !important;
	z-index: 999;
	pointer-events: none;
	background: linear-gradient(to left, #ffffff 40%, transparent);
}

.testimonial-content .swiper-slide{
	padding:48px 52px;
	align-items: center;
}

.testimonial-content .swiper-horizontal{
	position:relative !important;
	width:125% !important;
	margin-left:-240px;
}
.accordion-content svg path{
	fill:none !important;
}
.premium-blog-post-container .premium-blog-content-wrapper{
	background-color:transparent !important;
}
.accordion-content p {
	padding: 12px 16px;
	border-radius: 8px;
}
.accordion-content .elementor-accordion-item {
	margin-bottom: 16px;
	display:flex;
	flex-direction:row !important;
	flex-wrap:wrap;
	border-radius:10px;
	border:1.5px solid #E9E9E9 !important;
}
.accordion-content .elementor-tab-content{
	margin-top:-8px;
}
.accordion-content .elementor-accordion-item:nth-last-child(2) {
	margin-bottom: 0 !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	width: 100% !important;
}
.footer-content{
	display:flex;
	flex-direction:row;
}

.footer-iconbox p,
.footer-iconbox a{
	color:#FEFEFE !important;
}

.footer-quick-links{
	width:21% !important;
}
.footer-product-menu{
	width:25.4% !important;
}
.other-link-menu{
width:26.5% !important;
}
.footer-contact-wrap{
	width:27% !important;
}
.elementor-widget-wrap{
	position:relative;
}

 .elementor-widget-wrap .footer-product-menu::after {
    content: "";
    position: absolute;
    border-left: 1px solid #FEFEFE33;
	  border-right: 1px solid #FEFEFE33;
    width: 100%;
    height: 85%;
}
 
 .elementor-widget-wrap .other-link-menu::after{
	  content: "";
    position: absolute;
	  border-right: 1px solid #FEFEFE33;
    width: 100%;
    height: 85%;
}
.our-global-icon .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: repeat(3,1fr);
	gap:20px;
}

.our-global-iconbox {
	margin-bottom:0 !important;
   
}

.biolink-singlepost-content .elementor > .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px !important;
    padding: 0px;
}
.biolink-singlepost-content li,
.biolink-singlepost-content p{
	font-size:20px;
	font-family:Helvetica Now Display;
	font-weight:400;
	color:#2c2c2c;
	margin-bottom:12px;	
}
.biolink-singlepost-content h3{
	font-size:32px;
	font-family:Helvetica Now Display;
	font-weight:700;
	color:#252525;
   margin-top:28px;
	margin-bottom:12px;
}


.biolink-singlepost-content ul {
  list-style-type: disc !important; 
  padding-left: 20px;
  overflow: visible !important; 
}

.biolink-singlepost-content ul  li {
  overflow: visible !important;
  list-style-type: disc !important;
}

.biolink-singlepost-content li{
	line-height: 1.6;
	margin-bottom:12px !important;
}
.biolink-singlepost-content p:first-child {
    margin-bottom: 0;
	margin-top:20px;
}

.biolink-singlepost-content p:last-child {
    margin-bottom: 0;
}
.biolink-singlepost-content .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding:0;
}
.blog-content  p.premium-blog-post-content {
    display: none;
}
.elementor-section.biolink-singlepost-content.elementor-section-boxed > .elementor-container {
    max-width: 1200px !important;
    padding: 0 !important;
}
.header-info{
	position:absolute;
}
 .heder-product-categories{
    display: none;
    position: absolute;
    top: 116%;
    z-index: 999;
    overflow: hidden;
    right: 0;
    display: none;
    position: absolute;
    top: 24%;
    z-index: 999;
    /* overflow: hidden; */
    right: 0;
}
.heder-product-categories .elementor-shortcode {
    position: fixed;
    top: 116%;
    top: 114px;
    z-index: 999;
    overflow: hidden;
    right: auto;
    left: auto;
    left: auto;
    width: 1440px;
}
.heder-product-categories.active{
    display: block;
}   
.return-policy-content ul{
	padding-left:40px;
}
.categories-heading h1{
	text-align:center;
}
.career-ban{
	padding-top:100px !important;
	padding-bottom:60px !important;
}

.career-form .ginput_container_fileupload input[type="file"]::file-selector-button,
.career-form input::placeholder {
    color: #1E1E1E !important;
	opacity:1 !important;
}
.blog-content .premium-blog-post-container:nth-child(3) .premium-blog-inner-container{
    max-width: 345px !important;
}
.bg-gradient{
	background: linear-gradient(146deg, #08369814 -49.83%, #3b904c03 105.4%) !important;
}
.research-ban,
.form-bg-gradient,
.faq-section,
.accordion-content p,
.testimonial-content .swiper-slide,
.our-blog-content,
.content-linearbackground,
.our-global-iconbox{
	background: linear-gradient(94deg, rgba(47, 99, 211, 0.10) 8.57%, rgba(118, 199, 218, 0.10) 81.06%, rgba(86, 186, 106, 0.10) 153.55%) !important;
}

.footer-location svg {
    margin: 0 !important;
}
.footer-contact li:first-child {
    margin-bottom: 12px;
}
.contact-ban-content  .elementor-heading-title{
	line-height:1.3;
}
.contact-mobile-hading span {
    display: flex;
    flex-direction: row;
}
