body {
  font-family: ' Montserrat';
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}

body, html, mark {
  font-family: 'Montserrat', Helvetica;
  color: #003C70;
}

html, body, .wrapper {
  height: 100%;
  scroll-padding-top: 170px;
}

body > .wrapper {
  height: auto;
  min-height: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, Helvetica, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-weight: 800;
}

h1, .h1 {
  font-size: 2.3rem;
}

h2 {
  font-weight: 600;
  font-size: 1.7em;
}

h3 {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.4;
}

h4 {
  font-size: 1.1em;
  font-weight: 300;
}

h5 {
  font-size: 1.1em;
  font-weight: 300;
}

p {
  font-size: 1.1em;
  line-height: 1.6rem;
  font-weight: 300;
  font-family: helvetica;
}

b, strong {
  font-weight: 700;
}

h1 strong {
  font-weight: 900;
}

/* #colors
================================================== */

.red {
  color: #FF4060;
}

.red-bk {
  background-color: #FF4060 !important;
}

.beige-bk {
  background-color: #F8F4EC;
}

.yellow-bk {
  background-color: #FFDA99;
}

.si-blue {
  color: #003C70 !important;
}

.si-blue-bk {
  background-color: #003C70;
}

.si-dark-blue-bk {
  background-color: #1a1b2c;
}

.si-blue-bk-light {
  background-color: #EEF2F5;
}

.si-blue-bk-light-2 {
  background-color: #c1cbd2;
}

.si-border-light {
  border: 1px solid #EEF2F5;
}

.separator {
  width: 50px;
  height: 7px;
  border-radius: 7px;
  background-color: #FF4060;
  margin: 0px 0 7px 0;
  display: inline-block;
}

.circle {
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  border: 2px solid #EEF2F5;
  background: #EEF2F5;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  box-shadow: 2px 3px 9px #EEF2F5;
  display: block;
  position: relative;
}

.w-37 {
  width: 37%;
}

/* #Links
================================================== */

a, a:visited, .input-group-addon {
  color: #003C70;
}

.input-group.gene-search input {
  border-radius: 77px;
  font-size: 0.8em;
  height: 43px;
}

.input-group.gene-search input:focus {
  border-color: #ced4da;
  box-shadow: 0 0 0.2rem 0.2rem rgb(27 62 111 / 7%);
}

.btn.btn-secondary.si-blue-bk {
  border-top-right-radius: 77px;
  border-bottom-right-radius: 77px;
  border: 0px;
}

.btn.btn-secondary.si-blue-bk:focus, .btn.btn-secondary.si-blue-bk:hover {
  box-shadow: none;
  background: #FF4060;
  border: 0;
}

a:hover {
  color: #FF4060 !important;
  text-decoration: none;
}

p a, p a:visited {
  line-height: inherit;
}

/* #Buttons
================================================== */

a.down {
  padding-top: 60px;
  position: relative;
  display: inline-block;
}

a.down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: 0px;
  border: 2px solid #003C70;
  border-radius: 50px;
  box-sizing: border-box;
}

a.down span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #FF4060;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* #Lists
================================================== */

ul.list-style > li {
  list-style: none;
}

ul {
  padding-inline-start: 0 !important;
}

.circle {
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  background: white;
}

.carousel-item.active.container-fluid.slide-1 {
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-item.active.container-fluid.slide-2 {
  background: url("slide-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#si-carousel .carousel-item h4 {
  font-size: 1.5em;
}

#si-carousel .carousel-item h3 {
  font-size: 1.7em;
}

#si-carousel .carousel-item .row {
  height: 67vh;
}

.carousel-indicators {
}

.carousel-indicators li {
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #A2B4C1;
  border-radius: 50%;
}

.carousel-indicators .active {
  opacity: 1;
  background: #A2B4C1;
}

.small-separator {
  width: 70px;
  height: 5px;
  border-radius: 30px;
  background: #D3DEE7;
}

.si-navigation#TopNav a {
  border: 2px solid #ffff;
}

.si-navigation#TopNav .active {
  font-weight: bold;
  position: relative;
  background: #003C70;
  color: #fff;
}

.si-navigation#TopNav .active:hover {
  color: #fff !important;
}

