@charset "UTF-8";

/*Start: Common Css*/

.sign-up-text a {
  color: #fff;
  text-decoration: none;
}

.sign-up-text a:hover,
.sign-up-text a:focus {
  color: #fff;
  text-decoration: underline;
}

.fcontnt a {
  color: #000;
  text-decoration: none;
}

.fcontnt a:hover,
.fcontnt a:focus {
  color: #000;
  text-decoration: underline;
}

:-ms-input-placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder {
  color: rgb(143, 143, 162);
}

.checkicon {
  background-color: #fff !important;
  background: url(/wp-content/themes/merz/img/ic_confirmation.png) no-repeat scroll 285px 11px;
}

.alerticon {
  background-color: #fff !important;
  background: url(/wp-content/themes/merz/img/ic_alert.png) no-repeat scroll 295px 10px;
}

.rccheckicon {
  background-color: #fff !important;
  background: url(/wp-content/themes/merz/img/ic_confirmation.png) no-repeat scroll 216px 11px;
}

.rcalerticon {
  background-color: #fff !important;
  background: url(/wp-content/themes/merz/img/ic_alert.png) no-repeat scroll 225px 11px;
}

.rcpecheckicon {
  background-color: #fff !important;
  background: url(/wp-content/themes/merz/img/ic_confirmation.png) no-repeat scroll 495px 11px;
}

.rcpealerticon {
  background-color: #fff !important;
  background: url(/wp-content/themes/merz/img/ic_alert.png) no-repeat scroll 495px 11px;
}

.NoPaddingLeft {
  padding-left: 0px;
}

.NoPaddingRight {
  padding-right: 0px;
}

.logoContent {
  margin: 0px auto;
  text-align: center;
  float: none;
}

.logoContent img {
  margin-bottom: 10px;
}

.logoContent p {
  color: #ffffff;
  font-family: "open-sans";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 35px;
  margin-bottom: 2px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.8;
}

div.textContent {
  color: #fff;
  padding-left: 0px;
  padding-right: 0px;
}

