.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/white-labeling-services/ban-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 50px;
    overflow: hidden;
    }

    .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;
    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-subtext span a {
        color: #141B5D;
        font-size: 16px;
        font-style: normal;
        text-decoration: underline !important;
        cursor: pointer;
        font-weight: 700;
        max-width: 50vw;
        font-style: normal;
        margin: auto;
        line-height: 200%;
        }
    .den-section-title-a {
    color: #454545;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    }
    .den-section-title-a span {
    color: #141B5D;
    }
    .feature-image
    {
    width: 100%;
    }
    .den-section-subtext-a {
    color: #58595B;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    font-style: normal;
    margin: auto;
    }
    .den-section-subtext-a span {
    color: #141B5D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    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;
    }


    .Award-Winning-section .badge-label {
        border-radius: 8px;
        background: #F6F6F6;
        display: flex;
        padding: 10px 28px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        color: #58595B;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 200%;
        display: inline-block;
        margin: 5px;
    }
    .Award-Winning-section-head
    {
    color: #141B5D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 32px */
    }
    .Award-Winning-section-para
    {
      color: #58595B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 32px */
    }
    .Award-Winning-section-box
    {
      display: flex;
      justify-content: start;
      align-items: center;
      border-radius: 16px;
    background: #F8F8F8;
    padding: 24px 16px;
    gap: 16px;
    }

    .Award-Winning-section-box img
    {
width: 40px;
height: 40px;
    }

    .dental-care-hero .head {
        color: #141B5D;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 200%;
    }

    .dental-care-hero .para {
        color: #58595B;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 200%;
    }
    .dental-care-hero .badge
    {
    border-radius: 8px;
    background: #F6F6F6;
    padding: 8px 20px;
    color:  #727272;
    text-align: center;
    font-size: 14px;
    white-space: unset;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 285.714% */
    }

    .dental-care-hero .head {
        color: #141B5D;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 200%;
    }

    .dental-care-hero .para {
        color: #58595B;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 200%;
    }
    .dental-care-hero .badge
    {
    border-radius: 8px;
    background: #F6F6F6;
    padding: 8px 20px;
    color:  #727272;
    text-align: center;
    font-size: 14px;
    white-space: unset;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 285.714% */
    }
    .dental-care-section {
        position: relative;
        background: url(../img/white-labeling-services/ban-bg-2.png) no-repeat center;
        background-size: cover;
        width: 100%;
        overflow: hidden;
        text-align: center;
        }
    @media (max-width: 768px) {
        .dental-care-hero .para
        {
            text-align: center;
        }

        .dental-care-hero .head {
            text-align: center;
        }

        .dental-care-hero .badge {
         width: 100%;
        }

        .dental-care-hero  .den-section-btn-cta
        {
width: 100%;
display: block;
        }

    }


    .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-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 ul li
        {
        color: #58595B;
        font-size: 16px;
        font-style: normal;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 200%; /* 32px */
        }
        .timeline-section .timeline-box ul li:last-child
        {
        margin-bottom: 0rem;
        }
        .timeline-section .timeline-box ul li strong
        {
        color: #58595B;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 200%;
        }
        .timeline-section
        {
        padding: 80px 0;
        }
        .timeline-section .timeline-box h4
        {
            color: #58595B;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 200%;
        }

        @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;
        }
        }

        
    .Cho-box-bg
    {
      border-radius: 24px;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 2px 6px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 28.265px;
    height: 100%;
    }
    .Cho-box-bg img
    {
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0 0;
    }
    .Cho-box-bg h5
    {
        color: #141B5D;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 24px */
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
      width: 100%;
      text-align: center;
      padding-bottom: 1rem;
    }
    .Cho-box-bg p
    {
      color: #58595B;
      font-size: 16px;
      font-style: normal;
      text-align: left;
      font-weight: 500;
      line-height: 200%; /* 32px */
    }
    
    .Cho-box-bg ul li
    {
      color: #58595B;
      font-size: 16px;
      font-style: normal;
    
      text-align: left;
      font-weight: 500;
      line-height: 200%;
      margin-bottom: 1rem;
    }

    .affiliate-program-sec .program-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%;
    }
    
    .affiliate-program-sec .program-card h6
    {
      color: #58595B;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      text-align: left;
      line-height: 200%; /* 40px */
    }
    .affiliate-program-sec  h4
    {
      color: #58595B;
      font-size: 24px;
      text-align: left;
      font-style: normal;
      font-weight: 700;
      line-height: 200%; /* 48px */
    }
    
    
      
    .affiliate-program-sec .program-card p
    {
      color: #58595B;
      font-size: 16px;
      text-align: left;
      font-style: normal;
      font-weight: 400;
      line-height: 217.188%; /* 34.75px */
    }


    /* Timeline container */
    .When-to-Use-sec .timeline {
      position: relative;
      list-style: none;
      margin: 0;
      padding-left: 60px;
      }
      /* Vertical dashed line */
      .When-to-Use-sec  .timeline::before {
      content: "";
      position: absolute;
      top: 0;
      left: 20px;
      width: 2px;
      height: 100%;
      border-left: 2px dashed #58595B;
      }
      /* Timeline item */
      .When-to-Use-sec .timeline li {
      position: relative;
      margin-bottom: 40px;
      color: #58595B;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; /* 40px */
      }
      .When-to-Use-sec .timeline li:last-child {
        margin-bottom: 0px;

        }
      /* Outer circle */
      .When-to-Use-sec .timeline li::before {
      content: "";
      position: absolute;
      left: -55px;
      width: 32px;
      height: 32px;
      border: 2px solid #141B5D;  /* Dark Blue border */
      border-radius: 50%;
      background: #fff;
      z-index: 1;
      }
      /* Inner dot */
      .When-to-Use-sec  .timeline li::after {
      content: "";
      position: absolute;
      left: -45px;
      top: 10px;
      width: 12px;
      height: 12px;
      background: #141B5D; /* Dark Blue fill */
      border-radius: 50%;
      z-index: 2;
      }
      .When-to-Use-sec .head
      {
        color: #58595B;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 200%; 
      }

      .When-to-Use-sec .badge
      {
      border-radius: 8px;
      background: #F6F6F6;
      padding: 8px 20px;
      color:  #727272;
      text-align: center;
      font-size: 14px;
      white-space: unset;
      font-style: normal;
      font-weight: 700;
      line-height: 40px; /* 285.714% */
      }