.page-template-template-services-new .container{max-width: 1400px;}
.page-template-template-services-new{overflow-y: hidden;}
.page-template-template-services-new footer#main-footer{
  position: relative;
  border-top: 1px solid #F2F2F2;
  padding: 19px 0 0 0;
  margin-top: 45px;
}
.page-template-template-services-new sup{bottom: 5px;}
.page-template-template-services-new h1{
  font-size: 45px;
  line-height: 50px;
}
.page-template-template-services-new h2{
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
}
.page-template-template-services-new h4{
    font-size: 28px;
    line-height: 34px;
  }
.page-template-template-services-new p{
  font-size: 20px;
  line-height: 30px;
}
.page-template-template-services-new p strong{font-weight: 700;}
/*service-hero*/
.service-hero-section .hero-block{
  margin: 0 auto;
}
.service-hero-section .block-system-breadcrumb-block{float: none;}
.service-hero-section .block-system-breadcrumb-block >.container{margin: 0px; width: 100%;}
#block-views-blockheader-slider.block-views-page.service-hero-section,
#block-views-blockheader-slider.block-views-page.service-hero-section > .block-views-blockheader{
  height: auto;
  margin-bottom: 45px;
}
.hero-bg #block-views-blockheader-slider.block-views-page .bgr-image-header img{
  object-fit: inherit;
}
.service-hero-content-block {
  max-width: 49.3%;
  padding: 60px 20px 90px;
}
.page-template-template-services-new .service-hero-content-block .content-below-title sup,
.xenograft-model p sup{
  bottom: 0px;
}
.pharmacology-page .service-hero-content-block {padding: 40px 20px 70px;}
.service-hero-section .breadcrumb ol li:first-child > a:after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2023/07/home-icon.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.service-hero-section .breadcrumb ol li:first-child{
  margin-right: 20px;
}
.service-hero-section .breadcrumb ol li:not(:first-child):before{
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2023/07/breadcrumbs-arrow.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  top: 10px;
  left: -10px;
  opacity: 1;
}
.service-hero-section .anchor-button{
  padding: 10px 25px;
}

.service-hero-section .breadcrumb ol li:first-child > a{font-size: 0px;}
.service-hero-section .breadcrumb ol li,
.service-hero-section .breadcrumb ol li a,
.service-hero-section h1,
.service-hero-section p,
.stats-title{
  color: #fff;
  font-weight: 400;
}