div.textContent .headerPart {
  font-family: "open-sans";
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  line-height: 33px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.headerPart {
  margin-bottom: 40px;
  margin-top: 2px;
}

div.textContent .addHeader_1 {
  font-family: "open-sans";
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

div.formContent {
  padding: 40px 30% 20px;
}

div.formContent input[type="text"] {
  text-transform: uppercase;
  font-weight: bold;
  height: 45px;
}

div.btnSection_Container {
  text-align: center;
  margin-top: 30px;
}

div.btnSection_Container button {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: #AAB2BD;
  padding: 15px 80px;
  font-size: 18px;
  letter-spacing: 1px;
}

#signup .contentContainer {
  padding: 40px 5.3% 0;
}

.btn {
  text-align: center;
  line-height: 27px;
  color: #FFFFFF;
}


/*End: Common Css*/


/*Start: Header*/

.bkcolorfront {
  background-color: rgba(38, 94, 148, 0.8);
  border: 0;
}

.bkcolorall {
  background-color: rgb(38, 94, 148);
  border: 0;
}


/*End:- Header*/


/* Style for the Navigation - Starts */

nav {
  padding-top: 10px;
}

nav a.navbar-brand {
  padding: 20px 15px;
}

nav a.navbar-brand img {
  width: 250px;
}

.navbar-default {
  background-color: rgba(248, 248, 248, 0.8);
}

.navbar-default .navbar-nav > li > a {
  font-weight: bold;
  color: rgb(0, 112, 192);
  padding-top: 15px;
  padding-bottom: 19px;
}

.navButton_1,
.navButton_1:hover,
.navButton_1:active,
.navButton_1:focus {
  color: #fff;
  background: transparent;
  padding: 8px 35px;
  border: 1px solid white;
  text-transform: uppercase;
  margin-top: 6px;
}

.navButton_2,
.navButton_2:hover,
.navButton_2:active,
.navButton_2:focus {
  font-weight: bolder;
  color: #fff;
  text-transform: uppercase;
  background: #FFC701;
  padding: 12px 22px;
  -webkit-box-shadow: 1px 14px 52px -4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 1px 14px 52px -4px rgba(0, 0, 0, 0.65);
  box-shadow: 1px 14px 52px -4px rgba(0, 0, 0, 0.65);
  font-family: "open-sans";
  font-size: 17px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
}

div.navContainer_Custom {
  padding: 0px 0%;
}

nav.navbar {
  background-color: rgba(38, 94, 148, 0.8);
}


/* Style for the Navigation - Ends */


/* Style for the Floating Right Navigation - Starts */

div.floatNav_Container {
  position: absolute;
  width: 20%;
  right: 0px;
  top: 20%;
  padding: 20px 10px 20px 20px;
  z-index: 1;
}

div.floatNav_Container div.floatNav_Options {
  background: #FFC701;
  margin: 10px 0px;
  width: 5px;
  position: relative;
  float: right;
  height: 40px;
  overflow: hidden;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  border-left: 5px solid;
  border-color: white;
}

div.floatNav_Container div.floatNav_Options div {
  background: #FFC701;
  width: 150px;
  position: relative;
  padding: 10px;
  text-align: center;
}

.floatNav_Options a {
  text-decoration: none;
  outline: 0;
}

div.floatNav_Container ul {
  list-style-type: none;
}

div.floatNav_Container ul li {
  display: block;
  width: 100%;
  text-align: right;
  float: left;
}

div.floatNav_Container ul li div:hover {
  background: #FFC701;
  cursor: pointer;
  width: 150px;
  border-color: #FFC701;
}


/*Start:-responsive menu*/

.fullRequestButton {
  width: 100%;
  height: 60px;
  background-color: #FFC701;
  text-align: center;
}

.rccontent {
  padding-top: 18px;
}

.rarrow {
  width: 14px;
}

.rrsbutton {
  font-family: "open-sans";
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 19px;
  color: #FFFFFF;
}

.logoSignup {
  width: 100%;
  background-color: rgba(38, 94, 148, 0.8);
  height: 80px;
  text-align: center;
}

.cmargin {
  margin-top: 15px;
}

.singupa {
  text-align: right;
  margin-right: 8px;
  margin-right: 13px;
}


/* Style for the Floating Right Navigation - Ends */


/*Start:- Home Page*/


/*Start:- Video Section*/

div.homeBanner_Video_Container {
  /* height:200px; */
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: none;
}

video {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

video.homeBanner_Video {
  /* width: 100%;*/
  height: auto;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  opacity: 1;
  visibility: visible;
}

div.scrollContainer {
  position: absolute;
  bottom: 80px;
  text-align: center;
  width: 100%;
  z-index: 999;
}

div.scrollContainer a {
  padding-top: 0px;
}

div.scrollContainer a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 17px;
  /* -ks- Changed from 15px; */
  height: 17px;
  /* -ks- Changed from 15px; */
  margin-left: -12px;
  border-left: 3px solid #fff;
  /* -ks- Changed from 2px; */
  border-bottom: 3px solid #fff;
  /* -ks- Changed from 2px; */
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrollAnimation 2s infinite;
  animation: scrollAnimation 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

div.scrollContainer a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  opacity: 0.2;
  opacity: 0.4;
  animation-delay: 0s;
}

div.scrollContainer a span:nth-of-type(2) {
  top: 16px;
  opacity: 0.4;
  opacity: 0.6;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

div.scrollContainer a span:nth-of-type(3) {
  top: 32px;
  opacity: 0.6;
  opacity: 0.8;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}


/*End:- Video Section*/


/*Start:- Biomaterial Background*/

section#secondSection {
  background-image: url("/wp-content/themes/merz/img/bg_triangles-background.png");
  background-color: #16518A;
  background-position: center center;
  background-repeat: no-repeat;
	 background-size: cover;
}

#secondSection .textContent p {
  font-family: "open-sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

#secondSection .logoContent p {
  color: #FFFFFF;
}

#secondSection div.textContent .headerPart {
  color: #FFFFFF;
}


/*End:- Biomaterial Background*/


/*Start:- What we offer*/

.customizedVal {
  font-weight: normal;
  font-size: 14px;
  color: #000;
}

.inividuale {
  font-weight: normal;
  font-size: 14px;
  color: #000;
}

#wwoc {
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

#wwot {
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

#wwomm {
  font-size: 20px;
}


/*End:- What we offer*/


/*Start:- Image with Content Slider Section*/


/*zoom slider start*/


/*End:- Image with Content Slider Section*/


/*Start:- Why Biomaterials*/

