.video-js:hover .vjs-big-play-button {
  background-color: #ff5c35;
}

.page-connect-to-rep .carform-frmstd option:disabled {
  display: none;
}

.car_addressErr1,
.car_addressErr2,
.car_emailErr,
.car_phoneErr {
  display: none;
  color: #ff5c35;
}

.car_addressErr1.show,
.car_addressErr2.show,
.car_emailErr.show,
.car_phoneErr.show {
  display: block;
  color: #ff5c35;
}

.address-box {
  padding: 20px 20px 5px;
  border: var(--form-control-border-width) solid
    var(--form-control-border-color);
  border-radius: 5px;
  /* background-color: #f2f2f2; */
  border: 1px solid red;
}

#addsuggbox .text-primary-3 {
  margin-bottom: 10px;
}

.custom-radio input {
  appearance: none;
  min-width: 15px;
  flex-basis: 15px;
  height: 15px;
  border: 1px solid #6d7aa0;
  display: block;
  cursor: pointer;
  border-radius: 100%;
}

.custom-radio input:checked {
  box-shadow: inset 0 0 0 3px #fdfefe;
  background: #6d7aa0;
}

.custom-radio {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

#addsuggbox .flex-column {
  padding: 15px;
  background: #fff;
  border-radius: 2px;
}

#addsuggbox .add-head {
  margin-bottom: 8px;
  font-weight: var(--font-weight-bold);
}

.header-nav .quantum-header__mobile-content,
.header-nav .quantum-drop-down-menu__top-nav-list,
.quantum-indications__inner > .quantum-indications__title,
#closesFullIsi,
.quantum-footer__logo-social-row svg.quantum-icon,
.quantum-footer__logo-link svg.quantum-icon {
  display: none;
}

.connect-header-brand-promo .promo-text .field-promotext2 {
  max-width: 399px;
}

@media (max-width: 767px) {
  .connect-header-brand-promo .promo-text .field-promotext2 {
    max-width: 253px;
  }
}

.quantum-isi-tray__content.quantum-long-form-text .quantum-isi-tray__content {
  padding-bottom: 0;
}

.succmsg,
.erromsg {
  display: none;
}

.quantum-drop-down-menu__link .quantum-icon {
  width: 10px;
  fill: currentColor;
  margin-left: 4px;
}

.quantum-drop-down-menu__link
  .quantum-drop-down-menu__link-icon--expand-dropdown,
.quantum-drop-down-menu__link
  .quantum-drop-down-menu__link-icon--collapse-dropdown {
  display: none;
}

.quantum-drop-down-menu__menu {
  position: absolute;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.quantum-drop-down-menu__menu li {
  background-color: var(--primary-color);
}

.quantum-drop-down-menu__menu li a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  text-decoration: none !important;
}

.quantum-drop-down-menu .quantum-drop-down-menu__list > li {
  position: relative;
}

@media (min-width: 1200px) {
  .quantum-drop-down-menu
    .quantum-drop-down-menu__list
    > li:hover
    .quantum-drop-down-menu__menu {
    display: block;
  }

  .quantum-drop-down-menu .quantum-drop-down-menu__list > li:hover > a {
    color: var(--primary-color);
  }
}

.quantum-header__mobile-content .quantum-button {
  padding: 0;
  display: inline-block;
}

.quantum-header__mobile-content .quantum-button:hover {
  background: transparent;
}

.quantum-header__mobile-content .quantum-button:first-child,
.quantum-header__mobile-content .quantum-header__menu-trigger--collapse-menu {
  display: none;
}

body.content-pages
  .quantum-drop-down-menu
  .quantum-drop-down-menu__list-item:last-child
  > .quantum-drop-down-menu__link {
  background-color: transparent;
  color: #fff;
  padding: 0;
  height: auto;
  font-size: 13px;
  line-height: 15px;
}

body.content-pages
  .quantum-drop-down-menu
  .quantum-drop-down-menu__list-item:last-child:hover
  > .quantum-drop-down-menu__link,
body.content-pages
  .quantum-drop-down-menu
  .quantum-drop-down-menu__list-item:last-child:focus
  > .quantum-drop-down-menu__link {
  color: var(--nav-link-hover-color);
  text-decoration: none;
}

/* 
@media (max-width: 1199px) {
    .quantum-header__mobile-content {
        display: block !important;
    }

    .quantum-header__menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background-color: var(--header-bg);
        border-top: 1px solid #fff;
    }

    .quantum-header__mobile-content .quantum-button>svg {
        fill: currentColor;
        width: 25px;
        height: 25px;
    }

    .active-menu .quantum-header__mobile-content .quantum-header__menu-trigger--expand-menu {
        display: none;
    }

    .active-menu .quantum-header__mobile-content .quantum-header__menu-trigger--collapse-menu {
        display: block;
    }

    .active-menu .quantum-header__menu {
        display: block;
    }

    .quantum-header__menu .quantum-drop-down-menu__list {
        flex-direction: column;
    }

    .quantum-header__menu .quantum-drop-down-menu__list li {
        width: 100%;
        margin: 0 !important;
    }

    .quantum-header__menu .quantum-drop-down-menu__list .quantum-drop-down-menu__link {
        display: block;
        padding: 5px 10px !important;
        font-size: 16px !important;
    }

    .quantum-drop-down-menu__menu {
        position: relative;
    }

    .hasdropdown.open>.quantum-drop-down-menu__menu {
        display: block;
    }
} */

.quantum-top-nav {
  background-color: #fff;
}

.quantum-top-nav__inner {
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .quantum-top-nav__inner {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  .quantum-header__menu {
    width: 300px;
    left: auto;
  }
}

.quantum-top-nav__inner
  .quantum-drop-down-menu
  .quantum-drop-down-menu__list
  > li {
  margin-inline: 0;
}

.tabs-heading {
  list-style: none;
  padding: 0;
  display: flex;
  border-bottom: 1px solid var(--secondary-color);
}

.tabs-heading li {
  display: flex;
  background-color: var(--secondary-color);
  color: #fff;
  padding: 7px 10px;
  cursor: pointer;
  align-items: center;
  padding: 10px 10px 5px;
}

.tabs-heading li.active {
  background-color: var(--primary-color);
  cursor: default;
}

.tabs-heading {
  --h2-font-size: var(--base-font-size);
  --h2-font-lh: var(--base-line-height);
  --h2-font-weight: var(--font-weight-medium);
}

.tabs-heading h2 {
  margin-bottom: 0;
}

.tabs-container .tab:not(.active) {
  display: none;
}

@media (max-width: 991px) {
  .tabs-heading {
    overflow: auto;
  }
}

.tabs {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .quantum-drop-down-menu__menu {
    margin: 0 10px;
  }

  .quantum-header__menu .quantum-drop-down-menu__list {
    gap: 0;
  }
}

.quantum-drop-down-menu__list {
  font-size: 13px;
  line-height: 15px;
}

@media (max-width: 1199px) {
  .quantum-drop-down-menu__menu {
    margin-bottom: 7px;
  }
}

.tabs-heading li {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (max-width: 1199px) {
  .quantum-drop-down-menu__link:hover,
  .quantum-drop-down-menu__link:focus {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .quantum-isi-tray__content-preview {
    height: 124px;
  }
  .eff-top-txt h3,
  .eff-top-txt p {
    padding: 0 16px;
  }

  .efficacy-page .page-cont-right .heading-border-bt#Primary-endpoint h3 {
    margin-right: 25px;
    padding-right: 100px;
    padding-top: 9px;
    padding-bottom: 3px;
  }
  .efficacy-page .page-cont-right .heading-border-bt#Primary-endpoint {
    margin: 0 16px;
    width: auto;
  }
  #First-endpoint .promo .mid-heading {
    margin-top: 20px;
    padding: 0 16px;
  }
  #First-endpoint .demos-txt,
  #First-endpoint .field-promotext2 {
    padding: 0 16px;
  }
  #dellphi-grp .field-promotext {
    padding: 0 16px;
  }
  #dellphi-grp .mobile-img.field-promoicon2 {
    padding-left: 16px;
  }
}

@media (max-width: 767px) {
  .demo-shell__fixed-bottom {
    filter: drop-shadow(0 -2px 4px #0003);
  }

  .quantum-isi-tray__trigger {
    right: 0;
    border-top-left-radius: 20px;
    padding-left: 10px;
    background-position: 10px;
    padding-top: 0;
    width: 100px;
    height: 33px;
    background-color: #fff !important;
    top: -35px;
  }
}

@media (max-width: 767px) {
  .quantum-isi-tray__trigger {
    width: auto;
    padding-left: 39px;
    padding-right: 11px;
  }

  .demo-shell__fixed-bottom {
    box-shadow: none;
  }
}

.grecaptcha-badge[data-style="bottomright"] {
  display: none;
}

@media (min-width: 768px) {
  .quantum-indications .quantum-indications__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.quantum-drop-down-menu
  .quantum-drop-down-menu__list-item:last-child
  > .nav-contactus {
  padding-top: 7px;
}

.quantum-drop-down-menu
  .quantum-drop-down-menu__link:not(.nav-contactus)
  > span {
  padding-top: 6px;
}

.quantum-drop-down-menu
  .quantum-drop-down-menu__link:not(.nav-contactus)
  > svg {
  margin-top: 5px;
}

.white-pane.container > .component-content {
  background-color: rgba(255, 255, 255, 0.49);
}

#recaptchaContainer .grecaptcha-badge {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  #recaptchaContainer .grecaptcha-badge {
    margin-left: auto;
    margin-top: 0;
  }
}

.quantum-button {
  --btn-base-padding-y: 13px;
}

.container-form .quantum-button {
  height: 48px;
}

@media (max-width: 767px) {
  .container-form .quantum-button {
    height: 45px;
  }

  .container-form .quantum-button {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.locator-container a {
  height: auto;
  font-weight: bold;
  border: none;
  padding-top: 7px;
}

.quantum-drop-down-menu__list {
  font-weight: bold;
}

.modal-actions .quantum-button {
  min-width: 188px;
  height: 48px;
  font-size: 22px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .modal-actions .quantum-button {
    min-width: 144px;
    height: 38px;
    font-size: 18px;
    line-height: 24px;
  }

  .quantum-modal h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .quantum-modal__dialog p {
    font-size: 16px;
    line-height: 22px;
  }
}

.container-form .quantum-button {
  box-shadow: 0 3px 6px #00000029;
}

.quantum-footer__legal-row {
  grid-column: 4/13;
}

@media (max-width: 767px) {
  .quantum-footer__legal-row {
    grid-column: 1/13;
  }
}

.approved-container .button-tab {
  cursor: text;
}

body.hcp {
  background-image: none;
}

.hcp h2,
.hcp h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  color: #ff5c35;
}

.hcp h4 {
  font-weight: bold;
  font-size: 23px;
  line-height: 29px;
  text-align: left;
  color: #414041;
}

h3.are-you {
  font-size: 23px;
  text-align: center;
  color: #ff5c35;
  font-weight: bold;
  font-family: "Overpass";
  line-height: normal;
}

p.watch-roundtable {
  font-size: 18px;
  text-align: center;
  color: #6e7ba0;
  font-weight: bold;
  font-family: "Overpass";
  line-height: normal;
}

.hcp .foot-note {
  margin-top: 72px;
}

.hcp .foot-note p {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  color: #414041;
  margin-bottom: 2px;
  display: flex;
}
.hcp .foot-note p:last-child {
  margin-bottom: 0px;
}
.hcp #fullIsi {
  margin-top: 44px;
}

