@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --font-gotham:              'Roboto';
  --font-gotham-bold:         'Roboto';
  --font-gotham-book:         'Roboto';
  --font-gotham-rounded-bold: 'Roboto';
  --font-gotham-book-italic:  'Roboto';
  --font-gotham-a:            'Roboto';
  --font-gotham-b:            'Roboto';
  --font-gotham-ssm: Roboto;
  --font-gotham-black: 'Roboto'
}

html[lang="en-GB"] {
  --font-gotham:              'Roboto';
  --font-gotham-bold:         'Roboto';
  --font-gotham-book:         'Roboto';
  --font-gotham-rounded-bold: 'Roboto';
  --font-gotham-book-italic:  'Roboto';
  --font-gotham-a:            'Roboto';
  --font-gotham-b:            'Roboto';
  --font-gotham-ssm: 'Roboto', sans-serif;
  --font-gotham-black: 'Roboto', sans-serif;
}

.homepage-content-box .home-carousel-products.component {
  min-height: 620px !important;
}
#cq-emulator-content.firefox {
  background-color: #fff !important;
}

/* line 9, ../../sass/core/main.scss */
html,
body {
  width: 100%;
  font-size: 14px;
}

/* line 14, ../../sass/core/main.scss */
body {
  line-height: 1.5;
  color: black;
  position: relative;
  overflow: auto;
  font-family: 'Roboto', sans-serif;
}

/* line 22, ../../sass/core/main.scss */
[id="wrapper"],
.container {
  color: #323131;
  background-color: #f5f5f5;
}

/* line 28, ../../sass/core/main.scss */
[id="header"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 33, ../../sass/core/main.scss */
[id="footer"] {
  padding-bottom: 15px;
  padding-top: 15px;
}

/* BASE STYLES
----------------------------------------- */
/* line 41, ../../sass/core/main.scss */
img {
  max-width: 100%;
}

/* line 45, ../../sass/core/main.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #323131;
  margin: 10px 0;
}

/* line 52, ../../sass/core/main.scss */
h1 {
  font-size: 2em;
}

/* line 56, ../../sass/core/main.scss */
h2 {
  font-size: 1.5em;
}

/* line 60, ../../sass/core/main.scss */
h3 {
  font-size: 1.17em;
}

/* line 64, ../../sass/core/main.scss */
h4 {
  font-size: 1em;
}

/* line 68, ../../sass/core/main.scss */
h5 {
  font-size: 0.83em;
}

/* line 72, ../../sass/core/main.scss */
h6 {
  font-size: 0.67em;
}

/* line 76, ../../sass/core/main.scss */
a {
  color: #323131;
  text-decoration: none;
}

/* line 81, ../../sass/core/main.scss */
a:hover {
  color: #868484;
}

/* line 85, ../../sass/core/main.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 94, ../../sass/core/main.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 100, ../../sass/core/main.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 106, ../../sass/core/main.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 114, ../../sass/core/main.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 125, ../../sass/core/main.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 132, ../../sass/core/main.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 137, ../../sass/core/main.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* LAYOUT STYLES
----------------------------------------- */
/* line 145, ../../sass/core/main.scss */
.component {
  margin-bottom: 10px;
}

/* line 149, ../../sass/core/main.scss */
.component-content {
  margin-bottom: 14px;
}
/* line 166, ../../sass/core/_mixins.scss */
.component-content:before,
.component-content:after {
  content: "";
  display: table;
}
/* line 172, ../../sass/core/_mixins.scss */
.component-content:after {
  clear: both;
}

/* line 154, ../../sass/core/main.scss */
.component > .component-content {
  margin-bottom: 0;
}

/* ALERTS
-------------------------------------*/
/* line 161, ../../sass/core/main.scss */
.alert-list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: disc;
}

/* line 168, ../../sass/core/main.scss */
.alert-list li {
  padding-left: 4px;
}

/* line 172, ../../sass/core/main.scss */
.alert {
  margin-bottom: 20px;
}

/* line 176, ../../sass/core/main.scss */
.alert-error {
  color: red;
}

/* UTILITIES
----------------------------------- */
/* line 183, ../../sass/core/main.scss */
.pull-right {
  float: right;
}

/* line 187, ../../sass/core/main.scss */
.pull-left {
  float: left;
}

/* line 191, ../../sass/core/main.scss */
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
/* line 201, ../../sass/core/main.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
/* line 212, ../../sass/core/main.scss */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 222, ../../sass/core/main.scss */
.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
/* line 231, ../../sass/core/main.scss */
.clearfix {
  zoom: 1;
}

/* BUTTONS
----------------------------------*/
/* line 237, ../../sass/core/main.scss */
.button {
  background-color: #e1e1e1;
  border: 1px solid #656363;
  color: #323131;
  padding: 5px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
}

/* line 249, ../../sass/core/main.scss */
.lt-ie8 .button {
  display: inline;
}

/* line 253, ../../sass/core/main.scss */
.button:hover {
  background-color: #939191;
  color: white;
}

/*Code added by vrattika on 18-sep for header box part */
#wrapper {
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  background: none transparent; /*10-12 - Sumit- Added*/
}

#wrapper .main {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

#header {
  /*	max-width: 1280px !important;*/ /*Anand-2309*/
  margin: 0 auto;
  padding: 0;
  /*Anand-2309*/
}

#content {
  /*max-width: 1280px !important;*/ /*Anand-2309*/
  margin: 0 auto;
}

#footer {
  /*max-width: 1280px !important;*/ /*Anand-2309*/
  margin: 0 auto;
  padding: 0;
  /*Anand-2809*/
  /*background:url(../../assets/img/video-poster.jpg); background-size:100%;*/
  background: url(../../assets/img/Home_footer_bg.jpg);
  background-size: 100%;
  background-position: 0px 400px;
}

.footer-box.component {
  background-color: #172667;
  margin-bottom: 0;
  min-height: 130px; /*26-11 Sumit Modified */
  position: relative;
  height: auto;
  overflow: hidden;
} /*Anand-2809*/ /*sumit- 12-10 modified */

/* Sumit Sinha - 2909*/
.header-top-box {
  min-height: 50px;
}

.header-top-box .searchBox {
  width: 300px;
}

.header-top-box .header-buttons {
  width: 620px;
}