#fifthSection div.textContent p {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1px;
  color: #434A54;
  font-family: "open-sans";
}


/*End:- Why Biomaterials*/


/*Start:- Sign Up Section*/

#signup {
  background-image: url("/wp-content/themes/merz/img/bg_triangles-signup.png");
  background-color: #004281;
  background-repeat: no-repeat;
  background-position-y: 70px;
}


/*End:- Sign Up Section*/


/*Start:- Footer Section*/

section#seventhSection {
  background-image: url("/wp-content/themes/merz/img/bg_triangles-footer.png");
  background-color: #005BB6;
  background-position: center center;
	background-size: cover;
}

section#footer div.contentContainer {
  padding: 0px 5.3% !important;
}

div.copyRight_Container {
  //font-family: "open-sans";
  font-size: 9px;
  text-align: center;
  line-height: 14px;
  color: #FFFFFF;
  padding: 10px 15%;
}

div.footerContainer {
  /* border-top: 2px solid #c1c1c1; */
  background: traparent;
  /* border-bottom: 1px solid #c1c1c1; */
}

div.dividerContainer-Footer {
  border: 1px solid #c1c1c1;
  margin: 30px 0 20px;
}

div.dividerContainer-Footer-After {
  border-top: 1px solid #c1c1c1;
  margin: 20px 0 0px;
}

.footerHolderParentContent_Last nav {
  height: auto;
  padding: 30px 0;
}

.footerLink {
  background: #f5f5f5;
}

.footerNav > p {
  margin: 5px 0 0 0;
  float: right;
  clear: right;
  color: #666;
  padding: 3px 15px 0 0;
  font-size: 13px;
  line-height: 1em;
  font-weight: bold;
}

a.merzLogo {
  padding: 20px 15px;
  height: 70px;
  float: left;
}

a.merzLogo img {
  width: 300px;
}


/* 31/01/2017 - Abhilas - Starts */

.footerHolderParentContent_Last p {
  font-family: "open-sans";
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  color: #FFFFFF;
}

.footerHolderParentContent_Last p span {
  font-family: "open-sans";
  text-align: center;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
}

.footerHolderParentContent_Last {
  padding: 40px 0px 0px;
}

/*End:- Footer Section*/


/*End:- Home Page*/

/* Style for the First Section - Starts */

section#firstSection {
  position: relative;
}

.overlayContainer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  color: white;
  background-color: rgba(0, 93, 185, 0.6);
}

.overlayContainer_TextContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}

div.bannerContent.v1 p:nth-child(1) {
  font-family: "open-sans";
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 130px;
  margin-bottom: 0px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 1px;
}

div.bannerContent.v1 p:nth-child(2) {
  color: rgb(255, 255, 255);
  font-family: "open-sans";
  font-size: 45px;
  padding-left: 17px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 2px;
}

div.bannerContent.v1 p:nth-child(3) {
  color: rgb(255, 255, 255);
  font-family: "open-sans";
  font-size: 52px;
  font-weight: 800;
  line-height: 43px;
  margin-left: 63px;
  letter-spacing: 2px;
}

div.bannerContent.v1 p:nth-child(4) {
  padding-left: 53px;
  font-size: 18px;
  color: #FFFFFF;
  font-family: "open-sans";
  font-weight: normal;
  line-height: 35px;
  letter-spacing: 1px;
}

div.bannerContent.v1 p:nth-child(4) strong {
  font-weight: 800;
}


/* Style for the First Section - Ends */


/* Style for the Section - Starts */

section#fifthSection {
  margin-top: 0px;
  background: #fff;
  position: relative;
  background: url(/wp-content/themes/merz/img/Why-Merz-Biomaterials-Background.jpg) center center / cover no-repeat;
  margin-top: -80px;
}

section#thirdSection {
  padding: 42px 0 0;
  position: relative;
  background: url(/wp-content/themes/merz/img/What-Do-We-offer-Background.jpg) center center / cover no-repeat;
}

section#footer {
  background: #005BB6;
}

section#fifthSection .logoContent p,
section#thirdSection .logoContent p {
  color: #005DB9;
  font-family: "open-sans";
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 6px;
  line-height: 22px;
  opacity: 0.8;
  text-align: center;
}

section#fifthSection div.textContent,
section#thirdSection div.textContent {
  color: #848484;
}