@media (max-width: 767px) {
  .hcp h2,
  .hcp h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .hcp .foot-note {
    margin-top: 38px;
  }

  .hcp .foot-note p {
    font-size: 12px;
    line-height: 14px;
  }

  .hcp #fullIsi {
    margin-top: 22px;
  }

  .hcp h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .d-sm-flex {
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: flex !important;
  }

  .d-sm-flex {
    display: none !important;
  }
}

/* link-list-container start */
.hcp .link-list ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #ff5c35;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.hcp .link-list li,
.hcp .link-list .field-link {
  width: 100%;
}

.hcp .link-list .field-link a {
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #414042;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
  border-right: 2px solid #ff5c35;
}

.hcp .link-list ul li:last-of-type .field-link a {
  border-right: 0;
}
.eff-top-txt h2 {
  color: #414041;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 30px;
  border-radius: 8px;
  background: #ffeeea;
  margin: 0;
  margin-bottom: 0 !important;
}
.eff-top-txt h3 {
  color: #ff5c35;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 16px 0;
}
.eff-top-txt p {
  color: #414041;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 32px;
  text-indent: -8px;
}
.link-list-container {
  padding-top: 58px;
  padding-bottom: 28px;
  margin-bottom: 45px;
  background: rgba(65, 64, 65, 0.05);
}

.hcp-es-sclc-page .link-list ul li:first-of-type .field-link a,
.hcp-mechanism-of-action-page .link-list ul li:nth-child(2) .field-link a,
.hcp-imdelltra-summary-page .link-list ul li:last-of-type .field-link a,
.hcp-dosing-and-administration-page
  .link-list
  ul
  li:first-of-type
  .field-link
  a,
.hcp-dose-modifications-and-management-strategies-page
  .link-list
  ul
  li:nth-child(2)
  .field-link
  a,
.hcp-baseline-characteristics-page .link-list ul li:last-of-type .field-link a,
.hcp-study-design-page .link-list ul li:first-of-type .field-link a,
.hcp-clinical-results-mpfs-page .link-list ul li:nth-child(3) .field-link a {
  background: #ff5c35;
  color: white;
}

@media (max-width: 767px) {
  .hcp .link-list .field-link a {
    font-size: 12px;
    line-height: 13px;
    padding: 8px 0;
    min-height: 45px;
  }

  .link-list-container {
    padding-top: 24px;
    padding-bottom: 16px;
    margin-bottom: 25px;
  }
}

/* link-list-container end */

/* three col promo start */
.hcp .promo-container .column-splitter {
  margin-top: 37px;
  margin-bottom: 74px;
}

.hcp .promo-container .col-md-4:not(:last-of-type) {
  border-right: 1.5px solid #ff5c35;
}

.hcp .three-col-promo .field-promoicon {
  text-align: center;
  margin-bottom: 10px;
}

.hcp .three-col-promo .field-promotext p {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #414041;
  margin-bottom: 5px;
}

.hcp .three-col-promo .field-promotext h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 19px;
  text-align: left;
  color: #ff5c35;
  margin-bottom: 2px;
}

/* promo end */