.carousel,
.home-drymouth-impact-box,
.dropletImg {
  background: none #fff;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.home-drymouth-box .home-drymouth-text,
.home-impact-box .home-impact-text {
  min-height: 140px;
  margin-top: 30px;
}

.home-drymouth-box.component .component-content,
.home-impact-box.component .home-impact-text.component .component-content {
  position: relative;
}

.home-drymouth-box .home-drymouth-text.component .richText-content,
.home-impact-box.component .home-impact-text.component .richText-content {
  position: absolute;
  top: 30px;
  /*14-10 sumit -mofified */
  text-align: left;
  margin-left: 35%;
}

.home-drymouth-box .home-drymouth-text .richText-content h3 {
  color: #005db4;
  font-size: 28px;
  line-height: 30px; /*Prashant- Added-08-12-15*/
  font-weight: bold;
  /*8-10 sumit -mofified */
  margin-bottom: 0px; /*Prashant- Modified-08-12-15*/
  margin-top: 9px; /*Prashant- Added-08-12-15*/
}

.home-drymouth-box .home-drymouth-text .richText-content h3 + h3 {
  color: #dc1c1e;
  font-size: 28px;
  font-weight: bold;
  /*8-10 sumit -mofified */
}

.home-impact-box .home-impact-text .richText-content {
  position: relative;
  top: -110px;
  text-align: left;
  margin-left: 150px;
}

.home-impact-box .home-impact-text .richText-content h3 {
  color: #005db4;
  font-size: 28px;
  line-height: 30px; /*Prashant- Added-08-12-15*/
  font-weight: bold;
  /*8-10 sumit -mofified */
  margin-bottom: 0px; /*Prashant- Modified-08-12-15*/
  margin-top: 9px; /*Prashant- Added-08-12-15*/
}

.home-impact-box .home-impact-text .richText-content h3 + h3 {
  color: #005db4;
  font-size: 28px;
  font-weight: bold;
  /*8-10 sumit -mofified */
}

/* Sumit Sinha - 3009*/
.home-drymouth-subtext .richText-content {
  min-height: 104px; /*jayesh chnage 2-12-2015*/
  border-right: 2px solid #cacaca;
  margin-right: 25px;
} /*4-12 Sumit Modified */
.home-impact-subtext .richText-content {
  min-height: 104px; /*jayesh chnage 2-12-2015*/
  border-right: 2px solid #cacaca;
  margin-right: 10px;
} /*4-12 Sumit Modified */

.home-drymouth-subtext .richText-content p,
.home-impact-subtext .richText-content p {
  font-size: 16px;
  color: #484848; /*26-11 Sumit Modified */
  
  width: 95%;
  line-height: 20px; /*30-11 Sumit Modified */
}

.home-drymouth-subtext .richText-content p + p,
.home-impact-subtext .richText-content p + p {
  position: relative;
  top: 14px; /* 28-11 Sumit Modified */
}

.home-drymouth-subtext .richText-content p + p > a {
  border: 1px solid #005db4;
  padding: 12px 32px; /*Prashant- Modified-13-11-15*/
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-weight: bolder;
  margin: 0px 6px 0px 10px;
  background-color: #005db4;
}
.home-impact-subtext .richText-content p + p > a {
  /* border: 1px solid #005DB4; */
  /* padding: 12px 32px; */
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-weight: bolder;
  /* margin: 0px 6px 0px 10px; */
  /* background-color: #005DB4; */
} /*9-12 - Sumit- Added*/

.home-drymouth-subtext .richText-content p + p > a:hover,
.home-impact-subtext .richText-content p + p > a:hover,
.home-drymouth-affects-learn.component
  .component-content
  .richText-content
  p
  > a:hover,
.home-causes-text .component-content .richText-content p + p > a:hover,
.home-causes-text
  + div
  .component-content
  .richText-content
  p
  + p
  > a:hover
  .learnmore-span,
.home-carousel-product-text
  .component-content
  .richText-content
  p
  + p
  > a:hover,
.home-drymouth-text
  .component-content
  .richText-content
  p
  a:hover
  .learnmore-span,
.wdm-symptoms-subtext
  .component-content
  .richText-content
  p
  a:hover
  .learnmore-span,
.wedm-medical-conditions
  .component-content
  .richText-content
  p
  a:hover
  .learnmore-span,
.wedm-medication-text
  .component-content
  .richText-content
  p
  a:hover
  .learnmore-span {
  /*Prashant- Added-08-12-15*/
  background-color: #167ee0;
  /* border: 1px solid #167EE0; */ /*Prashant- Removed-09-12-15*/
}

.home-drymouth-subtext .richText-content p + p > a span.learnmore-span {
  padding: 0;
}

.home-drymouth-subtext .richText-content p + p > a:hover span.learnmore-span {
  /*Prashant- Added-08-12-15*/
  background-color: #167ee0;
}

.home-drymouth-causes {
  margin-top: 10px;
}

.home-drymouth-causes .component-content img.richText-image.pull-right {
  position: relative;
  top: 15px;
  right: -5px; /*jayesh- Modified-03-12-15*/
} /* 29-11 Sumit Modified */

.home-drymouth-causes .component-content .richText-content p,
.home-drymouth-symptoms .component-content .richText-content p {
  font-size: 16px;
  color: #005db4;
  font-weight: bolder;
}
/*5-11 Added Sumit */
.home-drymouth-causes .component-content .richText-content p > a,
.home-drymouth-symptoms .component-content .richText-content p > a,
.home-impact-subtext + .richText .component-content .richText-content p > a {
  text-decoration: none;
}
.home-drymouth-symptoms .component-content img.richText-image.pull-right {
  position: relative;
  top: 28px;
  right: -5px; /*jayesh- Modified-03-12-15*/
} /* 29-11 Sumit Modified */

.home-drymouth-symptoms .component-content .richText-content {
  top: 15px;
  position: relative;
}

.home-impact-subtext + .richText .component-content .richText-content p {
  font-size: 16px;
  color: #005db4;
  font-weight: bolder;
}

.home-impact-subtext + .richText .component-content img.richText-image {
  position: relative;
  top: 12px;
}

.home-impact-subtext + .richText .component-content {
  position: relative;
  top: 10px;
}
/*   .dropletImg .component-content.middle{
    border-top: 1px solid #cacaca;
  margin-top: 60px;
  padding-bottom: 10px;
  } */ /*Prashant- Removed-13-10-15*/
/*   .dropletImg .component-content.middle   img{
    position: relative;
  top: -30px;
} */ /*Prashant- Removed-13-10-15*/
.home-drymouth-affects-box.component {
  background: url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/Home_affect_bg.png")
    repeat-x -168px -85px transparent;
  background-size: 100%;
  min-height: 350px;
  padding-bottom: 0;
  margin-bottom: 0;
} /*7-12 Sumit Modified */

.home-drymouth-affects-text.component .component-content .richText-content h2 {
  color: #005db4;
  font-size: 36px; /*26-11 Sumit Modified */
  font-weight: bold;
  /*8-10 sumit -mofified */
  font-weight: 900;
  line-height: 35px;
  text-transform: uppercase;
}

.home-drymouth-affects-text.component
  .component-content
  .richText-content
  h2:first-child {
  margin-bottom: 3px; /*Prashant- Added-12-11-15*/
}

.home-drymouth-affects-text.component
  .component-content
  .richText-content
  h2
  + h2 {
  color: #005db4;
  font-size: 36px; /*26-11 Sumit Modified */
  font-weight: bold;
  /*8-10 sumit -mofified */
  font-weight: 900;
  text-transform: uppercase;
}

.home-drymouth-affects-text.component .component-content .richText-content p {
  font-size: 16px;
  color: #484848; /*26-11 Sumit Modified */
  
  width: 100%; /*Prashant- Modified-12-11-15*/ /*28-11 Sumit modify */
  margin-top: 0px; /*Prashant- Added-12-11-15*/
  margin-bottom: 6px; /*Prashant- Added-12-11-15*/
  text-align: justify; /*28-11 Sumit Added */
}
/* 14-10- sumit -Added */
.home-drymouth-affects-learn.component
  .component-content
  .richText-content
  p
  > a {
  /* border: 1px solid #005DB4; */
  /* padding: 12px 38px; */
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-weight: bolder;
  margin: 0px 6px 0px 0px;
  /* background-color: #005DB4; */
  font-size: 16px;
} /*9-12 - Sumit- Modified*/

.home-causes-care-box {
  background: none #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  min-height: 318px;
}

.home-causes-care-box .component-content {
  min-height: 251px; /*Prashant- Modified-12-11-15*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-causes-text .component-content .richText-content h3 {
  color: #005db4;
  font-size: 28px;
  font-weight: bold; /*26-11 Sumit Modified */
  margin-top: 10px;
  line-height: 28px;
}
.wdm-content-box .home-causes-text .component-content .richText-content h3 {
  font-size: 24px;
  line-height: 24px;
  font-family: var(--font-gotham-ssm), sans-serif;
  min-height: 35px;
}
.wdm-content-box .home-causes-text .component-content .richText-content p {
  min-height: 25px;
}
.home-causes-text .component-content .richText-content p {
  margin-left: 0px;
  font-size: 16px;
  color: #333333;
  
  width: 100%;
  margin-bottom: 30px;
}

.home-causes-text .component-content .richText-content p + p {
  margin-left: 0px;
}

.home-causes-text .component-content .richText-content p + p > a {
  /*border: 1px solid #005DB4;*/ /*Sumit 20-10- removed */
  /*padding: 12px 38px;*/ /*9-12 - Sumit- Added*/
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-weight: bolder;
  margin: 0px 6px 0px 0px;
  background-color: #005db4;
}

.home-causes-care-box
  .home-causes-text
  + .richText
  .component-content
  .richText-content
  h3 {
  color: #005db4;
  font-size: 28px;
  font-weight: bold; /*26-11 Sumit Modified */
  margin-top: 35px; /*Prashant- Added-12-11-15*/
  margin-left: 30px;
}

.home-causes-care-box
  .home-causes-text
  + .richText
  .component-content
  .richText-content
  p {
  margin-left: 30px;
  font-size: 16px;
  color: #484848; /*26-11 Sumit Modified */
  
  width: 80%;
  margin-bottom: 30px;
}

.home-causes-care-box
  .home-causes-text
  + .richText
  .component-content
  .richText-content
  p
  + p {
  margin-left: 30px;
}

.home-causes-care-box
  .home-causes-text
  + .richText
  .component-content
  .richText-content
  p
  + p
  > a {
  /*border: 1px solid #005DB4;*/ /*Sumit 26-11- modified */
  /*padding: 12px 38px;*/ /*Sumit 20-10- modified */
  /*border-radius: 30px;*/ /*Sumit 26-11- modified */
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-weight: bolder;
  margin: 0px 6px 0px 0px;
  /*background-color: #005DB4;*/ /* Sumit 27-11- removed  */
}

.home-product-text {
  background: none transparent; /*27-11 sumit modified */
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  position: relative;
  padding-top: 28px;
  width: 1340px;
  margin: 0px auto;
}
.products-carousel-box > .component-content {
  margin: 0 auto;
  max-width: 1340px;
}
.home-product-text::before {
  /*Prashant- Added-12-11-15*/
  content: "";
  left: 9.5%; /* 25-11 Sumit modified */ /*jayesh change 20-11-2015*/
  top: 44px;
  position: absolute;
  border-bottom: 1px solid #cacaca;
  width: 20%; /* 25-11 Sumit modified */ /*jayesh change 20-11-2015*/
  margin: 0 6.25%; /* 27-11 Sumit Added */
}
.products-watch-video::before {
  top: 20px;
  border-bottom: 1px solid #cacaca;
  position: absolute;
  width: 25%;
  left: 14%;
  content: "";
}
.home-product-text::after {
  /*Prashant- Added-12-11-15*/
  content: "";
  right: 9.5%; /* 25-11 Sumit modified */ /*jayesh change 20-11-2015*/
  top: 44px;
  position: absolute;
  border-bottom: 1px solid #cacaca;
  width: 20%; /* 25-11 Sumit modified */ /*jayesh change 20-11-2015*/
  margin: 0 6.25%; /* 27-11 Sumit Added */
}
.products-watch-video::after {
  top: 20px;
  border-bottom: 1px solid #cacaca;
  position: absolute;
  width: 25%;
  right: 14%;
  content: "";
}
.products-watch-video {
  position: relative;
}
.products-all-box {
  position: relative;
}
.products-your-biotene-text::before {
  /*Prat 19*/
  content: "";
  left: 120px;
  top: 5%;
  position: absolute;
  border-bottom: 1px solid #cacaca;
  width: 20%;
  height: 1px;
}
.products-your-biotene-text::after {
  /*Prashant- Added-12-11-15*/
  content: "";
  right: 120px; /*jayesh change 20-11-2015*/
  top: 5%; /*Prashant- Modified-01-12-15*/
  position: absolute;
  border-bottom: 1px solid #cacaca;
  width: 19.6%; /*jayesh change 20-11-2015*/
  height: 1px;
}
.products-comparision-text:before {
  content: "";
  left: 42px;
  top: 5%;
  position: absolute;
  border-bottom: 1px solid #cacaca;
  width: 24%;
  height: 1px;
  margin: 0 6.25%;
} /* 29-11 Sumit Added */
.products-comparision-text:after {
  content: "";
  right: 42px;
  top: 5%;
  position: absolute;
  border-bottom: 1px solid #cacaca;
  width: 24%;
  height: 1px;
  margin: 0 6.25%;
} /* 29-11 Sumit Added */
.home-assessment-box .component-conten {
  max-width: 864px; /*jayesh change 20-11-2015*/
}
.home-product-text .component-content .richText-content h2,
.products-watch-video h2 {
  text-align: center;
  color: #005db4;
  font-size: 36px; /*26-11 Sumit Modified */
  font-weight: bold;
  line-height: 36px;
  /* Sumit -8-10 modified */
}
.product-content-box.component
  + .box.component
  + .home-product-text
  .component-content
  .richText-content
  h2 {
  font-size: 36px;
}
.product-content-box.component
  + .box.component
  + .home-product-text
  .component-content
  .richText-content {
  padding-top: 0 !important; /*jayesh change 20-11-2015*/
}
/* Sumit -20-10 modified */
.home-product-text .component-content .richText-content h2 + h4 + h2 {
  display: none;
} /* Sumit -19-10 added */

/* .home-product-text .component-content .richText-content .rule {
  background: url('../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/rule.png') repeat-x 0 0 transparent;
  min-height: 1px;
  display: block;
  width: 100%;
  position: relative;
  top: -96px;
} */ /*Prashant- Removed-12-11-15*/

.home-product-text .component-content .richText-content h4 {
  color: #005db4;
  font-size: 18px;
  font-weight: bolder;
  top: 0px;
  position: relative;
  padding-top: 0px;
  max-width: 80%;
  text-align: center; /*Prashant- Added-11-12-15*/
  margin: 0px auto; /*Prashant- Added-11-12-15*/
}

.home-carousel-products {
  border: none !important;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  background: transparent !important;
}

.home-carousel-products
  .carousel-slides
  .carousel-content
  .home-carousel-product-box
  > .component-content {
  /*
  background: url('../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/Home_product_border.png') repeat-x 0 0 transparent;
  background-size: 100% 100%;
  border-radius: 10px;
  min-height: 425px;*/
}
.home-carousel-product-img .component-content img {
  border-radius: 23px 23px 0px 0px;
  width: 100%; /*jayesh- changed 24-11-15*/
}

.home-carousel-product-text .component-content .richText-content h4,
.home-carousel-product-text .component-content .richText-content h4 + h4 {
  color: #005db4;
  font-size: 18px;
  font-weight: bolder;
  line-height: 24px; /*9-12 - Sumit- Modified*/
}
.home-carousel-product-text {
  margin-left: 0 !important;
}
.home-carousel-product-text .component-content .richText-content {
  /* min-height: 200px;/*jayesh- changed 24-11-15*/ /*gs*/
  /*position: relative;*/
  /* 19-10 added Sumit */
}

.home-carousel-product-text .component-content .richText-content p {
  font-size: 16px;
  color: #333333;
  
  line-height: 22px; /*jayesh- changed 24-11-15*/
  padding-bottom: 10px;
}

.home-carousel-product-text .component-content .richText-content p + p > a {
  border: 1px solid #005db4;
  padding: 11px 35px;
  /* 20-10 modified Sumit */
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-weight: bolder;
  margin: 0;
  background-color: #005db4;
}

.home-carousel-product-text
  .component-content
  .richText-content
  p
  + p
  > a
  span.learnmore-span {
  padding: 0;
} /* 20-10 added Sumit */
/*
.home-carousel-product-text  .component-content .richText-content p + p {
  bottom: 14px;
  position: absolute;
  width: 90%;
}
*/
.home-assessment-box.component {
  padding-top: 30px;
  min-height: 170px;
  margin-bottom: 80px;
  margin-top: -42px; /*Sumit-26-11-Modified*/
  position: relative;
  /* 14-10 added Sumit */
}

.home-assessment-box.component > .component-content {
  background: #fff none;
  min-height: 166px !important;
  position: relative;
  margin: 0 auto; /*27-11 Sumit Added*/
}

.home-assessment-box.component .box-left-curve {
  /*Sumit-14-10-Modified*/
  background: url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/home-assessment-box-left.png")
    no-repeat 0 0 transparent;
  min-height: 166px;
  position: absolute;
  z-index: 999999;
  width: 101px;
  display: inline-block;
  left: 142px; /*jayesh change 20-11-2015*/
  float: right;
  top: 30px;
}
.med-overactive-text {
  border-right: 1px solid #cacaca;
}
.sjogren-symptoms-box {
  padding-bottom: 100px;
}
.product-comparision-all.component
  .component-content
  table
  tr
  td:first-child
  img {
  visibility: hidden;
}
.home-assessment-box.component .box-right-curve {
  /*Sumit-14-10-Modified*/
  background: url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/home-assessment-box-right.png")
    no-repeat 0 0 transparent;
  min-height: 166px;
  top: 30px;
  z-index: 999999;
  display: inline-block;
  right: 142px; /*jayesh change 20-11-2015*/
  width: 101px;
  position: absolute;
}
.home-assessment-box.component .home-assessment-text .richText-content h3 {
  /*9-12 - Sumit- Added*/
  line-height: 30px;
  font-size: 28px;
  font-weight: bold;
  font-weight: 900;
  margin-top: 30px;
}
.home-assessment-box.component
  .home-assessment-text
  .richText-content
  h3
  .h3-home-quiz-span1 {
  /*9-12 - Sumit- Modified*/
  color: #dc1c1e;
  padding-bottom: 0;
  margin-bottom: 0;
}
.home-assessment-box.component
  .home-assessment-text
  .richText-content
  h3
  .h3-home-quiz-span2 {
  /*9-12 - Sumit- Modified*/
  color: #005db4;
  margin-bottom: -13px;
  padding-bottom: 0;
  margin-top: 0px;
  display: block;
}

.home-assessment-box.component .home-assessment-text .richText-content p {
  font-size: 16px;
  color: #484848;
  
  margin: 20px 0 12px;
}

.home-question-thankyou .component-content .richText-content h3 {
  color: #162667;
  font-size: 18px;
  font-weight: bolder;
  line-height: 14px;
}

.home-question-thankyou .component-content .richText-content p {
  margin-top: 25px;
}

.home-question-thankyou .component-content .richText-content p > a {
  border: 1px solid #005db4;
  padding: 12px 38px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-weight: bolder;
  margin: 0px 6px 0px 0px;
  background-color: #005db4;
}

.home-assessment-box.component
  .component-content
  .quiz-content-box
  .quiz-result-box {
  display: none;
}
/*9-12 - Sumit- Added-- Footer Callout Box*/

.footer-callout-box.component {
  margin-bottom: 35px;
}
.symptoms-text p a {
  text-decoration: none;
}
.footer-callout-box.component .component-content .richText {
  position: relative;
} /*Sumit-09-10-Added*/
.footer-callout-box .footer-pod .richText-content {
  position: absolute;
  top: 25px;
  width: 100%;
}
.footer-callout-box.component
  .component-content
  .richText
  .richText-content
  p:first-child {
  text-align: center;
  color: #005db4;
  font-size: 24px;
  line-height: 30px; /*Prashant- Modified-01-12-15*/
  font-weight: bold;
  /* Sumit- modified -8-10 */
  padding: 2px;
  /* Sumit- modified -14-10 */
  text-transform: uppercase;
  /*Sumit-08-10-Added*/
}
.footer-callout-box.component
  .component-content
  .template-drymouth-callout-text
  .richText-content
  h4,
.footer-callout-box.component
  .component-content
  .template-drymouth-callout-text
  + .richText
  .richText-content
  h4,
.footer-callout-box.component
  .component-content
  .template-drymouth-callout-text
  + .richText
  + .richText
  .richText-content
  h4 {
  /* margin-top: 42px;*/ /*9-12 - Sumit- Removed*/
} /*9-12 - Sumit- Modified*/
.footer-callout-box.component
  .component-content
  .template-drymouth-callout-text
  .richText-content
  h4
  + p
  > a {
  background: transparent
    url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/Home-Learnmore-btn.png")
    no-repeat scroll 0px 8px;
  background-size: 100%;
  min-height: 49px;
  width: 172px;
  text-decoration: none;
  font-weight: bolder;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 63px;
  position: relative;
  bottom: 10px;
  padding: 0px 5px 5px 0px;
  text-transform: uppercase;
  top: -23px; /*28-11 Sumit Added */
} /*9-12 - Sumit- Modified*/
.footer-callout-box.component
  .component-content
  .template-drymouth-callout-text
  + .richText
  .richText-content
  h4
  + p
  > a,
.footer-callout-box.component
  .component-content
  .template-drymouth-callout-text
  + .richText
  + .richText
  .richText-content
  h4
  + p
  > a {
  top: -23px;
} /*9-12 - Sumit- Modified*/

.footer-callout-box.component
  .component-content
  .template-drymouth-callout-text
  + .richText
  .richText-content
  h4
  + p
  > a {
  background: transparent
    url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/Home-Learnmore-btn.png")
    no-repeat scroll 0px 8px;
  background-size: 100%;
  min-height: 49px;
  width: 175px;
  text-decoration: none;
  font-weight: bolder;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 63px;
  position: relative;
  bottom: 10px;
  padding: 2px 5px 0px 0px;
  text-transform: uppercase;
} /*9-12 - Sumit- Modified*/
.footer-callout-box.component
  .component-content
  .template-drymouth-callout-text
  + .richText
  + .richText
  .richText-content
  h4
  + p
  > a {
  background: transparent
    url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/Home-Learnmore-btn.png")
    no-repeat scroll 0px 8px;
  background-size: 100% 75%;
  min-height: 49px;
  width: 148px;
  text-decoration: none;
  font-weight: bolder;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 63px;
  position: relative;
  bottom: 10px;
  padding: 2px 5px 0px 0px;
  text-transform: uppercase;
} /*9-12 - Sumit- Modified*/

/* .footer-box.component .footer-text {

  display: block;
  position: absolute;
  bottom: 0;
  height: auto;
  min-height: 50px;
  padding: 0;
  left: 112px;
} */ /*Prashant- Removed-13-11-15*/

/* .footer-box.component .footer-links .component-content {
 
  margin: 0 1%;
  position: absolute;
  left: 13%;
 
  top: 20px;
} */ /*Prashant- Removed-13-11-15*/

.footer-box.component .footer-text .component-content .richText-content {
  /*   position: absolute;
  bottom: 0; */ /*Prashant- Removed-13-11-15*/
  color: #fff;
}

.footer-box.component
  .footer-text
  .component-content
  .richText-content
  .company-name {
  font-weight: bolder;
  font-size: 12px;
}

.red-text {
  color: #e40f1e;
} /*9-12 - Sumit- Modified*/
/* Sumit Sinha 1-10 */
.home-carousel-products.component,
.home-carousel-products.component .carousel-slides {
  min-height: 550px;
  margin-top: 10px;
  /*  margin-bottom: 40px;/*9-12 - Sumit- Added*/ /*gs*/
}
.homepage-content-box .home-carousel-products.component,
.homepage-content-box .home-carousel-products.component .carousel-slides {
  min-height: 600px;
  margin-top: 10px;
  /*  margin-bottom: 40px;/*9-12 - Sumit- Added*/ /*gs*/
}
.page-dry-mouth-products .home-carousel-products.component .carousel-slides {
  min-height: 553px;
}
.page-dry-mouth-products #wrapper .home-carousel-product-box {
  min-height: 535px;
}
#wrapper .home-carousel-product-box {
  min-height: 543px;
  position: relative;
}
.page-dry-mouth-products #wrapper .home-carousel-products.component {
  min-height: 600px;
}
.disclaimer-text {
  margin-top: -60px; /*  Prat 210 */
  width: 37%;
  float: left;
  text-align: left;
}
.home-carousel-products .carousel-slides .carousel-slide {
  background: none transparent;
}

.home-assessment-box.component .home-assessment-text .component-content {
  margin-left: 80px;
}

.home-assessment-box.component .home-assessment-text .component-content img {
  /* Sumit Sinha 14-10- modified */
  z-index: 9999999;
  margin-top: 18px; /*9-12 - Sumit- Modified*/
  position: absolute;
  left: 20px; /*3-12 Sumit Modified*/
}

.home-assessment-text
  + .box
  .component-content
  .home-question-thankyou
  .component-content {
  /*   margin-top: 0; */ /*Prashant- Removed-15-12-15*/
  /* Sumit Sinha 7-10 - modified */
  /* margin-left: 33px; */ /*Prashant- Removed-15-12-15*/
  margin: 0px auto; /*Prashant- Added-15-12-15*/
  text-align: center; /*Prashant- Added-15-12-15*/
}