.pharmacology-page .service-hero-section .breadcrumb {margin-bottom: 35px;}
.service-hero-section .breadcrumb{margin-bottom: 15px;}
.xenograft-model .service-hero-section .block-system-breadcrumb-block{padding: 0px;}
.xenograft-model .service-hero-section .block-system-breadcrumb-block ol{display: none;}
.xenograft-model .service-hero-section h1{padding-top: 5px;}
.service-hero-section .breadcrumb ol li{
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
.service-hero-section .breadcrumb ol li:last-child{
  font-weight: 300;
}
.service-hero-section .breadcrumb ol li a{
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
.service-hero-section p{
  font-size: 20px;
  line-height: 30px;

}
/* intro section */
.page-template-template-services-new .services-intro-section .services-intro-content{
  margin-bottom: 45px;
}
.page-template-template-services-new .services-intro-section .services-intro-content p:last-child{
  margin-bottom: 0px;
}
/*service-modal-section*/
.services-grid {
  display: grid;
  gap: 60px;
/*  flex-wrap: wrap;*/
  grid-template-columns: repeat(3, 1fr);
  padding: 45px 0px;
}

.service-card {
  padding: 20px;
  min-height: 320px;
/*  min-width: 240px;*/
/*  width: 427px;*/
  max-width: 100%;
  transition: all 0.3s ease;
  height: 100%;
  flex: 1;
}
.service-card:hover,
.related-service-card:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.service-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 40px;
}

.service-title {
  margin-top: 11px;
  color: #881A5B;
  word-break: break-word;
}

.service-description {
  margin-top: 16px;
  font-size: 20px;
  color: #2b2b2b;
  line-height: 30px;
  flex-grow: 1;
}
.service-description p{
  margin: 0px;
}
/*stats section*/
.stats-section {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0px;
}

.stats-content-container  {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 51px 37px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.stats-title{
  text-align: center;
}
.stats-title {
  margin-bottom: 0px;
}

.stats-container {
  display: grid;
  gap: 60px;
  justify-content: center;
  align-items: flex-start;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1132px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
/*  width: 238px;*/
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: white;
  line-height: 50px;
  margin-bottom: 0px;
}

.stat-description {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: white;
}
.stat-description p:last-child{
  margin-bottom: 0px;
}

.kinase-table .service-table table{
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
}
.kinase-table .service-table table th,
.kinase-table .service-table table td{
  padding: 15px;
}
.kinase-table .service-table table tbody tr td:first-child{
  font-weight: 600;
}
.kinase-table .service-table p{
  margin-top: 20px;
}

.paragraph--table-simple th{ background: #006c60; color: #fff; border-right: 2px solid #fff; padding: 8px 10px; text-align: left; cursor: pointer; font-size: 1.15rem; font-weight: 400;}
.paragraph--table-simple th::after{opacity: 0.5; font-family: 'FontAwesome'; content: '\0a0\f0dc'; font-weight: normal;}
.paragraph--table-simple table tbody tr:nth-child(2n+1) td {   background: rgba(0,108,96,0.1) !important; }
.paragraph--table-simple table tbody tr:nth-child(2n) td {   background: rgba(0,108,96,0.05) !important; }
.paragraph--table-simple table tbody tr td {   border-top: 2px solid #fff;   border-bottom: 2px solid #fff;   padding: 8px 10px;   font-size: 1.15rem; }



.cta-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 296px;
  margin: 45px 0px;
  width: 100%;
  float: left;
}

.content-container {
  max-width: 832px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}

.page-template-template-services-new h2.cta-title {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  width: 100%;
  margin: 0;
}

.cta-description {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  margin: 0;
}
.cta-description p:last-child,
.related-service-description p:last-child{
  margin-bottom: 0px;
}
.anchor-button,
.white-btn {
  padding: 20px 25px;
  border-radius: 4px;
  color: #2b2b2b;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  position: relative;
  transition: background-color 0.3s ease;
}
.anchor-button:before,
.white-btn:before{
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  top: 50%;
  height: 0;
  background: #2b2b2b;
  opacity: 0.2;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transform: translateZ(0);
}
.anchor-button:hover,
.white-btn:hover{
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.anchor-button:hover:before,
.white-btn:hover:before{
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.immuno-oncology-page .cta-section{padding: 75px 45px;}
.related-services-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #fff;
}

.related-services-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 45px 0px;
}

.related-section-title {
  color: #252525;
  gap: 15px;
  margin: 0;
}

.related-services-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.related-service-card {
  display: flex;
  width: auto;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
  height: 100%;
  flex: 1;
}

.related-service-image {
  height: 266px;
  width: 100%;
  object-fit: cover;
}

.related-service-details {
  display: flex;
  padding: 5px 15px 15px 15px;
  flex-direction: column;
  gap: 10px;
}

.related-service-title {
  color: #881a5b;
  font-weight: 600;
  margin: 0;
}

.related-service-description {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  flex-grow: 1;
}

/*research section*/
.bullet-icon-wrapper {
    display: flex;
    gap: 7px;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 15px;
}
.bullet-icon-wrapper p{
  margin: 0px;
}
.research-excellence {
  padding: 45px 0px;
}
.research-excellence article.content {
    display: flex;
    justify-content: space-between;
}

.research-excellence .image-col {
    display: flex;
    align-items: end;
}
.research-excellence .content-col { max-width: 59.65%;}
.research-excellence .research-title{color: #3C3C3B;}

/*table section*/
.service-table {padding-top: 60px;}
.color-scheme-purple .service-table h2{color: #252525}
.color-scheme-purple .paragraph--type--table-one .tablefield thead tr th {
  background: #881A5B;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding:10px;
  font-weight: 400;
}
.color-scheme-purple .paragraph--type--table-one .tablefield tbody tr:nth-child(2n+1) td {
  background: #EEE2E8; 
  padding:10px; 
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #252525;
}
.color-scheme-purple .paragraph--type--table-one .tablefield tbody tr:nth-child(2n) td {
  background: #FBF5F8; 
  padding: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #252525;
}
.color-scheme-purple .paragraph--type--table-one .tablefield tbody tr a{color: #881A5B;}
.color-scheme-purple .paragraph--type--table-one .dataTables_length label,
.color-scheme-purple .paragraph--type--table-one .dataTables_filter label,
.color-scheme-purple .paragraph--type--table-one.service-table .dataTables_wrapper .dataTables_info{
  font-size: 20px;
  line-height: 30px;
  color: #252525; 
}
.color-scheme-purple .paragraph--type--table-one.service-table .dataTables_wrapper .dataTables_info{
  padding: 40px 0px 45px;
}
.color-scheme-purple .paragraph--type--table-one.service-table .dataTables_wrapper .dataTables_paginate{
  padding: 30px 0px 45px;
}
.color-scheme-purple .paragraph--type--table-one .dataTables_length label{
  display: flex;
  gap: 15px;
  align-items: center;
}
.color-scheme-purple .paragraph--type--table-one.service-table .dataTables_length,
.color-scheme-purple .paragraph--type--table-one .dataTables_filter{padding: 15px 0px !important;}
.color-scheme-purple .paragraph--type--table-one.service-table .dataTables_length select,
.color-scheme-purple .paragraph--type--table-one .dataTables_filter input[type="search"]{
  font-size: 18px !important;
  line-height: 20px !important;
  padding: 5px;
  height: 40px !important;
  border: 1px solid #2B2B2B !important;
  border-radius: 4px;
}
.color-scheme-purple .paragraph--type--table-one .dataTables_filter input[type="search"]{width: 457px; margin-left: 10px;}
.color-scheme-purple .paragraph--type--table-one .dataTables_filter > label{position: relative;}
.color-scheme-purple .paragraph--type--table-one .dataTables_filter > label:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2023/07/Search-Icons.svg);
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.color-scheme-purple .paragraph--type--table-one table.tablefield{width: 100%;}
.color-scheme-purple .paragraph--type--table-one .dt-buttons {
  padding: 30px 0 45px;
  float: right;
}
.color-scheme-purple .paragraph--type--table-one .dt-buttons > .buttons-excel{
  padding: 10px 25px;
  font-size: 20px;
  line-height: 30px;
  background: transparent;
  color: #881A5B;
  font-weight: 700;
  border: 1px solid #881A5B;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.color-scheme-purple .paragraph--type--table-one .dt-buttons > .buttons-excel >span{text-transform: capitalize;}
.color-scheme-purple table.tablefield.dataTable.no-footer.dtr-inline.fixedHeader-locked {
    display: none;
}
.color-scheme-purple .paragraph--type--table-one .dt-buttons > .buttons-excel:hover{
  color: #ffffff;
  background-color: #97517A;
}
.color-scheme-purple .paragraph--type--table-one table.tablefield thead > tr,
.color-scheme-purple .paragraph--type--table-one table.tablefield tbody tr:not(:last-child){
  border-bottom: 5px solid #fff;
}
.color-scheme-purple .paragraph--type--table-one .dataTables_length {width: 215px !important;}
.color-scheme-purple .paragraph--type--table-one .field--name-field-table-one .tablefield-wrapper .dataTables_filter{
  width: calc(100% - 215px);
}
.color-scheme-purple .paragraph--type--table-one .dataTables_length > label{position: relative;}
.color-scheme-purple .paragraph--type--table-one .dataTables_length > label:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2023/07/down-arrow.svg);
    background-repeat: no-repeat;
    left: 55%;
    top: 50%;
    width: 14px;
    height: 10px;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: all;
    cursor: pointer;
}
.color-scheme-purple .paragraph--type--table-one .dataTables_length > label > select{
  appearance: none; 
  width: 74px;
  cursor: pointer;
  background-color: transparent !important;
  z-index: 1;
}
.color-scheme-purple .paragraph--type--table-one.service-table .dataTables_wrapper a.paginate_button {
  font-size: 20px;
  line-height: 30px;
  color: #881A5B;
  width: 44px;
  height: 50px;
  padding: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05) !important;
}
.color-scheme-purple .paragraph--type--table-one .field--name-field-table-one .tablefield-wrapper .dataTables_paginate .paginate_button.next::before,
.color-scheme-purple .paragraph--type--table-one .field--name-field-table-one .tablefield-wrapper .dataTables_paginate .paginate_button.previous::before{color: #881A5B;}
.color-scheme-purple .paragraph--type--table-one .field--name-field-table-one .tablefield-wrapper .dataTables_paginate .paginate_button.current{background: #f2f2f2;}

@media screen and (max-width: 1180px){
  #block-views-blockheader-slider.block-views-page.service-hero-section > .block-views-blockheader{
    min-height: auto;
  }
  .service-hero-content-block{
    max-width: 75%;
  }
}

@media (min-width: 1101px) and (max-width: 1180px){
  .page-template-template-services-new .container{
    width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .color-scheme-purple .paragraph--type--table-one .dataTables_filter input[type="search"]{width: 350px;}
  .color-scheme-purple .paragraph--type--table-one .dt-buttons{width: 100%; text-align: center;}
  .color-scheme-purple .paragraph--type--table-one.service-table .dataTables_wrapper .dataTables_info{
    padding: 40px 0px 0px;
  }
  .color-scheme-purple .paragraph--type--table-one.service-table .dataTables_wrapper .dataTables_paginate{
    padding: 30px 0px 0px;
  }
  .services-grid,
  .stats-container{
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-section {
    padding: 30px 20px;
  }
  .content-container {
    max-width: 100%;
  }
  .related-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .related-service-card {
    width: 100%;
    max-width: 448px;
  }
}


@media screen and (max-width: 767px) {
  .page-template-template-services-new h1,
  .stat-number,
  .page-template-template-services-new h2.cta-title{
    font-size: 36px;
    line-height: 46px;
  }
  .page-template-template-services-new h2{
    font-size: 30px;
    line-height: 46px;
  }
  .page-template-template-services-new h4{
    font-size: 20px;
    line-height: 30px;
  }
  .anchor-button, .white-btn{
    font-size: 18px;
    line-height: 26px;
    padding: 10px 20px;
  }
  .page-template-template-services-new p,
  .color-scheme-purple .paragraph--type--table-one .dataTables_length label, 
  .color-scheme-purple .paragraph--type--table-one .dataTables_filter label, 
  .color-scheme-purple .paragraph--type--table-one.service-table .dataTables_wrapper .dataTables_info,
  .color-scheme-purple .paragraph--type--table-one .tablefield thead tr th,
  .color-scheme-purple .paragraph--type--table-one .tablefield tbody tr:nth-child(2n+1) td,
  .color-scheme-purple .paragraph--type--table-one .tablefield tbody tr:nth-child(2n) td,
  .color-scheme-purple .paragraph--type--table-one.service-table .dataTables_wrapper a.paginate_button{
    font-size: 18px;
    line-height: 28px;
  }
  .kinase-table .service-table table{
  font-size: 18px;
    line-height: 28px;
    margin: 5px 0px;
}
.kinase-table .service-table table th,
.kinase-table .service-table table td{
  padding: 10px;
}
  .service-table {padding-top: 20px;}
  .color-scheme-purple .paragraph--type--table-one .dataTables_filter input[type="search"]{width: auto;}
  .color-scheme-purple .paragraph--type--table-one.service-table .dataTables_length,
  .color-scheme-purple .paragraph--type--table-one .dataTables_filter{width:100% !important;}
  .color-scheme-purple .paragraph--type--table-one .dataTables_filter > label{margin-left: 0px !important;}
  .color-scheme-purple .paragraph--type--table-one .dataTables_length > label:before{left: 115px;}
  .color-scheme-purple .paragraph--type--table-one.service-table .dataTables_wrapper .dataTables_paginate{margin: 0px;}
  .color-scheme-purple .paragraph--type--table-one.service-table .dataTables_wrapper .dataTables_info{
    padding: 30px 0px 0px;
  }
  .color-scheme-purple .paragraph--type--table-one .dt-buttons {padding: 30px 0 20px;}
  .page-template-template-services-new footer#main-footer{margin-top: 20px;}
  
  #block-views-blockheader-slider.block-views-page.service-hero-section{margin-bottom: 0px;}
  #block-views-blockheader-slider.block-views-page.service-hero-section > .block-views-blockheader{
    margin-bottom: 20px;
  }
  .service-hero-section .breadcrumb ol li{padding: 0px 0px 10px 20px;}
  .service-hero-section .breadcrumb ol li:not(:first-child):before{left: 0px; top: 0px;}
  .service-hero-section .breadcrumb ol li:first-child > a:after{left: 0px;}
  .service-hero-section .breadcrumb ol li:first-child {margin-right: 0px;}
  .service-hero-content-block{
    max-width: 100%;
    padding: 20px 15px 50px;
  }
  .page-template-template-services-new .services-intro-section .services-intro-content{
    margin-bottom: 20px;
  }
  .service-card {
    width: 100%;
    max-width: 427px;
    margin-left: auto;
    margin-right: auto;
  }
  .services-grid{
    padding: 20px 0px;
    gap: 30px;
  }
  .services-grid,
  .stats-container,
  .related-services-grid {
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-content: center;
    align-self: center;
  }
  .stats-section{
    padding: 20px 0px;
  }
  .stats-content-container{
    padding: 40px 15px;
  }
  .stats-title {
    font-size: 30px;
    line-height: 36px;
  }
  .stats-container {
    gap: 30px;
    align-items: center;
  }
  .stat-item {
    width: 100%;
    max-width: 280px;
  }
  .research-excellence {
    padding: 20px 0px;
  }
  .research-excellence article.content{
    flex-wrap: wrap;
    gap: 15px;
  }
  .research-excellence .content-col {
    max-width: 100%;
  }
  .research-excellence .image-col{
    width: 100%;
    justify-content: end;
  }
  .cta-section {
    padding: 40px 15px;
    margin: 20px 0px;
    width: 100%;
  }
  .content-container{gap: 20px;}
  .cta-description {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-button {
    padding: 15px 20px;
    font-size: 18px;
  }
  .related-services-content{
    padding: 20px 0px;
  }

  .related-service-details {
    padding: 5px 10px 10px 10px;
  }
  .related-service-description {
    font-size: 16px;
    line-height: 24px;
  }
}