.hcp .link .field-link a {
  font-weight: bold;
  font-size: 23px;
  text-align: left;
  color: #fff;
  background: #ff5c35;
  padding: 12px 30px 11px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.hcp .link:not(.clip-path-link) .field-link a::after {
  content: "";
  display: block;
  border-style: solid;
  height: 14px;
  width: 14px;
  border-color: currentColor;
  transform: rotate(223deg);
  box-sizing: border-box;
  border-width: 0 0 2px 2px;
  margin-left: 10px;
}

.hcp .link:not(.clip-path-link) .field-link {
  display: flex;
  justify-content: center;
}

/* link with clip path start */
.hcp .clip-path-link .field-link {
  margin-bottom: 97px;
  position: relative;
  background: #ff5c35;
  z-index: 11;
  min-height: 78px;
  display: flex;
  align-items: center;
}

.hcp .clip-path-link .field-link:before {
  position: absolute;
  top: 0;
  left: 95%;
  width: 10%;
  height: 100%;
  content: "";
  background: #ff5c35;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

.hcp .clip-path-link {
  filter: drop-shadow(1px 10px 0 #6e7ba0);
}

.hcp .clip-path-link .field-link a {
  font-weight: bold;
  font-size: 25px;
  text-align: left;
  color: #fff;
}

@media (max-width: 767px) {
  .hcp .clip-path-link .field-link {
    margin-bottom: 37px;
    margin-left: -15px;
    max-width: 315px;
  }

  .hcp .clip-path-link .field-link:before {
    left: 92%;
    width: 20%;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  }

  .hcp .link .field-link a {
    font-size: 20px;
  }

  .hcp .clip-path-link .field-link a {
    font-size: 16px;
    padding: 17px 0 17px 24px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .hcp .clip-path-link .field-link {
    margin-bottom: 45px;
    max-width: 615px;
  }

  .hcp .clip-path-link .field-link:before {
    left: 92%;
    width: 18%;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  }

  .hcp .clip-path-link .field-link a {
    padding: 17px 0 17px 24px;
  }
}

/* link with clip path start */

/* two col promo start */
.hcp .two-col-promo {
  margin-top: 43px;
}

.hcp .two-col-promo .component-content {
  display: flex;
  gap: 42px;
}

.hcp .two-col-promo .field-promoicon {
  flex: 1;
}

.hcp .two-col-promo .promo-text {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.hcp .two-col-promo .promo-text p {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #414041;
  margin: 0;
}

.hcp .two-col-promo .field-promoicon > img {
  width: -webkit-fill-available;
}

.hcp .two-col-promo .field-promolink a {
  margin-bottom: 18px;
  position: relative;
  background: #ff5c35;
  z-index: 11;
  height: 50px;
  display: flex;
  align-items: center;
  width: 250px;
  padding-left: 15px;
}

.hcp .two-col-promo .field-promolink a:before {
  position: absolute;
  top: 0;
  left: 95%;
  width: 14%;
  height: 100%;
  content: "";
  background: #ff5c35;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

.hcp .two-col-promo .field-promolink {
  filter: drop-shadow(1px 10px 0 #6e7ba0);
}

.hcp .two-col-promo .field-promolink a {
  font-weight: bold;
  font-size: 27px;
  text-align: left;
  color: #fff;
}

@media (max-width: 767px) {
  .hcp .two-col-promo .component-content {
    flex-direction: column;
    gap: 15px;
  }

  .hcp .two-col-promo .field-promolink a {
    font-size: 18px;
  }

  .hcp .two-col-promo .promo-text p {
    font-size: 16px;
    line-height: 22px;
  }

  .hcp .two-col-promo .field-promolink a {
    margin-bottom: 12px;
    height: 47px;
    width: 91%;
  }

  .hcp .two-col-promo {
    margin-top: 28px;
  }
}

/* two col promo end */

.hcp-mechanism-of-action-page h4 {
  margin-top: 50px;
  margin-bottom: 58px;
}

@media (max-width: 767px) {
  .hcp-mechanism-of-action-page h4 {
    margin-top: 28px;
    margin-bottom: 37px;
  }
}

/* ull-width-bottom-banner start */
.hcp .full-width-bottom-banner {
  min-height: 100%;
  background-repeat: no-repeat;
  background-color: rgb(248, 184, 184);
  background-image: url("/~/media/43176443BABF4509B5902AFFCD0C6DC9.ashx");
  background-size: 100%;
  position: relative;
  padding-top: 60px;
  padding-bottom: 53px;
  margin-bottom: 52px;
  background-size: cover;
}

.hcp .full-width-bottom-banner:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 43px solid transparent;
  border-right: 43px solid transparent;
  border-bottom: 31px solid white;
  transform: rotate(180deg);
  top: 50px;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

.key-baseline-char-table tbody .bg-diff td:first-child {
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
}

.key-baseline-char-table
  tbody
  tr
  td:first-child
  .hcp.hcp-mechanism-of-action-page
  .full-width-bottom-banner
  .field-promotext {
  width: 630px;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}

.hcp .full-width-bottom-banner h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-shadow: 0px 3px 12px rgba(0, 0, 0, 0.38);
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.hcp .full-width-bottom-banner .field-promotext h3 span:first-of-type {
  font-weight: bold;
  font-size: 80px;
  line-height: 102px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.17);
  min-width: fit-content;
}

.hcp .full-width-bottom-banner .field-promotext p {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 12px rgba(0, 0, 0, 0.38);
  border-top: 1px solid #fff;
  padding-top: 20px;
}

.hcp .full-width-bottom-banner .field-promotext p:nth-child(1) {
  border-top: none;
}

@media (max-width: 767px) {
  .hcp .full-width-bottom-banner h3 {
    font-size: 22px;
    line-height: 28px;
    gap: 0;
    text-align: center;
    flex-direction: column;
  }
  .eff-top-txt p {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .eff-top-txt h2 {
    border-radius: 0;
    padding: 30px 16px;
  }
  .hcp .full-width-bottom-banner .field-promotext h3 span:first-of-type {
    font-size: 60px;
    line-height: 76px;
  }

  .hcp .full-width-bottom-banner .field-promotext p {
    font-size: 16px;
    line-height: 20px;
  }

  .hcp .full-width-bottom-banner {
    padding-top: 66px;
    padding-bottom: 17px;
    margin-bottom: 45px;
  }
}

/* ull-width-bottom-banner end */
@media (min-width: 768px) {
  .hcp .clip-path-more-content .field-link a span {
    font-size: 20px;
    line-height: 26px;
  }

  .hcp-imdelltra-summary-page .clip-path-more-content .field-link {
    margin-bottom: 50px;
    margin-top: 20px;
  }
}

.hcp-imdelltra-summary-page .clip-path-more-content .field-link {
  width: 760px;
  max-width: 90%;
}

/* orange theme starts */
.hcp .orange-theme {
  background: #ffeeea;
  padding: 28px 0;
  margin-bottom: 50px;
}

.hcp .orange-theme .field-promotext h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #ff5c35;
}

.hcp .orange-theme .field-promotext p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #414041;
}

@media (max-width: 767px) {
  .hcp-imdelltra-summary-page .link-list-container + .container h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .hcp-imdelltra-summary-page .clip-path-more-content {
    margin-top: 16px;
  }

  .hcp .orange-theme .field-promotext h4 {
    line-height: 20px;
  }

  .hcp .orange-theme .field-promotext p {
    font-size: 16px;
    line-height: 20px;
  }
}

/* orange theme ends */

/* foote-note alignment :start */
.hcp .foot-note p span:first-of-type {
  flex: 0 0 2%;
  margin-left: -14px;
  text-align: right;
}
.hcp #jcode-container .foot-note p span:first-of-type {
  margin-left: -22px;
}
.hcp-imdelltra-summary-page span.jcode-mobile {
  margin-left: 0px !important;
  flex: 0;
}

@media (max-width: 767px) {
  .hcp .foot-note p span:first-of-type {
    flex: 0 0 5%;
    margin-left: -15px;
    text-align: right;
  }

  .hcp.hcp-preparation-page .foot-note p span:first-of-type {
    flex: 0;
    margin-left: 0px;
    text-align: right;
  }

  .hcp.hcp-imdelltra-summary-page .foot-note p span:first-of-type {
    flex: 0;
    margin-left: 0px;
    text-align: right;
  }

  #durable-efficacy-container .col-md-6:nth-child(2) .field-promotext2 {
    border-top: 0px solid #ff5c35;
    width: 100%;
    margin: 11px auto;
    position: relative;
  }

  #durable-efficacy-container .col-md-6:nth-child(2) .field-promotext2:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    background-color: #ff5c35;
    top: 0px;
    left: auto;
    right: auto;
    transform: translate(-50%, 0px);
  }

  #durable-efficacy-container
    .col-md-6:nth-child(2)
    .field-promotext2
    .narrow-text {
    width: 100%;
    border-top: 0px solid #ff5c35;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .hcp .foot-note p span:first-of-type {
    margin-left: -15px;
  }
}

/* foote-note alignment :end */

/* orange theme starts */
.hcp .dark-orange-theme {
  background: #ff5c35;
  padding: 52px 0;
  margin-top: 40px;
}

.hcp .dark-orange-theme h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  color: #fff;
}

.hcp .dark-orange-theme p {
  color: #fff;
}

.hcp .dark-orange-theme .foot-note {
  margin-top: 0;
}

.hcp .dark-orange-theme p:not(.foot-note p) {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin: 33px 0;
}

.hcp .dark-orange-theme p .boldtext {
  font-weight: bold;
}

@media (max-width: 767px) {
  .hcp .dark-orange-theme {
    padding: 37px 0;
  }

  .hcp .dark-orange-theme h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .hcp .dark-orange-theme p:not(.foot-note p) {
    font-size: 14px;
    line-height: 18px;
    margin: 30px 0;
  }
}

/* orange theme end */

.full-width-container.container {
  max-width: 100% !important;
  padding-inline: 0;
}

.hcp .three-col-promo .field-promoicon > img {
  max-width: 100%;
  height: 76px;
  width: auto;
}

.hcp-imdelltra-summary-page .full-width-bottom-banner {
  margin-bottom: 0;
}

.hcp-imdelltra-summary-page .full-width-bottom-banner:before {
  display: none;
}

.hcp-imdelltra-summary-page .full-width-bottom-banner .field-promoicon img {
  width: 99.55px;
  height: auto;
}

.hcp-imdelltra-summary-page .full-width-bottom-banner .field-promotext p {
  border-top: 0;
  padding-top: 0px;
  text-align: left;
  line-height: 24px;
  margin: 0;
}

.hcp-imdelltra-summary-page
  .full-width-bottom-banner
  .promo
  .component-content {
  display: flex;
  gap: 33px;
  padding-top: 27px;
  padding-bottom: 38px;
}

.hcp-imdelltra-summary-page .full-width-bottom-banner .field-promotext > ul {
  padding-left: 0;
  color: #fff;
}

.hcp-imdelltra-summary-page .full-width-bottom-banner .field-promotext > ul ul {
  list-style-type: none;
  margin-left: -24px;
}

.hcp-imdelltra-summary-page
  .full-width-bottom-banner
  .field-promotext
  > ul
  ul
  li:before {
  content: "-";
  margin-right: 2px;
  margin-left: -15px;
}

.hcp-imdelltra-summary-page .full-width-bottom-banner p,
.hcp-imdelltra-summary-page .full-width-bottom-banner a {
  color: #fff;
}

.hcp-imdelltra-summary-page .full-width-bottom-banner p {
  color: #000;
}

.hcp-imdelltra-summary-page .full-width-bottom-banner a {
  text-decoration: underline;
}
.hcp-imdelltra-summary-page .full-width-bottom-banner .field-promotext ul {
      max-width: 884px;
  padding-left: 22px;
}
.hcp-imdelltra-summary-page .full-width-bottom-banner .field-promotext ul li {
 font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
padding-bottom: 8px;
margin: 0;
}
.hcp-imdelltra-summary-page .full-width-bottom-banner .field-promotext ul li.font-bold{
  font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}
.hcp-imdelltra-summary-page .full-width-bottom-banner .field-promotext ul li:last-child{
  padding-bottom: 0;
}
.hcp-imdelltra-summary-page .note-block a{
  display: inline-block;
}

.hcp-imdelltra-summary-page .full-width-bottom-banner .promo + .plain-html p,
.hcp-imdelltra-summary-page .full-width-bottom-banner .field-promotext p {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

@media (max-width: 767px) {
  .hcp-imdelltra-summary-page .full-width-bottom-banner h3 {
    text-align: left;
  }

  .hcp-imdelltra-summary-page
    .full-width-bottom-banner
    .promo
    .component-content {
    gap: 29px;
    flex-direction: column;
  }

  .hcp-imdelltra-summary-page .full-width-bottom-banner .field-promoicon {
    text-align: center;
  }

  .hcp-imdelltra-summary-page .full-width-bottom-banner .field-promoicon img {
    width: 43px;
  }

  .hcp-imdelltra-summary-page
    .full-width-bottom-banner
    .field-promotext
    ul
    li
    li {
    margin: 10px 0;
  }

  .hcp-imdelltra-summary-page .full-width-bottom-banner .field-promotext > ul {
    padding-left: 15px;
  }
}

/* grey theme starts */
.hcp .grey-theme {
  background: #f0f1f5;
  padding: 52px 0;
  margin-bottom: 60px;
}

.hcp-imdelltra-summary-page .grey-theme .field-promotext,
.hcp-imdelltra-summary-page .grey-theme .field-promotext h4 {
  text-align: center;
}

/* grey theme starts */
.hcp .grey-theme .field-promolink {
  display: flex;
  justify-content: center;
}

.hcp .white-btn {
  background: #fff;
  border: 1px solid #6e7ba0;
  padding: 15px 30px 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #6e7ba0;
}

.hcp .white-btn:hover {
  background: #6e7ba0;
  color: #fff;
}

.hcp .white-btn::after {
  content: "";
  display: block;
  border-style: solid;
  height: 12px;
  width: 12px;
  border-color: currentColor;
  transform: rotate(223deg);
  box-sizing: border-box;
  border-width: 0 0 2px 2px;
  margin-left: 10px;
}
.hcp-imdelltra-summary-page.hcp .white-btn::after,
.dellphi.hcp .white-btn::after {
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .hcp-imdelltra-summary-page .grey-theme .field-promotext h4 {
    font-size: 23px;
    line-height: 28px;
  }

  .hcp-imdelltra-summary-page .grey-theme .field-promotext p {
    font-size: 18px;
    line-height: 24px;
  }

  .hcp .white-btn {
    padding: 12px;
  }
  .dellphi.hcp .white-btn {
    padding: 12px 20px;
    padding-bottom: 9px;
  }
}

.hcp .promo-container .col-md-3:not(:last-of-type),
.hcp .promo-container .col-md-6 .col-md-6:not(:last-of-type) {
  border-right: 1px solid #6e7ba0;
}

.hcp .four-col-promo .field-promotext p {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #414041;
}

.percent-text {
  font-weight: bold;
  font-size: 52px;
  line-height: 32px;
  text-align: center;
  color: #ff5c35;
  padding: 10px 0;
}

.percent-text span {
  font-size: 26px;
  line-height: 32px;
}

.narrow-text {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #414041;
}

.orange-text {
  color: #ff5c35;
}

.hcp .four-col-promo .field-promotext {
  padding-bottom: 10px;
}

.hcp .four-col-promo .field-promotext2 {
  text-align: center;
  border-top: 1px solid #6e7ba0;
  padding-top: 10px;
}

.hcp .promo-container .col-md-6 .field-promotext {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #414041;
}

.hcp .promo-container .col-md-6 .col-md-12 .field-promotext {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .hcp .promo-container .col-md-3:not(:last-of-type),
  .hcp .promo-container .col-md-6 .col-md-6:not(:last-of-type),
  .hcp .four-col-promo .field-promotext2 {
    border: 0;
  }

  .hcp .four-col-promo .field-promotext {
    position: relative;
  }

  .hcp .four-col-promo .field-promotext::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: #ff5c35;
  }

  .hcp .promo-container .col-md-3:not(:last-of-type)::after,
  .hcp .promo-container .col-md-6 .col-md-6:not(:last-of-type)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background-color: #414041;
  }

  .hcp .promo-container .col-md-3:not(:last-of-type),
  .hcp .promo-container .col-md-6 .col-md-6:not(:last-of-type),
  .hcp .four-col-promo .field-promotext2 {
    border: 0;
    margin-bottom: 20px;
  }

  .hcp .promo-container .col-md-6 .field-promotext {
    padding-top: 0;
    font-size: 16;
    line-height: 21px;
  }

  .hcp
    .promo-container
    .col-md-6
    .row
    .col-md-6:last-of-type
    .field-promotext::after {
    display: none;
  }
}

.hcp .resource-container h4 {
  position: relative;
  margin-bottom: 33px;
}

.hcp .resource-container h4::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 188px;
  height: 2px;
  background-color: #ff5c35;
}

/* resource-promo start */
.hcp .resource-promo .promo-text {
  display: grid;
  grid-template-columns: auto 25%;
  grid-template-rows: auto 41px;
  gap: 10px;
  background: #ffeeea;
  border: 2px solid #ff5c35;
}

.hcp .resource-promo .field-promotext {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding-top: 21px;
  padding-left: 26px;
}

.hcp .resource-promo .field-promotext p {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #ff5c35;
}

.hcp .resource-promo .field-promoicon {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  max-width: 100%;
  padding-top: 21px;
  padding-right: 26px;
  padding-bottom: 10px;
}

.hcp .resource-promo .field-promoicon img {
  width: 100%;
  height: auto;
}

.hcp .resource-promo .field-promolink {
  grid-column: 1 / -1;
  grid-row: 2 / 3;
  background: #ff5c35;
  text-align: right;
  position: relative;
  padding: 10px;
}

.hcp-resources-for-your-practice-page.hcp .resource-promo .field-promolink,
.hcp-resources-for-your-patients-page.hcp .resource-promo .field-promolink {
  border-radius: 5px;
}

.hcp .resource-promo .field-promolink a {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: right;
  color: #fff;
  line-height: normal;
}

.hcp .resource-promo .field-promolink::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 7%;
  height: 100%;
  content: "";
  background: #ffeeea;
  z-index: 1;
  clip-path: polygon(0 0, 65% 0%, 0 100%, 0% 100%);
}

.hcp-resources-for-your-practice-page .resource-promo .field-promolink::after {
  content: none;
}

.hcp .resource-promo .field-promolink a::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 20px;
  background: url("/~/media/AB6FF05F24B54AD6BC98516D6FFA6518.ashx") center
    center no-repeat;
  position: relative;
  top: 1px;
}

.hcp .full-width-bottom-banner .resource-promo .field-promolink a::after {
  position: absolute;
  top: auto;
  right: 0;
}

.hcp-resources-for-your-patients-page
  .resource-promo
  .field-promolink
  a::after {
  width: 15px;
  height: 19px;
  margin-left: 15px;
  margin-bottom: -2px;
}

.hcp .resource-promo,
.hcp .resource-promo .component-content,
.hcp .resource-promo .promo-text {
  height: 100%;
}

/* resource-promo end */

.hcp .resource-container .row .col-md-6:not(:last-of-type) {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .hcp .resource-container .row .col-md-6:first-of-type {
    padding-right: 8px;
  }

  .hcp .resource-container .row .col-md-6:nth-child(2) {
    padding-left: 8px;
  }
}