.quiz-thankyou-text,
.question-no-text {
  display: none;
}
/* Sumit Sinha 2-10 - Added */
.home-assessment-box.component
  .quiz-content-box
  .component-content
  .richText
  .component-content
  .richText-content
  h3 {
  line-height: 25px;
  padding-bottom: 10px;
  color: #162667;
  font-size: 18px;
  font-weight: bolder;
  line-height: 22px;
  /* Sumit Sinha 9-10 - modified */
}

.home-assessment-box.component
  .quiz-content-box
  .component-content
  .richText
  .component-content
  .richText-content
  p
  > a {
  border: 1px solid #005db4;
  padding: 12px 38px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-weight: bolder;
  margin: 0px 6px 0px 0px;
  background-color: #005db4;
}
/* Sumit Sinha 7-10 - Added */
.home-assessment-box.component .quiz-content-box {
  margin-top: 30px;
}

/* Theming for Products Page - 16-10- Sumit- Added  */
.products-banner-box.component {
  margin: 0;
}

.products-banner-box.component > .component-content {
  background-repeat: no-repeat;
  min-height: 300px;
  background-size: 100% 100%;
  background-position: 0px 0px;
}

.products-banner-box.component .component-content .content {
  max-width: 940px;
  margin: 0px auto;
}

.product-image-paste.component .component-content.left img {
  margin-top: 13px; /*jayesh change 20-11-2015*/
} /* 30-11 Sumit Modified*/
.product-image-paste.fresh-mint-img .component-content.left,
.product-image-paste.gentle-flavor-img .component-content.left {
  margin-top: 39px;
} /* 30-11 Sumit Added*/
.product-title-text.component .component-content .richText-content h4 {
  font-weight: bolder;
  font-size: 18px;
  margin-top: 68px; /*jayesh change 27-11-2015*/
  margin-left: 2px; /*jayesh change 27-11-2015*/
  padding: 0;
  margin-bottom: 0;
  line-height: 18px;
  color: #484848; /*jayesh change 27-11-2015*/
}

.product-title-text.component .component-content .richText-content h3 {
  font-weight: bold;
  color: rgb(0, 93, 180);
  font-size: 28px;
  margin-left: 2px; /*jayesh chnage 27-11-2015*/
  margin-top: 3px; /*jayesh chnage 27-11-2015*/
  margin-bottom: 7px; /*jayesh chnage 27-11-2015*/
  padding: 0px;
  width: 50%;
  line-height: 31px; /*jayesh chnage 27-11-2015*/
}
.pbf-mouthwash-img img {
  /*jayesh chnage 27-11-2015*/
  margin-right: 20px;
}
.pbf-mouthwash-img {
  margin-bottom: 0 !important;
}
/* 19-10- Sumit- Added  */
.product-title-text.component
  .component-content
  .richText-content
  h4
  + h3
  + h3
  + p {
  margin-left: 30px;
}
.product-rinse-spray.component
  + .product-title-text.component
  .component-content
  .richText-content
  h4 {
  margin-top: 115px; /*jayesh chnage 27-11-2015*/
}
.moisturizing-spray-banner-text .richText-content h4 {
  /*jayesh chnage 27-11-2015*/
  margin-top: 146px !important;
}
.mouthwash-banner-text {
  /*jayesh chnage 27-11-2015*/
  margin-left: 1.2% !important;
}
.mouthwash-img {
  /*jayesh chnage 27-11-2015*/
  margin-bottom: 0 !important;
}
.oralbalance-img {
  /*jayesh chnage 27-11-2015*/
  margin-top: 40px;
}
.oralbalance-banner-text .richText-content h4 {
  /*jayesh chnage 27-11-2015*/
  margin-top: 82px !important;
  margin-left: 54px !important;
}
.oralbalance-banner-text .richText-content h3 {
  /*jayesh chnage 27-11-2015*/
  margin-left: 54px !important;
  width: 70% !important;
  margin-bottom: 0 !important;
}
.moisturizing-spray-img img {
  /*jayesh chnage 27-11-2015*/
  margin-right: 15px;
  margin-top: 25px;
  margin-bottom: 22px;
}
.product-rinse-spray.component
  + .product-title-text.component
  .component-content
  .richText-content
  h4
  + h4,
.product-rinse-spray.component
  + .product-title-text.component
  .component-content
  .richText-content
  h4
  + h4
  + h4,
.product-rinse-spray.component
  + .product-title-text.component
  .component-content
  .richText-content
  h4
  + h4
  + h4
  + h4 {
  margin-top: 10px;
}

.product-rinse-spray.component
  + .product-title-text.component
  .component-content
  .richText-content
  h4
  + h4 {
  font-weight: bold;
  color: rgb(0, 93, 180);
  font-size: 28px;
  margin-left: 30px;
  margin-top: 0px;
  padding: 0px;
  width: 50%;
  line-height: 28px;
}

.product-title-text.component .component-content .richText-content h3 + h4 {
  margin-top: 0;
  padding: 0;
  color: #162667; /*jayesh chnage 27-11-2015*/
}

.product-title-text.component
  .component-content
  .richText-content
  h3
  + h4
  + h4 {
  margin-top: 10px;
  padding: 0;
}
/* 19-10- Sumit- Modified  */
span.buynow-span {
  background: transparent
    url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/Home-Learnmore-btn.png")
    no-repeat scroll 0px 8px;
  min-height: 46px;
  width: 160px;
  text-decoration: none;
  font-weight: bolder;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  position: relative;
  padding: 5px 10px 5px 0px;
  text-transform: uppercase;
  margin-left: 0px;
  background-size: 163px 75%;
} /* Prat 20*/

.product-content-box.component {
  background-image: url("../../assets/img/B_What-Is-Dry-Mouth_blueshade-new.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.product-content-box.component > .component-content {
  max-width: 800px;
  margin: 0px auto;
  padding-top: 32px; /*jayesh change 20-11-2015*/
  padding-left: 20px; /*jayesh- chnaged-23-11-15*/
  padding-right: 20px; /*jayesh- chnaged-23-11-15*/
}
.product-bulleted-text .richText-content {
  /*jayesh- added-27-11-15*/
  padding-top: 23px; /*Product page issue 29nov*/
}
.product-content.component .component-content .richText-content {
  padding-right: 0px;
  min-height: 200px;
  margin-top: 10px; /*jayesh- chnaged-27-11-15*/
  padding-top: 13px; /*jayesh- chnaged-27-11-15*/
}

.product-content.component .component-content .richText-content h4 {
  font-weight: bolder;
  font-size: 18px;
  line-height: 20px;
  color: #005db4;
}

.product-content.component .component-content .richText-content p {
  
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.product-bulleted-text.component .component-content .richText-content h4 {
  font-weight: bolder;
  font-size: 18px;
  line-height: 20px;
  color: #162667;
  text-transform: uppercase;
  margin-left: 10px;
  width: 100%;
}

.product-bulleted-text.component .component-content .richText-content ul li {
  
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.product-bulleted-text.component
  .component-content
  .richText-content
  ul
  li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  left: 0px;
  top: 1px;
  position: absolute;
  font-size: 6px;
}
/*
.product-content-box.component  + .box.grid_12,.product-howtouse-box.component {

  background: transparent url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/BioteneProducts/E_Product-Details_h_ingre_bg.jpg") no-repeat scroll 0px 0px;
  min-height: 213px;
  margin: 0;
  padding: 0;
  background-size: 100% 100%;
      margin-top: -10px;
}*/

.product-content-box.component + .box.grid_12 > .component-content,
.product-howtouse-box.component > .component-content {
  /* 19-10- Sumit- Modified  */
  max-width: 800px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
}
.diabetes-percentage-box .percentage-text .component-content h4 {
  /*jayesh add 01-12-2015*/
  font-size: 95px;
}
.fresh-mint-banner-text p {
  /*jayesh change 01-12-2015*/
  margin-top: 10px;
}
.home-drymouth-affects-img img {
  /*jayesh change 20-11-2015*/
  padding-top: 48px;
}
.product-howtouse.component .component-content,
.product-ingredients.component .component-content {
  padding-top: 40px; /*jayesh change 27-11-2015*/
}
.product-howtouse.component .component-content .richText-content {
  padding-right: 20px;
}

.product-howtouse.component .component-content .richText-content h3,
.product-ingredients.component .component-content .richText-content h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  color: #005db4;
  padding-top: 20px;
  text-indent: 15px;
}

.product-howtouse-box.component
  + .home-product-text.component
  .component-content
  .richText-content,
.product-content-box.component
  + .box.component
  + .home-product-text
  .component-content
  .richText-content {
  padding-top: 67px;
} /* 20-10- Sumit- Modified  */
.product-howtouse-box.component
  + .home-product-text.component
  .component-content
  .richText-content
  h2 {
  text-align: center;
  color: #005db4;
  font-weight: bold;
  font-size: 36px;
}

.product-howtouse-box.component
  + .home-product-text.component
  .component-content
  .richText-content
  h4
  + h2 {
  display: none;
}

.product-howtouse.component .component-content .richText-content p,
.product-ingredients.component .component-content .richText-content p {
  
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-top: 46px;
}

.product-howtouse.component .component-content .richText-content p + p {
  /*font-style: italic;*/ /*Italics modified Nagarjuna 11-12*/
}
.products-watch-video.component .component-content {
  margin: 0 auto;
  max-width: 940px;
}

.products-watch-video.component .component-content .richText-content h3 {
  text-align: center;
  color: #005db4;
  font-size: 36px;
  font-weight: bold;
}

.product-video.component {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 72px;
}
.product-video.component > .component-content {
  max-width: 960px;
  margin: 0 auto;
} /*30-11 sumit Added*/
.product-video.component > .component-content img {
  width: 777px;
  position: relative;
  left: -3px;
} /*1-12 sumit Modified */
/* Product Comparison Page Style 19-10 Sumit */
.all-products-banner-box.component {
  margin-bottom: 0;
}

.all-products-banner-box.component .component-content {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding-bottom: 0px; /*jayesh chnage 1-12-2015*/
  min-height: 366px; /*27-11 sumit Added */
  margin-top: -10px; /*11-12 - Sumit- Modified*/
}

.all-products-banner-box.component .component-content .content,
.products-banner-subtext.component .component-content,
.products-all-row1.component .component-content,
.products-all-row2.component .component-content,
.products-comparision-text.component .component-content,
.product-comparision-images.component .component-content,
.product-comparision-all.component .component-content,
.products-your-biotene-text.component .component-content {
  margin: 0 auto;
  max-width: 940px;
}

.all-products-banner-box.component
  .products-banner-text
  .component-content
  .richText-content
  h1 {
  font-weight: bold;
  font-size: 42px; /* Prat 19 */
  line-height: 50px; /*Prashant- Modified-17-11-15*/
  text-transform: uppercase;
  margin-top: 70px; /*Prashant- Modified-17-11-15*/ /* Prat 19 */
  margin-bottom: 0;
  color: #005db4;
}

.all-products-banner-box.component > .component-content .richText-content h3 {
  font-weight: bold;
  font-size: 28px;
  color: #005db4;
  padding-top: 0px;
  line-height: 30px; /*Prashant- Modified-17-11-15*/
  margin-bottom: 0px;
  margin-left: 0;
}

.all-products-banner-box.component
  .products-banner-text
  .component-content
  .richText-content
  h4 {
  font-weight: bold;
  color: #005db4;
  font-size: 28px;
  margin-left: 0;
  margin-top: 0px;
  padding: 0px;
  width: 50%;
  line-height: 28px;
  top: -14px;
  position: relative;
}

.all-products-banner-box.component
  .products-banner-text
  .component-content
  .richText-content
  h4
  + h4 {
  
  font-size: 16px;
  line-height: 20px;
  color: #484848;
}

.all-products-banner-box.component
  .products-banner-text
  .component-content
  .richText-content
  h3
  + h3 {
  top: -20px;
}
.home-carousel-products
  .carousel-nav-next
  a:before
  .all-products-banner-box.component
  .products-banner-text
  .component-content
  .richText-content
  h3
  + h3
  + h3 {
  top: -28px;
}

.products-banner-subtext.component {
  margin: 0;
}

.products-banner-subtext.component {
  border-bottom: 3px solid #005db4;
  border-top: 3px solid #005db4;
  background: #f2fbfe none repeat scroll 0% 0%;
  padding-bottom: 32px; /*Prashant- Modified-17-11-15*/
  margin-top: -10px; /*10-12 - Sumit- Modified*/
}

.products-banner-subtext.component .component-content {
  margin: 0px auto;
  padding-top: 41px; /*Prashant- Modified-17-11-15*/
  padding-left: 10px;
  padding-right: 10px;
}

.products-banner-subtext.component .component-content .richText-content h4 {
  font-weight: bolder;
  font-size: 18px;
  line-height: 24px; /*Prashant- Modified-17-11-15*/
  color: #162667;
}

.products-banner-subtext.component
  .component-content
  .richText-content
  h4
  + h4 {
  
  font-size: 16px;
  line-height: 20px;
  color: #484848; /*27-11 sumit modified*/
  margin-top: 17px; /*Prashant- Modified-17-11-15*/
}

.products-banner-subtext.component
  .component-content
  .richText-content
  h4
  .text-span {
  text-transform: capitalize;
}

.products-your-biotene-text.component {
  margin-bottom: 34px; /*27-11 sumit Modified */ /* PRAT 19 */
}

.products-your-biotene-text.component .component-content .richText-content h2 {
  text-align: center;
  color: #005db4;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 35px; /*Prashant- Modified-01-12-15*/ /* Prat 19 */
  margin-bottom: 0; /*27-11 sumit Added */
}

.products-your-biotene-text.component .component-content .richText-content h4 {
  font-weight: bolder;
  font-size: 18px;
  line-height: 20px;
  color: #005db4;
  max-width: 68%; /*Prashant- Modified-11-12-15*/
  margin: 0px auto; /*Prashant- Added-11-12-15*/
}

.products-your-biotene-text.component
  .component-content
  .richText-content
  .rule {
  background: transparent
    url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/BioteneProducts/rule-product.png")
    repeat-x scroll 0px 0px;
  min-height: 1px;
  display: block;
  width: 100%;
  position: relative;
  top: 109px;
}
/*gs*/
.products-all-row1 .box,
.products-all-row2 .box {
  border: 1px none #e5e7ed;
  border-radius: 10px;
  overflow: hidden;
  min-height: 328px;
  border-radius: 23px 23px 23px 23px;
  border-style: none;
  background-size: 92% 100%;
  min-height: 404px;
  background-image: url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/Home_product_border.png"); /*jayesh- Added-23-11-15*/
  background-repeat: no-repeat; /*jayesh- Added-23-11-15*/
  background-color: transparent; /*jayesh- Added-23-11-15*/
  background-position: 0px 0px; /*jayesh- Added-23-11-15*/
  background-attachment: scroll; /*jayesh- Added-23-11-15*/
} /* Prat 20 */

.products-all-row1.component .component-content .richText img,
.products-all-row2.component .component-content .richText img {
  position: relative;
  padding: 0px 2px 2px 0;
  width: 90%;
  margin: 2px 3px 3px 2px;
  position: relative;
  -webkit-border-top-left-radius: 26px;
  -webkit-border-top-right-radius: 26px;
  -moz-border-radius-topleft: 26px;
  -moz-border-radius-topright: 26px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
} /*Prat 20 */

.products-all-box .richText.first .richText-content {
  min-height: 55px;
  position: relative;
}
.products-all-box .richText.last .richText-content {
  min-height: 190px;
  position: relative;
}
.products-all-row1.component .component-content .richText .richText-content h4,
.products-all-row2.component .component-content .richText .richText-content h4 {
  text-align: center;
  color: #162667;
  font-size: 18px;
  font-weight: bolder;
  line-height: 10px;
  /* padding: 3% 4% 0px; */ /*Prashant- Modified-01-12-15*/
  text-align: center;
} /*1-12 sumit Modified*/
/* } */

.products-all-row1.component
  .component-content
  .richText
  .richText-content
  h4:first-child,
.products-all-row2.component
  .component-content
  .richText
  .richText-content
  h4:first-child {
  /*Prashant- Added-01-12-15*/
  padding-top: 19px;
}

/*23-10-added-sumit */
.products-all-row1.component .component-content .richText .richText-content p a,
.products-all-row2.component
  .component-content
  .richText
  .richText-content
  p
  a {
  text-decoration: none;
}
.products-all-row1.component .component-content .richText .richText-content p,
.products-all-row2.component .component-content .richText .richText-content p {
  text-align: center;
  font-size: 16px;
  color: #484848; /*27-11-modified-sumit */
  
  margin: 0px;
  padding: 0px 39px 0px 5px;
} /* Prat 20 */

.products-all-row1.component
  .component-content
  .richText
  .richText-content
  p
  + p,
.products-all-row2.component
  .component-content
  .richText
  .richText-content
  p
  + p {
  margin-top: 30px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0%; /*11-12 - Sumit- Added*/
  left: -0.9em;
}

.products-comparision-text.component .component-content .richText-content h2 {
  color: #005db4;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 38px;
  margin-top: 75px;
  text-align: center;
} /*10-12 - Sumit- Modified*/

.products-comparision-text.component
  .component-content
  .richText-content
  h2:before {
  position: relative;
  top: 10px;
  border-bottom: 1px solid;
} /*10-12 - Sumit- Modified*/

.products-comparision-text.component .component-content .richText-content h4 {
  font-weight: bolder;
  font-size: 18px;
  line-height: 21px;
  color: #005db4;
  position: relative;
  top: 10px;
  margin-bottom: 17px;
}
/* Product Comparison Table styles */
.product-comparision-all.component {
  margin-bottom: 35px; /*Prashant- Modified-01-12-15*/
  position: relative;
  margin-top: 20px; /*Prashant- Modified-01-12-15*/
}

.product-comparision-all.component > .component-content .table-bg {
  height: 100%;
  display: block;
  position: absolute;
  width: 895px;
  background: transparent none repeat scroll 0% 0%;
  border-radius: 16px;
  border: 2px solid #cacaca;
  margin-top: 160px; /*jayesh change 19-11-2015*/ /* 1-12 sumit Modified */
  z-index: 100;
  max-height: 398px; /*Prashant- Modified-01-12-15*/
  margin-left: 0px;
}
.product-comparision-all.component .component-content table {
  background: transparent none;
  table-layout: fixed;
  border-collapse: collapse;
  width: 895px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  border: none;
  z-index: 9999;
  margin-left: 2px;
}
.seven-tips-text {
  
  font-size: 17px;
  color: #333333;
}
.product-comparision-all.component .component-content table tr:first-child td {
  margin-bottom: 0;
  padding-bottom: 0;
} /* 27-11 sumit Added */
.product-comparision-all.component
  .component-content
  table
  tr:first-child
  td:nth-child(2)
  img,
.product-comparision-all.component
  .component-content
  table
  tr:first-child
  td:nth-child(3)
  img {
  /*height:135px;*/
}

/* 27-11 sumit Added */ /*Prashant- Modified-01-12-15*/
.product-comparision-all.component .component-content table tr td:first-child {
  width: 114px; /*jayesh change 19-11-2015*/
  padding: 0 15px; /* 27-11 sumit modified */
  text-align: left !important;
}

.product-comparision-all.component .component-content table tr:nth-child(2) {
  background: transparent none;
}

.product-comparision-all.component .component-content table tr:first-child,
.product-comparision-all.component .component-content table tr:first-child th,
.product-comparision-all.component .component-content table tr:first-child td {
  border: none;
  background: transparent none !important;
}

.product-comparision-all.component .component-content table th,
.product-comparision-all.component .component-content table td {
  border-right: 2px solid #cacaca;
  border-left: none;
}

.product-comparision-all.component .component-content table tr:nth-child(even) {
  background: #fff;
} /*Prashant- Modified-01-12-15*/

.product-comparision-all.component .component-content table tr:nth-child(odd) {
  background: none;
}

.product-comparision-all.component
  .component-content
  table
  tr:nth-child(even)
  td {
  border-bottom: none;
  border-top: none;
  background: transparent;
  padding: 15px 15px; /* 27-11 sumit modified */
}

.product-comparision-all.component
  .component-content
  table
  tr:nth-child(odd)
  td {
  border-bottom: none;
  border-top: none;
  background: #d4effc;
}

.product-comparision-all.component .component-content table tr td:first-child {
  width: 134px !important;
  text-align: left;
  padding: 16px 15px;
}

.product-comparision-all.component .component-content table tr:last-child td {
  border-top: none;
}

.product-comparision-all.component .component-content table tr:last-child {
}

.product-comparision-all.component .component-content table tr td:last-child {
  border-right: none;
}

.product-comparision-all.component
  .component-content
  table
  tr:nth-child(2)
  td:first-child {
  border-top-left-radius: 16px;
}

.product-comparision-all.component .component-content table tr:nth-child(2) td {
  /*position:relative;
  top:-13px;*/
}
/*Prashant- Added-01-12-15*/

.product-comparision-all.component
  .component-content
  table
  tr:nth-child(2)
  td:last-child {
  border-top-right-radius: 16px;
}

.product-comparision-all.component
  .component-content
  table
  tr:last-child
  td:first-child {
  border-bottom-left-radius: 16px;
}

.product-comparision-all.component
  .component-content
  table
  tr:last-child
  td:last-child {
  border-bottom-right-radius: 16px;
}

.product-comparision-all.component .component-content table th,
.product-comparision-all.component .component-content table td {
  padding: 14px 0; /*Prashant- Modified-01-12-15*/
  text-align: center;
  font-size: 16px;
  color: #484848; /*27-11-modified-sumit */
  
  margin: 0px 12px;
  line-height: 16px; /*jayesh change 19-11-2015*/
}

.product-comparision-all.component .component-content table tr:nth-child(2) th,
.product-comparision-all.component .component-content table tr:nth-child(2) td {
  color: #162667;
  font-size: 16px;
  font-weight: bolder;
  line-height: 20px;
  text-align: center;
  /*border-top: 2px solid #cacaca;*/
}

.product-comparision-all.component
  .component-content
  table
  tr:nth-child(2)
  th
  p,
.product-comparision-all.component
  .component-content
  table
  tr:nth-child(2)
  td
  p {
  padding: 0; /*12-12 - Sumit- Modified*/
  margin: 0;
}

.scrollingTable {
  width: 49.1%;
}

.fixedTable .table-cell {
  /*+padding: 30px 15px;*/
  padding: 61.5px 20px; /*1-12 Sumit Modified */
  display: block;
  font-size: 16px;
  color: #333;
  
}

.fixedTable .table-cell:first-child {
  padding: 0;
  border-left: none;
  border-bottom: none;
  border-top: none;
}

.fixedTable .table-cell:nth-child(even) {
  background-color: #fff;
  border-right: 1px solid #cacaca;
  border-left: 2px solid #cacaca;
  height: 27px;
} /*1-12 Sumit Modified */

.fixedTable .table-cell:nth-child(odd) {
  background-color: #d4effc;
  border-right: 1px solid #cacaca;
  border-left: 2px solid #cacaca;
}

.fixedTable .table-cell:nth-child(even):nth-child(2) {
  border-top-left-radius: 23px;
  border-left: 2px solid #cacaca;
  border-top: 2px solid #cacaca;
}
.product-comparision-all.component
  .component-content
  table
  tr:nth-child(3)
  td
  :nth-child(2) {
  padding: 49px 0;
}
.fixedTable .table-cell:nth-child(3) {
  padding: 26.5px 20px;
}
.fixedTable .table-cell:nth-child(6) {
}
.fixedTable .table-cell:nth-child(odd):last-child {
  border-bottom-left-radius: 23px;
  border-left: 2px solid #cacaca;
  border-bottom: 2px solid #cacaca;
}

.fixedTable .table-cell:nth-child(odd):first-child {
  background: transparent none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-top: none;
}

.scrollingTable .static_header_wrapper {
  position: absolute;
  top: 0;
}

.static_header {
  border-bottom: none !important;
  z-index: 1;
  display: none;
}

.static_header img {
  display: none;
}

.static_header_blank {
  top: 0px;
  position: absolute;
  z-index: 5;
  background: none transparent;
  margin-top: 16px;
  border-top: 1px solid #d8d8d8;
  left: 0;
  display: none;
}
/* Self Assessment Page Styles -Start- 26-10 */
.home-assessment-box.component .box-left-curve,
.home-assessment-box.component .box-right-curve {
  display: none; /*jayesh- changed 27-11-15*/
}
.self-assessment-banner-box.component {
  /* 28-10- Sumit- Modified  */
  min-height: 250px;
}
.self-assessment-banner-box.component .component-content {
  /* 28-10- Sumit- Modified  */
  background-size: 100% 100%;
}
.self-assessment-banner-box.component .component-content .richText-content h1 {
  /* 28-10- Sumit- Modified  */
  font-weight: bold;
  font-size: 48px;
  line-height: 40px;
  margin-top: 80px;
  text-transform: uppercase;
  color: #162667;
}
.self-assessment-banner-box.component
  .component-content
  .richText-content
  h1
  + h1 {
  /* 28-10- Sumit- Modified  */
  margin-top: 0px;
}
.wdm-banner-content.component + .quiz-content-box.component {
  margin-bottom: 20px;
}
.wdm-banner-content.component
  + .quiz-content-box.component
  > .component-content {
  margin: 0 auto;
  max-width: 960px;
}
.wdm-banner-content.component
  + .quiz-content-box.component
  > .component-content
  > .content {
  margin-top: 80px;
}
.wdm-banner-content.component
  + .quiz-content-box.component
  > .component-content
  > .content
  h4 {
  font-weight: bolder;
  font-size: 18px;
  line-height: 24px;
  color: #162667;
}
.wdm-banner-content.component
  + .quiz-content-box.component
  > .component-content
  > .content
  .richText-image.pull-right {
  margin-right: 61%; /*jayesh chnage 2-12-2015*/
}
.wdm-banner-content.component
  + .quiz-content-box.component
  > .component-content
  > .content
  h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  color: #005db4;
  padding: 0;
  width: 78%;
} /*9-12 - Sumit- Modified*/

