/* font-face */
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),url('fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto-bold-webfont.woff2') format('woff2'),url('fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;font-style: normal;
}
@font-face {
    font-family: 'robotoblack';
    src: url('fonts/roboto-black-webfont.woff2') format('woff2'),url('fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;font-style: normal;
}
@font-face {
    font-family: 'robotoitalic';
    src: url('fonts/roboto-italic-webfont.woff2') format('woff2'),url('fonts/roboto-italic-webfont.woff') format('woff');
    font-weight: normal;font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.woff2') format('woff2'),url('fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;font-style: normal;
}
@font-face {
    font-family: 'robotothin';
    src: url('fonts/roboto-thin-webfont.woff2') format('woff2'),url('fonts/roboto-thin-webfont.woff') format('woff');
    font-weight: normal;font-style: normal;

}

/* Reset */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;font-family: 'robotomedium';}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

html{scroll-behavior: smooth;}
body {-webkit-text-size-adjust: none;}
img {max-width: 100%;}
/* Box Model */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {text-decoration: none;color: #0674ae;}
p {font-family: 'robotoregular';line-height: 24px;margin-bottom: 20px;}
h1,h2,h3,h4,h5,h6{margin-bottom: 15px;}
h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

iframe {
    width: 100%;
    margin: 15px 0;
}
.clear{ clear:both; }
/* Header Part */
body.hide-body {
    position: relative;
    width: 100%;
    /*right: 9px;
    overflow: hidden;*/
}
.gray_opacity {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9;
}
#header .logo, #header .nav,
#header .top_right {
	display: inline-block;
	vertical-align: top;
}
header#header {
	text-align: center;
	position: relative;
	z-index: 99;
	 -webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
}
header#header.sticky-menu {
    position: fixed;
    width: 100%;
    background:#fff;
    z-index: 99999;
	animation: smoothScroll 1s forwards;
	border-bottom: 1px solid whitesmoke;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
header#header.sticky-menu .container {
    visibility: visible!important;
}
.logo {
	float: left;
	max-width: 154px;
	margin-top: 20px;
	margin-bottom: 18px;
}
.logo a {display: block;}
.nav ul.nav-menu>li {
	display: inline-block;
	margin:0 15px;
}
.nav ul.nav-menu>li>a {
	padding: 35px 0 34px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5;
	color: #1a1a1a;
	display: block;
	position:relative;
}
.nav ul.nav-menu>li>a::before {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #0674ae;
    transition: width .3s;
    position: absolute;
    top: 0;
}
.nav ul.nav-menu>li.active>a::before,
.nav ul.nav-menu>li>a:hover::before,
.nav ul.nav-menu>li.submenu:hover>a::before,
.nav ul.nav-menu>li.current-menu-ancestor>a::before {
    width: 100%;
    transition: width .3s;
}
.nav_parent {
    position: absolute;
    left: 0;
    display: none;
    padding: 0 15px;
    width: 100%;
    margin: auto;
    right: 0;
    background: #fff;
}
.nav_parent_sub {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    margin: auto;
}
ul.nav_sub {
    text-align: left;
    padding: 70px 0;
    width: 50%;
	/* display:none; */
}
ul.nav_sub li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.nav ul.nav-menu>li:nth-child(2n) ul.nav_sub li {width:100%;}
/* .nav ul.nav-menu>li:nth-child(2n) .nav_sub>li {
    width: auto;
} */
ul.nav_sub li a {
    line-height: 1.5;
    color: #676767;
    text-decoration: none;
    font-size: 14px;
    font-family: 'robotoregular';
}
.nav_sub h3 {
    margin-bottom: 20px;
    font-size: 16px;
}
.nav_sub h3 a {
    color: #000;
}
.nav_sub h3.title_heightlight a,
.nav_sub h3 a.active {
    color: #0674ae;
}
ul.nav_sub li a:hover,
.nav_sub h3 a:hover,
ul.nav_sub li.current-menu-item a{
    color: #0674ae;
}
.nav_parent:before {
    content: '';
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    left: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50% - 9px);
}
/*.hide-body .nav_parent:before { width: 102vw; }*/
/*.submenu.default {
    position: relative;
}*/
/*.submenu.default .nav_parent:before {
    display: none;
}*/
.default ul.nav_sub li {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0 15px;
}
.nav .submenu.default .nav_parent ul.nav_sub {
    /*min-width: 200px;*/
	width: 100%;
    padding: 15px;
    background: #fff;
    text-align: center;
}
.nav ul.nav-menu>li.default:nth-child(2n) ul.nav_sub li {
    width: auto;
}
/*.submenu.default .nav_parent {
    min-width: 200px;
    left: -20px;
    right: auto;
}*/
.top_right {
	float: right;
	margin-top: 35px;
	right: -10px;
	position:relative;
}
.top_right ul li.lan_switch {
    margin-right: 21px;
    display: block;
    position: relative;
    padding: 0;
	cursor:pointer;
}
.sticky-menu .logo {
    margin-top: 5px;
    margin-bottom: 5px;
}
.sticky-menu .nav ul.nav-menu>li>a {
    padding: 21px 0;
}
.sticky-menu .top_right {
    margin-top: 21px;
}
header ul li.lan_switch .chosen-container *{ color:#000; }
.lan_switch .chosen-container-single .chosen-drop {
    border: 0;
    border-radius: 0;
}
.lan_switch a.chosen-single {
    min-width: 70px;
    font-size: 16px;
    padding-left: 0;
	border: 0;
	background:transparent;
}
.lan_switch .chosen-container.chosen-with-drop .chosen-drop {
    min-width: 70px;
	background: rgba(32, 133, 179, 0.6);
    box-shadow: none;
    border: 0;
}
.lan_switch .chosen-container-single .chosen-single div{right:7px;}
.lan_switch .chosen-results li{ text-align:left;}
.lan_switch .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    border-radius: 0;
    background: rgb(120, 205, 243);
}
.lan_switch .chosen-container .chosen-results li.highlighted {
    background-color: #78cdf3;
}
.lan_switch .chosen-container .chosen-results {
    margin: 0;
    padding: 5px 0;
}
.lan_switch .chosen-container .chosen-results li {
    padding: 2px 5px;
    font-size: 14px;
}
.top_right > ul > li {
	margin-right: 15px;
	float: left;
	margin-left: 0;
}
.top_right ul li.search {
    margin-right: 20px;
}
.top_right ul li.trash {
    margin-right: 11px;
	position:relative;
}
.trash span.shopping-cart-count {
    background: #0674ae;
    border-radius: 50%;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -7px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
.top_right span.drop_arrow {
	background: url(../images/chevron-down.svg) center center no-repeat;
	display: inline-block;
	width: 16px;
	height: 10px;
	margin-left: 8px;
    margin-right: 3px;
}
form.serch_form {
    position: fixed;
    background: rgba(1, 14, 21, 0.4); /* rgba(42, 115, 132, 0.8) */;
    width: 100%;
    height: 100%;
    z-index: 999;
	display:none;
    z-index: 999999;
}
.top_right ul.sub_ul li:hover{background:#78cdf3;}
.top_right ul li.lan_switch:hover ul.sub_ul {
    display: block;
    background: rgba(32, 133, 179, 0.6);
}
.top_right ul li.lan_switch:hover span.drop_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: -2px;
}
.top_right ul.sub_ul li {
    float: none;
    font-size: 14px;
    line-height: 18px;
    margin-right: 0;
    display: block;
    text-align: left;
	padding: 0px 10px;
	cursor:pointer;
}
ul.sub_ul {
    margin: 0 0 0px;
    position: absolute;
    z-index: 9;
    display: none;
    top: 28px;
    padding: 8px 0px;
    left: 0;
    width: 100%;
}
.top_right ul li.er {
    margin-right: 0;
}
/* .top_right ul li.lan_switch:hover {
    background: #78cdf3;
} */
.lan_switch > ul {
    display: inline-block;
}
.serch_btn { cursor: pointer; }
.mobile-search,
button.burger-menu { display:none; }
.inner_form {
    width: 680px;
    background: #fff;
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    max-height: 110px;
}
.inner_form input.se_input {
    width: 92%;
    border: 0;
    height: 50px;
    outline: 0 none;
    font-size: 20px;
}
button.srch {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 50px;
    width: 50px;
    padding: 0;
    background: transparent url(../images/search.svg) no-repeat center center;
    border: 0;
    background-size: 70%;
    outline: 0 none;
}
span.close_btn {
    position: absolute;
    right: -10px;
    top: -15px;
    background: #0674ae/* #369fbb */;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    font-family: verdana;
	cursor:pointer;
}
span.close_btn:hover {
    background:#0b8cd0 /* #53c1de */;
}

/* Content Part */

/* Banner Part */
main#main {
    clear: both;
}
.container{
	max-width:1200px;
	padding:0 0px;
	margin:0 auto;
}
section.banner {position: relative;}
.over_ban {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100%;
}
.banr_main{
	display:table;
	margin:0px auto;
	height:100%;
}
.banr_inr{
	display:table-cell;
	vertical-align: middle;
}