/* promo clip-path-link start */
.hcp .clip-path-link .field-promotext p:before {
  position: absolute;
  top: 0;
  left: 70%;
  width: 10%;
  height: 100%;
  content: "";
  background: #ff5c35;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

.hcp .clip-path-link .field-promotext p {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  background: #ff5c35;
  padding: 12px 30px 11px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 42px;
  width: 760px;
  max-width: 90%;
}

@media (max-width: 767px) {
  .hcp .clip-path-link .field-promotext p {
    margin-bottom: 37px;
    margin-left: -15px;
    max-width: 315px;
    font-size: 16px;
    padding: 17px 0 17px 24px;
  }

  .hcp .clip-path-link .field-promotext p:before {
    left: 78%;
    width: 20%;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .hcp .clip-path-link .field-promotext p {
    margin-bottom: 45px;
    max-width: 615px;
    padding: 17px 0 17px 24px;
  }

  .hcp .clip-path-link .field-promotext p:before {
    left: 81%;
    width: 18%;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  }
}

/* promo clip-path-link end */

.hcp .resource-container.helpful-links h4::after {
  width: 132px;
}

.hcp .helpful-links {
  margin-top: 51px;
}

.hcp .helpful-links ul {
  padding-left: 15px;
}

.hcp .helpful-links ul li,
.hcp .helpful-links ul li a {
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #ff5c35;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .hcp .resource-promo .field-promoicon img {
    width: 54px;
    height: auto;
  }

  .hcp .resource-promo .field-promotext p {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    color: #6e7ba0;
  }
}

.hcp .link .field-link a {
  justify-content: space-between;
  min-width: 209px;
  align-items: baseline;
}

.dellphi-container p:first-child {
  font-weight: bold;
  position: relative;
}

.dellphi-container p:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93px;
  height: 2px;
  background-color: #ff5c35;
}

.hcp .helpful-links .link-list .field-link a {
  width: 100%;
  display: block;
  padding: 0;
  border-right: 0;
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #ff5c35;
  padding-bottom: 5px;
}

.hcp .helpful-links ul {
  padding-left: 15px !important;
  list-style: disc;
  display: block;
  border-radius: 0;
  background: none;
  border: 0;
  box-shadow: none;
  text-align: left;
  margin: 0;
      padding-bottom: 32px;
}

.for-practice-page .blue-download-conainer .column-splitter > .col-md-6:last-child {
padding-bottom: 64px;
}

@media (max-width: 767px) {
  .hcp .helpful-links .link-list .field-link a {
    min-height: auto;
    font-size: 16px;
    padding-bottom: 0;
  }

  .hcp .helpful-links .row .col-md-6:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.clinical-trials-table thead {
  border-bottom: 1px solid #b8c4d3;
}

table {
  border-collapse: collapse;
}

.clinical-trials-table tr {
  border-bottom: 1px solid #414041;
}

@media (min-width: 1300px) {
  .clinical-trials-table tr td:first-child {
    width: 560px;
  }
}

.clinical-trials-table tr td:not(:last-child) {
  border-right: 1px solid #414041;
}

.clinical-trials-table td {
  padding: 8px;
}

.clinical-trials-table {
  width: 78%;
}

.clinical-trials-table tbody tr:nth-child(1),
.clinical-trials-table tbody tr:nth-child(5),
.clinical-trials-table tbody tr:nth-child(9),
.clinical-trials-table tbody tr:nth-child(12),
.clinical-trials-table tbody tr:nth-child(15),
.clinical-trials-table tbody tr:nth-child(18),
.clinical-trials-table tbody tr:nth-child(22) {
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #414042;
}

.clinical-trials-table thead th {
  padding: 10px;
  border-right: 1px solid #fff;
}

.clinical-trials-table thead tr th:nth-child(1) {
  padding-left: 30px;
}

.clinical-trials-table thead tr th:nth-child(2) {
  text-align: center;
}

.clinical-trials-table tbody td:nth-child(1) {
  padding-left: 30px;
}

.clinical-trials-table tbody td:nth-child(2) {
  text-align: center;
}

.clinical-trials-table thead tr:nth-child(2) {
  background-color: #6d7aa0;
  color: #fff;
  border-bottom: none;
}

.clinical-trials-table thead tr:nth-child(1) {
  background-color: #ff5c35;
  color: #fff;
  text-align: center;
  border-bottom: none;
}

thead tr:nth-child(1) {
  padding: 10px;
}

.clinical-trials-table thead th {
  font-size: 18px;
  line-height: 23px;
}

.clinical-trials-table td {
  font-size: 16px;
  line-height: 20px;
  color: #414042;
}

.clinical-trials-table tbody {
  border-bottom: 2px solid #f15d3c;
}

.clinical-trials-table.table-2 thead th:nth-child(3) {
  text-align: center;
}

.clinical-trials-table.table-2 td:nth-child(3) {
  text-align: center;
}

.clinical-trials-table.table-2 thead tr:nth-child(1) {
  text-align: end;
}

.clinical-trials-table.table-2 thead tr:nth-child(3) {
  background-color: #ffd6cc;
}

.clinical-trials-table.table-2 tbody tr:nth-child(10) {
  background-color: #ffd6cc;
  font-weight: bold;
}

.clinical-trials-table.table-2 tbody tr:nth-child(1),
.clinical-trials-table.table-2 tbody tr:nth-child(2),
.clinical-trials-table.table-2 tbody tr:nth-child(3),
.clinical-trials-table.table-2 tbody tr:nth-child(5),
.clinical-trials-table.table-2 tbody tr:nth-child(7),
.clinical-trials-table.table-2 tbody tr:nth-child(9),
.clinical-trials-table.table-2 tbody tr:nth-child(11),
.clinical-trials-table.table-2 tbody tr:nth-child(13),
.clinical-trials-table.table-2 tbody tr:nth-child(15),
.clinical-trials-table.table-2 tbody tr:nth-child(17),
.clinical-trials-table.table-2 tbody tr:nth-child(19),
.clinical-trials-table.table-2 tbody tr:nth-child(21),
.clinical-trials-table.table-2 tbody tr:nth-child(23) {
  background-color: #f5f5f5;
  font-weight: normal;
}

.table-2 tbody tr:nth-child(12),
.clinical-trials-table.table-2 tbody tr:nth-child(14),
.clinical-trials-table.table-2 tbody tr:nth-child(18),
.clinical-trials-table.table-2 tbody tr:nth-child(22) {
  background-color: #fff !important;
  font-weight: normal !important;
}

@media (max-width: 767px) {
  .clinical-trials-table {
    width: 100%;
  }
}

.table-3 thead {
  border-bottom: 1px solid #b8c4d3;
}

.table-3 tr {
  border-bottom: 1px solid #414041;
}

.table-3 tr td:not(:last-child) {
  border-right: 1px solid #414041;
}

.table-3 {
  width: 78%;
}

@media (min-width: 1300px) {
  .table-3 tr td:first-child {
    width: 750px;
  }
}

.table-3 tbody td:nth-child(1) {
  padding-left: 30px;
}

.table-3 tbody td:nth-child(1) {
  padding: 23px;
}

.table-3 thead {
  background-color: #6d7aa0;
  color: #fff;
}

.table-3 thead th {
  padding: 15px;
}

.table-3 thead th:nth-child(1) {
  padding-left: 23px;
}

.table-3 thead th:nth-child(2) {
  text-align: center;
}

.table-3 td:nth-child(2) {
  text-align: center;
}

.table-3 tbody tr td > span {
  color: #6e7ba0;
  font-weight: bold;
}

.table-3 tbody tr td {
  font-size: 14px;
  line-height: 17px;
}

.table-3 thead th {
  border-right: 1px solid #fff;
}

.table-3 tbody {
  border-bottom: 2px solid #6e7ba0;
}

@media (max-width: 767px) {
  .table-3 {
    width: 100%;
  }
}

/*  */

.table-4 thead {
  border-bottom: 1px solid #b8c4d3;
}

.table-4 tr {
  border-bottom: 1px solid #414041;
}

.table-4 tr td:not(:last-child) {
  border-right: 1px solid #414041;
}

.table-4 {
  width: 78%;
}

@media (min-width: 1300px) {
  .table-4 tr td:first-child {
    width: 245px;
  }
}

.table-4 tbody td:nth-child(1) {
  padding: 13px;
}

.table-4 tbody td {
  text-align: center;
}

.table-4 thead {
  background-color: #FF4B1F;
  color: #fff;
}

.table-4 thead th {
  padding: 15px;
  border-right: 1px solid #fff;
}

.table-4 thead tr {
  border-bottom: none;
}

.table-4 tbody {
  border-bottom: 2px solid #ff5c35;
}

.table-4 th {
  text-align: center;
}

.table-5 tr td:first-child {
  width: 328px;
}

.table-5 tr td:nth-child(2) {
  width: 328px;
}

.table-6 tr td:first-child {
  width: 280px;
}

.table-6 thead tr th:nth-child(1) {
  text-align: center;
}

.table-6 thead tr th:nth-child(2) {
  text-align: left;
}

.table-6 tbody tr td {
  text-align: center;
}

.table-6 tbody tr td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
}

.table-6 td ul {
  padding-left: 15px;
  padding-top: 16px;
}

.table-6 td ul li::marker {
  color: #6e7ba0;
  font-size: 19px;
}

.table-6 td ul li {
  padding-bottom: 5px;
}

.table-6 tbody tr:nth-child(1),
.table-6 tbody tr:nth-child(3) {
  background-color: #f5f5f5;
}

.table-6 tbody tr td:nth-child(1) {
  font-weight: bold;
}

.table-7 td ul {
  padding-top: 10px;
  padding-left: 30px;
}

.table-7 tbody tr td > span {
  color: #414041;
  font-weight: 400;
}

.table-6 tbody tr td:nth-child(2) {
  padding-top: 17px;
}

.table-7 thead {
  background-color: #ff5c35;
  color: #fff;
}

.table-7 td ul li::marker {
  color: #ff5c35;
  font-size: 19px;
}

.table-7 tbody {
  border-bottom: 2px solid #ff5c35;
}

@media (max-width: 767px) {
  .table-4 {
    width: 100%;
  }

  .table-4 thead th {
    padding: 10px;
  }

  .table-6 tr td:first-child {
    width: 135px;
  }
}

.table-8 tr td:nth-child(2) {
  width: 150px;
}

.table-8 thead tr th:nth-child(2) {
  text-align: center;
}

.table-8 tbody tr td:nth-child(2) {
  text-align: center;
  padding-left: 0;
}

.table-8 tbody tr td {
  text-align: left;
  padding-left: 20px;
}

.table-8 tbody tr td ul {
  padding-left: 20px;
}

.table-8 tbody tr:nth-child(1),
.table-8 tbody tr:nth-child(3) {
  background-color: #fff;
}

.table-8 tbody tr:nth-child(1) td:nth-child(1),
.table-8 tbody tr:nth-child(2) td:nth-child(1),
.table-8 tbody tr:nth-child(3) td:nth-child(1) {
  border-bottom: 0.5px solid #f5f5f5;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .table-8 tbody tr td {
    text-align: left;
    padding-left: 5px;
  }

  .table-8 thead tr th:nth-child(1) {
    text-align: left;
  }
}

.table-3 {
  width: 100%;
}

.table-8 {
  margin-top: 48px;
}