.si-navigation#TopNav .active::before {
  position: absolute;
  bottom: -9px;
  width: 7px;
  height: 7px;
  background: #003C70;
  z-index: 3;
  left: calc(50% - 3px);
  display: block;
}

.testing-m-list img {
  transform: scale(0.77);
  vertical-align: top;
  align-self: start;
  margin-top: -0.77vh;
  min-width: 30px;
}

.media.testing-m-list p, .media.testing-m-list ul {
  font-size: 0.9em;
  line-height: 1.4 !important;
  margin-bottom: 7px;
}

ul.check-list li {
  font-size: 0.77em;
  background-image: url("../../assets/images/precision-oncology/check-mark-ico-s.svg");
  background-repeat: no-repeat;
  padding-left: 27px;
  background-position: 9px center;
  margin-bottom: 3px;
  font-weight: 700;
}

.table.si-table {
  color: #003C70;
  font-size: 0.8em;
}

.table.si-table th strong {
  font-weight: 600 !important;
}

.table.si-table thead {
  background-color: rgba(162, 180, 193, 37%);
}

table.si-table tbody {
  background-color: rgba(255, 255, 255, 40%);
}

.si-faq-acc .card-header {
  background: #EEF2F5 !important;
  border: 0 none !important;
  border-radius: 0 !important;
}

.si-faq-acc .card-header.active-acc {
  border-radius: 0;
  background-color: #fff !important;
  border: 3px solid #EEF2F5 !important;
}

.si-faq-acc .card {
  border: 0;
  margin-top: 5px;
}

.fa-plus-hb {
  background: url("../../assets/images/precision-oncology/plus.svg");
  display: inline-block;
  width: 29px;
  height: 54px;
  vertical-align: top;
  background-repeat: no-repeat;
  margin-top: -20px;
  transform: scale(0.8);
  margin-right: -10px;
  margin-bottom: -10px;
}

.fa-minus-hb {
  background: url("../../assets/images/precision-oncology/minus.svg");
  display: inline-block;
  width: 29px;
  height: 54px;
  vertical-align: top;
  background-repeat: no-repeat;
  margin-top: -20px;
  transform: scale(0.8);
  margin-right: -10px;
  margin-bottom: -10px;
}

.testing-m-list img.w-img {
  width: 57px;
  height: auto;
  vertical-align: middle;
}

.table.si-table.stripe tr:nth-child(odd) {
  background: #EEF2F5;
  font-weight: bold;
}

.table.si-table.stripe tr strong {
  font-weight: 600;
}

.solid-tumor-btn.btn.btn-default {
  border-radius: 0;
  color: #003C70;
  text-transform: uppercase;
  border: 3px solid #FF4060;
}

#si-carousel .cd-headline.clip {
  font-size: 2rem !important;
}

#si-carousel .cd-words-wrapper {
  font-size: 2.3rem;
}

#si-carousel .blc {
  font-size: 2.3rem;
}

#si-carousel .blinking {
  font-size: 2rem;
  font-weight: 300;
}

#si-carousel .caption.v-middle {
  text-align: left !important;
}

#si-carousel .animated-text.noSelect {
  justify-content: left !important;
  display: block !important;
}

#si-carousel .slide-1-l {
  background: url("../../assets/images/precision-oncology/slide-1-l.png");
}

#si-carousel .slide-l {
  background-repeat: no-repeat;
  background-position: center right;
  max-height: 100%;
  height: 517px;
  background-size: contain;
}

#si-carousel .slide-r {
  background: url("../../assets/images/precision-oncology/slide-2-R.png");
}

#si-carousel .slide-r {
  background-repeat: no-repeat;
  background-position: center left;
  max-height: 100%;
  margin-left: -3vw;
  height: 517px;
  vertical-align: middle;
  align-items: center;
  background-size: contain;
}

#si-carousel .slide-2-l {
  background-image: url("../../assets/images/precision-oncology/slide-2-l.png");
}

#si-carousel .slide-4-l {
  background-image: url("../../assets/images/precision-oncology/s2-l-new.png");
}

#si-carousel .slide-3-l {
  background-image: url("../../assets/images/precision-oncology/s4-l-new.png");
}

