/* ----------------congress Hub---------------- */
.clinicalPipelineSection {}

.clinicalPipelineSection .filterBox {
  background: #ffffff;
  padding: 50px 0 0 0;
  padding-top: 0px;
}

.clinicalPipelineSection .filterBox p {
  font-size: 18px !important;
  line-height: 24px !important;
}
@media screen and (max-width:991px) {
	.clinicalPipelineSection .filterBox {
  		padding-top: 30px;
	}
}

@media screen and (max-width:768px) {
  .clinicalPipelineSection .filterBox {
    padding: 0;
	padding-top: 5px;
  }
}

.clinicalPipelineSection .filterBox h1 {
  color: #2B7DE1;
  font-size: 36px;
  text-transform: none;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  .clinicalPipelineSection .filterBox h1 {
    font-size: 30px !important;
    line-height: 36px !important;
    text-transform: none !important;
  }
}

.clinicalPipelineSection .filterBox .filterWrapper .filter {
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  border-radius: 200px;
  display: flex;
  margin-top: 30px;
}

.clinicalPipelineSection .filterBox .filterWrapper .filter ul {
  display: flex;
  margin-bottom: 0;
  width: 100%;
  justify-content: space-around;
  padding: 0;
}

.clinicalPipelineSection .filterBox .filterWrapper .filter ul li {
  font-size: 24px;
  font-weight: 700;
  color: #FF5100;
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  border-right: solid 2px #F2F1F1;
}

.clinicalPipelineSection .filterBox .filterWrapper .filter ul li:first-child {
  border-radius: 200px 0 0 200px;
}

.clinicalPipelineSection .filterBox .filterWrapper .filter ul li:last-child {
  border-radius: 0 200px 200px 0;
  border-right: none;
}

.clinicalPipelineSection .filterBox .filterWrapper .filter ul li:hover {
  background: #FF5100;
  color: #ffffff;
}

.clinicalPipelineSection .filterBox .filterWrapper .filter ul li.active {
  background: #FF5100;
  color: #ffffff;
}

.clinicalPipelineSection .filterBox .filterWrapper .searchWrapper {
  width: 100%;
  display: flex;
  gap: 26px;
  margin-top: 50px;
}

.clinicalPipelineSection .filterBox .filterWrapper .searchWrapper input {
  flex: 1;
  height: 60px;
  border: solid 1px #707070;
  border-radius: 200px;
  padding: 0 34px;
}

.clinicalPipelineSection .filterBox .filterWrapper .searchWrapper button {
  width: 157px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  border: solid 1px #FF5100;
  color: #002169;
  font-size: 24px;
  font-weight: 700;
}

.clinicalPipelineSection .filterBox .filterWrapper .searchWrapper button:hover {
  background: #FF5100;
  color: #ffffff;
}

.clinicalPipelineSection .accessHereSection .accessHere {
  border: none;
}