.hcp-dosing-and-administration-page
  .component-content
  .file-type-icon-media-link {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .hcp-dosing-and-administration-page
    .component-content
    .plain-html
    + .file-type-icon-media-link
    + .file-type-icon-media-link {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hcp-dosing-and-administration-page
    .component-content
    .plain-html
    + .file-type-icon-media-link {
    display: none;
  }

  .hcp-dosing-and-administration-page
    .component-content
    .plain-html
    + .file-type-icon-media-link
    + .file-type-icon-media-link {
    display: block;
    max-width: 100%;
    overflow: auto;
  }
}

.hcp .component-content .one-col-promo:first-of-type {
  margin-top: 42px;
}

.hcp .component-content .one-col-promo .field-promotext2 ul {
  padding-left: 18px;
  margin: 0;
}

.hcp .component-content .one-col-promo .field-promotext2 ul li::marker {
  color: #ff5c35;
}

.hcp .component-content .one-col-promo:not(:last-of-type) {
  border-bottom: 1px solid #414041;
  padding-bottom: 33px;
  margin-bottom: 33px;
}

body.hcp {
  font-size: calc(var(--base-font-size) + 2px);
}

.hcp .link-list .field-link a {
  height: 100%;
}

@media (max-width: 767px) {
  .hcp .component-content .one-col-promo:not(:last-of-type) {
    padding-bottom: 27px;
    margin-bottom: 27px;
    margin-right: 20px;
  }
}

.hcp .component-content .one-col-promo:last-of-type .field-promotext {
  text-align: center;
  margin-bottom: 47px;
}

.hcp .component-content .one-col-promo .field-promotext2 ul ul {
  list-style: none;
}

.hcp .component-content .one-col-promo .field-promotext2 ul ul li:before {
  content: "\2014";
  margin-right: 2px;
  margin-left: -15px;
  color: #ff5c35;
  font-weight: bolder;
}

.hcp-imdelltra-summary-page
  .full-width-bottom-banner
  .field-promotext
  > ul
  ul
  li:before {
  content: "\2014";
  font-weight: bolder;
}

.hcp .component-content .one-col-promo .field-promotext2 p {
  padding-left: 20px;
  margin-bottom: 0;
  margin-top: 10px;
}

.hcp .component-content .one-col-promo .field-promotext2 .patients p {
  margin-top: 4px;
}

li.after-days {
  margin-bottom: 40px;
}

.hcp .component-content .one-col-promo:last-of-type {
  text-align: center;
  margin-bottom: 47px;
}

.hcp .link-list .field-link a {
  border-right: 0;
}

.hcp .link-list-container .link-list ul li:not(:last-of-type) {
  border-right: 2px solid #ff5c35;
}

@media (max-width: 767px) {
  .hcp .component-content .one-col-promo:last-of-type {
    padding-inline: 0px;
  }
}

.hcp .component-content .one-col-promo .field-promotext2 p a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 14px;
  background: url(/~/media/D9DEBCEE33F64B6F844C669286830F5D.ashx) center center
    no-repeat;
  background-size: 12px;
  top: 2px;
}

.hcp .component-content .one-col-promo .field-promotext2 p a {
  display: block;
  margin-top: 10px;
}

.hcp-dosing-and-administration-page .resource-promo {
  height: 100%;
  width: 429px;
  max-width: 100%;
}

.hcp-dosing-and-administration-page
  .full-width-bottom-banner
  .component-content {
  display: flex;
  justify-content: center;
}

.hcp-dosing-and-administration-page.hcp .resource-promo .field-promotext p {
  border: 0;
  text-shadow: 0 0 black;
  padding: 0;
}

.hcp-dosing-and-administration-page.hcp .full-width-bottom-banner:before {
  display: none;
}

.hcp-dosing-and-administration-page .full-width-bottom-banner.container {
  padding: 49px 0;
}

@media (max-width: 767px) {
  .hcp-dosing-and-administration-page
    .component-content
    .plain-html
    + .file-type-icon-media-link {
    display: none;
  }

  .hcp-dosing-and-administration-page
    .component-content
    .plain-html
    + .file-type-icon-media-link
    + .file-type-icon-media-link {
    display: block;
    max-width: 100%;
    overflow: auto;
  }

  .hcp.hcp-dosing-and-administration-page .resource-promo .promo-text {
    width: 323px;
  }
  .mw-full {
    max-width: 100% !important;
  }
  .administration-page
    .full-width-bottom-banner
    .resource-promo.resource-promo-block
    .promo-text {
    max-width: 387px !important;
  }
  .hcp-dosing-and-administration-page .resource-promo,
  .hcp-dosing-and-administration-page
    .full-width-bottom-banner
    .component-content {
    max-width: 100% !important;
  }
}

.hcp.hcp-dosing-and-administration-page .resource-promo .promo-text {
  display: grid;
  grid-template-columns: auto 25%;
  grid-template-rows: auto 41px;
  gap: 10px;
  background: #ffeeea;
  border: 2px solid #ff5c35;
}

.hcp.hcp-dosing-and-administration-page .resource-promo .field-promoicon {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  max-width: 100%;
  padding-top: 21px;
  padding-right: 26px;
  padding-bottom: 10px;
}

.hcp.hcp-dosing-and-administration-page .resource-promo .field-promolink {
  grid-column: 1 / -1;
  grid-row: 2 / 3;
  background: #ff5c35;
  text-align: right;
  position: relative;
  padding: 10px;
}

.hcp.hcp-dosing-and-administration-page .resource-promo .field-promolink a {
  color: #fff;
}

.hcp.hcp-dosing-and-administration-page
  .resource-promo
  .field-promolink
  a::after {
  background: url(/~/media/AB6FF05F24B54AD6BC98516D6FFA6518.ashx) center center
    no-repeat;
}

.hcp.hcp-dosing-and-administration-page .resource-promo .field-promotext {
  padding-top: 21px;
  padding-left: 26px;
}

.assessment-table tbody tr:nth-child(1),
.assessment-table tbody tr:nth-child(3),
.assessment-table tbody tr:nth-child(5) {
  background-color: #f5f5f5;
}

.hcp .link-list .field-link a {
  padding-inline: 10px;
}

.hcp .link-list-container .link-list ul li {
  display: flex;
  align-items: center;
}

.hcp .table-container .foot-note {
  margin-top: 14px;
  margin-bottom: 32px;
}

.table-9 thead tr th:nth-child(1) {
  text-align: left;
}

.table-9 thead tr th:nth-child(2) {
  text-align: left;
}

.table-9 tr td:first-child {
  width: 165px;
}

.table-9 tr td:nth-child(2) {
  width: 350px;
}

.table-9 tbody tr:nth-child(1) td:nth-child(1),
.table-9 tbody tr:nth-child(2) td:nth-child(1),
.table-9 tbody tr:nth-child(3) td:nth-child(1),
.table-9 tbody tr:nth-child(4) td:nth-child(1) {
  border-bottom: 0.5px solid #ffd6cc;
  background: #ffd6cc;
}

.table-9 tbody tr:nth-child(5) td:nth-child(1),
.table-9 tbody tr:nth-child(6) td:nth-child(1),
.table-9 tbody tr:nth-child(7) td:nth-child(1),
.table-9 tbody tr:nth-child(8) td:nth-child(1) {
  border-bottom: 0.5px solid #dadee7;
  background: #dadee7;
}

.table-9 tbody tr td:nth-child(2) {
  text-align: left;
  padding-left: 18px;
}

.table-9 tbody tr td > span {
  font-weight: bold;
  line-height: 17px;
}

.table-9 tbody tr td:nth-child(2) {
  padding-bottom: 18px;
}

.table-9 tbody tr td:nth-child(2),
.table-9 tbody tr td:nth-child(3),
.table-9 tbody tr td:nth-child(4) {
  padding-right: 18px;
}

.table-9 tbody tr td:nth-child(3),
.table-9 tbody tr td:nth-child(4) {
  align-content: baseline;
  padding: 18px;
}

.table-container + .container .foot-note {
  margin-top: 14px;
  margin-bottom: 32px;
}

.hcp-dose-modifications-and-management-strategies-page h4 {
  margin-bottom: 10px;
}

.table-9 {
  margin-top: 25px;
}

.hcp-dose-modifications-and-management-strategies-page > .foot-note {
  margin-top: 50px;
}

.hcp .text-with-orange-underline {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #414041;
  position: relative;
  width: fit-content;
  margin-bottom: 24px;
}

.hcp .text-with-orange-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff5c35;
}

@media (max-width: 767px) {
  .hcp .text-with-orange-underline {
    font-size: 14px;
    line-height: 18px;
  }
}

.hcp .left-img-promo img {
  width: 200px;
}

.hcp .left-img-promo .component-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hcp .left-img-promo .promo-text {
  display: flex;
  flex: 0.5;
}

.hcp .left-img-promo .promo-text .field-promotext p {
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: left;
  color: #fff;
  margin: 0;
}

@media (min-width: 768px) {
  .hcp-baseline-characteristics-page .column-splitter .col-md-6:first-of-type {
    position: relative;
  }

  .hcp-baseline-characteristics-page
    .column-splitter
    .col-md-6:first-of-type
    .left-img-promo
    .component-content {
    justify-content: flex-end;
  }

  .hcp-baseline-characteristics-page
    .column-splitter
    .col-md-6:last-of-type
    .left-img-promo
    .component-content {
    justify-content: flex-start;
  }

  .hcp-baseline-characteristics-page
    .column-splitter
    .col-md-6:first-of-type::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 2px;
    height: 135px;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hcp-baseline-characteristics-page
    .column-splitter
    .col-md-6:first-of-type
    .left-img-promo
    .component-content {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .hcp .left-img-promo .promo-text {
    flex: 1;
  }

  .hcp-baseline-characteristics-page .column-splitter .col-md-6:first-of-type {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 20px;
    position: relative;
  }

  .hcp-baseline-characteristics-page
    .column-splitter
    .col-md-6:first-of-type::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .hcp-baseline-characteristics-page
    .column-splitter
    .col-md-6:first-of-type::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 43px solid transparent;
    border-right: 43px solid transparent;
    border-bottom: 31px solid white;
    transform: rotate(180deg);
    top: 10px;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
  }
}

.hcp .field-link a.orange-outline-btn {
  border-radius: 4px;
  background: transparent;
  border: 2px solid #ff5c35;
  font-family: Overpass;
  font-weight: bold;
  font-size: 23px;
  text-align: left;
  color: #414041;
}

.hcp-baseline-characteristics-page .dark-orange-theme {
  margin-bottom: 66px;
}

@media (max-width: 767px) {
  .hcp-baseline-characteristics-page .dark-orange-theme {
    margin-bottom: 44px;
  }
}

.clinical-trials-table {
  margin-inline: auto;
  margin-top: 30px;
}

