.vid-con-hero-section {
    position: relative;
    background: url(../img/video-consultation-for-patients/ban-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 50px;
    overflow: hidden;
}


.btn-cta {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    display: inline;
    height: 45px;
    padding: 12px 16px;
    gap: 10px;
    transition: all 0.3s;
    border-radius: 72px;
    border:  1px solid #141B5D;
    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);
  }

 .btn-cta:hover {
    background: #141B5D !important;
    color: #FFF !important;
    border:  1px solid #141B5D;
  }

  .btn-cta-a {
    color: #141B5D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    display: inline;
    height: 45px;
    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);
  }
 .btn-cta-a:hover {
    background-color: #fff;
    color: #141B5D !important;
    border: none;
    border: 1px solid #ddd;
  }
.online-How-It-Works-title {
    color: #454545;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
  }

  .online-How-It-Works-title span {
    color: #141B5D;
  }

  .online-How-It-Works-subtext {
    color: #58595B;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;

    max-width: 60vw;
    font-style: normal;
    margin: auto;
  }
  .online-How-It-Works-subtext span {
    color: #141B5D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    max-width: 50vw;
    font-style: normal;
    margin: auto;
    line-height: 200%;
  }

  .Why-Choose-section .feature-box
  {
    border-radius: 12px;
    background: #FEFEFE;
    box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    text-align: center;
  }
  .feature-title
  {
    color: #58595B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 40px */
  }
  .feature-text
  {
    color: #58595B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 32px */
  }

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

   .btn-light-blue:hover {
    background: #141B5D;
    color: #FFF;
  }
  .Your-Path-section
  {
    background: #F6FEFF;
  }
  .Your-Path-section .step-card
  {
    border-radius: 16px;
    border: 1px solid #DCDCDC;
    background: #FEFEFE;
    padding: 20px;
  }
  .Your-Path-section .step-card .step-number
  {
    color: #141B5D;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .Your-Path-section .step-card .step-head
  {
    color: #58595B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 40px */
  }
  .Your-Path-section .step-card .step-text
  {
    color: #58595B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 32px */
  }

  .Oral-condi-section .feature-card
  {
    border-radius: 16px;
    border: 0.5px solid #D8D8D8;
    background: #FFF;
    box-shadow: 4px 4px 4px 0 rgba(227, 223, 255, 0.18);
    padding: 24px 12px;
  }
  
  .Oral-condi-section .feature-card h6
  {
    color: #58595B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 40px */
  }
  .Oral-condi-section .feature-card img
  {
  margin-bottom: 1rem;
  }

  .Oral-condi-section .feature-card small
  {
    color: #58595B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 217.188%; /* 34.75px */
  }

  .testimonial-card {
    border-radius: 24px;
    background: #F8F8F8;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
  }

  .tag-badge {
    border-radius: 40px;
    border: 1px solid #7C818F;
    background:#7C818F;
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
    border-radius: 50px;
    padding: 4px 10px;
  }

  .testimonial-name {
    color: #58595B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
  }

  .testimonial-quote {
    color: #58595B;
    font-size: 16px;
    padding-top: 10px;
    border-top: 1px  #DCDCDC solid;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 32px */
  }

  .testimonial-quote ul li {
    color: #58595B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    list-style: none;
  }
  .testimonial-quote ul {
padding-left: 0;
  }