:root {
  --tabs-bg: #d7e7f6;
  --tabs-heading-color: #fff;
  --tabs-heading-active-color: var(--primary-color);
  --tabs-heading-active-bg: var(--tabs-bg);
  --tabs-heading-bg: var(--primary-colors-amgen-blue);
  --tabs-heading-pad-y: 22px;
  --tabs-heading-pad-x: 22px;
  --tabs-heading-pad-sm-y: 12px;
  --tabs-heading-pad-sm-x: 20px;
  --tab-heading-font-size: clamp(0.88rem, calc(-0.01rem + 2.36vw), 1.5rem);
  --tab-heading-line-height: calc(var(--tab-heading-font-size) + 4);
}

.tabs-inner {
  position: relative;
}
.tabs-heading {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs-heading > li:first-child {
  border-top-right-radius: 70px;
  border-top-left-radius: unset;
}
.tabs-heading .field-heading h2 {
  padding-bottom: 0px !important;
  font-size: clamp(0.88rem, calc(-0.01rem + 2.36vw), 1.5rem);
  font-weight: 600;
}
.tabs-container {
  padding-left: clamp(1rem, calc(-1.3rem + 6.13vw), 2.63rem);
  padding-top: clamp(1.5rem, calc(1.85rem + -0.94vw), 1.25rem);
}
.tabs-heading li {
  background-color: var(--primary-colors-amgen-blue);
  color: #fff;
  border-top-left-radius: 70px;
  max-width: clamp(12.06rem, calc(-11.37rem + 62.5vw), 28.63rem);
  height: clamp(2.94rem, calc(1.61rem + 3.54vw), 3.88rem);
  padding-left: clamp(1.5rem, calc(0.08rem + 3.77vw), 2.5rem);
}
.tabs-heading li.active {
  background-color: transparent;
}
.tabs-heading > li {
  color: var(--tabs-heading-color);
  flex: 1;
  cursor: pointer;
  align-items: center;
  display: flex;
  margin-bottom: 0 !important;
}
.tabs-heading .field-heading {
  color: inherit;
  padding: var(--tabs-heading-pad-sm-y) var(--tabs-heading-pad-sm-x);
}
.tabs-heading .field-heading h2 {
  color: var(--tabs-heading-color);
  font-weight: 600 !important;
  padding-bottom: 0px !important;
  font-size: var(--tab-heading-font-size);
  line-height: var(--tab-heading-line-height);
}
.tabs-inner {
  --video-caption-color: #fff;
  --link-color: var(--video-caption-color);
  --h2-font-color: var(--video-caption-color);
  background-image: var(--gradients-linear-gradient-1);
  background-repeat: no-repeat;
  /* background-color: var(--primary-colors-amgen-blue); */
  padding-bottom: clamp(1.5rem, calc(1.85rem + -0.94vw), 1.25rem);
  box-shadow: 3px 6px 13px 0px rgba(0, 0, 0, 0.2);
  color: var(--video-caption-color);
  font-size: var(--para-sm);
  line-height: var(--para-sm-line-height);
  max-width: 80%;
  position: relative;
}

.media-detail-card {
  position: relative;
}
.quantum-cta_tag-share {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.media-detail-card .category-heading {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}

.media-detail-card .media-title {
  margin-bottom: clamp(1rem, calc(-0.68rem + 4.48vw), 2.19rem);
  padding-bottom: 0px !important;
  font-weight: 600;
}

.media-detail-card .media-sub-title {
  margin-bottom: 25px;
}
.collaps_data:not(.show) .collaps_data_text {
  display: none;
}
.collaps_data:not(.show) #readless {
  display: none;
}

.tabs-container > .tab:not(.active) {
  display: none;
}
.imageContainer {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tabs-heading .field-heading {
    padding: var(--tabs-heading-pad-y) var(--tabs-heading-pad-x);
  }
  /* .tabs-container > .tab {
    padding: var(--tabs-heading-pad-y) var(--tabs-heading-pad-x);
  } */
}
@media (max-width: 992px) {
  .tabs-inner {
    max-width: 100%;
  }
  .tabs-heading .field-heading {
    --tabs-heading-pad-sm-y: 15px;
    --tabs-heading-pad-sm-x: 10px;
    margin-top: 6px;
  }
}

.tab-details a:hover {
    color: #fff;
    text-decoration: none;
}

.tabs-container .media-detail-card .media-title {
    font-weight: 300 !important;
}

.tabs-inner .tabs-heading .field-heading h2{
    font-weight: 500 !important;
    font-family: var(--font-poppins-regular);
}
.tab-content-wrapper .collaps_data a, .tab-content-wrapper .collaps_data a:hover{
    text-decoration: underline !important;
}

/* tab video caption css */

.tabs-heading li>div {
  position: relative;
  width: 100%;
}

.tabs-heading li:last-child>div {
  padding-left: 44px;
}

.tabs-heading li:first-child>div {
  padding-right: 44px;
}

.tabs-heading li>div:before {
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  min-width: 58px;
  display: block;
  position: absolute;
  height: clamp(2.94rem, calc(1.61rem + 3.54vw), 3.88rem);
  top: 0;
}

.tabs-heading li {
  border-radius: 0 !important;
  background-color: transparent;
  align-items: unset;
}

.tabs-heading li:not(.active):first-child>div:before {
  background-image: url(../images/amgen-curve-right.svg);
  right: 0;
}

.tabs-heading li:not(.active):last-child>div:before {
  background-image: url(../images/amgen-curve-left.svg);
  left: 0;
}

.tabs-heading li:not(.active)>div>.component {
  background-color: var(--primary-colors-amgen-blue);
}

.tabs-heading li>div>.component {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.tabs-heading li .field-heading {
  padding: 0;
}

.tabs-heading li.active {
  cursor: default;
}

@media (max-width: 450px) {
  .tabs-inner .tabs-heading .field-heading h2 {
    font-size: 12px;
    line-height: 16px;
  }
}