.mw-1076 {
  max-width: 1076px;
  margin: 0 auto;
}

.mw-941 {
  max-width: 941px;
  margin: 0 auto;
}

.mw-918 {
  max-width: 918px;
}

.mw-1028 {
  max-width: 1028px;
}

@media screen and (max-width: 991.98px) {
  .mt-20-0 {
    margin-top: 20px;
  }
}

body {
  margin: 0px;
  font-family: "inter";
  /* .red-tilte-block-banner {
  	background-image: url(../images/content-block-desktop-square-edges-symbol-master-content-block-02-title-2@3x.png);
  	color: $color-FFFFFF;
  	font-size: 44px;
  	background-position: 17% 21%;
  	background-size: 170%;
  	display: flex;
  	flex-direction: column;
  } */
}
body .top-disclaimer {
  color: #FFFFFF;
  background: url(../images/indication-banner-container-background.webp);
  background-position: 50% 55%;
}
body header.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .tab-heading-description {
  font-size: 24px;
  line-height: normal;
  margin-top: 17px;
  margin-bottom: 46px;
}
@media screen and (min-width: 992px) {
  body .tab-heading-description {
    font-size: 18px;
    line-height: 1.56;
    margin: 22px 30px 29px 30px;
    max-width: 1076px;
  }
}
body .important-talk-doctor {
  font-size: 28px;
  font-weight: bold;
  margin: 36px 0px;
}
@media screen and (min-width: 992px) {
  body .important-talk-doctor {
    margin: 30px 0px;
  }
}
body .red-tilte-block-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/img-red-banner-title-background-mobile.webp);
  font-size: 32px;
  padding: 24px 20px;
}
body .red-tilte-block-banner h2 {
  margin: 0;
  font-size: 40px;
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  body .red-tilte-block-banner {
    padding: 15px 32px;
    background-image: url(../images/img-banner-title-red-desktop.svg);
    background-position: 17% 21%;
    background-size: 170%;
  }
  body .red-tilte-block-banner h2 {
    font-size: 36px;
  }
}
body .responsive-flex-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body footer {
  background-color: #333333;
}

.indication-banner a {
  color: #FFFFFF;
  text-decoration: none;
}