.quiz-result-product-box.component > .component-content {
  margin-top: 20px;
  margin: 0 auto;
  max-width: 960px;
}
.quiz-save-text.component {
  margin-top: 70px;
}
.quiz-save-text.component .richText-content h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 40px;
  text-transform: uppercase;
  color: #005db4;
  padding: 0;
}
.quiz-save-text.component .richText-content h4 {
  line-height: 18px !important;
}
.quiz-save-text.component .richText-content p {
  min-height: 49px;
  width: 158px;
  text-decoration: none;
  font-weight: bolder;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  position: relative;
  bottom: 0; /* 27-11 sumit modified*/
  padding: 0px 10px 5px 5px;
  text-transform: uppercase;
  top: -8px; /* 27-11 sumit Added*/
  margin-top: 0; /* 27-11 sumit Added*/
}
.quiz-save-text.component .richText-content h4 .coupon-span1,
.quiz-save-text.component .richText-content h4 .coupon-span2 {
  /*Prashant- Added-11-12-15*/
  display: block;
}

.quiz-save-text.component .richText-content h4 .coupon-span1 {
  /*Prashant- Added-11-12-15*/
  font-weight: bold;
  font-size: 48px;
  line-height: 50px;
  text-transform: uppercase;
  color: #005db4;
}

.quiz-save-text.component .richText-content h4 .coupon-span2 {
  /*Prashant- Added-11-12-15*/
  font-weight: bolder;
  font-size: 18px;
  line-height: 24px;
  color: #162667;
}
.quiz-product-img.component .component-content {
  padding: 0px 0px 0px 40px;
}
.quiz-thankyou-text.component {
  margin-bottom: 0;
  padding-bottom: 0;
}
.quiz-thankyou-text.component > .component-content .richText-content ul {
  margin-left: 0;
  width: 64%;
  margin-bottom: 0; /* amar 2/12 */
}
.quiz-thankyou-text.component
  > .component-content
  .richText-content
  ul
  li:before {
  content: url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/self-assesment/drop-bullet.png");
  text-indent: -24px; /*Added Aug 25*/
}
.quiz-thankyou-text.component > .component-content .richText-content ul li {
  font-weight: bolder;
  font-size: 18px;
  line-height: 24px;
  color: #162667;
  padding-left: 24px;
  margin-bottom: 24px;
}
.question-yes-text.component > .component-content .richText-content p {
  font-size: 16px;
  line-height: 20px;
  color: #484848;
  padding: 0;
  margin: 0;
  text-align: justify; /*29-11 Sumit Added */
}
.question-yes-text.component > .component-content .richText-content p > a {
  font-weight: normal;
  border: none;
  padding: 0;
  border-radius: 0;
  color: #005db4;
  text-decoration: underline;
  background-color: transparent;
  font-size: 16px;
  margin: 0px; /*Prashant- Added-07-12-15*/
}

.page-do-i-have-dry-mouth #content.main {
  /*Added Aug 26*/
  background-size: 100% 48% !important;
}
/* Self Assessment Page Styles -End - 26-10 */
/* Faq Page Style Start -28-10 */
.faq-banner-box .component {
  min-height: 260px;
}
.faq-banner-text.component .component-content .richText-content h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 40px;
  margin-top: 80px;
  text-transform: uppercase;
  color: #162667;
  padding-bottom: 0;
  padding-top: 0;
}
.faq-banner-text.component .component-content .richText-content h1 + h1 {
  margin-top: 0px;
  padding-top: 0;
}

