/********Start of home page**************/
#home-page #con_bodycontent {
  max-width: 980px;
  margin: auto;
}

.accordion-common .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: rgba(34, 61, 101, 0.9);
  padding: 0 60px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.accordion-heading h2 {
  font-size: 20px;
  line-height: 24px;
  color: white;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 0;
}

#home-page .banner-wrapper p.note-txt {
  position: absolute;
  color: white;
  font-size: 10px;
  font-family: "Roboto";
  background: #223d65;
  padding: 7px 18px;
  right: 10%;
}

.accordion-common .accordion-content {
  max-height: 340px;
  padding: 30px 60px 102px 60px;
}

#home-page sup,
#home-page sub {
  vertical-align: baseline;
  position: relative;
  top: -0.7em;
  font-size: 11px;
}

.accordion-common .accordion-content.collapsed {
  max-height: 0;
  padding: 0 60px;
}

span.italic {
  font-style: italic;
}

.mobile-only {
  display: none;
}

.accordion-common .accordion-heading {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 30px 60px;
  background: #223d65;
  align-items: center;
}

.accordion-common .accordion-content {
  flex-direction: row;
  gap: 60px;
}

.accordion-common .accordion-content > p {
  font-size: 18px;
  color: white;
  margin: 0;
  max-width: 33%;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}

.cmp-modal--defaultStyle.modal {
  cursor: default !important;
}

.accordion-common .accordion-button-open,
.accordion-common .accordion-button-close {
  color: white;
  cursor: pointer;
  padding: 10px;
  font-size: 15px;
  transition: background-color 0.2s ease;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.accordion-common .accordion-button-open {
  background-color: #dd833b;
  font-size: 15px;
  padding: 9px 49px 9px 27px;
  line-height: 15px;
  height: 45px;
  border-radius: 100px;
  position: relative;
}

.accordion-common .accordion-button-close {
  background: white;
  color: #223d65;
  font-size: 15px;
  position: relative;
  height: 45px;
  padding: 9px 51px 9px 20px;
  border-radius: 100px;
  right: 60px;
  bottom: 30px;
}

body.modal-enabled {
  top: 0 !important;
}

.accordion-content .close-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.accordion-content .right-content p {
  font-size: 23px;
  line-height: 35px;
  color: #dd833b;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  letter-spacing: -0.5px;
  font-style: italic;
}

.accordion-content .right-content {
  padding: 20px;
  background: #223d65;
  height: fit-content;
}

.accordion-common .accordion-button-open::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 11px;
  background: url("/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/small_white_arrows_smaller.svg")
    no-repeat;
  background-size: contain;
  top: 19px;
  right: 22px;
}

.accordion-common .accordion-button-close::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/accordian-close.svg")
    no-repeat;
  background-size: contain;
  right: 21px;
  top: 17px;
}

p span.orange-text {
  color: #dd833b;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.accordion-common .accordion-content > p span.orange-text {
  color: #dd833b;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

#section-5-grid .grid p:last-child span.orange-text {
  color: #dd833b;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.banner-wrapper h1 {
  font-size: 45px;
  color: white;
  margin: 0;
  padding-bottom: 50px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  line-height: 45px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  width: 95%;
}

.banner-wrapper h1 span.orange-text {
  background: #dd833b;
  display: inline-block;
  padding: 1px 2px;
  line-height: 44px;
}

#home-page .cmp-modal--defaultStyle.modal {
  overflow: scroll;
}

#home-page.page.basicpage.modal-enabled
  .cmp-modal__modalbox.modal-md
  .modal-box {
  width: calc(100% - 80px);
  margin: 140px auto 40px;
  max-width: 900px;
  padding: 0 30px 30px;
}

.banner-wrapper {
  position: relative;
  min-height: 415px;
  background: white;
}

.banner-wrapper h1::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: white;
  width: 43%;
  left: 0;
  bottom: 26px;
  border-radius: 5px;
}

.banner-wrapper .content-wrapper {
  padding-left: 60px;
  position: absolute;
  width: 57%;
  padding-top: 33px;
}

.banner-wrapper .image-wrapper img.desktop-only {
  height: 100%;
}

.banner-wrapper .image-wrapper {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.banner-wrapper .content-wrapper p {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
  color: white;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.03em;
}

#home-page .second-para {
  width: 500px;
}

a.watch-video {
  color: white;
  background: #dd833b;
  padding: 15px 26px 15px 57px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  margin-top: 15px;
  height: 45px;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: bold;
}

a.watch-video::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: 20px;
  background: url("/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/Video_icon.svg")
    no-repeat;
  top: 8px;
  background-size: contain;
}

.multiple-guidelines .wrapper .right-desc p.bottom-para {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
}

.banner-wrapper .content-wrapper p.first-para {
  width: 63%;
  font-weight: 600;
  margin-bottom: 15px;
}

.brands .brand-wrapper {
  display: flex;
  justify-content: center;
  background: white;
  padding: 20px 0;
}

#home-page .brand-mobile-layout {
  display: none;
}

.brands .brand-info {
  display: flex;
  justify-content: center;
  background: #eeeeee;
  padding: 0 41px;
}

.brands .brand-info .card {
  width: 33%;
  padding: 10px 10px;
}

.brands .brand-info .card p {
  font-size: 10px;
  color: #56595e;
  width: 100%;
  margin: 0 auto;
  line-height: 12px;
  font-family: "Roboto";
}

#home-page .esh-para {
  width: 107%;
}

.head-wrap {
  padding: 30px 60px;
  background: #3a749a;
  border-top: 5px solid white;
  border-bottom: 5px solid white;
}

.head-wrap h2 {
  color: white;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.multiple-guidelines .wrapper {
  display: flex;
}

.multiple-guidelines .wrapper .left-desc {
  padding: 40px 60px;
  background: #223d65;
}

.multiple-guidelines .wrapper .left-desc h3 {
  color: white;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 50px;
  margin: 0;
  position: relative;
  font-family: "Open Sans";
  font-weight: 600;
}

#home-page .Reference-container .header p {
  width: 85%;
}

.head-wrap.last-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.multiple-guidelines .wrapper .left-desc h3::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #dd833b;
  width: 48%;
  left: 0;
  bottom: 26px;
  border-radius: 5px;
}

