.den-section-btn-cta {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    display: inline;

    padding: 12px 16px;
    gap: 10px;
    transition: all 0.3s;
    border-radius: 72px;
    background: #141B5D;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
    color: #FFF;
    border:  1px solid #141B5D;

  }

  .vid-con-hero-section {
    position: relative;
    background: url(../img/saliva-testing/ban-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 0px;
}


 .den-section-btn-cta:hover {
  background: #141B5D;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
  color: #FFF;
  border:  1px solid #141B5D;
  }

  .den-section-btn-cta-a {
    color: #141B5D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    display: inline;

    padding: 12px 16px;
    gap: 10px;
    text-decoration: none !important;
    transition: all 0.3s;
    border-radius: 72px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
  }
 .den-section-btn-cta-a:hover {
    background-color: #fff;
    color: #141B5D !important;
    border: none;
    border: 1px solid #ddd;
  }
.den-section-title {
    color: #454545;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
  }

  .den-section-title span {
    color: #141B5D;
  }

  .den-section-subtext {
    color: #58595B;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
     line-height: 200%;

    max-width: 60vw;
    font-style: normal;
    margin: auto;
  }
  .den-section-subtext span {
    color: #141B5D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    max-width: 50vw;
    font-style: normal;
    margin: auto;
    line-height: 200%;
  }


  .den-section-btn-light-blue {

    border-radius: 72px;
    background: #141B5D;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
    color: #FFF;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    display: inline-block;
    width: fit-content;
  }

   .den-section-btn-light-blue:hover {
    border-radius: 72px;
    background: #141B5D;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
    color: #FFF;
  }

  .Salivary-Testing-sec .den-section-title-a {
    color: #454545;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    }
    .Salivary-Testing-sec .den-section-title-a span {
    color: #141B5D;
    }
  
    .Salivary-Testing-sec .den-section-title-b {
      color: #141B5D;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 138.2%; /* 33.168px */
      }
    .Salivary-Testing-sec .den-section-subtext-b {
      color: #58595B;
      font-size: 16px;
      font-weight: 700;
      line-height: 200%;
      font-style: normal;
      margin: auto;
      }
    .Salivary-Testing-sec .den-section-subtext-a {
    color: #58595B;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    font-style: normal;
    margin: auto;
    }
    .Salivary-Testing-sec .den-section-subtext-a span {
    color: #141B5D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-style: normal;
    margin: auto;
    line-height: 200%;
    }

    .saliva-comparison-section .saliva-card 
    {
      border-radius: 12px;
      border: 1.128px solid #BFBFBF;
      background: var(--Secondary-2, #FFF);
      box-shadow: -4.51px 4.51px 33.828px 0 rgba(0, 0, 0, 0.04);
      height: 100%;
    }

    .saliva-comparison-section .saliva-card  .card-header
    {
      border-radius: 12px;
      background: #141B5D;
      padding: 20px;
    }

    .saliva-comparison-section .saliva-card  .card-header h4
    {
      color: #D8D8D8;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 138.2%; 
      margin-bottom: 0;
    }

    .saliva-comparison-section .saliva-card  .card-body
    {
padding: 20px;
    }
    .saliva-comparison-section .saliva-card  .card-body p
    {
      color: #58595B;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 200%; /* 32px */
    }
    .saliva-comparison-section .saliva-card  .card-body h5
    {
      color: #454545;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 30px */
    }

    .saliva-comparison-section .saliva-card  .card-body h6
    {
      color: #454545;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 30px */
    }
    .saliva-comparison-section .saliva-card  .card-body ul
    {
      list-style: none;
    }
    .saliva-comparison-section .saliva-card  .card-body ul li
    {
      color: #58595B;
      border-radius: 8.733px;
border: 0.273px solid #D8D8D8;
background: #FFF;
box-shadow: 2.183px 2.183px 2.183px 0 rgba(227, 223, 255, 0.18);
padding: 6.55px;
margin-bottom: 0.5rem;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 200%; /* 32px */
    }
    
    .saliva-comparison-section .saliva-card  .card-body a.btn
    {
      border-radius: 8px;
      background: #141B5D;
      box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
      color: #fff;
      padding: 12px 16px;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 20px */
    }

    .saliva-benefits-section .benefit-card
    {
      border-radius: 16px;
      border: 0.5px solid #D8D8D8;
      background: #FFF;
      box-shadow: 4px 4px 4px 0 rgba(227, 223, 255, 0.18);
      padding: 20px;
      height: 100%;
    }

    .saliva-benefits-section .benefit-card h5
    {
      color: #58595B;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 200%; /* 40px */
    }

    .saliva-benefits-section .benefit-card p
    {
      color: #58595B;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 200%; /* 32px */
margin-bottom: 0;
    }
    .saliva-benefits-section iframe
    {
border-radius: 15px;
    }


    .timeline-section .timeline {
      position: relative;
      }
      .timeline-section  .timeline::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      height: 100%;
      background-color: #ccc;
      }
      .timeline-section .timeline-box
      {
      border-radius: 16px;
      border: 1px solid #DCDCDC;
      padding: 1rem;
      }
      .timeline-section  .timeline-item {
      position: relative;
      margin-bottom: 1rem;
      }
      .timeline-section .timeline-content {
      padding: 1.5rem;
      }
      .timeline-section  .timeline-number {
      width: 48px;
      height: 48px;
      background-color: #141B5D;
      color: white;
      border-radius: 50%;
      display: flex;
      font-size: 32px;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      }
      .timeline-section  .timeline-icon {
      max-width: 100%;
      height: auto;
      }
      .timeline-section  .timeline-title {
      color: #58595B;
      text-align: right;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 30px */
      }
      .timeline-section .timeline-title-a {
      color: #58595B;
      text-align:left;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 200%;
      }
      .timeline-item-right .timeline-content .timeline-title
      {
text-align: left;
      }
      .timeline-section .timeline-week {
      color: #141B5D;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      }
      .timeline-section .timeline-item:last-child {
      margin-bottom: 0rem;
      }
      .timeline-section .timeline-box ol li
      {
      color: #58595B;
      font-size: 16px;
      font-style: normal;
      margin-bottom: 0.5rem;
      font-weight: 500;
      line-height: 200%; /* 32px */
      }
      .timeline-section .timeline-box ol li:last-child
      {
      margin-bottom: 0rem;
      }
      .timeline-section .timeline-box ol li strong
      {
      color: #58595B;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 200%;
      }
      .timeline-section
      {
      padding: 80px 0;
      }
      @media (min-width: 768px) {
      .timeline-section .timeline-item-left .timeline-content {
      margin-right: auto;
      width: 45%;
      }
      .timeline-section .timeline-item-right .timeline-content {
      margin-left: auto;
      width: 45%;
      }
    
      }
      @media (max-width: 767.98px) {
      .timeline-section  .timeline::before {
      left: 20px;
      }
      .timeline-section .timeline-number {
      left: 0px;
      transform: translateY(-50%);
      }
      .timeline-section  .timeline-content {
      margin-left: 30px !important;
      margin-right: 10px;
      }
      .timeline-section .timeline-title {

        text-align: left;
      
    }
      }


      .disease-section
      {
        background: #141B5D;
      }

      .disease-section .disease-card
      {
padding: 20px;
height: 100%;
width: 100%;
display: block;
border-bottom: rgb(244 240 255 / 10%) 1px solid !important;
text-decoration: none;
      }

      .disease-section .disease-title
      {
        color: #F4F0FF;
        font-size: 16px;
        font-style: normal;
        text-decoration: none;
        font-weight: 500;
        margin-bottom: 0.5rem;
        line-height: 24px; /* 150% */
      }
      .disease-section .disease-desc
      {
        color: rgba(239, 237, 253, 0.60);
        font-size: 16px;
        font-style: normal;
        text-decoration: none;
        font-weight: 400;
        line-height: 24px; /* 150% */
        margin-bottom: 0;
      }
   .disease-section .den-section-title
   {
color: #FFF !important;
   }
 .disease-section .den-section-subtext
   {
    color: #D8D8D8 !important;
   }
   .disease-section .disease-icon
  {
margin-bottom: 1rem;
  }
   .disease-section .den-section-btn-light-blue
   {
border: 1px solid #FFF !important;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10) !important;
   }

   .luvline-vs-traditional .comparison-table .bg-blue-white
    {
    background: #141B5D;
    color: #fff !important;
    font-size: 16px;
    border-bottom: 1px solid  #141B5D !important;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; 
    }
    .luvline-vs-traditional .comparison-table .first
    {
    border-radius: 16px 16px 0    0 !important;
    }
    .luvline-vs-traditional .comparison-table .last
    {
    border-radius:  0    0 16px 16px!important;
    }
    .luvline-vs-traditional .comparison-table .first-main
    {
    border-radius:   16px!important;
    }
    .luvline-vs-traditional .comparison-table .col-4
    {
    min-height: 70px;
    color: #535862;
    font-size: 16px;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 18px; /* 112.5% */
    border-bottom: 1px solid  #E9EAEB;
    padding: 12px 24px;
    }

    .luvline-vs-traditional .comparison-table .bg-blue
    {
     
        border: 0.5px solid #E9EAEB;
        background: #FFF;
        box-shadow: 0 4.258px 63.872px 0 rgba(0, 0, 0, 0.08);
    }
    .luvline-vs-traditional .comparison-table .bg-blue-first
    {
    border-radius: 16px 16px 0    0 !important;
    }
    .luvline-vs-traditional .comparison-table .bg-blue-last
    {
    border-radius:  0    0 16px 16px!important;
    }

    .conditions-test .pathogen-item
    {
      border-bottom: rgb(244 240 255 / 100%) 1px solid;
      height: 100%;
      padding: 20px;
    }
    .conditions-test .pathogen-item img
    {
      width: 120px !important;
      height: 120px !important;
      margin-bottom: 1rem;
    }
    
    .conditions-test  .pathogen-item p
    {
      color:#535862;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 18px; /* 112.5% */ 
    }
    @media (max-width: 768px) {
    .luvline-vs-traditional .comparison-table .col-4 {
    font-size: 12px;
    justify-content: left;
    text-align: left;
    padding: 10px;
    text-wrap: unset;
    }
    .disease-card, .benefit-card, .Salivary-Testing-sec .den-section-title-b, .Salivary-Testing-sec .den-section-subtext-b
    {
      text-align: center !important;
    }

}