.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/teledentistry-services/ban-bg.webp) 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;
  }
  .den-section .feature-box
  {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
  height: 100%;
  color: #58595B;
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 40px */
  }
  .den-section .info-text h4
  {
  color: #58595B;
  font-size: 24px;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: 200%; /* 48px */
  }
  .den-section .info-text p
  {
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 200%; /* 32px */
  }
  .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 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;
  }
  }
  .earning-potential .step-box
  {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 3.493px 10.48px 0 rgba(149, 157, 165, 0.20);
  padding: 20px;
  height: 100%;
  }
  .earning-potential .step-box h6
  {
  color: #58595B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 40px */
  }
  .earning-potential .step-box p
  {
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  }
  .earning-potential .step-box img
  {
  width: 100% !important; 
  }
  .earning-potential .service-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;
  height: 100%;
  text-align: center;
  margin-bottom: 1rem;
  }
  .earning-potential .service-box h6
  {
  color: #58595B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 40px */
  }
  .earning-potential .service-box p
  {
  color: #58595B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  }
  .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% */
  }
  .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%;
  }
  @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;
  }
  }
  .mouth-body-section-a .content-box {
  padding: 20px;
  }
  .mouth-body-section-a .content-box h3 {
  color: #141B5D;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 57.6px */
  }
  .mouth-body-section-a .content-box .text {
  color: #454545;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  }
  .mouth-body-section-a .content-box   .content-box-small
  {
  border-radius: 8px;
  background: #F6F6F6;
  padding: 10px 28px;
  color:  #727272;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 14px;
  text-decoration: none;
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 285.714% */
  }
  .mouth-body-section-a .stat-item h4 {
  color: #58595B;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 217.188%; /* 69.5px */
  letter-spacing: 2.56px;
  width: 50%;
  }
  .mouth-body-section-a  .stat-item p {
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  width: 50%;
  font-weight: 500;
  line-height: 217.188%; /* 34.75px */
  letter-spacing: 1.28px;
  }
  .mouth-body-section-a  .stat-item {
  border-radius: 13.845px;
  border: 0.865px solid #D8D8D8;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  }
  .learn-about h2
  { 
  color: #454545;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  }
  .learn-about h2 span
  { 
  color: #141B5D;
  }
  .learn-about-bg
  {
  border-radius: 16px;
  opacity: 0.94;
  background: #F6FEFF;
  padding: 30px;
  }
  .learn-about-bg p
  {
  color: #58595B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 40px */
  }
  .learn-about-bg p span
  {
  color: #141B5D;
  font-weight: 600;
  }
  .learn-about-bg .box-sec
  {
  border-radius: 20px;
  border: 1px solid  #EFF0F6;
  background: #FFF;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 14px 0 rgba(8, 15, 52, 0.04);
  }
  .learn-about-bg .box-sec h6
  {
  color: #141F39;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.2%; /* 33.168px */
  margin-bottom: 0;
  }
  .learn-about-bg .box-sec .btn-info-sec
  {
  border-radius: 72px;
  background: #5DE1FB;
  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);
  padding: 12px 16px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; 
  }