#si-carousel .slide-5-l {
  background-image: url("../../assets/images/precision-oncology/photo-Main_1@300x-8.png");
}
/*
#si-carousel .slide-5-r {
  background-image: url("../../assets/images/precision-oncology/s5-r.png");
  margin-left: -5.8vw !important;
  
  padding-left: -10px !important;
  margin-left:5px;
}
*/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#TopNav {
  visibility: visible !important;
  transition: width 2s;
}

#TopNav.sticky {
  /* top: 103px; */
  left: 0;
  right: 0;
  margin: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  width: calc(100% + 1px);
}

@keyframes sticky {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

/* .content.sections .page-section {
  padding-top: 17% !important;
} */

.multi-omic-info .col {
  padding: 0 7px;
}

.multi-omic-info .circle {
  background-position: center 69%;
  background-repeat: no-repeat;
}

.multi-omic-info .circle h2 {
  position: absolute;
  z-index: 33;
  top: 25%;
  width: 100%;
  text-align: center;
  font-size: 1.27em;
}

.multi-omic-info .circle h2 strong {
  font-weight: 600;
}

.multi-omic-info .circle.genome {
  background-image: url("../../assets/images/precision-oncology/genome.svg");
}

.multi-omic-info .circle.transcriptome {
  background-image: url("../../assets/images/precision-oncology/transcriptome.svg");
}

.multi-omic-info .circle.metabolome {
  background-image: url("../../assets/images/precision-oncology/Metabolome.svg");
}

.multi-omic-info .circle.epigenome {
  background-image: url("../../assets/images/precision-oncology/epigenome.svg");
}

.multi-omic-info .circle.proteome {
  background-image: url("../../assets/images/precision-oncology/proteome.svg");
}

.multi-omic-carousel {
  box-shadow: 3px 3px 17px #EEF2F5;
}

.multi-omic-carousel .carousel-control-next, .multi-omic-carousel .carousel-control-prev {
  position: relative;
}

.multi-omic-carousel .carousel-indicators {
  right: -3%;
  left: auto;
  bottom: 41%;
  margin-right: 1%;
  margin-left: 3%;
}

.offering-tabs li .nav-link {
  border-radius: 77px;
}

.offering-tabs .nav-item {
  margin-right: 7px;
}

.offering-tabs li a.nav-link.active {
  color: #003C70;
  border: 2px solid #003C70;
  border-radius: 77px;
  background-color: transparent;
  font-weight: bold;
}

.toggle.btn {
  border: 0 none;
}

.toggle.btn .toggle-on {
  color: #003C70;
}

.toggle.btn .toggle-off, .toggle.btn .toggle-on {
  background-color: #EEF2F5;
  color: #003C70;
  font-weight: bold;
}

.toggle.btn .toggle-handle {
  background-color: #A2B4C1;
  border-radius: 50%;
  border: 0 none;
  box-shadow: 0px 0px 17px #a2b4c1;
  width: 47px;
  height: 47px;
}

.toggle.btn.slow {
  background: transparent;
  border-radius: 37px;
}

.contentA {
  display: none;
  transition: left 0.7s;
  -webkit-transition: left 0.7s;
}

.Index-nav {
  left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  top: 50vh;
  bottom: 0;
  z-index: 10;
  width: 0;
}

.Index-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.Index-nav-item {
  display: block;
  position: relative;
  padding: 5px 0;
}

.Index-nav .Index-nav-indicator {
  border-radius: 300px;
  border-width: 1px;
  border-style: solid;
  border-color: #D3DEE7;
  width: 15px;
  height: 15px;
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
  transform: scale(.95);
  -webkit-transition: border-color 170ms ease-out,transform 170ms ease-out,margin 170ms ease-out;
  -moz-transition: border-color 170ms ease-out,transform 170ms ease-out,margin 170ms ease-out;
  -ms-transition: border-color 170ms ease-out,transform 170ms ease-out,margin 170ms ease-out;
  -o-transition: border-color 170ms ease-out,transform 170ms ease-out,margin 170ms ease-out;
  transition: border-color 170ms ease-out,transform 170ms ease-out,margin 170ms ease-out;
}

.Index-nav .Index-nav-indicator:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  margin: 3px;
  border-radius: 50%;
  background-color: #A2B4C1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 170ms ease-out;
  -moz-transition: transform 170ms ease-out;
  -ms-transition: transform 170ms ease-out;
  -o-transition: transform 170ms ease-out;
  transition: transform 170ms ease-out;
  -webkit-transition: -webkit-transform 170ms ease-out;
  transition: -webkit-transform 170ms ease-out;
}