.navbar-header .hero-banner-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.navbar-header .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-header .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.overlay-text {
  margin: 0 auto;
  padding: 16px 32px;
}
@media screen and (min-width: 992px) {
  .overlay-text {
    top: 50%;
    left: 0;
    right: 0;
    padding: 0;
    max-width: 520px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.overlay-text h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.27;
  text-align: center;
  font-style: normal;
  font-stretch: normal;
  color: #222222;
}
@media screen and (min-width: 992px) {
  .overlay-text h1 {
    font-size: 44px;
    font-weight: 600;
  }
}

/* .overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: $color-222222;
	padding: 0.5em 1em;
	font-size: 21px;
	line-height: 1.27;
	text-align: center;
	// width: 45%;
	padding: 0px 40px;
	h1{
		text-align: center;
	}
} */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-self-end {
  -ms-flex-item-align: self-end;
      align-self: self-end;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

header.navbar-header .navbar {
  /*position: relative;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F8F8F8;
}

.logo-bar .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #000000;
  border: none;
}
.logo-bar .logo-navbar-brand {
  padding-top: 16px;
  padding-bottom: 18px;
}
.logo-bar .menu-navbar-toggler {
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-toggler .icon-bar {
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  margin: 4px 0;
  display: block;
  width: 26px;
  height: 4px;
  border-radius: 1px;
  background-color: #B6ADAD;
}

.d-none {
  display: none !important;
}

.collapse:not(.show) {
  display: none;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.container {
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
  max-width: 1136px;
}

.text-align-center {
  text-align: center;
}

.title-banner .container h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #26988b;
  margin-top: 32px;
  margin-bottom: 0px;
}
.title-banner .container h3.tab-heading-h3-small {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .title-banner .container h3.tab-heading-h3-small {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.title-banner .container ul {
  font-size: 18px;
  list-style-position: outside;
  color: #54565B;
  line-height: 1.33;
  list-style: disc;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}
@media screen and (min-width: 992px) {
  .title-banner .container ul {
    font-size: 24px;
    line-height: 1.46;
    webkit-padding-start: 40px;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}
.title-banner .container ul li::marker {
  font-size: 18px;
  color: #D9252A;
}
@media screen and (min-width: 992px) {
  .title-banner .container ul li::marker {
    font-size: 24px;
  }
}

#risk-of-untreated-hepb .two-section-col ul {
  margin-top: 20px;
  margin-bottom: 0;
}
#risk-of-untreated-hepb .horizontal-cyan-divider {
  border: solid 2.5px #26988b;
  margin: 10px 0 0;
}
@media screen and (min-width: 992px) {
  #risk-of-untreated-hepb .horizontal-cyan-divider {
    margin: 27px 30px 30px;
  }
}

#learn-more-about .two-section-col {
  gap: 50px;
  font-size: 18px;
  color: #54565B;
  line-height: 1.56;
}
#learn-more-about .two-section-col .divider {
  content: "";
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: 3px solid red;
  padding-bottom: 20px;
  margin-bottom: 9%;
}
#learn-more-about .image-container p {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}

.black-bold {
  color: #000000;
  font-weight: bold;
}

.red-color-text {
  color: #D9252A !important;
}

.boxed-container {
  -webkit-box-shadow: 0 0 12px #000;
          box-shadow: 0 0 12px #000;
  background: #ffffff;
  border: 1px #fff;
  border-radius: 22px;
  margin-bottom: 65px;
  padding-bottom: 20px;
}

.card {
  padding: 10px 50px 40px;
  background-color: #FFFFFF;
  border: 5px solid #d9252a;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.card::before {
  content: "?";
  background-color: #D9252A;
  color: #FFFFFF;
  font-size: 72px;
  font-weight: bold;
  border-radius: 50%;
  width: 71px;
  height: 71px;
  line-height: 75px;
  position: absolute;
  top: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.card h3 {
  color: #D9252A !important;
  margin-top: 23px !important;
  font-size: 40px !important;
  margin-bottom: 0px;
}
.card p {
  font-size: 24px;
  color: #54565B;
  line-height: normal;
  margin-top: 17px;
  margin-bottom: 10px;
}

.two-flex-image-container .image-container {
  max-width: 164px;
  min-width: 119PX;
}
.two-flex-image-container .image-container img {
  display: block;
  width: 100%;
  min-width: 119px;
  max-width: 164px;
  height: auto;
  margin: auto;
}
.two-flex-image-container .image-container span {
  font-size: 18px;
  top: 8px;
  position: relative;
  color: #54565B;
  line-height: 1.22;
}
@media screen and (max-width: 991.98px) {
  .two-flex-image-container .image-container span {
    line-height: normal;
  }
}
.two-flex-image-container .arrow-container img {
  width: 30%;
  margin: 0px 31px;
  padding-top: 50px;
}

div.liver-condition-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  padding-left: 45px;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.liver-condition-image-container .first-stage .stage-container-seperator {
  border-right: 3px solid red;
}
.liver-condition-image-container .first-stage .stage-container-details .d-flex {
  gap: 25.5px;
}
.liver-condition-image-container .second-stage .stage-container-seperator img {
  max-width: 45px;
  text-align: center;
}
.liver-condition-image-container .third-stage .stage-container-seperator img {
  max-width: 45px;
  text-align: center;
}
.liver-condition-image-container .stage-container .stage-container-details {
  max-width: 167px;
  text-align: center;
  font-size: 18px;
}
.liver-condition-image-container .stage-container .stage-container-details span.stage-label {
  padding: 10px 10px 0px 10px;
  color: #D9252A;
  display: block;
}
@media screen and (max-width: 991.98px) {
  .liver-condition-image-container .stage-container .stage-container-details span.stage-label {
    padding-top: 30px;
  }
}
.liver-condition-image-container .stage-container .stage-container-details span {
  color: #54565B;
}

.about-silent-killer {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  color: #54565B;
  margin: 30px 0px;
  padding: 0px 20px;
}
@media screen and (max-width: 991.98px) {
  .about-silent-killer {
    padding: 0px;
  }
}
.about-silent-killer span {
  display: block;
}
@media screen and (min-width: 992px) {
  .about-silent-killer span {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .about-silent-killer {
    line-height: 1.33;
    font-size: 24px;
  }
}

.blue-color-text {
  color: #26988b !important;
}

.greyish-color-text {
  color: #54565B !important;
}

.risk-of-hepb {
  padding-top: 45px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  margin: 0px 0px 60px 0px;
}
@media screen and (max-width: 991.98px) {
  .risk-of-hepb {
    padding-top: 36px;
  }
}
.risk-of-hepb span {
  display: inline;
}
@media screen and (max-width: 991.98px) {
  .risk-of-hepb span {
    display: block;
  }
}

.horizontal-grey-divider {
  border: solid 2.5px #dddfdd;
  margin: 21px 12px 52px 12px;
}
@media screen and (max-width: 991.98px) {
  .horizontal-grey-divider {
    margin: 7px 0 67px;
  }
}

.boxed-divider {
  margin: 30px 12px 65px 12px;
}

.horizontal-red-divider {
  border: solid 2.5px #d9252a;
}

.img-desc-side-by-side {
  gap: 50px;
  padding: 20px;
}
.img-desc-side-by-side .section {
  text-align: center;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img-desc-side-by-side .circle-image {
  width: 123px;
  height: 123px;
  border-radius: 50%;
}
.img-desc-side-by-side .description {
  font-size: 18px;
  max-width: 208px;
  text-align: left;
  color: #54565B;
  line-height: 1.56;
}
@media screen and (max-width: 991.98px) {
  .img-desc-side-by-side .description {
    line-height: normal;
  }
}

.word-break {
  word-break: break-word;
}

.increased-risk-of {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 9px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991.98px) {
  .increased-risk-of {
    line-height: normal;
    margin-top: 30px;
  }
}

.treatment-for-hepb {
  padding-top: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .treatment-for-hepb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.treatment-for-hepb .text-section .description {
  font-size: 24px;
  line-height: 1.17;
  color: #54565B;
}
.treatment-for-hepb .text-section .subheading {
  color: #222222;
}

section#considering-treatment-for-hepb {
  margin-top: 45px;
}

.banner-button-text-container {
  background-image: url(../images/banner-button.webp);
  background-size: 235%;
  background-position: 63% 54%;
  margin-bottom: 45px;
  max-height: 202px;
}

.banner-button-text-container {
  padding: 62px 32px;
}
@media screen and (max-width: 767.98px) {
  .banner-button-text-container {
    padding: 36px 20px;
  }
}

.centered-box {
  width: 100%;
  margin: 0 auto;
  max-width: 802px;
  text-align: center;
  background-color: #FFFFFF;
}
.centered-box a {
  cursor: pointer;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  margin: 20px 1rem;
  font-style: normal;
  font-stretch: normal;
  color: #26988b;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .centered-box a {
    font-size: 36px;
    margin: 20px 1rem;
    line-height: 1.28;
  }
}

footer .footer-link-container {
  gap: 35px;
  padding-top: 35px;
}
@media screen and (max-width: 991.98px) {
  footer .footer-link-container {
    padding-top: 55px;
  }
}
footer .footer-link-container a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0px 0px 0 0;
}
footer .footer-link-container span {
  color: #FFFFFF;
  padding: 0px 13px;
}
@media screen and (max-width: 991.98px) {
  footer .footer-link-container span {
    padding: 0px 7px;
  }
}
footer .privacy-policy-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  line-height: normal;
  color: #FFFFFF;
}
footer .privacy-policy-container p {
  padding-bottom: 16px;
  margin: 0px;
}

.privacy-policy-container {
  padding-top: 35px;
  padding-bottom: 20px;
}

.footer-link-container .link-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.gilead-logo {
  -ms-flex-item-align: start;
      align-self: start;
  max-width: 161px;
}

.safe-harbour.open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 150ms linear all;
  transition: 150ms linear all;
}

.hcp-disclaimer.open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 150ms linear all;
  transition: 150ms linear all;
}

.safe-harbour {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  top: 0;
  left: 0;
  -webkit-transition: 150ms linear all;
  transition: 150ms linear all;
}
.safe-harbour .leaving-inner {
  padding: 20px;
  max-width: 745px;
  background: #fff;
  padding: 20px 20px 75px 40px;
}
@media screen and (max-width: 991.98px) {
  .safe-harbour .leaving-inner {
    padding: 20px 10px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.safe-harbour .leaving-inner button.close-button {
  border: 1px solid white;
  background: white;
}
.safe-harbour .leaving-inner .close-button {
  text-decoration: none;
}
.safe-harbour .leaving-inner .close-button span {
  font-size: 40px;
  color: #979797;
  line-height: 40px;
}
.safe-harbour .leaving-inner .content .heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  color: #D9252A;
  margin: 0;
}
.safe-harbour .leaving-inner .content .description {
  font-size: 18px;
  line-height: 1.11;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 24px;
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 991.98px) {
  .safe-harbour .leaving-inner .content .description {
    margin: 20px 10px 32px 10px;
    font-size: 14px;
    line-height: 1.43;
  }
}
.safe-harbour .leaving-inner .continue {
  text-decoration: none;
  color: #FFFFFF;
  border: solid 1px #b4b4b4;
  background-color: #26988b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 21px;
}
.safe-harbour .leaving-inner .cancel {
  text-decoration: none;
  color: #FFFFFF;
  border: solid 1px #b4b4b4;
  background-color: #C8102E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 21px;
}

.hcp-disclaimer {
  background: #d5d5d5;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  top: 0;
  left: 0;
  -webkit-transition: 150ms linear all;
  transition: 150ms linear all;
}

.d-buttons {
  gap: 5px;
}

body.locked {
  overflow: hidden;
}

.hide-hero-banner {
  display: none !important;
}

.tab-accordion-details-list p {
  font-size: 18px;
  line-height: normal;
  color: #54565B;
}
.tab-accordion-details-list span {
  font-size: 18px;
  line-height: normal;
  color: #54565B;
}

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

.doctors-test {
  font-size: 28px;
  line-height: normal;
  color: #222222;
  margin-bottom: 42px;
}
@media screen and (max-width: 576.98px) {
  .doctors-test {
    margin-top: 36px;
  }
}

.normal-line-height {
  line-height: normal !important;
}

.light-h3 {
  font-size: 40px;
}

.mb-45-20 {
  margin-bottom: 20px;
}

.mrg-20-0 {
  margin: 0;
}

.normal-font-text {
  font-weight: normal !important;
}

.txt-align-left-center {
  text-align: left;
}

.mt-0 {
  margin-top: 0 !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-28-36 {
  font-size: 36px !important;
}
@media screen and (max-width: 991.98px) {
  .font-size-28-36 {
    font-size: 28px !important;
    margin-top: 16px !important;
  }
}

.mt-30 {
  margin-top: 30px !important;
}

ul.blue-bullet-list li::marker {
  color: #26988b !important;
}

.sticky-disclaimer {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (min-width: 992px) {
  .nav-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 110px;
  }
}
.nav-wrapper .navbar-container {
  width: 100%;
  -webkit-animation-name: smooth;
          animation-name: smooth;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.nav-wrapper .navbar-container.sticky-navbar {
  position: fixed;
  z-index: 10;
  -webkit-box-shadow: 0 2px 4px #dfdfdf;
          box-shadow: 0 2px 4px #dfdfdf;
}

.sticky-header-logo-container {
  position: fixed;
  z-index: 1000;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: smooth;
          animation-name: smooth;
  background-color: #fff;
  top: 52px;
}

.mbl-hero.hero-banner-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.navbar-header.sticky-navbar {
  position: fixed;
  top: 0;
  width: 100%;
}

.not-found-cotainer {
  background-color: #F8F8F8;
}
.not-found-cotainer .button {
  color: #FFFFFF;
  background-color: #D9252A;
  font-size: 36px;
  padding: 28px 141px;
  margin-bottom: 81px;
  border: 1px solid #D9252A;
  text-decoration: none;
}
.not-found-cotainer p {
  font-size: 36px;
  font-weight: 0.78;
  -webkit-columns: #FFFFFF;
     -moz-columns: #FFFFFF;
          columns: #FFFFFF;
  margin-top: 42px;
  margin-bottom: 42px;
}

#risk-of-untreated-hepb h3.red-centerd-h3 {
  line-height: normal;
  font-weight: bold;
  font-size: 36px;
  margin: 0px 0px 30px 0px;
}
@media screen and (min-width: 992px) {
  #risk-of-untreated-hepb h3.red-centerd-h3 {
    max-width: 608px;
    margin-bottom: 55px;
  }
}

.disclaimer-container {
  margin: 0;
  padding-right: 0px;
  padding-left: 30px;
  max-width: 1136px;
}
@media screen and (max-width: 991.98px) {
  .disclaimer-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.disclaimer-container .content {
  font-size: 14px;
  line-height: 1.43;
}

@media screen and (max-width: 991.98px) {
  ul.space-between-li {
    margin-top: 32px;
  }
}
@media screen and (max-width: 991.98px) {
  ul.space-between-li li {
    margin-top: 20px;
  }
}

.title-banner .tab-accordion-details-list ul {
  font-size: 18px;
  line-height: normal;
  color: #54565B;
}

@media screen and (max-width: 991.98px) {
  .increased-risk-triangle-icon {
    margin-top: 30px;
  }
}

.mt-24-74 {
  margin-top: 74px;
}
@media screen and (max-width: 991.98px) {
  .mt-24-74 {
    margin-top: 24px;
  }
}

.mt-24 {
  margin-top: 24px;
}

@media screen and (max-width: 991.98px) {
  .align-img-para img {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .align-img-para p {
    margin-top: 0px !important;
  }
}

.tab-accordion-details.align-tab-img-para.show .tab-accordion-detail p,
.tab-accordion-details.align-tab-img-para .tab-accordion-detail p {
  margin: 0;
  margin-bottom: 1rem;
}
.tab-accordion-details.align-tab-img-para.show .tab-accordion-detail img,
.tab-accordion-details.align-tab-img-para .tab-accordion-detail img {
  padding-top: 0px !important;
}

.mb-0-20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 991.98px) {
  .mb-0-20 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 991.98px) {
  /* .overlay-text {
  	position: static;
  	transform: none;
  	font-size: 21px;
  	line-height: 1.25;
  	font-weight: 200;
  	width: fit-content;
  	padding: 0px 40px;
  } */
  body header.navbar-header {
    position: relative;
    z-index: 101;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .responsive-flex-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar-header .hero-banner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .navbar-header .header-logo-container {
    padding-left: 18px;
    padding-right: 20px;
  }
  .navbar-header .navbar .navbar-collapse {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .navbar-header .navbar .navbar-nav {
    margin-top: 0px;
  }
  .navbar-header .nav-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-header .mbl-menu {
    margin: 0 0 0px;
    padding: 12px 0px 12.1px;
    background-color: #FFFFFF;
    max-width: 100%;
  }
  header.navbar-header .navbar {
    border: none;
    position: static;
    background-color: #FFFFFF;
  }
  header.navbar-header .header-logo-container .logo-bar .navbar-brand .header-logo {
    max-width: 155px;
  }
  .logo-bar .navbar-toggler {
    color: rgba(0, 0, 0, 0.5019607843);
    border-color: rgba(0, 0, 0, 0.1);
    background: url(../images/menu-bar-collapse.webp) no-repeat;
    cursor: pointer;
    width: 41px;
    height: 52px;
  }
  .navbar-toggler[aria-expanded=true] {
    background: url(../images/brand-name-icon-lib-master-head-mobile-close-menu.png) no-repeat;
  }
  .navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(2) {
    background-color: #000000;
  }
  .navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header-logo-container .logo-bar {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .navbar .navbar-nav .nav-item.dropdown a {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 0 1.4px;
    text-decoration: none;
    color: #000000;
    margin: 0 0 0.2px 0;
  }
  .mbl-menu .nav-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 18px;
  }
  .expanded-mobile-menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100VW;
    height: 100VH;
    opacity: 1;
    background: #fff;
    -ms-touch-action: none;
        touch-action: none;
  }
  #learn-more-about .two-section-col {
    gap: 0px;
  }
  #learn-more-about .two-section-col .divider {
    border: 3px solid #d9252a;
    -o-border-image: none;
       border-image: none;
  }
  #learn-more-about .image-container p {
    -webkit-margin-after: 11px;
            margin-block-end: 11px;
    padding-right: 25PX;
  }
  .ds-md-none {
    display: none;
  }
  #risk-of-untreated-hepb ul.second-ul {
    margin-top: 0px !important;
    margin-bottom: 0px;
  }
  #risk-of-untreated-hepb .two-section-col ul {
    line-height: normal;
  }
  .liver-condition-container .liver-condition-image-container {
    padding-left: 0px;
    min-height: 230px;
  }
  .liver-condition-container .liver-condition-image-container .stage-container {
    display: none !important;
  }
  .liver-condition-container .liver-condition-image-container .stage-container.active {
    display: unset !important;
  }
  .liver-condition-container .liver-condition-carousal-container {
    gap: 45px;
    margin-top: 16px;
  }
  .stage-container-seperator {
    display: none !important;
  }
  .liver-condition-carousal-container .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin: 0px;
    border: solid 1.5px #b4b4b4;
  }
  .liver-condition-carousal-container .back-step .image-container img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .liver-condition-carousal-container ol {
    list-style: none;
    gap: 14px;
    padding: 0;
  }
  .liver-condition-carousal-container ol.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #B4B4B4;
    padding: 7px;
    opacity: 0.5;
  }
  .liver-condition-carousal-container ol.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: #54565B;
    opacity: 1;
  }
  .stage-container-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  .stage-container-details .d-flex {
    max-width: 167px;
  }
  .img-desc-side-by-side .description {
    max-width: 208px;
  }
  .treatment-for-hepb .text-section {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .treatment-for-hepb .text-section .subheading {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 0px;
    margin-top: 28px;
    line-height: 1.2;
  }
  .treatment-for-hepb .text-section .description {
    margin-top: 28px;
    line-height: 1.17;
    margin-bottom: 32px;
  }
  .treatment-for-hepb .text-section h3 {
    font-weight: 35px;
    line-height: 1.2;
  }
  .treatment-for-hepb .right-image-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .treatment-for-hepb .right-image-container img {
    max-width: 420px;
  }
  .title-banner .container h3 {
    font-size: 36px;
    line-height: 1.13;
    margin-bottom: 0px;
  }
  .banner-button-text-container {
    background-image: url(../images/banner-button-mbl.webp);
  }
  .d-md-none {
    display: none !important;
  }
  .tab-accordion-specific-details .mobile-tab.show-active {
    margin-bottom: 16px;
  }
  .tab-accordion-specific-details .mobile-tab.show-active .title, .tab-accordion-specific-details .mobile-tab.show-active .title span {
    color: #B4B4B4;
  }
  .tab-accordion-specific-details .mobile-tab {
    /*width: calc(100% - 30px);*/
  }
  .tab-accordion-specific-details .mobile-tab .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    color: #000000;
  }
  .tab-accordion-specific-details .mobile-tab .title span {
    color: #000000;
  }
  .tab-accordion-specific-details .mobile-tab .arrow-icon {
    background-image: url(../images/3-all-break-icon-library-chevron-down-arrow.png);
    width: 24px;
    height: 24px;
    display: block;
  }
  .tab-accordion-specific-details .mobile-tab .arrow-icon.rotate-up {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .tab-accordion-specific-details .tab-accordion-details {
    display: none !important;
  }
  .tab-accordion-specific-details .tab-accordion-details.show {
    display: unset !important;
  }
  .tab-accordion-specific-details.show .mobile-tab .arrow-icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .tab-accordion-details.show .tab-accordion-detail {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 11px;
  }
  .tab-accordion-details.show .tab-accordion-detail p {
    margin-bottom: 0px;
  }
  .tab-accordion-details.show .tab-accordion-detail img {
    padding-top: 20px;
  }
  .tab-accordion-details.show .text-mx-w-50 .tab-accordion-detail {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 18px;
  }
  .tab-accordion-details.show .tab-accordion-detail.centered-aligned {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .tab-accordion-details-list .tab-accordion-specific-details {
    border: 1px solid #d5d5d5;
    border-left: none;
    border-right: none;
    padding-top: 16px;
    padding-bottom: 26px;
  }
  .card h3 {
    margin-top: 35px !important;
  }
  .card p {
    padding: 0px 34px;
  }
  .text-mx-w-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mx-w-50.tab-accordion-details.show .tab-accordion-detail {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 18px;
  }
  .tab-accordion-details .tab-accordion-detail ul {
    line-height: normal;
  }
  .mrg-20-0 {
    margin: 20px;
  }
  .wrap-white-space-mbl {
    white-space: nowrap;
  }
  .mt-30-0 {
    margin-top: 30px !important;
  }
  .mbl-hero.hero-banner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .img-desc-side-by-side {
    gap: 39px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-disclaimer {
    background-size: unset;
  }
  header.navbar-header .header-logo-container .logo-bar .navbar-brand .header-logo {
    max-width: 122px;
  }
  .container {
    padding-right: 20px;
    padding-left: 18px;
  }
  .unbordered-container {
    padding-left: 0PX !important;
    padding-right: 0px !important;
  }
  .unbordered-container .boxed-container {
    border-radius: 0px;
  }
  .card {
    padding: 0px;
  }
  .navbar-header .hero-banner-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* .overlay-text {
  	font-size: 14px;
  } */
  .two-flex-image-container .image-container {
    max-width: 119PX;
  }
  .two-flex-image-container .image-container img {
    max-width: 119PX;
  }
  .two-flex-image-container .arrow-container img {
    margin: 0px 15px;
    width: 50px;
    padding-top: 30px;
  }
  .boxed-container {
    margin-left: 0px;
    margin-right: 0px;
  }
  .boxed-divider {
    margin: 30px 0px;
  }
  .mbl-hero.hero-banner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-mb {
    display: unset !important;
  }
}
@media only screen and (max-width: 576.98px) {
  .text-section {
    padding-right: 30px;
  }
  .img-desc-side-by-side .description {
    max-width: 200px;
  }
  .mobile-tab .title {
    max-width: 288px;
  }
  /* .overlay-text {
  	padding: 0px 20px;
  } */
  .nav-item.dropdown {
    position: relative;
    text-align: center;
  }
  .nav-item.dropdown a span {
    max-width: 258px;
    text-align: left;
  }
}
@media only screen and (min-width: 577px) and (max-width: 991.98px) {
  .mb-landscape-fluid {
    width: 560px;
  }
}
@media only screen and (min-width: 992px) {
  body header .navbar-header {
    max-width: 100%;
  }
  body header .navbar-header .top-disclaimer {
    background-size: 200%;
  }
  .logo-bar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 32px 0px 20px 0px;
    margin: 0;
    background-color: #F8F8F8;
    gap: 17px;
  }
  .d-lg-none {
    display: none !important;
  }
  .navbar .navbar-nav .nav-item.dropdown {
    position: relative;
    text-align: center;
  }
  .navbar .navbar-nav .nav-item.dropdown a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
    padding: 0 0 1.4px;
    text-decoration: none;
    color: #000000;
  }
  .navbar-header .hero-banner-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #learn-more-about .two-section-col .image-container {
    width: 45%;
  }
  #risk-of-untreated-hepb .two-section-col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 12px;
  }
  #risk-of-untreated-hepb .two-section-col ul {
    font-size: 18px;
    line-height: normal;
    width: 548px;
  }
  #risk-of-untreated-hepb .two-section-col ul li {
    width: 250px;
  }
  #risk-of-untreated-hepb .two-section-col ul.first-ul {
    margin-right: 39px;
  }
  .liver-condition-carousal-container {
    display: none !important;
  }
  .treatment-for-hepb .text-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54%;
            flex: 0 0 54%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 24px;
  }
  .treatment-for-hepb .text-section h3 {
    font-size: 36px;
    line-height: 1.28;
  }
  .treatment-for-hepb .text-section .subheading {
    font-size: 36px;
    line-height: 1.31;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .treatment-for-hepb .text-section .description {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.56;
  }
  .treatment-for-hepb .right-image-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: self-end;
        align-self: self-end;
    padding: 34px 24px 33px 15.5px;
  }
  .treatment-for-hepb .right-image-container img {
    max-width: 358px;
  }
  .considering-treatment-for-hepb .treatment-for-hepb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 45px;
  }
  .tab-accordion-section ul.accordion-title-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .tab-accordion-section ul.accordion-title-list li {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: solid 4px #DDDFDD;
    border-bottom: solid 4px #26988b;
    background-color: #DDDFDD;
    width: 33.33%;
  }
  .tab-accordion-section ul.accordion-title-list li span {
    font-size: 24px;
    color: #222222;
    display: block;
    line-height: normal;
  }
  .tab-accordion-section ul.accordion-title-list li span.title {
    font-weight: bold;
    color: #26988b;
  }
  .tab-accordion-section ul.accordion-title-list li.active {
    padding-top: 6px;
    border-left: solid 4px #26988b;
    border-right: solid 4px #26988b;
    border-top: solid 4px #26988b;
    border-bottom: none;
    background-color: #FFFFFF;
  }
  .tab-accordion-section ul.accordion-title-list li.active span.title {
    color: #D9252A;
  }
  .tab-accordion-section ul.accordion-title-list.accordion-title-order-list li {
    border-top: solid 4px #DDDFDD;
    border-bottom: solid 4px #d9252a;
    background-color: #DDDFDD;
    width: 20%;
    padding: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tab-accordion-section ul.accordion-title-list.accordion-title-order-list li span {
    color: #222222;
    display: inline;
  }
  .tab-accordion-section ul.accordion-title-list.accordion-title-order-list li span.number {
    margin-right: 10px;
  }
  .tab-accordion-section ul.accordion-title-list.accordion-title-order-list li span.subtitle {
    font-size: 20px;
    text-align: left;
  }
  .tab-accordion-section ul.accordion-title-list.accordion-title-order-list li span.number {
    font-size: 48px;
    margin-right: 8px;
    margin-right: 8px;
    font-weight: bold;
  }
  .tab-accordion-section ul.accordion-title-list.accordion-title-order-list li.active {
    border-left: solid 4px #d9252a;
    border-right: solid 4px #d9252a;
    border-top: solid 4px #d9252a;
    border-bottom: none;
    background-color: #FFFFFF;
  }
  .tab-accordion-section ul.accordion-title-list.accordion-title-order-list li.active span {
    color: #D9252A;
    font-weight: bold;
  }
  .tab-accordion-section ul.accordion-title-list.accordion-title-order-list li.active span.subtitle {
    font-size: 19px;
  }
  .tab-accordion-details-list {
    border-left: solid 4px #26988b;
    border-right: solid 4px #26988b;
    border-bottom: solid 4px #26988b;
  }
  .tab-accordion-details-list .tab-accordion-details {
    padding: 100px;
    gap: 30px;
  }
  .tab-accordion-details-list .tab-accordion-details.mx-w-50 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: unset;
  }
  .tab-accordion-specific-details {
    display: none !important;
  }
  .tab-accordion-specific-details.active {
    display: unset !important;
  }
  .tab-accordion-details .tab-accordion-detail {
    gap: 67px;
  }
  .tab-accordion-details.mx-w-50 .tab-accordion-detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 60px;
    gap: 32px;
    max-width: 500px;
  }
  .text-mx-w-50 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: unset;
  }
  .text-mx-w-50 .tab-accordion-detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 60px;
    gap: 32px;
    max-width: 500px;
  }
  .tab-headings {
    font-size: 36px;
    margin-top: 32px;
  }
  .mb-45-20 {
    margin-bottom: 45px;
  }
  .numbered-tab-accordion-section .tab-accordion-details-list {
    border-left: solid 4px #d9252a;
    border-right: solid 4px #d9252a;
    border-bottom: solid 4px #d9252a;
  }
  .numbered-tab-accordion-section .tab-accordion-details-list .tab-accordion-details {
    padding: 50px 100px;
  }
  .doctors-test {
    line-height: 58px;
  }
  .txt-align-left-center {
    text-align: center;
  }
  .gap-0-32 {
    gap: 32px !important;
  }
  .mr-0-17 {
    margin-right: 10px;
  }
  .wrp-pad {
    white-space: nowrap;
  }
  .mt-0-50 {
    margin-top: 50px !important;
  }
  .ongoing-monitoring .about-silent-killer {
    width: 1120px;
  }
  footer .privacy-policy-container p {
    font-size: 18px;
  }
  .mbl-hero.hero-banner-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  /* .overlay-text {
  	font-size: 25px;
  	max-width: 550px;
  } */
  .img-desc-side-by-side .description {
    max-width: 327px;
  }
  .img-desc-side-by-side .circle-image {
    width: 164px;
    height: 164px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .wrp-dsktp {
    white-space: nowrap;
  }
}