html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  overflow-x: hidden; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.overflow-hidden {
  overflow: hidden; }

.color-softmagenta {
  color: #994878 !important; }

.color-purple {
  color: #693C5E !important; }

.color-pink2 {
  color: #A4217F !important; }

.color-softblack {
  color: #231f20 !important; }

.top-0 {
  top: 0; }

/* tag styling */
h1, .h1 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #A4217F; }

h2, .h2 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #693C5E; }

h3, .h3 {
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #693C5E; }

p {
  font-size: 16px;
  line-height: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #231f20;
  padding: 0 0 16px; }
  p small {
    font-size: 14px; }

.footnote {
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #3d3c3d; }
  .footnote a {
    color: #3d3c3d; }

.disclaimer-txt {
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #A4217F; }
  @media (max-width: 991px) {
    .disclaimer-txt {
      font-size: 14px !important;
      line-height: 16px !important; } }

sup {
  font-size: 65%;
  line-height: 1.2em;
  vertical-align: top;
  top: 0; }

a {
  color: #693C5E; }
  a:hover {
    color: #693C5E; }
  a.underline-border {
    border-bottom: 1px solid #693C5E; }
    a.underline-border:hover {
      text-decoration: none; }

.underline-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit; }

.text-underline-none {
  text-decoration: none !important; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

img {
  max-width: 100%; }

.cta-but {
  background: #A4217F;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  padding: 16px;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s; }
  @media (max-width: 991px) {
    .cta-but {
      padding: 16px 10px;
      font-size: 16px;
      line-height: 20px;
      max-width: 310px; } }
  .cta-but:hover {
    color: #fff;
    text-decoration: none;
    background-color: #693C5E; }

.cta-download {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  color: #693C5E;
  position: relative;
  padding-right: 30px;
  display: inline-block; }
  .cta-download:after {
    width: 18px;
    height: 18px;
    background: url("../images/download-icon2.png") no-repeat left top/100%;
    content: "";
    position: absolute;
    top: 1px;
    right: 0; }
  .cta-download.small {
    padding-right: 24px; }
    .cta-download.small::after {
      width: 16px;
      height: 16px;
      top: 2px; }
  .cta-download:hover {
    text-decoration: none !important; }

.content-section .bullet-list, .content-section ul, .isi-section .bullet-list, .isi-section ul {
  width: 100%;
  display: block; }
  .content-section .bullet-list.fs-18 li, .content-section ul.fs-18 li, .isi-section .bullet-list.fs-18 li, .isi-section ul.fs-18 li {
    font-size: 18px;
    line-height: 22px; }
  .content-section .bullet-list li, .content-section ul li, .isi-section .bullet-list li, .isi-section ul li {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #231f20;
    padding: 0 0 10px 15px;
    position: relative; }
    .content-section .bullet-list li:before, .content-section ul li:before, .isi-section .bullet-list li:before, .isi-section ul li:before {
      width: 6px;
      height: 6px;
      content: "";
      background-color: #A4217F;
      border-radius: 50%;
      position: absolute;
      top: 6px;
      left: 0; }
    .content-section .bullet-list li ul, .content-section ul li ul, .isi-section .bullet-list li ul, .isi-section ul li ul {
      padding-top: 10px; }
      .content-section .bullet-list li ul li, .content-section ul li ul li, .isi-section .bullet-list li ul li, .isi-section ul li ul li {
        padding-left: 16px; }
        .content-section .bullet-list li ul li:last-child, .content-section ul li ul li:last-child, .isi-section .bullet-list li ul li:last-child, .isi-section ul li ul li:last-child {
          padding-bottom: 0; }
        .content-section .bullet-list li ul li:before, .content-section ul li ul li:before, .isi-section .bullet-list li ul li:before, .isi-section ul li ul li:before {
          width: 14px;
          height: 1px;
          background-color: #231f20;
          border-radius: 0;
          top: 9px; }

.content-section .number-list, .content-section ol {
  width: 100%;
  list-style-type: decimal;
  padding-left: 20px; }
  .content-section .number-list li, .content-section ol li {
    width: 100%;
    display: list-item;
    font-size: 16px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #231f20;
    padding: 0 0 10px 5px; }

.text-underline {
  text-decoration: underline !important; }

.border-underline {
  border-bottom: 1px solid; }
  .border-underline:hover {
    text-decoration: none; }

.tooltip-bx {
  position: relative; }
  .tooltip-bx .tooltip-cont {
    background: #693C5E;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 16px 32px 16px 24px;
    text-align: left;
    display: none; }
    .tooltip-bx .tooltip-cont.border-white {
      border: 1px solid #fff; }
      .tooltip-bx .tooltip-cont.border-white:before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 12px solid #fff;
        position: absolute;
        top: 100%;
        left: 50%;
        content: "";
        margin-top: 1px; }
    .tooltip-bx .tooltip-cont.tp {
      top: auto;
      bottom: 100%;
      margin-bottom: 10px; }
      .tooltip-bx .tooltip-cont.tp:after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 12px solid #693C5E;
        position: absolute;
        top: 100%;
        left: 50%;
        content: ""; }
    .tooltip-bx .tooltip-cont.cp {
      left: 50%;
      margin-left: -30%; }
    .tooltip-bx .tooltip-cont.rp {
      left: auto;
      right: 0; }
    .tooltip-bx .tooltip-cont.collapse.show {
      display: block; }
    .tooltip-bx .tooltip-cont p {
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      padding: 0; }
    .tooltip-bx .tooltip-cont .close-tooltip {
      width: 16px;
      height: 17px;
      background: url(../images/close-icon-rounded.png) no-repeat left top/100%;
      content: "";
      position: absolute;
      top: 8px;
      right: 8px;
      text-decoration: none; }

.page-banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 358px;
  position: relative;
  display: flex;
  align-items: center; }
  .page-banner .map_banner {
    width: 64%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover; }
    @media (min-width: 768px) and (max-width: 991px) {
      .page-banner .map_banner {
        background-position: right bottom 30%; } }
    @media (max-width: 991px) {
      .page-banner .map_banner {
        width: 100%;
        min-height: 290px;
        padding: 10px 15px 140px;
        position: static; } }
  @media (max-width: 991px) {
    .page-banner {
      display: block;
      align-items: flex-start; } }
  .page-banner:after {
    width: 16px;
    height: 16px;
    background: #df0080;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: rotate(45deg);
    z-index: 9;
    border-radius: 2px;
    display: none; }
  .page-banner .disclaimer-txt {
    width: 36%;
    position: absolute;
    bottom: -25px;
    right: 0;
    text-align: center;
    padding: 0 15px;
    z-index: 9; }
    @media (max-width: 991px) {
      .page-banner .disclaimer-txt {
        width: 100%; } }
  .page-banner .fpo-txt {
    font-size: 56px;
    line-height: 1.2em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #00dfdf;
    display: none !important;
    opacity: 0.5;
    position: absolute;
    top: 38%;
    right: 13%; }
    @media (max-width: 991px) {
      .page-banner .fpo-txt {
        top: auto;
        bottom: 25%;
        right: 0;
        width: 100%;
        text-align: center; } }
  .page-banner .banner-bg {
    width: 36%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (min-width: 1500px) {
      .page-banner .banner-bg {
        background-position: center top; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page-banner .banner-bg {
        background-position: center top; } }
    @media (max-width: 991px) {
      .page-banner .banner-bg {
        position: static;
        min-height: 300px;
        width: 100%; } }
  .page-banner .row {
    margin: 0; }
  .page-banner .col-12 {
    padding: 24px 85px;
    border-radius: 16px;
    background-color: rgba(105, 60, 94, 0.9); }
    .page-banner .col-12::after {
      left: 100%;
      bottom: 10%;
      border-color: transparent transparent transparent rgba(105, 60, 94, 0.9);
      border-style: solid;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-width: 11px 0 11px 15px; }
    @media (min-width: 992px) {
      .page-banner .col-12 {
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media (min-width: 1200px) {
      .page-banner .col-12 {
        min-width: 600px;
        min-height: 185px; } }
    @media (max-width: 1199px) {
      .page-banner .col-12 {
        padding: 24px; } }
    @media (max-width: 991px) {
      .page-banner .col-12 {
        padding: 14px 20px !important; }
        .page-banner .col-12::after {
          border-width: 22px 15.5px 0 15.5px;
          border-color: rgba(105, 60, 94, 0.9) transparent transparent transparent;
          border-style: solid;
          left: initial;
          right: 20%;
          bottom: -20px !important; } }
  .page-banner .map-marker {
    width: 100px;
    position: absolute;
    top: 8%;
    right: 27%;
    display: block; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .page-banner .map-marker {
        top: 5%;
        right: 22%; } }
    @media (max-width: 991px) {
      .page-banner .map-marker {
        top: auto;
        bottom: 30%;
        right: auto;
        left: 10%;
        width: 70px; } }
    .page-banner .map-marker img {
      display: block; }
  .page-banner p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    max-width: 670px; }
    @media (max-width: 991px) {
      .page-banner p {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 1200px) {
      .page-banner p br {
        display: none; } }
    .page-banner p a {
      color: #fff;
      display: inline-block; }
  .page-banner h1 {
    font-size: 36px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    max-width: 700px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .page-banner h1 {
        font-size: 30px;
        line-height: 34px; } }
    @media (max-width: 991px) {
      .page-banner h1 {
        font-size: 20px !important;
        line-height: 24px !important; } }
  .page-banner .tooltip-cont {
    max-width: 430px; }
    .page-banner .tooltip-cont.tp {
      margin-bottom: -10px; }
      @media (max-width: 767px) {
        .page-banner .tooltip-cont.tp {
          margin-bottom: -40px; } }
    @media (max-width: 991px) {
      .page-banner .tooltip-cont p {
        line-height: 16px; } }

.content-section {
  width: 100%;
  padding: 50px 0; }
  @media (max-width: 991px) {
    .content-section {
      padding: 30px 0; } }
  .content-section .heading-line,
  .content-section .headingDiv h2 {
    font-size: 24px;
    line-height: 28px;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .content-section .heading-line,
      .content-section .headingDiv h2 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px; } }
    .content-section .heading-line:after,
    .content-section .headingDiv h2:after {
      width: 72px;
      height: 3px;
      background: #df0080;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      border-radius: 4px; }
    .content-section .heading-line h2,
    .content-section .headingDiv h2 h2 {
      font-size: 24px;
      line-height: 28px; }
      @media (max-width: 991px) {
        .content-section .heading-line h2,
        .content-section .headingDiv h2 h2 {
          font-size: 20px;
          line-height: 24px; } }
  @media (max-width: 991px) {
    .content-section h2 {
      font-size: 18px;
      line-height: 22px; } }
  .content-section p {
    font-size: 18px;
    line-height: 22px; }
    @media (max-width: 991px) {
      .content-section p {
        font-size: 16px;
        line-height: 20px; } }
  .content-section .icon-text-col .col-2 img {
    max-height: 40px; }
  .content-section .icon-text-col .col-10 {
    margin-left: -15px; }
  .content-section .icon-title-list {
    padding: 15px 0 60px;
    display: flex;
    width: auto; }
    @media (max-width: 991px) {
      .content-section .icon-title-list {
        padding: 0 0 10px;
        margin: 0; } }
    .content-section .icon-title-list.icon-title-diamond-list {
      padding: 0; }
      .content-section .icon-title-list.icon-title-diamond-list li {
        position: relative; }
        @media (max-width: 991px) {
          .content-section .icon-title-list.icon-title-diamond-list li {
            padding: 40px 0; } }
        .content-section .icon-title-list.icon-title-diamond-list li:after {
          width: 16px;
          height: 16px;
          background: #B5257B;
          content: "";
          position: absolute;
          top: 30px;
          right: -8px;
          transform: rotate(45deg);
          z-index: 9;
          border-radius: 2px; }
          @media (max-width: 991px) {
            .content-section .icon-title-list.icon-title-diamond-list li:after {
              top: auto;
              bottom: -8px;
              right: auto;
              left: 50%;
              margin-left: -8px; } }
        .content-section .icon-title-list.icon-title-diamond-list li:last-child:after {
          display: none; }
      .content-section .icon-title-list.icon-title-diamond-list .icon-bx {
        min-height: 75px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .content-section .icon-title-list.icon-title-diamond-list .icon-bx img {
          max-width: 50px;
          max-height: 60px;
          width: auto; }
      .content-section .icon-title-list.icon-title-diamond-list .icon-txt {
        font-size: 16px;
        line-height: 20px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #231f20; }
    .content-section .icon-title-list.mxwidth {
      max-width: 800px;
      margin: 0 auto; }
    .content-section .icon-title-list.icon-diamond-list {
      padding: 45px 0; }
      @media (max-width: 991px) {
        .content-section .icon-title-list.icon-diamond-list {
          padding: 0; } }
      .content-section .icon-title-list.icon-diamond-list .icon-txt {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        color: #693C5E;
        font-size: 20px;
        line-height: 24px; }
        @media (max-width: 991px) {
          .content-section .icon-title-list.icon-diamond-list .icon-txt {
            font-size: 18px;
            line-height: 22px; } }
      @media (max-width: 991px) {
        .content-section .icon-title-list.icon-diamond-list li {
          padding: 25px 0; } }
      .content-section .icon-title-list.icon-diamond-list li:after {
        top: 50%;
        right: -8px;
        margin-top: -8px; }
        @media (max-width: 991px) {
          .content-section .icon-title-list.icon-diamond-list li:after {
            top: auto;
            bottom: -8px;
            right: auto;
            left: 50%;
            margin-left: -8px; } }
    @media (max-width: 991px) {
      .content-section .icon-title-list.icon-diamond-top {
        padding-top: 40px; } }
    @media (max-width: 991px) {
      .content-section .icon-title-list.icon-diamond-top li:after {
        bottom: auto;
        top: 0; } }
    @media (max-width: 991px) {
      .content-section .icon-title-list.icon-diamond-top li:last-child:after {
        display: block; } }
    .content-section .icon-title-list li {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      padding: 0; }
      @media (max-width: 991px) {
        .content-section .icon-title-list li {
          padding: 25px 0; } }
      .content-section .icon-title-list li::before {
        display: none; }
    .content-section .icon-title-list .icon-bx {
      display: block;
      min-height: 70px;
      padding-bottom: 15px; }
      @media (max-width: 991px) {
        .content-section .icon-title-list .icon-bx {
          min-height: 10px; } }
      .content-section .icon-title-list .icon-bx img {
        max-width: 65px;
        max-height: 40px;
        width: auto; }
    .content-section .icon-title-list .icon-txt {
      font-size: 20px;
      line-height: 24px;
      font-family: Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: #693C5E; }
    .content-section .icon-title-list a {
      text-decoration: none;
      display: inline-block;
      font-size: 20px;
      border-bottom: 1px solid #693C5E; }
      .content-section .icon-title-list a sup {
        line-height: 12px; }
    @media (min-width: 1200px) {
      .content-section .icon-title-list .tooltip-cont {
        min-width: 420px;
        left: 50%;
        margin-left: -210px; } }
    @media (min-width: 992px) {
      .content-section .icon-title-list .tooltip-cont {
        min-width: 300px;
        left: 50%;
        margin-left: -150px; } }
  @media (min-width: 992px) {
    .content-section .big-banner-img {
      padding: 15px 0 60px; } }
  @media (max-width: 991px) {
    .content-section .big-banner-img {
      padding: 15px 0 30px; } }
  .content-section .big-banner-img p {
    padding: 0; }
  .content-section .big-banner-img img {
    display: block;
    width: 100%;
    height: auto; }
  @media (max-width: 991px) {
    .content-section .big-banner-img .footnote, .content-section .big-banner-img .disclaimer-txt {
      padding-left: 15px;
      padding-right: 15px; } }
  .content-section .bullet-list li:before, .content-section ul li:before {
    background-color: #CD177E;
    top: 6px; }
  .content-section .bullet-list li ul li::before, .content-section ul li ul li::before {
    background-color: #231f20; }
  .content-section .bullet-list li small, .content-section ul li small {
    font-size: 14px; }
  .content-section .block-bx {
    padding: 20px;
    border-radius: 4px; }
    @media (max-width: 991px) {
      .content-section .block-bx {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0px; } }
    .content-section .block-bx.pink-bg {
      background-color: #994878; }
      .content-section .block-bx.pink-bg * {
        color: #fff; }
      .content-section .block-bx.pink-bg p {
        font-weight: 700; }
      .content-section .block-bx.pink-bg.d-lg-flex p {
        font-weight: 400; }
    .content-section .block-bx h2 {
      padding: 0 0 15px; }
    .content-section .block-bx p {
      padding: 0; }
    .content-section .block-bx .icon-bx img {
      max-height: 42px; }
  .content-section .tooltip-cont {
    max-width: 420px; }
  .content-section .tel-num {
    color: inherit !important;
    text-decoration: none;
    cursor: text; }
    .content-section .tel-num:hover {
      text-decoration: none; }

.scroll-thumb {
  width: 100%; }
  .scroll-thumb ul {
    width: 100%;
    display: block;
    float: left;
    text-align: center; }
    @media (max-width: 991px) {
      .scroll-thumb ul {
        text-align: left; } }
    .scroll-thumb ul li {
      display: inline-block;
      padding: 0 7px; }
      .scroll-thumb ul li:before {
        display: none; }
      @media (max-width: 991px) {
        .scroll-thumb ul li {
          padding-bottom: 8px; } }
      @media (max-width: 991px) {
        .scroll-thumb ul li:last-child {
          padding-bottom: 0; } }
      .scroll-thumb ul li a {
        display: inline-block;
        text-decoration: none;
        padding: 32px 48px 32px 24px;
        position: relative;
        min-width: 280px;
        border-radius: 4px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
        background-color: #fcfaf7;
        font-size: 16px;
        line-height: 20px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: #693C5E; }
        .scroll-thumb ul li a:after {
          width: 16px;
          height: 16px;
          background: url(../images/arrow-down-rounded2.png) no-repeat left top/100%;
          content: "";
          position: absolute;
          top: 50%;
          right: 24px;
          margin-top: -8px; }
          @media (max-width: 991px) {
            .scroll-thumb ul li a:after {
              right: 8px; } }
        @media (max-width: 991px) {
          .scroll-thumb ul li a {
            padding: 16px 35px 16px 16px;
            min-width: 10px; } }

.tab-section {
  width: 100%; }
  .tab-section .nav-tabs {
    border: none;
    width: 100%;
    flex-wrap: nowrap;
    align-items: flex-end;
    position: relative;
    z-index: 1; }
    .tab-section .nav-tabs li {
      width: 50%;
      padding: 0; }
      .tab-section .nav-tabs li:before {
        display: none; }
      .tab-section .nav-tabs li a {
        display: flex;
        box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.08);
        background-color: #f9f5ed;
        height: 84px;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        line-height: 28px;
        color: #A4217F;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-decoration: none;
        border-radius: 4px 4px 0 0; }
        .tab-section .nav-tabs li a.active {
          height: 92px;
          background-color: #fcfaf7;
          padding-top: 8px; }
        @media (min-width: 992px) {
          .tab-section .nav-tabs li a sup {
            top: -4px; } }
  .tab-section .tab-content {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
    background-color: #fcfaf7;
    padding: 16px 32px; }
    @media (max-width: 991px) {
      .tab-section .tab-content {
        margin: 0 -15px;
        padding: 0; } }
    .tab-section .tab-content .logo-image {
      max-width: 192px; }
      @media (max-width: 991px) {
        .tab-section .tab-content .logo-image {
          margin: 0 auto 24px;
          display: block; } }
    @media (max-width: 991px) {
      .tab-section .tab-content .tab-pane {
        display: block !important;
        opacity: 1; } }
    @media (min-width: 992px) {
      .tab-section .tab-content .tab-pane .collapse {
        display: block; } }
    @media (max-width: 991px) {
      .tab-section .tab-content .tab-pane .content-body {
        padding: 30px 15px; } }
    .tab-section .tab-content .tab-pane .mobile-tab-thumb > a {
      display: block;
      padding: 16px 80px 16px 15px;
      font-size: 18px;
      line-height: 22px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      color: #693C5E;
      text-decoration: none;
      background: #f9f5ed;
      position: relative; }
      .tab-section .tab-content .tab-pane .mobile-tab-thumb > a.collapsed {
        background: transparent; }
        .tab-section .tab-content .tab-pane .mobile-tab-thumb > a.collapsed:after {
          background: url(../images/arrow-btm-spr.png) no-repeat left -10px/100%;
          transform: rotate(0deg); }
      .tab-section .tab-content .tab-pane .mobile-tab-thumb > a:after {
        width: 16px;
        height: 10px;
        background: url(../images/arrow-btm-spr.png) no-repeat left -10px/100%;
        content: "";
        position: absolute;
        top: 50%;
        right: 35px;
        margin-top: -5px;
        transform: rotate(180deg); }

.go-top-bx {
  width: auto;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  display: none; }
  @media (max-width: 767px) {
    .go-top-bx {
      bottom: 20px;
      right: 20px; } }
  .go-top-bx .container {
    display: flex;
    justify-content: flex-end; }
  .go-top-bx .goToTop {
    width: 56px;
    height: 56px;
    background: url(../images/go-top-icon.png) no-repeat left top/100%;
    display: inline-block;
    text-decoration: none; }
    @media (max-width: 767px) {
      .go-top-bx .goToTop {
        width: 30px;
        height: 30px; } }

.external-popup .modal-dialog {
  padding: 0 15px; }
.external-popup .modal-content {
  max-width: 600px;
  background-color: #fff;
  border-radius: 5px; }
.external-popup .externalContainer {
  padding: 30px 40px 30px 20px; }
  @media (max-width: 991px) {
    .external-popup .externalContainer {
      padding: 30px 45px 15px 10px; } }
.external-popup .buttonSection {
  padding-top: 10px; }
  @media (max-width: 767px) {
    .external-popup .buttonSection {
      padding-top: 0;
      display: flex;
      flex-direction: column;
      align-items: start; } }
  .external-popup .buttonSection .cta-but {
    margin-right: 10px;
    padding: 10px 40px 10px 20px;
    position: relative;
    font-size: 16px;
    min-width: 200px; }
    @media (max-width: 767px) {
      .external-popup .buttonSection .cta-but {
        margin: 7px 0; } }
    .external-popup .buttonSection .cta-but:after {
      width: 16px;
      height: 10px;
      background: url(../images/arrow-btm-spr.png) no-repeat left -20px/100%;
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -5px;
      transform: rotate(-90deg); }
    .external-popup .buttonSection .cta-but.btn-continue {
      border: 2px solid #A4217F; }
      .external-popup .buttonSection .cta-but.btn-continue:hover {
        background-color: #A4217F; }
    .external-popup .buttonSection .cta-but.btn-close {
      background: #fff;
      border: 2px solid #A4217F;
      color: #A4217F; }
      .external-popup .buttonSection .cta-but.btn-close:after {
        background: url(../images/arrow-btm-spr.png) no-repeat left -10px/100%; }
.external-popup h3 {
  padding: 0 0 5px; }
.external-popup .closeModal {
  width: 36px;
  height: 38px;
  background: url(../images/close-with-text.png) no-repeat left top/100%;
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 15px; }

.modal-open {
  overflow: auto;
  padding-right: 0px !important; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%; }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle; }

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  background-color: #e7e0af;
  border-radius: 0px;
  border: none; }

.search-bx {
  padding: 75px 0 0;
  text-align: center; }
  @media (max-width: 991px) {
    .search-bx {
      padding: 30px 0 0; } }
  .search-bx .textbox {
    width: 60%;
    max-width: 450px;
    height: 48px;
    display: inline-block;
    vertical-align: top;
    border-radius: 8px;
    border: solid 1px #3d3c3d;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    color: #231f20;
    padding: 0 20px;
    outline: none; }
    @media (max-width: 991px) {
      .search-bx .textbox {
        height: 36px; } }
  .search-bx .cta-but {
    height: 48px;
    min-width: 110px;
    padding: 5px 15px;
    outline: none;
    cursor: pointer;
    border: none;
    margin-left: 30px; }
    @media (max-width: 991px) {
      .search-bx .cta-but {
        height: 36px;
        min-width: 100px;
        margin-left: 20px;
        font-size: 16px; } }

.error-content {
  padding: 60px 0; }
  .error-content h1 {
    font-size: 42px;
    line-height: 46px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #693C5E;
    padding: 0 0 10px; }
    @media (max-width: 991px) {
      .error-content h1 {
        font-size: 24px;
        line-height: 28px; } }
  .error-content .cta-but {
    padding-right: 60px;
    position: relative; }
    @media (max-width: 991px) {
      .error-content .cta-but {
        padding-left: 24px; } }
    .error-content .cta-but:after {
      width: 16px;
      height: 10px;
      background: url(../images/arrow-btm-spr.png) no-repeat left -20px/100%;
      content: "";
      position: absolute;
      top: 50%;
      right: 24px;
      margin-top: -5px;
      transform: rotate(-90deg); }

.sitemap-content {
  padding: 25px 0; }
  .sitemap-content .sitemap-links {
    width: 100%;
    display: block; }
    @media (min-width: 992px) {
      .sitemap-content .sitemap-links {
        column-count: 2;
        max-width: 860px; } }
    @media (max-width: 991px) {
      .sitemap-content .sitemap-links {
        padding-left: 20px; } }
    .sitemap-content .sitemap-links li {
      width: 100%;
      float: left;
      display: block;
      font-size: 16px;
      line-height: 20px;
      font-family: Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: #7c004b;
      padding: 0 0 16px; }
      .sitemap-content .sitemap-links li:before {
        display: none; }
      .sitemap-content .sitemap-links li a {
        color: #A4217F;
        text-decoration: none;
        display: inline-block; }
      .sitemap-content .sitemap-links li:first-child a {
        color: #7c004b;
        border-bottom: 1px solid #7c004b; }
      .sitemap-content .sitemap-links li.menu-item-has-children > a {
        color: #A4217F;
        border-bottom: none; }
      .sitemap-content .sitemap-links li ul {
        padding-top: 15px; }
        .sitemap-content .sitemap-links li ul li {
          padding: 0 0 16px 20px; }
          .sitemap-content .sitemap-links li ul li:last-child {
            padding-bottom: 0; }
          .sitemap-content .sitemap-links li ul li a {
            color: #7c004b;
            border-bottom: 1px solid #7c004b; }

@media (max-width: 991px) {
  body.sitemap .content-section {
    min-height: 100vh; } }

.steps-num-list {
  display: inline-block;
  text-align: left; }
  .steps-num-list li {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-family: Helvetica, Arial, sans-serif;
    color: #231f20;
    min-height: 32px;
    padding: 5px 0 16px 48px; }
    .steps-num-list li:last-child:after {
      display: none; }
    .steps-num-list li:after {
      width: 6px;
      height: calc(100% + 4px);
      background-color: #693C5E;
      position: absolute;
      top: 2px;
      left: 14px;
      content: ""; }
    .steps-num-list li .num-bx {
      width: 32px;
      height: 32px;
      background: #693C5E;
      content: "";
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      font-weight: bold;
      border-radius: 50%;
      padding: 0;
      z-index: 9; }

.timeline {
  margin: 0 0 0 16%;
  position: relative; }
  .timeline ul {
    padding: 0; }
    .timeline ul li {
      list-style-type: none;
      position: relative;
      width: 4px;
      margin: 0;
      height: 240px;
      background: transparent;
      padding: 0; }
      .timeline ul li .timeline-text {
        min-width: 400px;
        position: absolute;
        left: 100%;
        top: 0;
        padding: 6px 0 0 40px;
        opacity: 0.5; }
      .timeline ul li .number-bx {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        position: absolute;
        top: 6px;
        left: -5px; }
      .timeline ul li.in-view {
        transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out; }
        .timeline ul li.in-view .timeline-text {
          opacity: 1; }
        .timeline ul li.in-view .number-bx {
          opacity: 0; }
        .timeline ul li.in-view::before {
          background-color: #693C5E;
          transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out; }
        .timeline ul li.in-view::after {
          width: 10px;
          height: 10px;
          background: #df0080;
          content: "";
          position: absolute;
          top: 10px;
          left: 50%;
          margin-left: -7px;
          transform: rotate(45deg); }
      .timeline ul li::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-left: -18px;
        background: inherit;
        background: #a4899e;
        transition: all .4s ease-in-out; }
  .timeline .default-line {
    content: '';
    position: absolute;
    left: 0%;
    width: 4px;
    background: #d8d8d8;
    height: calc(100% - 240px);
    margin-left: -2px; }
  .timeline .draw-line {
    width: 6px;
    height: 0;
    position: absolute;
    left: 0%;
    background: #693C5E;
    margin-left: -3px; }

.animation-section {
  overflow: hidden; }

.img-seq-section {
  max-width: 400px;
  transition: all 0.4s ease-in-out 0s;
  z-index: -1; }
  @media (min-height: 840px) {
    .img-seq-section {
      max-width: 500px; } }
  @media (max-width: 1200px) and (min-height: 840px) {
    .img-seq-section {
      max-width: 400px; } }
  .img-seq-section img {
    display: block; }
  .img-seq-section.fixed {
    position: fixed; }

.preload-bx {
  height: 0px;
  overflow: hidden; }

.therapies_table thead tr th {
  padding: 15px;
  background-color: #693C5E;
  color: #fff;
  font: 700 18px "Montserrat", sans-serif;
  text-align: center;
  vertical-align: middle; }
  .therapies_table thead tr th:first-child {
    width: 160px; }
    @media (max-width: 991px) {
      .therapies_table thead tr th:first-child {
        width: auto; } }
  .therapies_table thead tr th:nth-child(2) {
    width: 140px; }
    @media (max-width: 991px) {
      .therapies_table thead tr th:nth-child(2) {
        display: none; } }
  @media (max-width: 991px) {
    .therapies_table thead tr th {
      font-size: 16px; }
      .therapies_table thead tr th:last-child {
        text-align: left; } }
.therapies_table tbody tr td {
  padding: 15px;
  border: 0;
  color: #693C5E;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600; }
  .therapies_table tbody tr td span {
    color: #231f20; }
  .therapies_table tbody tr td:first-child {
    text-align: center; }
    .therapies_table tbody tr td:first-child span {
      margin-top: 8px;
      display: block; }
  .therapies_table tbody tr td table {
    width: 100%; }
    .therapies_table tbody tr td table tr {
      background-color: transparent !important; }
      .therapies_table tbody tr td table tr td {
        padding: 0;
        border: 0;
        vertical-align: middle;
        text-align: left; }
        .therapies_table tbody tr td table tr td p, .therapies_table tbody tr td table tr td li {
          font: 400 18px Helvetica, Arial, sans-serif; }
          @media (max-width: 991px) {
            .therapies_table tbody tr td table tr td p, .therapies_table tbody tr td table tr td li {
              font-size: 16px; } }
        .therapies_table tbody tr td table tr td input[type="checkbox"] {
          width: 16px;
          height: 16px;
          border: 2px solid #53565a;
          cursor: pointer;
          outline: 0; }
        .therapies_table tbody tr td table tr td ul li {
          padding-bottom: 8px; }
          .therapies_table tbody tr td table tr td ul li input {
            width: 150px;
            border: 0;
            border-bottom: 1px solid #231f20;
            background: none;
            outline: 0; }
            @media (max-width: 991px) {
              .therapies_table tbody tr td table tr td ul li input {
                font-size: 14px; } }
        .therapies_table tbody tr td table tr td:first-child {
          width: 165px;
          padding-left: 45px;
          text-align: left;
          vertical-align: top; }
          @media (max-width: 991px) {
            .therapies_table tbody tr td table tr td:first-child {
              width: 30px;
              padding-left: 0; } }
  .therapies_table tbody tr td .col-lg-1 {
    align-self: center;
    text-align: center; }
    @media (max-width: 991px) {
      .therapies_table tbody tr td .col-lg-1 {
        margin: 7px 0 15px 30px;
        text-align: left; } }
  .therapies_table tbody tr td .col-lg-5:last-child table tr td:first-child {
    width: 80px;
    padding-left: 0; }
    @media (max-width: 991px) {
      .therapies_table tbody tr td .col-lg-5:last-child table tr td:first-child {
        width: 30px; } }
  @media (max-width: 991px) {
    .therapies_table tbody tr td {
      font-size: 14px; } }
.therapies_table tbody tr:first-child {
  background-color: #fcfaf7; }
.therapies_table tbody tr:nth-child(2) {
  background-color: #f9f5ed; }
.therapies_table tbody tr:last-child {
  background-color: #f4efe4; }

.small_text {
  padding: 10px 30px; }
  @media (max-width: 767px) {
    .small_text {
      padding: 10px 15px; } }
  .small_text p {
    padding-bottom: 3px;
    font: 400 14px Helvetica, Arial, sans-serif;
    color: #3d3c3d; }

.accordion-level-1 .card {
  border: none;
  background-color: transparent;
  margin-bottom: 24px; }
  @media (max-width: 991px) {
    .accordion-level-1 .card {
      margin-bottom: 16px; } }
  .accordion-level-1 .card .card-header {
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border: none;
    padding: 0;
    border: none;
    position: relative; }
    @media (max-width: 991px) {
      .accordion-level-1 .card .card-header {
        position: static; } }
    .accordion-level-1 .card .card-header a {
      display: block;
      font-size: 24px;
      line-height: 28px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      color: #A4217F;
      padding: 15px 45px 15px 30px;
      text-decoration: none;
      position: relative; }
      @media (max-width: 991px) {
        .accordion-level-1 .card .card-header a {
          font-size: 18px;
          line-height: 22px;
          padding: 5px 45px 5px 16px; } }
      .accordion-level-1 .card .card-header a.collapsed {
        color: #b5257b; }
        .accordion-level-1 .card .card-header a.collapsed:after {
          transform: rotate(0deg); }
      .accordion-level-1 .card .card-header a:after {
        width: 16px;
        height: 10px;
        background: url(../images/arrow-btm-spr.png) no-repeat left -10px/100%;
        content: "";
        position: absolute;
        top: 24px;
        right: 30px;
        transform: rotate(180deg); }
        @media (max-width: 991px) {
          .accordion-level-1 .card .card-header a:after {
            right: 16px;
            top: 12px; } }
      .accordion-level-1 .card .card-header a:hover {
        text-decoration: none; }
  .accordion-level-1 .card .card-body {
    padding: 16px 0 0 100px; }
    @media (max-width: 991px) {
      .accordion-level-1 .card .card-body {
        padding: 8px 0 0 12px; } }
  .accordion-level-1 .card .accordion-level-2 .card {
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      .accordion-level-1 .card .accordion-level-2 .card {
        margin-bottom: 10px; } }
    .accordion-level-1 .card .accordion-level-2 .card:last-child {
      margin-bottom: 0; }
    .accordion-level-1 .card .accordion-level-2 .card .card-header a {
      font-size: 20px;
      line-height: 24px;
      color: #b5257b;
      padding: 8px 45px 8px 30px; }
      @media (max-width: 991px) {
        .accordion-level-1 .card .accordion-level-2 .card .card-header a {
          font-size: 16px;
          line-height: 20px;
          padding: 6px 45px 6px 16px; } }
      .accordion-level-1 .card .accordion-level-2 .card .card-header a.collapsed {
        color: #693C5E; }
        .accordion-level-1 .card .accordion-level-2 .card .card-header a.collapsed:after {
          background: url(../images/arrow-btm-spr.png) no-repeat left 0px/100%; }
      .accordion-level-1 .card .accordion-level-2 .card .card-header a:after {
        top: 16px;
        background: url(../images/arrow-btm-spr.png) no-repeat left -10px/100%; }
        @media (max-width: 991px) {
          .accordion-level-1 .card .accordion-level-2 .card .card-header a:after {
            top: 12px; } }
    .accordion-level-1 .card .accordion-level-2 .card .card-body {
      border-radius: 0 0 4px 4px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
      background-color: #fff;
      padding: 20px 30px; }
      @media (max-width: 991px) {
        .accordion-level-1 .card .accordion-level-2 .card .card-body {
          padding: 16px; } }

.expand-collapse-button {
  padding: 0 0 16px; }
  .expand-collapse-button a {
    font-size: 18px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #A4217F;
    text-decoration: underline;
    margin: 0 16px;
    position: relative; }
    @media (max-width: 991px) {
      .expand-collapse-button a {
        font-size: 16px; } }
    .expand-collapse-button a:after {
      width: 1px;
      height: 20px;
      background: #d8d8d8;
      content: "";
      position: absolute;
      top: 0;
      right: -15px; }
    .expand-collapse-button a:last-child {
      margin-right: 0; }
      .expand-collapse-button a:last-child::after {
        display: none; }

.side-effects .filter-thumbs, .curated-playlist {
  display: none !important; }

.cta-section .cta-column .icon-bx {
  position: relative; }
  .cta-section .cta-column .icon-bx .fpo-txt {
    position: absolute;
    top: 10px;
    left: 51.5%;
    color: rgba(164, 33, 127, 0.51);
    font-size: 38px;
    font-weight: 400;
    line-height: 46px;
    font-family: Helvetica, Arial, sans-serif;
    transform: translateX(-50%) rotate(-22deg); }

.isi-section .isi-fixed-bx .bullet-list li:before,
.isi-section .bullet-list li:before,
.isi-section .isi-section ul li:before,
.isi-section .bullet-list li ul li:before {
  background-color: #B5257B !important; }

.page-template-page-see-results header {
  display: none; }

.page-template-page-see-results .logo-section {
  padding: 0 0 40px; }

.page-template-page-see-results .logo-section .logo {
  display: inline-block;
  max-width: 180px; }

.side_effects_paras {
  padding-bottom: 32px !important; }
  .side_effects_paras p:last-child {
    padding-bottom: 0; }

.object-fit-cover {
  object-fit: cover; }

header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.06); }
  header .header-top {
    width: 100%; }
    @media (max-width: 991px) {
      header .header-top {
        background: #fff; } }
    header .header-top .container {
      height: 50px;
      display: flex;
      align-items: center;
      position: relative; }
      @media (max-width: 991px) {
        header .header-top .container {
          background: #fff;
          justify-content: center;
          padding: 0;
          height: 34px; } }
  header .header-btm {
    padding: 5px 0 8px; }
    @media (max-width: 991px) {
      header .header-btm {
        padding: 8px 0; } }
    header .header-btm .container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  header .intended-txt {
    font-size: 12px;
    line-height: 1.2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #201c1d;
    text-transform: uppercase;
    max-width: 160px;
    margin: 0 20px; }
    @media (max-width: 991px) {
      header .intended-txt {
        font-size: 10px;
        font-weight: 500;
        padding: 0 10px;
        border-right: 1px solid #693C5E;
        max-width: 100%;
        margin: 0; } }
    @media (max-width: 370px) {
      header .intended-txt {
        padding: 0 5px; } }
  @media (min-width: 992px) {
    header .cta-story-container {
      margin-left: 30px;
      margin-left: auto; } }
  header .cta-story {
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    white-space: nowrap;
    padding: 8px 24px;
    position: relative;
    top: -8px; }
  header .utility-nav {
    width: auto;
    display: flex; }
    @media (min-width: 992px) and (max-width: 1200px) {
      header .utility-nav {
        padding: 0 3%; } }
    header .utility-nav li {
      font-size: 12px;
      line-height: 1.2em;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      color: #693C5E;
      padding: 0 8px; }
      @media (max-width: 991px) {
        header .utility-nav li {
          font-size: 10px;
          font-weight: 500;
          padding: 0 10px; } }
      @media (max-width: 370px) {
        header .utility-nav li {
          padding: 0 5px; } }
      header .utility-nav li:last-child {
        padding-right: 0; }
      header .utility-nav li a {
        color: #693C5E;
        text-decoration: underline; }
      header .utility-nav li.download_icon a {
        padding-right: 20px;
        position: relative; }
        header .utility-nav li.download_icon a::after {
          content: '';
          width: 13px;
          height: 13px;
          position: absolute;
          top: 50%;
          right: 0;
          background: url("../../assets/images/download-icon2.png") no-repeat center center/contain;
          transform: translateY(-50%); }
    header .utility-nav > li {
      position: relative; }
    header .utility-nav > li > ul {
      display: none;
      position: absolute;
      background-color: #fff;
      padding: 10px;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1; }
    header .utility-nav > li > ul > li + li {
      margin-top: 10px; }
    header .utility-nav > li:hover > ul {
      display: block; }
  header .logo {
    display: inline-block;
    max-width: 180px; }
    header .logo img {
      display: block; }
    @media (min-width: 992px) and (max-width: 1200px) {
      header .logo {
        max-width: 150px; } }
    @media (max-width: 991px) {
      header .logo {
        max-width: 150px; } }
  header .main-nav {
    display: flex;
    margin-left: 17%; }
    @media (min-width: 992px) {
      header .main-nav {
        align-self: flex-end;
        position: relative;
        top: 8px; } }
    @media (max-width: 991px) {
      header .main-nav {
        width: auto;
        margin-left: auto; } }
    header .main-nav .hamburger-icon {
      width: 64px;
      height: 60px;
      background: #b30082;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      border-radius: 4px; }
      header .main-nav .hamburger-icon span {
        display: block;
        background: url("../../assets/images/hamburger-new.png") no-repeat left top/100%;
        width: 28px;
        height: 40px;
        margin-top: 4px; }
      header .main-nav .hamburger-icon.close {
        opacity: 1; }
        header .main-nav .hamburger-icon.close span {
          background: url("../../assets/images/hamburger-new.png") no-repeat left bottom/100%; }
    header .main-nav .main-nav-cont {
      width: 100%; }
      @media (min-width: 992px) {
        header .main-nav .main-nav-cont {
          height: auto !important; } }
      @media (max-width: 991px) {
        header .main-nav .main-nav-cont {
          visibility: hidden;
          position: fixed;
          right: -100%;
          background-color: #fff;
          height: 100%;
          z-index: 99;
          overflow: auto;
          transition: all 0.4s ease-in-out 0s; } }
      @media (max-width: 991px) {
        header .main-nav .main-nav-cont.show {
          visibility: visible;
          right: 0; } }
    header .main-nav .primary-nav {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 991px) {
        header .main-nav .primary-nav {
          flex-direction: column;
          position: relative;
          padding-top: 0;
          padding-bottom: 0;
          margin-bottom: 0;
          max-width: 100%; } }
      header .main-nav .primary-nav li {
        padding: 0 20px 0 0;
        font-size: 16px;
        line-height: 1em;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #693C5E;
        position: relative;
        display: flex; }
        @media (min-width: 992px) and (max-width: 1200px) {
          header .main-nav .primary-nav li {
            font-size: 14px;
            padding: 0 5px 0 0; } }
        @media (max-width: 991px) {
          header .main-nav .primary-nav li {
            width: 100%;
            padding: 0;
            display: block;
            font-size: 16px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.16); } }
        @media (min-width: 1201px) {
          header .main-nav .primary-nav li:nth-child(2) > a {
            width: 150px; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          header .main-nav .primary-nav li:nth-child(2) > a {
            width: 135px; } }
        @media (min-width: 992px) {
          header .main-nav .primary-nav li:nth-child(2) .sublevel-nav {
            min-width: 115%; } }
        @media (min-width: 1201px) {
          header .main-nav .primary-nav li:nth-child(3) > a {
            width: 128px; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          header .main-nav .primary-nav li:nth-child(3) > a {
            width: 112px; } }
        @media (min-width: 1201px) {
          header .main-nav .primary-nav li:nth-child(4) > a {
            width: 190px; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          header .main-nav .primary-nav li:nth-child(4) > a {
            width: 170px; } }
        @media (min-width: 1201px) {
          header .main-nav .primary-nav li:nth-child(5) > a {
            width: 160px;
            display: inline-block; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          header .main-nav .primary-nav li:nth-child(5) > a {
            width: 140px;
            display: inline-block; } }
        @media (min-width: 992px) {
          header .main-nav .primary-nav li:nth-child(6) > a {
            width: 145px; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          header .main-nav .primary-nav li:nth-child(6) > a {
            width: 135px; } }
        @media (min-width: 992px) {
          header .main-nav .primary-nav li:nth-child(6) .sublevel-nav {
            min-width: 120%; } }
        @media (min-width: 992px) {
          header .main-nav .primary-nav li.menu-item-has-children > a {
            padding-right: 30px; } }
        @media (max-width: 991px) {
          header .main-nav .primary-nav li.menu-item-has-children > a {
            padding-right: 50px; } }
        header .main-nav .primary-nav li.current-menu-parent > a {
          color: #A4217F;
          border-radius: 5px 5px 0 0; }
          @media (max-width: 991px) {
            header .main-nav .primary-nav li.current-menu-parent > a {
              background-color: #A4217F;
              color: #fff;
              border-radius: 0px; } }
          header .main-nav .primary-nav li.current-menu-parent > a:after {
            width: 100%;
            height: 4px;
            background: #A4217F;
            content: "";
            border-radius: 5px;
            position: absolute;
            bottom: 0;
            left: 0; }
          @media (min-width: 992px) {
            header .main-nav .primary-nav li.current-menu-parent > a .dropdown-arrow {
              background: url(../images/arrow-btm-spr.png) no-repeat left -10px/100%; } }
          @media (max-width: 991px) {
            header .main-nav .primary-nav li.current-menu-parent > a .dropdown-arrow {
              background: url(../images/arrow-btm-spr.png) no-repeat left -20px/100%;
              transform: rotate(180deg); } }
          @media (max-width: 991px) {
            header .main-nav .primary-nav li.current-menu-parent > a.active .dropdown-arrow {
              transform: rotate(0deg); } }
        @media (max-width: 991px) {
          header .main-nav .primary-nav li.current-menu-parent .sublevel-nav {
            display: block; } }
        header .main-nav .primary-nav li.current-menu-item > a {
          color: #A4217F;
          border-radius: 5px 5px 0 0; }
          @media (max-width: 991px) {
            header .main-nav .primary-nav li.current-menu-item > a {
              background-color: #A4217F;
              color: #fff;
              border-radius: 0px; } }
          header .main-nav .primary-nav li.current-menu-item > a:after {
            width: 100%;
            height: 4px;
            background: #A4217F;
            content: "";
            border-radius: 5px;
            position: absolute;
            bottom: 0;
            left: 0; }
        header .main-nav .primary-nav li.home-link {
          font-size: 0px; }
          @media (min-width: 992px) {
            header .main-nav .primary-nav li.home-link {
              display: none; } }
          @media (max-width: 991px) {
            header .main-nav .primary-nav li.home-link {
              font-size: 16px; } }
          header .main-nav .primary-nav li.home-link.current_page_item a {
            background: url(../images/home-icon.png) no-repeat center center/48px auto; }
            header .main-nav .primary-nav li.home-link.current_page_item a:after {
              display: none !important; }
            @media (max-width: 991px) {
              header .main-nav .primary-nav li.home-link.current_page_item a {
                background-color: #A4217F !important;
                color: #fff;
                border-radius: 0px; } }
          header .main-nav .primary-nav li.home-link a {
            width: 58px;
            height: 48px;
            background: url(../images/home-icon-black.png) no-repeat center center/24px auto;
            display: inline-block;
            text-decoration: none; }
            @media (max-width: 991px) {
              header .main-nav .primary-nav li.home-link a {
                width: auto;
                height: auto;
                background: none !important;
                display: block; } }
        header .main-nav .primary-nav li:last-child {
          padding-right: 0; }
        header .main-nav .primary-nav li a {
          cursor: pointer;
          height: auto;
          padding: 0 10px;
          display: flex;
          justify-content: center;
          color: #693C5E;
          text-decoration: none;
          position: relative;
          flex-direction: column;
          text-align: center; }
          @media (min-width: 992px) {
            header .main-nav .primary-nav li a {
              height: 48px;
              padding-bottom: 15px;
              line-height: 18px; } }
          @media (max-width: 991px) {
            header .main-nav .primary-nav li a {
              justify-content: flex-start;
              height: auto;
              padding: 16px 10px 16px 35px;
              position: relative;
              display: block;
              width: 100%;
              text-align: left; } }
          @media (max-width: 991px) {
            header .main-nav .primary-nav li a br {
              display: none; } }
          header .main-nav .primary-nav li a .dropdown-arrow {
            width: 16px;
            height: 10px;
            background: url(../images/arrow-btm-spr.png) no-repeat left top/100%;
            content: "";
            position: absolute;
            top: 3px;
            right: 0; }
            @media (max-width: 1199px) {
              header .main-nav .primary-nav li a .dropdown-arrow {
                top: 13px; } }
            @media (max-width: 991px) {
              header .main-nav .primary-nav li a .dropdown-arrow {
                top: 50%;
                right: 35px;
                transition: all 0.4s ease-in-out 0s;
                margin-top: -5px; } }
          @media (min-width: 992px) {
            header .main-nav .primary-nav li a.active {
              color: #A4217F; } }
          @media (min-width: 992px) {
            header .main-nav .primary-nav li a.active .dropdown-arrow {
              transform: rotate(180deg);
              background: url(../images/arrow-btm-spr.png) no-repeat left -10px/100%; } }
          @media (max-width: 991px) {
            header .main-nav .primary-nav li a.active .dropdown-arrow {
              background: url(../images/arrow-btm-spr.png) no-repeat left -10px/100%;
              transform: rotate(180deg); } }
          @media (max-width: 991px) {
            header .main-nav .primary-nav li a.active {
              color: #A4217F;
              background-color: #fbf5f9;
              border-radius: 0; } }
          @media (min-width: 992px) {
            header .main-nav .primary-nav li a .supPos {
              top: 5px;
              left: -10px; } }
        @media (min-width: 992px) {
          header .main-nav .primary-nav li:hover a {
            color: #A4217F; } }
        @media (min-width: 992px) {
          header .main-nav .primary-nav li:hover a .dropdown-arrow {
            background: url(../images/arrow-btm-spr.png) no-repeat left -10px/100%; } }
        header .main-nav .primary-nav li .sublevel-nav {
          display: none;
          width: auto;
          min-width: 100%;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 1;
          background-color: #fff; }
          @media (max-width: 991px) {
            header .main-nav .primary-nav li .sublevel-nav {
              position: static;
              padding: 10px 20px 10px 40px;
              width: 100%; } }
          header .main-nav .primary-nav li .sublevel-nav li {
            padding: 0;
            font-size: 16px;
            width: 100%;
            display: block; }
            @media (min-width: 992px) and (max-width: 1200px) {
              header .main-nav .primary-nav li .sublevel-nav li {
                font-size: 14px; } }
            @media (max-width: 991px) {
              header .main-nav .primary-nav li .sublevel-nav li {
                padding: 0 0 10px 0;
                border-bottom: 0; } }
            @media (max-width: 991px) {
              header .main-nav .primary-nav li .sublevel-nav li:last-child {
                padding-bottom: 0; } }
            header .main-nav .primary-nav li .sublevel-nav li.active > a {
              background-color: #A4217F;
              color: #fff;
              border-radius: 0px; }
            header .main-nav .primary-nav li .sublevel-nav li a {
              width: auto;
              height: auto;
              background: none;
              color: #503629;
              padding: 7px 10px;
              display: block;
              text-align: left; }
              header .main-nav .primary-nav li .sublevel-nav li a:hover {
                background-color: #A4217F;
                color: #fff; }
              header .main-nav .primary-nav li .sublevel-nav li a sup {
                position: relative;
                top: -2px; }
    @media (max-width: 991px) {
      header .main-nav .utility-nav-mob li {
        font-size: 16px;
        line-height: 20px;
        font-family: "Montserrat", sans-serif;
        color: #693C5E;
        font-weight: 600;
        border-bottom: 1px solid rgba(0, 0, 0, 0.16); } }
    @media (max-width: 991px) {
      header .main-nav .utility-nav-mob li a {
        padding: 16px 35px;
        display: block;
        color: #693C5E;
        text-decoration: underline; } }
    header .main-nav .utility-nav-mob li:last-child {
      padding: 8px 0;
      border-bottom: 0; }
      header .main-nav .utility-nav-mob li:last-child a {
        background: #A4217F;
        width: auto;
        border-radius: 50px;
        color: #fff;
        display: inline-block;
        padding: 15px 24px;
        text-decoration: none; }
        @media (max-width: 991px) {
          header .main-nav .utility-nav-mob li:last-child a {
            margin-left: 35px; } }
    header .main-nav .utility-nav-mob li.download_icon a::after {
      content: '';
      width: 13px;
      height: 13px;
      margin-left: 10px;
      display: inline-block;
      background: url("../../assets/images/download-icon2.png") no-repeat center center/contain;
      vertical-align: -1px; }
    @media (max-width: 991px) {
      header .main-nav .utility-nav-mob li a {
        padding: 16px 35px;
        display: block;
        color: #693C5E;
        text-decoration: underline !important;
        position: relative; }
      header .main-nav .utility-nav-mob li.menu-item-has-children > a {
        padding-right: 50px; }
      header .main-nav .utility-nav-mob li a .dropdown-arrow {
        width: 16px;
        height: 10px;
        background: url(../images/arrow-btm-spr.png) no-repeat left top/100%;
        content: "";
        position: absolute;
        top: 3px;
        right: 0; }
      header .main-nav .utility-nav-mob li a .dropdown-arrow {
        top: 50%;
        right: 35px;
        transition: all 0.4s ease-in-out 0s;
        margin-top: -5px; }
      header .main-nav .utility-nav-mob li a.active .dropdown-arrow {
        background: url(../images/arrow-btm-spr.png) no-repeat left -10px/100%;
        transform: rotate(180deg); }
      header .main-nav .utility-nav-mob li .sublevel-nav {
        display: none;
        width: auto;
        min-width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        background-color: #fff; }
      header .main-nav .utility-nav-mob li .sublevel-nav {
        position: static;
        padding: 0px 20px 0px 40px;
        width: 100%; }
      header .main-nav .utility-nav-mob li .sublevel-nav li {
        padding: 0 0 10px 0;
        border-bottom: 0; }
      header .main-nav .utility-nav-mob li .sublevel-nav li a {
        width: auto;
        height: auto;
        background: none;
        color: #503629;
        padding: 7px 10px;
        padding: 9px 10px;
        display: block;
        text-align: left; }
      header .main-nav .utility-nav-mob li a.active {
        color: #A4217F;
        background-color: #fbf5f9;
        border-radius: 0; } }

.stop_scroll {
  position: fixed !important;
  overflow: hidden !important; }

.connect-section {
  width: 100%;
  background: #A4217F;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 15px 0; }
  @media (max-width: 991px) {
    .connect-section {
      height: auto; } }
  .connect-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 991px) {
      .connect-section .container {
        flex-direction: column;
        align-items: flex-end; } }
  .connect-section .connect-heading {
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold; }
    @media (max-width: 991px) {
      .connect-section .connect-heading {
        padding: 0; } }
  .connect-section .social-listing {
    width: auto;
    display: flex;
    align-items: center; }
    .connect-section .social-listing img {
      max-width: 24px;
      max-height: 30px;
      display: block; }
    .connect-section .social-listing li {
      padding-right: 80px; }
      .connect-section .social-listing li:last-child {
        padding-right: 0; }

footer {
  width: 100%;
  background: #f5f5f5;
  padding: 120px 0; }
  @media (max-width: 991px) {
    footer {
      padding: 50px 0; } }
  footer .adct-logo {
    display: inline-block;
    max-width: 205px; }
    @media (max-width: 991px) {
      footer .adct-logo {
        display: block;
        max-width: 170px;
        margin: 0 auto 25px; } }
  footer .copyright-txt {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 991px) {
      footer .copyright-txt {
        text-align: center;
        display: block; } }
    footer .copyright-txt p {
      font-size: 16px;
      line-height: 1.2em;
      color: #231f20;
      font-family: Helvetica, Arial, sans-serif;
      padding: 0 0 20px;
      max-width: 360px; }
      footer .copyright-txt p sup {
        line-height: 1em; }
      @media (max-width: 991px) {
        footer .copyright-txt p {
          margin: 0 auto; } }
      footer .copyright-txt p:nth-child(2) {
        padding: 0 0 5px; }
  footer .footer-links {
    width: auto;
    padding: 20px 0 0 0; }
    @media (max-width: 991px) {
      footer .footer-links {
        text-align: center; } }
    footer .footer-links li {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      line-height: 1.2em;
      color: #CD177E;
      font-family: Helvetica, Arial, sans-serif;
      padding: 0 24px 0 0;
      margin: 0 24px 0 0;
      border-right: 1px solid #d8d8d8; }
      @media (max-width: 991px) {
        footer .footer-links li {
          border: none;
          margin: 0;
          padding: 0 0 30px;
          display: block; } }
      footer .footer-links li:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0; }
        @media (max-width: 991px) {
          footer .footer-links li:last-child {
            padding-bottom: 0; } }
      footer .footer-links li a {
        color: #CD177E;
        text-decoration: none; }
        footer .footer-links li a:hover {
          text-decoration: underline; }

.isi-section {
  background-color: #fff; }
  .isi-section .expand-arrow {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 20px;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #693C5E;
    padding-right: 32px;
    background: none;
    text-decoration: none;
    z-index: 9;
    transition: all 0.4s ease-in-out 0s; }
    @media (max-width: 991px) {
      .isi-section .expand-arrow {
        top: 30px; } }
    .isi-section .expand-arrow:after {
      width: 24px;
      height: 24px;
      background: url(../images/expand-icon.png) no-repeat left top/100%;
      content: "";
      position: absolute;
      top: -2px;
      right: 0; }
    .isi-section .expand-arrow.active:after {
      background: url(../images/expand-icon.png) no-repeat left bottom/100%; }
  .isi-section .isi-static-bx {
    padding-bottom: 30px; }
    @media (max-width: 991px) {
      .isi-section .isi-static-bx {
        padding: 0 0 15px; } }
    .isi-section .isi-static-bx .stickyHeadMob {
      display: none !important; }
    .isi-section .isi-static-bx .stickyHeadDesk {
      display: none !important; }
    .isi-section .isi-static-bx .readFullIsi {
      display: none !important; }
  .isi-section .isi-fixed-bx {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 5px);
    height: 340px;
    transition: height .5s ease-in-out;
    z-index: 99;
    background: #fff;
    box-shadow: -8px 0 6px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 30px 0 0 0;
    margin-left: 5px;
    border-radius: 4px 0 0 0;
    display: block; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .isi-section .isi-fixed-bx {
        height: 380px; } }
    @media (max-width: 991px) {
      .isi-section .isi-fixed-bx {
        height: 255px;
        margin-right: 5px;
        width: calc(100% - 10px);
        border-radius: 4px 4px 0 0;
        bottom: -1px;
        padding: 30px 0 0 0; } }
    @media (max-width: 767px) {
      .isi-section .isi-fixed-bx {
        height: 385px; } }
    .isi-section .isi-fixed-bx .stickyHeadDesk {
      display: none !important; }
    .isi-section .isi-fixed-bx .stickyHeadMob {
      display: none; }
      .isi-section .isi-fixed-bx .stickyHeadMob hr {
        margin: 5px 0 15px; }
    .isi-section .isi-fixed-bx.tiny-isi {
      height: 80px; }
      @media (max-width: 991px) {
        .isi-section .isi-fixed-bx.tiny-isi {
          height: 140px; } }
    .isi-section .isi-fixed-bx.isi-minimize {
      height: 162px;
      padding-top: 25px; }
      @media (max-width: 991px) {
        .isi-section .isi-fixed-bx.isi-minimize {
          height: 158px; } }
      .isi-section .isi-fixed-bx.isi-minimize .expand-arrow {
        top: 20px; }
      @media (min-width: 992px) {
        .isi-section .isi-fixed-bx.isi-minimize h2 {
          padding-bottom: 10px; } }
      @media (max-width: 991px) {
        .isi-section .isi-fixed-bx.isi-minimize .stickyHeadMob {
          display: block !important; } }
    .isi-section .isi-fixed-bx .goToIsi {
      position: relative;
      padding-right: 24px; }
      .isi-section .isi-fixed-bx .goToIsi:after {
        width: 18px;
        height: 18px;
        content: "";
        background: url(../images/arrow-right-pink.png) no-repeat left top/100%;
        position: absolute;
        right: 0;
        top: 0; }
    .isi-section .isi-fixed-bx .readFullIsi {
      padding-left: 0; }
      .isi-section .isi-fixed-bx .readFullIsi:before {
        display: none; }
    .isi-section .isi-fixed-bx .h1 {
      font-size: 20px;
      line-height: 24px;
      padding-bottom: 12px; }
    .isi-section .isi-fixed-bx h2, .isi-section .isi-fixed-bx .h2 {
      color: #A4217F;
      padding-bottom: 12px;
      margin: 0; }
    .isi-section .isi-fixed-bx h3, .isi-section .isi-fixed-bx .h3 {
      color: #A4217F;
      margin: 0; }
      @media (max-width: 991px) {
        .isi-section .isi-fixed-bx h3, .isi-section .isi-fixed-bx .h3 {
          color: #693C5E !important; } }
    .isi-section .isi-fixed-bx .bullet-list li:before {
      background-color: #A4217F; }
  .isi-section .isi-content-bx {
    padding: 0 0 15px 0; }
    @media (max-width: 991px) {
      .isi-section .isi-content-bx {
        padding-top: 15px; } }
  .isi-section h1, .isi-section .h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #A4217F;
    margin: 0; }
    @media (max-width: 991px) {
      .isi-section h1, .isi-section .h1 {
        font-size: 18px;
        line-height: 22px; } }
  .isi-section h2, .isi-section .h2 {
    font-size: 16px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #A4217F;
    padding: 0 0 20px;
    margin: 0; }
  .isi-section h3, .isi-section .h3 {
    font-size: 16px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 0 0 12px;
    margin: 0; }
  .isi-section .bullet-list.pb-li {
    padding-bottom: 5px; }
    .isi-section .bullet-list.pb-li li {
      padding-bottom: 8px; }
  .isi-section .bullet-list li {
    padding-bottom: 10px; }
    .isi-section .bullet-list li ul {
      padding: 0; }
      .isi-section .bullet-list li ul li {
        padding-left: 15px; }
        .isi-section .bullet-list li ul li:before {
          width: 6px;
          height: 6px;
          content: "";
          background-color: #A4217F;
          border-radius: 50%;
          position: absolute;
          top: 6px;
          left: 0; }
  .isi-section a {
    text-decoration: underline; }

.home-banner-bx {
  position: relative;
  min-height: 568px;
  display: flex;
  align-items: center;
  padding: 70px 0 50px; }
  @media (max-width: 991px) {
    .home-banner-bx {
      min-height: 1140px;
      align-items: flex-start; } }
  @media (max-width: 767px) {
    .home-banner-bx {
      min-height: 900px;
      padding-top: 60px; } }
  @media (max-width: 380px) {
    .home-banner-bx {
      min-height: 960px; } }
  @media (max-width: 991px) {
    .home-banner-bx .row {
      margin: 0; } }
  .home-banner-bx .disclaimer-txt {
    width: 100vw;
    max-width: 1200px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    text-align: right;
    padding: 0 15px;
    z-index: 9;
    margin-left: -600px; }
    @media (max-width: 1200px) {
      .home-banner-bx .disclaimer-txt {
        max-width: 960px;
        margin-left: -480px; } }
    @media (max-width: 991px) {
      .home-banner-bx .disclaimer-txt {
        max-width: 720px;
        margin-left: -360px; } }
    @media (max-width: 767px) {
      .home-banner-bx .disclaimer-txt {
        left: 0;
        max-width: 100%;
        margin-left: 0; } }
  .home-banner-bx .banner-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 991px) {
      .home-banner-bx .banner-bg {
        background-position: center bottom;
        background-size: cover; } }
  .home-banner-bx .container {
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .home-banner-bx .container {
        padding: 0; } }
  .home-banner-bx .fpo-txt {
    font-size: 56px;
    line-height: 1.2em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #00dfdf;
    display: none !important;
    opacity: 0.5;
    position: absolute;
    top: 38%;
    right: 20%; }
    @media (max-width: 991px) {
      .home-banner-bx .fpo-txt {
        top: auto;
        bottom: 15%;
        right: 0;
        width: 100%;
        text-align: center; } }
  .home-banner-bx .banner-cont-bx {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-color: #A4217F;
    border-radius: 16px;
    padding: 120px 25px 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    position: relative; }
    @media (max-width: 991px) {
      .home-banner-bx .banner-cont-bx {
        padding: 140px 25px 10px; } }
    @media (max-width: 767px) {
      .home-banner-bx .banner-cont-bx {
        padding: 80px 25px 10px; } }
    @media (min-width: 470px) and (max-width: 767px) {
      .home-banner-bx .banner-cont-bx {
        padding: 90px 25px 10px; } }
    .home-banner-bx .banner-cont-bx:after {
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 30px solid #A4217F;
      content: "";
      position: absolute;
      bottom: 70px;
      left: 100%; }
      @media (max-width: 991px) {
        .home-banner-bx .banner-cont-bx:after {
          left: auto;
          bottom: -22px;
          right: 55px;
          border: none;
          border-left: 16px solid transparent;
          border-right: 16px solid transparent;
          border-top: 24px solid #A4217F; } }
    .home-banner-bx .banner-cont-bx .map-marker {
      position: absolute;
      top: -45px;
      right: 15px;
      max-width: 100px; }
      @media (max-width: 991px) {
        .home-banner-bx .banner-cont-bx .map-marker {
          max-width: 80px;
          top: -50px;
          right: 0px; } }
    .home-banner-bx .banner-cont-bx h2 {
      font-size: 42px;
      line-height: 46px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      color: #fff;
      padding: 0 0 16px; }
      @media (max-width: 767px) {
        .home-banner-bx .banner-cont-bx h2 {
          font-size: 24px;
          line-height: 28px;
          padding-bottom: 10px; } }
      @media (max-width: 767px) {
        .home-banner-bx .banner-cont-bx h2 br {
          display: none; } }
    .home-banner-bx .banner-cont-bx p {
      font-size: 18px;
      line-height: 21px;
      font-family: Helvetica, Arial, sans-serif;
      color: #fff; }
      .home-banner-bx .banner-cont-bx p:last-child {
        padding-bottom: 0; }
      @media (max-width: 767px) {
        .home-banner-bx .banner-cont-bx p {
          padding-bottom: 10px; } }
    .home-banner-bx .banner-cont-bx .cta-link {
      font-family: Helvetica, Arial, sans-serif;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      border-bottom: 1px solid #fff; }
      .home-banner-bx .banner-cont-bx .cta-link:hover {
        text-decoration: none;
        color: #fff; }
    .home-banner-bx .banner-cont-bx .fs-20 {
      font-size: 20px;
      line-height: 24px; }

.cta-section {
  padding: 60px 0 50px; }
  .cta-section.bg-color {
    background-color: #ede5ea; }
  @media (max-width: 991px) {
    .cta-section {
      padding: 30px 0; } }
  .cta-section .cta-column {
    max-width: 380px;
    margin: 0 auto;
    text-align: center; }
    .cta-section .cta-column h2 {
      padding: 0 0 15px; }
      @media (max-width: 991px) {
        .cta-section .cta-column h2 {
          font-size: 18px;
          line-height: 22px; } }
      .cta-section .cta-column h2 a {
        text-decoration: underline; }
    .cta-section .cta-column .icon-bx {

      padding: 0 0 25px; }
      .cta-section .cta-column .icon-bx img {
        width: auto;
        max-height: 60px; }
    .cta-section .cta-column .cta-but {
      display: block; }
      @media (max-width: 991px) {
        .cta-section .cta-column .cta-but {
          max-width: 320px;
          margin: 0 auto; } }

.ask-doctor-section {
  width: 100%;
  padding: 60px 0;
  background: #fcfaf7;
  position: relative; }
  @media (max-width: 991px) {
    .ask-doctor-section {
      padding: 45px 0; } }
  .ask-doctor-section.dashed-line:before {
    width: 100%;
    height: 7px;
    background: url(../images/blue-dashed-line.png) repeat-x left top;
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 991px) {
      .ask-doctor-section.dashed-line:before {
        display: none; } }
  .ask-doctor-section .col-width {
    max-width: 820px;
    margin: 0 auto; }
    .ask-doctor-section .col-width p {
      padding-bottom: 0; }
  .ask-doctor-section h2 {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 20px; }
    @media (max-width: 991px) {
      .ask-doctor-section h2 {
        font-size: 18px;
        line-height: 22px; } }
  .ask-doctor-section .fs-18 {
    font-size: 18px;
    line-height: 22px; }
    @media (max-width: 991px) {
      .ask-doctor-section .fs-18 {
        font-size: 16px;
        line-height: 20px; } }
  .ask-doctor-section h3 {
    padding: 0 0 5px; }
    .ask-doctor-section h3 a {
      border-bottom: 1px solid #693C5E; }
      .ask-doctor-section h3 a:hover {
        text-decoration: none; }
  .ask-doctor-section .or-txt {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    @media (max-width: 991px) {
      .ask-doctor-section .or-txt {
        padding: 25px 0; } }
    .ask-doctor-section .or-txt h2 {
      padding-bottom: 0; }

@media (max-width: 991px) {
  body.home .cta-section {
    padding-top: 50px; } }
body.home .cta-section .container {
  position: relative; }
@media (max-width: 767px) {
  body.home .cta-section .cta-column .cta-but {
    font-size: 14px;
    max-width: 280px;
    margin: 0 auto; } }

@media (min-width: 1200px) {
  body.how-zynlonta-works .page-banner h1 {
    max-width: 730px; } }
@media (max-width: 991px) {
  body.how-zynlonta-works .tooltip-bx .tooltip-cont#adc {
    margin-left: 120px; } }
@media (max-width: 767px) {
  body.how-zynlonta-works .tooltip-bx .tooltip-cont#adc {
    margin-bottom: -10px;
    min-width: 340px;
    left: auto;
    right: 0; } }
body.how-zynlonta-works .tooltip-bx .tooltip-cont#cd19desk {
  margin-bottom: -10px;
  left: auto;
  right: 0; }
  body.how-zynlonta-works .tooltip-bx .tooltip-cont#cd19desk:before, body.how-zynlonta-works .tooltip-bx .tooltip-cont#cd19desk:after {
    left: 62%; }
body.how-zynlonta-works .tooltip-bx .tooltip-cont#chemo {
  margin-bottom: -15px; }
  @media (max-width: 991px) {
    body.how-zynlonta-works .tooltip-bx .tooltip-cont#chemo {
      left: 7%; } }
  @media (max-width: 767px) {
    body.how-zynlonta-works .tooltip-bx .tooltip-cont#chemo {
      left: 0%;
      bottom: 44px; } }
  @media (min-width: 1200px) {
    body.how-zynlonta-works .tooltip-bx .tooltip-cont#chemo:after {
      left: 35%; } }
  @media (min-width: 992px) {
    body.how-zynlonta-works .tooltip-bx .tooltip-cont#chemo:after {
      left: 40%; } }
  @media (max-width: 767px) {
    body.how-zynlonta-works .tooltip-bx .tooltip-cont#chemo:after {
      left: 55%; } }
  @media (max-width: 380px) {
    body.how-zynlonta-works .tooltip-bx .tooltip-cont#chemo:after {
      left: 10%; } }
@media (max-width: 991px) {
  body.how-zynlonta-works .content-section {
    padding-bottom: 0; } }

.animation-mob-section {
  padding: 35px 0 0 0; }
  .animation-mob-section .animation-mob-cont {
    padding: 0 0 0 50px;
    position: relative;
    max-width: 300px;
    margin: 0 auto; }
    .animation-mob-section .animation-mob-cont:before {
      width: 6px;
      height: calc(100% - 260px);
      background-color: #693C5E;
      content: "";
      position: absolute;
      top: 0;
      left: 13px; }
    .animation-mob-section .animation-mob-cont .animation-mob-items {
      padding: 0 0 40px;
      position: relative; }
      .animation-mob-section .animation-mob-cont .animation-mob-items:last-child {
        padding-bottom: 20px; }
      .animation-mob-section .animation-mob-cont .animation-mob-items .num-bx {
        width: 32px;
        height: 32px;
        background: #693C5E;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: -50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: normal; }
        .animation-mob-section .animation-mob-cont .animation-mob-items .num-bx.diamond-bx {
          font-size: 0px; }
          .animation-mob-section .animation-mob-cont .animation-mob-items .num-bx.diamond-bx:before {
            width: 10px;
            height: 10px;
            background: #df0080;
            content: "";
            position: absolute;
            top: 10px;
            left: 50%;
            margin-left: -5px;
            transform: rotate(45deg); }
      .animation-mob-section .animation-mob-cont .animation-mob-items .ani-txt {
        padding: 0 0 20px; }
        .animation-mob-section .animation-mob-cont .animation-mob-items .ani-txt p {
          padding: 0; }
          .animation-mob-section .animation-mob-cont .animation-mob-items .ani-txt p strong {
            font-weight: bold; }
      .animation-mob-section .animation-mob-cont .animation-mob-items .ani-img {
        max-width: 200px;
        margin: 0 0 0 15px; }
        .animation-mob-section .animation-mob-cont .animation-mob-items .ani-img img {
          display: block; }
    .animation-mob-section .animation-mob-cont .tooltip-bx #cd19 {
      bottom: 20px;
      left: auto;
      right: 14%;
      min-width: 300px; }

.animation-section {
  padding-top: 70px;
  background: url(../images/timeline_bg.png) no-repeat left top/100% 100%; }
  @media (min-width: 1201px) {
    .animation-section {
      padding-left: 40px; } }
  .animation-section .img-seq-section {
    z-index: 0; }

.animation-mob-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../images/timeline_bg_mob.png) no-repeat left top/100% 100%;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .animation-mob-section {
      background: url(../images/timeline_bg_mob.png) no-repeat center top/contain; } }

body.study-results .page-banner h1 {
  max-width: 740px; }
body.study-results .page-banner .col-12 {
  padding: 24px; }
  body.study-results .page-banner .col-12::after {
    bottom: 25%; }
@media (min-width: 768px) and (max-width: 991px) {
  body.study-results .tooltip-bx .tooltip-cont#chemo, body.study-results .tooltip-bx .tooltip-cont#rituxan, body.study-results .tooltip-bx .tooltip-cont#therapy, body.study-results .tooltip-bx .tooltip-cont#stem {
    left: 50%;
    margin-left: -210px; } }
@media (min-width: 992px) {
  body.study-results .tooltip-bx .tooltip-cont#randomizedTrial {
    left: 0;
    margin-bottom: -10px; } }
@media (min-width: 1200px) {
  body.study-results .tooltip-bx .tooltip-cont#randomizedTrial {
    left: 0;
    margin-bottom: -10px; } }
@media (max-width: 991px) {
  body.study-results .tooltip-bx .tooltip-cont#randomizedTrial {
    margin-bottom: -15px; } }
@media (max-width: 767px) {
  body.study-results .tooltip-bx .tooltip-cont#randomizedTrial {
    margin-bottom: -30px; } }
@media (max-width: 380px) {
  body.study-results .tooltip-bx .tooltip-cont#randomizedTrial {
    margin-bottom: -52px; } }
@media (min-width: 1200px) {
  body.study-results .tooltip-bx .tooltip-cont#randomizedTrial:after, body.study-results .tooltip-bx .tooltip-cont#randomizedTrial:before {
    left: 20%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  body.study-results .tooltip-bx .tooltip-cont#randomizedTrial:after, body.study-results .tooltip-bx .tooltip-cont#randomizedTrial:before {
    left: 40%; } }
@media (max-width: 991px) {
  body.study-results .tooltip-bx .tooltip-cont#randomizedTrial:after, body.study-results .tooltip-bx .tooltip-cont#randomizedTrial:before {
    left: 80%; } }
@media (max-width: 767px) {
  body.study-results .tooltip-bx .tooltip-cont#randomizedTrial:after, body.study-results .tooltip-bx .tooltip-cont#randomizedTrial:before {
    left: auto;
    right: 15%; } }
@media (max-width: 380px) {
  body.study-results .tooltip-bx .tooltip-cont#randomizedTrial:after, body.study-results .tooltip-bx .tooltip-cont#randomizedTrial:before {
    right: auto;
    left: 25%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  body.study-results .tooltip-bx .tooltip-cont#dlbcl {
    margin-bottom: -35px; } }
@media (max-width: 991px) {
  body.study-results .tooltip-bx .tooltip-cont#dlbcl {
    margin-bottom: -15px; } }
@media (max-width: 767px) {
  body.study-results .tooltip-bx .tooltip-cont#dlbcl {
    top: 100%;
    bottom: auto;
    margin: -20px 0 0 0; } }
@media (max-width: 767px) {
  body.study-results .tooltip-bx .tooltip-cont#dlbcl:after, body.study-results .tooltip-bx .tooltip-cont#dlbcl:before {
    top: auto;
    bottom: 100%;
    margin: 0; } }
@media (max-width: 767px) {
  body.study-results .tooltip-bx .tooltip-cont#dlbcl:before {
    border-top: none;
    border-bottom: 12px solid #fff; } }
@media (max-width: 767px) {
  body.study-results .tooltip-bx .tooltip-cont#dlbcl:after {
    border-top: none;
    border-bottom: 12px solid #693C5E; } }
body.study-results .content-section .big-banner-img {
  padding: 15px 0 60px; }
  body.study-results .content-section .big-banner-img img {
    margin: 0 auto;
    display: block; }
body.study-results .content-section .bullet-list.mw1 {
  max-width: 1020px; }
body.study-results .content-section .bullet-list li .tooltip-bx p {
  font-size: 16px;
  line-height: 20px; }
body.study-results .block-bx p {
  margin: 0 auto; }
  @media (min-width: 992px) and (max-width: 1200px) {
    body.study-results .block-bx p {
      max-width: 75%; } }
  @media (max-width: 991px) {
    body.study-results .block-bx p {
      max-width: 100%; } }

@media (max-width: 991px) {
  body.therapy-infusions .tooltip-bx #dlbcl {
    right: auto;
    left: 0;
    bottom: 70%; } }
@media (min-width: 992px) {
  body.therapy-infusions .tooltip-bx #steroid {
    margin-left: -31%; } }
@media (min-width: 1200px) {
  body.therapy-infusions .tooltip-bx #steroid {
    margin-left: -35%; } }
@media (min-width: 768px) and (max-width: 991px) {
  body.therapy-infusions .tooltip-bx #steroid {
    margin-left: -35%; } }
@media (max-width: 767px) {
  body.therapy-infusions .tooltip-bx #steroid {
    left: 0;
    margin-left: 0;
    margin-bottom: -18px; } }
@media (max-width: 767px) {
  body.therapy-infusions .tooltip-bx #steroid:after {
    left: 30px; } }
body.therapy-infusions .curated-playlist {
  padding-bottom: 0; }
  body.therapy-infusions .curated-playlist .row {
    margin-top: 16px;
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      body.therapy-infusions .curated-playlist .row {
        justify-content: space-between; } }
    @media (min-width: 1201px) {
      body.therapy-infusions .curated-playlist .row .col-lg-4 {
        max-width: 28.5%;
        flex: 0 0 28.5%; } }
  body.therapy-infusions .curated-playlist .cta-column {
    max-width: 100%; }
    body.therapy-infusions .curated-playlist .cta-column h2 {
      font-size: 24px; }
      @media (min-width: 992px) and (max-width: 1200px) {
        body.therapy-infusions .curated-playlist .cta-column h2 {
          font-size: 22px; } }
      @media (max-width: 991px) {
        body.therapy-infusions .curated-playlist .cta-column h2 {
          font-size: 20px; } }
    body.therapy-infusions .curated-playlist .cta-column .cta-but {
      border: solid 2px #A4217F;
      background-color: #fff;
      color: #A4217F;
      padding: 12px 24px; }
body.therapy-infusions .page-banner .col-12 {
  padding: 24px 30px; }
@media (max-width: 991px) {
  body.therapy-infusions .page-banner .map_banner {
    min-height: 215px; } }
body.therapy-infusions .footnote a {
  color: #693C5E; }

@media (min-width: 992px) {
  body.ask-your-doctor .page-banner .banner-bg {
    background-size: cover; } }
body.ask-your-doctor .page-banner .map-marker {
  top: 10%;
  right: 4%; }
  @media (max-width: 991px) {
    body.ask-your-doctor .page-banner .map-marker {
      top: auto;
      left: auto;
      bottom: 40%; } }
@media (min-width: 992px) {
  body.ask-your-doctor .page-banner .fpo-txt {
    top: 45%;
    right: 18%; } }
body.ask-your-doctor .page-banner .col-12 {
  padding: 20px; }
body.ask-your-doctor .page-banner .map_banner {
  min-height: 272px; }
body.ask-your-doctor .tooltip-bx .tooltip-cont.rp {
  right: 10%; }
  @media (max-width: 991px) {
    body.ask-your-doctor .tooltip-bx .tooltip-cont.rp {
      right: auto;
      margin-bottom: -20px; } }
  @media (max-width: 767px) {
    body.ask-your-doctor .tooltip-bx .tooltip-cont.rp {
      margin-bottom: -50px; } }
@media (max-width: 767px) {
  body.ask-your-doctor .tooltip-bx .tooltip-cont#dlbcl {
    margin-bottom: -40px; } }
@media (max-width: 991px) {
  body.ask-your-doctor .tooltip-bx .tooltip-cont#dlbcl:after {
    left: 20%; } }
body.ask-your-doctor .content-section .bullet-list li, body.ask-your-doctor .content-section ul li {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 8px; }
  @media (max-width: 991px) {
    body.ask-your-doctor .content-section .bullet-list li, body.ask-your-doctor .content-section ul li {
      font-size: 16px;
      line-height: 20px; } }
body.ask-your-doctor .cta-section .cta-column h2 {
  padding-bottom: 25px; }
body.ask-your-doctor .content-section .big-banner-img img {
  margin: 0 auto;
  display: block; }
body.ask-your-doctor .print-but {
  width: 100px;
  height: auto;
  background: #A4217F;
  border-radius: 50px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  border: none;
  cursor: pointer;
  padding: 10px 24px;
  margin: 0 auto 30px;
  text-align: center;
  display: none;
  text-decoration: none; }
@media (max-width: 430px) {
  body.ask-your-doctor .ask-doctor-section .col-width p {
    padding-left: 40px;
    padding-right: 40px; } }

.therapies_table > tbody > tr {
  display: none; }
  .therapies_table > tbody > tr:first-child {
    display: table-row; }
.therapies_table > tbody tr.show {
  display: table-row; }

.softWhite-bg-color {
  background-color: #f5f5f5; }

.next-therapy-bx {
  margin: 20px 0 -50px;
  padding: 50px 0; }
  @media (max-width: 991px) {
    .next-therapy-bx {
      padding: 30px 0;
      margin-bottom: -30px; } }
  .next-therapy-bx h2 {
    font-size: 24px;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #693C5E;
    padding: 0 0 16px; }
    @media (max-width: 991px) {
      .next-therapy-bx h2 {
        font-size: 18px;
        line-height: 22px; } }
  .next-therapy-bx h3 {
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #693C5E;
    padding: 0 0 16px; }
    @media (max-width: 991px) {
      .next-therapy-bx h3 {
        font-size: 16px;
        line-height: 20px; } }

.white-border-bx {
  background: #fff;
  border-top: 12px solid #A4217F;
  border-radius: 16px;
  padding: 30px 60px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08); }
  @media (max-width: 991px) {
    .white-border-bx {
      padding: 15px; } }

.therapy-steps-bx {
  overflow: hidden; }
  .therapy-steps-bx .steps-items {

    border-top: 1px solid #e4c2d7;
    overflow: hidden;
    padding: 30px 0 0;
    display: none; }
    @media (max-width: 991px) {
      .therapy-steps-bx .steps-items {
        padding: 24px 0 10px; } }
    .therapy-steps-bx .steps-items.active {
      display: block; }
    .therapy-steps-bx .steps-items:first-child {
      padding-top: 0;
      border-top: none; }
    .therapy-steps-bx .steps-items:last-child {
      border-bottom: none; }
  .therapy-steps-bx .radio-check-list {
    overflow: hidden;
    padding: 5px 0; }
    @media (max-width: 991px) {
      .therapy-steps-bx .radio-check-list {
        padding-top: 0; } }
    .therapy-steps-bx .radio-check-list.full-width-list {
      padding: 0 0 20px; }
      @media (max-width: 991px) {
        .therapy-steps-bx .radio-check-list.full-width-list {
          padding-bottom: 5px; } }
      .therapy-steps-bx .radio-check-list.full-width-list ul li {
        width: 100%;
        position: relative;
        padding: 0 !important;
        margin-bottom: 8px; }
        .therapy-steps-bx .radio-check-list.full-width-list ul li label {
          display: inline-block;
          background: none;
          box-shadow: none;
          padding: 0 16px 0 30px;
          line-height: 24px; }
        .therapy-steps-bx .radio-check-list.full-width-list ul li input[type=radio] {
          left: 0;
          top: 0;
          margin: 0; }
          .therapy-steps-bx .radio-check-list.full-width-list ul li input[type=radio]:checked + label {
            background: none;
            color: #231f20; }
    .therapy-steps-bx .radio-check-list ul {
      float: left;
      list-style-type: none; }
      .therapy-steps-bx .radio-check-list ul li {
        width: auto;
        float: left;
        padding: 0 11px 24px 0 !important; }
        .therapy-steps-bx .radio-check-list ul li:before {
          display: none; }
        @media (max-width: 991px) {
          .therapy-steps-bx .radio-check-list ul li {
            padding: 0 8px 12px 0 !important; } }
        .therapy-steps-bx .radio-check-list ul li label {
          display: block;
          padding: 10px 16px 8px 48px;
          position: relative;
          border-radius: 36px;
          background: #fff;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
          font-size: 18px;
          color: #231f20;
          font-family: Helvetica, Arial, sans-serif;
          font-weight: 400;
          cursor: pointer; }
          @media (max-width: 991px) {
            .therapy-steps-bx .radio-check-list ul li label {
              font-size: 16px; } }
          .therapy-steps-bx .radio-check-list ul li label.no-bg {
            box-shadow: none;
            padding-left: 32px; }
            .therapy-steps-bx .radio-check-list ul li label.no-bg input[type="checkbox"], .therapy-steps-bx .radio-check-list ul li label.no-bg input[type="radio"] {
              left: 0; }
              @media (max-width: 991px) {
                .therapy-steps-bx .radio-check-list ul li label.no-bg input[type="checkbox"], .therapy-steps-bx .radio-check-list ul li label.no-bg input[type="radio"] {
                  top: 8px;
                  margin: 0; } }
        .therapy-steps-bx .radio-check-list ul li input[type="checkbox"],
        .therapy-steps-bx .radio-check-list ul li input[type="radio"] {
          position: absolute;
          top: 8px;
          left: 16px;
          z-index: 9; }
          @media (max-width: 991px) {
            .therapy-steps-bx .radio-check-list ul li input[type="checkbox"],
            .therapy-steps-bx .radio-check-list ul li input[type="radio"] {
              top: 50%;
              margin-top: -18px; } }
        .therapy-steps-bx .radio-check-list ul li input:where([type="checkbox"], [type="radio"]) {
          -webkit-appearance: none;
          appearance: none;
          width: 24px;
          height: 24px;
          margin: 0;
          vertical-align: top;
          border: none;
          border-radius: 0px;
          background: #D8D8D8 no-repeat center center / 100%; }
        .therapy-steps-bx .radio-check-list ul li input[type="radio"] {
          border-radius: 50%;
          background-color: #D8D8D8; }
        .therapy-steps-bx .radio-check-list ul li input:where([type="checkbox"], [type="radio"]):where(:active:not(:disabled), :focus) {
          border-color: #696;
          outline: none; }
        .therapy-steps-bx .radio-check-list ul li input:where([type="checkbox"], [type="radio"]):disabled {
          background-color: #eee; }
        .therapy-steps-bx .radio-check-list ul li input[type="checkbox"]:checked {
          background-image: url("../images/checkbox.png"); }
        .therapy-steps-bx .radio-check-list ul li input[type="checkbox"]:checked + label,
        .therapy-steps-bx .radio-check-list ul li input[type="radio"]:checked + label {
          background-color: #A4217F;
          font-weight: 700;
          color: #fff; }
        .therapy-steps-bx .radio-check-list ul li input[type="radio"]:checked {
          background-image: url("../images/radio.png"); }

.footnote-bx p {
  padding: 0;
  font-size: 14px;
  line-height: 18px; }

.steps-btn-bx {
  padding: 0 0 45px; }
  .steps-btn-bx .cta-button {
    width: auto;
    height: 42px;
    background: #A4217F;
    border-radius: 50px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    pointer-events: none;
    opacity: 0.7; }
    .steps-btn-bx .cta-button.addEvent {
      pointer-events: visible;
      opacity: 1; }

.steps-progress-bx {
  padding: 0 0 25px; }
  .steps-progress-bx ul li {
    width: 72px;
    height: 8px;
    float: left;
    margin: 0 16px 0 0;
    background: #d8d8d8;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }
    @media (max-width: 991px) {
      .steps-progress-bx ul li {
        width: 64px;
        margin-right: 12px; } }
    .steps-progress-bx ul li:last-child {
      margin-right: 0; }
    .steps-progress-bx ul li:before {
      display: none; }
    .steps-progress-bx ul li.active {
      background-color: #A4217F; }

.print-ans-screen .checkmark-circle {
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  display: block;
  background: url("../images/checkmark-circle.png") no-repeat center center/100%; }
  @media (max-width: 991px) {
    .print-ans-screen .checkmark-circle {
      width: 64px;
      height: 64px; } }
.print-ans-screen p a:hover {
  text-decoration: none; }
.print-ans-screen .cta-print {
  padding: 11px 50px 11px 24px;
  margin-bottom: 16px; }
  .print-ans-screen .cta-print::after {
    width: 18px;
    height: 18px;
    margin: 0;
    background: url("../images/download-icon2-pink.png") no-repeat left top/100%;
    transform: translateY(-50%); }
  .print-ans-screen .cta-print:hover::after, .print-ans-screen .cta-print:focus::after {
    background: url("../images/download-icon2-white.png") no-repeat left top/100%; }

.back-retake-screen .cta-but {
  padding: 11px 24px;
  margin: 0 15px; }
  @media (max-width: 991px) {
    .back-retake-screen .cta-but {
      margin: 0 5px 10px; } }
  .back-retake-screen .cta-but.cta-border-but {
    background-color: #fff;
    border: 1px solid #A4217F;
    color: #A4217F; }
  .back-retake-screen .cta-but:first-child {
    margin-left: 0; }
.back-retake-screen .cta-print {
  padding: 11px 50px 11px 24px;
  margin-bottom: 10px; }
  .back-retake-screen .cta-print::after {
    width: 18px;
    height: 18px;
    margin: 0;
    background: url("../images/download-icon2-pink.png") no-repeat left top/100%;
    transform: translateY(-50%); }
  .back-retake-screen .cta-print:hover::after, .back-retake-screen .cta-print:focus::after {
    background: url("../images/download-icon2-white.png") no-repeat left top/100%; }

.cta-print {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  color: #A4217F;
  border: 1px solid #A4217F;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 11px 64px 11px 24px;
  position: relative;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 24px; }
  @media (max-width: 991px) {
    .cta-print {
      font-size: 16px;
      padding: 11px 54px 11px 24px; } }
  .cta-print:after {
    width: 32px;
    height: 30px;
    background: url("../images/print-icon.png") no-repeat left top/100%;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px; }
    @media (max-width: 991px) {
      .cta-print:after {
        width: 24px;
        height: 22px;
        margin-top: -11px; } }
  .cta-print:hover, .cta-print:focus {
    background-color: #693C5E;
    color: #fff;
    text-decoration: none; }
    .cta-print:hover::after, .cta-print:focus::after {
      background: url("../images/print-icon-white.png") no-repeat left top/100%; }

@media (min-width: 992px) and (max-width: 1200px) {
  body.resources .page-banner p {
    max-width: 560px; } }
@media (min-width: 768px) and (max-width: 991px) {
  body.resources .page-banner .banner-bg {
    background-position: center center; } }
body.resources .page-banner .col-12 {
  padding: 24px;
  background-color: rgba(153, 72, 120, 0.9); }
  body.resources .page-banner .col-12 h1 {
    font-size: 31px;
    line-height: 35px; }
  body.resources .page-banner .col-12::after {
    border-color: transparent transparent transparent rgba(153, 72, 120, 0.9); }
    @media (max-width: 991px) {
      body.resources .page-banner .col-12::after {
        border-color: rgba(153, 72, 120, 0.9) transparent transparent transparent; } }
body.resources .content-section {
  padding-bottom: 10px; }
body.resources .support-items-bx .bullet-list li, body.resources .support-items-bx ul li {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 5px; }
  @media (max-width: 991px) {
    body.resources .support-items-bx .bullet-list li, body.resources .support-items-bx ul li {
      font-size: 16px;
      line-height: 20px; } }

.support-items-bx {
  width: 100%;
  padding: 40px 0; }
  .support-items-bx .support-items {
    padding: 48px 0; }
    @media (max-width: 991px) {
      .support-items-bx .support-items {
        padding: 30px 0; } }
    .support-items-bx .support-items.bg-1 {
      background-color: #ede5ea; }
    .support-items-bx .support-items.bg-2 {
      background-color: #fcfcfc; }
    .support-items-bx .support-items .support-img {
      max-width: 64px;
      height: auto;
      width: auto; }
    @media (min-width: 992px) {
      .support-items-bx .support-items .col-lg-4 {
        padding-left: 12%; } }
    @media (max-width: 991px) {
      .support-items-bx .support-items .col-lg-4 {
        text-align: center; } }
    .support-items-bx .support-items .col-lg-4 h3 {
      max-width: 110px;
      margin-top: 15px; }
      @media (max-width: 991px) {
        .support-items-bx .support-items .col-lg-4 h3 {
          max-width: 100%;
          margin: 10px 0 20px;
          font-size: 18px;
          line-height: 22px; } }
    .support-items-bx .support-items h3 {
      font-size: 19px;
      line-height: 23px; }

body.side-effects .page-banner {
  background-color: #7c004b; }
  body.side-effects .page-banner .map-marker {
    left: auto;
    right: 3%;
    top: 13%; }
    @media (max-width: 991px) {
      body.side-effects .page-banner .map-marker {
        right: auto;
        left: 5%;
        top: auto;
        bottom: 35%; } }
  body.side-effects .page-banner h1 {
    max-width: 100%; }
  body.side-effects .page-banner .col-12 {
    padding: 15px 24px;
    background-color: rgba(125, 0, 75, 0.9); }
    body.side-effects .page-banner .col-12::after {
      border-color: transparent transparent transparent rgba(125, 0, 75, 0.9); }
      @media (max-width: 991px) {
        body.side-effects .page-banner .col-12::after {
          border-color: rgba(125, 0, 75, 0.9) transparent transparent transparent; } }
    body.side-effects .page-banner .col-12 p {
      padding-bottom: 0; }
body.side-effects .content-section .bullet-list.pb-li-0 li, body.side-effects .content-section ul.pb-li-0 li {
  padding-bottom: 2px; }
body.side-effects .content-section .bullet-list li, body.side-effects .content-section ul li {
  font-size: 18px;
  line-height: 22px; }
  @media (max-width: 991px) {
    body.side-effects .content-section .bullet-list li, body.side-effects .content-section ul li {
      font-size: 16px;
      line-height: 20px; } }
body.side-effects .content-section .icon-width img {
  max-width: 42px;
  display: block;
  margin: 0 auto; }
body.side-effects .content-section .h2-f-24 h2 {
  font-size: 24px;
  line-height: 28px; }
  @media (max-width: 991px) {
    body.side-effects .content-section .h2-f-24 h2 {
      font-size: 20px;
      line-height: 24px; } }
body.side-effects .faq-section .faq-fixed-section.fixed .faq-category {
  padding-bottom: 0; }
  body.side-effects .faq-section .faq-fixed-section.fixed .faq-category ul li {
    padding-bottom: 10px; }
body.side-effects .faq-section .faq-fixed-section.fixed .container {
  padding: 0 15px; }
body.side-effects .faq-section .faq-fixed-section .container {
  padding: 0; }
body.side-effects .faq-section .faq-fixed-section .faq-category {
  padding-bottom: 10px; }
  body.side-effects .faq-section .faq-fixed-section .faq-category ul li {
    padding-bottom: 24px; }
    @media (max-width: 991px) {
      body.side-effects .faq-section .faq-fixed-section .faq-category ul li {
        padding-bottom: 8px; } }
body.side-effects .faq-section .faq-fixed-section .faq-content h2 {
  padding-bottom: 10px; }

@media (min-width: 992px) {
  .alt_therapies {
    padding: 0 120px; } }
.alt_therapies .row {
  margin: 30px -15px; }
  .alt_therapies .row .imgDiv {
    width: 50px;
    height: 50px;
    margin: 0 auto 25px;
    position: relative;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .alt_therapies .row .imgDiv {
        margin: 0 auto 20px; } }
    .alt_therapies .row .imgDiv img {
      max-width: 48px;
      max-height: 50px; }
  .alt_therapies .row h6 {
    color: #693C5E;
    font: 700 20px Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      .alt_therapies .row h6 {
        font-size: 16px; } }

.filters-section {
  padding: 0 0 30px; }
  .filters-section .filter-thumbs {
    padding: 15px 0 5px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .filters-section .filter-thumbs {
        padding-bottom: 18px; } }
    @media (max-width: 991px) {
      .filters-section .filter-thumbs {
        padding-bottom: 20px; } }
    .filters-section .filter-thumbs .container-fluid {
      padding: 0; }
    .filters-section .filter-thumbs .filter-thumbs-listing ul {
      width: 100%;
      overflow: hidden; }
      .filters-section .filter-thumbs .filter-thumbs-listing ul li {
        float: left;
        display: block;
        padding: 0 24px 24px 0;
        width: auto; }
        @media (min-width: 992px) and (max-width: 1200px) {
          .filters-section .filter-thumbs .filter-thumbs-listing ul li {
            padding: 0 12px 12px 0; } }
        @media (max-width: 991px) {
          .filters-section .filter-thumbs .filter-thumbs-listing ul li {
            padding: 0 8px 8px 0; } }
        .filters-section .filter-thumbs .filter-thumbs-listing ul li:before {
          display: none; }
        .filters-section .filter-thumbs .filter-thumbs-listing ul li a {
          padding: 16px 24px;
          border-radius: 36px;
          border: solid 2px #A4217F;
          background-color: #fff;
          display: block;
          font-size: 18px;
          line-height: 20px;
          font-family: Helvetica, Arial, sans-serif;
          font-weight: bold;
          color: #A4217F;
          text-decoration: none;
          transition: all 0.4s ease-in-out 0s; }
          @media (min-width: 992px) and (max-width: 1200px) {
            .filters-section .filter-thumbs .filter-thumbs-listing ul li a {
              padding: 16px 20px; } }
          @media (max-width: 991px) {
            .filters-section .filter-thumbs .filter-thumbs-listing ul li a {
              padding: 10px 16px;
              font-size: 16px;
              line-height: 19px; } }
          @media (max-width: 767px) {
            .filters-section .filter-thumbs .filter-thumbs-listing ul li a {
              max-width: 230px; } }
          .filters-section .filter-thumbs .filter-thumbs-listing ul li a.is-checked {
            background: #A4217F;
            color: #fff; }
  .filters-section .clear-all-button {
    display: none;
    font-size: 18px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #A4217F;
    padding: 0 24px 0 0;
    position: relative;
    margin-left: 10px;
    min-width: 94px;
    float: right; }
    .filters-section .clear-all-button:after {
      width: 18px;
      height: 18px;
      background: url(../images/clear-icon.png) no-repeat left top/100%;
      content: "";
      position: absolute;
      top: 1px;
      right: 0; }
  .filters-section .filter-content h2 {
    padding: 0 0 8px; }
  .filters-section .filter-content .bullet-list li, .filters-section .filter-content ul li {
    padding-bottom: 2px;
    padding-left: 25px; }

@media (max-width: 991px) {
  body.tax-faq .page-banner,
  body.faq .page-banner {
    display: flex;
    flex-direction: column; } }
body.tax-faq .page-banner .col-12,
body.faq .page-banner .col-12 {
  padding: 24px;
  background-color: rgba(153, 72, 120, 0.9); }
  body.tax-faq .page-banner .col-12::after,
  body.faq .page-banner .col-12::after {
    border-color: transparent transparent transparent rgba(153, 72, 120, 0.9); }
    @media (max-width: 991px) {
      body.tax-faq .page-banner .col-12::after,
      body.faq .page-banner .col-12::after {
        border-color: rgba(153, 72, 120, 0.9) transparent transparent transparent; } }

.faq-section {
  padding: 50px 0 0 0; }
  @media (max-width: 991px) {
    .faq-section {
      padding-top: 20px; } }
  .faq-section .faq-fixed-section {
    padding-top: 10px;
    width: 100%; }
    .faq-section .faq-fixed-section.fixed {
      position: fixed;
      left: 0;
      background-color: #fff;
      z-index: 9;
      padding-bottom: 10px;
      box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.06); }
      @media (max-width: 767px) {
        .faq-section .faq-fixed-section.fixed {
          padding-bottom: 0; } }
      .faq-section .faq-fixed-section.fixed .faq-category {
        padding: 0; }
        .faq-section .faq-fixed-section.fixed .faq-category ul li a {
          font-size: 14px;
          line-height: 18px;
          padding: 8px 12px; }
          @media (max-width: 767px) {
            .faq-section .faq-fixed-section.fixed .faq-category ul li a {
              font-size: 12px;
              line-height: 14px;
              padding: 6px 12px; } }
      .faq-section .faq-fixed-section.fixed .block-bx {
        padding: 10px 15px;
        margin-bottom: 0 !important; }
        @media (max-width: 767px) {
          .faq-section .faq-fixed-section.fixed .block-bx {
            padding: 10px; } }
        .faq-section .faq-fixed-section.fixed .block-bx p {
          font-size: 16px;
          line-height: 18px;
          padding-bottom: 10px;
          font-weight: 400; }
          .faq-section .faq-fixed-section.fixed .block-bx p:last-child {
            padding-bottom: 0; }
          @media (max-width: 767px) {
            .faq-section .faq-fixed-section.fixed .block-bx p {
              font-size: 12px;
              line-height: 14px; } }
  .faq-section .faq-category {
    overflow: hidden;
    padding: 0 0 35px; }
    @media (max-width: 991px) {
      .faq-section .faq-category {
        padding: 0 0 20px; } }
    .faq-section .faq-category ul {
      width: 100%; }
      .faq-section .faq-category ul li {
        float: left;
        display: block;
        padding: 0 24px 10px 0;
        width: auto; }
        @media (max-width: 991px) {
          .faq-section .faq-category ul li {
            padding: 0 8px 8px 0; } }
        .faq-section .faq-category ul li:before {
          display: none; }
        .faq-section .faq-category ul li a {
          padding: 16px 24px;
          border-radius: 36px;
          border: solid 2px #A4217F;
          background-color: #fff;
          display: block;
          font-size: 18px;
          line-height: 20px;
          font-family: Helvetica, Arial, sans-serif;
          font-weight: bold;
          color: #A4217F;
          text-decoration: none;
          transition: all 0.4s ease-in-out 0s; }
          @media (max-width: 991px) {
            .faq-section .faq-category ul li a {
              padding: 10px 16px;
              font-size: 14px;
              line-height: 18px; } }
          .faq-section .faq-category ul li a.active {
            background: #A4217F;
            color: #fff; }
  .faq-section .block-bx {
    padding: 20px;
    transition: all 0.4s ease-in-out 0s; }
    @media (max-width: 991px) {
      .faq-section .block-bx {
        padding: 20px 30px;
        text-align: center; } }
    .faq-section .block-bx p {
      max-width: 100% !important;
      padding-bottom: 5px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px; }
      @media (max-width: 991px) {
        .faq-section .block-bx p {
          font-size: 16px;
          line-height: 20px; } }
      .faq-section .block-bx p:last-child {
        padding-bottom: 0; }
  .faq-section .faq-content {
    padding: 0 0 40px; }
    .faq-section .faq-content .heading-line {
      padding: 0 0 10px; }
    .faq-section .faq-content h2 {
      padding: 0 0 20px; }
      @media (max-width: 991px) {
        .faq-section .faq-content h2 {
          font-size: 18px;
          line-height: 22px; } }
    .faq-section .faq-content p:last-child {
      padding-bottom: 0; }
    @media (max-width: 991px) {
      .faq-section .faq-content p {
        font-size: 16px;
        line-height: 20px; } }
    .faq-section .faq-content .bullet-list, .faq-section .faq-content ul {
      padding-bottom: 10px; }
      .faq-section .faq-content .bullet-list li, .faq-section .faq-content ul li {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 5px; }
        @media (max-width: 991px) {
          .faq-section .faq-content .bullet-list li, .faq-section .faq-content ul li {
            font-size: 16px;
            line-height: 20px; } }
        .faq-section .faq-content .bullet-list li ul li, .faq-section .faq-content ul li ul li {
          padding-left: 15px; }
          .faq-section .faq-content .bullet-list li ul li:before, .faq-section .faq-content ul li ul li:before {
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #CD177E; }
        .faq-section .faq-content .bullet-list li ul.f-14 li, .faq-section .faq-content ul li ul.f-14 li {
          font-size: 14px; }
  .faq-section .learn-more-block {
    background: #994878;
    display: block;
    padding: 45px;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none; }
    @media (max-width: 991px) {
      .faq-section .learn-more-block {
        font-size: 16px;
        line-height: 20px;
        padding: 40px 10px;
        margin: 0 -15px; } }

.page-template-page-about-dlbcl .page-banner {
  background-color: #ede6eb; }
  .page-template-page-about-dlbcl .page-banner h1 {
    color: #693C5E; }
    @media (max-width: 991px) {
      .page-template-page-about-dlbcl .page-banner h1 span {
        display: block; } }
  .page-template-page-about-dlbcl .page-banner .fpo-txt {
    display: block !important;
    color: #df0080; }
  .page-template-page-about-dlbcl .page-banner .col-12 {
    padding: 24px;
    background-color: rgba(237, 230, 235, 0.9); }
    .page-template-page-about-dlbcl .page-banner .col-12::after {
      border-color: transparent transparent transparent rgba(237, 230, 235, 0.9); }
      @media (max-width: 991px) {
        .page-template-page-about-dlbcl .page-banner .col-12::after {
          border-color: rgba(237, 230, 235, 0.9) transparent transparent transparent; } }
  .page-template-page-about-dlbcl .page-banner .map_banner {
    min-height: 272px; }
.page-template-page-about-dlbcl .image-popup-bx {
  max-width: 277px;
  margin: 0 auto;
  position: relative; }
  .page-template-page-about-dlbcl .image-popup-bx .icon-maximize {
    width: 27px;
    height: 26px;
    background: url("../images/maximize-icon.png") no-repeat left top/100%;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    text-decoration: none; }
  @media (min-width: 992px) {
    .page-template-page-about-dlbcl .image-popup-bx {
      margin-top: -80px; } }
.page-template-page-about-dlbcl .dlbcl-section2 .icon-width img {
  max-width: 42px;
  margin: 0 auto;
  display: block; }
.page-template-page-about-dlbcl .dlbcl-section3 .icon-width img {
  max-width: 40px;
  margin: 0 auto;
  display: block; }
.page-template-page-about-dlbcl .dlbcl-section3 .bullet-list, .page-template-page-about-dlbcl .dlbcl-section3 ul {
  padding: 0 0 10px; }
  .page-template-page-about-dlbcl .dlbcl-section3 .bullet-list li, .page-template-page-about-dlbcl .dlbcl-section3 ul li {
    font-size: 18px;
    line-height: 22px;
    padding-left: 25px;
    padding-bottom: 3px; }
.page-template-page-about-dlbcl .dlbcl-section4 .block-bx h2 {
  padding: 0; }
.page-template-page-about-dlbcl .dlbcl-section5 .bullet-list li, .page-template-page-about-dlbcl .dlbcl-section5 ul li {
  padding-bottom: 3px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 22px; }
.page-template-page-about-dlbcl .ask-doctor-section {
  padding: 45px 0; }
.page-template-page-about-dlbcl .content-body p:last-child {
  padding-bottom: 0; }
.page-template-page-about-dlbcl .lymphomaSec {
  padding: 50px 0 30px; }
  @media (max-width: 991px) {
    .page-template-page-about-dlbcl .lymphomaSec {
      padding: 30px 0 20px; } }

.image-modal .icon-minimize {
  width: 25px;
  height: 25px;
  background: url("../images/minimize-icon.png") no-repeat left top/100%;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
  text-decoration: none; }
.image-modal .modal-content {
  border-radius: 10px;
  background-color: #fff; }
.image-modal img {
  display: block; }

.page-template-page-resources-for-caregivers .tooltip-bx .tooltip-cont#dlcl_tooltip {
  left: initial;
  right: 140px; }
  @media (max-width: 1199px) {
    .page-template-page-resources-for-caregivers .tooltip-bx .tooltip-cont#dlcl_tooltip {
      right: 0; } }
  @media (max-width: 991px) {
    .page-template-page-resources-for-caregivers .tooltip-bx .tooltip-cont#dlcl_tooltip {
      right: initial;
      bottom: 60%;
      left: 0; } }
@media (max-width: 1199px) {
  .page-template-page-resources-for-caregivers .tooltip-bx .tooltip-cont.tp::after {
    left: 75%; } }
@media (max-width: 991px) {
  .page-template-page-resources-for-caregivers .tooltip-bx .tooltip-cont.tp::after {
    left: 5%; } }
@media (max-width: 767px) {
  .page-template-page-resources-for-caregivers .tooltip-bx .tooltip-cont.tp::after {
    left: 65%; } }
@media (max-width: 460px) {
  .page-template-page-resources-for-caregivers .tooltip-bx .tooltip-cont.tp::after {
    left: 75%; } }
@media (max-width: 420px) {
  .page-template-page-resources-for-caregivers .tooltip-bx .tooltip-cont.tp::after {
    left: 5%; } }
@media (max-width: 385px) {
  .page-template-page-resources-for-caregivers .tooltip-bx .tooltip-cont.tp::after {
    left: 42%; } }
.page-template-page-resources-for-caregivers .page-banner {
  background-color: #994878; }
  .page-template-page-resources-for-caregivers .page-banner h1 {
    max-width: 650px;
    padding: 0 0 10px; }
  .page-template-page-resources-for-caregivers .page-banner p {
    padding: 0; }
  .page-template-page-resources-for-caregivers .page-banner .fpo-txt {
    display: block !important;
    color: #df0080; }
  .page-template-page-resources-for-caregivers .page-banner .col-12 {
    padding: 15px;
    background-color: rgba(153, 72, 120, 0.9); }
    .page-template-page-resources-for-caregivers .page-banner .col-12::after {
      border-color: transparent transparent transparent rgba(153, 72, 120, 0.9); }
      @media (max-width: 991px) {
        .page-template-page-resources-for-caregivers .page-banner .col-12::after {
          border-color: rgba(153, 72, 120, 0.9) transparent transparent transparent; } }
  .page-template-page-resources-for-caregivers .page-banner .map_banner {
    min-height: 272px; }
@media (min-width: 992px) {
  .page-template-page-resources-for-caregivers .scroll-thumb .container {
    max-width: 100%; } }
.page-template-page-resources-for-caregivers .scroll-thumb ul li {
  vertical-align: top; }
  .page-template-page-resources-for-caregivers .scroll-thumb ul li:nth-child(2) a span {
    max-width: 160px;
    display: inline-block;
    text-decoration: underline; }
  .page-template-page-resources-for-caregivers .scroll-thumb ul li a {
    text-decoration: underline;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .page-template-page-resources-for-caregivers .scroll-thumb ul li a {
        min-width: 220px; } }
@media (min-width: 992px) {
  .page-template-page-resources-for-caregivers .content-section .big-banner-img {
    padding: 15px 0 60px; } }
.page-template-page-resources-for-caregivers .caregiver-section3 .heading-line + p {
  padding-left: 0; }
.page-template-page-resources-for-caregivers .caregiver-section3 p {
  padding-left: 20px; }
.page-template-page-resources-for-caregivers .caregiver-section6 .icon-width img {
  max-width: 40px;
  display: block;
  margin: 0 auto; }
.page-template-page-resources-for-caregivers .caregiver-section6 .bullet-list, .page-template-page-resources-for-caregivers .caregiver-section6 ul {
  margin-top: -15px;
  margin-bottom: 15px; }
  .page-template-page-resources-for-caregivers .caregiver-section6 .bullet-list li, .page-template-page-resources-for-caregivers .caregiver-section6 ul li {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 22px; }
    @media (max-width: 991px) {
      .page-template-page-resources-for-caregivers .caregiver-section6 .bullet-list li, .page-template-page-resources-for-caregivers .caregiver-section6 ul li {
        font-size: 16px;
        line-height: 20px; } }
.page-template-page-resources-for-caregivers .caregiver-section7 h2 {
  padding: 0; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .page-template-page-resources-for-caregivers .caregiver-section7 h2 {
      font-size: 18px;
      line-height: 22px; } }
  .page-template-page-resources-for-caregivers .caregiver-section7 h2 a {
    text-decoration: none;
    color: #fff; }
.page-template-page-resources-for-caregivers .caregiver-section8 p {
  padding-bottom: 20px; }
@media (min-width: 992px) and (max-width: 1200px) {
  .page-template-page-resources-for-caregivers .caregiver-section9 h2 {
    font-size: 18px;
    line-height: 22px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .page-template-page-resources-for-caregivers .caregiver-section10 p {
    font-size: 16px;
    line-height: 20px; } }
@media (max-width: 991px) {
  .page-template-page-resources-for-caregivers .caregiver-section10 p {
    word-break: break-all; } }
.page-template-page-resources-for-caregivers .cta-section .cta-but {
  padding: 16px 10px; }

.planning-bx {
  margin: 0; }
  @media (max-width: 991px) {
    .planning-bx {
      margin: 0 -15px; } }
  .planning-bx .col-12 {
    padding: 0; }
    .planning-bx .col-12:nth-child(2) .planning-table .planning-content {
      background-color: #f9f5ed; }
    .planning-bx .col-12:nth-child(3) .planning-table .planning-content {
      background-color: #f4efe4; }
    .planning-bx .col-12:nth-child(3) .planning-table .planning-head h4:before {
      background: url("../images/during_clock.png") no-repeat left top/100%; }
    .planning-bx .col-12:last-child .planning-table .planning-head h4:before {
      background: url("../images/after_clock.png") no-repeat left top/100%; }
  .planning-bx .planning-title {
    height: 80px;
    padding: 0 15px;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #693C5E;
    text-align: center; }
    .planning-bx .planning-title h3 {
      color: #fff;
      line-height: 28px;
      font-weight: 700;
      font-size: 26px;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 991px) {
        .planning-bx .planning-title h3 {
          font-size: 20px;
          line-height: 24px; } }
  .planning-bx .planning-table {
    height: 100%; }
    .planning-bx .planning-table .planning-head {
      background-color: #994878;
      height: 58px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 991px) {
        .planning-bx .planning-table .planning-head {
          height: 72px; } }
      .planning-bx .planning-table .planning-head h4 {
        font-size: 24px;
        line-height: 28px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700; }
        @media (max-width: 991px) {
          .planning-bx .planning-table .planning-head h4 {
            font-size: 20px;
            line-height: 24px; } }
        .planning-bx .planning-table .planning-head h4:before {
          width: 32px;
          height: 32px;
          background: url("../images/clocks.png") no-repeat left top/100%;
          content: "";
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px; }
          @media (max-width: 991px) {
            .planning-bx .planning-table .planning-head h4:before {
              width: 26px;
              height: 26px; } }
    .planning-bx .planning-table .planning-content {
      height: calc(100% - 96px);
      background-color: #fcfaf7;
      padding: 45px 30px; }
      @media (max-width: 991px) {
        .planning-bx .planning-table .planning-content {
          height: calc(100% - 72px);
          padding: 30px 20px 10px; } }
      .planning-bx .planning-table .planning-content p {
        padding-bottom: 5px; }
      .planning-bx .planning-table .planning-content .bullet-list, .planning-bx .planning-table .planning-content ul {
        padding: 0 0 20px; }
        .planning-bx .planning-table .planning-content .bullet-list li, .planning-bx .planning-table .planning-content ul li {
          font-size: 18px;
          line-height: 22px;
          padding-left: 25px; }

.toKnowBlockBx ul {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto; }
  .toKnowBlockBx ul li {
    width: 25%;
    padding: 0 8px 16px; }
    @media (max-width: 991px) {
      .toKnowBlockBx ul li {
        width: 50%; } }
    @media (max-width: 767px) {
      .toKnowBlockBx ul li {
        width: 100%; } }
    .toKnowBlockBx ul li::before {
      display: none; }
.toKnowBlockBx .toKnowBlockItem {
  background-color: #f5f1f4;
  padding: 15px 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column; }
  @media (max-width: 991px) {
    .toKnowBlockBx .toKnowBlockItem {
      padding: 20px; } }
  .toKnowBlockBx .toKnowBlockItem .num-bx {
    width: 32px;
    height: 32px;
    background-color: #693C5E;
    border-radius: 50%;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px; }
  .toKnowBlockBx .toKnowBlockItem h2 {
    padding: 0 0 15px;
    text-align: center; }
  .toKnowBlockBx .toKnowBlockItem p {
    padding: 0; }

.page-template-page-zynlonta-updates .page-banner {
  background-color: #A4217F; }
  .page-template-page-zynlonta-updates .page-banner .fpo-txt {
    display: block !important;
    color: #df0080; }
  .page-template-page-zynlonta-updates .page-banner .col-12 {
    padding: 15px 50px;
    background-color: rgba(164, 33, 127, 0.9); }
    .page-template-page-zynlonta-updates .page-banner .col-12::after {
      border-color: transparent transparent transparent rgba(164, 33, 127, 0.9); }
      @media (max-width: 991px) {
        .page-template-page-zynlonta-updates .page-banner .col-12::after {
          border-color: rgba(164, 33, 127, 0.9) transparent transparent transparent; } }
    .page-template-page-zynlonta-updates .page-banner .col-12 p {
      padding-bottom: 0; }
  @media (max-width: 991px) {
    .page-template-page-zynlonta-updates .page-banner .map_banner {
      min-height: 224px; } }
.page-template-page-zynlonta-updates .scroll-thumb ul {
  text-align: left; }
.page-template-page-zynlonta-updates .updates-section1 .tooltip-bx .tooltip-cont.tp {
  margin-bottom: -10px;
  left: 5%; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .page-template-page-zynlonta-updates .updates-section1 .tooltip-bx .tooltip-cont.tp {
      left: 30%; } }
  @media (max-width: 991px) {
    .page-template-page-zynlonta-updates .updates-section1 .tooltip-bx .tooltip-cont.tp {
      left: auto;
      right: 0; } }
  @media (max-width: 767px) {
    .page-template-page-zynlonta-updates .updates-section1 .tooltip-bx .tooltip-cont.tp {
      margin-bottom: -50px; } }
.page-template-page-zynlonta-updates .updates-section1 .block-bx h2 {
  padding: 0; }
.page-template-page-zynlonta-updates .updates-section2 h2 {
  padding: 0 0 16px; }
.page-template-page-zynlonta-updates .updates-section2 ul li {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 5px; }
.page-template-page-zynlonta-updates .cta-section .cta-column {
  max-width: 470px; }
.page-template-page-zynlonta-updates .backBgColor {
  background-color: #f5f5f5; }

.register-form-section {
  width: 100%;
  background-color: #fcfaf7;
  padding: 50px 0; }
  @media (min-width: 1201px) {
    .register-form-section .container {
      padding-left: 110px; } }
  .register-form-section .form-field {
    position: relative;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .register-form-section .form-field {
        margin-bottom: 24px; } }
    .register-form-section .form-field.please-fill-head h2 {
      padding: 0; }
  .register-form-section .step1 label.error, .register-form-section .step2 label.error, .register-form-section .step3 label.error, .register-form-section .step4 label.error {
    bottom: -50px; }
  .register-form-section .step5 label.error {
    bottom: -80px; }
    @media (max-width: 767px) {
      .register-form-section .step5 label.error {
        bottom: -105px; } }
  .register-form-section .required-label {
    margin-bottom: 30px; }
    .register-form-section .required-label h2 {
      color: #A4217F;
      border-bottom: 1px solid #d8d8d8;
      padding: 0 0 24px; }
  .register-form-section h2 {
    padding: 0 0 8px; }
  .register-form-section label {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #231f20;
    margin: 8px 0 0 0;
    padding-left: 32px; }
    @media (max-width: 991px) {
      .register-form-section label {
        font-size: 16px; } }
    .register-form-section label.error {
      position: absolute;
      bottom: -15px;
      left: 0;
      font-size: 12px;
      line-height: 14px;
      color: red;
      padding: 0;
      margin: 0; }
  .register-form-section .label-text {
    display: inline-block;
    cursor: pointer; }
  .register-form-section .textbox {
    width: 100%;
    max-width: 430px;
    height: 48px;
    background: #fff;
    border: 1px solid #3d3d3d;
    border-radius: 4px;
    outline: none;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    color: #231f20;
    font-family: Helvetica, Arial, sans-serif; }
  .register-form-section .hanging-star {
    text-indent: -8px;
    margin-top: 45px;
    margin-bottom: 25px; }
    .register-form-section .hanging-star p {
      padding: 0; }
  .register-form-section .submit-but, .register-form-section .wpcf7-submit {
    width: auto;
    height: 50px;
    background: #A4217F;
    border-radius: 50px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    border: none;
    cursor: pointer;
    padding: 0 24px; }
  .register-form-section .check {
    display: block;
    position: absolute;
    border: 2px solid #d8d8d8;
    border-radius: 100%;
    background-color: #d8d8d8;
    height: 24px;
    width: 24px;
    top: 0px;
    left: 0px;
    z-index: 5; }
    .register-form-section .check:before {
      display: block;
      position: absolute;
      content: '';
      border-radius: 100%;
      height: 12px;
      width: 12px;
      top: 50%;
      left: 50%;
      margin: -6px 0 0 -6px; }
  .register-form-section .textarea {
    width: 100%;
    max-width: 964px;
    height: 214px;
    background: #fff;
    border: 1px solid #3d3d3d;
    border-radius: 4px;
    outline: none;
    resize: none;
    font-size: 18px;
    line-height: 20px;
    color: #231f20;
    font-family: Helvetica, Arial, sans-serif;
    padding: 10px 15px; }

.thanks-message p {
  padding: 0;
  color: green; }

.zynlonta-update-form {
  background: #fff;
  border-radius: 10px;
  border-top: 10px solid #be2395; }
  .zynlonta-update-form .header-txt {
    padding-top: 2pt;
    padding-bottom: 0;
    padding-left: 10%;
    text-indent: 0pt;
    text-align: left;
    width: 40%; }
    @media only screen and (max-width: 500px) {
      .zynlonta-update-form .header-txt {
        padding-left: 0;
        width: 100%; } }
  .zynlonta-update-form .p1 {
    color: #693C5D;
    font-family: "Lucida Sans Unicode", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 10pt;
    padding-bottom: 0;
    padding-top: 15px; }
  .zynlonta-update-form .header-hr {
    width: 20%;
    margin-left: 0%;
    height: 1px;
    background: #DD1CB0;
    border-radius: 100px;
    border: 1px solid #DD1CB0; }

body.thank-you .content-body {
  padding: 30px 0 100px;
  min-height: 100vh; }
  body.thank-you .content-body .site-main {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      body.thank-you .content-body .site-main {
        max-width: 720px; } }
    @media (min-width: 992px) {
      body.thank-you .content-body .site-main {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      body.thank-you .content-body .site-main {
        max-width: 1200px; } }

.content-source-bx {
  padding: 60px 0; }
  @media (max-width: 991px) {
    .content-source-bx {
      padding: 30px 0; } }
  .content-source-bx .col-12 {
    align-items: center;
    display: flex; }
  .content-source-bx .cta-external-but {
    width: 100%;
    height: 94px;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    font-size: 18px;
    line-height: 20px;
    color: #693C5E;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 0 25px;
    position: relative; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .content-source-bx .cta-external-but {
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .content-source-bx .cta-external-but {
        height: 68px;
        padding: 0 16px;
        font-size: 16px; } }
    .content-source-bx .cta-external-but:after {
      width: 16px;
      height: 16px;
      background: url("../images/external-link-icon.png") no-repeat left top/100%;
      content: "";
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -8px; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .content-source-bx .cta-external-but:after {
          right: 15px; } }
    .content-source-bx .cta-external-but .client-logo {
      margin-right: 24px;
      display: block; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .content-source-bx .cta-external-but .client-logo {
          margin-right: 15px; } }
      .content-source-bx .cta-external-but .client-logo img {
        max-width: 100px; }
        @media (max-width: 767px) {
          .content-source-bx .cta-external-but .client-logo img {
            max-width: 60px; } }
    .content-source-bx .cta-external-but .cta-text {
      width: 190px;
      display: block; }

.model-container-for-patient {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  font-family: Verdana, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  background: #0000004d; }
  .model-container-for-patient .model-patient {
    height: 60%;
    width: 55%;
    margin: 0 10px;
    padding: 30px;
    border: 1px solid #000;
    background: #fff;
    text-align: center;
    position: relative;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    display: block; }
    @media only screen and (max-width: 500px) {
      .model-container-for-patient .model-patient {
        width: 85%; } }
    .model-container-for-patient .model-patient p {
      font-size: 15px;
      line-height: 18px; }
    .model-container-for-patient .model-patient h3 {
      color: #800080;
      font-size: 15px;
      text-align: left;
      line-height: 16px;
      margin: 15px 0; }
    .model-container-for-patient .model-patient .main-text {
      color: #800080;
      font-weight: bold;
      margin: 15px 0;
      padding: 0; }
    .model-container-for-patient .model-patient .options {
      display: flex;
      align: center;
      margin: 1%;
      width: 100%;
      justify-content: center; }
      .model-container-for-patient .model-patient .options .left-side {
        margin-right: 2%;
        padding-right: 2%; }
      .model-container-for-patient .model-patient .options .middle-content {
        padding-top: 5%; }
      .model-container-for-patient .model-patient .options .right-side {
        margin-left: 3%;
        padding-left: 2%; }
    @media only screen and (max-width: 500px) {
      .model-container-for-patient .model-patient .options {
        display: block; } }
    .model-container-for-patient .model-patient .confirm-patient {
      height: 35px;
      width: 15%;
      background: #a4247c;
      color: #fff;
      font-style: bold;
      font-family: Helvetica;
      border: none;
      border-radius: 50px;
      font-size: 20px;
      cursor: pointer;
      width: 40%; }
    @media only screen and (min-width: 501px) and (max-width: 1000px) {
      .model-container-for-patient .model-patient .confirm-patient {
        width: 40%; } }
    @media only screen and (max-width: 500px) {
      .model-container-for-patient .model-patient .confirm-patient {
        width: 60%; } }
    .model-container-for-patient .model-patient .close-patient {
      position: absolute;
      margin: auto;
      height: 26px;
      width: 26px;
      text-align: center;
      top: 10px;
      right: 10px;
      font-family: Verdana, sans-serif;
      color: #f705c2;
      border: #d605a9;
      border-style: solid;
      border-radius: 100px;
      background-color: #fff;
      font-size: 13px;
      line-height: 13px;
      cursor: pointer; }
      .model-container-for-patient .model-patient .close-patient a {
        color: #f705c2;
        padding-top: 2px;
        display: block; }
    @media only screen and (min-width: 501px) and (max-width: 1000px) {
      .model-container-for-patient .model-patient .close-patient {
        width: 5%; } }
    .model-container-for-patient .model-patient .x-patient {
      position: absolute;
      top: 35px;
      right: 5px;
      color: #d605a9;
      font-size: 12px;
      font-family: Verdana, sans-serif; }

.model-container-for-caregiver {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  font-family: Verdana, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  background: #0000004d; }
  .model-container-for-caregiver .model-caregiver {
    height: 60%;
    width: 55%;
    margin: 0 10px;
    padding: 30px;
    border: 1px solid #000;
    background: #fff;
    text-align: center;
    position: relative;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    display: block; }
    @media only screen and (max-width: 500px) {
      .model-container-for-caregiver .model-caregiver {
        width: 85%; } }
    .model-container-for-caregiver .model-caregiver p {
      font-size: 15px;
      line-height: 18px; }
    .model-container-for-caregiver .model-caregiver h3 {
      color: #800080;
      font-size: 15px;
      text-align: left;
      line-height: 16px;
      margin: 15px 0; }
    .model-container-for-caregiver .model-caregiver .main-text {
      color: #800080;
      font-weight: bold;
      margin: 15px 0;
      padding: 0; }
    .model-container-for-caregiver .model-caregiver .options {
      display: flex;
      align: center;
      margin: 1%;
      width: 100%;
      justify-content: center; }
      .model-container-for-caregiver .model-caregiver .options .left-side {
        margin-right: 2%;
        padding-right: 2%; }
      .model-container-for-caregiver .model-caregiver .options .middle-content {
        padding-top: 5%; }
      .model-container-for-caregiver .model-caregiver .options .right-side {
        margin-left: 3%;
        padding-left: 2%; }
    @media only screen and (max-width: 500px) {
      .model-container-for-caregiver .model-caregiver .options {
        display: block; } }
    .model-container-for-caregiver .model-caregiver .confirm-caregiver {
      height: 35px;
      width: 15%;
      background: #a4247c;
      color: #fff;
      font-style: bold;
      font-family: Arial, Helvetica, sans-serif;
      border: none;
      border-radius: 50px;
      font-size: 20px;
      cursor: pointer;
      width: 40%; }
    @media only screen and (min-width: 501px) and (max-width: 1000px) {
      .model-container-for-caregiver .model-caregiver .confirm-caregiver {
        width: 40%; } }
    @media only screen and (max-width: 500px) {
      .model-container-for-caregiver .model-caregiver .confirm-caregiver {
        width: 60%; } }
    .model-container-for-caregiver .model-caregiver .close-caregiver {
      position: absolute;
      margin: auto;
      height: 26px;
      width: 26px;
      text-align: center;
      top: 10px;
      right: 10px;
      font-family: Verdana, sans-serif;
      color: #f705c2;
      border: #d605a9;
      border-style: solid;
      border-radius: 100px;
      background-color: #fff;
      font-size: 13px;
      line-height: 13px;
      cursor: pointer; }
      .model-container-for-caregiver .model-caregiver .close-caregiver a {
        color: #f705c2;
        padding-top: 2px;
        display: block; }
    @media only screen and (min-width: 501px) and (max-width: 1000px) {
      .model-container-for-caregiver .model-caregiver .close-caregiver {
        width: 5%; } }

.submission-success {
  display: none;
  padding-bottom: 50px; }

body.share-your-story .page-banner,
body.thank-you .page-banner {
  background-color: #A4217F; }
  body.share-your-story .page-banner .fpo-txt,
  body.thank-you .page-banner .fpo-txt {
    display: block !important;
    color: #df0080; }
  body.share-your-story .page-banner .col-12,
  body.thank-you .page-banner .col-12 {
    padding: 24px;
    background-color: rgba(164, 33, 127, 0.9); }
    body.share-your-story .page-banner .col-12::after,
    body.thank-you .page-banner .col-12::after {
      border-color: transparent transparent transparent rgba(164, 33, 127, 0.9); }
      @media (max-width: 991px) {
        body.share-your-story .page-banner .col-12::after,
        body.thank-you .page-banner .col-12::after {
          border-color: rgba(164, 33, 127, 0.9) transparent transparent transparent; } }
    body.share-your-story .page-banner .col-12 h1,
    body.thank-you .page-banner .col-12 h1 {
      margin-bottom: 10px; }
    body.share-your-story .page-banner .col-12 p,
    body.thank-you .page-banner .col-12 p {
      padding-bottom: 7px; }
body.share-your-story .register-section .col-12:first-child ul li,
body.thank-you .register-section .col-12:first-child ul li {
  padding-bottom: 0;
  font-size: 18px;
  line-height: 22px; }
  body.share-your-story .register-section .col-12:first-child ul li:before,
  body.thank-you .register-section .col-12:first-child ul li:before {
    background-color: #B5257B;
    top: 7px; }
body.share-your-story .content-section .heading-line:after,
body.thank-you .content-section .heading-line:after {
  background: #B5257B; }
body.share-your-story .form-field.therapy-steps-bx .radio-check-list,
body.thank-you .form-field.therapy-steps-bx .radio-check-list {
  padding: 0; }
  body.share-your-story .form-field.therapy-steps-bx .radio-check-list ul li input[type=radio],
  body.thank-you .form-field.therapy-steps-bx .radio-check-list ul li input[type=radio] {
    visibility: visible; }

.register-section {
  background-color: #f5f5f5;
  padding: 25px 0; }
  @media (min-width: 992px) {
    .register-section {
      padding: 50px 0; } }
  .register-section .white-border-bx {
    padding: 45px 90px 30px; }
    @media (max-width: 767px) {
      .register-section .white-border-bx {
        padding: 30px 15px; } }
  .register-section .register-form-section {
    background-color: transparent;
    padding: 0; }
    .register-section .register-form-section h2 {
      padding-bottom: 0; }
    .register-section .register-form-section .form-field {
      margin-bottom: 24px; }
      .register-section .register-form-section .form-field.field-error label {
        color: #CA4437; }
        .register-section .register-form-section .form-field.field-error label.error {
          position: absolute;
          bottom: -30px;
          left: -45px; }
      .register-section .register-form-section .form-field.field-error .select-field-bx label.error {
        bottom: -20px;
        left: 5px; }
      .register-section .register-form-section .form-field.field-error .field-bx {
        border: 2px solid #CA4437; }
    .register-section .register-form-section label,
    .register-section .register-form-section legend {
      font-size: 20px;
      line-height: 22px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      color: #693C5E;
      display: block;
      margin: 0 0 8px;
      padding: 0; }
      .register-section .register-form-section label.error,
      .register-section .register-form-section legend.error {
        color: red;
        font-size: 12px;
        line-height: 14px;
        margin: 0; }
    .register-section .register-form-section .field-bx {
      width: 100%;
      height: 50px;
      border: 1px solid #d8d8d8;
      background-color: #fff;
      border-radius: 50px;
      padding: 12px 16px;
      display: flex; }
      @media (max-width: 767px) {
        .register-section .register-form-section .field-bx {
          height: 42px;
          padding: 8px 16px; } }
      .register-section .register-form-section .field-bx.select-field-bx {
        padding: 0; }
    .register-section .register-form-section .field-img {
      width: 34px;
      height: 24px;
      padding-right: 9px;
      border-right: 1px solid #d8d8d8;
      display: block;
      margin-right: 10px;
      display: flex;
      align-items: center; }
    .register-section .register-form-section .textbox {
      width: 100%;
      height: 24px;
      border: none;
      background: none;
      outline: none;
      padding: 0; }

.being-here-bx {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .being-here-bx {
      padding: 30px 0; } }
  .being-here-bx h2 {
    font-size: 24px;
    line-height: 28px; }
    @media (max-width: 767px) {
      .being-here-bx h2 {
        font-size: 18px;
        line-height: 22px; } }

.thank-you-filling-bx {
  width: 100%; }
  @media (max-width: 767px) {
    .thank-you-filling-bx {
      padding: 45px 0 10px; } }
  .thank-you-filling-bx .container {
    padding-left: 0; }
  .thank-you-filling-bx h2 {
    padding-bottom: 16px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
    position: relative; }
    @media (max-width: 991px) {
      .thank-you-filling-bx h2 {
        font-size: 18px;
        line-height: 22px; } }
  .thank-you-filling-bx p {
    padding: 0 0 24px; }
  @media (max-width: 767px) {
    .thank-you-filling-bx .cta-but {
      display: block;
      margin: 0 auto; } }

.join-comm-bx {
  width: auto;
  background-color: #A4217F;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 8px 8px;
  display: inline-flex;
  padding: 7px 7px 7px 15px;
  position: fixed;
  top: 600px;
  right: 0;
  z-index: 9;
  transform: rotate(90deg);
  transform-origin: 100% 0; }
  .join-comm-bx h3 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 0 25px 0 0; }
  .join-comm-bx .social-listing {
    display: flex; }
    .join-comm-bx .social-listing li {
      align-items: center;
      display: flex;
      padding: 0 5px; }
      .join-comm-bx .social-listing li a {
        text-decoration: none;
        color: #fff; }
        .join-comm-bx .social-listing li a img {
          width: 100%;
          height: auto;
          max-width: 16px;
          max-height: 20px;
          display: block; }

.wpcf7-not-valid-tip {
  position: relative;
  bottom: -15px;
  text-align: right;
  display: none !important; }

.register-form-section .wpcf7-submit:disabled {
  opacity: 0.5; }
.register-form-section span.error {
  display: none !important; }
.register-form-section .radioBtns .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 12px;
  display: block; }
  .register-form-section .radioBtns .wpcf7-list-item label {
    padding-left: 30px;
    margin: 0;
    position: relative;
    cursor: pointer; }
    .register-form-section .radioBtns .wpcf7-list-item label input {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      appearance: none;
      -webkit-appearance: none;
      visibility: visible;
      position: absolute;
      top: 0;
      left: 0;
      background: #d8d8d8;
      cursor: pointer; }
      .register-form-section .radioBtns .wpcf7-list-item label input:checked {
        background: url("../images/radio.png") no-repeat center center/100%; }
        .register-form-section .radioBtns .wpcf7-list-item label input:checked + span {
          font-weight: bold; }
    .register-form-section .radioBtns .wpcf7-list-item label span {
      line-height: 24px;
      font: normal 16px Helvetica, Arial, sans-serif; }
  .register-form-section .radioBtns .wpcf7-list-item:last-child {
    margin-bottom: 0; }
@media (min-width: 992px) {
  .register-form-section .field-bx.select-field-bx .wpcf7-not-valid-tip {
    bottom: -3px;
    right: 18px; } }
@media (min-width: 550px) and (max-width: 991px) {
  .register-form-section .field-bx.select-field-bx .wpcf7-not-valid-tip {
    bottom: -3px;
    right: -26px; } }
@media (max-width: 549px) {
  .register-form-section .field-bx.select-field-bx .wpcf7-not-valid-tip {
    bottom: -5px;
    right: 15px; } }

body.thank-you .content-body {
  padding: 0; }

.wpcf7-response-output {
  display: none !important; }

.patient-stories {
  background-color: #f5f5f5; }
  @media (min-width: 992px) {
    .patient-stories {
      padding: 40px 0; } }
  .patient-stories .cta-but {
    padding: 16px 30px; }
    @media (max-width: 991px) {
      .patient-stories .cta-but {
        display: block;
        margin: 0 auto;
        max-width: 370px !important;
        padding: 16px 15px !important; } }
    @media (max-width: 767px) {
      .patient-stories .cta-but {
        display: block;
        margin: 0 auto; } }
  .patient-stories .plus-sign {
    position: relative;
    z-index: 1;
    color: #A4217F;
    display: inline-block;
    margin: 0 6px; }
    .patient-stories .plus-sign::before {
      content: '';
      display: block;
      height: 18px;
      width: 18px;
      position: absolute;
      left: 50%;
      top: calc(50% + 1px);
      transform: translateY(-50%) translateX(-50%);
      border-radius: 50%;
      background-color: white;
      color: #A4217F;
      z-index: -1; }
  .patient-stories > .container {
    max-width: 1300px; }
  .patient-stories .plus-sign-less-margin {
    margin-bottom: 1rem !important; }
  .patient-stories .card {
    width: auto;
    height: 100%;
    position: relative;
    color: #231f20;
    word-wrap: normal;
    cursor: pointer; }
    .patient-stories .card.card--hover:before, .patient-stories .card:hover:before, .patient-stories .card:focus-visible:before {
      opacity: 1; }
    .patient-stories .card.card--hover .button-back, .patient-stories .card:hover .button-back, .patient-stories .card:focus-visible .button-back {
      text-decoration: underline; }
    @media (min-width: 992px) {
      .patient-stories .card:hover .card-content {
        transition: 0.3s ease-in; }
      .patient-stories .card:hover .button-front, .patient-stories .card.card--hover .button-front {
        opacity: 0; }
      .patient-stories .card:before {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all s; } }
  .patient-stories .card-image {
    height: 100%; }
    .patient-stories .card-image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .patient-stories .card-col {
    height: 369px;
    transition: flex-basis .2s, max-width .2s, width .2s linear;
    overflow: hidden; }
    .patient-stories .card-col:last-child {
      margin-left: auto; }
    @media screen and (max-width: 991px) {
      .patient-stories .card-col {
        height: auto; } }
  .patient-stories .card--collapsed {
    transition: max-width .1s linear; }
    @media (min-width: 992px) {
      .patient-stories .card--collapsed {
        width: 100% !important;
        max-width: 100px !important; }
        .patient-stories .card--collapsed .card:hover .button-front, .patient-stories .card--collapsed .card:focus-visible .button-front {
          opacity: 1; }
        .patient-stories .card--collapsed .card:hover .card-content, .patient-stories .card--collapsed .card:focus-visible .card-content {
          opacity: 0; }
        .patient-stories .card--collapsed .card:before {
          opacity: 1;
          background: rgba(0, 0, 0, 0.7) !important; }
        .patient-stories .card--collapsed .button-front {
          transform: rotate(90deg);
          right: 0;
          bottom: 40px;
          padding: 0;
          background: none;
          white-space: nowrap;
          font-size: 18px; }
          .patient-stories .card--collapsed .button-front::after {
            top: -3px;
            left: 210px; } }
  .patient-stories .card--expanded {
    width: 100% !important;
    max-width: calc(100% - 100px) !important;
    flex-basis: 100%; }
    @media screen and (max-width: 992px) {
      .patient-stories .card--expanded {
        max-width: 100% !important; } }
    .patient-stories .card--expanded .card-image {
      opacity: 0;
      height: 0; }
    .patient-stories .card--expanded .card-content {
      opacity: 1; }
    .patient-stories .card--expanded .content-expand {
      display: block;
      opacity: 1;
      height: 100%; }
  .patient-stories .row-1 {
    height: 369px; }
    @media (max-width: 1197px) {
      .patient-stories .row-1 {
        height: 400px; } }
    @media (max-width: 1192px) {
      .patient-stories .row-1 {
        height: 420px; } }
    @media (max-width: 1081px) {
      .patient-stories .row-1 {
        height: 440px; } }
    @media (max-width: 1076px) {
      .patient-stories .row-1 {
        height: 446px; } }
    @media (max-width: 991px) {
      .patient-stories .row-1 {
        height: auto; } }
  .patient-stories .row-3 .card-col:nth-child(2) {
    margin-left: auto; }
  .patient-stories .sign-up-button {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    padding: 26px 52px 26px 22px;
    position: relative;
    min-width: 280px;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    display: inline-block; }
    .patient-stories .sign-up-button::after {
      content: "";
      background: url(/wp-content/uploads/2023/08/arrow-circle-down.png) 100%;
      background-size: contain;
      position: absolute;
      bottom: 50%;
      right: 20px;
      height: 16px;
      width: 16px;
      transform: translate(-50%, 50%); }
  @media screen and (max-width: 992px) {
    .patient-stories .marcus-story .button-front {
      background: #994878; } }
  @media screen and (max-width: 992px) {
    .patient-stories .cindy-story .button-front {
      background: #693C5E; } }
  @media screen and (max-width: 992px) {
    .patient-stories .cathy-story .button-front {
      background: #A4217F; } }
  @media screen and (max-width: 992px) {
    .patient-stories .nia-story .button-front {
      background: #693C5E; } }
  @media screen and (max-width: 992px) {
    .patient-stories .mitch-story .button-front {
      background: #994878; } }
  @media screen and (max-width: 992px) {
    .patient-stories .carmen-story .button-front {
      background: #A4217F; } }
  .patient-stories .button-front {
    width: 100%;
    text-align: right;
    padding: 16px 20px 16px 5px;
    background: rgba(0, 0, 0, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: flex-end; }
    .patient-stories .button-front::after {
      content: "";
      background: url(/wp-content/uploads/2023/08/plus-sign.png);
      width: 30px;
      height: 30px;
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      margin-left: 10px;
      flex-shrink: 0; }
  .patient-stories .button-back {
    padding: 16px 0;
    display: inline-flex;
    align-items: center;
    right: 20px; }
    .patient-stories .button-back::after {
      content: "";
      background: url(/wp-content/uploads/2023/08/plus-sign.png);
      width: 30px;
      height: 30px;
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      margin-left: 10px; }
  .patient-stories .button-front,
  .patient-stories .button-back {
    color: #fff;
    position: absolute;
    bottom: 0; }
    @media (min-width: 1200px) {
      .patient-stories .button-front,
      .patient-stories .button-back {
        font-size: 20px; } }
    @media screen and (max-width: 1199px) {
      .patient-stories .button-front,
      .patient-stories .button-back {
        font-size: 20px !important; } }
  .patient-stories .card-content {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .patient-stories .card-content h3 {
      color: white;
      font-size: 26px;
      line-height: 1.2;
      font-weight: 600;
      text-align: center;
      padding: 0 25px 0 25px; }
      .patient-stories .card-content h3::before {
        content: "\201C";
        display: block;
        font-size: 44px;
        line-height: .3; }
      .patient-stories .card-content h3::after {
        content: "\201D";
        display: block;
        font-size: 44px; }
  .patient-stories .content-expand {
    opacity: 0;
    position: absolute;
    padding: 30px 30px 30px 70px;
    overflow-y: auto;
    background-color: #fff;
    display: none;
    cursor: auto; }
    @media screen and (max-width: 992px) {
      .patient-stories .content-expand {
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        padding-bottom: 100px; } }
    .patient-stories .content-expand h3 {
      font-size: 27px;
      line-height: 1.2;
      font-weight: bold;
      text-align: center;
      color: #A4217F;
      padding: 20px 16px;
      margin: 20px 0 40px 0;
      position: relative; }
      @media screen and (max-width: 992px) {
        .patient-stories .content-expand h3 {
          font-size: 26px;
          padding: 20px 0; } }
      .patient-stories .content-expand h3::before, .patient-stories .content-expand h3::after {
        content: "";
        border: 2px solid #A4217F;
        width: 60px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 50%); }
      .patient-stories .content-expand h3::before {
        top: 0; }
      .patient-stories .content-expand h3::after {
        bottom: 0; }
    .patient-stories .content-expand .callout-pink {
      padding: 30px 20px;
      background-color: #ede6eb;
      display: flex;
      margin-bottom: 22px;
      align-items: flex-start; }
      @media (min-width: 992px) {
        .patient-stories .content-expand .callout-pink {
          align-items: center; } }
      .patient-stories .content-expand .callout-pink img {
        width: 42px; }
      .patient-stories .content-expand .callout-pink p {
        padding: 0;
        vertical-align: middle;
        padding-left: 26px;
        font-size: 18px;
        line-height: 1.2; }
    .patient-stories .content-expand .vertical-close-button {
      position: absolute;
      bottom: 30px;
      right: 70px;
      color: #A4217F;
      font-size: 20px;
      padding: 0;
      font-weight: bold; }
      @media screen and (min-width: 992px) {
        .patient-stories .content-expand .vertical-close-button {
          position: sticky;
          transform: rotate(90deg) translate(-70px, 50px);
          transform-origin: 0 100%;
          top: 150px;
          bottom: auto;
          right: auto; } }
      .patient-stories .content-expand .vertical-close-button::after {
        content: "";
        background: url(/wp-content/uploads/2023/08/minus.png);
        width: 30px;
        height: 30px;
        position: absolute;
        top: -3px;
        right: -40px;
        background-size: contain; }
        @media (min-width: 992px) {
          .patient-stories .content-expand .vertical-close-button::after {
            transform: rotate(90deg); } }
    .patient-stories .content-expand .expanded-top-header {
      display: flex;
      position: relative;
      align-items: center; }
      @media screen and (max-width: 992px) {
        .patient-stories .content-expand .expanded-top-header {
          padding-left: 0;
          flex-direction: column;
          align-self: flex-start; } }
      .patient-stories .content-expand .expanded-top-header .left-col {
        width: 140px; }
      .patient-stories .content-expand .expanded-top-header .pink-circle-content {
        width: 140px;
        height: 140px;
        color: #fff;
        font-size: 20px;
        line-height: 1.2;
        border-radius: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        padding: 0 14px; }
      .patient-stories .content-expand .expanded-top-header .right-col {
        padding: 0 0 0 40px; }
        .patient-stories .content-expand .expanded-top-header .right-col p {
          font-size: 18px; }
        @media screen and (max-width: 992px) {
          .patient-stories .content-expand .expanded-top-header .right-col {
            padding-top: 20px;
            padding-left: 0;
            align-self: flex-start; } }
      .patient-stories .content-expand .expanded-top-header ul {
        list-style: disc;
        color: #A4217F; }
        .patient-stories .content-expand .expanded-top-header ul li {
          color: #231f20;
          font-size: 18px;
          padding-bottom: 16px; }
          .patient-stories .content-expand .expanded-top-header ul li:last-child {
            padding-bottom: 0; }
    .patient-stories .content-expand .expanded-main-content p {
      font-size: 18px;
      line-height: 1.2; }
  .patient-stories .mitch-story .content-expand h3,
  .patient-stories .carmen-story .content-expand h3 {
    padding: 20px 100px; }
  @media screen and (max-width: 1190px) {
    .patient-stories .mitch-story .content-expand h3,
    .patient-stories .carmen-story .content-expand h3 {
      padding: 20px 16px; } }
  @media screen and (min-width: 992px) {
    .patient-stories .carmen-story .content-expand .vertical-close-button {
      position: sticky;
      transform: rotate(90deg) translate(-110px, 50px);
      transform-origin: 0 100%;
      top: 170px;
      bottom: auto;
      right: auto; } }
  @media screen and (min-width: 992px) {
    .patient-stories .cathy-story .content-expand .vertical-close-button {
      position: sticky;
      transform: rotate(90deg) translate(-100px, 50px);
      transform-origin: 0 100%;
      top: 150px;
      bottom: auto;
      right: auto; } }
  @media screen and (min-width: 992px) {
    .patient-stories .nia-story .content-expand .vertical-close-button {
      position: sticky;
      transform: rotate(90deg) translate(-45px, 50px);
      transform-origin: 0 100%;
      top: 150px;
      bottom: auto;
      right: auto; } }
  @media screen and (min-width: 992px) {
    .patient-stories .marcus-story .content-expand .vertical-close-button {
      position: sticky;
      transform: rotate(90deg) translate(-80px, 50px);
      transform-origin: 0 100%;
      top: 150px;
      bottom: auto;
      right: auto; } }
  .patient-stories .card-expand__close-container {
    margin-bottom: -50px;
    z-index: 1; }
  .patient-stories .card-expand--close {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer; }
    .patient-stories .card-expand--close:focus {
      outline-color: #A4217F; }
  .patient-stories .soft-magenta {
    color: #994878; }
  .patient-stories .magenta {
    color: #693C5E; }
  .patient-stories .pink {
    color: #A4217F; }
  @media (min-width: 992px) {
    .patient-stories .card--hover > .card-content,
    .patient-stories .card:hover > .card-content,
    .patient-stories .card:focus-visible > .card-content {
      opacity: 1; } }
  .patient-stories .card.marcus-story::before,
  .patient-stories .card.mitch-story::before {
    background: #994878; }
  .patient-stories .card.carmen-story::before,
  .patient-stories .card.cathy-story::before {
    background: #A4217F; }
  .patient-stories .card.nia-story::before,
  .patient-stories .card.cindy-story::before {
    background: #693C5E; }
  .patient-stories .card.marcus-story .pink-circle-content,
  .patient-stories .card.mitch-story .pink-circle-content {
    background-color: #994878; }
  .patient-stories .card.carmen-story .pink-circle-content,
  .patient-stories .card.cathy-story .pink-circle-content {
    background-color: #A4217F; }
  .patient-stories .card.nia-story .pink-circle-content,
  .patient-stories .card.cindy-story .pink-circle-content {
    background-color: #693C5E; }
  .patient-stories .card--expanded .card:hover::before,
  .patient-stories .card--expanded .card::before,
  .patient-stories .card--collapsed .card:hover::before,
  .patient-stories .card--collapsed .card::before {
    background: none; }

.page-template-page-print header {
  display: none; }
.page-template-page-print .therapies_table thead tr th:first-child {
  width: 25%; }
@media (max-width: 991px) {
  .page-template-page-print .therapies_table thead tr th:nth-child(2) {
    display: table-cell; } }
.page-template-page-print .therapies_table tbody tr {
  display: table-row; }
  .page-template-page-print .therapies_table tbody tr td:first-child {
    width: 25%; }
.page-template-page-print .therapies_table .col-lg-2 {
  display: flex;
  align-items: center;
  padding: 15px; }
.page-template-page-print .logo-section {
  padding: 0 0 20px; }
  .page-template-page-print .logo-section .logo {
    display: inline-block;
    max-width: 180px; }
