.custom-safety-info-accordian-container {
  position: relative;
  left: 50%;
  max-width: 90vw;
  transform: translateX(-50%);
  width: 1800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.custom-safety-info-accordian-container .custom-safety-info-accordian-box {
  background-color: var(--color-light);
}

.custom-safety-info-accordian-container
  .custom-safety-info-accordian-box
  table
  td {
  font-size: clamp(14px, calc(1.9vw - 10.6px), 24px);
  line-height: clamp(24px, calc(1.9vw - 0.6px), 34px);
  margin-bottom: 0.75rem;
  color: var(--color-text-secondary-dark);
  word-break: break-word;
  font-family: var(--font-family-primary);
  padding: 25px;
  border: 1px solid #fff;
}

.custom-safety-info-accordian-container
  .custom-safety-info-accordian-box
  table
  td.custom-table-headline {
  width: 100%;
  max-width: 20%;
  background-color: #4d4084;
  color: var(--color-light);
}

.custom-safety-info-accordian-container
  .custom-safety-info-accordian-box
  table
  td.custom-table-details {
  width: 100%;
  max-width: 90%;
  background-color: #dbd8e6;
  vertical-align: middle;
}

.custom-safety-info-accordian-container .custom-safety-info-accordian-box h6 {
  font-size: 36px;
  line-height: 40px;
  color: var(--color-primary);
  font-family: var(--font-family-primary-bold);
  font-family: var(--font-family-secondary-bold);
}

.custom-strong-pink {
  color: var(--color-primary);
}

.custom-safety-info-accordian-container
  .custom-safety-info-accordian-box
  .custom-table-small-note-para {
  font-size: 14px;
  line-height: 20px;
}

.full-width-img-txt-block .custom-txt-block {
  padding: 0;
  width: 80%;
}

.full-width-img-txt-block .custom-img-block {
  width: 50%;
}

.navbar-expand-lg .navbar-nav .custom-black-triangle {
  color: #000000;
  margin-right: 2px;
}

.graph-detail-block .small-graph-note {
  font-size: 12px;

  line-height: 16px;
}

.references a:focus-visible,
.references a:focus,
.navbar-expand-lg .navbar-nav a.nav-link:focus-visible,
.navbar-expand-lg .navbar-nav a.nav-link:focus,
.custom-popup-view-video .popup-close:focus,
.custom-popup-view-video .popup-close:focus-visible {
  outline: none;
  box-shadow: none;
}

.custom-outline-downward-triangle {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 19px solid #fff;
  top: 15px;
  font-size: 0;
}

.challenge-attr-cm-block .custom-pink-box-wrapper {
  border-radius: 0;
}

.custom-outline-downward-triangle::before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid #000;
  left: -10px;
  top: -18px;
}

.main-layout .ulilicontent ul li {
  margin-bottom: 0.75rem;
}

ul.custom-purple-list-bullets {
  padding-left: 0;
  margin-left: 0;
}

ul.custom-purple-list-bullets li {
  position: relative;
  list-style: none;
  padding-left: 1rem;
  list-style-type: none !important;
}

ul.custom-purple-list-bullets li::before {
  content: "•";
  position: absolute;
  left: -1rem;
  top: 0.4em;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--color-secondary);
}

.main-page-banner img.custom-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  color: var(--p-color);
  padding: 26px 0 40px;
}

.main-page-banner img.custom-slider-img.desktop-slider-img {
  display: block;
  padding-top: 0;
  height: 104%;
}

.main-page-banner img.custom-slider-img.mobile-slider-img {
  display: none;
}

.custom-slider-cta-banner-link {
  display: flex;
  justify-content: space-between;
  max-width: 70%;
  margin: auto;
}

.custom-slider-cta-banner-link a {
  max-width: 50%;
}

.custom-slider-cta-banner-link a small {
  max-width: 230px;
  display: inline-block;
  text-wrap: auto;
  text-align: left;
}

#autoCarousel .main-page-banner p.custom-banner-endpoint-txt {
  font-family: var(--font-family-secondary);
  font-size: clamp(14px, 1.5vw, 22px);
  line-height: clamp(16px, 2vw, 24px);
}