@media (max-width: 991.98px) {
  .clinicalPipelineSection .filterBox .filterWrapper .filter ul {
    flex-direction: column;
  }

  .clinicalPipelineSection .filterBox .filterWrapper .filter ul li {
    height: 68px;
    border-right: none;
    border-bottom: solid 2px #F2F1F1;
  }

  .clinicalPipelineSection .filterBox .filterWrapper .filter ul li:first-child {
    border-radius: 20px 20px 0 0;
  }

  .clinicalPipelineSection .filterBox .filterWrapper .filter ul li:last-child {
    border-radius: 0 0 20px 20px;
    border-bottom: none;
  }

  .clinicalPipelineSection .filterBox .filterWrapper .filter {
    border-radius: 20px;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .clinicalPipelineSection .filterBox .filterWrapper .searchWrapper {
    flex-direction: column;
    gap: 15px;
  }

  .clinicalPipelineSection .filterBox .filterWrapper .searchWrapper input {
    height: 79px;
    padding: 29px;
  }
}

.recentPostTable {
  margin-top: 30px;
}

.recentPostTable .table-container {
  border: 2px solid #002a6e;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.recentPostTable table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f2f2f4;
}

.recentPostTable th,
td {
  text-align: left;
  padding: 16px 20px;
  border-bottom: 2px solid #fff;
  color: #002a6e;
}

.recentPostTable th {
  font-weight: 700;
  font-size: 18px;
}

.recentPostTable td {
  font-size: 18px;
  border-bottom: 2px solid #fff;
}

.recentPostTable td:first-child {
  border-right: 2px solid #fff;
}

.recentPostTable tr:first-child th:first-child {
  border-top-left-radius: 12px;
}

.recentPostTable tr:first-child th:last-child {
  border-top-right-radius: 12px;
}

.recentPostTable .header-cell {
  font-weight: 700;
  font-size: 18px;
  color: #002a6e;
  border-right: 2px solid #fff;
}

.recentPostTable tr:last-child td {
  border-bottom: none;
}

.recentPostTable .table-container table .small {
  display: none;
}

.recentPostTable .table-container table tbody.small {
  display: none;
}

@media (max-width: 767.98px) {
  .recentPostTable .table-container table .large {
    display: none;
  }

  .recentPostTable .table-container table tbody.large {
    display: none;
  }

  .recentPostTable .table-container table .small {
    display: table-row;
  }

  .recentPostTable .table-container table tbody.small {
    display: table-row-group;
  }

  .recentPostTable .table-container table tbody.small tr.small {
    display: table-row;
  }

  .recentPostTable .table-container table tbody.small tr.small th {
    display: table-cell;
    width: auto;
  }

  .recentPostTable .table-container table tbody.small tr.small .header-cell {
    width: 35%;
  }

  .recentPostTable .table-container table tbody.small tr.small th:not(.header-cell) {
    width: 32.5%;
    font-size: 16px;
    font-weight: 700;
  }

  .recentPostTable .table-container table tbody.small tr td:first-child {
    width: 35%;
    font-size: 16px;
    font-weight: 700;
  }

  .recentPostTable .table-container table tbody.small tr td:not(:first-child) {
    width: 32.5%;
  }

  .recentPostTable .table-container {
    padding: 5px;
  }

  .recentPostTable th,
  td {
    padding: 8px 16px;
  }
}


.legend {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-bottom: 30px;
  font-size: 14px;
  margin-top: 15px;
}

@media screen and (max-width:768px) {
  .legend {
    justify-content: flex-start;
  }
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legend-item span {
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .legend-item span {
    font-size: 16px;
    font-weight: 700;
  }
}

.legend-box {
  width: 16px;
  height: 16px;
  border-radius: 2px;
}

.legend-box.mono {
  background: #2B7DE9;
}

.legend-box.combo {
  background: #8B3A9C;
}

.header {

  display: grid;
  grid-template-columns: 490px repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #1a1a1a;
  align-items: center;
}

.trial-item {
  border-top: 2px solid #707070;
  padding-bottom: 0px;
}

.trial-item:last-child {
  border-bottom: 2px solid #707070;
}

@media screen and (max-width:768px) {
  .trial-item {
  	padding-bottom: 40px;
  }
	
  .trial-item:last-child {
    border-bottom: 0;
	padding-bottom: 0;
  }
}

.trial-header {
  display: grid;
  grid-template-columns: 490px 1fr;
  gap: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {
  .trial-header {
    margin-bottom: 40px;
  }

  .trial-header:last-child {
    margin-bottom: 0px;
  }
}

.trial-header.purple-bar .timeline-wrapper .timeline-container .clinical-progress-bar {
  background-color: #8A1A9B;
}

.trial-header.purple-bar .milestone .milestone-text {
  color: #8A1A9B;
}

.trial-header.purple-bar .trial-info .top-milestone .milestone-text {
  color: #8A1A9B;
}

@media screen and (max-width:991px) {
  .trial-header {
    grid-template-columns: 350px 1fr;
  }

  .header {
    grid-template-columns: 350px repeat(3, 1fr);
  }
}

.subHeade-mobile-view {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #002169 !important;
  display: none;
  margin-bottom: 10px !important;
}

@media screen and (max-width:768px) {
  .trial-header {
    display: flex;
    flex-direction: column;
  }

  .phase-markers .phase-marker {
    color: #002169;
    border-right: 0px dashed #ffffff;
	position: relative;
  }
	
  .phase-markers .phase-marker::before {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 10px;
    border-right: 1px dashed white;
  }

  .phase-label {
    display: none;
  }

  .subHeade-mobile-view {
    display: flex;
  }
}

.trial-info {
  padding-top: 20px;
}

@media screen and (max-width:768px) {
  .trial-info {
    padding-top: 40px;
  }
}

.trial-info h3 {
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.trial-info .subtitle {
  font-size: 16px;
  color: #000000;
}

@media screen and (max-width:768px) {
  .trial-info .subtitle {
    font-size: 18px;
    color: #000000;
  }
}

.trial-info .status {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

.timeline-wrapper {
  background-color: rgba(242, 241, 241, 75%);
  height: 104px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
}

@media screen and (max-width:576px) {


  .timeline-wrapper {
    padding: 10px;
    background-color: #F2F1F1BF;
	margin: 0px -25px;
  }
}

@media screen and (max-width:768px) {
  .timeline-wrapper {
    padding: 0 25px;
    height: 73px;
  }
}

.timeline-container {

  position: relative;
  height: 59px;
  width: 100%;
  background: transparent;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .timeline-container {
    background: rgba(112, 112, 112, 35%);
    border-radius: 0;
    margin-top: 20px;
    height: 34px;
  }
}

.clinical-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0 50px 50px 0;
  background: #2B7DE9;
  width: 0;
  /* start hidden */
  transition: width 2s ease-out;
}

@keyframes fillProgress {
  from {
    width: 0;
  }

  to {
    width: var(--target-width);
  }
}

.phase-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  pointer-events: none;
  z-index: 1;
}

.phase-marker {
  border-right: 2px dashed #ffffff;
  color: rgba(242, 241, 241, 75%);
  text-align: center;
  padding-top: 4px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .phase-marker {
  padding-top: 7px;
}
	
	 .phase-markers {
  padding: 0px 15px;
}
}

.phase-marker:last-child {
  border-right: none;
}

.milestone {
  margin-top: 20px !important;
}

.milestone-label {
  font-weight: 700;
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.milestone-text {
  font-size: 18px;
  color: #2A7DE1;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .milestone-text {
    justify-content: space-between;
  }
}

.milestone-text.normal {
  color: #1a1a1a !important;
  font-size: 18px;
  font-weight: 400;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #FF6B35;
  border-radius: 50%;
  color: white;
  font-size: 11px;
  font-weight: bold;
}

.icon.external::before {
  content: "↗";
}

.icon.clock::before {
  content: "⟳";
}


.visit-link {
  font-size: 24px;
  display: block;
  margin-bottom: 60px;
}

.visit-link a {
  color: #ff6b35;
  text-decoration: none;
  font-weight: 700;
}

.visit-link a:hover {
  text-decoration: underline;
}

.link-icon {
  display: inline-block;
  background-color: #ff6b35;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin-left: 8px;
  font-size: 14px;
  vertical-align: middle;
}

.clinicalPipelineSection .footnotes .footnote {
  font-size: 14px !important;
  color: #000000 !important;
  line-height: 18px !important;
  margin-bottom: 0;
  padding-left: 6px !important;
  position: relative;
      padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (max-width:768px) {
  .footnote {
    margin-top: 5px;
  }

  .footnote:first-child {
    margin-top: 0px;
  }
}

sup {
  font-size: 10px !important;
  top: -8px !important;
}

.footnote sup {
  font-size: 10px !important;
  top: 0px !important;
  position: absolute;
  left: 0;
}

.phase-label {
  text-align: center;
  padding: 0 10px;
  font-size: 18px !important;
}

.clinicalPipelineSection .info-section .subHeade {
  font-weight: bold !important;
  color: #002169 !important;
	font-size: 24px !important;
	line-height: 32px !important;
	margin-bottom: 20px !important;
}


.phase-label-heade {
  text-align: start !important;
  padding-left: 0 !important;
  font-size: 24px !important;
}


.main-content {
  margin-top: 50px;
  font-size: 18px;
  line-height: 24px;
}

.divider {
  border: none;
  border-top: 2px solid #ff6b35;
  opacity: 1 !important;
  margin: 0;
}

.highlight {
  font-weight: 500;
}

.risk-bg-control {
  padding: 50px 0;
  position: relative;
}

@media screen and (max-width:768px) {
  .risk-bg-control {
    padding: 15px 0;
  }
}

.risk-bg-control::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background-color: #2A7DE1;
}

.risk-wrapper {
  padding: 20px;
  border: 2px solid #002169;
  border-radius: 20px;
  z-index: 1;
  position: relative;
  background-color: white;
}

.risk-container {
  display: flex;
  gap: 20px;
}

.risk-section {
  flex: 1;
  background: #F2F1F1;
  border-radius: 12px;
  position: relative;
}

.risk-section-inner {
  padding: 10px 15px 20px 15px;
}

.risk-section-inner.intermediate-risk {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  position: relative;
}

.intermediate-risk-content {
  text-align: center;
  margin: 85px 0;
  color: #000000;
  font-weight: 400 !important;
  font-size: 18px !important;
  z-index: 1;
  background-color: #f2f1f1;
  padding: 20px 0;
}

.risk-section-inner.intermediate-risk .long-arrow {
  position: absolute;
  width: 2px;
  height: calc(100% - 115px);
  background-color: #ff5100;
  left: 50%;
}

@media screen and (max-width:991px) {
  .risk-section-inner.intermediate-risk .long-arrow {
    height: calc(100% - 150px);
  }
}

@media screen and (max-width:768px) {
  .intermediate-risk-content {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .risk-section-inner.intermediate-risk .long-arrow {
    height: calc(100% - 130px);
  }
}

.risk-section-inner.intermediate-risk .long-arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #FF5100;
  transform: rotate(60deg);
  left: -7px;
  bottom: 0;
}

.slide-arrow {
  position: absolute;
  width: 2px;
  height: 35px;
  top: 58px;
  background-color: #ff5100;

}

.slide-arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #FF5100;
  transform: rotate(60deg);
  left: -7px;
  bottom: 0;
}

.slide-arrow.left {
  left: 35px;
  rotate: 40deg;
}

.slide-arrow.right {
  right: 35px;
  rotate: -40deg;
}

.risk-header {
  background: #002169;
  color: white;
  padding: 12px 20px;
  border-radius: 20px 20px 0 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.intermediate-risk {
  display: flex;
  flex-direction: column;
}

.high-risk {
  flex: 0 0 70%;
}

.treatment-box {
  background: white;
  border: 2px solid #2B7DE1;
  border-radius: 20px;
  padding: 10px 15px;
  text-align: center;
}

.treatment-box.light-blue-box {
  border: 2px solid #2B7DE1;
}

.treatment-box.light-blue-box .treatment-title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.treatment-box.light-blue-box .treatment-subtitle {
  color: #000000;
  font-size: 14px;
}

.treatment-title {
  color: #003d7a;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.treatment-subtitle {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

.info-section {
  padding: 80px 0;
}

@media screen and (max-width:768px) {
  .info-section {
    padding: 50px 0;
  }

}

.arrow {
  text-align: center;
  color: #ff6b35;
  font-size: 30px;
  margin: 10px 0;
  font-weight: bold;
}

.high-risk-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width:768px) {
  .high-risk-content {
    gap: 0px;
  }
}

.naive-section {
  flex: 1;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width:768px) {
  .naive-section {
    flex-direction: column;
    gap: 15px;
  }

  .bcg-naive-wrapper {
    padding-bottom: 60px;
  }

  .slide-arrow.left {
    left: 35px;
    rotate: 0deg;
    height: 38px;
  }

  .slide-arrow.right {
    right: 35px;
    rotate: 0deg;
    height: 224px;
  }

  .slide-arrow {
    top: 70px;
  }

  .mobile-pt60 {
    padding-top: 27px;
  }
}

@media screen and (max-width:380px) {
  .slide-arrow.right {
    height: 250px;
  }
	
  .slide-arrow.left {
    height: 40px;
  }
}

.unresponsive-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.unresponsive-section {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bcg-naive-wrapper {
  position: relative;
}

.bcg-naive {
  background: white;
  border: 2px solid #003d7a;
  border-radius: 20px;
  padding: 13px;
  text-align: center;
  font-weight: bold;
  color: #003d7a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  min-width: 200px;
  font-size: 18px;
}

.split-arrow {
  display: flex;
  justify-content: space-around;
  margin: 10px 0;
}

.split-arrow span {
  color: #ff6b35;
  font-size: 30px;
  font-weight: bold;
}

.bcg-exposed {
  border: 2px solid #003d7a;
  border-radius: 40px;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  color: #003d7a;
  margin-bottom: 15px;
  width: fit-content;
}

.bcg-unresponsive {
  background: white;
  border: 2px solid #2B7DE1;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: #003d7a;
  margin-bottom: 15px;
}

.study-box {
  background: white;
  border: 2px solid #2B7DE1;
  border-radius: 10px;
  padding: 12px;
}

.study-title {
  color: #003d7a;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 4px;
}

.study-subtitle {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.core-highlight {
  background: #e6f3ff;
  border-color: #2B7DE1;
}

@media (max-width: 768px) {
  .risk-container {
    flex-direction: column;
  }

  .high-risk-content {
    flex-direction: column;
  }

  h1 {
    font-size: 20px;
  }

  .bcg-naive {
    min-width: 100%;
  }
}

.text-highlight {
  color: #002169;
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.text-highlight p {
  padding-bottom: 0 !important;
}
.text-highlight p:last-child {
  margin-bottom: 0 !important;
}

.orange-a-tag {
  color: #FF5100 !important;
  text-decoration: none;
  font-weight: 700;
  text-decoration: none !important;
}

.underline-link {
  text-decoration: underline !important;
}

a:hover {
  text-decoration: underline;
}


.email-section {
  margin-top: 40px;
  padding-top: 30px;
}

.email-section p,
.email-section a {
  font-size: 24px;
}

.email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  text-wrap: wrap;
  flex-wrap: wrap;
  word-break: break-all;
}

.button-icon {
  display: flex;
  width: 25px;
  height: 25px;
  background-color: #FF5100;
  border-radius: 50%;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  flex-shrink: 0;
}

.button-icon:hover {
  background-color: #002169;
}

@media screen and (max-width:768px) {
  .button-icon {
    width: 25px;
    height: 25px;
  }
}

.button-icon.arrow {
  margin: 0;
}

.button-icon.download {
  margin: 0;
}

.button-icon.arrow::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  mask-image: url(../images/top-right-arrow.svg);
  background-color: white;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100%;
}

.button-icon.download::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  mask-image: url(../images/download.svg);
  background-color: white;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100%;
}

@media (max-width: 768px) {
  .container {
    padding: 0px 30px;
  }

  h1 {
    font-size: 26px;
  }
}

.gray-bg-section {
  background: #F2F1F1;
  padding: 50px 0;
}

@media (max-width: 768px) {
  .gray-bg-section {
    padding: 50px 0 30px 0;
  }
}

.sub-main-heading {
  font-size: 24px !important;
  font-weight: bold !important;
  color: #002169 !important;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
  line-height: 26px !important;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.column .title {
  width: 100%;
}

.column.fit-width {
  width: 190px;
  background-color: #f2f1f1;
}

.column.flex-width {
  flex: 1;
}

.title {
  border: 2px solid #002169;
  border-radius: 25px;
  padding: 4px 20px;
  color: #002169;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}

.box {
  border: 2px solid #002169;
  border-radius: 20px;
  background-color: white;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.box.light-blue-box {
  border: 2px solid #2B7DE1;
}

.box.light-blue-box h3,
.box.light-blue-box p {
  color: #000;
}

.box.light-blue-box p {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.box h3 {
  color: #002169;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0 !important;
}

.box p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.naive-section-content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

@media screen and (max-width:768px) {
  .naive-section-content {
    flex-direction: column;
    z-index: 1;
    gap: 30px;
  }

  .column.fit-width {
    width: 100%;
    padding: 15px 0;
  }
}

.ul-style {
  margin: 0;
  padding: 0;
}

.ul-style li {
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 16px;
  list-style: none;
  padding-left: 10px;
  position: relative;
}

.ul-style li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background-color: #000000;
  border-radius: 50%;
}

.mobile-visible {
  display: none;
  flex-direction: column;
}

.desktop-visible {
  display: flex;
  flex-direction: column;
  width: 170px;
}

@media screen and (max-width:768px) {
  .mobile-visible {
    display: flex;
  }

  .desktop-visible {
    display: none;
  }
}


.textChangeHover .hover-text {
  display: none;
  text-wrap: wrap;
  flex-wrap: wrap;
}

.clinicalPipelineSection .textChangeHover .text-link {
  display: flex;
  text-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  font-size: 24px !important;
  line-height: 32px !important;
}

.textChangeHover:hover .hover-text {
  display: flex;
}

.textChangeHover:hover .text-link {
  display: none;
}

@media screen and (max-width:768px) {
  .mobile-font18 p a {
    font-size: 18px !important;
  }

  .mobile-font18 p {
    font-size: 18px !important;
  }

  .email-section {
    margin-top: 0;
  }
}

.newsSection {

  padding: 50px 0;
  background: #fff;
}

.newsSection .newsWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.newsSection .newsMore {

  font-size: 24px;
  font-weight: 700;
  color: #002169;
  border: #ff5100 solid 2px;
  border-radius: 30px;
  text-decoration: none;
  padding: 15px 30px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  height: 60px;
  gap: 15px;
}

.newsSection .newsMore:hover {
  background: #ff5100;
  color: #fff;
}

.newsSection .newsMore .text-visible {

  display: flex;
  line-height: 22px;
}

.newsSection .newsMore .hover-visible {

  display: none;
}

.newsSection .newsMore:hover .hover-visible {

  display: flex;
}

.newsSection .newsMore:hover .text-visible {

  display: none;
}

.newsSection .newsMore:hover .circle-btn.orange {

  background-color: #002169;
}

.newsSection .newsMore:hover .circle-btn.orange svg {

  color: #ff5100;
}

.newsSection .newsMore:hover svg path {
  fill: #002169;
}

.newsSection .newsMore svg path {
  fill: #ff5100;
}

.newsSection .newsMore:hover svg path {
  fill: #ff5100 !important;
}

.newsSection .newsText {
  font-size: 24px;
  font-weight: 700;
  color: #002169;
}

.align-start {
  justify-content: start !important;
}

@media (max-width: 767.98px) {
  .newsSection .newsWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .newsSection {
    padding: 97px 0;
  }

  .newsSection .newsWrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.circle-btn {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  flex: none !important;
  flex-shrink: 0 !important;
}

.circle-btn.orange {
  background-color: #ff5100;
}

.circle-btn.orange:hover {
  background-color: #002169;
}

.circle-btn.orange:hover svg {
  color: #ff5100;
}

.circle-btn.orange svg {
  color: white;
}

.circle-btn.blue {
  background-color: #002169;
}

.box-align-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: none !important;
}

.list-point-wrapper {
  padding: 50px 0;
}

@media screen and (max-width:768px) {
  .mob-pt30 {
    padding-top: 30px;
  }

  .list-point-wrapper {
    padding: 30px 0;
  }
}
.subHeade {
  font-weight: bold !important;
  color: #002169 !important;
}