section#fifthSection div.textContent .headerPart,
#signup .textContent .headerPart {
  letter-spacing: 4px;
}

section#fifthSection div.textContent .addHeader_1 {
  color: #4D545E;
}

section#fifthSection div.buttonContent_Container {
  text-align: center;
  padding: 4% 5px;
}

#signup .textContent .headerPart {
  margin-bottom: 10px;
}

.logoContentOnly {
  padding: 0px;
  margin-bottom: 30px;
  margin-top: -30px;
}

.logoContentOnly img {
  max-width: 300px;
  margin: 0 auto;
}

/* Styles for the Section - Ends */


/* Styles for the Product Carousel - Starts */

div#myCarousel {
  overflow: hidden;
  max-height:600px;
}

div.item {
  overflow-y: auto;
  overflow-x: hidden;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
div.sliderContent_Container img {
  width: 100%;
  margin: auto;
  border-radius: 5px;
}

div.sliderContent_Container {
  border-radius: 5px;
}

div.sliderContent_Container div.txtCarousel_Container h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 1px;
  opacity: 0.8;
}

.carousel-indicators li {
  width: 40px;
  height: 5px;
  background-color: #AAB2BD;
  border: none;
  border-radius: 0px;
  margin: 0px 10px;
}

.carousel-indicators .active {
  width: 40px;
  height: 5px;
  background-color: #FFC701;
  margin: 0px 10px;
}

div.prodCarousel_Container div.contentContainer {
  padding-top: 0px;
}

div.sliderContent_Container div.smallSection img {
  height: 40px;
  width: 40px;
  margin-right: 15px;
}

div.sliderContent_Container div.smallSection span {
  font-weight: bold;
  font-size: 18px;
}

div.smallSection a div {
  text-align: center;
  margin-bottom: 20px;
}

div.smallSection-other {
  padding-top: 70px;
}

div.sliderContent_Container div.extraSmallSection p:first-child {
  color: #aeb1b7;
}

div.sliderContent_Container div.extraSmallSection p:last-child {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}

button.imgTxt_Button {
  background: #FFC701;
  color: #fff;
  padding: 10px 40px;
  -webkit-box-shadow: 1px 14px 52px -4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 1px 14px 52px -4px rgba(0, 0, 0, 0.65);
  box-shadow: 1px 14px 52px -4px rgba(0, 0, 0, 0.65);
}

button.imgTxt_Button span {
  font-weight: bold;
  font-size: 17px;
}

button.imgTxt_Button img {
  width: auto;
  height: auto;
  margin-right: 10px;
}

div.onlySomeText .capsText {
  color: #4F5660;
  font-size: 18px;
  font-weight: bold;
}

div.onlySomeText p {
  color: #4F5660;
}

div.sliderContent_Container div.btnParent_Container {
  margin-top: 50px;
}

.leftImg_Carousel img {
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 10px;
  z-index: 9999;
}

.rightImg_Carousel img {
  cursor: pointer;
  position: absolute;
  top: 40%;
  right: 10px;
  z-index: 9999;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
}

.carousel-control.right {
  z-index: 9999;
  right: 21px;
}

.carousel-control {
  /*width: 5%;*/
}


/* Styles for the Product Carousel - Ends */


/* Styles for the Plant Carousel - Starts */

div.imgCarousel-Container img {
  width: 100%;
  height: 300px;
}