.accordion-heading.component > .component-content,
.drymouth-and-saliva-accordion.component > .component-content,
.about-products-accordion.component > .component-content,
.about-ph-accordion.component > .component-content,
.where-to-buy-accordion.component > .component-content,
.product-info-accordion.component > .component-content,
.safety-and-regulatory-accordion.component > .component-content {
  margin: 0px auto;
  max-width: 960px;
}
.accordion-heading.component > .component-content .richText-content h2 {
  font-weight: bold;
  font-size: 36px;
  color: #005db4;
  line-height: 36px;
  text-transform: uppercase;
}
.accordion-heading.component > .component-content {
}
.wdm-banner-content
  + .accordion-heading.component
  > .component-content
  .richText-content
  h2 {
  border-top: none;
}
.accordion-heading.component > .component-content .richText-content h2 {
  padding-top: 40px;
  border-top: 1px solid #cacaca;
  margin-bottom: 20px;
}
/* Save Now  Page Style Start -29-10 */
.save-banner-box.component {
  /* 29-10- Sumit- added  */
  min-height: 255px; /* 28-11 Sumit Modified  */
  padding: 0;
  margin: 0;
  background-image: url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/WhatIsDryMouth/B_What-Is-Dry-Mouth_header.png");
  background-size: 100% 100%;
}
.save-banner-box.component > .component-content {
  /* 29-10- Sumit- added  */
  background: none !important;
  background-size: 100% 100%;
  max-width: 940px;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.save-banner-box.component > .component-content .richText-content h1 {
  /* 29-10- Sumit- added  */
  font-weight: bold;
  font-size: 48px;
  line-height: 40px;
  margin-top: 80px;
  text-transform: uppercase;
  color: #162667;
  display: none;
  margin-top: 107px; /* 28-11 Sumit Modified  */
  display: block;
}

.save-now-box.component > .component-content {
  margin: 45px auto 0; /* 28-11 Sumit Modified  */
  max-width: 960px;
  margin-bottom: 180px; /* 28-11 Sumit Modified  */
}
.save-now-one-coupon.component,
.save-now-two-coupion.component {
  border: none;
  padding-right: 0;
  padding-left: 0;
}
.save-now-one-coupon.component .couponsContainer,
.save-now-two-coupion.component .couponsContainer {
  position: relative;
}
.save-now-one-coupon.component
  .couponsContainer
  > .component-content
  .couponsImage,
.save-now-two-coupion.component
  .couponsContainer
  > .component-content
  .couponsImage {
  position: relative;
  width: 100%;
}
.save-now-one-coupon.component
  .couponsContainer
  > .component-content
  .couponsImage,
.save-now-two-coupion.component
  .couponsContainer
  > .component-content
  .couponDetails
  input.button {
  float: right;
}
.save-now-one-coupon.component
  .couponsContainer
  > .component-content
  .couponsImage
  img,
.save-now-two-coupion.component
  .couponsContainer
  > .component-content
  .couponsImage
  img {
  position: relative;
}
.save-now-one-coupon.component
  .couponsContainer
  > .component-content
  .couponsImage
  img {
  float: right;
}
.save-now-two-coupion.component
  .couponsContainer
  > .component-content
  .couponsImage
  img {
  float: left;
}
.save-now-one-coupon.component
  .couponsContainer
  > .component-content
  .couponsDescription {
  top: 20px;
  left: 0px;
  width: 80%;
  padding: 0px 82px;
  position: absolute;
  float: right;
}
.save-now-two-coupion.component
  .couponsContainer
  > .component-content
  .couponsDescription {
  position: absolute;
  top: 20px;
  left: 0;
  width: 80%;
  padding: 0;
}
.save-now-one-coupon.component
  .couponsContainer
  > .component-content
  .couponsDescription
  h2,
.save-now-two-coupion.component
  .couponsContainer
  > .component-content
  .couponsDescription
  h2 {
  font-weight: bold;
  font-size: 48px;
  color: #005db4;
  line-height: 36px;
  text-transform: uppercase;
  padding: 50px 0 10px 0px; /* 28-11 Sumit Modified  */
  border-bottom: 1px solid #005db4;
  margin: 0 10%;
}
.save-now-one-coupon.component
  .couponsContainer
  > .component-content
  .couponsDescription
  h3,
.save-now-two-coupion.component
  .couponsContainer
  > .component-content
  .couponsDescription
  h3 {
  font-weight: bold;
  font-size: 24px;
  color: #005db4;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
.save-now-one-coupon.component
  .couponsContainer
  > .component-content
  .couponsDescription
  h3
  + h3,
.save-now-two-coupion.component
  .couponsContainer
  > .component-content
  .couponsDescription
  h3
  + h3 {
  margin-top: 0;
}
.save-now-one-coupon.component
  .couponsContainer
  > .component-content
  .couponDetails {
  min-height: 103px;
  position: absolute;
  float: right;
  top: 200px;
  width: 80%;
  padding: 0px 82px;
}
.save-now-two-coupion.component
  .couponsContainer
  > .component-content
  .couponDetails {
  min-height: 103px;
  position: absolute;
  float: left;
  top: 200px;
  width: 80%;
  /*padding: 0px 82px;*/
}
.save-now-one-coupon.component
  .couponsContainer
  > .component-content
  .couponDetails
  input.button {
  font-weight: bolder;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  background-color: #005db4;
  border-radius: 100px;
  text-decoration: none;
  padding: 11px 35px;
  position: absolute;
  left: 30%;
  right: 30%; /*jayesh add 24-11-2015*/
  border: none;
}
.save-now-two-coupion.component
  .couponsContainer
  > .component-content
  .couponDetails
  input.button {
  font-weight: bolder;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  background-color: #005db4;
  border-radius: 100px;
  text-decoration: none;
  padding: 11px 35px;
  position: absolute;
  left: 22%;
  right: 22%; /*jayesh add 24-11-2015*/
  border: none;
}
/* Contact Us  Page Style Start -30-10 */
.contact-us-banner-box.component {
  /* 29-10- Sumit- added  */
  min-height: 255px; /* 28-11- Sumit- modified  */
  padding: 0;
  margin: 0;
  background-image: url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/WhatIsDryMouth/B_What-Is-Dry-Mouth_header.png");
  background-size: 100% 100%;
}
.contact-us-banner-box.component > .component-content {
  /* 29-10- Sumit- added  */
  background: none !important;
  background-size: 100% 100%;
  max-width: 940px;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.contact-us-banner-box.component > .component-content .richText-content h1 {
  /* 29-10- Sumit- added  */
  font-weight: bold;
  font-size: 48px;
  line-height: 40px;
  margin-top: 6px; /* 28-11- Sumit- modified  */
  text-transform: uppercase;
  color: #162667;
  display: block;
  /* text-align: center; */ /*jayesh- removed-25-11-15*/
}
.quiz-save-text span.buynow-span {
  /*jayesh- added-25-11-15*/
  margin-left: 0 !important;
}
.contact-us-banner-box.component
  > .component-content
  .richText-content
  h1
  + h1 {
  /* 29-10- Sumit- added  */
  margin-top: 80px;
  display: block;
}
.contact-us-banner-box.component + .richText {
  min-height: 274px;
  margin-bottom: 50px;
} /* 29-11  Sumit Modified  */
/* Added 2-11 footer social icons */
.facebook-icon.component .component-content {
  position: absolute;
  right: 323px;
  bottom: 33px;
}
.youtube-icon.component .component-content {
  right: 284px;
  bottom: 33px;
  position: absolute;
}

.product-comparision-all.component .component-content table tr td {
  width: 110px;
  display: table-cell !important;
}

.products-comparision-text {
  /*jayesh change 18-11-2015*/
  position: relative;
  margin-top: 0px; /* 27-11 Sumit added  */
}
.products-comparision-text .richText-content {
  /*jayesh change 19-11-2015*/
  /*border-top: 1px solid #cacaca!important;*/
} /*27-11 sumit Modified */
.products-comparision-text h2 {
  /*jayesh change 19-11-2015*/
  position: absolute;
  position: absolute;
  top: -16px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0px;
  width: 458px;
  /* background: #feffff;*/ /*27-11 sumit Modified */
  top: -90px;
} /*10-12 - Sumit- Modified*/
.products-comparision-text h4 {
  /*jayesh change 19-11-2015*/
  margin-top: 35px !important;
}
.white-span {
  color: #fff !important;
}
.products-all-row1.component
  .component-content
  .richText
  > .component-content
  .richText-content
  h3,
.products-all-row2.component
  .component-content
  .richText
  > .component-content
  .richText-content
  h3 {
  /*10-12 - Sumit- Added*/
  margin-top: 15px;
  padding: 0px 15.25% 0 8%; /*11-12 - Sumit- Modified*/
  margin-bottom: 0px;
} /* Prat 20 */
.three.footer-pod .richText-content {
  top: 8px;
}
@media only screen and (max-width: 1024px) {
  .drymouth-101-content-box .home-product-text.product-text {
    padding-bottom: 55px;
  }
  .products-your-biotene-text::after {
    right: 0%;
  } /* Prat UAT 30 */
  .products-your-biotene-text::before {
    left: 0%;
  } /* Prat UAT 30 */
  .products-comparision-text:after {
    right: -4%;
    width: 20%;
  }
  .products-comparision-text:before {
    left: -4%;
    width: 20%;
  } /* Prat 220 */
  .wdm-content-box .home-causes-text .component-content .richText-content p {
    min-height: 45px;
  }
  .dis-health-text .richText-content p br,
  .dis-health-text .richText-content h2 br,
  .home-causes-text .richText-content p br {
    display: none;
  }
  .home-product-text::after {
    width: 25%;
    margin: 0px 0px;
    right: 30px;
  }
  .live-beyond-content-box
    .home-causes-text
    .component-content
    .richText-content
    h3
    + p {
    min-height: 95px;
  }
  .live-beyond-content-box
    .home-causes-text
    .component-content
    .richText-content {
    padding: 0px 10px;
  }
  .home-product-text::before {
    left: 30px;
    margin: 0px 0px;
    width: 25%;
  }
}

/* Tablet Media Queries */
@media only screen and (max-width: 962px) {
  .wdm-content-box .home-causes-text .component-content .richText-content p {
    text-align: center;
    padding: 0 10px;
    width: 94%;
  }
  #wrapper .drinking-water-content-box .wdm-banner-img .richText-content h1 {
    padding: 40px 0px 40px 10px;
  } /* Prat UAT 4 */
  .home-carousel-product-text .component-content .richText-content p + p > a {
    padding: 11px 25px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponDetails
    input.button {
    left: 17%;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsDescription {
    top: 20px;
    left: 0px;
    width: 90%;
    padding: 0px 10px;
    position: absolute;
    float: right;
  }
  .home-drymouth-impact-box.component,
  .home-drymouth-affects-box.component,
  .home-causes-care-box.component,
  .home-product-text.component .component-content .richText-content h4,
  .home-carousel-products.component,
  .home-carousel-products.component,
  .home-assessment-box.component.component,
  .footer-callout-box.component {
    padding: 0px 10px;
  }
  .home-drymouth-box .home-drymouth-text.component .richText-content,
  .home-impact-box.component .home-impact-text.component .richText-content {
    top: 26px;
  }

  .home-drymouth-symptoms .component-content .richText-content {
    top: 0;
  }

  .home-drymouth-subtext .richText-content,
  .home-impact-subtext .richText-content {
    min-height: 130px;
  }

  .home-drymouth-subtext .richText-content,
  .home-impact-subtext .richText-content {
    margin-right: 2%;
  }

  .home-drymouth-symptoms .component-content img.richText-image.pull-right,
  .home-drymouth-causes .component-content img.richText-image.pull-right {
    margin: 5px 0px 5px 15px;
  }

  .home-drymouth-affects-text.component {
    margin-bottom: 0;
  }

  .home-drymouth-affects-learn.component .component-content {
    margin-bottom: 10px;
  }

  .home-carousel-product-img .component-content img {
    width: 100%;
  }

  .home-assessment-box.component .box-left-curve,
  .home-assessment-box.component .box-right-curve,
  .home-assessment-box.component .home-assessment-text .component-content img {
    display: none;
  }

  .home-assessment-box.component.component
    .home-assessment-text
    .component-content {
    margin-left: 20px;
  }

  .footer-callout-box
    .component-content
    .richText
    .richText-content
    p:first-child {
    font-size: 22px;
    padding: 0;
  }
  /*Tablet theming Product Page 16-10 Sumit */
  .product-content-box.component > .component-content {
    padding: 50px 6.25% 0px;
  }

  .product-content-box.component + .box.grid_12,
  .product-howtouse-box.component {
    padding: 0px 10px;
  } /* 19-10- Sumit- Modified  */
  .product-howtouse.component .component-content .richText-content p,
  .product-ingredients.component .component-content .richText-content p {
    padding-left: 7px;
  }

  .product-howtouse-box.component + .home-product-text.component {
    padding: 80px 6.25% 0px;
  } /* 19-10- Sumit- Modified  */
  .product-howtouse-box.component
    + .home-product-text.component
    .component-content
    .richText-content
    h2 {
    position: relative;
    top: 0;
    left: 0;
  } /* 1-12 Sumit Modified  */
  .product-howtouse-box.component
    + .home-product-text
    .component-content
    .richText-content
    .rule {
    display: none;
  } /* 19-10- Sumit- Modified  */
  .product-video.component {
    padding: 0 6.25% 0px;
  }

  .products-watch-video.component .component-content .richText-content h3 {
    padding-left: 0px;
  }

  .product-comparision-all.component > .component-content .table-bg {
    display: block;
    max-height: 345px;
  } /* 1-12 Sumit- Modified  */

  .all-products-banner-box.component > .component-content {
    padding: 0px 1.25%;
  }

  .products-banner-subtext.component .component-content {
    padding: 50px 1.25%;
  }

  .products-your-biotene-text.component .component-content,
  .products-all-row1.component > .component-content,
  .products-all-row2.component > .component-content {
    padding: 0 1.25%;
  }

  .products-comparision-text.component .component-content,
  .product-comparision-all.component {
    padding: 0 1.25% !important; /*jayesh change 19-11-2015*/
  }
  .product-comparision-all.component .component-content table {
    width: 100%;
  }
  .product-comparision-all.component
    .component-content
    table
    tr:nth-child(2)
    td {
    font-size: 13px;
    line-height: 16px;
  }

  .product-comparision-all.component
    .component-content
    table
    tr
    td:first-child {
    width: 126px !important; /* width of the sticky column */
    text-align: left;
    padding: 0 15px;
    height: 20px !important;
  }

  .product-comparision-all.component
    .component-content
    table
    tr:nth-child(2)
    td:first-child {
    text-align: center;
    padding: 15px;
  }

  .product-comparision-all.component
    .component-content
    table
    tr
    td:first-child
    + td {
    text-align: center;
  }
  .product-comparision-all.component .component-content table tr td {
    width: 7%;
  }
  .products-all-row1.component
    .component-content
    .richText
    .richText-content
    h4,
  .products-all-row2.component
    .component-content
    .richText
    .richText-content
    h4 {
    padding: 0px 3%;
  }

  .products-your-biotene-text.component
    .component-content
    .richText-content
    .rule {
    background-position: -59px 0px;
    display: none;
  }

  .all-products-banner-box.component
    .products-banner-text
    .component-content
    .richText-content
    h1 {
    line-height: 45px;
  }
  /* Added 27-10 sumit */
  .wdm-banner-content.component + .quiz-content-box.component {
    margin: 0 3.25%;
  }
  .wdm-banner-content.component
    + .quiz-content-box.component
    > .component-content
    > .content
    .richText-image.pull-right {
    margin-right: 44%; /*Changed from 58% - Aug 26*/
  }
  /* 25-11 Sumit Added */
  .footer-box.component .footer-links > .component-content {
    padding: 0 6%;
  }
  .footer-box.component .footer-links a {
    font-size: 12px;
  }
  .footer-text.component > .component-content {
    padding: 0 7%;
    width: 100%;
  }
  .facebook-icon.component > .component-content {
    position: absolute;
    right: 140px;
    bottom: 33px;
  }
  .youtube-icon.component > .component-content {
    right: 100px;
    bottom: 33px;
    position: absolute;
  }
  .footer-text > .component-content .richText-content p {
    margin-bottom: 5px;
  }
  .home-drymouth-box .home-drymouth-text .richText-content h3,
  .home-impact-box .home-impact-text .richText-content h3 {
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 0;
  }
  .home-drymouth-box .home-drymouth-text .richText-content h3 + h3,
  .home-impact-box .home-impact-text .richText-content h3 + h3 {
    margin-bottom: 0;
    padding: 0;
    margin-top: 0;
  }
  .home-drymouth-box .home-drymouth-text .richText-content h3,
  .home-drymouth-box .home-drymouth-text .richText-content h3 + h3,
  .home-impact-box .home-impact-text .richText-content h3,
  .home-impact-box .home-impact-text .richText-content h3 + h3 {
    font-size: 18px;
  }
  .home-drymouth-causes.cause-symptom-link
    > .component-content
    .richText-content {
    margin-top: 20px;
  }
  .home-drymouth-causes .component-content .richText-content p,
  .home-drymouth-symptoms .component-content .richText-content p {
    font-size: 14px;
  }
  .home-drymouth-causes .component-content .richText-content p {
    padding: 0;
    margin: 0;
  }
  .home-drymouth-symptoms .component-content .richText-content p {
    margin-top: 9px;
  }
  .home-drymouth-symptoms .component-content img.richText-image.pull-right {
    top: 4px !important;
    margin-top: -4px !important;
    right: 0;
  } /*29-11 Sumit Modified  */
  .home-impact-subtext + .richText .component-content .richText-content p {
    font-size: 14px;
  }
  .home-impact-subtext + .richText .component-content img.richText-image {
    top: 15px;
    margin: 0 0 0 0;
  } /*29-11 Sumit Modified  */
  .home-drymouth-affects-box > .component-content {
    position: relative;
  }
  .home-drymouth-affects-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: auto;
    width: 50%;
    padding-top: 0;
    max-height: 60%;
    margin-left: 14px;
  } /*29-11 Sumit Modified  */
  .home-product-text:before {
    left: 50px;
    width: 18%;
  }
  .home-product-text:after {
    right: 50px;
    width: 18%;
  }
  .home-carousel-product-text .component-content .richText-content {
    /* min-height: 250px; position: relative;*/
  } /*gs*/
  .disclaimer-text.component > .component-content {
    margin: 0 5%;
    max-width: 960px;
  }
  .footer-callout-box
    .component-content
    .template-drymouth-callout-text
    + .richText
    .richText-content
    p:first-child,
  .footer-callout-box
    .component-content
    .template-drymouth-callout-text
    + .richText
    + .richText
    .richText-content
    p:first-child {
    margin-top: 20px;
  } /*9-12 - Sumit- Modified*/
  .home-drymouth-causes .component-content img.richText-image.pull-right {
    position: relative;
    top: 15px;
    right: 0px;
  } /*29-11 sumit Added */
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsDescription
    h2,
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponsDescription
    h2 {
    line-height: 20px;
  } /*30-11 sumit Added */
  /*1-12 Sumit Added */
  .products-your-biotene-text::before {
    left: 5px;
    top: 5%;
    width: 11%;
  } /*UAT 4-oct*/
  .products-your-biotene-text::after {
    right: 5px;
    top: 5%;
    width: 11%;
  } /* Prat UAT 30 */
  .product-comparision-all.component > .component-content .table-bg {
    width: 98%;
    max-height: 403px;
    max-width: 938px;
  }
  .home-drymouth-affects-box.component {
    /*7-12 Sumit Added */
    background: url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/Home_affect_bg.png")
      repeat-x -563px 0px transparent;
    background-size: cover;
    min-height: 350px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /*gs*/
  .footer-callout-box.component
    .richText
    .component-content
    .richText-content
    h4
    + p {
    margin: 0px;
    padding-top: 0px;
  }
  .three.footer-pod .richText-content,
  .footer-callout-box .footer-pod .richText-content {
    top: 17px;
  }
  .scleroderma-content-box .three.footer-pod .richText-content {
    top: 22px;
  }
  /*gs*/
  .home-drymouth-causes.component,
  .home-drymouth-symptoms.component {
    padding: 0;
    margin: 0;
    position: relative;
    height: 50px;
    width: 110px; /*28-11 Sumit Modified */
  }

  .home-impact-box.component .home-impact-text.component .component-content {
    padding: 0;
    margin: 0;
  }

  .home-drymouth-symptoms .component-content .richText-content {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -11px;
  }

  .home-drymouth-symptoms .component-content img.richText-image.pull-right {
    top: 0;
  }
}
/* Tablet Media Queries  End */

/* Mobile Media Queries */
@media only screen and (max-width: 320px) {
  .product-comparision-all.component .component-content table,
  .product-center-table table {
    margin: 6px 0px 12px !important;
  } /* Prat UAT 3 */
  .storedetails ul li h3 {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .storeaddr {
    width: 60% !important;
  }

  .mobile-home-carousel-products.component
    .component-content
    ul.carousel-slides
    li.carousel-slide {
    background: transparent none repeat scroll 0% 0%;
    background-color: #fff;
  }
  .powerreviews .pr-snippet .pr-snippet-read-write,
  .powerReviewsDisplayRating .pr-snippet .pr-snippet-review-count,
  .pr-snippet .pr-snippet-wrapper .pr-snippet-stars .pr-snippet-rating-decimal {
    display: block !important;
  }

  .product-comparision-all.component
    .component-content
    table
    tr
    td:first-child {
    height: 120px !important;
  }

  /* Prat 22 */
  .product-comparision-all.component
    .component-content
    table
    tr
    td:first-child
    img {
    visibility: visible;
  }
  #wrapper
    .products-comparision-text.component
    .component-content
    .richText-content
    h2 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0px;
    position: relative;
    top: 0px;
    width: 100%;
  }
  .products-comparision-text .richText-content {
    padding: 0px 64px;
  }
  .page-dry-mouth-products #content .body-bg {
    background-image: url("../../assets/img/product-bg-new.jpg");
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsDescription {
    top: 30px;
    padding: 0px 12px;
  }
  .save-banner-box.component
    + .wdm-banner-content
    .component-content
    .richText-content
    h4 {
    padding: 50px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsDescription
    h2 {
    padding: 46px 0px 10px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsDescription
    h3,
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponsDescription
    h3 {
    max-width: 60%;
    margin: 0px auto;
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .save-banner-box.component
    + .wdm-banner-content
    .component-content
    .richText-content
    h4 {
    padding: 50px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsDescription
    h2 {
    padding: 46px 0px 10px;
    font-size: 35px;
    line-height: 30px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsDescription {
    top: 30px;
    padding: 0px 12px;
  }
  .product-content-box.component + .box.grid_12 > .component-content,
  .product-howtouse-box.component > .component-content {
    max-width: 100%;
    padding: 0px 10px;
  }
  .footer-callout-box.component {
    position: relative;
    min-height: 100%;
    margin-bottom: 0px;
  }
  .dm-sjogren-syndrome {
    /*jayesh chnage 27-11-2015*/
    padding-bottom: 35px;
  }
  [id="wrapper"],
  .container {
    background-color: transparent;
  }
  .header-top-box.component,
  .mobile-navigation-box.component {
    margin-bottom: 0;
  }

  .home-causes-care-box.component {
    min-height: 600px;
  }

  .home-drymouth-box.component .component-content,
  .home-impact-box.component .home-impact-text.component .component-content {
    position: relative;
  }

  .home-assessment-box.component.component {
    padding: 0;
    margin-top: 50px;
  }

  .home-assessment-box.component.component
    .home-assessment-text.component
    .component-content
    .richText-content {
    margin-top: 10%;
  } /*10-12 - Sumit- Modified*/

  .home-assessment-box.component .quiz-content-box {
    margin-top: 5px;
  } /*10-12 - Sumit- Modified*/

  .home-drymouth-subtext .richText-content,
  .home-impact-subtext .richText-content {
    border-right: none;
  }

  .home-drymouth-box.component
    .component-content
    .home-drymouth-text.component
    .component-content
    img,
  .home-impact-box.component
    .component-content
    .home-impact-text.component
    .component-content
    img {
    width: 100%;
  }

  .home-drymouth-box.component
    .home-drymouth-text.component
    .richText-content
    h3,
  .home-drymouth-box .home-drymouth-text .richText-content h3 + h3,
  .home-impact-box.component .home-impact-text.component .richText-content h3,
  .home-impact-box.component
    .home-impact-text.component
    .richText-content
    h3
    + h3,
  .home-drymouth-affects-text .component-content .richText-content h2,
  .home-drymouth-affects-text .component-content .richText-content h2 + h2,
  .home-causes-text .component-content .richText-content h3,
  .home-causes-care-box
    .home-causes-text
    + .richText
    .component-content
    .richText-content
    h3,
  .home-assessment-box.component .home-assessment-text .richText-content h3,
  .home-assessment-box.component
    .home-assessment-text
    .richText-content
    h3
    + h3 {
    font-size: 48px;
  }

  .home-assessment-box.component .home-assessment-text .richText-content h3 {
    line-height: 48px;
  }

  .home-drymouth-box.component .home-drymouth-subtext .component-content,
  .home-impact-box.component.home-impact-subtext .component-content {
    max-height: 190px;
  }

  .home-drymouth-subtext .richText-content p,
  .home-impact-subtext .richText-content p {
    font-size: 24px;
    width: 100%;
    padding-bottom: 15px;
    text-align: justify;
  } /*10-12 - Sumit- Modified*/

  .home-causes-text .component-content .richText-content p,
  .home-causes-care-box
    .home-causes-text
    + .richText
    .component-content
    .richText-content
    p,
  .home-product-text .component-content .richText-content h4,
  .home-carousel-product-text.component .component-content .richText-content p,
  .home-carousel-product-text.component .component-content .richText-content h4,
  .home-carousel-product-text.component
    .component-content
    .richText-content
    h4
    + h4,
  .home-drymouth-affects-text .component-content .richText-content p,
  .home-assessment-box.component .home-assessment-text .richText-content p,
  .home-assessment-box.component
    .quiz-content-box
    .component-content
    .richText
    .component-content
    .richText-content
    h3,
  .home-assessment-box.component
    .quiz-content-box
    .component-content
    .richText
    .component-content
    .richText-content
    p
    > a,
  .home-assessment-box.component
    .quiz-content-box
    .component-content
    .richText
    .component-content
    .richText-content
    p
    > a {
    font-size: 15px;
  }

  .home-drymouth-subtext .richText-content p + p,
  .home-impact-subtext .richText-content p + p,
  .home-drymouth-affects-learn .component-content .richText-content p > a,
  .home-causes-text .component-content .richText-content p + p > a,
  .home-causes-care-box
    .home-causes-text
    + .richText
    .component-content
    .richText-content
    p
    + p
    > a {
    font-size: 32px;
    text-align: center;
  }

  .home-drymouth-box.component .home-drymouth-text.component .richText-content,
  .home-impact-box.component .home-impact-text.component .richText-content {
    top: 36px;
  }

  .home-drymouth-symptoms.component {
    position: relative;
  }

  .home-drymouth-causes.component,
  .home-drymouth-symptoms.component {
    position: relative;
    width: 50% !important;
    float: left !important;
    display: inline-block;
    min-height: 50px;
  }

  .home-drymouth-causes.component .component-content,
  .home-impact-symptoms.component .component-content {
    position: relative;
    width: 100%;
    min-height: 50px;
  }

  .home-drymouth-symptoms .component-content img.richText-image.pull-right,
  .home-drymouth-causes .component-content img.richText-image.pull-right {
  }

  .home-drymouth-symptoms .component-content .richText-content p {
    text-align: right;
    right: 52px;
    position: relative;
  }

  .home-drymouth-causes .component-content img.richText-image.pull-right {
    left: 32%;
    top: 0px;
    position: absolute;
    width: 27px;
  }

  .home-drymouth-symptoms .component-content img.richText-image.pull-right {
    right: 3%;
    top: 10px;
    position: absolute;
    float: right;
    width: 28px;
  }

  .home-drymouth-symptoms .component-content .richText-content {
    /*position: absolute;left: 0;*/
    top: 10px;
  }

  .home-drymouth-causes .component-content .richText-content p,
  .home-drymouth-symptoms .component-content .richText-content p,
  .home-impact-subtext + .richText .component-content .richText-content p {
    font-size: 28px;
  }

  .home-carousel-products.component,
  .home-carousel-products.component {
    padding: 0px 20.25%;
  }

  .home-carousel-products.component,
  .home-carousel-products.component .carousel-slides {
    max-height: 543px;
    margin-top: 20px;
  }

  .home-assessment-box.component .quiz-content-box {
    margin-left: 10% !important;
  }
  .home-product-text .component-content .richText-content .rule {
    background: url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/rule.png")
      repeat-x -129px 0 transparent;
    position: absolute;
    top: 95px;
  }

  .home-impact-box.component
    .home-impact-subtext.component
    + .richText.component {
    width: 50%;
    left: 26%;
    position: relative;
  }

  .home-impact-box.component
    .home-impact-subtext.component
    + .richText.component
    .component-content {
    max-height: 96px;
  }

  .home-impact-subtext + .richText .component-content img.richText-image {
    position: absolute;
    top: 2px;
    left: 73%;
    width: 28px;
  }

  .home-drymouth-box.component .component-content {
    min-height: 60px;
  }

  .home-impact-subtext + .richText .component-content {
    top: 0;
  }

  .home-impact-subtext + .richText .component-content .richText-content p,
  .home-drymouth-causes .component-content .richText-content p,
  .home-drymouth-symptoms .component-content .richText-content p {
    padding: 0;
    margin: 0;
  }

  .home-drymouth-affects-learn.component {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .home-product-text.component {
    padding: 0px;
    position: relative;
    margin-bottom: 30px;
  }

  .home-drymouth-subtext .richText-content,
  .home-impact-subtext .richText-content {
    min-height: 96px;
  }

  #wrapper .home-product-text .component-content .richText-content h2 {
    font-size: 20px;
    line-height: 20px;
    padding: 0px 40px;
  }

  .home-assessment-box.component .home-assessment-text .component-content {
    margin: 0 6%;
  }

  .footer-callout-box.component .component-content .richText {
    margin-bottom: 35px;
  }

  .footer-box.component .footer-links .component-content .richText-content p {
    text-align: center;
  }

  .footer-callout-box
    .component-content
    .richText
    .richText-content
    p:first-child {
    font-size: 32px;
  }
  .footer-callout-box
    .component-content
    .richText
    .richText-content
    p:first-child {
    padding: 0 28%;
    margin-top: 55px;
  }
  .footer-box.component .footer-links .component-content .richText-content {
    margin-top: 10px;
  }
  .footer-box.component .footer-links a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }

  .footer-box.component .footer-links a:not(:first-child):before {
    background-color: transparent;
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 0;
    width: 0;
    margin-bottom: 0;
  }

  .footer-box.component .footer-text.component {
    display: block;
  }

  .footer-box.component .footer-text .component-content .richText-content {
    bottom: 0;
    color: #fff;
    left: 0;
    margin-left: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-box.component .footer-text .component-content .richText-content p {
    font-size: 12px;
    padding: 0px 10px;
  }
  .footer-callout-box
    .component-content
    .richText
    .richText-content
    p:first-child
    + p
    > a {
    min-height: 56px;
    width: 270px;
    font-size: 28px;
    top: 4px;
    line-height: 44px;
    position: relative;
    background-size: 100% 100%;
    padding: 14px 10px 5px 0px;
  }

  .footer-callout-box.component
    .richText
    .component-content
    .richText-content
    h4
    + p {
    position: absolute;
    top: 72px;
    left: 0px;
    right: 0px;
  }
  .drymouth-101-content-box
    .footer-callout-box.component
    .richText
    .component-content
    .richText-content
    h4
    + p {
    top: 65px;
  }
  .products-comparision-text.component .component-content .richText-content h4 {
    font-size: 15px;
    line-height: 15px;
  }
  #wrapper .three.footer-pod p {
    top: 72px;
  }
  .products-comparision-text:after {
    top: 8%;
    right: -10px;
    width: 12%;
  } /* Prat UAT 5oct */
  .products-comparision-text:before {
    top: 8%;
    left: -10px;
    width: 12%;
  } /* Prat UAT 5oct */
  .products-comparision-text {
    margin-top: 30px;
  }
  .footer-callout-box
    .component-content
    .richText
    .richText-content
    p:first-child {
    padding: 0 26%;
    margin-top: 55px;
  }
  /*Mobile theming Product Page 16-10 Sumit */
  .products-banner-box.component > .component-content {
    background-image: url("../../assets/img/product-banner-img-new.jpg") !important;
    background-size: 100% 100% !important;
    min-height: 529px; /*3-12 Sumit Added */
    top: -10px; /*12-12 - Sumit- Added*/
    position: relative; /*12-12 - Sumit- Added*/
  }
  .products-banner-box.component > .component-content .image img {
    /*3-12 Sumit Added */
    width: 50%;
  }
  .product-image-paste.component .component-content.left img {
    margin-left: 2px;
    width: 90%;
  }

  .product-title-text.component .component-content .richText-content h4,
  .product-title-text.component .component-content .richText-content p {
    text-align: center;
    margin-left: 0;
    width: 100%;
  }

  .product-title-text.component .component-content .richText-content h3 {
    text-align: center;
    margin-left: 24%;
  }

  .product-title-text.component .component-content .richText-content h3 + h4 {
    text-align: center;
    margin-left: 0;
  }

  .product-content-box.component > .component-content {
    padding: 0px 10px;
  }

  .product-content.component .component-content .richText-content {
    border: none;
    width: 100%;
    min-height: auto;
  }

  .product-bulleted-text.component .component-content .richText-content h4,
  .product-bulleted-text.component .component-content .richText-content ul {
    margin-left: 0;
  }

  .product-howtouse.component .component-content,
  .product-ingredients.component .component-content {
    padding: 0px;
  }

  .product-content-box.component + .box.grid_12,
  .product-howtouse-box.component {
    min-height: 330px;
    background-position: 100% bottom;
    margin-top: 35px;
  } /* 19-10- Sumit- Modified  */
  .product-howtouse.component .component-content .richText-content p,
  .product-ingredients.component .component-content .richText-content p {
    padding-left: 0px;
  }
  .product-howtouse.component .component-content .richText-content {
    padding-right: 0;
  }
  .product-content-box.component {
    position: relative;
  }

  .product-bulleted-text.component {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #wrapper .products-watch-video::before {
    top: 10px;
    width: 20%;
    left: 11px;
  }
  #wrapper .products-watch-video::after {
    top: 10px;
    width: 20%;
    right: 11px;
  }
  #wrapper
    .dry-mouth-saliva-main-box
    .home-product-text
    .component-content
    .richText-content
    h2 {
    padding: 0px 85px;
  }
  .product-howtouse-box.component
    + .home-product-text.component
    .component-content
    .richText-content {
    padding-top: 0;
  } /* 19-10- Sumit- Modified  */
  .product-video.component {
    padding: 0 3.25%;
  }

  .products-watch-video.component .component-content .richText-content h3 {
    padding-left: 0px; /*12-12 - Sumit- Modified*/
    font-size: 20px;
    line-height: 20px;
  }

  .product-content-box.component + .box.grid_12,
  .product-howtouse-box.component {
    /* 19-10- Sumit- Modified  */
    background: transparent
      url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/BioteneProducts/E_Product-Details_h_ingre_m_bg.jpg")
      no-repeat scroll 0px 0px / 100% 100%;
    min-height: 400px;
    padding: 0px;
    position: relative;
  }

  .products-watch-video.component {
    margin-top: 10px;
  }
  /* 19-10- Sumit- Added  */
  .product-title-text.component .component-content .richText-content h3 {
    width: 60%;
  }

  .product-title-text.component
    .component-content
    .richText-content
    h4
    + h3
    + h3
    + p {
    margin-left: 0;
    text-align: center;
  }

  .product-rinse-spray.component
    + .product-title-text.component
    .component-content
    .richText-content
    h4
    + h3
    + h3
    + p {
    margin-left: 0;
  }

  .product-rinse-spray.component
    + .product-title-text.component
    .component-content
    .richText-content
    h4
    + h4
    + h4
    + h4 {
    margin-left: 24%;
  }

  .product-rinse-spray.component
    + .product-title-text.component
    .component-content
    .richText-content
    h4
    + h4 {
    margin-left: 20%;
  }
  /* Product Landing Page -Start - Sumit -21-10 */
  .all-products-banner-box.component > .component-content {
    background: url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/BioteneProducts/C_Products_m_banner.jpg")
      no-repeat 0 0 transparent !important;
    background-size: 100% 100% !important;
    padding: 0px 4.25%;
    position: relative;
    min-height: 912px;
  }

  .all-products-banner-box.component .component-content .richText-content {
    margin-top: 60px;
  }

  .all-products-banner-box.component .component-content img.richText-image {
    position: absolute;
    bottom: 0;
    width: 85%;
    margin: 0;
    top: 352px;
  }

  .all-products-banner-box.component
    .products-banner-text
    .component-content
    .richText-content
    h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }
  .all-products-banner-box.component
    .products-banner-text
    .component-content
    .richText-content
    h3
    + h3 {
    top: 150px;
    position: absolute;
    width: 58%;
  }

  .all-products-banner-box.component
    .products-banner-text
    .component-content
    .richText-content
    h3
    + h3
    + h3 {
    top: 208px;
    position: absolute;
    width: 46%;
  }

  .products-banner-subtext.component .component-content {
    padding: 50px 6.25%;
  }

  .products-your-biotene-text.component
    .component-content
    .richText-content
    h2 {
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 30px;
    font-size: 20px;
    padding: 0px 31px;
  }
  .products-your-biotene-text::before {
    left: 10px;
    top: 40px;
    width: 16%;
    border-bottom: 1px solid #cacaca;
  } /* Prat UAT 30 */
  .products-your-biotene-text::after {
    right: 10px;
    top: 40px;
    width: 16%;
    border-bottom: 1px solid #cacaca;
  } /* Prat UAT 30 */
  .products-your-biotene-text.component
    .component-content
    .richText-content
    h4 {
    max-width: 100%;
  }
  .products-your-biotene-text.component .component-content,
  .products-all-row1.component > .component-content,
  .products-all-row2.component > .component-content {
    padding: 0 6.25%;
  }

  .products-your-biotene-text.component
    .component-content
    .richText-content
    .rule {
    display: none;
  }

  .products-all-row1.component .component-content .products-product-first,
  .products-all-row2.component .component-content .products-product-fourth {
    margin-top: 0;
  }

  .products-all-row1.component .component-content .products-product-second,
  .products-all-row1.component .component-content .products-product-third,
  .products-all-row2.component .component-content .products-product-fifth,
  .products-all-row2.component .component-content .products-product-sixth {
    margin-top: 20px;
  }

  .table-wrapper,
  .products-comparision-text.component .component-content {
  }
  /* Product Landing Page -End - Sumit -22-10 */
  /*Sumit- Added-22-10 */
  .dropletImg {
    margin: 60px 0px 60px 0px !important;
  }

  /*  .dropletImg .component-content {
    left: 36%!important;
  }*/ /*Sumit- Removed-27-11 */

  .product-comparision-all.component {
    margin-bottom: 20px;
  } /*10-12 - Sumit- Modified*/

  .product-comparision-all.component > .component-content .table-bg {
    display: none;
  }
  .product-comparision-all.component .component-content table tr:first-child {
    background: none transparent;
  }

  .table-wrapper {
    overflow-x: scroll;
    position: relative;
  }

  .product-comparision-all.component
    .component-content
    table
    tr:first-child
    td {
    text-align: center;
    min-height: 83px;
  }

  .product-center-table table tr:first-child td {
    min-height: 99px;
  }

  .product-comparision-all.component .component-content table tr td,
  .product-center-table tr td {
    width: 160px;
    height: 120px;
  }
  .product-center-table .scrollingTable tr td:first-child,
  .product-comparision-all.component
    .component-content
    table.scrollingTable
    tr
    td:first-child,
  .fixedTable tr td:first-child {
    width: 70%;
    display: inline-block;
    border-left: none;
    padding: 30px 15px;
  }

  .product-comparision-all.component .component-content table.table-caption,
  .product-center-table .table-caption {
    padding: 0px;
  }

  .product-comparision-all.component .component-content table,
  .product-center-table table {
    margin: 16px 0px 12px;
  } /* Prat UAT 28 */

  .product-comparision-all.component
    .component-content
    table
    tr
    span.table-content-txt {
    background-position: center left;
  }

  .table-heading {
    line-height: 40px;
  }

  .product-center-table table {
    margin: 16px 0px 12px;
  }

  .product-content-box {
    width: 100%;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
  }

  .product-comparision-all.component .component-content table td:first-child {
    border-right: none;
  }

  .scrollingTable table {
    border-left: none;
    border-right: none;
  }

  .product-center-table .static_header_blank {
    left: -1px;
  }

  .product-comparision-all.component
    .component-content
    table.static_header
    + table
    tr:nth-child(2)
    td {
    border-top: 2px solid #cacaca;
  }

  .product-comparision-all.component
    .component-content
    table.static_header
    + table
    tr:last-child
    td {
    border-bottom: 2px solid #cacaca;
  }

  .product-comparision-all.component
    .component-content
    table.static_header
    + table
    tr:first-child
    td:first-child {
    z-index: 9;
  }

  .product-comparision-all.component
    .component-content
    table.static_header
    + table
    tr:nth-child(odd)
    td:first-child {
  }

  .product-comparision-all.component
    .component-content
    table.static_header
    + table
    tr:nth-child(2)
    td {
    border-left: 2px solid #cacaca;
  }
  /* 23-10-added-sumit */

  .product-comparision-all.component
    .component-content
    table
    tr:nth-child(2)
    th,
  .product-comparision-all.component
    .component-content
    table
    tr:nth-child(2)
    td {
    border-top: 1px solid #cacaca;
    position: initial;
  }

  .product-comparision-all.component
    .component-content
    table
    tr:nth-child(2)
    td:first-child {
    padding: 15px;
  }

  .product-comparision-all.component .component-content table {
    border-collapse: separate;
  }

  .fixedTable {
    width: 50%;
    margin-top: 14px;
    top: 8px;
    float: left;
    position: relative;
    z-index: 2;
  }

  .scrollingTable {
    overflow-x: scroll;
    position: relative;
    width: 45%;
  }

  .product-comparision-all.component
    .component-content
    table.scrollingTable
    tr
    td {
    border-left: medium none;
    padding: 17px 15px;
  }

  .product-center-table .scrollingTable tr td {
    padding: 0px 15px;
  }
  .product-howtouse-box.component
    + .home-product-text.component
    .component-content
    .richText-content,
  .product-content-box.component
    + .box.component
    + .home-product-text
    .component-content
    .richText-content {
    padding-top: 0px;
  } /*Sumit- Added-23-10-15*/
  .product-content-box.component
    + .box.component
    + .home-product-text
    .component-content
    .richText-content
    h2 {
    width: 100%;
    margin-left: 0px;
  }
  /*Sumit- Added-23-10-15*/
  /*Mobile theming Quiz Page - Sumit- Added -27-10 */
  .self-assessment-banner-box.component {
    /*Sumit- modified -28-10-15*/
    background: transparent
      url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/self-assesment/G_Do-I-Have-Dry-Mouth_m_1_banner.jpg")
      no-repeat scroll 0 0;
    background-size: 100% 100%;
    min-height: 257px;
  }
  .self-assessment-banner-box.component > .component-content {
    background: none !important;
    padding: 0 6.25%;
  }
  .self-assessment-banner-box.component
    .component-content
    .richText-content
    h1 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 70px;
    width: 60%;
  }
  .self-assessment-banner-box.component
    .component-content
    .richText-content
    h1
    + h1 {
    width: 110%;
    position: relative;
    top: -8px;
  } /*Sumit- modified -28-10-15*/
  .self-assessment-banner-box.component
    .component-content
    .quiz-header-text.component
    .component-content {
    padding: 0;
  } /*Sumit- modified -28-10-15*/
  .wdm-banner-content.component
    + .quiz-content-box.component
    > .component-content {
    padding: 0 6.25%;
  }
  .quiz-img-icon.component .component-content img {
    width: 25%;
  }
  .wdm-banner-content.component
    + .quiz-content-box.component
    > .component-content
    > .content
    .richText-image.pull-right {
    margin-right: 62%;
  }
  .wdm-banner-content.component + .quiz-content-box.component {
    margin-bottom: 80px;
  }
  .quiz-thankyou-text.component > .component-content .richText-content ul {
    width: 100%;
    margin-bottom: 0;
  }
  .quiz-result-product-box.component {
    margin-bottom: 64px;
  }
  .quiz-result-product-box.component > .component-content {
    margin: 0 6.25%;
  }
  .quiz-save-text.component {
    margin-top: 16px;
  }
  .quiz-product-img.component .component-content {
    padding: 0;
  }
  /*Sumit- added -30-10-15*/
  .save-banner-box.component {
    background: transparent
      url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/self-assesment/G_Do-I-Have-Dry-Mouth_m_1_banner.jpg")
      no-repeat scroll 0 0 !important;
    background-size: 100% 100% !important;
    min-height: 306px;
  }
  .save-banner-box.component > .component-content {
    background: none !important;
    padding: 0 6.25%;
  }
  .save-banner-box.component .component-content .richText-content h1 {
    font-size: 36px;
    line-height: 30px;
    margin-top: 70px;
    width: 100%;
  }
  .save-banner-box.component .component-content .richText-content h1 + h1 {
    width: 110%;
    position: relative;
    top: -8px;
  } /*Sumit- added -29-10-15*/
  .save-banner-box.component
    .component-content
    .save-now-text.component
    .component-content {
    padding: 0;
  } /*Sumit- added -29-10-15*/

  .save-banner-box.component .component-content .richText-content h1 + h1 {
    width: 110%;
    position: relative;
    top: -8px;
  } /*Sumit- added -29-10-15*/
  .save-banner-box.component
    .component-content
    .save-now-text.component
    .component-content {
    padding: 0;
  } /*Sumit- added -29-10-15*/
  .save-now-box.component > .component-content {
    margin: 67px 3.25% 0px;
    min-height: 640px;
  } /*2-12 Sumit Modified*/
  .save-banner-box.component
    + .wdm-banner-content
    .component-content
    .richText-content
    h4 {
    padding: 50px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsImage,
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponDetails
    input.button {
    float: left;
  }
  /* Added 30-10 sumit */
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponDetails {
    top: 175px;
  }
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponDetails {
    top: 175px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsDescription
    h2,
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponsDescription
    h2 {
    padding: 50px 0px 10px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponDetails
    input.button {
    left: 30%;
  }
  .save-banner-box.component .component-content .richText-content h1 {
    margin-top: 140px;
    font-size: 48px;
    line-height: 45px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsImage
    img,
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponsImage
    img {
    width: 100%;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsDescription {
    padding: 0px 2%;
  }
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponsDescription {
    padding: 0px 2%;
  }
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponDetails {
    top: 380px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponDetails {
    top: 380px;
  }
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponDetails {
    left: 15%;
  }
  .save-now-two-coupion.component {
    margin-top: 50px;
  }
  /* 2-11 added Footer social icons */
  .facebook-icon.component .component-content {
    position: absolute;
    left: 40%;
    bottom: 0;
    right: 0;
  }
  .youtube-icon.component .component-content {
    position: absolute;
    right: 40%;
    bottom: 0;
  }
  /*27-11 Sumit Added*/
  .home-causes-text .richText-content {
    border-right: none;
    padding: 0px 10px;
  }
  .med-overactive-text {
    /*Prashant- Added-02-12-15*/
    border-right: none;
  }
  /*3-12 Sumit Added */
  .footer-box.component {
    /* min-height: 337px;
    margin-top: 0;/*9-12 - Sumit- Modified*/
  } /*9-12 - Sumit- Modified*/
  .product-comparision-all.component .component-content {
    margin: 0 6.25%;
    position: relative;
  }
  .scrollingTable table tr:nth-child(5) {
    height: 147px;
  }
  .product-bulleted-text .richText-content {
    /*4-12 Sumit Added */
    padding: 0px 0px 15px;
  }
  .footer-callout-box.component .richText .component-content .richText-content {
    width: 100%;
  } /*4-12 Sumit Added */
  .footer-callout-box
    .component-content
    .richText
    .richText-content
    p:first-child {
    margin-left: 0;
  }
  .home-drymouth-affects-box.component {
    /*7-12 Sumit Added */
    background: url("../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/Home_affect_bg.png")
      repeat-x -1101px 0px transparent;
    background-size: cover;
    min-height: 350px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .home-assessment-box.component .box-left-curve,
  .home-assessment-box.component .box-right-curve,
  .home-assessment-box.component .home-assessment-text .component-content img {
    display: none; /*jayesh- changed 27-11-15*/
  }
  /*Added 6-11 sumit*/
  .fresh-mint-banner-text .richText-content h3 {
    width: 50% !important;
    margin-left: 24% !important;
  }
  .fresh-mint-img {
    /*jayesh chnage 26-11-2015*/
    width: 100% !important;
  }
  .fresh-mint-banner-text {
    /*jayesh chnage 26-11-2015*/
    width: 100% !important;
    text-align: center;
  }
  #wrapper {
    position: relative;
    overflow: hidden;
  } /*2-12 Sumit Modified */
  .body-bg {
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
    width: 100%;
    bottom: 0px;
    background-image: url(../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/same1.jpg);
    display: block !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px 100%;
  }
  .body-bg img {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .body-bg4 {
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
    background-color: #fff;
    width: 100%;
    bottom: 0px;
    background-image: url(../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/same1.jpg);
    display: block !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .bg-no-text {
    /*11-12 - Sumit- Added*/
    background: -moz-linear-gradient(
      top,
      #ffffff 22%,
      #ffffff 49%,
      #ffffff 8%,
      #53c8f4 86%,
      #53c8f4 239%
    ) !important; /* FF3.6+ */
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(47%, #ffffff),
      color-stop(86%, #ffffff),
      color-stop(106%, #53c8f4),
      color-stop(67%, #53c8f4)
    ) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
      top,
      #ffffff 22%,
      #ffffff 49%,
      #ffffff 8%,
      #53c8f4 86%,
      #53c8f4 239%
    ) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
      top,
      #ffffff 22%,
      #ffffff 49%,
      #ffffff 8%,
      #53c8f4 86%,
      #53c8f4 239%
    ) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(
      top,
      #ffffff 22%,
      #ffffff 49%,
      #ffffff 8%,
      #53c8f4 86%,
      #53c8f4 239%
    ) !important; /* IE10+ */
    background: linear-gradient(
      to bottom,
      #ffffff 22%,
      #ffffff 49%,
      #ffffff 8%,
      #53c8f4 86%,
      #53c8f4 239%
    ) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#53c8f4',GradientType=0 ) !important; /* IE6-9 */
  }
  .body-bg4 img {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #content {
    position: relative;
  }
  .footer-callout-box .body-bg2 {
    display: none !important;
  }
  .footer-callout-box .body-bg3 {
    display: none !important;
  }
  .body-bg2 {
    margin-bottom: 0px;
    background-image: url(../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/same.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
    background-color: #fff;
    width: 100%;
    bottom: 0;
    display: block !important;
    height: 100%;
  } /*9-12 - Sumit- Modified*/
  .body-bg2 img {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  /*29-11 Sumit Added*/
  .body-bg3 {
    margin-bottom: 0px;
    background-image: url(../../../../../../../content/dam/cf-consumer-healthcare/biotene-master/HomePage/footerbg-2.jpg) !important;
    background-size: cover;
    background-position: 0 bottom;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -100;
    background-color: #fff;
    width: 100%;
    min-height: 870px; /* Edit this value only to adjust bg */
    bottom: 450px;
    display: block !important;
  }
  .body-bg3 img {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  /* #header ,#content,#footer{
    position: relative;
    z-index: 100;
}  */ /* Prashant-removed-13-11-15*/

  #header {
    /* Prashant-Added-13-11-15*/
    position: relative;
    z-index: 100;
  }
  #footer {
    position: relative;
  }

  .home-drymouth-box.component
    .home-drymouth-text.component
    .richText-content
    h3,
  .home-drymouth-box .home-drymouth-text .richText-content h3 + h3,
  .home-impact-box.component .home-impact-text.component .richText-content h3,
  .home-impact-box.component
    .home-impact-text.component
    .richText-content
    h3
    + h3,
  .home-drymouth-affects-text .component-content .richText-content h2,
  .home-drymouth-affects-text .component-content .richText-content h2 + h2,
  .home-causes-text .component-content .richText-content h3,
  .home-causes-care-box
    .home-causes-text
    + .richText
    .component-content
    .richText-content
    h3,
  .home-assessment-box.component .home-assessment-text .richText-content h3,
  .home-assessment-box.component
    .home-assessment-text
    .richText-content
    h3
    + h3 {
    font-size: 38px;
    line-height: 32px;
    margin-top: 35px;
  } /*9-12 - Sumit- Modified*/

  .home-drymouth-subtext .richText-content p + p,
  .home-impact-subtext .richText-content p + p {
    font-size: 28px;
    text-align: center;
  }

  .home-drymouth-causes .component-content img.richText-image.pull-right {
    left: 40%;
  }

  .home-drymouth-symptoms .component-content img.richText-image.pull-right {
    left: 82%;
  }

  .home-impact-box.component
    .home-impact-subtext.component
    + .richText.component {
    left: 24%;
    width: 52%;
  }

  .home-impact-subtext + .richText .component-content img.richText-image {
    left: 85%;
  }

  .home-drymouth-box.component .home-drymouth-subtext .component-content,
  .home-impact-box.component.home-impact-subtext .component-content {
    max-height: 185px;
  }

  .home-drymouth-box.component .home-drymouth-text.component .richText-content,
  .home-impact-box.component .home-impact-text.component .richText-content {
    top: 33px;
  }

  .home-assessment-box.component .quiz-content-box {
    margin-left: 5% !important;
  }

  .footer-callout-box
    .component-content
    .richText
    .richText-content
    p:first-child {
    padding: 0 22%;
  } /*22-10-modified-Sumit */
  .footer-callout-box.component
    .richText
    .component-content
    .richText-content
    p:first-child
    + p {
    top: 194px;
    left: 15%;
  } /*22-10-modified-Sumit */
  .footer-callout-box.component
    .richText
    .component-content
    .richText-content
    p:first-child
    + p {
    top: 182px;
  } /*22-10-modified-Sumit */

  /* 21-10- Sumit- Added  */
  .all-products-banner-box.component
    .products-banner-text
    .component-content
    .richText-content
    h3 {
    width: 97%;
    font-size: 30px;
  }

  .all-products-banner-box.component
    .products-banner-text
    .component-content
    .richText-content
    h3
    + h3 {
    top: 150px;
    position: absolute;
    width: 64%;
  }

  .all-products-banner-box.component
    .products-banner-text
    .component-content
    .richText-content
    h3
    + h3
    + h3 {
    top: 208px;
    position: absolute;
    width: 55%;
  }
  .all-products-banner-box.component > .component-content {
    min-height: 800px;
  }
  /* Added 27-10 sumit */
  .wdm-banner-content.component
    + .quiz-content-box.component
    > .component-content
    > .content
    .richText-image.pull-right {
    margin-right: 19%; /*changed from 56% - Aug 26*/
  }
  /* Added 30-10 sumit */
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponDetails {
    top: 175px;
  }
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponDetails {
    top: 175px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsDescription
    h2,
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponsDescription
    h2 {
    padding: 20px 0px 10px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponDetails
    input.button {
    left: 20%;
  }
  .save-banner-box.component .component-content .richText-content h1 {
    margin-top: 140px;
    font-size: 48px;
    line-height: 45px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsImage
    img,
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponsImage
    img {
    width: 100%;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponsDescription {
    padding: 0px 2%;
    width: 100%;
  }
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponsDescription {
    padding: 0px 2%;
  }
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponDetails {
    top: 315px;
  }
  .save-now-one-coupon.component
    .couponsContainer
    > .component-content
    .couponDetails {
    min-height: 103px;
    position: relative;
    float: right;
    top: 0;
    width: 100%;
    padding: 0px;
  }
  .save-now-two-coupion.component
    .couponsContainer
    > .component-content
    .couponDetails {
    left: 15%;
  }
  .save-now-two-coupion.component {
    margin-top: 50px;
  }
  .footer-text.component > .component-content {
    padding: 0;
  }
  .footer-box.component .footer-links > .component-content {
    padding: 0;
  }
  /*28-11 Sumit Added */
  /*span.buynow-span{
	left: 30%;
    }*/ /*3-12 Sumit Removed*/
  /*29-11 Sumit Added*/
  .footer-callout-box.component
    .component-content
    .paragraphSystem
    div:nth-child(2) {
    /*Prashant- Added-02-12-15*/
    margin-left: 0px;
  }

  .wdm-banner-content.component
    + .quiz-content-box.component
    > .component-content
    > .content
    h3 {
    /*Prashant- Added-02-12-15*/
    width: 100%;
    font-size: 28px; /*11-12 - Sumit- Modified*/
  }
  .wdm-banner-content.component
    + .quiz-content-box.component
    > .component-content
    > .content
    h2 {
    width: 100%;
  } /*10-12 - Sumit- Added*/
  .home-assessment-box.component .home-assessment-text .richText-content h3,
  .home-assessment-box.component
    .home-assessment-text
    .richText-content
    h3
    + h3 {
    font-size: 28px !important;
    line-height: 28px !important;
  } /*10-12 - Sumit- Modified*/
  .home-assessment-text.component {
    padding-bottom: 0;
    margin-bottom: 0;
  } /*10-12 - Sumit- Added*/
  .all-products-banner-box.component .component-content {
    min-height: 600px;
    top: 0px;
  } /*10-12 - Sumit- Added*/
  .products-banner-subtext.component {
    margin-top: 0px;
  } /*10-12 - Sumit- Added*/
  .oralbalance-banner-text {
    text-align: center;
  } /*11-12 - Sumit- Added*/
  .oralbalance-banner-text h1 {
    margin-left: 0 !important;
  } /*11-12 - Sumit- Added*/
  .oralbalance-banner-text .richText-content p {
    margin-left: 0 !important;
  } /*11-12 - Sumit- Added*/
  .fresh-mint-banner-text,
  .gentle-flavor-banner-text {
    width: 100% !important;
    text-align: center;
    padding: 0 8.25%;
    margin: 0 6.25%;
  } /*11-12 - Sumit- Added*/
  .gentle-flavor-banner-text h1 {
    width: 90% !important;
    margin: 0;
    padding: 0px 6.25%;
  } /*11-12 - Sumit- Added*/
  .products-banner-box.component
    .moisturizing-spray-img.product-rinse-spray.component
    > .component-content
    img {
    width: 80% !important;
  } /*11-12 - Sumit- Added*/
  .products-comparision-text.component .component-content {
    padding: 0 6.25%;
  } /*11-12 - Sumit- Added*/
  .product-video.component > .component-content img {
    left: 0px;
  } /*12-12 - Sumit- Added*/

  /* 6/3/2018 - tnk68525 - Added */
  .wdm-banner-img-span2-margin-top
    .component-content
    .richText-content
    h2
    .home-banner-slide4-span2 {
    margin-top: 10px;
  }

  /* 6/3/2018 - tnk68525 - Added */
  .wdm-banner-img-br-display .richText-content h1 br {
    display: none !important;
  }

  /* Sticky column styles */
  .product-comparision-all.component .component-content table th,
  .product-comparision-all.component .component-content table td {
    padding: 0;
    margin: 0;
  }

  .table-wrapper-sticky-scroll {
    overflow-x: auto;
    margin-left: 160px; /* the width of the sticky column plus borders plus padding */
  }

  .product-comparision-all.component .component-content table tr td.col-sticky {
    position: absolute !important;
    left: 0;
    top: auto !important;
    display: flex !important;
    align-items: center;
  }

  /**
   * Drawing borders for the table
   */
  .table-wrapper-sticky-scroll tr:nth-child(2) td,
  .product-comparision-all.component
    .component-content
    table
    tr:nth-child(2)
    td {
    border-top: 2px solid #cacaca;
  }

  .table-wrapper-sticky-scroll tr:last-child td,
  .product-comparision-all.component
    .component-content
    table
    tr:nth-child(odd)
    td {
    border-bottom: 2px solid #cacaca;
  }

  .table-wrapper-sticky-scroll td:first-child {
    border-left: 2px solid #cacaca !important;
    border-right: 2px solid #cacaca !important;
  }

  .table-wrapper-sticky-scroll td:last-child {
    border-right: 2px solid #cacaca !important;
  }

  .table-wrapper-sticky-scroll tr:nth-child(2) td:first-child {
    border-top-left-radius: 23px;
  }

  .table-wrapper-sticky-scroll tr:last-child td:first-child {
    border-bottom-left-radius: 23px;
  }

  .table-wrapper-sticky-scroll tr:nth-child(2) td:last-child {
    border-top-right-radius: 23px;
  }

  .table-wrapper-sticky-scroll tr:last-child td:last-child {
    border-bottom-right-radius: 23px;
  }

  /* excluding first row */
  .table-wrapper-sticky-scroll tr:first-child td {
    border: none !important;
  }

  .product-comparision-all.component .component-content table tr td {
    padding: 0;
  }

  .product-comparision-all.component
    .component-content
    table
    tr:first-child
    td {
    padding: 16px 15px;
  }

  .product-comparision-all.component
    .component-content
    table
    tr:nth-child(even)
    td {
    padding: 0 15px;
  }
}

/* 6/3/2018 - tnk68525 - Added */
.about-ph-accordion-padding-bottom {
  padding-bottom: 300px;
}

/**
 * Overriding box.css and richText.css
 */
@media all and (min-width: 600px) and (max-width: 767px) and (orientation: portrait) {
  .product-comparision-all.component
    .component-content
    table
    tr:nth-child(odd)
    td {
    height: 120px !important;
  }
}

@media all and (min-width: 320px) and (max-width: 667px) and (orientation: landscape) {
  .product-comparision-all.component
    .component-content
    table
    tr:nth-child(odd)
    td {
    height: 120px !important;
  }
}

/**
 * fix consumer table - Elias Ondrej / WUNGLOGC-368
 */

@media (max-width: 767px) and (min-width: 600px) and (orientation: portrait) {
  .product-comparision-all.component .component-content table,
  .product-center-table table {
    position: inherit !important;
  }
}

@media (min-width: 767px) {
  /* do not display table bg */
  /* what the fuck this was supposed to mean ? */
  .table-bg {
    display: none !important;
  }

  .product-comparision-all.component .component-content table {
    border-collapse: separate !important;
  }

  /* instead set borders of the table */
  /* top border */
  .product-comparision-all.component
    .component-content
    table
    tr:nth-child(2)
    td {
    border-top: 2px solid #cacaca;
  }

  /* left border */
  .product-comparision-all.component
    .component-content
    table
    tr
    td:first-child {
    border-left: 2px solid #cacaca;
  }
  .product-comparision-all.component
    .component-content
    table
    tr:nth-child(1)
    td:first-child {
    border-left: 0;
  }

  /* right border */
  .product-comparision-all.component .component-content table tr td:last-child {
    border-right: 2px solid #cacaca;
  }
  .product-comparision-all.component
    .component-content
    table
    tr:nth-child(1)
    td:last-child {
    border-right: 0;
  }

  /* bottom border */
  .product-comparision-all.component .component-content table tr:last-child td {
    border-bottom: 2px solid #cacaca;
  }
}

/*Migration Fixes - 2019 Starts*/
.header-navigation .navigation-branch a.navigation-item-title {
  padding-bottom: 17px;
}

.page-dry-mouth-faq .accordion-head h3.accordion-title {
  display: contents;
}

.searchResults {
  margin: 80px auto;
}

.searchResults-pagination-item:first-child {
  height: 32px;
  width: 75px !important;
}

.searchResults-pagination-item.is-active.odd.first {
  width: 51px !important;
}

.main [class*="grid_"]:nth-child(2) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .searchResults {
    margin: 40px auto;
  }
}

/*Migration Fixes - 2019 Ends*/

/* Ashish Gupta | CCW-1092 | 09/11/22 */

.header-navigation.haleon-nav.component {
  min-width: 675px;
}

.image.gsk_logo.haleon-logo {
  width: 120px;
  margin-top: 20px;
}

.contact-us ul.contact-list li span div {
  background: #b3b3b3;
  text-align: center;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-us ul.contact-list li img {
  width: 30px;
}

.contact-us ul.contact-list li {
  display: flex !important;
  align-items: center;
}

.contact-us ul li .visibility-hide {
  visibility: hidden !important;
}

.contact-us .richText ul li:before {
  display: none;
}

.contact-us .richText a:not(.btn-default):hover {
  background-color: #025eb4;
  color: #fff;
}

.contact-us .default-icon > a {
  border-radius: 50%;
  display: flex !important;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  background-color: #025eb4;
}

.contact-us .default-icon > a img {
  width: auto !important;
  height: 16px !important;
  text-align: center;
}

@media (min-width: 992px) {
  .m-d-l-1 {
    margin-left: 1rem;
  }
}

@media (max-width: 991px) {
  .m-m-l-1 {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .image.gsk_logo.haleon-logo {
    width: 110px;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper .image.gsk_logo.haleon-logo {
    width: 100px;
    right: 52px; /* 15/11/22 | CCW-1171 */
    top: 22px; /* 15/11/22 | CCW-1171 */
    margin-top: 0;
  }

  .contact-us ul.contact-list li {
    padding: 10px !important;
    border-radius: 4px;
    background: #8080800f;
  }
}

/* Ashish End */