.multiple-guidelines .wrapper .left-desc p {
  padding-bottom: 10px;
}

.multiple-guidelines .wrapper .left-desc h3 span.orange-text {
  color: #dd833b;
}

.multiple-guidelines .wrapper .left-desc p {
  font-size: 18px;
  color: white;
  line-height: 24px;
  font-family: "Open Sans";
}

.multiple-guidelines .wrapper .right-desc {
  background: #225176;
  padding: 40px 53px;
  max-width: 38%;
}

.multiple-guidelines .wrapper .right-desc h3 {
  font-size: 20px;
  line-height: 24px;
  color: #dd833b;
  font-family: "Open Sans";
  font-weight: 600;
}

.multiple-guidelines .wrapper .right-desc p {
  color: white;
  margin: 25px 0;
  font-size: 18px;
  line-height: normal;
  font-family: "Open Sans";
  width: 99%;
  font-weight: 600;
}

.preffered-guidelines {
  display: flex;
  background: #eef2fb;
  align-items: flex-end;
}

a.cta-2 {
  color: white;
  background: #2a9fb9;
  padding: 16px 20px;
  min-width: 155px;
  display: inline-block;
  height: 45px;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto";
}

.preffered-guidelines .content-wrapper .links-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.preffered-guidelines .content-wrapper {
  max-width: 59%;
  padding: 60px 0 60px 60px;
}

.preffered-guidelines .content-wrapper h3 {
  font-size: 20px;
  color: #223d65;
  font-family: "Open Sans";
  width: 83%;
  margin: 0;
  padding-bottom: 60px;
  line-height: normal;
}

#home-page #txt_findoutmore .preffered-guidelines .image-wrapper {
  display: none;
}

#home-page #txt_findoutmore .preffered-guidelines .content-wrapper {
  max-width: 100%;
}

#home-page #txt_findoutmore .preffered-guidelines .content-wrapper h3 {
  width: 100%;
}

.support-diagnosis .main-wrap {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(
    90deg,
    rgba(34, 81, 118, 1) 24%,
    rgba(34, 66, 101, 1) 24%
  );
  padding: 40px 60px;
  gap: 57px;
}

.support-diagnosis .main-wrap .content-wrapper {
}

.support-diagnosis .main-wrap .content-wrapper h3 {
  font-size: 20px;
  line-height: normal;
  color: white;
  font-family: "Open Sans";
  position: relative;
  margin: 0;
  font-weight: 600;
}

.support-diagnosis .main-wrap .content-wrapper h3:nth-child(2) {
  width: 100%;
}

.support-diagnosis .main-wrap .content-wrapper h3.bottom-heading {
  margin: 0;
  padding-bottom: 50px;
}

.support-diagnosis .main-wrap .content-wrapper h3.bottom-heading::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #dd833b;
  width: 72%;
  left: 0;
  bottom: 26px;
}

.support-diagnosis .main-wrap .content-wrapper h3 span.orange-text {
  color: #dd833b;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.support-diagnosis .main-wrap .content-wrapper p {
  font-size: 18px;
  font-family: "Open Sans";
  color: white;
  margin-bottom: 25px;
  line-height: normal;
}

.support-diagnosis .main-wrap .content-wrapper h3.top-heading {
  margin-right: 40px;
}

.support-diagnosis .main-wrap .content-wrapper h3 span.grp {
  display: inline-block;
}

a.download-pdf {
  color: white;
  background: #dd833b;
  padding: 16px 20px 16px 46px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  margin-top: 0;
  font-weight: 600;
  font-family: "Roboto";
  font-size: 15px;
}

.patient-numbers .main-wrapper .column-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 44px;
}

.patient-numbers .main-wrapper h3 {
  color: white;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Open Sans";
  width: 55%;
  margin: 0;
}

.patient-numbers .main-wrapper h3 span.orange-text {
  color: #dd833b;
}

.head-wrap.last-sec a.download-pdf {
  color: white;
  background: #dd833b;
  padding: 16px 22px 16px 60px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  margin-top: 0;
  font-weight: 600;
  font-family: "Roboto";
}

.patient-numbers .main-wrapper .column-wrapper .image-wrapper {
  max-width: 385px;
  padding: 10px 16px;
  background: white;
  position: relative;
  margin: auto;
}

a.modal-trigger {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 24px;
}

.support-diagnosis .main-wrap .image-wrapper {
  display: flex;
  align-items: center;
  width: 419px;
}

.patient-numbers .main-wrapper .column-wrapper h3 {
  width: 100%;
  min-height: 80px;
  align-content: flex-end;
  padding-bottom: 25px;
}

.patient-numbers .main-wrapper {
  background: #223d65;
  padding: 40px 60px;
}

.patient-numbers .main-wrapper .column-wrapper .card:last-child h3 {
  width: 100%;
  margin-left: auto;
}

.patient-numbers .main-wrapper .column-wrapper .card:last-child .image-wrapper {
  max-width: 285px;
  margin-left: auto;
}

.patient-numbers .main-wrapper .link-wrapper {
  text-align: center;
  margin-top: 40px;
}

#home-page .Reference-container hr {
  margin: 0px 0 0;
}

#home-page .Reference-container .body-section {
  border-bottom: 0;
}

.patient-numbers .main-wrapper .link-wrapper a.cta-btn {
  color: white;
  background: #dd833b;
  padding: 16px 20px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  font-family: "Roboto";
  max-width: 417px;
  text-align: center;
  margin: 0px auto 0;
  cursor: pointer;
  font-weight: bold;
  line-height: 18px;
  font-size: 15px;
}

.cmp-modal__modalbox.modal-md .modal-box {
  width: 100%;
  max-width: 900px;
  border-radius: 0;
}

button.modal__close {
  top: -13px;
  right: -13px;
}

button.modal__close svg {
  background: white;
  padding: 4px;
  border-radius: 50%;
}

.cmp-modal--defaultStyle .modal__close {
  top: -11px;
  right: -13px;
}

.cmp-modal__modalbox.modal-md .modal-box {
  width: 100%;
  max-width: 900px;
  margin-bottom: 30px;
  margin-top: 80px;
}

.page.basicpage .cmp-modal--defaultStyle .modal-box__content {
  padding: 0px;
}

.cmp-modal--defaultStyle.modal {
  backdrop-filter: none !important;
  background: rgb(238 242 251 / 80%) !important;
}

