:root {
    --font-family-primary: "HCo Gotham SSm Book_Web", sans-serif;
    --font-family-primary-italic: "HCo Gotham SSm BookItalic_Web", sans-serif;
    --font-family-primary-medium: "HCo Gotham SSm Medium_Web", sans-serif;
    --font-family-primary-bold: "HCo Gotham SSm Bold_Web", sans-serif;
    --font-family-primary-light: "HCo Gotham SSm Light_Web", sans-serif;
    --font-family-light-italic: "HCo Gotham SSm LightItalic_Web", sans-serif;
    --font-family-secondary: "BarlowCondensed-Regular", sans-serif;
    --font-family-secondary-bold: "BarlowCondensed-Bold", sans-serif;
    --font-gotham-narrow-regular: "Gotham-Narrow-Book", sans-serif;
    --font-main-title: "Zuume", sans-serif;
    --color-light: #ffffff;
    --color-primary: #E7004C;
    --color-primary-light: #f8aeae;
    --color-secondary: #4D4084;
    --color-text-dark: #000000;
    --color-text-secondary-dark: #363636;
    --color-green: #76b42f;
    --color-btn-primary: #93D500;
    --footer-text-color: #666;
    --color-grey: #00000033;
    --color-references-bg: rgba(137, 138, 141, 10%);
}
/* reference grey block */
.reference-grey-block {
    padding: 32px 0px 20px 0px;
    background-color: #F3F3F3;
}
.reference-grey-block p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.reference-grey-block p a {
    color: #000;
}
/* end of reference grey block */
/* full width image text block*/
.full-width-img-txt-block {
    width: 100%;
    background-color: #F1F0F5;
}
.full-width-img-txt-block .container-fluid {
    display: flex;
}
.full-width-img-txt-block .custom-img-block {
    width: 45%;
}
.full-width-img-txt-block .custom-txt-block {
    width: 41%;
    padding: 50px 0px;
}
.full-width-img-txt-block .custom-img-block img {
    width: 100%;
    height: auto;
}
.full-width-img-txt-block .custom-txt-block h2 {
    font-size: 36px;
    color: var(--color-secondary);
    line-height: 43px;
    font-family: var(--font-family-primary-bold);
}
.full-width-img-txt-block .custom-txt-block ul {
    padding-left: 2.5rem;
}
ul li::marker {
    font-size: 24px;
}
.custom-pink-txt {
    color: var(--color-primary);
}
/* end of full width image text block*/
/* video-txt-wrapper-block */
.video-txt-wrapper-block {
    padding: 50px 0px;
}
.video-txt-wrapper-block h2.video-block-title.text-center {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    /*  barlow font bold  */
}
.video-txt-wrapper-block .custom-video-wrapper {
    display: flex;
    width: 100%;
}
.custom-video .custom_video_popup:hover img,
.video-txt-wrapper-block .custom-video-wrapper .custom-video-section img:hover {
    border: 1px solid var(--color-primary);
}
.video-txt-wrapper-block .custom-video-wrapper .custom-txt-block ul {
    width: 91%;
    padding-left: 2.5rem;
}
.video-txt-wrapper-block .custom-video-wrapper .custom-video-section img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
/* end of video-txt-wrapper-block */
/* graph-detail-block */
.graph-detail-block {
    margin-top: 0;
}
.graph-detail-block .graph-tile-area {
    text-align: center;
    max-width: 1009px;
    margin: auto;
}
.graph-detail-block .graph-tile-area h2 {
    font-size: 36px;
    line-height: 44px;
    color: var(--color-secondary);
    font-family: var(--font-family-primary-bold);
}
.graph-detail-block .graph-tile-area p {
    font-size: 24px;
    line-height: 44px;
}
.custom-parallelogram-shape-graph img {
    width: 100%;
    margin: auto;
}
/* end of graph-detail-block */
/* challenge-attr-cm-block */
.challenge-attr-cm-block .container {
    max-width: 1800px;
}
.challenge-attr-cm-block h2.challenge-attr-cm-title {
    margin: 59px auto 40px auto;
}
.challenge-attr-cm-block .custom-pink-box-wrapper {
    background-color: #fce6ed;
    padding: 32px 20px;
    max-width: 600px;
    border-radius: 10px;
}
.challenge-attr-cm-block .custom-pink-box-wrapper .custom-icon-bullets-list .custom-icon-bullets {
    display: flex;
    justify-content: center;
    align-items: center;
}
.challenge-attr-cm-block .custom-pink-box-wrapper .custom-icon-bullets-list .custom-icon-bullets img {
    width: 160px;
    height: auto;
}
.challenge-attr-cm-block .custom-single-row-wrapper {
    display: flex;
}
.challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-icon-step {
    max-width: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0px 30px;
    justify-content: flex-end;
}
.challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-icon-step img {
    width: 160px;
    height: auto;
}
.challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-icon-step p {
    text-align: center;
    margin-bottom: 0px;
    /*  gotham font family  */
}
.challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-icon-step .custom-strong-purple {
    color: var(--color-secondary);
}
.challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-flowchart-box-area .title-area {
    /*  gotham font family  */
    font-family: var(--font-family-primary-bold);
    color: var(--color-secondary);
}
.challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-flowchart-box-area .custom-flowchart-box {
    background-color: #e7e7e8;
    padding: 18px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 450px;
}
.challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-flowchart-box-area .custom-flowchart-box-double-arrow {
    background-color: #dbd9e7;
    padding: 18px;
    text-align: center;
    margin-bottom: 0px;
    max-width: 450px;
}
.challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-flowchart-box-area {
    padding: 0px 50px;
}
.challenge-attr-cm-block .custom-step-area-movable {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.challenge-attr-cm-block .custom-flowchart-box-double-arrow {
    position: relative;
    margin-bottom: 0px;
}
.challenge-attr-cm-block .custom-flowchart-box-double-arrow::before {
    position: absolute;
    top: 25%;
    left: -80px;
    content: '';
    display: block;
    background-image: url(../images/left-forward-arrow.png);
    height: 190px;
    width: 175px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}
.challenge-attr-cm-block .custom-flowchart-box-double-arrow::after {
    position: absolute;
    top: 25%;
    content: '';
    display: block;
    background-image: url(../images/right-forward-arrow.png);
    height: 190px;
    width: 175px;
    background-repeat: no-repeat;
    background-size: 100%;
    right: -80px;
    z-index: -1;
}
/* end of challenge-attr-cm-block */
/* graph */
.custom-parallelogram-shape-graph .custom-top-grap-tag {
    position: absolute;
    top: -30px;
    left: -20px;
    background-color: var(--color-secondary);
    color: var(--color-light);
    transform: skewX(-5deg);
    max-width: 350px;
    padding: 10px;
    text-align: center;
}
.custom-parallelogram-shape-graph .custom-top-grap-tag h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    /* barrow */
}
.custom-parallelogram-shape-graph {
    position: relative;
    margin-top: 50px;
}
.graph-detail-block .custom-parallelogram-shape-graph h5 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    transform: skewX(10deg);
    padding: 10px;
    text-align: center;
    font-family: var(--font-family-secondary);
    color: var(--color-text-secondary-dark);
}
.graph-detail-block .small-graph-note {
    margin: 16px 0px;
}
/* end of graph */
/* resource */
.resource-layout-block h2.main-title {
    text-align: center;
    padding: 30px;
    /*  barlow  */
}
.resource-layout-block {
    background-image: url(../images/resource-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.resource-layout-block .custom-article-box-wrapper .thumnails-view img {
    width: 100%;
    height: auto;
}
.custom-resource-wrapper.purple-theme {
    background-color: rgba(77, 64, 132, 0.1);
}
.custom-resource-wrapper.pink-theme {
    background-color: rgba(231, 0, 76, 0.1);
}
.custom-resource-wrapper {
    padding: 30px 30px;
}
.resource-layout-block .custom-resource-wrapper .article-downlaod-link {
    font-size: 19px;
    line-height: 23px;
    display: block;
    font-family: var(--font-family-primary-bold);
}
.resource-layout-block .custom-resource-wrapper.purple-theme .article-downlaod-link {
    color: var(--color-secondary);
}
.resource-layout-block .custom-grid-resource-style h6.article-title {
    color: #000;
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
}
.resource-layout-block .custom-grid-resource-style .custom-article-box-wrapper .custom-text-wrapper p {
    font-size: 19px;
    line-height: 28px;
}
.resource-layout-block .custom-title-tag.custom-parallelogram-title {
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    margin-top: -70px;
    background-color: var(--color-secondary);
    color: var(--color-light);
    transform: skewX(-5deg);
    max-width: 498.69px;
}
.resource-layout-block .custom-resource-wrapper.purple-theme .custom-title-tag.custom-parallelogram-title {
    background-color: var(--color-secondary);
}
.resource-layout-block .custom-resource-wrapper.pink-theme .custom-title-tag.custom-parallelogram-title {
    background-color: var(--color-primary);
}
.resource-layout-block .custom-title-tag.custom-parallelogram-title h2.custom-resource-title-tag {
    text-align: center;
    transform: skewX(5deg);
}
.resource-layout-block .custom-title-tag.custom-parallelogram-title img {
    position: absolute;
    transform: translateX(-50%) skewX(5deg);
    /* Center and skew */
    top: -110px;
    width: 160px;
    height: 160px;
    left: 50%;
    /* Center horizontally */
}
.resource-layout-block .custom-resource-wrapper.pink-theme .article-downlaod-link {
    color: var(--color-primary);
}
.resource-layout-block .custom-resource-wrapper {
    margin-top: 150px;
}
.graph-detail-block .custom-parallelogram-shape-graph {
    background-color: #F0EFF5;
    width: 100%;
    transform: skewX(-10deg);
    padding: 50px 100px;
}
html[lang="de"] .graph-detail-block .custom-parallelogram-shape-graph {
    background-color: #fff;
    width: 100%;
    transform: unset;
    padding: 50px 0px;
}
.graph-detail-block .custom-parallelogram-shape-graph img {
    transform: skewX(10deg);
    height: auto;
}
html[lang="de"] .graph-detail-block .custom-parallelogram-shape-graph img {
    transform: unset;
    height: auto;
}
.graph-detail-block .custom-parallelogram-shape-graph h6 {
    transform: skewX(15deg);
    font-family: var(--font-family-secondary);
}
html[lang="de"] .graph-detail-block .custom-parallelogram-shape-graph h6 {
    transform: unset;
    font-family: var(--font-family-secondary);
}
/* end of resource */
/* green box */
#custom-green-box {
    display: none;
}
a#click_to_expand {
    position: relative;
}
.challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-mob-temp-container .custom-icon-step {
    position: relative;
}
.challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-mob-temp-container {
    margin: auto;
}
.challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-mob-temp-container .custom-icon-step::before {
    position: absolute;
    display: block;
    content: '';
    top: -30px;
    right: 38%;
    background-size: 40px;
    background-repeat: no-repeat;
    background-image: url('../images/downwards-arrow.png');
    width: 41px;
    height: 50px;
    bottom: 40px;
}
.custom-green-box {
    background-color: #f2fae1;
    border-radius: 10px;
    padding: 86px 80px 35px 86px;
    position: relative;
    top: -40px;
}
.main-layout #click_to_expand {
    z-index: 1;
    max-width: 100%;
}
.custom-green-box h2 {
    font-size: 36px;
    line-height: 48px;
    font-family: var(--font-family-primary);
    margin-bottom: 30px;
}
.custom-green-box li {
    font-size: 24px;
    line-height: 34px;
}
.custom-green-box .custom-strong-purple {
    font-weight: 700;
    color: var(--color-secondary);
}
.custom-mob-temp-container {
    display: none;
}
ul.custom-dash-list {
    list-style-type: "- ";
}
.main-layout img {
    max-width: 100%;
}
.main-layout ul li {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--font-family-primary);
    margin-bottom: 15px;
}
body {
    font-family: var(--font-family-primary);
    color: var(--color-text-secondary-dark);
}
header.navbar-expand-lg {
    margin: 0;
    border: none;
    border-radius: 0;
}
.main-layout .btn.primary-btn {
    background-color: var(--color-btn-primary);
    border: none;
    border-radius: 55px;
    color: var(--color-light);
    font-weight: bold;
    font-size: 21px;
    line-height: 27px;
    width: 460px;
    position: relative;
    height: 68px;
}
.main-layout .btn.primary-btn.download {
    position: relative;
    text-wrap: auto;
    padding-right: 50px;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    white-space: normal;
}
.main-layout .btn.primary-btn:hover {
    background-color: var(--color-btn-primary);
    color: var(--color-light);
    opacity: 0.9;
}
.main-layout .arrow-circle {
    background-color: var(--color-btn-primary);
    border: 2px solid var(--color-light);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: absolute;
    right: 8px;
    top: 5px;
}
.main-layout .arrow-down {
    width: 12px;
    height: 12px;
    border-left: 3px solid var(--color-light);
    border-bottom: 3px solid var(--color-light);
    transform: rotate(-45deg);
    position: absolute;
    top: 25%;
}
.main-layout .arrow-line {
    width: 20px;
    height: 3px;
    background-color: var(--color-light);
    position: absolute;
    bottom: 30%;
}
.main-layout .btn.btn-secondary {
    background-color: var(--color-secondary);
    color: var(--color-light);
    display: inline-flex;
    font-size: 32px;
    line-height: 36px;
    font-family: var(--font-family-secondary-bold);
    padding: 1rem 85px 1rem 4.5rem;
    border-radius: 55px;
    align-items: center;
    position: relative;
    height: 80px;
}
.main-layout .btn.btn-secondary:hover {
    background-color: #2B1E62;
    color: var(--color-light);
}
.main-layout .section-border {
    border-bottom: 8px solid var(--color-btn-primary);
}
/** Hcp CSS Starts **/
body.path-frontpage {
    background-image: url(../images/hcp-background.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px 0 46px 0;
}
.hcp-container .hcp-para {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 61px;
    text-align: center;
    font-family: var(--font-family-primary);
    color: var(--color-text-secondary-dark);
}
.hcp-container .field.field--name-field-continue-button.field--type-string-long.field--label-hidden.field--item {
    display: none;
}
.hcp-logo {
    display: flex;
    place-content: center;
}
.hcp-logo img {
    max-width: 528px;
    margin-bottom: 50px;
}
.hcp-title {
    font-size: 56px;
    line-height: 62px;
    text-align: center;
    margin-bottom: 61px;
    font-family: var(--font-family-secondary-bold);
    color: var(--color-primary);
}
.btn.hcp-button {
    background-color: var(--color-btn-primary);
    border: none;
    padding: 19px 5rem;
    color: var(--color-light);
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 110px;
    border-radius: 30px;
}
.btn.hcp-button:hover {
    background-color: #577E01;
    color: var(--color-light);
}
.hcp-container input[type="text"],
.hcp-container input[type="password"] {
    text-align: center;
    padding: 10px;
    width: 100%;
    height: 55px;
    border-radius: 25px;
    border: 1px solid var(--color-primary-light);
    font-size: 16px;
    line-height: 20px;
    font-family: var(--font-family-primary);
}
/**Header CSS Starts**/
.navbar-custom {
    background-color: var(--color-primary);
    /* Bright pink-red background */
    height: 80px;
}
.navbar-custom.fixed-top {
    height: 50px;
}
.navbar-nav li {
    height: auto;
    line-height: 30px;
    padding: 0 25px;
    position: relative;
}
.navbar-nav .nav-link,
.navbar-nav .nav-link:focus {
    color: var(--color-light);
    padding: 1rem;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    font-family: var(--font-family-primary-medium);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    text-decoration: none;
}
.lang-select {
    background: transparent;
    padding: 10px 20px;
    border-color: var(--color-light);
    border-radius: 6px;
    border-width: 2px;
    font-family: var(--font-family-primary);
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid white;
    height: 36px;
    padding: 4px 8px;
    border-radius: 4px;
}
.mobile-divider {
    border-bottom: 2px solid var(--mobile-divider-color);
    /* Green divider in mobile */
    margin: 0 1rem;
}
/**Header CSS Ends**/
/**Footer CSS Starts**/
footer {
    font-size: 14px;
    color: var(--footer-text-color);
    font-family: var(--font-family-primary);
    line-height: 20px;
    width: 100%;
}
ul.footer-links {
    display: flex;
}
.footer-links li {
    display: inline-block;
}
.footer-links li::after {
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    width: 2px;
    background-color: var(--color-text-secondary-dark);
    top: 30%;
}
.footer-links li:last-child::after {
    display: none;
}
.footer-links a {
    color: var(--color-text-secondary-dark);
    margin: 0 0.5rem;
    text-decoration: none;
    font-size: 17px;
    line-height: 30px;
    font-family: var(--font-family-primary-bold);
}
.footer-links a:first-child {
    margin-left: 0px;
}
.footer-links p.small {
    font-size: 14px;
    line-height: 20px;
}
.footer-links a:hover {
    text-decoration: underline;
}
footer .alnylam-logo {
    max-height: 84px;
    margin-top: 3.2rem;
}
/**Gray Footer**/
footer.bg-secondary.footer-links a {
    color: var(--color-light);
}
footer.bg-secondary.footer-links li::after {
    background-color: var(--color-light)
}
/**Footer CSS Ends**/
/** Banner Starts **/
.main-page-banner {
    background: url(../images/main-banner.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--p-color);
    position: relative;
    padding: 26px 0 40px;
    max-width: 100%;
}
.main-page-banner .banner-german-lng {
    padding: 26px 0 55px;
}
.main-banner-right-text {
    display: flex;
    flex-direction: column;
    margin: 70px -45px 80px 0;
}
.skewbox {
    background: var(--color-secondary);
    width: auto;
    height: auto;
    transform: skew(-10deg);
    padding: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-left: 45px;
}
.main-layout .skewbox p {
    transform: skew(10deg);
    font-family: var(--font-family-secondary-bold);
    margin: 0px auto 10px auto;
    font-size: 46px;
    line-height: 48px;
    text-align: left;
    padding: 10px 23px 10px 23px;
}
.skewbox span {
    /* font-size: 18px;
    line-height: 16px;
    position: relative;
    width: 100%;
    display: flex;
    align-content: center; */
    margin-left: 8px;
    font-family: var(--font-family-secondary);
}
.skewbox span.custom-triangle-down-icon {
    font-size: 0;
    line-height: 0;
    position: relative;
    width: unset;
    display: inline;
    font-family: var(--font-family-secondary);
    top: -5px;
    left: 3px;
}
.main-page-banner h1 {
    font-size: 42px;
    line-height: 48px;
    font-family: var(--font-family-secondary);
    color: var(--color-text-dark);
    margin-bottom: 50px;
}
.main-page-banner h1 strong {
    font-family: var(--font-family-secondary-bold);
}
.main-page-banner .banner-sub-title {
    font-size: 18px;
    font-family: var(--font-gotham-narrow-regular);
    line-height: 20px;
    margin-bottom: 22px;
}
.main-page-banner .main-title {
    color: var(--color-primary);
    font-family: var(--font-main-title);
    font-style: italic;
    font-size: 180px;
    line-height: 65px;
    top: 45px;
    position: relative;
}
.main-page-banner .cardio-img {
    max-width: 150px;
}
.custom-triangle-down-icon {
    display: inline-block;
    position: relative;
    width: auto;
    border-left: 13px solid transparent;
    border-right: 12px solid transparent;
    border-top: 24px solid var(--color-light);
    outline: 0px solid var(--color-light);
    top: 10px;
    left: 3px;
}
.custom-triangle-down-icon::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 20px;
    background: black;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: -23px;
    left: -12px;
}
.main-banner-right-text p {
    color: var(--color-text-secondary-dark);
    font-size: 32px;
    line-height: 40px;
    font-family: var(--font-family-secondary);
    width: 100%;
    text-align: right;
}
.main-banner-right-text p strong {
    font-family: var(--font-family-secondary-bold);
}
.main-banner-right-text p.p-small {
    font-size: 18px;
    line-height: 24px;
}
.banner-bottom-text p {
    font-family: var(--font-gotham-narrow-regular);
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
html[lang="de"] .banner-bottom-text p {
    font-family: var(--font-gotham-narrow-regular);
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}
footer ul.menu.menu--hcp-footer.nav li:first-child a {
    padding-left: 0;
}
footer .col-md-8.mb-3.mb-md-0.text-start {
    padding-left: 0px;
    padding-right: 0px;
}
.floating-button a {
    background: #FFFFFFC1 0% 0% no-repeat padding-box;
    height: 64px;
    border: 1px solid var(--color-secondary);
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--font-family-primary);
    color: var(--color-secondary);
}
.floating-button a:hover {
    color: var(--purple-color);
    background: #FFFFFFC1 0% 0% no-repeat padding-box;
}
.floating-button {
    position: fixed;
    bottom: 10px;
    left: 4%;
    z-index: 10;
    display: flex;
}
.green-button {
    width: 68px;
    height: 68px;
    background-color: var(--color-green);
    border-radius: 50%;
    border: 2px solid var(--color-light);
    color: var(--color-light);
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
/** Banner Ends **/
/** Prescrib menu CSS starts **/
h2.section-title {
    color: var(--color-primary);
    font-size: 60px;
    line-height: 70px;
    font-family: var(--font-family-secondary-bold);
    width: 100%;
}
.amruttiv-cards .card-skew {
    transform: skewX(-5deg);
    background: var(--color-light);
    border-radius: 0px;
    padding: 30px 20px;
    box-shadow: 5px 6px 5px 4px #0003;
}
.amruttiv-cards .card-inner {
    transform: skewX(5deg);
}
.amruttiv-cards .percentage span {
    font-weight: 600;
    font-size: 40px;
}
.card-top-space {
    margin-top: 1.5rem;
}
.amruttiv-cards .percentage {
    color: var(--color-primary);
    font-size: 65px;
    line-height: 39px;
    font-family: var(--font-family-secondary-bold);
    margin-bottom: 32px;
    position: relative;
    margin-top: -20%;
}
html[lang="de"] .amruttiv-cards .percentage {
    color: var(--color-white);
}
.amruttiv-cards .card-inner p.small-text {
    font-size: 19px;
    line-height: 28px;
    font-family: var(--font-family-primary-italic);
}
.amruttiv-cards .card-skew .card-inner p.title {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--font-family-primary-italic);
    color: var(--color-text-secondary-dark);
    font-style: italic;
}
.custom-strong-pink {
    color: var(--color-primary);
}
.amruttiv-cards .purple-card {
    background: var(--color-secondary);
    color: var(--color-light);
    text-align: center;
    padding: 20px 40px;
    border-radius: 0px;
    transform: skewX(-7deg);
    box-shadow: 5px 6px 5px 4px #0003;
}
.amruttiv-cards .white-card {
    background: var(--color-light);
    color: var(--color-text-secondary-dark);
    text-align: center;
    padding: 20px 40px;
    border-radius: 0px;
    transform: skewX(-7deg);
    box-shadow: 5px 6px 5px 4px #0003;
}
.amruttiv-cards .purple-inner {
    transform: skewX(5deg);
}
.amruttiv-cards .white-inner {
    transform: skewX(5deg);
}
.amruttiv-cards .purple-number {
    font-size: 100px;
    font-family: var(--font-family-secondary-bold);
    font-weight: 800;
}
.amruttiv-cards .white-number {
    font-size: 100px;
    font-family: var(--font-family-secondary-bold);
    font-weight: 800;
}
.amruttiv-cards .purple-label {
    font-size: 1.2rem;
    font-weight: 500;
}
.amruttiv-cards .white-label {
    font-size: 1.2rem;
    font-weight: 500;
}
.ulilicontent h5 {
    font-size: 24px;
    line-height: 34px;
    color: var(--color-secondary);
    font-family: var(--font-family-primary-bold);
}
.main-layout .amruttiv-cards ul {
    padding-left: 2.5rem;
}
.main-layout .amruttiv-cards ul li {
    list-style: disc;
    line-height: 34px;
    margin-bottom: 0.75rem;
    font-size: 24px;
    color: var(--color-text-secondary-dark);
    word-break: break-word;
}
.main-layout ul li::marker {
    color: var(--color-secondary);
}
.amruttiv-cards {
    background: url(../images/amruttiv-cards-banner.jpg)no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center center;
    padding-top: 60px;
}
html[lang="de"] .amruttiv-cards {
    background: url(../images/Amvuttra_Bkgrnd_WIDER.jpg)no-repeat;
    background-size: cover;
}
.highlight-red {
    color: var(--color-primary);
}
.skew-cards-box.skew-card-sec-2 {
    margin-top: 112px;
}
.skew-card-sec-2 .card-skew {
    height: 100%;
}
.skew-card-sec-2 .icon-circle {
    position: absolute;
    top: -145px;
    left: 0;
    right: 0;
    text-align: center;
}
.skew-card-sec-2 .icon-circle img {
    max-width: 160px;
    height: auto;
}
.skew-card-sec-2 .card-inner {
    padding-top: 20px;
}
.amruttiv-cards .injection-image {
    position: relative;
    display: block;
    width: 100%;
}
.amruttiv-cards .injection-image img {
    max-width: 678px;
    position: relative;
    margin-top: -6rem;
    height: auto;
}
/** Prescrib menu CSS Ends **/
/** Support for HCPs and patients CSS Starts **/
.container-fluid.set-width {
    width: 1800px;
    margin-right: auto;
    margin-left: auto;
}
.support-system-box {
    position: relative;
    overflow-x: hidden;
}
.support-system-box .p-lead {
    font-size: 36px;
    line-height: 44px;
    font-family: var(--font-family-primary-bold);
    color: var(--color-secondary);
    padding-right: 45px;
}
.helios-b {
    font-size: 24px;
    line-height: 34px;
}
.helios-b p strong {
    font-family: var(--font-family-primary-bold);
}
/** Support for HCPs and patients CSS Ends **/
/** References CSS starts **/
.references {
    padding: 60px 0 30px;
    background-color: var(--color-references-bg);
}
.references p {
    font-size: 14px;
    line-height: 20px;
}
body.remove-scroll {
    overflow: hidden !important;
}
.navbar {
    transition: all 0.4s ease-in-out;
}
.resource-layout-block .custom-resource-wrapper .custom-grid-resource-style .custom-close-block {
    display: none;
}
.resource-layout-block .custom-title-tag.custom-parallelogram-title img.top-mob-small-icon {
    display: none;
}
a.btn.primary-btn.mt-3.download>span.link-text {
    width: 80%;
    display: inline-block;
}
a.btn.btn-secondary>span.link-text {
    width: 70%;
    display: inline-block;
    text-wrap: auto;
}
.main-layout ul.links {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* Container takes full width with red background */
.menu-container {
    background-color: #ff0000;
    width: 100%;
}
/* Flex layout for horizontal menu */
.horizontal-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Each menu item */
.horizontal-menu li {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    color: #ff0000;
    position: relative;
}
/* Menu links */
.horizontal-menu li a {
    color: var(--color-light);
    text-decoration: none;
    font-weight: bold;
    padding: 0 1rem;
}
/* Right border (|) after each item except the last */
.horizontal-menu li:not(:last-child)::after {
    content: "|";
    color: var(--color-light);
    margin-left: 1rem;
}
/* Active link styling */
.horizontal-menu li.active a {
    text-decoration: underline;
}
footer .nav>li>a:hover,
footer .nav>li>a:focus {
    background-color: transparent;
}
footer.footer.footer-links.bg-secondary {
    margin-top: 0px;
    border: 0;
    padding-bottom: 70px;
}
/* ---------------- */
.custom-overlay-video-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.custom-popup-view-video {
    position: fixed;
    width: 70%;
    z-index: 151;
    left: 50%;
    top: 50%;
    padding: 0;
    display: none;
    margin: auto;
    max-width: 100%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
}
.custom-popup-view-video .popup-content {
    top: 116px;
    width: 97%;
    min-height: unset;
    background-color: transparent;
    display: flex;
    justify-content: center;
    padding: 0 0 20px 0;
}
.custom-popup-view-video .popup-close {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/popup-close.png);
    background-size: 16px;
    right: -20px;
    top: 5px;
    display: inline-block;
    z-index: 151;
    opacity: 1;
}
.custom-404-main-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 80vh;
    padding: 0px 15px;
    background: url(../images/404-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center center;
}
.custom-404-main-block .custom-content-404-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.custom-404-main-block .custom-content-404-wrapper img {
    height: auto;
    width: 100%;
    max-width: 30%;
}
.custom-404-main-block .custom-content-404-wrapper .cutsom-404-para {
    padding: 40px 0px;
    font-size: 18px;
    line-height: 22px;
}
.custom-external-overlay-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    background: var(--color-text-secondary-dark);
    display: none;
    opacity: 0.9;
}
.externalpopup {
    position: fixed;
    width: 90%;
    z-index: 151;
    left: 50%;
    top: 50%;
    padding: 0;
    display: none;
    margin: auto;
    max-width: 1320px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    text-align: center;
}
.externalpopup .popup-content {
    top: 116px;
    width: 100%;
    min-height: unset;
    background-color: transparent;
    display: flex;
    justify-content: center;
    padding: 0 0 20px 0;
    flex-direction: column;
}
.externalpopup .popup-content p {
    color: var(--color-light);
}
.externalpopup .popup-close {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/popup-close.png);
    background-size: 16px;
    right: 0px;
    top: 0px;
    display: inline-block;
    z-index: 151;
    opacity: 1;
}
.externalpopup .popup-content a {
    color: var(--color-btn-primary);
}
.banner-sub-title.banner-top-text {
    text-align: center;
}
footer.bg-secondary {
    /* this important needed - it's overriding default secondary color */
    background-color: #898A8D !important;
}
.references a,
.references a:hover {
    color: #212529;
    text-decoration: none;
}
.custom-resource-top-title p {
    font-size: 18px;
    line-height: 22px;
    font-family: var(--font-gotham-narrow-regular);
}
/** Jermany Css **/
span.gm-btn-width {
    white-space: normal;
}
.jm-skewbox ul li {
    transform: skew(10deg);
    font-family: var(--font-family-secondary);
    font-size: 22px;
    line-height: 25px
}
.jm-skewbox li::marker {
    font-size: 17px;
}
.jm-skewbox small {
    color: var(--color-light);
    display: flex;
}
.jm-skewbox span.custom-triangle-down-icon {
    top: 7px;
    margin-left: 5px;
}
.jm-skewbox ul li::marker {
    color: var(--color-light);
}
.jm-skewbox ul {
    padding-left: 35px;
}
.main-page-banner .skewbox.jm-skewbox span:nth-child(2) {
    display: inline-block;
    padding-left: 13px;
    font-size: 1em;
    line-height: 1.2em;
}
.popup_video_body_hidden {
    overflow: hidden;
}
.popup_content_body_hidden {
    overflow: hidden !important;
}
.custom-banner-heading-h1-tag-strong {
    font-weight: 700;
}
.main-page-banner.banner-german-lng .skewbox ul li {
    font-family: var(--font-family-secondary);
    font-size: 25px;
    line-height: 28px;
}
.main-page-banner.banner-german-lng .custom-triangle-down-icon::before {
    width: 20px;
    height: 18px;
    background: black;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: -19px;
    left: -10px;
}
.main-page-banner.banner-german-lng .custom-triangle-down-icon {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 20px solid var(--color-light);
    outline: 0px solid var(--color-light);
    top: 7px;
    left: 3px;
}
.navbar-nav a.nav-link.is-active {
    background-color: #FFDDE8;
    color: #B7023E;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    border: none;
}
a.skip-link {
    font-size: 14px;
    line-height: 19px;
}
span.fa-solid.fa-arrow-up-right-from-square.custom-open-newtab-icon {
    position: relative;
    font-size: 12px;
    margin-bottom: 1px;
}
span.fa-solid.fa-arrow-up-right-from-square.custom-open-newtab-icon::before {
    position: absolute;
    top: -1px;
    border-bottom: 1px solid;
}
.references a.custom-normal-link {
    text-decoration: underline;
}
.references a.custom-normal-link:hover {
    color: #393c3e;
    text-decoration: underline;
}
.btn:focus,
.btn:focus-visible {
    /* It is necessary to add !important to this element’s class. */
    outline: 5px auto #333 !important;
    outline-offset: -2px;
}
.main-layout a.btn.btn-secondary.custom-secondary-btn-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1px 1rem 2rem;
    gap: 15px;
    width: fit-content;
    margin: auto;
}
.main-layout a.btn.btn-secondary.custom-secondary-btn-flex img {
    width: 55px;
    height: 55px;
    transform: translateY(-10%);
    rotate: -90deg;
}
.main-layout .btn.primary-btn.download.custom-primary-btn-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1px 1rem 2rem;
}
.main-layout .btn.primary-btn.download.custom-primary-btn-flex img {
    width: 56px;
    height: 49px;
    padding-right: 7px;
}
.main-layout a.btn.primary-btn.custom-secondary-btn-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1px 1rem 2rem;
    gap: 15px;
    width: fit-content;
}
.main-layout a.btn.primary-btn.custom-secondary-btn-flex img {
    width: 55px;
    height: 55px;
    margin-right: 3px;
}
.main-layout a.btn.primary-btn.custom-secondary-btn-flex.open img {
    transform: rotate(-180deg);
}
.main-layout .amruttiv-cards ul.custom-no-bullets-ul {
    margin-top: 20px;
    padding-left: 0;
}
.main-layout .amruttiv-cards ul.custom-no-bullets-ul li::marker {
    display: none;
    font-size: 0px;
}
.amruttiv-cards span.percentage {
    font-weight: 600;
    font-size: 52px;
}
.bg-background-img::before {
    content: "";
    position: absolute;
    top: -48px;
    left: -50%;
    width: 200%;
    height: 143%;
    background-image: url(../images/Amvuttra_Starburst.png);
    background-size: contain;
    background-position: center top;
    z-index: 0;
    background-repeat: no-repeat;
}
.bg-background-img {
    position: relative;
}
.bg-card-side-starburst {
    position: relative;
    z-index: 2;
}
.custom-dark-color-secondary-text {
    color: var(--color-text-secondary-dark);
}
/** References CSS Ends **/
@media screen and (min-width:992px) {
    .navbar ul li::after {
        content: "";
        height: 26px;
        width: 2px;
        background: var(--color-light);
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .navbar ul li:last-child a::after {
        display: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        background-color: #FFDDE8;
        color: #B7023E;
        padding: 10px;
        border-radius: 5px;
        position: relative;
        text-decoration: none;
        border: none;
    }
    .navbar-expand-lg .navbar-nav a.nav-link {
        font-size: 15px;
        line-height: 18px;
        padding: 10px;
        text-decoration: none;
    }
    html[lang="de"] .navbar-expand-lg .navbar-nav a.nav-link {
        font-size: 13px;
    }
    header .navbar-expand-lg .navbar-collapse {
        padding: 0;
    }
    header .navbar-nav>li:last-child::after {
        display: none;
    }
}
@media screen and (min-width: 1441px) {
    .support-system-box .publication-img {
        padding: 0 55px 0 20px;
    }
    p {
        font-size: 24px;
        line-height: 34px;
        font-family: var(--font-family-primary);
    }
    .support-system-box .sec-background-img {
        position: absolute;
        width: 46%;
        z-index: -1;
        right: -44px;
        top: 0%;
        height: auto;
        max-height: 100%;
    }
    .container.amruttiv-cards-inner {
        max-width: 1420px;
        margin-top: 5rem;
    }
    .main-layout .floating-button a {
        height: 45px;
        font-size: 11px;
        line-height: 16px;
        vertical-align: middle;
        padding: 5px 5px;
        width: fit-content;
        text-wrap: auto;
        max-width: 176px;
        display: flex;
        align-items: center;
    }
    .main-layout .floating-button a:last-child {
        max-width: 110px;
    }
    .main-banner-right-text {
        padding-top: 40px;
    }
    .main-page-banner .skewbox span {
        /* line-height: 14px; */
    }
    /** jerman css **/
    .jm-skewbox ul li {
        font-size: 27px;
        line-height: 30px;
    }
    .custom-banner-heading-h2-tags h2 {
        margin-bottom: 80px;
    }
    .custom-banner-heading-h2-tags h2:first-child {
        margin-right: 230px;
    }
    .main-page-banner.banner-german-lng .custom-triangle-down-icon::before {
        width: 28px;
        height: 26px;
        background: black;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        top: -28px;
        left: -14px;
    }
    .main-page-banner.banner-german-lng .custom-triangle-down-icon {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 29px solid var(--color-light);
        outline: 0px solid var(--color-light);
        top: 12px;
        left: 3px;
    }
}
@media(min-width:1600px) and (max-width:1900px) {
    .navbar-expand-lg .navbar-nav a.nav-link {
        font-size: 15px;
        line-height: 20px;
    }
}
@media screen and (min-width:1900px) {
    .navbar-expand-lg .navbar-nav a.nav-link {
        font-size: 20px;
        line-height: 24px;
    }
    html[lang="de"] .navbar-expand-lg .navbar-nav a.nav-link {
        font-size: 19px;
    }
    .full-width-img-txt-block,
    .support-system-box,
    .main-page-banner {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(min-width:1440px) and (max-width:1900px) {
    .container-fluid.set-width {
        width: 92%;
    }
}
@media(min-width:1800px) {
    .main-page-banner.banner-german-lng .custom-banner-heading-h2-tags h2:first-child {
        margin-bottom: 80px;
    }
    .main-page-banner.banner-german-lng .custom-banner-heading-h2-tags h2.main-title:first-child {
        margin-right: 250px;
        margin-bottom: 100px;
    }
    .main-page-banner.banner-german-lng .custom-banner-heading-h2-tags h2:last-child {
        margin-left: 20px;
    }
    .main-page-banner.banner-german-lng .custom-banner-heading-h2-tags h2 {
        font-size: 180px;
    }
    .custom-banner-heading-h2-tags {
        margin-top: 100px;
    }
    .main-page-banner.banner-german-lng .main-banner-right-text {
        margin-top: 0;
    }
    .main-page-banner.banner-german-lng .skewbox.jm-skewbox {
        margin-right: 85px;
    }
    .main-page-banner.banner-german-lng .banner-bottom-text {
        margin-top: 200px;
    }
}
@media(max-width:1441px) and (min-width:1799px) {
    .main-page-banner.banner-german-lng .custom-banner-heading-h2-tags h2.main-title:first-child {
        margin-right: 250px;
        margin-bottom: 100px;
    }
    .main-page-banner.banner-german-lng .custom-banner-heading-h2-tags h2.main-title:last-child {
        margin-left: 20px;
        margin-bottom: 100px;
    }
    .main-page-banner.banner-german-lng .custom-banner-heading-h2-tags h2 {
        font-size: 180px;
    }
    .custom-banner-heading-h2-tags {
        margin-top: 100px;
    }
    .main-page-banner.banner-german-lng .main-banner-right-text {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .text-white.d-inline-block.skewbox.jm-skewbox {
        margin-right: 85px;
        margin-bottom: 20px;
    }
    .main-page-banner.banner-german-lng .banner-bottom-text {
        margin-top: 50px;
    }
}
@media(min-width:1280px) and (max-width:1440px) {
    .main-page-banner.banner-german-lng .custom-banner-heading-h2-tags h2.main-title:first-child {
        margin-right: 190px;
        margin-bottom: 50px;
    }
    .main-page-banner.banner-german-lng .custom-banner-heading-h2-tags h2:last-child {
        margin-left: 20px;
    }
    .main-page-banner.banner-german-lng .custom-banner-heading-h2-tags h2 {
        font-size: 130px;
    }
    .custom-banner-heading-h2-tags {
        margin-top: 100px;
    }
    .main-page-banner.banner-german-lng .skewbox {
        margin-right: 30px;
    }
    .main-page-banner.banner-german-lng .banner-bottom-text {
        margin-top: 80px;
    }
}
@media screen and (max-width:1440px) {
    .challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-icon-step img {
        width: 100px;
        height: auto;
    }
    .challenge-attr-cm-block .custom-pink-box-wrapper .custom-icon-bullets-list .custom-icon-bullets img {
        width: 100px;
        height: auto;
    }
    .challenge-attr-cm-block .custom-pink-box-wrapper {
        max-width: 500px;
    }
    .challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-flowchart-box-area {
        padding: 0px;
    }
    .challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-flowchart-box-area .custom-flowchart-box-double-arrow {
        max-width: unset;
    }
    .challenge-attr-cm-block .custom-flowchart-box-double-arrow::before {
        top: 50%;
        height: 63px;
        width: 125px;
        left: -50px;
        transform: translateY(-50%);
    }
    .challenge-attr-cm-block .custom-flowchart-box-double-arrow::after {
        top: 50%;
        height: 63px;
        width: 125px;
        right: -50px;
        transform: translateY(-50%);
    }
    .challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-icon-step {
        margin: 0px 23px;
    }
    .full-width-img-txt-block .custom-txt-block h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .resource-layout-block .custom-grid-resource-style .custom-article-box-wrapper .custom-text-wrapper p,
    .resource-layout-block .custom-grid-resource-style h6.article-title,
    .resource-layout-block .custom-resource-wrapper .article-downlaod-link {
        font-size: 14px;
        line-height: 20px;
    }
    p,
    .main-layout ul li {
        font-size: 16px;
        line-height: 22px;
        font-family: var(--font-family-primary);
    }
    body.path-frontpage {
        padding: 30px 0;
    }
    .hcp-logo img {
        margin-bottom: 2.5rem;
        max-width: 400px;
    }
    .hcp-title {
        font-size: 4rem;
        line-height: 4.5rem;
        margin-bottom: 3rem;
    }
    .hcp-container .hcp-para {
        margin-bottom: 2rem;
        font-size: 2rem;
    }
    .btn.hcp-button {
        font-size: 2rem;
        margin-bottom: 30px;
        padding: 15px 5rem;
    }
    .navbar-nav .nav-link {
        font-size: 15px;
        line-height: 20px;
    }
    .navbar-nav li {
        padding: 0 10px;
    }
    .navbar ul li::after {
        height: 16px;
    }
    .container-fluid.set-width {
        width: 92%;
        margin-right: auto;
        margin-left: auto;
    }
    .main-layout .btn.primary-btn {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        width: 350px;
        height: 54px;
    }
    .main-layout .arrow-circle {
        width: 40px;
        height: 40px;
    }
    .main-layout .arrow-down {
        border-left: 2px solid var(--color-light);
        border-bottom: 2px solid var(--color-light);
        top: 23%;
    }
    .main-layout .arrow-line {
        height: 2px;
        bottom: 24%;
    }
    .main-layout a#click_to_expand::before,
    .main-layout a#click_to_expand.open::before {
        width: 45px;
        height: 45px;
    }
    /** Banner Starts **/
    .main-page-banner h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .main-page-banner .skewbox p {
        font-size: 32px;
        line-height: 30px;
    }
    .custom-triangle-down-icon {
        border-left: 9px solid transparent;
        border-right: 11px solid transparent;
        border-top: 16px solid var(--color-light);
        outline: 0px solid var(--color-light);
        top: 5px;
        left: 3px;
    }
    .custom-triangle-down-icon::before {
        width: 17px;
        height: 13px;
        background: black;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        top: -15px;
        left: -8px;
    }
    .main-page-banner .main-title {
        font-size: 110px;
        top: 18px;
    }
    .skewbox {
        margin-left: 24px
    }
    .skewbox p {
        padding: 10px 8px 1px 20px;
    }
    .main-banner-right-text .knockdown-p {
        max-width: 330px;
        margin-left: auto;
        margin-right: 0;
    }
    .main-banner-right-text p {
        font-size: 20px;
        line-height: 27px;
    }
    .main-banner-right-text {
        margin: 60px -12px 80px 0;
    }
    .main-banner-right-text p.p-small {
        font-size: 14px;
        line-height: 18px;
    }
    .main-page-banner {
        background-size: cover;
    }
    .banner-bottom-text p {
        font-size: 14px;
        line-height: 16px;
    }
    .main-layout .floating-button a {
        height: 45px;
        font-size: 11px;
        line-height: 16px;
        vertical-align: middle;
        padding: 5px 5px;
        width: fit-content;
        text-wrap: auto;
        max-width: 176px;
        display: flex;
        align-items: center;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    /** Banner Ends **/
    /** Prescrib menu CSS Starts **/
    h2.section-title {
        font-size: 45px;
        line-height: 60px;
    }
    .amruttiv-cards-inner {
        margin-top: 4rem;
    }
    .amruttiv-cards .percentage {
        margin-top: -26%;
    }
    .amruttiv-cards .card-skew .card-inner p.title,
    .main-layout .amruttiv-cards ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .amruttiv-cards .card-inner p.small-text {
        font-size: 12px;
        line-height: 18px;
    }
    .amruttiv-cards .ulilicontent h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .amruttiv-cards .injection-image img {
        max-width: 450px;
        height: auto;
    }
    /** Prescrib menu CSS Ends **/
    /** Support for HCPs and patients CSS Starts **/
    .support-system-box .publication-img {
        padding: 0 30px 0 20px;
    }
    .support-system-box .sec-background-img {
        position: absolute;
        width: 46%;
        z-index: -1;
        right: -22px;
        top: 3%;
        height: auto;
    }
    .support-system-box .p-lead {
        font-size: 26px;
        line-height: 34px;
    }
    .support-system-box .helios-b {
        font-size: 16px;
        line-height: 24px;
    }
    /** Support for HCPs and patients CSS Ends **/
}
@media screen and (min-width:1280px) {
    .main-page-banner.banner-german-lng {
        background-position: top center;
    }
    .custom-popup-view-video {
        top: 55%;
        width: 65%;
        max-width: unset;
    }
}
@media(min-width: 1601px) and (max-width: 1799px) {
    .main-page-banner.banner-german-lng .banner-bottom-text {
        margin-top: 170px;
    }
}
@media(min-width: 1520px) and (max-width: 1600px) {
    .main-page-banner.banner-german-lng .banner-bottom-text {
        margin-top: 50px;
    }
}
@media (min-width:1280px) and (max-width:1360px) {
    .main-page-banner.banner-german-lng .banner-bottom-text {
        margin-top: 0px;
    }
}
@media (min-width: 768px) and (max-width: 1440px) {
    .main-layout .btn.btn-secondary {
        font-size: 20px;
        line-height: 26px;
        padding: 1rem 55px 1rem 3rem;
        max-width: 100%;
        text-wrap: auto;
        height: unset;
    }
    /* .main-layout .btn.btn-secondary::after {
        width: 34px;
        height: 34px;
        top: 13%;
    } */
    .custom-banner-heading-h2-tags h2 {
        margin-bottom: 20px;
    }
    .custom-banner-heading-h2-tags h2:first-child {
        margin-right: 143px;
    }
    .main-layout a.btn.btn-secondary.custom-secondary-btn-flex img {
        width: 50px;
        height: 50px;
    }
    .main-layout a.btn.primary-btn.custom-secondary-btn-flex img {
        width: 50px;
        height: 50px;
    }
}
@media screen and (min-width:991px) {
    header .container-fluid.d-flex.set-width.menu-toggle-button {
        justify-content: flex-start;
    }
}
@media (min-width: 768px) and (max-width: 1060px) {
    .jm-skewbox small.custom-wrapper-hold-triangle-down-icon {
        display: inline-flex;
        flex-wrap: wrap;
    }
}
@media (max-width: 1024px) {
    .custom-popup-view-video .popup-content {
        width: 100%;
    }
    .custom-popup-view-video .popup-close {
        right: 0px;
        top: -20px;
    }
    .custom-overlay-video-cover {
        top: 0;
    }
    .externalpopup .popup-content {
        width: 100%;
    }
    .externalpopup .popup-close {
        right: 0px;
        top: -20px;
    }
    .custom-external-overlay-cover {
        top: 0;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .amruttiv-cards .white-card,
    .amruttiv-cards .purple-card {
        padding: 24px;
    }
    .amruttiv-cards .white-card .title,
    .amruttiv-cards .purple-card .title,
    .amruttiv-cards .white-card .white-label p {
        font-size: 10px;
    }
}
@media screen and (max-width:991px) {
    .full-width-img-txt-block .custom-txt-block {
        width: 100%;
    }
    #navbarMenu {
        background: var(--color-secondary);
        opacity: 0.9;
        width: 100%;
        position: absolute;
        left: 0%;
        top: 80px;
        z-index: 25;
        padding: 0;
    }
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='var(--color-light)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 999;
    }
    .mobile-menu.show {
        display: flex;
    }
    .mobile-menu a {
        color: var(--color-light);
        font-weight: bold;
        font-size: 1.25rem;
        text-align: center;
        text-decoration: none;
        padding: 10px 0;
        width: 100%;
        position: relative;
    }
    .mobile-menu a::after {
        content: "";
        display: block;
        height: 2px;
        background-color: var(--color-green);
        /* Green line */
        margin: 5px auto 0 auto;
        width: 80%;
    }
    .menu-toggle-button {
        display: flex;
        height: 50px;
    }
    .navbar-nav .nav-link {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        border-bottom: 2px solid var(--color-green);
        padding: 2rem 1rem;
    }
    header.navbar>.container-fluid {
        justify-content: flex-end;
        margin-right: 20px;
    }
    header .navbar-nav li {
        padding: 0;
    }
    header ul.navbar-nav.text-center {
        width: 100%;
        margin: 0;
        height: 100vh;
    }
    header button.navbar-toggler.text-white {
        box-shadow: none;
        border: 0;
    }
    header button.navbar-toggler .navbar-toggler-icon {
        background-image: url(../images/icon-menu.svg);
        height: 40px;
        width: 36px;
    }
    body.remove-scroll header button.navbar-toggler .navbar-toggler-icon {
        background-image: url(../images/icon-close.svg);
        height: 50px;
        width: 40px;
    }
    body:not(.remove-scroll) header .navbar-collapse.collapse {
        /* it's neccessary to hide the mobile menu */
        display: none !important;
    }
    header#navbar.fixed-top #navbarMenu {
        top: 69px;
    }
    .navbar-custom.fixed-top {
        height: 70px;
    }
}
@media screen and (min-width:768px) {
    .challenge-attr-cm-block .custom-step-area-movable {
        gap: 20px;
    }
    html[lang="de"] .graph-detail-block .custom-parallelogram-shape-graph {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .graph-detail-block .custom-parallelogram-shape-graph {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(min-width: 768px) and (max-width: 1024px) {
    .main-page-banner.banner-german-lng .skewbox {
        max-width: 232px;
        margin-left: 68px;
    }
    .main-page-banner .custom-banner-heading-h2-tags h2.main-title {
        font-size: 77px;
        top: 18px;
        line-height: 50px;
    }
    .main-page-banner.banner-german-lng .skewbox p {
        font-size: 25px;
        line-height: 30px;
    }
    .main-page-banner.banner-german-lng .skewbox ul li {
        font-family: var(--font-family-secondary);
        font-size: 16px;
        line-height: 20px;
    }
    .main-page-banner.banner-german-lng {
        background-position: 22%;
    }
}
@media screen and (max-width:767px) {
    .full-width-img-txt-block .custom-txt-block h2 br {
        display: none;
    }
    .full-width-img-txt-block {
        flex-direction: column;
    }
    .full-width-img-txt-block .custom-img-block {
        width: 100%;
    }
    .full-width-img-txt-block .container-fluid {
        flex-direction: column;
    }
    .video-txt-wrapper-block .custom-video-wrapper .custom-txt-block {
        width: 100%;
    }
    .video-txt-wrapper-block .custom-video-wrapper .custom-video-section {
        width: 100%;
    }
    .video-txt-wrapper-block .custom-video-wrapper .custom-video-section img {
        width: 100%;
    }
    .video-txt-wrapper-block .custom-video-wrapper {
        flex-direction: column;
    }
    .challenge-attr-cm-block .custom-pink-box-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .challenge-attr-cm-block .custom-single-row-wrapper {
        flex-direction: column;
        width: 100%;
    }
    .challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-flowchart-box-area {
        margin: auto;
        width: 100%;
        padding: 30px 0px 0px 0px;
    }
    .challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-flowchart-box-area .title-area {
        text-align: left;
    }
    .challenge-attr-cm-block .custom-step-area-movable {
        flex-direction: column;
    }
    .challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-icon-step {
        margin: 0;
        display: none;
    }
    .custom-green-box {
        padding: 40px 20px 35px 20px;
    }
    .challenge-attr-cm-block .custom-mob-temp-container {
        display: flex;
    }
    .challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-mob-temp-container .custom-icon-step {
        display: flex;
        padding: 0 17px;
        justify-content: stretch;
    }
    .graph-detail-block .graph-tile-area h2,
    .full-width-img-txt-block .custom-txt-block h2,
    .custom-green-box h2 {
        font-size: 22px;
        line-height: 34px;
        text-align: left;
    }
    .challenge-attr-cm-block h2.challenge-attr-cm-title {
        margin: 20px auto 20px auto;
    }
    .challenge-attr-cm-block .custom-flowchart-box-double-arrow::before {
        display: none;
    }
    .challenge-attr-cm-block .custom-flowchart-box-double-arrow::after {
        display: none;
    }
    .challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-flowchart-box-area .custom-flowchart-box {
        width: 100%;
        max-width: 100%;
    }
    .challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-flowchart-box-area .custom-flowchart-box-double-arrow {
        width: 100%;
        max-width: 100%;
    }
    .graph-detail-block .graph-tile-area p {
        font-size: 14px;
        line-height: 28px;
    }
    .resource-layout-block .custom-article-box-wrapper {
        flex-direction: column;
    }
    .resource-layout-block .custom-grid-resource-style .custom-article-box-wrapper .custom-text-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .resource-layout-block .custom-article-box-wrapper .thumnails-view.custom-video {
        width: 100%;
        max-width: 100%;
    }
    .resource-layout-block .custom-article-box-wrapper .thumnails-view.custom-doc {
        width: 100%;
        max-width: 100%;
    }
    .resource-layout-block h2.main-title {
        text-align: left;
        padding: 30px 0 0 0;
    }
    .graph-detail-block {
        margin-top: 0;
    }
    .graph-detail-block .custom-parallelogram-shape-graph {
        transform: skewX(0deg);
        padding: 50px 20px;
    }
    html[lang="de"] .graph-detail-block .custom-parallelogram-shape-graph {
        transform: unset;
    }
    .custom-parallelogram-shape-graph .custom-top-grap-tag {
        left: 1px;
    }
    .graph-detail-block .custom-parallelogram-shape-graph h5 {
        text-align: left;
        transform: skewX(0deg);
    }
    .graph-detail-block .custom-parallelogram-shape-graph img {
        transform: skewX(0deg);
        height: auto;
    }
    html[lang="de"] .graph-detail-block .custom-parallelogram-shape-graph img {
        transform: unset;
        height: auto;
    }
    .custom-mob-temp-container {
        padding-top: 30px;
    }
    .challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-mob-temp-container .custom-icon-step img {
        padding-top: 10px;
    }
    .challenge-attr-cm-block .custom-step-area-wrapper .custom-step-area-movable .custom-icon-step p {
        font-size: 14px;
    }
    body {
        padding: 0px 0px;
    }
    .hcp-logo img {
        max-width: 100%;
        margin-bottom: 17px;
    }
    .hcp-title {
        font-size: 31px;
        line-height: 39px;
        text-align: center;
        font-family: var(--hcp-title-font);
        width: 100%;
        margin: 0px auto 30px;
    }
    .hcp-container .hcp-para {
        font-size: 22px;
        line-height: 30px;
        max-width: 100%;
        text-align: center;
        margin: auto auto 30px;
    }
    .btn.hcp-button {
        margin-top: 0px;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
        max-width: 100%;
        text-wrap: auto;
        padding: 13px 20px;
        width: 100%;
    }
    .footer-links a {
        font-weight: bold;
        font-size: 17px;
        line-height: 30px;
        text-align: left;
        display: inline-grid;
        justify-content: start;
    }
    footer .copyright-text {
        flex-direction: column;
        display: inline-flex;
        text-align: start;
        position: relative;
        top: 0px;
        font-size: 14px;
        line-height: 20px;
    }
    footer .copyright-text p.small {
        font-size: 14px;
        line-height: 20px;
        margin-top: 7px;
    }
    /** Banner Starts **/
    .main-page-banner .banner-sub-title {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
        margin-bottom: 10px;
    }
    .main-page-banner h1 {
        font-size: 22px;
        line-height: 28px;
        text-align: left;
        margin-bottom: 10px;
    }
    .main-page-banner .skewbox p {
        font-size: 23px;
        line-height: 18px;
        padding: 10px 8px 1px 15px;
    }
    .main-page-banner .main-title {
        font-size: 50pt;
        line-height: 50px;
    }
    .main-banner-right-text .knockdown-p {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .main-banner-right-text .knockdown-p p {
        margin-bottom: 7px;
    }
    .main-banner-right-text p {
        font-size: 22px;
        line-height: 24px;
        text-align: left;
    }
    .main-banner-right-text p.p-small {
        text-align: left;
        font-size: 16px;
        line-height: 20px;
    }
    .skewbox {
        margin-left: 10px;
    }
    .skew-card-sec-2 .icon-circle {
        margin-top: 20px;
    }
    .btn.btn-secondary {
        font-size: 15px;
        line-height: 18px;
    }
    .main-layout .floating-button a {
        display: flex;
        align-items: center;
    }
    .floating-button {
        bottom: 2%;
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        display: flex;
        padding: 0 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-page-banner {
        background: url(../images/mobile-banner-main.jpg) no-repeat;
        background-size: cover;
        padding: 13px 0 30px;
    }
    .main-banner-right-text {
        margin: 25px 0px 0;
    }
    .banner-bottom-text p {
        text-align: left;
    }
    .main-layout .btn.btn-secondary {
        font-size: 20px;
        line-height: 24px;
        height: unset;
        text-align: center;
        display: block;
        white-space: unset;
        word-wrap: break-word;
        padding: 1rem 65px 1rem 2rem;
    }
    /** Banner Ends **/
    /** Prescrib menu CSS Starts **/
    .amruttiv-cards h2 br {
        display: none;
    }
    .amruttiv-cards-inner {
        margin-top: 4rem;
    }
    .card-top-space {
        margin-bottom: 30px;
    }
    .amruttiv-cards .percentage {
        margin-top: -26%;
    }
    .skew-card-sec-2 .col-md-4:not(:last-child) {
        margin-bottom: 100px;
    }
    .amruttiv-cards .card-skew .card-inner p.title,
    .main-layout .amruttiv-cards ul li {
        font-size: 16px;
        line-height: 22px;
    }
    /** Prescrib menu CSS Ends **/
    /** Support for HCPs and patients CSS Starts **/
    .container-fluid.set-width {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .support-system-box .sec-background-img {
        position: absolute;
        width: 99%;
        z-index: -1;
        bottom: 27%;
        top: auto;
        left: -11%;
        right: unset;
        height: auto;
    }
    .support-system-box .publication-img {
        width: 40%;
        margin-top: 91px;
        margin-bottom: 40px;
    }
    .support-system-box .p-lead {
        font-size: 20px;
        line-height: 28px;
        padding-right: 0px;
    }
    .references {
        padding: 30px 0 30px;
        background-color: var(--color-references-bg);
    }
    /** Support for HCPs and patients CSS Ends **/
    .btn.primary-btn {
        font-size: 14px;
        line-height: 18px;
    }
    footer ul.menu.menu--hcp-footer.nav li a {
        font-size: 12px;
    }
    .nav>li>a {
        padding: 10px 9px;
    }
    footer ul.menu.menu--hcp-footer.nav li:first-child a {
        padding-left: 0;
        padding-right: 15px;
    }
    footer .col-md-8.mb-3.mb-md-0.text-start {
        padding-left: 0px;
        padding-right: 0px;
    }
    footer .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item {
        display: flex;
        flex-direction: column-reverse;
    }
    footer .col-md-4.text-center.text-md-end.img-logo {
        padding-left: 0px;
        padding-right: 0px;
    }
    footer .col-md-4.text-center.text-md-end.img-logo .img-fluid {
        float: left;
        padding: 5px 0;
    }
    .graph-detail-block .custom-parallelogram-shape-graph h6 {
        transform: skewX(5deg);
    }
    section.amruttiv-cards,
    section.video-txt-wrapper-block,
    .full-width-img-txt-block .custom-txt-block,
    .graph-detail-block {
        padding-left: 8px;
        padding-right: 8px;
    }
    .resource-layout-block .custom-resource-wrapper.purple-theme .custom-resource-wrapper.purple-theme,
    .resource-layout-block .custom-resource-wrapper.pink-theme .custom-resource-wrapper.purple-theme {
        background-color: transparent;
    }
    .resource-layout-block .custom-resource-wrapper.purple-theme .custom-title-tag.custom-parallelogram-title,
    .resource-layout-block .custom-resource-wrapper.pink-theme .custom-title-tag.custom-parallelogram-title {
        margin-bottom: 0px;
    }
    .resource-layout-block .custom-resource-wrapper.purple-theme .custom-grid-resource-style,
    .resource-layout-block .custom-resource-wrapper.pink-theme .custom-grid-resource-style {
        display: none;
    }
    .resource-layout-block .custom-resource-wrapper.purple-theme,
    .resource-layout-block .custom-resource-wrapper.pink-theme {
        background-color: transparent;
        padding-bottom: 10px;
    }
    .resource-layout-block .custom-resource-wrapper.purple-theme.custom-slide-show,
    .resource-layout-block .custom-resource-wrapper.pink-theme.custom-slide-show {
        margin-top: 0;
    }
    .resource-layout-block .custom-resource-wrapper.purple-theme.custom-slide-show .custom-title-tag.custom-parallelogram-title,
    .resource-layout-block .custom-resource-wrapper.pink-theme.custom-slide-show .custom-title-tag.custom-parallelogram-title {
        display: none;
    }
    .resource-layout-block.custom-only-one-show .custom-resource-wrapper .custom-title-tag.custom-parallelogram-title {
        display: none;
    }
    .resource-layout-block .custom-resource-wrapper.purple-theme.custom-slide-show .custom-grid-resource-style,
    .resource-layout-block .custom-resource-wrapper.pink-theme.custom-slide-show .custom-grid-resource-style {
        display: block;
    }
    .resource-layout-block .custom-resource-wrapper.purple-theme.custom-slide-show .custom-grid-resource-style .custom-close-block,
    .resource-layout-block .custom-resource-wrapper.pink-theme.custom-slide-show .custom-grid-resource-style .custom-close-block {
        display: flex;
        justify-content: flex-end;
    }
    .resource-layout-block .custom-resource-wrapper.purple-theme.custom-slide-show .custom-grid-resource-style .custom-close-block img,
    .resource-layout-block .custom-resource-wrapper.pink-theme.custom-slide-show .custom-grid-resource-style .custom-close-block img {
        height: 25px;
        margin-bottom: 15px;
    }
    .resource-layout-block.custom-only-one-show .custom-resource-wrapper {
        margin-top: 0px;
    }
    .resource-layout-block .custom-title-tag.custom-parallelogram-title img.top-mob-small-icon {
        display: block;
        height: 40px;
        width: 40px;
        top: -110%;
        right: 0px;
        margin-left: 38px;
        border: 3px solid var(--color-light);
        border-radius: 50%;
    }
    .skew-cards-box .col-md-3.col-sm-6.card-top-space {
        Padding: 20px 15px 0;
    }
    .skewbox span.custom-triangle-down-icon {
        top: -1px;
    }
    .skew-cards-box>div {
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-layout .btn.btn-secondary,
    .main-layout .btn.primary-btn,
    .main-layout .btn.primary-btn.download {
        width: 100%;
        max-width: 100%;
    }
    ul.menu.menu--hcp-footer.nav li a {
        font-size: 13px;
    }
    ul.menu.menu--hcp-footer.nav .footer-links li a:first-child {
        padding-left: 0px;
    }
    ul.menu.menu--hcp-footer.nav>li>a:hover,
    ul.menu.menu--hcp-footer.nav>li>a:focus {
        background-color: transparent;
    }
    .footer-links section#block-hcpfootercontent .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-links section#block-hcpfootercontent .col-md-4.text-center.text-md-end.img-logo {
        display: flex;
        padding: 10px 0px;
    }
    .custom-404-main-block .custom-content-404-wrapper img {
        height: auto;
        width: 100%;
        max-width: 70%;
    }
    .banner-sub-title.banner-top-text {
        text-align: left;
    }
    .skewbox span {
        font-size: 18px;
        line-height: 22px;
    }
    .custom-404-main-block .custom-content-404-wrapper .cutsom-404-para {
        font-size: 14px;
        line-height: 18px;
    }
    .custom-resource-top-title p {
        font-size: 14px;
        line-height: 18px;
    }
    .hcp-container:first-child {
        padding-right: 8px;
        padding-left: 8px;
    }
    .hcp-container ul.menu.menu--hcp-footer.nav li:first-child a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .hcp-container .footer-links .footer-content-hcp {
        padding-left: 8px;
        padding-right: 8px;
    }
    .hcp-container .footer-links .img-logo img {
        padding-left: 8px;
        padding-right: 8px;
    }
    .custom-only-one-show h2.main-title.section-title,
    .custom-only-one-show .custom-resource-top-title {
        display: none;
    }
    .custom-popup-view-video {
        width: 90%;
    }
    .main-page-banner.banner-german-lng .custom-triangle-down-icon::before {
        width: 16px;
        height: 14px;
        background: black;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        top: -15px;
        left: -8px;
    }
    .main-page-banner.banner-german-lng .custom-triangle-down-icon {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 16px solid var(--color-light);
        outline: 0px solid var(--color-light);
        top: 3px;
        left: 3px;
    }
    .main-page-banner.banner-german-lng .skewbox ul li {
        font-family: var(--font-family-secondary);
        font-size: 23px;
        line-height: 27px;
    }
    .main-page-banner.banner-german-lng .banner-bottom-text {
        margin-top: 20px;
    }
    .main-page-banner.banner-german-lng .skewbox.jm-skewbox span:nth-child(2) {
        margin-top: -2px;
    }
    .main-page-banner.banner-german-lng .skewbox.jm-skewbox {
        margin-top: 50px;
    }
    .main-page-banner.banner-german-lng h1 {
        font-size: 20px;
        line-height: 23px;
    }
    .main-layout a.btn.btn-secondary.custom-secondary-btn-flex img {
        width: 50px;
        height: 50px;
    }
    .main-layout a.btn.primary-btn.custom-secondary-btn-flex img {
        width: 50px;
        height: 50px;
    }
    .bg-background-img::before {
        top: 0;
        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%);
    }
}
@media screen and (max-width:575px) {
    .jm-skewbox {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .amruttiv-cards {
        background: url(../images/amruttiv-cards-banner-mobile.png) no-repeat;
        background-size: cover;
        width: 100%;
        background-position: center center;
        padding-top: 20px;
    }
    html[lang="de"] .amruttiv-cards {
        background: url(../images/Amvuttra_Bkgrnd_WIDER.jpg) no-repeat;
        background-size: cover;
    }
    .amruttiv-cards .card-skew {
        padding: 30px 20px 20px;
    }
    #prescribe-amvutra .amruttiv-cards-inner .card-skew .title {
        margin-top: 10px;
    }
    h2.section-title {
        font-size: 35px;
        line-height: 45px;
    }
    .amruttiv-cards .percentage {
        margin-top: -16%;
        margin-bottom: 0px;
    }
    .main-layout .amruttiv-cards ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .amruttiv-cards .card-inner p.small-text {
        font-size: 12px;
        line-height: 18px;
    }
    .amruttiv-cards .ulilicontent h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .amruttiv-cards .skew-card-sec-2 .card-skew {
        background: transparent;
        box-shadow: none;
        padding: 10px 0;
    }
    .skew-card-sec-2 .card-inner {
        padding-top: 20px;
    }
    .amruttiv-cards .card-skew .card-inner p.title br {
        display: none;
    }
    .amruttiv-cards .card-skew .card-inner p.title strong {
        display: inline-block;
    }
    .amruttiv-cards .purple-card {
        padding: 20px 40px;
    }
    .amruttiv-cards .white-card {
        padding: 20px 40px;
    }
    .amruttiv-cards .purple-number {
        line-height: 85px;
    }
    .amruttiv-cards .white-number {
        line-height: 85px;
    }
    .mobile-d-block {
        display: block;
    }
    .amruttiv-cards .injection-image img {
        max-width: 100%;
        margin-top: 6rem;
        height: auto;
    }
    .btn.primary-btn {
        width: 100%;
    }
    .support-system-box .publication-img {
        width: 60%;
        margin-top: 60px;
        margin-bottom: 7px;
    }
    .support-system-box .sec-background-img {
        position: absolute;
        width: 100%;
        z-index: -1;
        bottom: 35%;
        top: unset;
        right: unset;
        height: auto;
        left: -60px;
    }

    html[lang="de"] .support-system-box .sec-background-img {
        bottom: 35%;
    }
     html[lang="de"] .main-page-banner .skewbox ul{
    padding-right:10px;
}
}

@media(min-width: 422px) and (max-width: 460px) {
    .main-page-banner.banner-german-lng .custom-banner-heading-h2-tags h2.main-title {
        font-size: 47px;
        line-height: 38px;
    }
    .main-page-banner.banner-german-lng .skewbox.jm-skewbox {
        margin-top: 160px;
    }
}
@media(min-width: 390px) and (max-width: 421px) {
    .main-page-banner.banner-german-lng .custom-banner-heading-h2-tags h2.main-title {
        font-size: 42px;
        line-height: 38px;
    }
    .main-page-banner.banner-german-lng .skewbox.jm-skewbox {
        margin-top: 100px;
    }
}
@media(max-width: 390px) {
    .custom-popup-view-video .popup-content {
        padding: 0 0 20px 0;
    }
    .custom-popup-view-video {
        margin: 10px auto;
    }
    .externalpopup .popup-content {
        padding: 0 0 20px 0;
    }
    .externalpopup {
        margin: 10px auto;
    }
}
@media(min-width: 1200px) and (max-width: 1300px) {
    .navbar-expand-lg .navbar-nav a.nav-link, html[lang="de"] .navbar-expand-lg .navbar-nav a.nav-link {
        font-size: 12px;
    }
}



@media(min-width: 1300px) and (max-width: 1340px) {
 .navbar-expand-lg .navbar-nav a.nav-link,  html[lang="de"] .navbar-expand-lg .navbar-nav a.nav-link {
        font-size: 12px;
    }
}
@media(min-width: 992px) and (max-width: 1060px) {
    .navbar-expand-lg .navbar-nav a.nav-link, html[lang="de"] .navbar-expand-lg .navbar-nav a.nav-link  {
        font-size: 9px;
    }
}
@media(min-width: 1061px) and (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav a.nav-link,  html[lang="de"] .navbar-expand-lg .navbar-nav a.nav-link {
        font-size: 10px;
    }
}
@media(min-width: 1440px) and (max-width: 1550px) {
    .navbar-expand-lg .navbar-nav a.nav-link,  html[lang="de"] .navbar-expand-lg .navbar-nav a.nav-link {
        font-size: 12px;
    }
}
@media(min-width: 1440px) and (max-width: 1500px) {
    html[lang="de"] .navbar-expand-lg .navbar-nav a.nav-link,.navbar-expand-lg .navbar-nav a.nav-link {
        font-size: 12px;
    }
}
@media(max-width: 767px) {
    .amruttiv-cards .injection-image img {
        margin-top: 0;
    }
     html[lang="de"] .amruttiv-cards .injection-image img {
        margin-top: 6rem;
    }
    html[lang="de"] .amruttiv-cards, .amruttiv-cards{
        background-size: cover;
    }
}

.custom-popup-view-video.visible {
    display: block;
}
.helios-heading {
    font-size: 26px;
}
.helios-download {
    margin-top: 40px;
}