.section-title {
  font-size: clamp(2.4rem, 2.813vw, 3rem);
  line-height: clamp(2.8rem, 2.813vw, 3.8rem);
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 100px;
  border-radius: 3px;
  background-color: #03106a;
  bottom: 0px;
}

.taxation-bg {
  position: relative;
}
.taxation-bg h2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 5rem;
  color: #ffffff;
}

.taxReckonerSec .section-title {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .taxReckonerSec .section-title {
    padding-top: 40px;
    font-size: 24px;
    line-height: 32px;
  }
  .taxReckonerSec .section-title p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 38px;
  }
}
.taxReckonerSec .section-title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  margin-top: 16px;
  padding-bottom: 48px;
}
.taxReckonerSec h5 {
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  margin-top: 40px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .taxReckonerSec h5 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 32px;
  }
}
.taxReckonerSec table {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .taxReckonerSec table {
    margin-top: 24px;
  }
}
.taxReckonerSec table thead th {
  width: 50%;
  border-radius: 0px 16px 0px 0px;
  padding: 8px 12px;
  background: var(--yellow, #9ab5ff);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.taxReckonerSec table thead th:first-child {
  border-radius: 16px 0px 0px 0px;
  border-right: 1px solid var(--white, #FFF);
  width: 50%;
}
.taxReckonerSec table tbody tr td {
  padding: 16px 32px;
  font-size: 14px;
  line-height: 22px;
}
.taxReckonerSec table tbody tr td:last-child {
  text-align: center;
}
.taxReckonerSec table tbody tr:nth-child(even) {
  background: var(--yellow-light-grey, #FBF8F0);
}
.taxReckonerSec .disclaimerTax {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .taxReckonerSec .disclaimerTax {
    margin-top: 24px;
  }
}
.taxReckonerSec .disclaimerTax p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 992px) {
  .taxReckonerSec .disclaimerTax p {
    font-size: 12px;
    line-height: 20px;
  }
}
.taxReckonerSec .disclaimerTax ul {
  margin: 24px 0;
}
.taxReckonerSec .disclaimerTax ul li {
  list-style: decimal;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .taxReckonerSec .disclaimerTax ul li {
    font-size: 12px;
    line-height: 20px;
  }
}

.capitalGainSec {
  margin-top: 100px;
  background: #FBF8F0;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .capitalGainSec {
    margin-top: 48px;
    padding: 32px 0;
  }
}
.capitalGainSec h2 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .capitalGainSec h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .capitalGainSec .tableSection {
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.capitalGainSec .table {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .capitalGainSec .table {
    width: 1180px;
    margin-top: 24px;
  }
}
.capitalGainSec .table .captitalScheme {
  padding: 16px 32px;
  background: var(--dark-grey, #000946);
  width: 100%;
}
.capitalGainSec .table .captitalScheme p {
  color: var(--yellow, #9ab5ff);
  text-align: center;
}
.capitalGainSec .table .captitalScheme ul {
  display: flex;
  align-items: center;
  gap: 36px;
  justify-content: center;
}
.capitalGainSec .table .captitalScheme ul li {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.capitalGainSec .table .tableheader .tableHead {
  display: flex;
  justify-content: space-between;
}
.capitalGainSec .table .tableheader .tableHeader {
  width: 25%;
  padding: 8px 12px;
  background: var(--yellow, #9ab5ff);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  border-right: 1px solid var(--white, #FFF);
}
.capitalGainSec .table .tableheader .tableHeader:first-child {
  border-radius: 16px 0px 0px 0px;
  width: 25%;
}
.capitalGainSec .table .tableheader .tableHeader:last-child {
  border-right: none;
}
.capitalGainSec .table .tableheader .tableHeader:last-child {
  border-radius: 0px 16px 0px 0px;
}
.capitalGainSec .table .tablebody .tableContent {
  display: flex;
  justify-content: space-between;
}
.capitalGainSec .table .tablebody .tableContent .tabledata {
  padding: 16px 32px;
  font-size: 14px;
  line-height: 22px;
  width: 25%;
}
.capitalGainSec .table .tablebody .tableContent .tabledata:last-child {
  text-align: center;
}
.capitalGainSec .table .tablebody .tableContent:first-child {
  background: var(--yellow-light-grey, #fff);
}
.capitalGainSec .table .tablebody .tableContent:nth-last-child(2) {
  background: var(--yellow-light-grey, #fff);
}

.taxDectSec {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .taxDectSec {
    margin-top: 48px;
  }
}
.taxDectSec h2 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .taxDectSec h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .taxDectSec .tableSection {
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.taxDectSec table {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .taxDectSec table {
    width: 1180px;
    margin-top: 24px;
  }
}
.taxDectSec table thead th {
  width: 33.33%;
  padding: 8px 12px;
  background: var(--yellow, #9ab5ff);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  border-right: 1px solid var(--white, #FFF);
}
.taxDectSec table thead th:first-child {
  border-radius: 16px 0px 0px 0px;
}
.taxDectSec table thead th:last-child {
  border-radius: 0px 16px 0px 0px;
}
.taxDectSec table tbody tr td {
  padding: 16px 32px;
  font-size: 14px;
  line-height: 22px;
}
.taxDectSec table tbody tr td:last-child {
  text-align: center;
}
.taxDectSec table tbody tr:nth-child(even) {
  background: var(--yellow-light-grey, #FBF8F0);
}
.taxDectSec .small {
  font-size: 10px;
  margin-top: 24px;
  line-height: 16px;
}
@media (max-width: 992px) {
  .taxDectSec .small {
    margin-top: 12px;
  }
}
.taxDectSec .taxList {
  padding-left: 6px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .taxDectSec .taxList {
    font-size: 12px;
    line-height: 20px;
  }
}
.taxDectSec ul {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .taxDectSec ul {
    font-size: 12px;
    line-height: 20px;
  }
}
.taxDectSec ul li {
  list-style: decimal;
}
.taxDectSec p {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .taxDectSec p {
    font-size: 12px;
    line-height: 20px;
  }
}

.incomeTax {
  margin-top: 100px;
  background: #FBF8F0;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .incomeTax {
    margin-top: 48px;
    padding: 32px 0;
  }
}
.incomeTax h2 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .incomeTax h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.incomeTax h3 {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .incomeTax h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.incomeTax p {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .incomeTax p {
    font-size: 12px;
    line-height: 20px;
  }
}
.incomeTax table {
  width: 100%;
}
.incomeTax table thead th {
  width: 50%;
  border-radius: 0px 16px 0px 0px;
  padding: 8px 12px;
  background: var(--yellow, #9ab5ff);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.incomeTax table thead th:first-child {
  border-radius: 16px 0px 0px 0px;
  border-right: 1px solid var(--white, #FFF);
  width: 50%;
}
.incomeTax table tbody tr td {
  padding: 16px 32px;
  font-size: 14px;
  line-height: 22px;
}
.incomeTax table tbody tr td:last-child {
  text-align: center;
}
.incomeTax table tbody tr:nth-child(odd) {
  background: #fff;
}
.incomeTax .resident {
  margin-top: 56px;
  padding-left: 6px;
}
@media (max-width: 992px) {
  .incomeTax .resident {
    margin-top: 24px;
  }
}
.incomeTax .resident li {
  list-style: none;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .incomeTax .resident li {
    font-size: 12px;
    line-height: 20px;
  }
}
.incomeTax .incomePercent {
  margin-top: 24px;
}
.incomeTax .incomePercent li {
  font-size: 14px;
  line-height: 22px;
  list-style: decimal;
}
@media (max-width: 992px) {
  .incomeTax .incomePercent li {
    font-size: 12px;
    line-height: 20px;
  }
}
.incomeTax p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .incomeTax p {
    font-size: 12px;
    line-height: 20px;
  }
}
.incomeTax .optionB {
  margin-top: 64px;
}
.incomeTax .optionB p {
  margin-top: 24px;
}

.securityTax {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .securityTax {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.securityTax h2 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .securityTax h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}
.securityTax p,
.securityTax h4 {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .securityTax p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .securityTax .tableSection {
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.securityTax table {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .securityTax table {
    width: 1200px;
    margin-top: 0px;
  }
}
.securityTax table thead th {
  width: 33.33%;
  padding: 8px 12px;
  background: var(--yellow, #9ab5ff);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  border-right: 1px solid var(--white, #FFF);
}
.securityTax table thead th:first-child {
  border-radius: 16px 0px 0px 0px;
  width: 33.33%;
}
.securityTax table thead th:last-child {
  border-radius: 0px 16px 0px 0px;
  border-right: none;
}
.securityTax table tbody tr td {
  padding: 16px 32px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.securityTax table tbody tr td:first-child {
  text-align: left;
}
.securityTax table tbody tr td:last-child {
  text-align: right;
}
.securityTax table tbody tr:nth-child(even) {
  background: var(--yellow-light-grey, #FBF8F0);
}

.heading-fluid .breadcrubmb {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.heading-fluid .breadcrubmb ul {
  padding: 0 2rem;
  margin: 0;
  display: flex;
  gap: 1rem;
  background: rgba(113, 113, 113, 0.6);
  list-style: none;
  border-radius: 0px 0px 10px 10px;
}
@media (max-width: 767.98px) {
  .heading-fluid .breadcrubmb ul {
    padding: 0 1rem;
    gap: 0.5rem;
  }
}
.heading-fluid .breadcrubmb ul li {
  padding: 1rem 0;
  color: white;
}
@media (max-width: 767.98px) {
  .heading-fluid .breadcrubmb ul li {
    padding: 0rem 0rem;
  }
}
.heading-fluid .breadcrubmb ul li a {
  color: white;
  font-size: 16px;
}
.heading-fluid .breadcrubmb ul li a:hover {
  color: #9ab5ff;
}
@media (max-width: 767.98px) {
  .heading-fluid .breadcrubmb ul li a {
    font-size: 12px;
  }
}
@media (min-width : 768px) and (max-width : 1200px) {
  .heading-fluid .breadcrubmb ul li {
    padding: 0;
  }
  .heading-fluid .breadcrubmb ul li a {
    font-size: 1.1rem;
  }
}
@media(max-width:599.98px){
  .heading-fluid .breadcrubmb{
    display: none;
  }

}