.cmp-modal--defaultStyle .modal-box__content small {
  font-family: "Open Sans";
  font-weight: 600;
  text-align: center;
  margin: 25px auto 0;
  display: block;
  font-size: 8px;
}

.modal.cmp-modal--defaultStyle .modal__close {
  top: -11px !important;
  right: -17px !important;
  background: url(/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/close-modal.svg);
  width: 32px;
  height: 32px;
}

.modal.cmp-modal--defaultStyle .modal__close span.modal__closeIcon {
  display: none;
}

.modal-box__content .image img {
  width: 100%;
}

.image-modal-wrapper {
  position: relative;
}

.support-diagnosis .image-modal-wrapper {
  position: relative;
  margin-top: 84px;
  height: 410px;
}

a.download-pdf::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: 15px;
  background: url(/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/pdf-icon.svg)
    no-repeat;
  top: 9px;
  background-size: contain;
}

.head-wrap.last-sec a.download-pdf::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: 20px;
  background: url(/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/pdf-icon.svg)
    no-repeat;
  top: 9px;
  background-size: contain;
}

.multiple-guidelines .wrapper .right-desc hr.orange-line {
  line-height: 1px;
  border: none;
  height: 1px;
  color: #dd833b;
  background-color: #dd833b;
  width: 85%;
  margin-left: 0;
  border-radius: 5px;
}
/* diagnosing-ckd button*/
#diagnosing-ckd .accordion-common .accordion-button-close {
  padding: 9px 51px 9px 21px;
}
/* diagnosing-ckd button*/

#home-page #txt_popupimage .imgouter .imgfooter {
  font-size: 10px;
  font-family: "Open Sans";
  text-align: center;
}

#home-page #txt_popupimage .imgouter .imgfooter sup {
  font-size: smaller;
}

@media (min-width: 767px) {
  /* diagnosing-ckd button*/
  #diagnosing-ckd .accordion-common .accordion-button-close {
    padding: 9px 47px 9px 25px;
  }

  /* diagnosing-ckd button*/

  p.vertical-text {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    position: absolute;
    width: 19px;
    height: 323px;
    bottom: 0;
    left: -26px;
    font-size: 9px;
    color: white;
    font-family: "Open Sans";
  }

  .image-modal-wrapper p.vertical-text {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    position: absolute;
    width: 19px;
    height: 323px;
    bottom: 0;
    left: -26px;
    font-size: 10px;
    color: white;
    font-family: "Open Sans";
  }

  #home-page .Reference-container hr {
    margin: 0px 0 0 -7px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
  }

  .patient-numbers
    .main-wrapper
    .column-wrapper
    .card:last-child
    p.vertical-text {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    position: absolute;
    width: 19px;
    height: 323px;
    bottom: 0;
    left: -26px;
    font-size: 10px;
    color: white;
  }

  .support-diagnosis .image-modal-wrapper p.vertical-text {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    position: absolute;
    width: 19px;
    height: 284px;
    bottom: 23%;
    left: -33px;
    font-size: 10px;
    color: #c4c4c4;
    font-family: "Open Sans";
    line-height: 14px;
  }

  #home-page .brands .brand-wrapper .card {
    width: 30%;
  }

  #home-page p.vertical-text sup,
  #home-page p.vertical-text sub {
    vertical-align: baseline;
    position: relative;
    top: 0.3em;
    font-size: 7px;
    left: 3px;
  }

  .brands .brand-info .card.desktop-only {
    padding: 10px 29px;
  }
}

@media (min-width: 767px) and (max-width: 850px) {
  .accordion-common .accordion-content.expanded {
    max-height: 325px;
  }

  .banner-wrapper h1 {
    font-size: 43px;
  }

  .multiple-guidelines .wrapper .right-desc {
    background: #225176;
    padding: 40px 41px;
    max-width: 38%;
  }

  .accordion-content .right-content p {
    font-size: 18px;
    line-height: 30px;
  }

  .accordion-common .accordion-content > p {
    font-size: 15px;
  }

  a.download-pdf::before {
    top: 16px;
  }

  .head-wrap.last-sec a.download-pdf::before {
    top: 16px;
  }

  .support-diagnosis .image-modal-wrapper {
    position: relative;
    margin-top: 84px;
  }
}

@media (min-width: 410px) and (max-width: 450px) {
  #home-page .banner-wrapper .content-wrapper p.first-para {
    width: 80%;
  }
}

@media (max-width: 540px) {
  .cmp-modal--defaultStyle .modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
      "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
      "Helvetica Neue", sans-serif;
    display: none !important;
  }

  .modal.cmp-modal--defaultStyle .modal__close {
    top: -1px !important;
    right: -7px !important;
    display: inline !important;
    background: url(/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/close-modal.svg);
    width: 32px;
    height: 32px;
    left: unset;
  }
}

@media (max-width: 374px) {
  .banner-wrapper h1 {
    font-size: 21px;
    color: white;
    margin: 0;
    padding-bottom: 18px;
    line-height: 29px;
  }

  .banner-wrapper h1::after {
    bottom: 9px;
  }

  .banner-wrapper .content-wrapper p {
    margin-bottom: 4px;
  }

  .support-diagnosis .main-wrap .image-wrapper img {
    max-width: 290px;
  }

  #home-page .cmp-modal__modalbox .modal-box__content {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 699px) and (max-width: 708px) {
  #home-page .second-para {
    width: 87%;
  }
}

@media screen and (min-width: 767px) and (max-width: 956px) {
  #home-page .banner-wrapper .content-wrapper {
    width: 71%;
  }
}
/**********New update CSS starts here**************/
/*
*/
#home-page .support-diagnosis .main-wrap .content-wrapper .tools-bottom-text p {
  font-size: 14px;
  font-family: "Open Sans";
  color: white;
  margin: 20px 0 0 0;
  line-height: normal;
}

@media screen and (min-width: 767px) and (max-width: 930px) {
  #home-page .banner-wrapper h1 {
    padding-top: 33px;
  }
}

/*
/**********New update CSS ends here**************/

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 767px) {
    #home-page .Reference-container .body-section ol {
      padding-left: 25px;
    }
  }
}

/********End of home page**************/

/********Start of support materials page**************/
#Support-Page {
  width: 100%;
  background: #d9d9d9;
  padding: 0px;
}