.purple-slider-box-content.text-center {
  background-color: var(--color-secondary);
  color: var(--color-light);
  padding: 50px 20px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.purple-slider-box-content.text-center h2 {
  font-size: clamp(35px, 2.5vw, 56px);
  line-height: clamp(45px, 2.7vw, 60px);
  font-family: var(--font-family-secondary-bold);
}

.purple-slider-box-content.text-center p {
  font-size: clamp(16px, 1.5vw, 32px);
  line-height: clamp(18px, 2vw, 36px);
  font-family: var(--font-family-secondary-bold);
}

.main-layout .custom-slider-cta-banner-link a.btn.btn-secondary::after {
  width: 48px;
  height: 48px;
  background-size: 100%;
  top: 50%;
  transform: translateX(50%);
}

.main-layout .custom-slider-cta-banner-link a.btn.btn-secondary {
  min-height: 69px;
  display: flex;
  align-items: center;
}

.custom-overflow-x-hidden {
  overflow-x: hidden;
}

.custom-div-float-block {
  position: relative;
  z-index: 1;
}

.bg-background-img-star-burst::before {
  content: "";
  position: absolute;
  top: -87px;
  left: -31%;
  width: 170%;
  height: 143%;
  background-image: url(../images/custom-Starburst.png);
  background-size: contain;
  background-position: center top;
  z-index: 0;
  background-repeat: no-repeat;
}

.challenge-attr-cm-block
  .custom-step-area-wrapper
  .custom-flowchart-box-title-area-desktop {
  max-width: 85%;
  margin: auto;
}

.challenge-attr-cm-block
  .custom-step-area-wrapper
  .custom-flowchart-box-title-area-desktop
  .title-area {
  font-family: var(--font-family-primary-bold) "HCo Gotham SSm Bold_Web",
    sans-serif;
  color: var(--color-secondary);
}

.challenge-attr-cm-block .custom-step-area-movable {
  align-items: unset;
  height: unset;
  justify-content: flex-end;
}

.challenge-attr-cm-block
  .custom-step-area-wrapper
  .custom-flowchart-box-title-area-desktop
  .title-area
  .main-title {
  font-size: clamp(16px, calc(2.17vw - 13.6px), 28px);
  line-height: clamp(22px, calc(1.81vw - 2.75px), 32px);
}

a.btn.hcp-button.enabled:focus-visible {
  background-color: var(--color-pink);
  border: none;
  padding: 19px 5rem;
  color: var(--color-light);
}

ul.custom-no-list-type li {
  list-style-type: none;
}

.video-txt-wrapper-block
  .custom-video-wrapper
  .custom-txt-block
  ul.custom-no-list-type {
  padding-left: 0;
}

.main-layout .btn.btn-secondary {
  padding: 1rem 60px 1rem 2rem;
}

.custom-green-box ul {
  margin-top: 10px;
}

.custom-green-box ul.custom-purple-list-bullets {
  padding-left: 10px;
}

.custom-green-box ul.custom-dash-list {
  padding-left: 10px;
}

.full-width-img-txt-block .d-lg-flex {
  gap: 100px;
}

.main-layout ul li::marker {
  font-size: 1.9rem;
}

.custom-green-box.custom-safety-info-accordian-box {
  padding: 35px 80px 35px 86px;
}

.custom_skewX_5deg {
  transform: skewX(5deg) !important;
}

.custom_skewX_1deg {
  transform: skewX(1deg) !important;
}

.custom_skewX_minus_1deg {
  transform: skewX(-1deg) !important;
}

#autoCarousel .carousel-item img {
  width: 100%;
  object-fit: cover;
}

.amruttiv-cards .btn.btn-secondary::before {
  top: 50%;
  transform: translateX(50%);
}

.floating-button {
  z-index: 999;
}

.custom-home-slider .banner-bottom-text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: unset;
}

.video-txt-wrapper-block .custom-video-wrapper .custom-txt-block ul {
  padding-left: 1.1rem;
}

.hcp-title {
  font-weight: bolder;
}

#autoCarousel {
  max-width: 2000px;
  height: 100%;
  margin: auto;
}

.amruttiv-cards .card-inner p.custom-note-para.small-text {
  font-size: 16px;
  line-height: 20px;
}