.Index-nav .Index-nav-text {
  color: #A2B4C1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.Index-nav-text {
  display: none;
  position: absolute;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  white-space: nowrap;
  line-height: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: capitalize;
  color: #A2B4C1;
  opacity: 0;
  -webkit-transition: opacity 170ms ease-out,transform 170ms ease-out,right 0s 170ms;
  -moz-transition: opacity 170ms ease-out,transform 170ms ease-out,right 0s 170ms;
  -ms-transition: opacity 170ms ease-out,transform 170ms ease-out,right 0s 170ms;
  -o-transition: opacity 170ms ease-out,transform 170ms ease-out,right 0s 170ms;
  transition: opacity 170ms ease-out,transform 170ms ease-out,right 0s 170ms;
}

.Index-nav-item:hover .Index-nav-text {
  display: block;
  left: 100vw;
  margin-left: 16px;
  text-align: left;
  -webkit-transform: translatex(-20%);
  -moz-transform: translatex(-20%);
  -ms-transform: translatex(-20%);
  -o-transform: translatex(-20%);
  transform: translatex(-20%);
}

.Index-nav-item:hover .Index-nav-text {
  left: 100%;
  -webkit-transition: opacity 170ms ease-out,transform 170ms ease-out,left 0s 0s;
  -moz-transition: opacity 170ms ease-out,transform 170ms ease-out,left 0s 0s;
  -ms-transition: opacity 170ms ease-out,transform 170ms ease-out,left 0s 0s;
  -o-transition: opacity 170ms ease-out,transform 170ms ease-out,left 0s 0s;
  transition: opacity 170ms ease-out,transform 170ms ease-out,left 0s 0s;
}

.Index-nav.overlay .Index-nav-text {
  color: #A2B4C1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.Index-nav-item:hover .Index-nav-text {
  opacity: 1;
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}

.Index-nav-text span {
  display: inline-block;
  vertical-align: baseline;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 100%;
}

.Index-nav.overlay .Index-nav-text {
  color: #A2B4C1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.Index-nav.overlay .Index-nav-item.active .Index-nav-indicator, .Index-nav.overlay .Index-nav-item:hover .Index-nav-indicator {
  border-color: #A2B4C1;
}

.Index-nav-item.active .Index-nav-indicator {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}

.Index-nav-item.active .Index-nav-indicator {
  margin: 3px 0;
}

.Index-nav-item.active .Index-nav-indicator, .tweak-index-nav-style-radio .Index-nav-item:hover .Index-nav-indicator {
  border-color: #A2B4C1;
}

.Index-nav-item.active .Index-nav-indicator:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* *siparadigm-difference* */

.siparadigm-difference-image {
  background: url("../../assets/images/precision-oncology/solid0tumor0bk-01@2x.png");
  background-position: left center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-circle-dif {
  width: 107px;
  height: 107px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 17px;
  z-index: 99;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid #EEF2F5;
}

.div-circle-dif.left {
  right: 0;
  left: 17px;
}

.box .div-circle-dif {
  width: 77px;
  height: 77px;
  right: calc(50% - 77px);
  mix-blend-mode: normal;
  top: 57px;
}

/* *End-siparadigm-difference* */

/* *HRR-table* */

.scroll-wrap {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  transition: all 0.2s;
  transform: scale(0.98);
  will-change: transform;
  user-select: none;
  cursor: all-scroll;
  height: 97vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  --scrollbarBG: #D3DEE7;
  --thumbBG: #10376F;
}

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(16, 55, 111, 0.97);
  outline: 0 none;
  border-radius: 10px;
  width: 0.6em;
  height: 0.6em;
  opacity: 0.77;
}

.scroll-wrap::-webkit-scrollbar {
  background: #D3DEE7;
  transform: scale(-0.5);
  width: 0.6em !important;
  height: 0.6em !important;
}