#Support-Page #con_bodycontent {
  max-width: 980px;
  margin: auto;
}

#Support-Page sup {
  font-size: x-small;
  line-height: 0;
}

#Support-Page .note-txt {
  float: right;
  position: relative;
  right: 10%;
  background: #223d65;
  font-size: 10px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 12px;
  color: #fff;
  width: 250px;
  height: 25px;
  padding: 5px 0;
}

#Support-Page
  .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
  background-color: #ffffff;
}

#Support-Page .cmp-container__backgroundImage--enabled {
  margin-left: 0px;
  background-size: 100% 108%;
  background-repeat: no-repeat;
  height: 100%;
  max-height: 415px;
  width: 100%;
  background-color: #ffffff;
  padding-left: 60px;
}

#Support-Page .banner-content h1 {
  position: relative;
  font-size: 45px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 57.23px 0 0px 0px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 200px;
}

#Support-Page .banner-content h1 span.first {
  font-family: Open Sans;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.03em;
  text-align: left;
  background: #dd833b;
  padding: 0 10px;
  margin-left: -8px;
  line-height: 35px;
  display: inline-block;
  padding: 3px 8px 5px;
}

#Support-Page .banner-content p {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 27.24px;
  letter-spacing: -0.03em;
  text-align: left;
  margin: 0 400px 0 0;
  color: #ffffff;
  padding-bottom: 60px;
}

#Support-Page .hero-image {
  position: absolute;
  top: 84px;
  width: 320px;
  right: 30px;
}

#Support-Page .border {
  width: 230px;
  height: 0px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 25px;
  margin-top: 33px;
}

#Support-Page .light-content {
  padding: 30px 60px 30px 60px;
  background: #d9e0eb;
}

#Support-Page .light-content h5 {
  margin: 0px;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 32.68px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #dd833b;
}

#Support-Page .light-content h5 span {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 32.68px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #223d65;
}

#Support-Page .light-content p {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.51px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #223d65;
}

#Support-Page .ckd-library-section {
  padding: 40px 60px 40px 60px;
  background: #eef2fb;
}

#Support-Page .ckd-library-section p {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
  text-align: left;
  color: #dd833b;
  padding-bottom: 40px;
}

#Support-Page .ckd-library-section p span {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
  text-align: left;
  color: #223d65;
}

#Support-Page #container_videogallery {
  margin: 21px 63px;
}

#Support-Page #container_videogallery div,
#Support-Page #container_videogallery h3 {
  padding: 0px;
  margin: 0px;
}

#Support-Page #container_videogallery .cmp-videogallery__content {
  padding: 0px;
  font-family: Open Sans;
  text-align: left;
  color: #223d65;
  width: 100%;
}

#Support-Page #container_videogallery .cmp-videogallery__holder {
  width: 540px;
  flex-flow: column;
}

#Support-Page
  #container_videogallery
  .cmp-videogallery__holder
  .cmp-videogallery__player {
  width: 100%;
  padding: 0px;
}

#Support-Page #container_videogallery .cmp-videogallery__content--top-desktop {
  padding-bottom: 10px !important;
}

#Support-Page #container_videogallery .cmp-videogallery__item-title {
  margin: 0px;
}

#Support-Page #container_videogallery .cmp-videogallery__item-title p {
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #223d65;
}

#Support-Page #container_videogallery .cmp-videogallery__item-title p b:after {
  content: " | ";
  padding: 0px;
  margin: 0px;
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  letter-spacing: -0.03em;
}

#Support-Page #container_videogallery .cmp-videogallery__content div > p {
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  letter-spacing: -0.03em;
  margin: 5px 0px 10px;
}

#Support-Page #container_videogallery .cmp-videogallery__item-title p i {
  font-weight: 400;
  font-style: normal;
}

#Support-Page
  #container_videogallery
  .cmp-videogallery__playlist--right-desktop {
  padding: 0px;
  width: 277px !important;
  position: relative;
  margin-left: 13px;
  margin-top: 10px;
  padding-top: 77px;
}

#Support-Page .fa-chevron-left:before,
#Support-Page .fa-chevron-right:before {
  display: none;
}

#Support-Page
  #container_videogallery
  .cmp-videogallery__playlist
  h3.cmp-videogallery__playlist-title {
  height: 37px;
  background-color: #dd833b;
  padding-left: 17px;
  padding-top: 8px;
  font-family: Open Sans;
  text-align: left;
  font-size: 15px;
  line-height: normal;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 3px;
}

#Support-Page #container_videogallery .cmp-videogallery__playlist ul li {
  margin: 0px;
  margin-top: 3px;
  opacity: 0.5;
}

#Support-Page
  #container_videogallery
  .cmp-videogallery__playlist
  ul
  li
  .cmp-videogallery__item-content {
  background: rgb(58 116 154 / 21%);
  padding: 6px 13px;
}

#Support-Page
  #container_videogallery
  .cmp-videogallery__playlist
  ul
  li.cmp-videogallery__item--active {
  opacity: 1;
  justify-content: flex-end;
  align-items: center;
}

#Support-Page
  #container_videogallery
  .cmp-videogallery__playlist
  ul
  li.cmp-videogallery__item--active
  .cmp-videogallery__item-content {
  padding: 6px 8px;
}

#Support-Page
  #container_videogallery
  .cmp-videogallery__playlist
  ul
  li.cmp-videogallery__item--active
  .cmp-videogallery__item-image {
  width: 8px;
  height: 20px;
  background-image: url(/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/video_arrrow.png);
  background-size: 8px 11px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin-right: 5px;
}

#Support-Page
  #container_videogallery
  .cmp-videogallery__playlist
  ul
  li.cmp-videogallery__item--active
  .cmp-videogallery__item-content {
  width: calc(100% - 20px);
}

#Support-Page #container_videogallery .cmp-videogallery__playlist ul li h3 p {
  display: flex;
  flex-direction: column-reverse;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
}

#Support-Page
  #container_videogallery
  .cmp-videogallery__playlist
  ul
  li
  h3
  p
  b:after {
  content: "";
  display: none;
}

#Support-Page
  #container_videogallery
  .cmp-videogallery__playlist
  ul
  li
  .cmp-videogallery__item-content
  div,