.custom-home-slider {
  position: relative;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: auto !important;
  opacity: 1;
}

.treatment-p .btn.btn-secondary {
  padding: 2rem 50px 2rem 3rem;
  min-height: fit-content;
  height: 50px;
}

.treatment-p .btn.btn-secondary::after {
  top: 50%;
  transform: translateX(50%);
  width: 45px;
  height: 45px;
}

.graph-detail-block .small-graph-note.custom-mobile-device {
  display: none;
}

.graph-detail-block .small-graph-note.custom-desktop-device {
  display: block;
}

@media (min-width: 1600px) {
  .custom-HELIOS-B-study-details-btn {
    margin-top: 20px;
  }

  .amruttiv-cards .purple-card {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .amruttiv-cards .purple-number {
    font-size: 200px;
  }

  .amruttiv-cards h2 {
    margin-bottom: 30px;
  }

  .amruttiv-cards .percentage span {
    font-weight: 600;
    font-size: 50px;
  }

  #autoCarousel .btn.btn-secondary {
    padding: 3rem 55px 3rem 4.5rem;
    height: 85px;
  }

  #autoCarousel .btn.btn-secondary::after {
    right: 10px;
    width: 56px;
    height: 56px;
  }
}

@media (min-width: 1900px) {
  #autoCarousel .btn.btn-secondary {
    padding: 3rem 70px 3rem 4.5rem;
  }

  #autoCarousel .btn.btn-secondary::after {
    right: 10px;
    width: 68px;
    height: 68px;
  }
}

@media (max-width: 1900px) {
  .navbar-custom,
  .navbar-custom.fixed-top {
    height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  #autoCarousel .btn.btn-secondary {
    padding: 1rem 50px 1rem 3.5rem;
    height: 59px;
    min-height: fit-content;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  #autoCarousel .btn.btn-secondary {
    line-height: 22px;
  }
}

@media (min-width: 1441px) {
  #autoCarousel .btn.btn-secondary {
    line-height: 35px;
  }
}

@media screen and (min-width: 1441px) {
  .challenge-attr-cm-block
    .custom-step-area-wrapper
    .custom-flowchart-box-title-area-desktop
    .title-area
    .main-title {
    font-size: 28px;
    line-height: 32px;
  }

  ul.custom-purple-list-bullets li::before {
    top: 0.9rem;
  }
}

@media (min-width: 1441px) and (max-width: 1599px) {
  .main-layout .custom-slider-cta-banner-link a.btn.btn-secondary::after {
    width: 56px;
    height: 56px;
  }
}

@media (min-width: 1441px) {
  #autoCarousel .btn.btn-secondary {
    line-height: 35px;
    padding: 1rem 65px 1rem 4.5rem;
  }

  .main-layout .custom-slider-cta-banner-link a.btn.btn-secondary::after {
    width: 68px;
    height: 68px;
  }

  .full-width-img-txt-block
    .custom-txt-block
    ul.custom-purple-list-bullets
    li::before {
    top: 0.9rem;
  }
}

@media (min-width: 1600px) {
  #autoCarousel .btn.btn-secondary {
    padding: 3rem 65px 3rem 4.5rem 45px;
    height: 85px;
  }
}