.hcp-study-design-page .file-type-icon-media-link {
  margin-top: 30px;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .desktop-img {
    display: none;
  }

  .mobile-img {
    text-align: center;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .mobile-img {
    display: none;
  }

  .desktop-img img {
    max-width: 100%;
  }
}

.study-design-promo ul {
  padding-left: 18px;
}

.study-design-promo h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.study-design-promo ul li {
  font-size: 14px;
  line-height: 16.5px;
}

.study-design-promo ul li::marker {
  color: #ff5c35;
}

.study-design-promo .component-content:nth-child(1) {
  margin-left: 50px;
}

@media (max-width: 767px) {
  .study-design-promo .component-content:nth-child(1) {
    margin-left: 20px;
  }

  .study-design-promo h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .study-design-promo ul li {
    margin-bottom: 10px;
  }

  .study-design-promo .col-md-6:nth-child(1) .component-content:nth-child(1) {
    border-bottom: 1.5px solid red;
    margin-bottom: 25px;
  }

  .study-design-promo .component-content:nth-child(1) ul li:nth-last-child() {
    margin-bottom: 25px;
  }

  .study-design-promo .component-content:nth-child(1) {
    margin-right: 20px;
  }
}

.study-design-promo ul li {
  margin-bottom: 10px;
}

.breadcrumb-wrapper {
  display: flex;
  border-bottom: 2px solid #ff5c35;
  width: fit-content;
  margin-bottom: 27px;
}

.breadcrumb-wrapper div {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  align-content: center;
  padding-left: 4px;
}

.breadcrumb-wrapper > div:first-of-type {
  padding: 6px 20px;
  color: #fff;
  background: #ff5c35;
  position: relative;
}

.breadcrumb-wrapper > div:last-of-type div:first-child {
  color: #ff5c35;
}

.breadcrumb-wrapper > div:first-of-type::after {
  position: absolute;
  top: 0px;
  right: -1px;
  width: 17%;
  height: 100%;
  content: "";
  background: white;
  z-index: 1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.breadcrumb-wrapper div:last-of-type {
  padding-right: 0;
}

.breadcrumb-wrapper > div:last-of-type {
  display: flex;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper div {
    font-size: 14px;
    line-height: 24px;
  }

  .breadcrumb-wrapper > div:last-of-type {
    flex-direction: column;
  }
}

.hcp-clinical-results-mpfs-page .field-promotext2 p {
  margin-bottom: 0;
}

.hcp-clinical-results-mpfs-page .field-promotext2 ul {
  padding-left: 20px;
  margin-top: 37px;
}

.hcp-clinical-results-mpfs-page .field-promotext2 ul li::marker {
  color: #ff5c35;
}

.hcp-clinical-results-mpfs-page .promo + .foot-note {
  margin-top: 40px;
  margin-bottom: 57px;
}

.promo-heading-two-col .promo-text > div {
  display: flex;
  flex-direction: column;
}

.promo-heading-two-col .heading.field-promotext h2 {
  text-align: center;
}

.hcp .promo-heading-two-col .description {
  display: flex;
  align-items: center;
  width: 852px;
  max-width: 100%;
  margin-inline: auto;
}

.hcp .promo-heading-two-col .description .field-promotext2 {
  padding-right: 32px;
  font-weight: bold;
  font-size: 87px;
  line-height: 25px;
  text-align: center;
  color: #ff5c35;
  position: relative;
}

.hcp .promo-heading-two-col .description .field-promotext2::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 2px;
  height: 98px;
  background-color: #707070;
  top: 50%;
  transform: translateY(-50%);
}

.hcp .promo-heading-two-col .description .field-promotext3 {
  padding-left: 32px;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  color: #414041;
}

@media (max-width: 767px) {
  .hcp .promo-heading-two-col .description .field-promotext3 {
    font-size: 18px;
    line-height: 24px;
    padding-left: 10px;
  }
}

.hcp-clinical-results-mpfs-page.hcp .full-width-bottom-banner {
  background-image: url("/~/media/EFD402AB91C94F78A73C9013A3107C24.ashx");
}

@media (max-width: 767px) {
  .table-9 tbody td:nth-child(1) {
    padding: 10px;
    padding-left: 10px;
    padding-right: 0px;
  }

  .hcp-dose-modifications-and-management-strategies-page.hcp
    .table-container
    .component-content {
    overflow: scroll;
  }
}

.hcp-clinical-results-mpfs-page .field-promoicon,
.hcp-clinical-results-mpfs-page .field-promoicon2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .mobile-img img {
    max-width: 100%;
  }
}

.promo-heading-two-col .promo-text > div {
  gap: 40px;
}

.hcp-clinical-results-mpfs-page.hcp .full-width-bottom-banner {
  padding-bottom: 81px;
}

@media (min-width: 768px) {
  .hcp .promo-heading-two-col .description .field-promotext2 {
    padding-right: 52px;
  }
}

@media (max-width: 767px) {
  .promo-heading-two-col .promo-text > div {
    gap: 25px;
  }
}

@media (min-width: 768px) {
  .promo-splash .field-promotext {
    max-width: 457px;
  }
}

.control-label {
  cursor: default;
}

.jcf-selected:empty {
  display: none;
}

.page-not-found .connect-header .connect-header-brand img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .page-not-found .connect-header .connect-header-brand img {
    /* max-width: 80%; */
  }

  .quantum-drop-down-menu
    .quantum-drop-down-menu__list-item:nth-child(3)
    .quantum-drop-down-menu__link {
    width: auto;
  }
}

@media (max-width: 767px) {
  .address-box {
    border-radius: 0;
    padding: 10px;
  }

  .address-box .row {
    margin-inline: -10px;
  }

  .address-box .form-group {
    padding-inline: 0;
  }

  .address-box .form-group:last-child {
    margin-bottom: 0;
  }

  #addsuggbox .flex-column {
    padding: 5px 10px;
  }

  #addsuggbox .custom-radio {
    margin-bottom: 0;
  }

  .formrow > .col-md-12 {
    order: 2;
  }

  .formrow > div:nth-child(2) {
    order: 3;
  }
}

@media (min-width: 768px) {
  .address-box {
    border-radius: 0;
    padding-bottom: 15px;
  }

  .address-box .form-group {
    margin-bottom: 0;
  }

  #addsuggbox .flex-column {
    padding: 0;
  }
}

#jcode-container {
  padding: 32px 30px;
}

#jcode-container .orange-flag {
  margin-bottom: 20px;
  margin-top: 17px;
}

#jcode-container .orange-flag img {
  max-width: 600px;
}

#jcode-container h2 {
  margin-bottom: 22px;
}

#jcode-container .orange-flag p {
  margin-bottom: 0px;
  position: relative;
  font-weight: bold;
  font-size: 23px;
  text-align: left;
  color: #fff;
  position: relative;
  background: #ff5c35;
  z-index: 11;
  height: 75px;
  display: flex;
  align-items: center;
  width: fit-content;
  padding-left: 34px;
  border-bottom: 7px solid #6e7ba0;
  margin-bottom: 0;
  padding-top: 10px;
  width: 740px;
}

#jcode-container .orange-flag p:before {
  position: absolute;
  top: 0;
  left: 92%;
  width: 14%;
  height: 100%;
  content: "";
  background: #ff5c35;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

#jcode-container .orange-flag p:after {
  position: absolute;
  top: 7px;
  left: 93%;
  width: 14%;
  height: 100%;
  content: "";
  background: #6e7ba0;
  z-index: -2;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

.j-code-text-button span {
  font-weight: 700;
}

.j-code-text-button {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}

.hcp-imdelltra-summary-page .j-code-text-button {
  flex-direction: column;
  gap: 32px;
}

.hcp-imdelltra-summary-page .j-code-text-button > p {
  padding-bottom: 32px;
  border-bottom: 3px solid rgba(255, 92, 53, 1);
  padding-right: 15px;
}

.hcp-imdelltra-summary-page .j-code-text-button > p::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 24px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  background: rgba(255, 92, 53, 1);
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}

/* .j-code-text-button p {
  width: 418px;
  margin-right: 194px;
} */
.hcp .j-code-learnbutton p {
  width: 100%;
  margin-right: 0px;
  font-weight: bold;
  font-size: 23px;
  line-height: 29px;
  text-align: left;
  color: #ff5c35;
}

.hcp-imdelltra-summary-page .j-code-learnbutton .right-content p {
  font-family: "Overpass";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #414041;
}

.hcp .j-code-learnbutton a {
  border: 1px solid #fe5b34;
  display: inline-block;
  padding: 9px 46px 7px 20px;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
}

.hcp-imdelltra-summary-page .j-code-learnbutton {
  background: rgba(240, 242, 246, 1);
  padding: 32px 48px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.hcp-imdelltra-summary-page .j-code-learnbutton a {
  display: inline-block;
  padding: 12px 32px 9px;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  background: #0063c3;
  border: none;
  width: 234px;
}
.hcp-imdelltra-summary-page .j-code-learnbutton a:hover {
  color: #0063c3;
  background: #fff;
}
.hcp-imdelltra-summary-page .j-code-learnbutton a:hover::after {
  border-color: #0063c3;
}
.hcp-imdelltra-summary-page .j-code-learnbutton a::after {
  border-color: #ffffff;
}

.j-code-text-button .j-code-learnbutton a:hover {
  border: 1px solid #fe5b34;
  background-color: #fe5b34;
  color: #fff;
  text-decoration: none;
}

.hcp-imdelltra-summary-page .j-code-learnbutton a:hover {
  text-decoration: none;
}

.j-code-learnbutton a:after {
  content: "";
  display: block;
  border-style: solid;
  height: 11px;
  width: 11px;
  border-color: #fe5b34;
  transform: rotate(223deg);
  box-sizing: border-box;
  border-width: 0 0 2px 2px;
  float: right;
  margin-left: 22px;
  position: absolute;
  right: 40px;
  top: 16px;
}

.hcp-preparation-page .orange-border.orange-border .field-promoicon img {
  width: 85%;
  padding-bottom: 50px;
}

.hcp-preparation-page .orange-border.orange-border .field-promoicon {
  margin-top: -30px;
}

.hcp-crs-page .bar-graph-neuro-container .promo .desktop-img img {
  width: auto !important;
}

.hcp-crs-page .bar-graph-neuro-container .promo .desktop-img {
  margin: auto 250px;
  margin-bottom: 55px;
  margin-top: 50px;
}

#durable-efficacy-container .stat-callout .stat-callout__figure {
  max-width: 100%;
  justify-content: center;
}

.stat-callout .stat-callout__headline {
  color: #fe5b34;
}

.hcp-neurological-events-icans-page
  .foot-note-spacing
  .promo-brand
  .field-promoicon
  img {
  width: 70%;
}

.hcp-resources-for-your-practice-page
  .resource-container
  #asco_patient_profiles {
  margin-top: 0;
}

.j-code-learnbutton a:hover:after {
  border-color: #fff;
}

.hcp #jcode-container .foot-note {
  margin-top: 20px;
}

.j-code-text-button p {
  position: relative;
}

.j-code-text-button p:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #fe5b34;
  right: -100px;
}

/* .j-code-text-button p:after {
  width: 30px;
  height: 60px;
  border-left: solid 30px #fe5b34;
  border-bottom: solid 30px transparent;
  border-top: solid 30px transparent;
  position: absolute;
  content: "";
  right: -129px;
  top: 42px;
} */

.j-code-text-button .j-code-learnbutton p:before {
  content: none;
}

.j-code-text-button .j-code-learnbutton p:after {
  content: none;
}

.hcp-preparation-page .j-code-text-button p {
  width: 100%;
  margin-right: 0px;
}

.hcp-preparation-page .j-code-text-button p:after,
.hcp-preparation-page .j-code-text-button p:before {
  content: none;
}

.hcp-preparation-page #jcode-container {
  padding: 43px 16px;
}

.hcp.hcp-preparation-page .component-content .one-col-promo:first-of-type {
  margin-top: 0px;
}

.hcp-imdelltra-summary-page.hcp .narrow-text .hide-desktop {
  display: none;
}