/* Added style 16-10-19 */
.cate_serach ul.catesearch li.search_pro {width: 66%;}
.search-cat-left {width: 425px;position: relative;}
.search_pro .woocommerce-searching { display: flex; }
.search-cat-right {text-align: right;width: calc(100% - 344px);position: absolute;right: auto;top: 0;left: -70px;}
.search-cat-right select {border: 1px solid #ccc;padding: 8px 10px 8px;border-radius: 20px;}
.search_pro .chosen-container {
    border: 1px solid #ccc;
    padding: 4px 5px 5px;
    width: 155px!important;
    z-index: 999;
    border-top: 0;
    border-bottom: 0;
}
ul.catesearch .chosen-drop li {
    width: auto;
    text-align: left;
}
.cate_serach .search_pro .chosen-container .chosen-single, 
.cate_serach .search_pro .chosen-container-active .chosen-single {
    background: none;
    border: 0;
    text-align: left;
    box-shadow: none;
}
.search_pro .chosen-container .chosen-drop {right: 0;z-index: 1;top: 22px;left: -1px;padding-top: 10px;box-shadow: none;border: 1px solid #ccc;border-top: 0;width: 101.5%;}
.search_pro .chosen-container .chosen-single:focus {box-shadow: none;border: 0;}
body section.cate_serach .chosen-container-single .chosen-single div b {
    background: url(../images/chevron-down.svg) center center no-repeat !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.over_ban {
	top: 50%;
    transform: translateY(-50%);
	display:block;
}
}
.over_ban *{
	color: #ffffff;
}
.over_ban h5 {
	font-size: 18px;
	line-height: normal;
	text-align: center;
}
.over_ban h1 {
	font-size: 60px;
	font-weight: 500;
	line-height: normal;
	font-family: 'robotomedium';
	text-align: center;
	margin-top: 22px;
}
button.btn {
	border-radius: 24px;
	border: solid 2px ;
	background: none;
	padding: 0 30px;
	font-size: 16px;
	margin-top: 30px;
	height: 48px;
	cursor: pointer;
	outline: 0 none;
	transition: background-color 0.5s ease;
}
button.btn:hover,
button.btn:focus {
	background: #fff;
	color: #56accb;
}
section.banner:after {
	width: 2px;
	background: #fff;
	height: 183px;
	content: '';
	z-index: 9999;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	top: auto;
	position: absolute;
	bottom: 0;
}
section.banner:before {
    width: 2px;
    background: #0674ae;
    height: 40px;
    content: '';
    z-index: 9999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    bottom: -40px;
}
#intro{
	background:url(../images/banner-img.jpg) 50% 0 no-repeat fixed;
	color: white;
	height:730px;
	margin: 0 auto;
	padding: 0;
}


/* Our Services */
.our_service h4 {
	font-size: 18px;
	line-height: normal;
	text-align: center;
	color: #1a1a1a;
}
h3.title {
	padding-left: 61px;
	display: block;
	margin-bottom: 33px;
	font-size: 16px;
	color: #1a1a1a;
}
.our_service h3.title{
	margin-bottom:60px;
	padding-top: 58px;
}
a.read_mr {
	font-size: 14px;
	line-height: 1.86;
	text-align: center;
	color: #0674ae;
	text-decoration: none;
	display: block;
	font-family: 'robotomedium';
	margin-top: 21px;
	padding-bottom: 30px;
}
#service-slider a.read_mr::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #0674ae;
    transition: width .3s;
    position: absolute;
    bottom: 0;
}
#service-slider a:hover::after {
    width: 100%;
}
h3.title:before {
	content: '';
	width: 40px;
	background: #0674ae;
	height: 3px;
	display: block;
	position: relative;
	top: 10px;
	left: -60px;
}
section.our_service {
    overflow: hidden;
	background-color:#f4f4f4;
	position:relative;
	padding-bottom:60px;
}
.title_n_readmore {
    padding-top: 28px;
    background: #fff;
}
#service-slider button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: 0;
    text-indent: -10000px;
	outline:0 none;
	cursor:pointer;
	opacity:.4;
	transition: background-color 0.5s ease;
}
div#service-slider:hover button{opacity:1;}
button.slick-prev {
	background:url(../images/ic-arrow-left.svg) no-repeat center center;
    display: block;
    left: -63px;
}
button.slick-next {
    background: url(../images/ic-arrow-left.svg) no-repeat center center;
    display: block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -63px;
}
div#service-slider {    
    margin: 0 -15px;
}
.slide-main {
    margin: 0 12px;
	position:relative;
}
.our_service .slide-main {
    margin: 0;
    padding: 0 15px;
    width: 33.33%;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
}
.our_service a.read_mr {
    position: relative;
}
.slide-main > a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slide-main > a {
    height: 215px;
    overflow: hidden;
    display: block;
    position: relative;
}
/* Shop Products */
section.whatwe_do {
    padding: 63px 0 56px;
}
h2.h_title {
    font-size: 33px;
    font-family: 'robotobold';
    margin-bottom: 19px;
	line-height:40px;
}
.shop_products h3.title {
    margin-bottom: 60px;
}
.inner_whatdo {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.what_rightinfo p {
    font-size: 16px;
    line-height: 1.75;
    color: #676767;
    font-family: 'robotoregular';
}
a.read_whatwe {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding:13px 34px;
    background: #0674ae;
    display: inline-block;
    border-radius: 24px;
    margin-top: 20px;
	border: 2px solid transparent;
	transition: background-color 0.5s ease;
}
a.read_whatwe:hover {
    border: 2px solid #0674ae;
    background: #fff;
    color: #0674ae;
}
.what_img {
    display: inline-block;
    vertical-align: top;
    max-width: 588px;
}
.what_rightinfo {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-top: 10px;
	max-width: 100%;
	margin-bottom: 50px;
}
.inner_whatdo div:not(:first-child) {
    max-width: 384px;
	margin-left: 126px;
	margin-top: 108px;
}
section.shop_products,
section.whatwe_do {overflow: hidden;}

/* Shop Products */
section.shop_products {
    background: #f4f4f4;
    padding: 60px 0 41px;
}
.shop {
    background: #fff;
    padding-left: 96px;
    padding-top: 42px;
    padding-bottom: 20px;
    padding-right: 30px;
    position: relative;
    margin-right: 24px;
    display: inline-block;
    max-width: 48.5%;
    margin-bottom: 20px;
	vertical-align:top;
}
.shop span.antibodie_icn {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 30px;
    border-radius: 24px;
    top: 30px;
    background: #0674ae;
    text-align: center;
    line-height: 56px;
}
.shop_pro .shop:nth-child(2n+2) {margin-right: 0;}
.right_shop:before{ background-image:none; }
.shop h2 {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-family: 'robotobold';
}
.shop p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #676767;
}
.list_cat {
    margin-top: 27px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.list_cat li {
    margin-bottom: 20px;
	display: inline-block;
    width: 49%;
	vertical-align:top;
}
.list_cat a {
    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: normal;
    color: #0674ae;
	position:relative;
}
.list_cat a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #0674ae;
    transition: width .3s;
    position: absolute;
    bottom: 0;
}
.list_cat a:hover::after{
    width: 100%;
}
div#testimonial-slider,
.testimonial .slick-track {
    max-height: 96px;
	overflow:hidden;
}
/* Testimonial */
section.testimonial {
    padding: 60px 0;
    text-align: center;
	position:relative;
}
div#testimonial-slider {
    margin-top: 124px;
}
span.quote {
    margin-bottom: 30px;
    display: block;
}
p.test_info,
.right_cate_list p.test_info {
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 25px;
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
}
p.personal_info {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #676767;
}
.testimonial a.read_whatwe {
    padding: 13px 36px;
    margin-top: 27px;
}