figcaption {
  position: absolute;
  background: linear-gradient(to bottom, rgba(167, 207, 223, 0) 0%, rgba(35, 83, 138, 0.95) 100%);
  color: white;
  padding: 10px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

figure:hover figcaption {
}

figure:before {
  content: "";
  position: absolute;
  font-weight: 800;
  text-shadow: 0 0 5px white;
  color: black;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.6s ease;
  opacity: 0.75;
}

figure:hover:before {
  opacity: 0;
}

figcaption div.containerFig {
  /*padding: 65% 10px;*/
  padding-top: 40px;
  height: 192px;
}

figcaption .figCaptionHeading {
  font-family: "open-sans";
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  line-height: 41px;
  letter-spacing: 2px;
  color: #FFFFFF;
}

figcaption .figCaptionDesc {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "open-sans";
}

figcaption button {
  padding: 8px 15px !important;
  font-size: 10px !important;
}

.cap-left:before {
  bottom: 10px;
  left: 10px;
}

.cap-left figcaption {
  bottom: 0;
  left: -30%;
}

.cap-left:hover figcaption {
  left: 0;
}

.cap-right:before {
  bottom: 10px;
  right: 10px;
}

.cap-right figcaption {
  bottom: 0;
  right: -30%;
}

.cap-right:hover figcaption {
  right: 0;
}

.cap-top:before {
  top: 10px;
  left: 10px;
}

.cap-top figcaption {
  left: 0;
  top: -30%;
}

.cap-top:hover figcaption {
  top: 0;
}

.cap-bot:before {
  bottom: 10px;
  left: 10px;
}

.cap-bot figcaption {
  left: 0;
  bottom: -30%;
}

.cap-bot:hover figcaption {
  bottom: 0;
}

.secCarousel_Nav {
  display: block;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 0px;
}

.secCarousel_Nav img {
  width: 30px;
  height: 30px;
}

.rightNavCarousel {
  right: 0px;
}

.leftNavCarousel {
  left: 0px;
}


/* Styles for the Plant Carousel - Ends */


/* Style for the Contact Section - Starts */

div.contactContent div.shadowContainer,
div.shadowContainer {
  -webkit-box-shadow: 12px 13px 10px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 12px 13px 10px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 12px 13px 10px -3px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
  padding: 0px;
}

div.addressText_Container p:first-child,
div.addressText_Container p span:first-child {
  color: #CBDBE9;
  text-transform: uppercase;
}

div.addressText_Container p.text-capitalize,
div.addressText_Container p span.text-capitalize {
  font-weight: bold;
  font-size: 15px;
  color: #FEFEFE;
  margin-bottom: 0px;
  display: block;
}

div.addressText_Container p:first-child {
  text-transform: uppercase;
  opacity: 0.8;
  font-family: "open-sans";
  font-size: 11px;
  font-weight: 600;
  line-height: 9px;
  color: #FFFFFF;
}

div.addressText_Container p.text-capitalize {
  color: #fefefe;
  font-family: "open-sans";
  font-size: 14px;
  margin-bottom: 0;
}

.fcontnt {
  font-family: "open-sans" !important;
  font-size: 11px !important;
  line-height: 17px !important;
  color: #5b5d60 !important;
}

#gform_wrapper_3 li.gfield.gfield_error,
#gform_wrapper_3 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: unset;
  border-bottom: 0px solid #c89797;
  border-top: 0px solid #c89797;
  box-sizing: border-box;
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  padding-top: 0px;
}

#gform_wrapper_3 input[type="email"] {
  padding: 6px 12px;
}

#gform_wrapper_3 .field_description_below .gfield_description {
  padding-top: 0px;
  padding-left: 30px;
}

#input_3_6 .gchoice_3_6_1 {
  position: absolute;
}

#signup .formContent {
  padding: 0 34% 20px;
}

div.formContent input[type="email"] {
  text-transform: uppercase;
  font-weight: bold;
  height: 45px;
}

.sign-up-text {
  color: #ffffff;
  font-family: "open-sans";
  font-size: 10.5px;
  line-height: 17px;
  text-align: justify;
}

.wpfm-template-4 .wpfm-position-left ul li a:hover .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-top-left ul li a:hover .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-bottom-left ul li a:hover .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-right ul li a:hover .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-top-right ul li a:hover .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-bottom-right ul li a:hover .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-left ul li a.wpfm-active-nav .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-top-left ul li .wpfm-active-nav .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-bottom-left ul li a.wpfm-active-nav .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-right ul li a.wpfm-active-nav .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-top-right ul li a.wpfm-active-nav .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-bottom-right ul li a.wpfm-active-nav .wpfm-icon-block {
  background: yellow none repeat scroll 0 0 !important;
}

.wpfm-template-4 ul li .wpfm-icon-block {
  background: #fff none repeat scroll 0 0 !important;
}

.wpfm-template-4 .wpfm-position-right ul li .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-top-right ul li .wpfm-icon-block,
.wpfm-template-4 .wpfm-position-bottom-right ul li .wpfm-icon-block {
  left: 25px !important;
}

.wpfm-template-4 ul li .wpfm-icon-block {
  width: 5px !important;
}

#gform_wrapper_3 {
  /*margin-left: 28px;*/
  width: 100% !important;
}