@media (max-width: 767px) {
  .hcp-preparation-page #jcode-container {
    padding: 20px 0px !important;
    padding-bottom: 0 !important;
  }

  .j-code-text-button {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  #jcode-container {
    padding: 28px 0px;
  }

  #jcode-container .orange-flag p {
    margin-bottom: 0px;
    position: relative;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    color: #fff;
    position: relative;
    background: #ff5c35;
    z-index: 11;
    height: auto;
    display: block;
    align-items: center;
    width: 92%;
    padding-left: 17px;
    border-bottom: 7px solid #6e7ba0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 7px;
  }

  .j-code-text-button p {
    width: 100%;
    margin-right: 0px;
  }

  #jcode-container .orange-flag {
    margin-bottom: 24px;
    margin-top: 15px;
  }

  .j-code-learnbutton p:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fe5b34;
    right: 0px;
    top: -49px;
  }

  .hcp-imdelltra-summary-page .j-code-learnbutton p:before {
    content: none;
  }

  .j-code-learnbutton {
    margin: 0 auto;
    margin-top: 90px;
    position: relative;
    text-align: center;
  }

  #jcode-container {
    position: relative;
  }

  #jcode-container .foot-note p:last-child {
    position: relative;
    margin-left: -5px !important;
    padding-right: 20px;
  }
  .hcp-imdelltra-summary-page #jcode-container .foot-note p:last-child {
    position: relative;
    margin-left: 23px !important;
    padding-right: 20px;
    
    padding-bottom: 0;
  }
  .hcp-imdelltra-summary-page #jcode-container .j-code-text-button{
    position: relative;
    margin-bottom: 47px !important;
  }
  .hcp-imdelltra-summary-page #jcode-container .j-code-text-button p{
            border-bottom: 3px solid #ff5c35;
        padding-bottom: 20px;
  }
  .hcp-imdelltra-summary-page #jcode-container .j-code-text-button::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 24px;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    background: rgba(255, 92, 53, 1);
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
  }
  .hcp-imdelltra-summary-page #jcode-container{
    padding-bottom: 7px;
  }
  .hcp-imdelltra-summary-page .container.full-width-container.grey-theme{
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .hcp .j-code-learnbutton p {
    width: 100%;
    margin-right: 0px;
    font-weight: bold;
    font-size: 23px;
    line-height: 29px;
    text-align: left;
    color: #ff5c35;
    display: contents;
  }

  .hcp-neurological-events-icans-page
    .foot-note-spacing
    .promo-brand
    .field-promoicon
    img {
    width: 100%;
  }

  .hcp .j-code-learnbutton a {
    border: 1px solid #fe5b34;
    display: inline-block;
    padding: 9px 46px 7px 20px;
    border-radius: 5px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    height: 100%;
    line-height: normal;
    text-align: left;
    margin-top: 10px;
  }

  .hcp-imdelltra-summary-page .j-code-learnbutton a {
    border: none;
  }

  .hcp-crs-page .bar-graph-neuro-container .promo .desktop-img {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .desktop-only {
    display: none;
  }

  .j-code-text-button p:after,
  .j-code-text-button p:before {
    content: none;
  }

  .hcp-imdelltra-summary-page .j-code-text-button > p::before {
    content: none;
  }

  .hcp-imdelltra-summary-page .j-code-text-button > p {
    padding-bottom: 0px;
    margin-bottom: 0;
    border: none;
  }

  .hcp.hcp-imdelltra-summary-page .narrow-text.margin-top-mobile {
    margin-top: 15px !important;
    display: inline-block;
  }

  .hcp-imdelltra-summary-page.hcp
    .promo-container
    .col-md-6:first-of-type
    .field-promotext {
    padding-bottom: 3px !important;
  }

  .hcp-imdelltra-summary-page.hcp .percent-text .hide-mobile {
    display: none;
  }

  .hcp-imdelltra-summary-page.hcp .narrow-text .hide-desktop {
    display: block;
  }

  .hcp .resource-promo .field-promolink {
    margin-top: 0;
  }
}

@media screen and (min-width: 767px) {
  .hcp-resources-for-your-practice-page.hcp .resource-promo .promo-text {
    /*display: flex;*/
    flex-direction: column;
    background-color: transparent !important;
    border: none !important;
  }

  .hcp-resources-for-your-practice-page.hcp .resource-promo .promo-text > a {
    order: 2 !important;
    /* margin: -4.5em 0 0 58px !important;*/
  }

  .hcp-resources-for-your-practice-page.hcp .resource-promo .field-promoicon {
    order: 1;
  }

  .hcp-resources-for-your-practice-page.hcp .resource-promo .field-promolink {
    order: 3;
  }

  .hcp-resources-for-your-practice-page.hcp .resource-promo .field-promotext {
    padding: 0;
  }

  .hcp-resources-for-your-practice-page.hcp .resource-promo .field-promotext p {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #6e7ba0;
    font-size: 18px;
    margin: 0;
    padding-right: 63px;
  }

  .hcp-resources-for-your-practice-page.hcp
    #operational_guides
    .resource-promo
    .field-promotext
    p {
    padding: 0 !important;
  }

  .hcp-resources-for-your-practice-page.hcp
    #operational_guides
    .col-md-6:nth-child(1)
    .resource-promo
    .field-promotext
    p
    br:nth-child(1) {
    display: none !important;
  }

  .hcp-resources-for-your-practice-page.hcp
    #operational_guides
    .col-md-6:nth-child(3)
    .resource-promo
    .field-promotext
    p {
    margin-top: 10px;
  }

  .hcp-resources-for-your-practice-page.hcp
    .resource-promo#res-pqg-doc
    .field-promotext
    p
    br {
    display: none;
  }

  .hcp-resources-for-your-practice-page.hcp
    .resource-promo#res-pqg-doc
    .promo-text
    > a,
  .hcp-resources-for-your-practice-page.hcp
    .resource-promo#asco_patient_profiles
    .promo-text
    > a {
    min-height: 65px;
  }

  .hcp-resources-for-your-practice-page.hcp
    #operational_guides
    .resource-promo
    .promo-text
    > a {
    min-height: 65px;
  }

  .hcp-resources-for-your-practice-page.hcp
    .resource-promo
    .field-promoicon
    img {
    width: 52px;
    height: 52px;
  }

  .hcp-resources-for-your-practice-page.hcp .resource-promo .field-promolink a {
    text-align: center;
    text-decoration: none !important;
  }

  .hcp-resources-for-your-practice-page.hcp
    .resource-container.blue-download-conainer
    .resource-promo
    .field-promolink {
    background: #007dc3;
  }

  /* for-patients */
  #for-patients.hcp .resource-promo .promo-text {
    /*display: flex;*/
    flex-direction: column;
    background-color: transparent !important;
    border: none !important;
  }

  #for-patients.hcp .resource-promo .promo-text > a {
    order: 2 !important;
    /*margin: -4.5em 0 0 58px !important;*/
  }

  #for-patients.hcp .resource-promo .field-promoicon {
    order: 1;
  }

  #for-patients.hcp .resource-promo .field-promolink {
    order: 3;
  }

  #for-patients.hcp .resource-promo .field-promotext {
    padding: 0;
  }

  #for-patients.hcp .resource-promo .field-promotext p {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #6e7ba0;
    font-size: 18px;
    margin: 0;
    padding-right: 20px;
    padding-left: 16px;
  }

  #for-patients.hcp .resource-promo .field-promotext p br:nth-child(4) {
    display: none !important;
  }

  #for-patients.hcp .col-md-6:nth-child(4) .resource-promo p br {
    /*display: none !important;*/
  }

  #for-patients.hcp .col-md-6:nth-child(3) .resource-promo .promo-text > a,
  #for-patients.hcp .col-md-6:nth-child(4) .resource-promo .promo-text > a {
    min-height: 65px;
  }

  #for-patients.hcp .resource-promo .field-promoicon img {
    width: 52px;
    height: 52px;
  }

  #for-patients.hcp .resource-promo .field-promolink a {
    text-align: center;
    text-decoration: none !important;
  }

  #for-patients.hcp .resource-promo .field-promolink::after {
    content: none;
  }

  #for-patients.hcp .resource-container:nth-child(10) h4::after {
    width: 110px;
  }
}

@media (min-width: 767px) and (max-width: 1025px) {
  .hcp-resources-for-your-practice-page.hcp .resource-promo .promo-text > a {
    /*margin: -4em 0 0 80px !important;*/
    min-height: 60px !important;
  }

  .hcp-resources-for-your-practice-page.hcp
    #operational_guides
    .resource-promo
    .field-promotext
    p
    br {
    display: block !important;
  }

  .hcp-resources-for-your-practice-page.hcp
    #operational_guides
    .col-md-6:nth-child(1)
    .resource-promo
    .field-promotext
    p
    br:nth-child(1) {
    display: none !important;
  }

  .hcp-resources-for-your-practice-page.hcp .resource-promo .field-promolink {
    margin: 0 15px !important;
  }

  .hcp .resource-container.blue-download-conainer h4::after {
    width: 271px !important;
  }

  .hcp-resources-for-your-practice-page.hcp .resource-promo .field-promotext p {
    padding-right: 0;
  }

  #for-patients.hcp .resource-promo .promo-text > a {
    min-height: 50px;
    margin: 0em 0 0 7px !important;
  }

  #for-patients.hcp .resource-promo .field-promotext p,
  .hcp-resources-for-your-practice-page.hcp .resource-promo .field-promotext p {
    padding-right: 5px;
  }
}

.hcp-asp-page #connect-live-wrapper .plain-html h1 {
  font-family: "Overpass";
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  text-align: center;
  color: #0063c3;
  padding-top: 36px;
}

.hcp-asp-page #connect-live-wrapper .plain-html p {
  text-align: center;
}

.hcp-asp-page #container_copay + .container {
  max-width: 100% !important;
}

@media screen and (max-width: 991px) {
  .hcp-imdelltra-summary-page .j-code-learnbutton {
    flex-direction: column;
    margin-top: 20px;
  }

  .hcp-asp-page #connect-live-wrapper .plain-html h1 {
    font-family: "Overpass";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #0063c3;
    padding-top: 28px;
  }

  .hcp-asp-page #connect-live-wrapper .plain-html p {
    font-family: "Overpass";
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38 !important;
    letter-spacing: normal !important;
    text-align: center;
    color: #414041;
  }
  .hcp-preparation-page .orange-border.orange-border .field-promoicon img {
    width: auto;
    padding-bottom: 0;
  }
  .safety-page #crs .bar-graph-neuro-container .promo .promo-text .field-promotext h2 {
    font-size: 20px;
  }
}

.hcp-dosing-and-administration-page img,
.hcp-es-sclc-page img,
.hcp-study-design-page img,
.hcp-preparation-page img {
  width: 100%;
  height: auto;
}

.hcp .ds-sub-heading {
  font-family: Overpass;
  font-size: 23px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #414041 !important;
}


.safety-page #crs .bar-graph-neuro-container .promo .promo-text .field-promotext h2{
      color: #414041;
    font-family: Overpass;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

#crs-threat .foot-note p:nth-child(4){
  text-indent: -8px;
     margin-bottom: 32px;
}

#crs-threat .foot-note p:nth-child(3){
  margin-bottom: 3px !important;
}

.administration-page .shadow-container .plain-html .arrow-image .desktop-image{
  display: block;
}
.administration-page .shadow-container .plain-html .arrow-image .mob-image{
  display: none;
}