/* Make Inquiry */
section.make_inquiry {
    padding: 67px 0 76px;
    background: #0674ae;
    text-align: center;
	position:relative;
	margin-top:100px;
}
section.make_inquiry * {
    color: white;
}
section.make_inquiry:before {
    width: 2px;
    background: #fff;
    height: 40px;
    content: '';
    z-index: 9999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    position: absolute;
}
section.make_inquiry:after {
    width: 2px;
    background: #0674ae;
    height: 40px;
    content: '';
    z-index: 9999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: -40px;
    position: absolute;
}
.make_inquiry h3 {
    font-size: 34px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}
.make_inquiry p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
}
.make_inquiry button.btn { margin-top: 0; }
.make_inquiry button.btn:hover { color: #0674ae; }

/* Footer */
.footer_info {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.logo-foot img {
    max-width: 160px;
}
footer#footer {
    padding-top: 60px;
    padding-bottom: 112px;
	border-top: 1px solid #d7d7d7;
}
.footer_info>ul {
    width: 20%;
    margin-top: 34px;
}
ul.logo-foot {
    margin-top: 0;
    width: auto;
    margin-right: 248px;
}
.footer_info h3 {
    font-size: 16px;
    line-height: normal;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.footer_info ul.about-ul {width: 21%;}
.footer_info ul.service-ul {
    position: relative;
    left: 8px;
}
.footer_info ul.contact-ul {
    position: relative;
    left: 16px;
}
.footer_info ul li a {
    font-size: 14px;
    line-height: 3.14;
    letter-spacing: normal;
    color: #676767;
	position:relative;
}
.footer_info ul li a:hover,
.footer_info ul li.active a {
	color:#0674ae;
}
.footer_info ul.logo-foot li a:after {
    display: none;
}
.footer_info ul li.active a::after {
    width: 100%;
}
.footer_info ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #0674ae;
    transition: width .3s;
    position: absolute;
    bottom: 0;
}
.footer_info ul li a:hover::after{
    width: 100%;
}
.footer_info ul.social-media {
    width: 100%;
    margin-top: 48px;
}
.footer_info ul.social-media li {
    display: inline-block;
    margin: 0 15px;
}
a.click-to-top {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
	opacity:0.6;
	transition: background-color 0.5s ease;
}
a.click-to-top:hover{opacity:1;}

/* Category Page */
.parallax-window {
    background: url(../images/cate-ban-inner.jpg) 50% 0 no-repeat fixed;
    color: white;
    height: 300px;
    margin: 0 auto;
    padding: 0;
	position: relative;
	clear:both;
}
.parallax-window h1 {
    font-size: 48px;
	margin-top:0;
}
.parallax-window .over_ban p {
    font-size: 16px;
    line-height: 1.75;
	margin-top:20px;
}
.parallax-window .over_ban {
    max-width: 792px;
}
.breadcurms li {
    display: inline-block;
	margin-left: 5px;
}
.breadcurms li,
.breadcurms li a {
    font-size: 14px;
    color: #ffffff;
    font-family: 'robotoregular';
}
.breadcurms ul {
    padding-top: 30px;
    display: block;
}
.breadcurms li a {
    margin-right:6px;
	position:relative;
}
.breadcurms li:first-child {
    margin-left: 0;
}
.breadcurms li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s;
    position: absolute;
    bottom: 0;
}
.breadcurms li a:hover::after {
    width: 100%;
}
ul.catesearch {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
section.cate_serach {
    border-bottom: 1px solid #d7d7d7;
    padding: 22px 0;
	margin-bottom: 57px;
}
li.sort_by {
    float: right;
    line-height: 36px;
}
ul.catesearch li {
    width: 33%;
    position: relative;
	font-family: 'robotoregular';
	line-height: 36px;
}
ul.catesearch li.pro_count {
    width: 34%;
}
ul.catesearch li.search_pro {
    width: 32%;
}
.sort_by form {
    float: right;
    position: relative;
    right: -16px;
}
.search_pro input.se_input {
    width: 100%;
    height: 36px;
    border-radius: 24px;
    border: 1px solid #d7d7d7;
    padding: 0 205px 0 20px;
    outline: 0 none;
    position: relative;
    z-index: 9;
}
.search_pro button.srch {
    height: 36px;
    top: 0;
    right: 0;
    width: 46px;
    background-size: 20px;
    z-index: 9;
    cursor: pointer;
}
.sort_by .chosen-container-single .chosen-default {
    font-size: 14px;
    color: #1a1a1a;
}
body .chosen-container-single .chosen-single div b {
    background: url(../images/chevron-down.svg) center center no-repeat!important;
    display: inline-block;
    width: 16px;
    height: 10px;
    margin-left: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
	background-position:center center;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: 0px;
}
.sort_by .chosen-container .chosen-results li{ width:100%; }
.sort_by .chosen-container-single .chosen-single div { right: 5px; }
.cat_pro_list_main {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
section.cate_productlist{ position:relative;margin-top: 59px; }
.right_cate_list {
    max-width: 66%;
    float: right;
	padding-bottom:62px;
}
.left_cate_list, .left_cate_menu {
    width: 34%;
    padding-right: 20px;
    margin-bottom: 62px;
}
/* .cat_pro_list_main div:not(last-child).left_cate_list {
    width: 34%;
} */
.left_cate_list h3, .left_cate_menu h3 {
    font-size: 16px;
    line-height: normal;
    color: #1a1a1a;
    margin-bottom: 32px;
}
.left_cate_list li a, .left_cate_menu li a {
    font-size: 14px;
    line-height: 1.71;
    color: #676767;
    font-family: 'robotoregular';
}
.left_cate_list li a:hover,
.left_cate_list li.active > a,
.left_cate_menu li a:hover,
.left_cate_menu li.active > a,
nav.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a{
    color: #0674ae;
}
.left_cate_list li,
.left_cate_menu li{
    margin-bottom: 22px;
}
.right_cate_list > ul {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    margin-bottom: 31px;
    padding-bottom: 31px;
    border-bottom: 1px solid #d7d7d7;
}

body.tax-service_category .right_cate_list > ul, body.single-services .right_cate_list > ul {
    display: block!important;
    list-style-type: disc;
    padding-left: 20px;
    line-height: 25px;
}

.right_cate_list ul li.pro_info {
    width: 80%;
    margin-right: 37px;
}
h4.pro-title-cate {
    font-size: 18px;
    line-height: normal;
    color: #1a1a1a;
	cursor:pointer;
}
h4.pro-title-cate:hover {
    color: #0674ae;
}

.right_cate_list dl {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: normal;
    color: #676767;
    font-family: 'robotoregular';
	margin-bottom: 9px;
}
.right_cate_list li.price_tag {
    max-width: 182px;
    text-align: right;
}
.right_cate_list dt, .right_cate_list dd {
    display: inline-block;
    vertical-align: top;
}
.right_cate_list dt {
    width: calc(100% - 88%);
    margin-right: 17px;
}
.right_cate_list dd {
    width: calc(98% - 16.8%);
}
.right_cate_list dd a {
    color: #0674ae;
}
.price_tag b,
span.from.available-on-request {
    font-size: 14px;
    line-height: normal;
    color: #1a1a1a;
    white-space: nowrap;
    position: relative;
    min-height: 22px;
    display: block;
	font-family: 'robotomedium';
}
.price_tag b span {
    font-size: 20px;
    margin-left: 7px;
}
a.view_pro {
    font-size: 14px;
    color: #0674ae;
    display: block;
    height: 36px;
    width: 124px;
    border: 1px solid #0674ae;
    border-radius: 24px;
    line-height: 33px;
    text-align: center;
    transition: background-color 0.5s ease;
    float: right;
    font-family: 'robotoregular';
    font-weight: 600;
}
a.view_pro:hover {
    background: #0674ae;
    color: #fff;
}
.pagi {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    text-align: center;
}
ul.pagi_ul {
    width: 100%;
    margin: 0 20px;
}
.pagi a {
	line-height: 36px;
	font-size: 16px;
	color: #676767;
	font-family: 'robotoregular';
	white-space: nowrap;
}
.pagi a:hover {
    color: #0674ae;
}
ul.pagi_ul li {
    display: inline-block;
}
ul.pagi_ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
	transition: background-color 0.5s ease;
}
ul.pagi_ul li:hover a,
ul.pagi_ul li.active,
ul.pagi_ul li:focus {
	background: #0674ae;
	color: #fff;
}
a.prev,
a.next {
    position: absolute;
}
a.next {right: 0;}
a.prev{left:0;}
/* Product Page */
.gray-bread .breadcurms li,
.gray-bread .breadcurms li a { color: #8c8c8c; }
.gray-bread .breadcurms li a::after{background:#8c8c8c;}
.gray-bread .breadcurms ul { margin-bottom: 30px; }
.product-single section.inner-banner { border-bottom: 1px solid #d7d7d7; }
.c1-biotin-left h2 {
    font-size: 34px;
    color: #1a1a1a;
    margin-bottom: 21px;
    font-family: 'robotobold';
	line-height:38px;
}
.c1-biotin-main {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    border-bottom: 1px solid #d7d7d7;
}
.c1-biotin-left {
    width: calc(100% - 92px);
    margin-bottom: 32px;
}
.c1-biotin-price {
    font-size: 24px;
    text-align: right;
    color: #1a1a1a;
    font-family: 'robotobold';
    margin-top: 14px;
}
.c1-biotin-left p {
    font-size: 16px;
    line-height: 1.75;
    color: #676767;
}
.c1-biotin-cart {
    margin-top: 30px;
    margin-bottom: 48px;
}
.c1-cart a.chosen-single {
    height: 48px;
    border-radius: 24px;
    background-color: #f4f4f4;
    line-height: 48px;
    padding: 0 10px 0 19px;
}
.c1-cart .chosen-container {
    min-width: 282px;
}
.c1-cart .chosen-container-single .chosen-single span {
    color: #1a1a1a;
    font-size: 14px;
}
.c1-biotin-cart .chosen-container-single .chosen-single div{right:19px;}
.c1-biotin-cart button.add-basket {
    border-radius: 24px;
    background-color: #0674ae;
    height: 48px;
    padding: 0 47px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'robotomedium';
    margin-left: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color 0.5s ease;
}
.c1-biotin-cart button.add-basket:hover {
    background: transparent;
    color: #0674ae;
    border: 1px solid #0674ae;
}
.c1-cart a.request-q {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #0674ae;
    margin-left:0px;
	position:relative;
	display:inline-block;
	margin-top:10px;
}
.c1-cart a.request-q::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #0674ae;
    transition: width .3s;
    position: absolute;
    bottom: 0;
	left:0;
}
.c1-cart a.request-q:hover::after {
    width: 100%;
}
.right_cate_list h3 {
    font-size: 24px;
    line-height: normal;
    color: #1a1a1a;
    font-family: 'robotobold';
    padding-bottom: 19px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 42px;
}

/* Tabing Style */
.tabing {margin-bottom: 66px;padding-bottom: 22px;border-bottom: 1px solid #d7d7d7;}
#tabs {overflow: hidden;width: 100%;margin: 0 0 22px 0;padding: 0;list-style: none;border-bottom: 1px solid #d7d7d7;}
#tabs li {float: left;margin: 0 .5em 0 0;position: relative;padding: 0 15px 24px;float: left;text-decoration: none;font-size: 16px;line-height: normal;color: #1a1a1a;border-bottom:1px solid transparent;cursor:pointer;}
#tabs li:hover, #tabs li:hover::after, #tabs li:focus, #tabs li:focus::after, #tabs li.active{border-bottom:1px solid #0674ae;}
#tabs li:focus {outline: 0;}
#tabs li#current {z-index: 3;}
#content {background: #fff;	padding: 0px;position: relative;z-index: 2;}
h5.tab_drawer_heading{display:none;}
.tabing dl {font-size: 16px;line-height: 2.38;color: #676767;}
.right_cate_list .tabing dt {width: calc(100% - 81%);}
.right_cate_list .tabing dd {width: calc(98% - 20%);line-height: 34px;}

/* Service Page */
.parallax-window.service { background: url(../images/service-antibody.jpg) 50% 0 no-repeat fixed; }
h2.title {
    font-size: 34px;
    line-height: normal;
    color: #1a1a1a;
    margin-bottom: 14px;
    font-family: 'robotobold';
}
.right_cate_list p {
    font-size: 16px;
    line-height: 1.75;
    color: #676767;
    margin-bottom: 30px;
}
.service-block-ul { margin-top: 60px; }
.service-block-ul ul { margin-right: 48px; }
.service-block-ul ul li {
    margin-bottom: 20px;
    width: 49%;
    display: inline-block;
    min-height: 48px;
    vertical-align: bottom;
}
.service-block-ul ul li a {
    font-size: 16px;
    line-height: 1.75;
    color: #0674ae;
	font-family: 'robotoregular';
    padding-left: 64px;
    display: inline-block;
 	position: relative;
}
span.file-icn {
    display: inline-block;
    height: 48px;
    width: 48px;
    vertical-align: middle;
    margin-right: 16px;
    background: #0674ae url(../images/file.svg) no-repeat center center;
    border-radius: 100%;
	background-size:24px 24px;
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product_list_left > ul > li > a,
nav.woocommerce-MyAccount-navigation a {
    font-size: 16px;
    line-height: normal;
    color: #1a1a1a;
    font-family: 'robotomedium';
}
.product_list_left > ul > li > a.active{ color:#0674ae; }
.product_list_left > ul > li,
.woocommerce-MyAccount-navigation ul li{
    margin-bottom: 0;
    padding: 22px 15px 18px;
    border-top: 1px solid #d7d7d7;
    position: relative;
}
.product_list_left > ul > li ul {
    margin-top: 32px;
    padding-bottom: 8px;
	display:none;
}
.product_list_left ul {
    max-width: 282px;
}
li.sub_product span.subpro-plus {
    display: block;
    position: absolute;
    right: 13px;
    width: 30px;
    height: 30px;
    top: 18px;
    cursor: pointer;
    background: url(../images/chevron-down.svg) no-repeat center center;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    background-size: 20px;
}
li.sub_product span.subpro-plus.subpro-minus {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.product_list_left > ul > li:last-child {border-bottom: 1px solid #d7d7d7;}

/* Service Page 2*/
.get_info { margin-top: 65px; }
.right_cate_list .get_info h3 {
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.get_quote {
    margin-bottom: 30px;
}
.get_quote li {
    font-size: 16px;
    line-height: 1.75;
    color: #676767;
    font-family: 'robotoregular';
    position: relative;
    margin-bottom: 10px;
	padding-left: 43px;
}
.get_quote li:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
	content:'';
    width: 25px;
    background: url(../images/check.svg) no-repeat center center;
}
/* Check Box */
/* .checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: url(../images/check-gray.svg) no-repeat center center;
}
.checkbox input:checked ~ .checkmark { background: url(../images/check.svg) no-repeat center center; }
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox input:checked ~ .checkmark:after { display: block; }
.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
}*/

.contact_form {
    margin-bottom: 60px;
    margin-top: 66px;
}
.right_cate_list .contact_form h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
body .contact_form .gform_fields label {
    font-size: 14px;
    line-height: normal;
    color: #1a1a1a;
    font-family: 'robotobold';
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.n_e {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    margin-bottom: 11px;
}
.n_e .inline-ne { width: 50%; }
.n_e .inline-ne:first-child { margin-right: 24px; }
body .contact_form .gform_wrapper input,
.woocommerce-billing-fields__field-wrapper input,
.woocommerce form .form-row input.input-text{
    width: 100%;
    height: 48px;
    border: 0;
    background-color: #f4f4f4;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 16px;
	outline:0 none;
	padding: 0 16px!important;
	font-family: 'robotoregular';
	color:#676767;
}
body .contact_form textarea.textarea,
.woocommerce form .form-row textarea  {
    background-color: #f4f4f4;
    border-radius: 4px;
    margin-bottom: 5px;
    height: 192px;
    width: 100%;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-family: 'robotoregular';
	outline:0 none;
	color:#676767;
}
textarea.contact_msg::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #676767;}
textarea.contact_msg::-moz-placeholder { /* Firefox 19+ */  color: #676767;}
textarea.contact_msg:-ms-input-placeholder { /* IE 10+ */ color: #676767;}
textarea.contact_msg:-moz-placeholder { /* Firefox 18- */color: #676767;}
.contact_form .gform_wrapper .gform_footer input.button {
    height: 48px;
    border-radius: 24px;
    background-color: #0674ae;
    border: 0;
    color: #fff;
    padding: 0 38px;
    float: right;
	outline:0 none;
    margin-top: 11px;
	border:2px solid transparent;
	transition: background-color 0.5s ease;
	cursor:pointer;
	font-size: 13px;
    letter-spacing: .5px;
    -webkit-appearance: none;
}
.contact_form .gform_wrapper .gform_footer input.button:hover{
	border-color:#0674ae;
	color:#0674ae;
	background:transparent;
}
.contact_form .gform_wrapper .gform_footer{margin:0; padding:0;}
.tabing.service_tab {
    border: 0;
    padding: 0;
    margin: 0;
}
.service_tab ul#tabs { margin-bottom: 28px; }
.service_tab p { margin-bottom: 0; }


/* Specification Page */
.spec_block_main {
    margin-top: 20px;
}
.spec_block {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 38px;
    padding-top: 40px;
}
.spec_img {
    width: 112px;
    margin-right: 20px;
}
.spec_info { max-width: 660px; }
h5.bool_title {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.spec_info a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #0674ae;
    font-family: 'robotoregular';
	position:relative;
    margin-top: 10px;
	display:inline-block;
}
.spec_info a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #0674ae;
    transition: width .3s;
    position: absolute;
    bottom: 0;
}
.spec_info a:hover::after { width: 100%; }
.right_cate_list .spec_info p { margin-bottom: 10px; }
.spec_block_main .spec_block:last-child { border: 0;padding-bottom: 0; }
.our_speci .right_cate_list  p { margin-bottom: 0;}
.more_testi {
    margin-top: 80px;
}
.pagi {
    margin-top: 37px;
	position:relative;
}
.right_cate_list span.quote {
    margin-bottom: 30px;
    display: block;
}
.right_cate_list span.quote img {
	margin:0 auto;
	display:block;
}
.tes_quote {
    margin-top: 60px;
}
.our_speci .right_cate_list p.test_info {
    margin-bottom: 25px;
}
hr.bor_pad {
    margin: 40px 0;
    height: 1px;
    background: #d7d7d7;
    border: 0;
}
.more_testi h4.pro-title-cate {
    margin-bottom: 12px;
}
.ge_inquiry_box {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.general_enquiry .contact_form {
    margin-bottom: 0;
}
span.ge_icn {
    display: block;
    height: 72px;
    width: 72px;
    text-align: center;
    border: 2px solid #0674ae;
    border-radius: 100%;
    position: relative;
    margin: 0 auto 22px;
}
span.ge_icn img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	max-width:24px;
}
.ge_icon_block {
    width: 25%;
    text-align: center;
    margin-top: 60px;
}
h6.g_title {
    margin-bottom: 9px;
}
a.g_link {
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    color: #676767;
    font-family: 'robotoregular';
    word-break: break-word;
}
.contactus #footer {
    border-top: 1px solid #d7d7d7;
}

/* Search Page */
section.search_section {
    margin-top: 60px;
}
input.in-contact {
    background: #f4f4f4;
    border: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 60px 0 10px;
    font-size: 20px;
	outline: 0 none;
}
button.in-con-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 55px;
    width: 55px;
    background: transparent;
}
.in-con-btn img {
    margin-left: -10px;
    margin-top: 3px;
}
.search_left {
    max-width: 66%;
    padding-bottom: 138px;
}
.search_left h2.title {
    padding-bottom: 18px;
    border-bottom: 1px solid #d7d7d7;
    margin: 0;
}
.search_left form {
    position: relative;
	margin-bottom: 36px;
}
.search_block {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 30px;
	padding-top:26px;
}
span.result {
    font-size: 14px;
    line-height: normal;
    color: #8c8c8c;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 17px;
}
.search_info h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-family: 'robotobold';
}
.search_info p {
    font-size: 16px;
    line-height: 1.75;
    color: #676767;
}
hr.bor {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
}
a.checkout-button.button.alt.wc-forward,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 13px 34px;
    background: #0674ae;
    display: inline-block;
    border-radius: 24px;
    margin-top: 20px;
    border: 2px solid transparent;
    transition: background-color 0.5s ease;
    float: right;
}
a.checkout-button.button.alt.wc-forward:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    border: 2px solid #0674ae;
    background: #fff;
    color: #0674ae;
}
.woocommerce-page h1.entry-title {
    display: none;
}
.woocommerce-page .cart_totals h2,
h2.woocommerce-order-details__title,
h2.woocommerce-column__title,
.woocommerce-account .addresses .title h3,
.woocommerce-MyAccount-content fieldset legend,
h2.ywraq_my_account_quotes_title,
h3#order_review_heading,
.woocommerce-billing-fields h3{
    margin-bottom: 15px;
    font-size: 20px;
}
.entry-header h1.entry-title{ display:none; }
.woocommerce-MyAccount-content fieldset{ margin-top:20px; }
.contact_form .gform_wrapper {
    margin: -16px 0 16px;
    max-width: 100%;
}
.woocommerce .cart .button {
    background: transparent;
    color: #0674ae;
    border-radius: 14px;
    border: 1px solid #0674ae;
    font-size: 13px;
	transition: background-color 0.5s ease;
}
.woocommerce .cart .button:hover{
	background: #0674ae;
	border: 1px solid #0674ae;
	color:#fff;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
    background-color: #f4f4f4;
    border: 0;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
	height:auto;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
}
.woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 20px;
    margin: 0px 0 70px;
}
.woocommerce ul.order_details {
    padding: 30px;
    background: #f7f7f7;
}
.woocommerce .woocommerce-customer-details address,
.woocommerce .woocommerce-customer-details address, .woocommerce-Addresses address {
    line-height: 25px;
    border: 0;
    padding: 15px;
    background: #efefef;
    border-radius: 0;
    font-size: 16px;
    font-family: 'robotoregular';
}
.woocommerce ul.order_details li strong {
    margin-top: 10px;
}
.woocommerce .c1-biotin-cart button.add-basket,
.woocommerce a.add-request-quote-button.button{
	line-height: 48px;
}



.woocommerce table.shop_table th,
.woocommerce table.shop_table td{padding:20px 12px;text-align:left;}
.woocommerce form.woocommerce-cart-form {
    display: inline-block;
    width: calc(100% - 36%);
    margin-right: 2%;
    vertical-align: top;
}
.woocommerce .cart-collaterals {
    display: inline-block;
    width: calc(100% - 67%);
    vertical-align: top;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    border: 1px solid rgba(0,0,0,.1);
    padding: 15px;
    border-radius: 4px;
}
.cart_totals table.shop_table.shop_table_responsive {
    border: 0;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.wc-proceed-to-checkout .a.checkout-button.button.alt.wc-forward {
    padding: 0;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    margin: 15px 0 0;
}
.woocommerce-cart .woocommerce {
    text-align: center;
    margin-bottom: 100px;
}

p.cart-empty {
    margin-bottom: 20px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #2383b7;
    color: #fff;
    font-weight: normal;
    border-radius: 24px;
	border: 2px solid transparent;
    transition: background-color 0.5s ease;
    padding: 13px 34px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{padding: 13px 34px;border-color:#515151; }
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    border: 2px solid #0674ae;
    background: #fff;
    color: #0674ae;
}
.woocommerce-page .cart_totals h2,
h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
	text-align:left;
}
section.error-404 {
    margin-top: 100px;
}
.error-404 .container {
    max-width: 30%;
    text-align: center;
}
.error-404 .container p {
    margin-bottom: 50px;
}
.error-404 .container header.page-header {
    margin-bottom: 20px;
}
.error-404 .container header.page-header h1 {
    font-size: 36px;
}
.error-404 .container .page-content {
    margin-bottom: 120px;
}
.woocommerce-MyAccount-content p {
    font-size: 17px;
    line-height: 30px;
	margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    border:1px solid rgba(0,0,0,.1);
    padding: 15px;
}
.woocommerce table.shop_table{
	border:0;
	margin-bottom:0;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 24px;
    border-radius: 0;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    margin-bottom: 0;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{ border-radius:0; }
.woocommerce-MyAccount-content p mark {
    background: none;
    color: #0674ae;
    font-weight: 600;
}
.search_info h3 a {
    color: #000;
}
.search_info h3 a:hover {
    color: #0674ae;
}
.woocommerce-page section.content-area {
    margin-top: 40px;
}
.woocommerce-account .woocommerce h2 {
    font-size: 30px;
    max-width: 500px;
    margin: auto;
    background: #0674ae;
    padding: 10px 30px;
    color: #fff;
    line-height: normal;
    border-radius: 30px 30px 0 0;
    margin-top: 50px;
}
form.woocommerce-form.woocommerce-form-login.login {
    max-width: 500px;
    margin: 0px auto 50px;
    border-radius: 0;
}
.logged-in.woocommerce-account .woocommerce h2 {
    background: none;
    color: #000;
    font-size: 20px;
    text-align: left;
    max-width: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.coupon input#coupon_code {
    padding: 14px 15px 13px;
    width: auto;
    border: 0;
}
.coupon {
    background: #fff;
    border: 1px solid #0674ae;
}
.woocommerce .cart .coupon .button {
    background: #0674ae;
    border: 1px solid #0674ae;
    color: #fff;
    border-radius: 30px 0px 0px 0px;
    font-size: 14px;
    outline: 0 none;
    padding: 12px 25px;
}
.woocommerce .cart .coupon .button:hover {
    background: #088fd6;
}
.woocommerce div.product form.cart .button {
    margin-right: 20px;
}
.woocommerce div.product .out-of-stock {
    background: #f7f7f7;
    color: #fd1b12;
    border-left: 5px solid #0674ae;
    padding: 5px 20px;
}

.gform_wrapper.gform_validation_error div.validation_error{
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.gform_wrapper .gform_body li.gfield.gfield_error,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color: transparent;
    margin-bottom: 0px!important;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.gform_wrapper .gform_body .gfield_error .gfield_label {
    color: inherit;
}
.gform_wrapper .gform_body .field_description_below .gfield_description {
    padding-top: 6px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 16px;
}
h3.mobile_side_nav {
    display: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 48px;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
.cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    float: none;
}

.woocommerce .woocommerce-result-count {
    margin: 0;
    float: none;
    line-height: 36px;
	font-size:14px;
}
.woocommerce .woocommerce-ordering{margin-bottom:0;}

/*.slide-main > a {
    max-height: 215px;
    overflow: hidden;
    display: block;
}*/


/* @media (min-width: 1199px){
	.nav ul.nav-menu>li.submenu.default:hover .nav_parent {display: block!important;}
} */
.variations .chosen-hidden {
    display: none;
}
.general_enquiry ol li {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.75;
    color: #676767;
    margin-bottom: 30px;
    font-family: 'robotoregular';
    list-style: decimal;
    margin-left: 20px;
}
.woocommerce-terms-and-conditions li {
    font-family: 'robotoregular';
    line-height: normal;
    margin-bottom: 10px;
    font-size: 13px;
    list-style-type: decimal;
}
.woocommerce-terms-and-conditions li strong {font-family: 'robotomedium';}
.general_enquiry ol li strong {
    color: #000;
    font-family: 'robotomedium';
}
#field_1_8 label.gfield_label,
#field_2_7 label.gfield_label{
    display: none;
}

.checkout-logos {
    height: 24px !important;
}

.container .align-left{
    float: left;
    margin-right: 20px;
}

.container .align-right{
    float: right;
    margin-left: 20px;
}

.news-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* spacing between items, adjust as needed */
}
  
.news-container .single-news {
    flex: 1 1 calc(50% - 20px); /* two items per row, adjust for your needs */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid #ddd; /* optional styling */
    padding: 15px;
}
  
.news-container .single-news article {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* .single-news {
    width: 48%;
    float: left;
    margin: 0px 10px 30px 0px;
} */

.single-news .post-thumbnail img{
    width: 100%;
    height: auto;
}

.single-news .entry-header a{
    color:#000;
}
.single-news .entry-header a:hover{
    color:#0674ae;
}

/* .single-news article {
    border: 1px solid #ccc;
} */

.single-news .entry-header, .single-news .entry-content{
    padding:10px;
}
.single-news .entry-header .entry-title{
    font-size: 16px;
    margin-top: 10px;
    line-height: 18px;
    display: block;
}

.single-news .entry-header .posted-on{
    font-size: 12px;
}
.single-news .entry-header .byline, .single-news .entry-header .author, .single-news .entry-header .posted-on .entry-date, .single-news .entry-header .posted-on .updated{
    display: none;
}
.single-news .entry-header .posted-on .entry-date.published{
    display: block !important;
}
.news-archive .page-header{
    margin-bottom: 30px;
}

/* Mobile view: 1 item per row */
@media (max-width: 768px) {
    .news-container .single-news {
      flex: 1 1 100%;
    }
}

@media screen and (min-width: 1213px) {
    .shop {
        max-width: 31.1% !important;
        height: fit-content !important;
    }
    .shop_pro .shop:nth-child(2n+2) {
        margin-right: 24px !important;
    }
    /* body.home .list_cat li  {
        width: 100% !important;
    } */
}

body.tax-service_category .right_cate_list > ul, 
body.single-services .right_cate_list > ul {
    font-family: 'robotoregular';
    color: #676767;
}

footer a,
footer h3,
footer li,
footer span {
    font-family: Arial, Helvetica, sans-serif !important;
}

.contact-page-hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 66px;
}

.search_pro .chosen-container {
    z-index: 9 !important;
}
.shop {
    padding-left: 16px !important;
    padding-left: 16px !important;
    padding-top: 96px !important;
    margin-right: 8px;
}

@media screen and (min-width: 1213px) {
    .shop_pro .shop:nth-child(2n+2) {
        margin-right: 8px !important;
    }
}

.shop span.antibodie_icn {
    top: 24px !important;
    left: 16px !important;
}


.shop h2 {
    padding-left: 0px !important;
}

@media screen and (min-width: 1213px) {
    .shop {
        max-width: 32.4% !important;
        min-width: 32.4% !important;
    }
    
    .list_cat li {
        margin-bottom: 20px;
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }

    .list_cat ul li:nth-child(odd) {      
        margin-right: 8px;
    }

    .list_cat ul {      
        width: 100%;
    }
}

.right_cate_list > ul {
    border-bottom: unset !important;
}

.single-news .post-thumbnail img {
    aspect-ratio: 159 / 106;
    object-fit: cover;
    max-width: 348px;
}


@media screen and (min-width: 768px){
    .single-news-content-wrapper {
        display: flex;
        justify-content: flex-start;

    }
    
    .single-news-content-wrapper > .post-thumbnail {
        width: 33%;
        padding: 10px;
    }
    
    .single-news-content-wrapper > .entry-content {
        width: 66%;
    }
}

.shop span.antibodie_icn {
    transform: rotate(180deg);
}

.shop span.antibodie_icn > img {
    max-width: 24px;
}

.right_cate_list > ul {
    margin-bottom: unset !important;
    /* padding-bottom: px !important; */
}

/* footer .social-media {
    text-align: left !important;
    margin-top: unset !important;
}

footer .social-media li {
    margin-left: unset !important;
} */

footer .social-media img {
    width: auto;
    height: 32px;
}


@media screen and (min-width: 768px) {
    ul.nav_sub li {
        max-width: 175px !important;
    }    
    .cart-collaterals .cross-sells {
        text-align: left;   
        width: 100% !important;
    }

    .cart-collaterals .cross-sells li {
        width: 100% !important;        
    }

    .cart-collaterals .cross-sells h2 {
        margin-bottom: 32px !important;
    }

    .cart-collaterals .cross-sells ul.products .test-content-product-template li {
        font-size: 14px !important;
        line-height: 1.2 !important;
        
    }

    .cart-collaterals .cross-sells ul.products .test-content-product-template li dl dt {
        font-weight: bold !important;
    }

}

.entry-content ul {
    font-family: 'robotoregular' !important;
}