#gform_wrapper_3 ul.gform_fields li.gfield {
  margin-bottom: 20px;
  padding-right: initial;
}

#gform_wrapper_3 label {
  display: none;
}

#gform_wrapper_3 ul li.gfield {
  margin-top: 0px;
}

.wpfm-template-4 .wpfm-menu-nav ul li > a > span.wpfm-menu-name {
  display: none !important;
}

.wpfm-template-4 .wpfm-position-right ul li a,
.wpfm-template-4 .wpfm-position-top-right ul li a,
.wpfm-template-4 .wpfm-position-bottom-right ul li a {
  right: -100% !important;
  transform: translateX(-45px) translateZ(0px) !important;
  width: 0 !important;
}

#gform_wrapper_3 .gform_footer {
  /*margin-left: 14px;*/
  padding: 16px 7% 10px !important;
}

#gform_wrapper_3 input[type='text'] {
  padding: 6px 12px;
}

#gform_confirmation_wrapper_3 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

#gform_submit_button_3 {
  background: #aab2bd none repeat scroll 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
  margin-left: -7px;
  text-align: center;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}

#myModal h4 {
  color: rgb(51, 51, 51);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
}

#myModal p {
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 25px;
  padding-right: 24px;
  text-align: left;
}

#myModal {
  top: 120px;
}

#myModal .modal-body {
  text-align: center;
}

#myModal button.close {
  background: #005bb6 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 1px 14px 52px -4px rgba(0, 0, 0, 0.65);
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.42857;
  margin-bottom: 25px;
  margin-top: 40px !important;
  padding: 6px 12px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 17px;
  text-shadow: none;
  float: none;
  opacity: unset;
}

#myModal a.close {
  background: #005bb6 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 1px 14px 52px -4px rgba(0, 0, 0, 0.65);
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.42857;
  margin-bottom: 25px;
  margin-top: 40px !important;
  padding: 6px 12px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 17px;
  text-shadow: none;
  float: none;
  opacity: unset;
}


/* CSS for request Consultation - Ends - AbhilasCSS */


/*Form*/

#field_3_5 {
  margin-bottom: 0px !important;
}


/**/

.bheading {
  font-size: 16px;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 1px;
  color: #434A54;
  font-family: "open-sans";
}

.subcontent {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  color: #434A54;
  font-family: "open-sans";
}

.scontent {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1px;
  color: #434A54;
}

#wpfm-floating-menu-nav {
  padding-top: 0;
}

.top-pad {
  padding-top: 120px !important;
}


/* Common styles for the Page - Ends */


/*zoom slider start*/

#fourthSection {
  margin-top: -80px;
}

