.white {
	color: #fff !important;
}

.blue {
	color: #233c62 !important;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

.greyborder {
	border: 1px solid #999999;
}

.btn-primary,
.btn-primary:hover {
	background-color: #97d0db;
	border-color: #97d0db;
	background-image: none;
}

.spacer-half {
	clear: both;
	width: 100%;
	height: 10px;
}

.spacer-single {
	clear: both;
	width: 100%;
	height: 20px;
}

.spacer-double {
	clear: both;
	width: 100%;
	height: 40px;
}

.col-centered {
	float:none;
	margin: 0 auto;
}

.text-bold {
	font-weight: bold;
}

.nopad {
	padding: 0 !important;
}

.nomarg {
	margin: 0 !important;
}

.notxtdec {
	text-decoration: none !important;
}

header .blue:hover {
	color: #5aa4c8 !important;
}

.headpad {
	height: 0;
	width: 100%;
}

.fix {
	height: 98px;
}

.divider {
	padding: 25px 0 20px 0;
	background: #233c62;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.divider:before {
	content: "";
	position: absolute;
	top: 0;
	right: -30%;
	width: 40%;
	height: 100%;
	transform: skew(-20deg);
	background: #97d0db;
}

.divider h2 {
	position: relative;
	color: #fff;
}

.white-container {
	background-color: #fff;
	border: 1px solid #EFEFEF;
	border-radius: 2px;
	min-height: 391px;
}

.white-container .txt-content {
	padding: 30px;
}

.blue-circle {
	background: #233c62;
	border-radius: 33px;
	-moz-border-radius: 33px;
	-webkit-border-radius: 33px;
	width: 66px; height: 66px;
	text-align: center;
	margin: -35px auto 0;
	border: 1px solid #ffffff;
}

.fontmontserrat {
	font-family: "Montserrat",sans-serif !important;
	margin: 9px 0;
}

.blue-circle i {
	color: #fff;
	font-size: 36px;
}

.social-prefoot {
	background: #43474D;c
}

.social-prefoot a i {
	font-size: 34px;
	color: #ffffff;
	padding: 30px;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.social-prefoot a i:hover {
	color: #97d0db;
}

.secondarynavlinks {
	color: #999999;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid transparent;
	text-transform: uppercase;
}

.secondarynavlinks:hover {
	border: 2px solid #999999;
	text-decoration: none;
	color: #0076BF;
}

.generic-content {
	padding: 20px 0;
}

.generic-content-bg1 {
	background-color: #f5f5f5;
	padding: 20px 0;
}

.pageHeader {
	background: #233c62;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
}

.pageHeader h1 {
	color: #ffffff;
}

.pageHeader::before {
	content: '';
	position: absolute;
	background-color: #97d0db;
	top: 0;
	left: 75%;
	right: -150px;
	bottom: 0;
	transform: skew(-20deg);
	z-index: 0;
}

.generic-content.xpad40 {
	padding: 40px 0 !important;
}

.generic-content-bg1.xpad40 {
	padding: 40px 0 !important;
}

.readmorebtn {
	border: 2px solid #999999;
	color: #999999;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.readmorebtn:hover {
	text-decoration: none;
	color: #adadad;
	border: 2px solid #adadad;
}

footer {
	background: #3D4045;
	padding: 60px 0;
	color: #fff;
}

footer a {
	color: #fff;
	display: block;
}

footer h4 {
	font-weight: bold;
}

footer a:hover {
	color: #97d0db;
}

.homep-button {
	font-family: 'Montserrat', sans-serif;
	color: #233c62;
	border: 3px solid #233c62;
	border-radius: 4px;
	padding: 10px 20px;
}

.homep-button.white-text {
	color: white;
}

.homep-banner {
	overflow: hidden;
}

.bannerWrap::before {
	content: '';
	position: absolute;
	background-color: #97d0db;
	top: 0;
	left: 75%;
	right: -150px;
	bottom: 0;
	transform: skew(-20deg);
	z-index: 0;
}

@media(max-width:992px) {
  .bannerWrap::before {
  	display: none;
  }
}

.homep-banner .slide1 {
	background: url(/assets/img/home/banner/banner_img1.jpg) no-repeat;
	min-height: 550px;
	position: relative;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.homep-banner .slide2 {
	background: url(/assets/img/home/banner/banner_img2.jpg) no-repeat;
	min-height: 550px;
	position: relative;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.homep-banner .slide3 {
	background: url(/assets/img/home/banner/banner_img3.jpg) no-repeat;
	min-height: 550px;
	position: relative;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.homep-banner .slide4 {
	background: url(/assets/img/home/banner/banner_img4.jpg) no-repeat;
	min-height: 550px;
	position: relative;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.homep-banner .banner-content {
	//position: absolute;
	//top: 50%;
	//transform: translateY(-50%);
	//left: 12%;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (max-width: 768px) {
	.homep-banner .banner-content {
		left: 0;
	}
	.homep-banner .banner-content h1 {
		font-size: 26px !important;
	}
}

.sliderarrow {
	position: absolute;
	background: rgba(0,0,0,0.6);
	top: 43%;
	height: 100px;
	cursor: pointer;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.sliderarrow i {
	font-size: 34px;
	padding: 75% 15px;
	color: #ccc;
}

.sliderarrow:hover {
	background: rgba(0,0,0,0.8);
}

.prev {
	left: 0;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottom-right: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.next {
	right: 0;
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottom-left: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.homep-banner .banner-content .bannerWrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}

.homep-banner .banner-content .caption {
	//background: rgba(0,0,0,0.7);
	//padding: 1px 30px;
	position: absolute;
	top: 30%;
	left: 10%;
	max-width: 650px;
}

.homep-banner .banner-content h1 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3;
	font-size: 37px;
}

.homep-banner .banner-content button,
#pageBanner .btn-info
{
	text-transform: uppercase;
	margin-left: 0;
	background-color: #97d0db;
	border-color: #97d0db;
	background-image: none;
}

.home4col {
	padding: 40px 0;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
}

.home4col h4 {
	margin: 20px 0;
	text-transform: uppercase;
}

.home4col h4 a {
	color: #233c62;
	font-weight: bold;
}

.home4col p {
	padding: 0 30px;
}

.homep-products {
	padding: 80px 0;
	overflow-x: hidden;
	overflow-y: auto;
	color: #233c62;
	background-size: cover;
}

.homep-products h5 a {
	color: #233c62;
	font-weight: bold;
}

.homep-products h2 {
	color: #233c62;
}

.homep-products .icon-ortho {
	color: #233c62;
	font-size: 42px;
}

.homep-about {
	background: #F7F7F7;
	padding: 60px 0 80px 0;
}

.homep-about h2 {
	color: #000;
}

.homep-news {
	padding: 60px 0 80px 0;
}

.homep-contact {
	background: #233c62;
	padding: 60px 0 55px;
	position: relative;
	overflow: hidden;
}

.homep-contact h2 {
	margin: 15px 10px 0 0;
	font-size: 25px;
}

.homep-contact::before {
	content: '';
	background-color: #97d0db;
	position: absolute;
	left: 50%;
	right: -50px;
	top: 0;
	bottom: 0;
	transform: skew(-15deg);
}

.homep-contact .homep-button {
	background: #233c62; 
	border: 0;
	padding: 15px 25px;
	font-size: 16px;
	margin-left: 20px;
}

.homep-contact .homep-button:hover {
	border-radius: 4px;
}

@media(max-width:992px) {
	.homep-contact {
		text-align: center;
	}
	.homep-contact::before {
		content: '';
		background-color: #97d0db;
		position: absolute;
		left: 0;
		right: -50px;
		top: 0;
		bottom: 0;
		transform: skew(0deg);
	}
	.homep-contact .homep-button {
		background: #233c62; 
		border: 0;
		padding: 15px 25px;
		font-size: 16px;
		margin-top: 20px;
		margin-left: 0;
	}
}

.videobg {
	background: url(/assets/img/home/bg/videobg.png) no-repeat center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.homewelcome {
	padding: 40px 0;
	background: #f7f7f7;
}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 8%;
	left: 13.8%;
	width: 71.8%;
	height: 75%;
	position: absolute;
}

.generic-content {
	padding: 20px 0;
}

.careersmain {
	padding: 40px 0;
}

.career-block {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.contactmain {
	padding: 40px 0;
}

.pdfbtn {
	background: #0076bf;
}

.contactbtn {
	background: #3d4045;
}

.news-block {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.policy-detail-head {
	margin-bottom: 0 !important;
}

.main-product-desc {
	background: #fff;
	width: 100%;
	padding: 20px;
}

@media (max-width: 991px) {
  .homep-news .white-container {
  	margin-bottom: 60px;
  }

  footer .col-sm-12 {
  	margin: 20px 0;
  }
}

.policylightbox {
	display: none;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 20px;
	font-size: 14px;
    background-color: #0076bf;
    display: inline-block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	border: 3px solid #fff;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #3d4045;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.fa-cog {
	width: 100%;
	text-align:center;
	font-size: 42px !important;
}

.covid-19 {
	padding: 1.5rem;
}

.covid-19 p {
	font-size: 20px;
	text-decoration: underline;
	color: white;
	margin: 0;
	padding: 0;
}

.py-1 {
	padding: 0 4rem;
}

#videoBG {
	position: absolute;
	left:0; right:0; bottom:0; top:0;
	z-index: 1;
	background-size: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 1;
	display:block;
}

#pageBanner {
  background: black;
  position: relative;
  z-index: 0;
  height: 550px;
  overflow: hidden;
}
#pageBanner .carousel {
  position: relative;
  padding: 0;
  z-index: 0;
}
#pageBanner .content {
  text-align: left;
  z-index: 6;
  padding: 0 !important;
  color: #ffffff;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  height: 550px;
}
#pageBanner .content .abpos {
  position: absolute;
  bottom: 120px;
  padding: 0 30px;
  width: 100%;
}
#pageBanner .content .restrict {
  max-width: 700px;
}
#pageBanner h1, #pageBanner h2 {
  color: white;
  text-transform: uppercase;
}
#pageBanner h2 {
  font-size: 44px;
  margin: 0 0 5px !important;
  line-height: 1.1;
}
#pageBanner p {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}
#pageBanner .bgImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
#pageBanner.division .content .abpos {
  top: 50%;
}

#pageBanner .sliderarrow {
	z-index: 8;
}

#pageBanner .slick-list,
#pageBanner .slick-track {
	max-height: 550px;
}

#pageBanner .media {
	display: flex;
	align-items: flex-start;
}

#pageBanner .slick-slide {
	position: relative;
	overflow: hidden;
}

#pageBanner .content::before {
	content: '';
	position: absolute;
	background-color: #97d0db;
	top: 0;
	left: 80%;
	right: -700px;
	bottom: 0;
	transform: skew(-20deg);
	z-index: 0;
}

@media(max-width:992px) {
  #pageBanner .content::before {
  	display: none;
  }
}

@media (max-width: 1200px) {
  #pageBanner .content {
    height: 550px;
  }
  #pageBanner h2 {
    font-size: 42px;
  }
  #pageBanner p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #pageBanner .abpos {
    padding: 0 30px !important;
  }
  #pageBanner h2 {
    font-size: 32px;
    line-height: 1;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #pageBanner .content h2 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1;
  }
  #pageBanner .content p {
    font-size: 15px;
  }
}