#Support-Page #container_videogallery .cmp-videogallery__playlist ul li h3 p i,
#Support-Page .lasttoremove {
  display: none;
}

#Support-Page .row {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  margin-bottom: 40px;
}

#Support-Page .row:nth-child(4) {
  grid-template-columns: 50% 50%;
  margin-bottom: 0px;
}

#Support-Page .left-section {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#Support-Page .lasttoremove{
    display:none;
}

#Support-Page .left-section img {
  max-width: 175px;
}

#Support-Page .text-section h6 {
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 700;
  line-height: 20.43px;
  text-align: left;
  margin: 0px;
  color: #223d65;
}

#Support-Page .text-section p {
  margin: 10px 0px 0px 0;
  font-family: Open Sans;
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 20.43px;
  text-align: left;
  color: #223d65;
  padding-right: 7px;
}

#Support-Page .ckd-library-section .text-section .footernote {
  margin-top: 0px;
  font-size: 13px;
  line-height: normal;
}

#Support-Page .text-section a {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  line-height: 17.58px;
  text-align: center;
  padding: 15px 20px 15px 55px;
  margin-top: 7px;
  border-radius: 100px;
  background: #dd833b;
  color: #ffffff;
  text-decoration: none;
  background: #dd833b;
  background-image: url(/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/pdf-icon.png);
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: left;
  background-position-x: 14%;
  display: flex;
  height: 45px;
  max-width: 145px;
}

#Support-Page .view-btn {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  line-height: 17.58px;
  text-align: center;
  padding: 15px 20px 15px 55px;
  border-radius: 100px;
  background: #dd833b;
  color: #ffffff;
  text-decoration: none;
  background: #dd833b;
  background-image: url(/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/pdf-icon.png);
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: left;
  background-position-x: 20% !important;
  display: flex;
  height: 45px;
  max-width: 116px !important;
}

#Support-Page .right-section {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#Support-Page .right-section img {
  max-width: 175px;
  height: 138.36px;
}

#Support-Page .ckd-talk-img img {
  height: auto;
}

#Support-Page #egfr_container,
#Support-Page #ckd_container {
  display: flex;
  gap: 40px;
  padding: 31px 60px;
}

#Support-Page #ckd_container {
  padding: 40px 60px;
}

#Support-Page #egfr_video_image_container,
#ckd_image {
  width: 541px;
}

#Support-Page #egfr_video_container,
#Support-Page #ckd_video_container {
  width: 541px;
}

#Support-Page #ckd_video_container .cmp-video__content,
#Support-Page #ckd_text_second > p {
  display: none;
}

#Support-Page .cmp-video__player {
  padding: 0px;
}

#Support-Page #egfr_text > p,
#Support-Page #ckd_text > p {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.51px;
  text-align: left;
  color: rgba(34, 61, 101, 1);
}

#Support-Page .Reference-container {
  padding: 40px 60px 40px 60px;
  background: #eef2fb;
  border-top: 5px solid #ffffff;
}

#Support-Page .Reference-container .header {
  padding-left: 6px;
}

#Support-Page .Reference-container .header p {
  padding-bottom: 25px;
  margin-bottom: 0px;
}

#Support-Page .Reference-container > hr {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

#Support-Page .Reference-container .body-section {
  padding-left: 6px;
}

#Support-Page .header-2 {
  padding: 30px 60px 30px 60px;
  border: 5px 0px 5px 0px;
  background: #d9e0eb;
}

#Support-Page .header-2 h5 {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 32.68px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #dd833b;
  margin-top: 0px;
  margin-bottom: 0px;
}

#Support-Page .header-2 h5 span {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 32.68px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #223d65;
}

#Support-Page .header-2 p {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.51px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #223d65;
}

#Support-Page .italic {
  font-style: italic;
}