@media (min-width: 992px) and (max-width: 1260px) {
  .full-width-img-txt-block .d-lg-flex {
    gap: 20px;
  }

  .full-width-img-txt-block .custom-txt-block {
    padding: 20px 0;
    width: 50%;
  }

  .challenge-attr-cm-block .container {
    max-width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .challenge-attr-cm-block .custom-single-row-wrapper p,
  .challenge-attr-cm-block
    .custom-step-area-wrapper
    .custom-flowchart-box-title-area-desktop
    .title-area
    .main-title {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .full-width-img-txt-block .d-lg-flex {
    gap: 0;
  }

  .full-width-img-txt-block .custom-txt-block {
    width: 50%;
  }
}

@media screen and (max-width: 1440px) {
  .purple-slider-box-content.text-center {
    padding: 35px 20px;
  }
}

@media screen and (min-width: 992px) {
  .table-responsive.custom-table-wrapper-auto-mob {
    margin-top: 40px;
  }

  .full-width-img-txt-block .custom-txt-block .container {
    width: 90%;
  }

  .full-width-img-txt-block .custom-txt-block {
    padding: 30px 0;
  }

  .full-width-img-txt-block .d-lg-flex {
    gap: 0px;
  }

  .custom-popup-view-video .popup-close {
    top: -25px;
  }
}

@media (max-width: 767px) and (min-width: 1599px) {
  #autoCarousel .btn.btn-secondary {
    padding: 1rem 51px 1rem 3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-bottom-text p {
    font-size: 12px;
    line-height: 14px;
  }
  .custom-slider-cta-banner-link {
    max-width: 100%;
  }

  #autoCarousel .main-page-banner .main-title {
    font-size: 87px;
    top: 18px;
  }

  .amruttiv-cards .percentage {
    margin-top: -40%;
  }

  .amruttiv-cards .card-skew .small-text,
  .amruttiv-cards .purple-card .small-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .bg-background-img-star-burst::before {
    top: 100px;
    left: 10%;
  }
}

@media screen and (min-width: 1441px) {
  .custom-slider-cta-banner-link a small {
    max-width: 372px;
  }

  .custom-slider-cta-banner-link {
    max-width: 90%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .challenge-attr-cm-block
    .custom-step-area-wrapper
    .custom-step-area-movable
    .custom-flowchart-box-area {
    padding: 0px;
    margin-top: 20px !important;
  }
}

@media (max-width: 991px) {
  .navbar-custom,
  .navbar-custom.fixed-top {
    height: 80px;
  }

  .custom-table-wrapper-auto-mob {
    overflow-y: unset !important;
    max-width: 100%;
    width: 100% !important;
    overflow-x: unset !important;
  }

  .custom-safety-info-accordian-container
    .custom-safety-info-accordian-box
    table
    tbody
    tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .custom-safety-info-accordian-container
    .custom-safety-info-accordian-box
    table
    tbody
    tr
    td {
    width: 100%;
  }

  .custom-safety-info-accordian-container
    .custom-safety-info-accordian-box
    table
    td.custom-table-headline,
  .custom-safety-info-accordian-container
    .custom-safety-info-accordian-box
    table
    td.custom-table-details {
    max-width: 100%;
    margin-bottom: 0;
  }

  .custom-table-wrapper-auto-mob.table-responsive {
    overflow-x: unset !important;
    border: 0;
  }

  .custom-table-wrapper-auto-mob.table-responsive table {
    width: 100% !important;
    /* force table to stretch full width */
    table-layout: fixed;
    /* optional: ensures columns fit within width */
    word-wrap: break-word;
    white-space: break-spaces;
  }

  .custom-safety-info-accordian-container .custom-safety-info-accordian-box h6 {
    font-size: 24px;
    line-height: 30px;
  }

  .custom-safety-info-accordian-container
    .custom-safety-info-accordian-box
    table
    td {
    word-wrap: break-word !important;
    white-space: break-spaces !important;
    padding: 10px;
    border: 0;
  }

  .custom-safety-info-accordian-container
    .custom-safety-info-accordian-box
    table
    tr {
    border: 0;
  }

  .full-width-img-txt-block .custom-img-block {
    width: 100%;
  }

  .full-width-img-txt-block .custom-txt-block {
    margin-bottom: 20px;
    width: 100%;
  }

  .challenge-attr-cm-block .container {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  #autoCarousel .main-page-banner .row.align-items-top {
    display: flex;
    align-items: center;
  }

  #autoCarousel .main-page-banner img.custom-slider-img.desktop-slider-img {
    height: 104%;
  }

  .challenge-attr-cm-block
    .custom-step-area-wrapper
    .custom-step-area-movable
    .custom-flowchart-box-area
    .custom-flowchart-box-double-arrow,
  .challenge-attr-cm-block
    .custom-step-area-wrapper
    .custom-step-area-movable
    .custom-flowchart-box-area
    .custom-flowchart-box {
    margin-left: 10px;
    margin-right: 10px;
    width: 90%;
  }

  .carousel-item.main-page-banner-slider1-bg-img {
    background: url(../images/main-banner.png) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 18px 0 140px;
    max-width: 100%;
  }

  .carousel-item.main-page-banner-slider2-bg-img {
    background: url(../images/home-slider-2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 18px 0 174px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1899px) {
  #autoCarousel .main-page-banner .row.align-items-top {
    min-height: 550px;
  }
  .carousel-item.main-page-banner-slider2-bg-img {
    padding: 18px 0 60px;
  }
}

@media screen and (min-width: 1900px) {
  .carousel-item.main-page-banner-slider1-bg-img {
    background-position: center -115px;
  }
  #autoCarousel .main-page-banner .row.align-items-top {
    min-height: 550px;
  }
}

@media screen and (max-width: 767px) {
  .main-page-banner img.custom-slider-img.desktop-slider-img {
    display: none;
  }
  .main-page-banner .skewbox p{
    padding-bottom: 10px;
  }

  .main-page-banner img.custom-slider-img.mobile-slider-img {
    display: block;
  }

  .custom-slider-cta-banner-link {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin: 0;
    max-width: 100%;
  }

  .custom-slider-cta-banner-link a {
    max-width: 100%;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .custom-slider-cta-banner-link a small {
    max-width: 100%;
    text-align: center;
  }

  .purple-slider-box-content.text-center {
    margin-bottom: 50px;
  }

  .purple-slider-box-content.text-center h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .purple-slider-box-content.text-center p {
    font-size: 25px;
    line-height: 30px;
  }

  .hcp-container .custom-checkbox-wrapper {
    justify-content: flex-start;
  }

  .hcp-container .custom-checkbox-wrapper label {
    text-align: left;
  }

  .hcp-title {
    font-size: 29px;
    line-height: 39px;
  }

  .bg-background-img-star-burst::before {
    width: 200%;
    height: 290%;
    background-size: contain;
    background-position: center top;
    z-index: 0;
    background-repeat: no-repeat;
    max-width: 100%;
    transform: translate(50%, -10%);
  }

  .carousel-item
    .main-page-banner.main-page-banner-slider2
    .custom-start-burst-banner-img-wrapper {
    position: relative;
    z-index: 0;
  }
  #autoCarousel .main-page-banner-slider2-bg-img .row.align-items-top {
    min-height: 550px;
    align-items: center;
  }
  .carousel-item
    .main-page-banner.main-page-banner-slider2
    .custom-start-burst-banner-img::before {
    width: 200%;
    height: 290%;
    background-size: contain;
    background-position: center top;
    z-index: 0;
    background-repeat: no-repeat;
    max-width: 100%;
    transform: translate(50%, -17%);
    content: "";
    position: absolute;
    top: 20px;
    left: -50%;
    background-image: url(../images/custom-Starburst.png);
  }

  .challenge-attr-cm-block
    .custom-step-area-wrapper
    .custom-flowchart-box-title-area-desktop {
    padding-top: 30px;
    margin: 0;
    max-width: 100%;
  }

  .challenge-attr-cm-block h2.challenge-attr-cm-title {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .carousel-item.main-page-banner-slider2-bg-img {
    background: url(../images/mobile-banner-main-slider-2.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 13px 0 30px;
  }

  .carousel-item.main-page-banner-slider1-bg-img {
    background: url(../images/mobile-banner-main-slider-1.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 13px 0 30px;
  }

  #autoCarousel .main-page-banner p.custom-banner-endpoint-txt {
    text-align: left !important;
  }

  .challenge-attr-cm-block
    .custom-step-area-wrapper
    .custom-flowchart-box-title-area-desktop
    .title-area.text-center {
    text-align: left !important;
  }

  .challenge-attr-cm-block
    .custom-step-area-wrapper
    .custom-step-area-movable
    .custom-flowchart-box-area {
    padding: 0;
    margin-top: 8px !important;
  }

  .graph-detail-block .custom-parallelogram-shape-graph h5 {
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
  }

  .graph-detail-block .custom-parallelogram-shape-graph {
    padding: 20px 10px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .custom-HELIOS-B-study-details-btn {
    margin-top: 30px;
  }

  .custom-green-box h2 {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .challenge-attr-cm-block
    .custom-step-area-wrapper
    .custom-flowchart-box-title-area-desktop
    p.challenging_Diagnosis {
    margin-bottom: 10px;
  }

  .custom-safety-info-accordian-container .custom-safety-info-accordian-box h6 {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .custom-green-box.custom-safety-info-accordian-box {
    padding: 35px 20px 35px 20px;
  }

  .main-page-banner {
    background-position: top center;
    background-size: cover;
    padding: 26px 0 120px;
    max-width: 100%;
  }

  .carousel-item .main-page-banner.main-page-banner-slider1 {
    background-position: top center;
  }

  .main-layout .btn.btn-secondary::after {
    top: 50%;
    transform: translateX(50%);
  }

  .custom-home-slider {
    border-bottom: 8px solid var(--color-btn-primary);
  }

  .custom-parallelogram-shape-graph .custom-top-grap-tag {
    left: 30px;
  }

  .graph-detail-block .small-graph-note.custom-desktop-device {
    display: none;
  }
    .amruttiv-cards h2.custom-div-float-block {
    margin-bottom: 0; 
  }
}

@media (min-width: 768px) and (max-width: 1900px) {
  .treatment-p .btn.btn-secondary {
    padding: 2rem 50px 2rem 3.5rem;
    min-height: fit-content;
    height: 60px;
  }

  .treatment-p .btn.btn-secondary::after {
    top: 50%;
    transform: translateX(50%);
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 1441px) {
  .treatment-p .btn.btn-secondary::after {
    width: 55px;
    height: 55px;
  }

  .treatment-p .btn.btn-secondary {
    padding: 2rem 60px 2rem 3.5rem;
    min-height: fit-content;
    height: 60px;
  }
}

@media (min-width: 1441px) and (max-width: 1899px) {
  .carousel-item.main-page-banner-slider1-bg-img {
    background-position: center -60px;
    padding: 18px 0 80px;
  }
  .custom-home-slider .banner-bottom-text {
    position: unset;
    transform: unset;
  }
}

@media (min-width: 1900px) {
  .carousel-item.main-page-banner-slider1-bg-img {
    background: url(../images/main-banner.png) no-repeat;
    background-position: center -115px;
    background-size: cover;
    padding: 18px 0 155px;
    max-width: 100%;
  }
}

@media (min-width: 1920px) {
  .carousel-item.main-page-banner-slider1-bg-img .banner-bottom-text {
    margin-top: 20px;
  }
}

@media (min-width: 2100px) {
  .carousel-item.main-page-banner-slider1-bg-img {
    padding: 18px 0 190px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .custom-home-slider .banner-bottom-text {
    bottom: 15px;
  }
  .carousel-item.main-page-banner-slider1-bg-img {
    padding: 18px 0 180px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .custom-home-slider .banner-bottom-text.container,
  #autoCarousel
    .main-page-banner
    .custom-knockdown-content-container.container {
    max-width: 95% !important;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .custom-popup-view-video {
    margin-top: 20px;
  }
}



@media screen and (min-width: 576px) and (max-width: 767px) {
  .skew-card-sec-2 .icon-circle {
    top: -155px;
  }
}

@media (max-width: 570px) {
  .custom-home-slider .knockdown-p br {
    display: none;
  }

  .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 411px) and (max-width: 469px) {
  .amruttiv-cards .percentage {
    margin-top: -22%;
    margin-bottom: 0px;
  }
}

@media (min-width: 470px) and (max-width: 499px) {
  .amruttiv-cards .percentage {
    margin-top: -18%;
    margin-bottom: 0px;
  }
}

@media (max-width: 410px) {
  .amruttiv-cards .percentage {
    margin-top: -25%;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 372px) {
  .purple-slider-box-content.text-center h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (min-width: 1500px) {
  .purple-slider-box-content.text-center {
    padding: 70px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  #autoCarousel .custom-knockdown-content-container {
    width: 990px;
  }

  .carousel-item.main-page-banner-slider1-bg-img {
    background: url(../images/main-banner.png) no-repeat;
    background-position: center -40px;
    background-size: cover;
    padding: 18px 0 195px;
    max-width: 100%;
  }
}

@media (min-width: 1281px) and (max-width: 1440px) {
  #autoCarousel .custom-knockdown-content-container {
    width: 990px;
  }

  .carousel-item.main-page-banner-slider1-bg-img {
    background: url(../images/main-banner.png) no-repeat;
    background-position: center -60px;
    background-size: cover;
    padding: 18px 0 195px;
    max-width: 100%;
  }
}

@media (max-width: 1599px) {
  .custom-HELIOS-B-study-details-btn {
    margin-top: 10px;
  }

  .amruttiv-cards .purple-card {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .amruttiv-cards .purple-number {
    font-size: 160px;
  }

  .amruttiv-cards h2 {
    margin-bottom: 30px;
  }

  .amruttiv-cards {
    padding-top: 16px;
  }

  .amruttiv-cards .percentage span {
    font-weight: 600;
    font-size: 50px;
  }
}

@media screen and (max-width: 1440px) {
  .custom-table-small-note-para {
    font-size: 12px;
    line-height: 14px;
  }

  .custom-safety-info-accordian-container .custom-safety-info-accordian-box h6 {
    font-size: 28px;
    line-height: 36px;
  }

  .amruttiv-cards .card-inner p.small-text,
  .amruttiv-cards .card-inner p.custom-note-para.small-text {
    font-size: 12px;
    line-height: 18px;
  }

  .custom-safety-info-accordian-container
    .custom-safety-info-accordian-box
    table
    td {
    padding: 20px;
    border: 1px solid #fff;
  }

  .custom-safety-info-accordian-container
    .custom-safety-info-accordian-box
    .custom-table-small-note-para {
    font-size: 12px;
    line-height: 18px;
  }

  ul.custom-purple-list-bullets li::before {
    top: 0em;
  }

  .full-width-img-txt-block
    .custom-txt-block
    ul.custom-purple-list-bullets
    li::before {
    top: 0rem;
  }
}
@media (max-width: 575px) {
  .carousel-item
    .main-page-banner.main-page-banner-slider2
    .custom-start-burst-banner-img::before {
    transform: translate(50%, -7%);
  }

  .bg-background-img-star-burst::before {
    top: -172px;
    left: -89%;
    width: 250%;
    height: 250%;
    max-width: 140%;
  }

  .amruttiv-cards .purple-number {
    font-size: 100px;
  }

  .amruttiv-cards .purple-card {
    padding-top: 10px;
  }

  .purple-slider-box-content.text-center {
    margin-bottom: 10px;
  }

  .amruttiv-cards .card-skew .card-inner p.title {
    margin-top: 20px;
  }

  .amruttiv-cards .purple-label {
    margin-top: 20px;
  }

  .amruttiv-cards .card-skew {
    padding: 50px 20px 20px;
  }

  #autoCarousel .main-page-banner h2.red-text.main-title.mobile-title {
    margin-top: 120px;
  }

  #autoCarousel .main-page-banner h1 {
    font-size: 18px;
    line-height: 22px;
  }

  #autoCarousel .main-page-banner p.custom-banner-endpoint-txt {
    font-family: var(--font-family-secondary);
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .main-layout .btn.btn-secondary::after {
    transform: translateX(50%);
    top: 50%;
  }

  .amruttiv-cards .skew-card-sec-2 .card-skew {
    background: transparent;
    box-shadow: none;
    padding: 10px 0;
  }
  .amruttiv-cards h2.custom-div-float-block {
    margin-bottom: 0; 
  }

  .full-width-img-txt-block .custom-img-block img{
      margin-bottom: 10px;
  }
}
@media(min-width: 1201px) and (max-width: 1320px){
.custom-home-slider .banner-bottom-text{
margin-bottom: 20px;
}
} 

@media(min-width: 1200px) and (max-width: 1201px){
.custom-home-slider .banner-bottom-text{
margin-bottom: 35px;
}
} 


@media(min-width: 1360px) and (max-width: 1410px){
.custom-home-slider .banner-bottom-text{
margin-bottom: -10px;
}
} 

@media(min-width: 1411px) and (max-width: 1440px){
.custom-home-slider .banner-bottom-text{
margin-bottom: -20px;
}
} 
@media(min-width: 1900px){
  .custom-flowchart-box p{
    font-size: clamp(13px, calc(1.8vw - 10.6px), 24px);
    line-height: clamp(20px, calc(2.5vw - 10px), 34px);
    }
}