.slider {
  width: 50%;
  margin: 80px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-prev {
  top: 50%;
  margin-top: -20px;
  left: 25px;
  z-index: 1;
}

.slick-next {
  right: 25px;
  z-index: 1;
  margin-bottom: -20px;
  bottom: 50%;
}

.slick-slide {
  margin: 0px;
}

.slick-list-removeOverflow {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.inactiveslideimage {
  position: absolute;
  top: 10px;
  margin-left: 325px;
  z-index: 1;
  height: 20px !important;
}

.childslideimage {
  height: 20px !important;
}

.imgParent {
  cursor: pointer;
}

.parentimage {
  width: 200px;
}

.regular div {
  height: 450px;
  overflow: hidden;
}

.slick-prev .glyphicon {
  top: 3px;
  left: 0px;
}

.slick-next .glyphicon {
  top: 3px;
  right: 0px;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  position: absolute;
}

div.descOnMouseOver {
  position: absolute;
  border: none;
  bottom: 0;
  height: 230px;
  width: inherit;
  z-index: 11;
  padding: 0 30px;
    background: -webkit-linear-gradient(bottom, #fff, rgba(0, 58, 113, 1));
  background: -o-linear-gradient(bottom, #fff, rgba(0, 58, 113, 1));
  background: -moz-linear-gradient(bottom, #fff, rgba(0, 58, 113, 1));
  background: linear-gradient(to bottom, transparent, rgba(0, 58, 113, 1));
  transition: all .3s ease-out;
  color: #fff;
}

.descOnMouseOver h3 {
  display: block;
  font-family: "open-sans";
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  line-height: 28px;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-shadow:0px 0px 5px #000;
  -webkit-text-shadow:0px 0px 5px #000;
  -moz-text-shadow:0px 0px 5px #000;
  -ms-text-shadow:0px 0px 5px #000;
  -o-text-shadow:0px 0px 5px #000;
}

.qdriven {
  margin-top: 98px;
}

.escale {
  margin-top: 30px;
}

.amanufacture {
  margin-top: 20px;
}

.dprofessional {
  margin-top: 76px;
}

.descOnMouseOver p {
  font-family: "open-sans";
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-transform: uppercase;
}
/* zoom slider end */


/*Reuest Consultaion*/

.inputerror {
  border: 3px solid rgb(249, 53, 104) !important;
  color: rgb(249, 53, 104) !important;
}

.inputcorrect {
  border: 3px solid rgb(0, 156, 91) !important;
}

/*---------------------------------
Template 1 css start
-----------------------------------*/

.wpfm-template-1 ul li .wpfm-icon-block {
  background: #ccc;
  height: 40px;
  width: 10px;
}

.wpfm-template-1 ul li.wpfm-active-nav .wpfm-icon-block {
  background: #ffc701 !important;
}

.wpfm-template-1 ul li a {
  background: transparent !important;
}

.wpfm-template-1 ul li a.wpfm-menu-link:hover {
  background: #ffc701 !important;
}

.wpfm-position-left.wpfm-menu-nav ul,
.wpfm-position-right.wpfm-menu-nav ul {
  top: 55%;
  right: 10px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .wpfm-position-left.wpfm-menu-nav ul,
  .wpfm-position-right.wpfm-menu-nav ul {
    right: 20px;
  }
}

.wpfm-template-1 ul li {
  margin-bottom: 12px !important;
  height: 40px !important;
}

.wpfm-template-1 .wpfm-position-right ul li a,
.wpfm-template-1 .wpfm-position-top-right ul li a,
.wpfm-template-1 .wpfm-position-bottom-right ul li a {
  transform: translateX(-8px) !important;
  width: 120% !important;
  padding: 0 25px !important;
  height: 40px !important;
}

.wpfm-template-1 .wpfm-position-right ul li a:hover,
.wpfm-template-1 .wpfm-position-top-right ul li a:hover,
.wpfm-template-1 .wpfm-position-bottom-right ul li a:hover {
  right: 10px;
  padding-right: 15px !important;
  text-decoration: none !important;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .wpfm-template-1 .wpfm-position-right ul li a:hover,
  .wpfm-template-1 .wpfm-position-top-right ul li a:hover,
  .wpfm-template-1 .wpfm-position-bottom-right ul li a:hover {
    right: 20px;
  }
}

.wpfm-template-1 .wpfm-position-left ul li a:hover .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-top-left ul li a:hover .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-bottom-left ul li a:hover .wpfm-icon-block {
  background: #ffc701 !important;
}

.wpfm-template-1 .wpfm-position-left ul li.wpfm-title-hidden a:hover .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-top-left ul li.wpfm-title-hidden a:hover .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-bottom-left ul li.wpfm-title-hidden a:hover .wpfm-icon-block {
  background: #ffc701 !important;
}

.wpfm-template-1 .wpfm-position-right ul li a:hover .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-top-right ul li a:hover .wpfm-icon-block,
.wpfm-template-1 .wpfm-position-bottom-right ul li a:hover .wpfm-icon-block {
  background: #ffc701 !important;
}

.wpfm-template-1 ul li .wpfm-menu-name {
  position: relative;
  opacity: 0;
  z-index: 1;
  line-height: 40px !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  color: #fff;
  font-size: 14px !important;
  font-weight: bold !important;
  padding: 0 5px;
  text-decoration: none !important;
}

.wpfm-template-1 .wpfm-position-left ul li a:hover .wpfm-menu-name,
.wpfm-template-1 .wpfm-position-top-left ul li a:hover .wpfm-menu-name,
.wpfm-template-1 .wpfm-position-bottom-left ul li a:hover .wpfm-menu-name {
  left: 0;
  text-decoration: none !important;
}


/*---------------------------------
Template 1 css end
-----------------------------------*/

.slick-dots .slick-active {
  width: 40px;
  height: 5px;
  background-color: #FFC701;
  margin: 0px 10px;
}

.slick-dots li {
  width: 40px;
  height: 5px;
  background-color: #AAB2BD;
  border: none;
  border-radius: 0px;
  margin: 0px 10px;
  display: inline-block;
  text-indent: -999px;
  cursor: pointer;
}

.slick-dots {
  left: 0%;
  margin-left: 18%;
  position: absolute;
  bottom: 0px;
  z-index: 15;
  padding-left: 0;
  text-align: center;
  list-style: none;
}

.a-left,
.a-right {
  position: relative;
}

.scontent {
  font-family: "open-sans";
}

.contactContent {
  clear: both;
}

.overlayContainer {
  height: 100%
}

#fourthSection {
  margin-top: 0;
  padding-top: 0;
  background: transparent;
}

.slider {
  margin: 0;
}

/*
 * Fix for WP Floating Menu: positioning and anchors
 * -- BEGIN: WP Floating Menu fix --
*/
div#firstSection-positioning, div#secondSection-positioning, div#thirdSection-positioning, div#fourthSection-positioning, div#fifthSection-positioning, div#signup-positioning {
  position: relative;
  top: -97px;
}
section#firstSection, section#secondSection, section#thirdSection, section#fourthSection, section#fifthSection, #signup {
  position: relative;
  top: 97px;
}

/*
 * -- END: WP Floating Menu fix --
*/

header {
    position: relative;
    z-index: 11111;
}

@media screen and (min-width: 0px) and (max-width: 480px){
	.rcpecheckicon {
		background-color: #fff !important;
		background: url(/wp-content/themes/merz/img/ic_confirmation.png) no-repeat scroll 235px 13px;
	}
	.rcpealerticon{
		background-color: #fff !important;
		background: url(/wp-content/themes/merz/img/ic_alert.png) no-repeat scroll 235px 13px;
	}
}




@media screen and (min-width: 360px) and (max-width: 479px) {

  video {
		object-fit: fill;
		width: auto;
   }
   .overlayContainer_TextContainer.v1 {
		bottom: 40%;
	}
	section#fifthSection{margin-top:0}
	#gform_3 .alerticon{ background-position:214px 11px;}
	#gform_3 .checkicon{ background-position:212px 11px;}
	div.bannerContent.v1 p:nth-child(3){ white-space:normal;}
	div#myCarousel{ max-height:none; }
	
}

@media screen and (min-width: 480px) and (max-width: 767px){
	.homeBanner_Video_Container video{
			width:auto;
		}
		#myCarousel{ max-height:none; }
	
}

@media all and (min-width: 768px) and (max-width: 990px) {
  div.descOnMouseOver {
    height: 300px;
    padding: 0 18px;
  }
  .descOnMouseOver h3 {
    font-size: 15px;
  }
  .descOnMouseOver p {
    font-size: 11px;
    font-weight: 400;
  }
  #myCarousel{ max-height:none; }
}

/* iPads (landscape) ----------- */
   @media only screen 
   and (min-device-width : 768px) 
   and (max-device-width : 1024px) 
   and (orientation : landscape) {
   /* Styles */
   div.contactContent div.col-sm-5{ height:auto;}
   
}

/* iPads (portrait) ----------- */
   @media only screen 
   and (min-device-width : 768px) 
   and (max-device-width : 1024px) 
   and (orientation : portrait) {
	 div.contactContent div.col-sm-5{ height:auto;}   

}

/* can remove everything below when Merz Biomaterials theme is active, copied from THAT stylesheet */

/* FOOTER NAV */
.footer-nav > ul {
  text-align: center;
}
.footer-nav > ul > li {
  margin-bottom: 20px;
}
.footer-nav > ul > li a {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .footer-nav > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-nav > ul > li {
    margin-bottom: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .footer-nav > ul > li + li {
    border-left: 1px solid #FFFFFF;
  }
}

/* Pulling Custom CSS out of WordPress */
.footerHolderParentContent_Last .footerNav > ul > li{
    padding: 5px 22px;
}
.descOnMouseOver h3 {
    font-size: 20px;
}
.descOnMouseOver p {
    font-size: 11px;
}
div.descOnMouseOver {
    height: 270px;
}
#gform_wrapper_3 input[type='text'],
.rcpecheckicon{
    background-position: right 15px bottom 10px;
}
#emailvalid,
#numbervalid {
    float: none !important;
    text-align: left !important;
    font-style: normal !important;
    font-weight: 600 !important;
	color: #ED5565 !important;
}
	
