.bg-patten{
  background: none;
}
.tab-box h2 {
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
}

.tab-box p {
  font-size: 16px;
  line-height: 1.5;
}

.tab-box ul {
  padding-left: 20px;
}

.tab-box ul li::marker {
  color: #696969;
  font-size: 10px;
}

.tab-box ul li {
  font-style: italic;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 5px;
}

.hc-spending {
  display: flex;
  gap: 30px;
  /* background-image:url('../../images/healthcare/healthcare-bg.png') ; */
    background-repeat: no-repeat;
  background-position: right center;
  /* background-size: contain; */

}

.hc-spending-right {
  width: 700px;
}

.hc-spending img {
  width: 300px;
}

.pch-wrapper {
  max-width: 700px;
  border: 1px solid #333;
  border-radius: 6px;
  overflow: hidden;
  /* margin-top: 15px; */
}

.pch-table {
  width: 100%;
  border-collapse: collapse;
}

/* Header */
.pch-th {
  background-color: #0a7399;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 14px;
  /* letter-spacing: 0.3px; */
}

/* Rows */
.pch-row {
  border-bottom: 1px solid #333;
}

.pch-row-last {
  border-bottom: none;
}

.pch-td-country {
  padding: 5px 16px;
  font-size: 14px;
  color: #575757;
  text-align: center;
  border-right: 1px solid #333;
  width: 50%;
}

.pch-td-value {
  padding: 5px 16px;
  font-size: 14px;
  color: #575757;
  text-align: center;
  width: 50%;
}

/* Even rows */
.pch-row:nth-child(even) .pch-td-country,
.pch-row:nth-child(even) .pch-td-value {
  background-color: #f0f0f0;
}

/* Odd rows */
.pch-row:nth-child(odd) .pch-td-country,
.pch-row:nth-child(odd) .pch-td-value {
  background-color: #ffffff;
}

.toc-wrapper {
  /* max-width: 520px; */
}

.toc-heading {
  font-size: 14px;
  font-weight: bold;
  color: #0a7399;
  border-bottom: 2px solid #0a7399;
  padding-bottom: 6px;
  margin-bottom: 14px;
  text-transform: capitalize;
}

/* Level 1 - Main sections */
.toc-l1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-l1 > li {
  margin-bottom: 10px;
}

.toc-l1-label {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  display: block;
  margin-bottom: 4px;
}

/* Level 2 - Sub sections */
.toc-l2 {
  list-style: none;
  padding-left: 50px !important;
  margin: 0;
  /* border-left: 2px solid #c8dff0; */
}

.toc-l2 > li {
  padding: 2px 0;
}

.toc-l2-label {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* Country note */
.toc-country-note {
  margin-top: 16px;
  font-size: 12px;
  color: #333;
  line-height: 1.7;
}

.toc-country-note p {
  font-style: italic;
  color: #555;
  margin-bottom: 4px;
}

.toc-country-list {
  list-style: none;
  padding-left: 4px;
}

.toc-country-list li {
  font-size: 12px;
  color: #333;
  /* line-height: 1.8; */
  margin-bottom: 0 !important;
}

.toc-more {
  font-size: 12px;
  color: #0a7399;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

.feasibility-note {
    background: #eef7fa;
    border: 1px solid #9fc3cf;
    border-radius: 6px;
    padding: 8px 16px;
    color: #0b6b86;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    max-width: 100%;
    margin: 15px 0;
}

.data-source-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    /* background: #f5f5f5; */
    /* padding: 50px 60px; */
}

.data-source-left {
    width: 45%;
}

.data-source-list {
    padding-left: 0px !important;
    margin: 0;
    list-style: none;
}

.data-source-list li {
    color: #6d6d6d !important;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 14px !important;
    font-style: italic;
}

.data-source-list li::marker {
    color: #b7b7b7;
    font-size: 14px;
}

.data-source-right {
    width: 48%;
    text-align: center;
}

.data-source-right img {
    max-width: 100%;
    height: auto;
}

.form-section{
  padding: 30px 0;
}

/* Responsive */
@media (max-width: 991px) {
    .data-source-content {
        flex-direction: column;
        /* padding: 40px 20px; */
    }

    .data-source-left,
    .data-source-right {
        width: 100%;
    }

    .data-source-left h2 {
        /* font-size: 28px; */
    }

    .data-source-list li {
        /* font-size: 17px; */
    }
    
}
@media(max-width:768px){
  .hc-spending-right{
    display: none;
  }
  .slogan{
    display: none;
  }
}
@media(max-width:600px){
  .request-form h2{
    font-size: 18px;
  }
}

.page-heading .slogan{
  max-width: 50%;
}
.b_title{
  font-size: 20px !important;
}
.mb10{
  margin-bottom: -10px;
}