.administration-page .shadow-container .plain-html h1{
  color: var(--Brand-Colors-Text, #414042);
font-family: Overpass;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 116.667% */
    margin: 32px 0 0 0;
}

.administration-page .shadow-container .component.image.file-type-icon-media-link:nth-of-type(2) {

display: none;
}



@media screen and (max-width: 991px){
  .administration-page .shadow-container .plain-html .arrow-image .desktop-image{
  display: none;
}
.administration-page .shadow-container .plain-html .arrow-image .mob-image{
  display: block;
  width: 100%;
}


}

@media (max-width: 767px) {
    .hcp-dosing-and-administration-page .shadow-container img {
        width: 100% !important;
    }
}

.safety-common-adverse-page .container#Neurologic-toxicity .link#dose-btn{
  margin-top: 32px;
}

.safety-common-adverse-page .container#crs .plain-html#additional-analysis{
  margin: 32px 0 0 0;
}

.safety-common-adverse-page .container#crs .promo-brand{
  margin-top: 77px !important;
}
@media screen and (max-width: 991px){
  .safety-common-adverse-page .container#crs .promo-brand {
      margin-top: 49px !important;
  }
}
.hcp-imdelltra-summary-page #administer-imdelltra{
        margin-top: 160px;
    max-width: 958px !important;
    border-radius: 0;
}

.hcp-imdelltra-summary-page .full-width-bottom-banner .new-line{
 background-image: url(../images/new-line-background.png);
 background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -164px;
    min-height: 84px;
    min-width: calc(100% + 162px);
    margin-left: -81px;
}



.hcp-imdelltra-summary-page .full-width-bottom-banner .new-line p{
      color: #FFF;
    text-align: center;
    font-family: Overpass;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding: 18px 26px 21px;
    margin: 0;
}
.hcp-imdelltra-summary-page .full-width-bottom-banner .new-line p:first-child{
  padding-bottom: 11px;
}
.hcp-imdelltra-summary-page .full-width-bottom-banner .new-line p.font-sm{
  font-size: 22px;
  line-height: 22px;
  padding-top: 0;
}


.hcp-es-sclc-page #page-split-view .promo-container .column-splitter .col-md-6:first-child {

border-right: 2px solid #FF4B1F;
max-width: 320px;

}
@media screen and (max-width: 991px){
  .hcp-es-sclc-page #page-split-view .promo-container .column-splitter{
    padding:0 16px;
  }
.hcp-es-sclc-page #page-split-view .promo-container .column-splitter .col-md-6:first-child{
  border-bottom:2px solid #FF4B1F ;
  border-right: none;
}

.hcp-es-sclc-page #page-split-view .promo-container .column-splitter .col-md-6:first-child > .component-content{
  margin-bottom: 20px;
}
.hcp-es-sclc-page #page-split-view .promo-container .column-splitter .col-md-6:last-child > .component-content{
   margin-top: 20px;
}
.hcp-imdelltra-summary-page .full-width-bottom-banner .new-line{
  background-image: url(../images/new-background-mob);
  margin-left: -16px;
        background-size: 100%;
        background-position: center;
        min-width: calc(100% + 32px);
        margin-top: -25px;
}

}

.hcp-es-sclc-page #page-split-view .promo-container .column-splitter .promo-text .field-promotext p{
  font-size: 14.08px !important;
  max-width: 180px;
  margin-left: 13px;
}
.hcp-es-sclc-page #page-split-view .promo-container .column-splitter .promo-text .field-promotext p b{
  font-weight: 700 !important;
}
@media screen and (max-width: 991px){
.hcp-es-sclc-page #page-split-view .promo-container .column-splitter .promo-text .field-promotext p b {
  font-size: 20px !important;
}
.hcp-es-sclc-page #page-split-view .promo-container .column-splitter .promo-text .field-promotext p{
      margin: 0 auto;
    font-size: 18px !important;
    padding-bottom: 20px;
    max-width: 230px;
    padding-top: 6px;
    
}
.hcp-es-sclc-page #page-split-view .promo-container .column-splitter .col-md-6:last-child .field-promoicon{
  padding-top: 20px;
}
}

/* /* .hcp.hcp-es-sclc-page .three-col-promo .field-promoicon{
  text-align: center !important;
} */
 .hcp-es-sclc-page #page-split-view .promo-container .column-splitter > .col-md-6:last-child {

padding-left: 63px

} 

.hcp-imdelltra-summary-page .full-width-bottom-banner .main-div{
      display: flex;
    gap: 24px;
        padding-top: 42px;
}

.hcp-imdelltra-summary-page .full-width-bottom-banner .main-div .content-main h3{
      font-size: 20px !important;
    line-height: 24px !important;
}

@media screen and (max-width: 991px){
  .hcp-imdelltra-summary-page .full-width-bottom-banner .main-div{
    flex-direction: column;
    gap: 0;
  }
  .hcp-imdelltra-summary-page #administer-imdelltra {
    margin-top: 0px !important;
  }
}



.hcp-full-home-page .home-new-sec{
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
        padding: 48px 64px;
        margin-bottom: 53px;
}

.hcp-full-home-page .home-new-sec .monitoring-card .field-promotext .mobile-image{
  display: none;
}

.hcp-full-home-page .home-new-sec .monitoring-card .field-promotext2 .bullet-div{
  padding: 40px 0 0;
}
.hcp-full-home-page .home-new-sec .monitoring-card .field-promotext2 .bullet-div ul{
  margin-bottom: 0;
}
.hcp-full-home-page .home-new-sec .monitoring-card .field-promotext2 .main-div{
  display: flex;
    gap: 40px;
    margin-top: 39px;
    position: relative;
        margin-bottom: 80px;
}
.hcp-full-home-page .home-new-sec .monitoring-card .field-promotext2 .main-div:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #ff5c35;
  max-width: 1280px;
}

.hcp-full-home-page .home-new-sec .monitoring-card .field-promotext2 .main-div:after{
  content: "";
        display: block;
        position: absolute;
        border: 0px;
        left: 50%;
        width: 55px;
        height: 55px;
        background: #ffffff;
        border-right: 1px solid #ff5c35;
        border-bottom: 1px solid #ff5c35;
        transform: translateX(-50%) rotate(45deg);
        top: auto;
        bottom: -27px;
}


.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promotext h3{
  color: var(--Brand-Colors-Primary, #FF4B1F);
font-family: Overpass;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 133.333% */
    margin: 0;
}

.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promotext .monitoring-content{
  display: flex;
    /* gap: 40px; */
    padding-top: 40px;
}

.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promotext .monitoring-content .monitoring-copy{
  padding-left: 34px;
    color: var(--Brand-Colors-Text, #414042);
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-right: 79px;
}

.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promotext .monitoring-reference{
  display: flex;
    gap: 20px;
    margin-top: 40px;
}

.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promotext .monitoring-reference .reference-icon{
  padding-left: 42px;
}

.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promotext .monitoring-reference .reference-copy{
  padding-top: 17px;
    color: #414042;
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* .hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promolink{
      margin: 73px 0 48px;
} */
.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promolink{
      display: flex;
    justify-content: center;
    align-items: center;
        padding-top: 40px;
}
.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promolink a{
  color: #414042;
    font-family: "Overpass";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    border-radius: 40px;
    padding: 17px 105px 13px 35px;
    background: #f0f2f6;
    text-decoration: none;
    max-width: 284px;
}
.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promolink a:hover {
    background: #ff5c35;
    color: #fff;
}
.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promolink a::after{
       content: "";
    position: absolute;
    width: 59px;
    height: 58px;
    top: 13px;
    right: 24px;
    background-size: contain;
    background-image: url(/-/media/Themes/Amgen/imdelltrahcp-com/imdelltrahcp-com/images/right-arrow-org.svg);
    background-repeat: no-repeat;
}

.hcp-full-home-page .home-new-sec .monitoring-card .field-promotext2 .main-div .content-main p{
  color: #414042;
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
        margin-bottom: 0;
    padding-bottom: 10px;
}
.hcp-full-home-page .home-new-sec .monitoring-card .field-promotext2 .main-div .content-main ul,
.hcp-full-home-page .home-new-sec .monitoring-card .field-promotext2 .main-div .content-two{
  padding-bottom: 20px;
}
.hcp-full-home-page .home-new-sec .monitoring-card .field-promotext2 .main-div .content-two p{
    padding-bottom: 20px;
}
.hcp-full-home-page .home-new-sec .monitoring-card .field-promotext2 .main-div .content-main p strong{
  color: var(--Brand-Colors-Primary, #FF4B1F);
  font-weight: 700;
}

.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promotext .monitoring-content .monitoring-copy ul li:not(:last-child) {
margin-bottom: 24px; 
}
.hcp-full-home-page .home-new-sec .monitoring-card .content-main{
  padding-right: 22px;
}

.hcp-full-home-page .home-new-sec .monitoring-card .content-main ul li:not(:last-child)  {
    margin-bottom: 10px; 
}


@media screen and (max-width: 991px){

  .hcp-full-home-page .home-new-sec > div{
    max-width: 100% !important;
  }
  .hcp-full-home-page .home-new-sec{
      padding: 40px 0 30px;
    margin: 140px auto 24px;
    max-width: calc(100% - 40px) !important;
  }
  .hcp-full-home-page .home-new-sec .field-promotext2{
    padding-left:20px;
    padding-right:20px;
    padding-top: 25px;
  }
  .hcp-full-home-page .home-new-sec .field-promotext2 ul{
    padding-left:20px;
  }
  .hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text{
    padding:0 20px;
  }
  
  .hcp-full-home-page .home-new-sec .monitoring-card .field-promotext .mobile-image{
    display: block;
    max-width: 110%;
    width:100%;
    margin-left: 0;
    margin-top: -150px;
  }
  .hcp-full-home-page .home-new-sec .monitoring-card .field-promotext .desk-image{
display: none;
  }

  .hcp-full-home-page .home-new-sec .monitoring-card .field-promotext2 .main-div{
        flex-direction: column;
        align-items: center;
        gap: 20px;
  }
  .hcp-full-home-page .home-new-sec .monitoring-card .field-promotext2 .main-div .img-wrapper img{ 
    max-width: 105px;
    height: auto;
    width: 105px;
  }
  .hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promotext .monitoring-content {
     flex-direction: column;
    align-items: center;
  }
  .hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promotext .monitoring-content .monitoring-copy{
    padding: 0;
    margin-top: 40px;
  }
  
.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promotext .monitoring-reference .reference-icon {
  padding: 0;
}
.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promotext .monitoring-reference .reference-copy {
  padding: 0;
}
.hcp-full-home-page .home-new-sec .recommand-monitoring .promo-text .field-promotext .monitoring-reference{
  gap: 0;
}
.hcp-imdelltra-summary-page .full-width-bottom-banner .new-line p{
  font-size: 20px;
line-height: 27px;
}
.hcp-imdelltra-summary-page .full-width-bottom-banner .new-line p{
  padding-top: 10px;
  padding-bottom: 8px;
}
.hcp-imdelltra-summary-page .full-width-bottom-banner .new-line p:first-child {
  padding-bottom: 8px;
}
.hcp-imdelltra-summary-page .full-width-bottom-banner .new-line p.font-sm{
  font-size: 16px;
line-height: 27px;
padding-top: 0;
}
.hcp-imdelltra-summary-page .full-width-bottom-banner .main-div .content-main h3{
  margin: 0;
}
.hcp-imdelltra-summary-page .full-width-bottom-banner h4{
  margin-top: 20px;
}


}