#Support-Page .kWidgetPlayBtn {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  #Support-Page .desktop-only,
  #Support-Page .desk-break{
    display: none;
  }

  #Support-Page .cmp-container__backgroundImage--enabled {
    margin-top: 0px;
    margin-left: 0px;
    min-height: 470px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-left: 15px;
    width: 100%;
    height: auto;
    background-image: url(/content/dam/intelligentcontent/brands/pressureison/us/en/images/mobile/banner-backgroung-mob.png) !important;
    margin-bottom: 0px;
  }

  #Support-Page .banner-content h1 {
    position: relative;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 90px 15px 0px 0px;
  }

  #Support-Page .banner-content h1 span.first {
    font-family: Roboto;
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    text-align: left;
    background: #dd833b;
    padding-left: 2px !important;
    margin-left: -1px !important;
  }

  #Support-Page .banner-content p {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    letter-spacing: -0.03em;
    text-align: left;
    margin: 0 0px 0 0;
    padding: 0 163px 0 0;
  }

  #Support-Page .hero-image {
    position: absolute;
    top: 118px;
    right: -1px;
    width: 176px;
  }

  #Support-Page .border {
    width: 150px;
    height: 0px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  #Support-Page .light-content {
    padding: 20px 15px 20px 15px;
    border-top: 10px solid #fff;
  }

  #Support-Page .light-content h5 {
    margin: 0px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.79px;
    letter-spacing: -0.03em;
    text-align: left;
  }

  #Support-Page .light-content h5 span {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.79px;
    letter-spacing: -0.03em;
    text-align: left;
  }

  #Support-Page .light-content p {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    letter-spacing: -0.03em;
    text-align: left;
  }

  #Support-Page .ckd-library-section {
    padding: 20px 15px 20px 15px;
    background: #eef2fb;
  }

  #Support-Page .ckd-library-section p {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.79px;
    text-align: left;
    padding-bottom: 30px;
  }

  #Support-Page .ckd-library-section p span {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.79px;
    text-align: left;
  }

  #Support-Page .row {
    grid-template-columns: 100%;
    gap: 40px;
    margin-bottom: 40px;
  }
  
  #Support-Page .formobspacing{
      margin-bottom: 0;
  }
  

  #Support-Page .row:nth-child(4) {
    grid-template-columns: auto;
    margin-bottom: 0px;
  }

  #Support-Page .left-section {
    flex-direction: column;
    gap: 0px;
  }

  #Support-Page .image-section {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  #Support-Page .left-section img {
    max-width: 175px;
  }

  #Support-Page .text-section h6 {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.07px;
    text-align: left;
    margin: 0px;
    color: #223d65;
  }

  #Support-Page .text-section p {
    margin: 10px 0px 10px 0;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: left;
    color: #223d65;
    padding-bottom: 0px;
  }

  #Support-Page .ckd-library-section .text-section .footernote {
    margin-top: 10px;
    font-size: 12px;
  }

  #Support-Page .text-section a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.41px;
    text-align: center;
    padding: 10px 24px 9px 50px;
    border-radius: 100px;
    background: #dd833b;
    color: #ffffff;
    text-decoration: none;
    background: #dd833b;
    background-image: url(/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/pdf-icon.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: left;
    background-position-x: 14%;
    max-width: 128px;
    height: 35px;
  }

  #Support-Page .view-btn {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.41px;
    text-align: center;
    padding: 10px 20px 15px 55px !important;
    border-radius: 100px;
    background: #dd833b;
    color: #ffffff;
    text-decoration: none;
    background: #dd833b;
    background-image: url(/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/pdf-icon.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: left;
    background-position-x: 20% !important;
    display: flex;
    height: 35px;
    max-width: 110px !important;
  }

  #Support-Page .right-section {
    flex-direction: column;
    gap: 0px;
    margin-right: 0px;
  }

  #Support-Page .right-section img {
    max-width: 175px;
    height: 138.36px;
  }

  #Support-Page .ckd-talk-img img {
    height: auto;
  }

  #Support-Page #egfr_container,
  #Support-Page #ckd_container {
    display: block;
    gap: 40px;
    padding: 20px 15px;
  }

  #Support-Page #ckd_container {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }

  #Support-Page #egfr_video_image_container,
  #ckd_image {
    width: 100%;
  }

  #Support-Page #egfr_text > p,
  #Support-Page #ckd_text > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    margin-top: 20px;
  }

  #Support-Page #ckd_text_second > p {
    display: block;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: rgba(34, 61, 101, 1);
    margin-top: 10px;
  }

  #Support-Page .Reference-container {
    padding: 30px 13px 30px 15px;
  }

  #Support-Page .Reference-container .header p {
    padding-bottom: 25px;
  }

  #Support-Page .header-2 {
    padding: 20px 15px 20px 15px;
    background: #d9e0eb;
  }

  #Support-Page .header-2 h5 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.79px;
    letter-spacing: -0.03em;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #Support-Page .header-2 h5 span {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.79px;
    letter-spacing: -0.03em;
    text-align: left;
  }

  #Support-Page .header-2 p {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #223d65;
  }

  #Support-Page #egfr_video_container,
  #Support-Page #ckd_video_container {
    width: 100%;
  }

  #Support-Page #egfr_video_container .cmp-video__player {
    padding: 0px;
  }

  #Support-Page #egfr_video_container .cmp-video__content,
  #Support-Page #ckd_video_container .cmp-video__content {
    display: none;
  }

  #Support-Page #container_videogallery {
    margin: 20px 15px;
  }

  #Support-Page #container_videogallery .cmp-videogallery__holder {
    flex-direction: column-reverse;
    width: 100%;
  }

  #Support-Page
    #container_videogallery
    .cmp-videogallery.vid-gal-main-video
    .cmp-videogallery--display {
    flex-direction: column-reverse;
  }

  #Support-Page
    #container_videogallery
    .cmp-videogallery__holder
    .cmp-videogallery__player {
    margin-top: 20px;
  }

  #Support-Page #container_videogallery .cmp-videogallery__playlist {
    margin-top: 10px;
  }

  #Support-Page
    #container_videogallery
    .cmp-videogallery__playlist
    .cmp-videogallery__videos--enable-slider-mobile {
    overflow: auto;
    align-items: center;
    flex-direction: column;
  }

  #Support-Page #container_videogallery .cmp-videogallery__playlist ul li {
    width: 100%;
    flex: auto;
  }

  #Support-Page #container_videogallery .cmp-videogallery__videos--slider-right,
  #Support-Page #container_videogallery .cmp-videogallery__videos--slider-left {
    display: none;
  }

  #Support-Page
    #container_videogallery
    .cmp-videogallery__playlist
    ul
    li
    .cmp-videogallery__item-image {
    display: none;
  }

  #Support-Page
    #container_videogallery
    .cmp-videogallery__playlist
    ul
    li.cmp-videogallery__item--active
    .cmp-videogallery__item-image {
    display: block;
  }

  #home-page .support-diagnosis a.download-pdf.ckd-pdf-toolkit {
    line-height: 20px;
    height: auto;
  }

  #home-page .support-diagnosis a.download-pdf.ckd-pdf-toolkit::before {
    top: 12px;
  }

  #home-page
    .support-diagnosis
    .main-wrap
    .content-wrapper
    .tools-bottom-text
    p {
    font-size: 12px;
  }

  /* diagnosing-ckd button*/
  #diagnosing-ckd .accordion-common .accordion-button-open {
    padding: 9px 50px 9px 29px;
  }
  /* diagnosing-ckd button*/
  .accordion-common .accordion-heading {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 15px;
    background: #223d65;
    align-items: center;
  }

  .accordion-heading h2 {
    font-size: 16px;
    line-height: 24px;
    color: white;
    font-family: "Open Sans", sans-serif;
  }

  .accordion-common .accordion-content {
    max-height: 458px;
    padding: 20px 15px 76px;
    flex-direction: column;
    gap: 0px;
  }

  .accordion-common .accordion-content > p {
    font-size: 16px;
    margin: 0;
    max-width: 100%;
    line-height: normal;
    margin-bottom: 30px;
  }

  .accordion-content .right-content {
    padding: 20px;
    background: #223d65;
  }

  .accordion-content .right-content p {
    font-size: 16px;
    line-height: 22px;
    width: 99%;
  }

  .accordion-common .accordion-button-close {
    right: 15px;
    bottom: 20px;
    font-size: 15px;
    padding: 9px 49px 9px 27px;
    line-height: 15px;
    height: 35px;
    border-radius: 100px;
    position: relative;
  }

  .accordion-common .accordion-button-close::after {
    right: 15px;
    top: 13px;
    width: 10px;
    height: 9px;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .banner-wrapper {
    position: relative;
    min-height: 457px;
  }

  .banner-wrapper h1 {
    font-size: 25px;
    color: white;
    margin: 0;
    padding-bottom: 43px;
    line-height: 29px;
    width: 100%;
  }

  .banner-wrapper h1 span.orange-text {
    background: #dd833b;
    display: inline-block;
    padding: 0px 2px;
    line-height: 27px;
  }

  .banner-wrapper h1::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: white;
    width: 62%;
    left: 0;
    bottom: 21px;
  }

  .banner-wrapper .content-wrapper p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 17px;
    color: white;
    letter-spacing: -0.03em;
  }

  #home-page .second-para {
    width: 88%;
  }

  .banner-wrapper .content-wrapper p.first-para {
    width: 92%;
    margin-bottom: 14px;
  }

  .banner-wrapper .content-wrapper {
    padding-left: 15px;
    position: absolute;
    width: 68%;
    padding-top: 85px;
  }

  .banner-wrapper .content-wrapper a.watch-video {
    margin-top: 0px;
    height: 45px;
    padding: 15px 15px 15px 57px;
    font-size: 15px;
  }

  .banner-wrapper .content-wrapper a.watch-video::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    left: 17px;
    background: url(/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/play.png)
      no-repeat;
    top: 9px;
    background-size: contain;
  }

  .head-wrap h2 {
    font-size: 16px;
    line-height: 24px;
    width: 91%;
  }

  .head-wrap {
    padding: 16px 15px;
  }

  .multiple-guidelines .wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #223d65;
  }

  .preffered-guidelines .content-wrapper {
    max-width: 100%;
    padding: 20px 15px;
  }

  a.cta-2 {
    color: white;
    background: #2a9fb9;
    padding: 10px 7px;
    max-width: max-content;
    display: inline-block;
    height: auto;
    border-radius: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    min-width: unset;
  }

  .preffered-guidelines .content-wrapper h3 {
    font-size: 16px;
    color: #223d65;
    font-family: "Open Sans";
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }

  .multiple-guidelines .wrapper .left-desc {
    padding: 20px 30px 40px 30px;
    background: #223d65;
  }

  .multiple-guidelines .wrapper .left-desc h3 {
    color: white;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 50px;
    margin: 0;
    position: relative;
    font-family: "Open Sans";
    font-weight: 600;
  }

  .multiple-guidelines .wrapper .left-desc p {
    font-size: 16px;
    color: white;
    line-height: 20px;
    font-family: "Open Sans";
  }

  .multiple-guidelines .wrapper .right-desc p {
    color: white;
    margin: 20px 0;
    font-size: 16px;
    line-height: 20px;
    font-family: "Open Sans";
    width: 99%;
  }

  .multiple-guidelines .wrapper .right-desc {
    background: #225176;
    padding: 20px 15px;
    max-width: 100%;
    margin: 0 15px 15px;
  }

  .multiple-guidelines .wrapper .right-desc h3 {
    font-size: 16px;
    line-height: 20px;
    color: #dd833b;
    margin-top: 0;
  }

  .multiple-guidelines .wrapper .left-desc h3::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #dd833b;
    width: 100%;
    left: 0;
    bottom: 26px;
  }

  p span.orange-text {
    color: #dd833b;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
  }

  .accordion-common .accordion-content p span.orange-text {
    color: #dd833b;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
  }

  .support-diagnosis .main-wrap {
    display: flex;
    justify-content: space-between;
    background: none;
    padding: 0;
    flex-direction: column-reverse;
    gap: 0px;
  }

  .support-diagnosis .main-wrap .content-wrapper {
    max-width: 100%;
    padding: 0;
  }

  .support-diagnosis .main-wrap .content-wrapper h3 span.grp {
    display: inline;
  }

  .support-diagnosis .main-wrap .content-wrapper h3 {
    font-size: 16px;
    line-height: 20px;
    color: white;
    font-family: "Open Sans";
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0;
  }

  .support-diagnosis .main-wrap .content-wrapper h3.top-heading {
    margin-right: 0px;
  }

  .support-diagnosis .main-wrap .content-wrapper {
    max-width: 100%;
    padding: 20px 15px 40px;
    background: #223d65;
  }

  .patient-numbers .main-wrapper .column-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0px;
  }

  .patient-numbers .main-wrapper {
    background: #223d65;
    padding: 20px 15px;
  }

  .patient-numbers .main-wrapper h3 {
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Open Sans";
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }

  .patient-numbers
    .main-wrapper
    .column-wrapper
    .card:last-child
    .image-wrapper {
    max-width: 100%;
    margin-left: auto;
  }

  .patient-numbers .main-wrapper .column-wrapper h3 {
    width: 100%;
    min-height: auto;
    align-content: flex-end;
  }

  .patient-numbers .main-wrapper .column-wrapper .card:last-child h3 {
    width: 100%;
    margin-left: auto;
  }

  .patient-numbers .main-wrapper .column-wrapper .card:last-child h3 br {
    display: none;
  }

  .patient-numbers .main-wrapper .link-wrapper a.cta-btn {
    color: white;
    background: #dd833b;
    padding: 10px 15px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-family: "Roboto";
    max-width: 417px;
    text-align: center;
    margin: 0px auto 0;
    font-size: 15px;
    line-height: 18px;
  }

  p.vertical-text {
    font-size: 9px;
    margin-top: 35px;
    color: white;
    margin-bottom: 30px;
  }

  .patient-numbers .main-wrapper .link-wrapper {
    text-align: center;
    margin-top: 0;
  }

  a.modal-trigger {
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translate(-50%, 0);
    top: unset;
    right: unset;
  }

  .patient-numbers .main-wrapper p.vertical-text {
    font-size: 10px;
    margin-top: 25px;
    color: white;
    margin-bottom: 30px;
    font-family: "Open Sans";
  }

  .patient-numbers
    .main-wrapper
    .column-wrapper
    .card:last-child
    .image-wrapper {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }

  .support-diagnosis .main-wrap .image-wrapper {
    display: block;
    text-align: center;
    width: auto;
  }

  .support-diagnosis .main-wrap .image-wrapper img {
    max-width: 320px;
    margin: 30px auto 10px;
  }

  .support-diagnosis .image-modal-wrapper {
    position: relative;
    display: block;
    align-items: center;
    background: linear-gradient(
      180deg,
      rgba(34, 81, 118, 1) 49%,
      rgba(34, 66, 101, 1) 46%
    );
    margin-top: 0px;
    height: auto;
  }

  .brands .brand-info .card-mobile p {
    font-size: 9px;
    padding: 14px 40px;
    color: #56595e;
    font-family: "Roboto";
  }

  #home-page .esh-para {
    width: 100%;
  }

  .support-diagnosis .image-modal-wrapper p.vertical-text {
    max-width: 310px;
    margin: 0 auto 20px;
    font-size: 10px;
    color: #c4c4c4;
    line-height: 14px;
    font-family: "Open Sans";
    width: 100%;
  }

  #home-page .banner-wrapper p.note-txt {
    right: 4%;
  }

  .accordion-common .accordion-button-open {
    height: 35px;
    font-size: 14px;
    padding: 9px 51px 9px 29px;
  }

  .accordion-common .accordion-button-open::after {
    top: 15px;
    right: 18px;
    width: 12px;
    height: 11px;
  }

  .support-diagnosis .main-wrap .content-wrapper h3.bottom-heading::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #dd833b;
    width: 92vw;
    left: 0;
    bottom: 26px;
  }

  .support-diagnosis .main-wrap .content-wrapper p {
    font-size: 16px;
    font-family: "Open Sans";
    color: white;
    margin-bottom: 10px;
    line-height: 21px;
    width: 97%;
  }

  a.download-pdf {
    color: white;
    background: #dd833b;
    padding: 10px 15px 10px 32px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    margin-top: 15px;
    height: 35px;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: bold;
  }

  a.download-pdf::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 15px;
    background: url(/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/pdf-icon.png)
      no-repeat;
    top: 9px;
    background-size: contain;
  }

  .head-wrap.last-sec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 0px;
    padding: 20px 15px;
  }

  .head-wrap.last-sec h2 {
    margin-bottom: 20px;
  }

  .head-wrap.last-sec a.download-pdf {
    color: white;
    background: #dd833b;
    padding: 10px 16px 10px 16px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    margin-top: 0;
    font-weight: 600;
    font-family: "Roboto";
  }

  .head-wrap.last-sec a.download-pdf::before {
    content: none;
  }

  #home-page sup,
  #home-page sub {
    vertical-align: baseline;
    position: relative;
    top: -1em;
    font-size: 51%;
  }

  a.watch-video {
    color: white;
    background: #dd833b;
    padding: 11px 15px 11px 38px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    margin-top: 15px;
    height: 35px;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: bold;
  }

  .brands .brand-info {
    display: flex;
    justify-content: center;
    background: #eeeeee;
    padding: 0;
  }

  .brands .brand-wrapper {
    display: flex;
    justify-content: space-around;
    background: white;
    padding: 0;
    flex-direction: column;
  }

  #home-page .brand-mobile-layout {
    display: flex;
  }

  #home-page .brand-mobile-layout .brand-img {
    width: 50%;
    display: flex;
    justify-items: center;
    align-items: center;
    margin: auto;
  }

  #home-page .brand-mobile-layout .brand-img a {
    margin: auto;
  }

  #home-page .card-1 .brand-mobile-layout .brand-img a {
    width: 109px;
  }

  #home-page .card-2 .brand-mobile-layout .brand-img a {
    width: 123px;
  }

  #home-page .card-3 .brand-mobile-layout .brand-img a {
    width: 138px;
  }

  #home-page .brand-mobile-layout .brand-info {
    width: 50%;
    padding: 27px 15px;
    font-size: 10px;
    font-family: "Roboto";
    line-height: normal;
  }

  a.watch-video::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 15px;
    background: url(/content/dam/intelligentcontent/brands/pressureison/us/en/images/desktop/play.png)
      no-repeat;
    top: 9px;
    background-size: contain;
  }

  #home-page .Reference-container .header p {
    width: 100%;
  }

  .page.basicpage .cmp-modal--defaultStyle .modal-box__content {
    padding: 0px;
  }

  .cmp-modal__modalbox.modal-md .modal-box {
    width: 90% !important;
  }

  #home-page .cmp-modal__modalbox .modal-box__content {
    overflow: visible;
    padding-top: 2px !important;
  }

  .multiple-guidelines .wrapper .right-desc hr.orange-line {
    line-height: 1px;
    border: none;
    height: 1px;
    color: #dd833b;
    background-color: #dd833b;
    width: 100%;
    margin-left: 0;
  }

  #home-page .Reference-container hr {
    margin: 0px 0 0 -4px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
  }

  .banner-wrapper .image-wrapper img.mobile-only {
    width: 100%;
    height: 100%;
  }

  #home-page #txt_popupimage .imgouter .imgfooter {
    font-size: 5px;
    font-family: "Open Sans";
  }
  
  #Support-Page .Reference-container .body-section ol{
      padding-left: 15px;
  }
}