.scroll-wrap::-webkit-scrollbar-corner {
  background: #D3DEE7;
  transform: scale(-0.5);
}

.scroll-wrap::-webkit-scrollbar-track {
  background: #D3DEE7;
  transform: scale(-0.5);
}

.fixed-table {
  position: sticky;
  z-index: 330;
  top: -7px;
  display: block;
}

.fixed-table table {
  background-color: #fff;
}

.scroll-wrap table.main {
  padding-top: 77px;
}

.scroll-wrap .table-main {
  height: 57vh;
  overflow-y: scroll;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: visible;
  margin-bottom: -14px;
  width: calc(100% + 17px);
}

.scroll-wrap .table-main table {
  min-width: 100%;
}

.scroll-wrap table tr > td:nth-child(1) {
  height: 73pt;
  position: sticky;
  z-index: 300;
  top: 0;
  left: -5px;
}

.scroll-wrap.active {
  background: rgba(255, 255, 255, 0.3);
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transform: scale(1);
}

a.scroll-wrap {
  display: block;
  color: #c9e9f6;
  text-decoration: underline;
  margin: 1em auto;
}

a.scroll-wrap:hover {
  cursor: pointer;
}

.font5 {
  color: #538DD5;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

.font6 {
  color: red;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: Calibri, sans-serif;
}

.font7 {
  color: #00B050;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

.style0 {
  mso-number-format: General;
  text-align: general;
  vertical-align: bottom;
  white-space: nowrap;
  mso-rotate: 0;
  mso-background-source: auto;
  mso-pattern: auto;
  font-style: normal;
  text-decoration: none;
  border: none;
}

.xl65 {
  text-align: center;
}

.xl66 {
  text-align: center;
  background: #C4BD97;
}

.xl67 {
  text-align: center;
  background: #D8E4BC;
}

.xl68 {
  text-align: center;
  background: #FCD5B4;
}

.xl69 {
  text-align: center;
  background: #CCC0DA;
}

.xl70 {
  text-align: center;
  background: #E6B8B7;
}

.xl71 {
  text-align: center;
  background: #B7DEE8;
}

.xl72 {
  text-align: center;
}

.xl73 {
  text-align: center;
}

.xl74 {
}

.xl75 {
  color: #00B050;
  text-align: center;
}

.xl76 {
  white-space: normal;
}

.xl77 {
  text-align: center;
  background: #92D050;
}

.xl78 {
  text-align: center;
  background: #FF9900;
}

.xl79 {
  text-align: center;
}

.xl80 {
  text-align: center;
}

.xl81 {
  text-align: left;
}

.xl82 {
  text-align: left;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.xl83 {
  text-align: center;
  border-right: none;
  background: white;
}

.xl84 {
  text-align: center;
  border-bottom: none;
  white-space: normal;
}

.xl85 {
  text-align: center;
  border-bottom: none;
  white-space: normal;
}

.xl86 {
  text-align: center;
  border-bottom: none;
}

.xl87 {
  font-weight: 700;
  text-align: center;
  white-space: normal;
}

.xl88 {
  color: #538DD5;
  text-align: center;
}

.xl89 {
  color: red;
  text-align: center;
}

.xl90 {
  color: #00B050;
  text-align: center;
}

.xl91 {
  color: #538DD5;
  text-align: center;
  border-bottom: none;
}

.xl92 {
  background: #E6B8B7;
}

.xl93 {
  background: #D8E4BC;
}

.xl94 {
  background: #FCD5B4;
}

.xl95 {
  background: #CCC0DA;
}

.xl96 {
  background: #B7DEE8;
}

.xl97 {
  background: #C4BD97;
}

.xl98 {
  background: #92D050;
}

.xl99 {
  background: #009999;
}

.xl100 {
  background: #FF9900;
}

.xl101 {
  color: #222222;
  text-align: center;
}

.xl102 {
  color: #538DD5;
  text-align: center;
  background: white;
}

.xl103 {
  font-weight: 700;
  text-align: center;
  background: #009999;
}

.xl104 {
  font-weight: 700;
  text-align: center;
  background: white;
}

/* *End-HRR-Table* */

@media (min-width: 992px) {
  .multi-omic-carousel .carousel-inner {
    height: 230px;
  }
}

@media (min-width: 992px) {
  .Index-nav {
    left: 5vw;
  }
}

.multi-omic-carousel .carousel-indicators li {
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .input-group.gene-search {
    max-width: 300px !important;
  }
}

@media (max-width: 992px) {
  #si-carousel .slide-l, #si-carousel .slide-r {
    background-size: auto 300px;
  }
}

@media (max-width: 992px) {
  .comprehensive-main-text {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .comprehensive-main-text p, .comprehensive-main-text h3 {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .multi-omic-carousel {
    margin-top: -7vh;
    margin-left: 3vw;
    margin-right: 3vw;
  }
}

@media (max-width: 768px) {
  .input-group.gene-search {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  #siparadigm-difference section div.col-md-5 img.d-block {
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .order-xs-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 768px) {
  .div-circle-dif {
    right: 20%;
  }
}

@media (max-width: 768px) {
  .div-circle-dif.left {
    left: 20%;
  }
}

@media (min-width: 768px) {
  .carousel-item h1 {
    font-size: 3.2rem;
  }
}

@media (max-width: 768px) {
  .mission {
    position: absolute;
    top: 20vh;
  }
}

@media (max-width: 768px) {
  .Index-nav {
    left: 17px;
  }
}

@media (max-width: 768px) {
  .si-mission-text {
    background-color: rgba(40, 51, 67, 0.0);
    padding: 30px 15px;
    background-blend-mode: multiply;
  }
}

@media (max-width: 768px) {
  .page-section {
    padding-top: 1rem !important;
  }
}

@media (max-width: 768px) {
  .carousel-item.active.container-fluid.slide-3 {
    background: url("slide-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  #si-carousel .slide-l, #si-carousel .slide-r {
    background-size: 40%;
  }
}

@media (max-width: 768px) {
  #si-carousel .slide-1-r {
    margin-left: 0;
    background: url("../../assets/images/precision-oncology/slide-1-full.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  #si-carousel .slide-r p {
    box-decoration-break: clone;
    line-height: 2;
    display: inline;
    padding: 5px 17px;
    background: #ffff;
    word-spacing: normal;
  }
}

@media (max-width: 768px) {
  #si-carousel .slide-2-r {
    margin-left: 0;
    background: url("../../assets/images/precision-oncology/slide-2-full.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  #si-carousel .slide-4-r {
    margin-left: 0;
    background: url("../../assets/images/precision-oncology/s-full-n0.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  #si-carousel .slide-3-r {
    margin-left: 0;
    background: url("../../assets/images/precision-oncology/s4-full-new.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  #si-carousel .slide-5-r {
    margin-left: 0;
    background-image: url("../../assets/images/precision-oncology/photo-Main_1@300x-8.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  #si-carousel .slide-5-l {
    margin-left: 0;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  #si-carousel .carousel-item .row {
    height: 57vh;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .solid-tumor-btn.btn.btn-default {
    float: none;
    background-color: #fff;
  }
}

@media (max-width: 768px) {
  #si-carousel .animated-text.noSelect {
    text-align: center !important;
    justify-content: center !important;
    margin: 3px auto !important;
    width: auto !important;
  }
}

@media (max-width: 768px) {
  #TopNav.sticky {
    top: 30px;
  }
}

@media (max-width: 768px) {
  #TopNav.sticky a {
    font-size: 0.8em;
  }
}

@media (max-width: 576px) {
  .p-xs-5 {
    padding: 3rem !important;
  }
}

@media (max-width: 576px) {
  .mt-xs-5 {
    margin-top: 3rem!important;
  }
}

@media (max-width: 576px) {
  .animated-text {
    transform: scale(1.0);
  }
}

.testing-m-list img.w-img.cart-2 {
  padding-right: 10px;
}

.testing-m-list img.w-img.cart-3 {
  width: 57px;
  padding-right: 20px;
}

.refrence p {
  font-size: 0.87rem;
  color: #333;
}

.refrence p a {
  color: #333;
}
.pl-sm-10{
   padding-left: 7rem!important;
}
.mt-sm-10 {
    margin-top: 7rem!important;
}
