.IRcontainerDesktop {
  min-height: 380px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.IRcontainerMobile {
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.image-custom {
  height: 230px;
  width: auto;
  object-fit: cover;
  left: 15%;
}

.IRcontainerDesktop .heading {
  font-size: 42px;
  color: black;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

.IRcontainerMobile .heading {
  font-size: 25px;
  line-height: 28px;
  color: black;
  font-weight: 600;

  text-align: center;
  margin-bottom: 10px;
}
.IRcontainerDesktop p{
  font-size: 18px;
  margin-bottom: 0;
}
.interestRateTableMainBox p {
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 0;
}

.IRcontainerMobile p {
  margin-top: 18px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.IRcontainer a {
  color: #dc3545;
  text-decoration: none;
}

.IRtextContent {
  padding-bottom: 80px;
  padding-top: 80px;
  width: 60%;
}
.interestRateMainHeading {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 4px;
  color: #832625;
}
 .interestRateSubHeading ,.interestRateSubHeading p{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
  }
.interestRateTableMainBox {
  margin-bottom: 10px;
}
.interestRateTableMainBox:last-child {
  margin-bottom: 0;
}
.interestRateBottomSubHeading h1,
.interestRateBottomSubHeading h2,
.interestRateBottomSubHeading h3,
.interestRateBottomSubHeading h4,
.interestRateBottomSubHeading h5,
.interestRateBottomSubHeading h6 {
  color: #832625;
  font-weight: 600;
  margin-bottom: 0;
}
.IRBannerTableOuter tbody tr td {
  border-bottom: 1px solid #ced4da;
}
.IRBannerTableOuter tbody tr:last-child td {
  border-bottom: none;
}
.IRBannerTableOuter tbody tr td:first-child {
  border-right: 1px solid #ced4da;
}
.IRBannerTableOuter .interestRateTable tbody {
  background-color: white;
}
.IRBannerTableOuter tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
  width: 65%;
}
.IRBannerTableOuter tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.IRBannerTableOuter tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.IRBannerTableOuter tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.IRBannerTableOuter table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
.IRBannerTableOuter table thead th {
  font-size: 16px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border: 0;
  background-color: transparent;
  color: black;
  white-space: normal;
}
.IRBannerTableOuter table tbody td {
  font-size: 0.875rem;
  line-height: 1.7;
  white-space: normal;
}
.IRBannerTableOuter table tbody td:last-child ,
.IRBannerTableOuter table thead th:last-child {
  text-align: center;
}
section.interestRateTableSection {
  background: transparent;
}

.comparison-table {
  background-color: #fff4e9;
  padding: 20px 30px;
  border-radius: 10px;
  max-width: 1000px;
  margin-top: 30px;
}

table.table.IRBannerTableOuter {
  table-layout: fixed;
  width: 100%;
}

th,
td {
  padding: 16px;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
  white-space: normal;
}

thead th {
  background-color: transparent;
  font-weight: bold;
  color: black;
  font-size: 16px;
}

/* Match column widths as per image */
.col-feature {
  width: 75%;
  background-color: transparent;
}

.col-loan {
  width: 25%;
  background-color: transparent;
  text-align: center;
}

.IRBannerTableOuter {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.IRBannerTableOuter td {
  border-top-color: transparent;
}
.IRBannerTableOuter th {
  border-bottom-color: transparent;
}

.IRBannerTableOuter tr {
  border-top-color: transparent;
}
@media screen and (max-width:992px) {
  .IRcontainerDesktop{
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .interestrate-row-wrap {
    flex-direction: column-reverse;
  }
  .comparison-table {
    padding: 20px 15px;
  }
  .IRcontainerDesktop{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  th,
  td {
    text-align: left;
    line-height: 1.2;
  }
  .IRBannerTableOuter tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
  width: 60%;
  }
  .IRBannerTableOuter table thead th {
    font-size: 0.875rem;
    padding: 8px;
    border: 0;
  }
  .IRBannerTableOuter tbody tr td:first-child {
    border-right: 1px solid #ced4da;
    font-weight: normal;
  }
  /* .interestRateTableMainBox {
    margin-bottom: 15px;
  } */
  .interestRateMainHeading {
    font-size: 17px;
    line-height: 25px;
  }
  .col-feature {
    width: 60%;
    background-color: transparent;
  }

  .col-loan {
    width: 40%;
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) and (max-width: 878px) {
  .image-custom {
    width: 230px;
    margin-top: 7%;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  .IRcontainerDesktop.container {
    padding-left: 0;
    padding-right: 0;
  }
  
}
@media screen and (max-width: 576px) {
  .IRcontainerDesktop .heading {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .image-custom {
    height: 87px;
  }
}