@media screen and (min-width: 767px) and (max-width: 775px) {
  #Support-Page .banner-content p {
    margin: 0 394px 0 0;
  }

  #Support-Page .pcr {
    gap: 10px;
  }
}

@media screen and (min-width: 390px) and (max-width: 767px) {
  #Support-Page .banner-content p {
    width: 90%;
  }
}

@media screen and (min-width: 767px) and (max-width: 980px) {
  #Support-Page #container_videogallery .cmp-videogallery__content {
    width: 100%;
    padding: 20px 0;
  }

  #home-page .banner-wrapper {
    min-height: 460px;
  }
}

@media screen and (min-width: 320px) and (max-width: 345px) {
  #Support-Page .cmp-container__backgroundImage--enabled {
    min-height: fit-content;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  #Support-Page .banner-content p {
    padding: 0 170px 0 0;
  }

  #Support-Page .cmp-container__backgroundImage--enabled {
    min-height: 523px;
  }
  
  .banner-wrapper h1 {
        font-size: 21px;
        color: white;
        margin: 0;
        padding-bottom: 18px;
        line-height: 29px;
    }
    
    .banner-wrapper h1::after {
        bottom: 9px;
    }
}

@media screen and (min-width: 819px) and (max-width: 822px) {
  #Support-Page .right-section .image-section img {
    max-width: 175px;
  }
  #Support-Page .rht-ckd {
    gap: 30px !important;
    margin-left: 22px;
  }
}
/********End of support materials page**************/
