.cost-hero {
    background: url(https://cdn.creditfresh.com/img/web/hero/hero-coc.webp);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
  	padding-top: 30px;
    width: 100%;
    height: 75vh;
  }
  
  .cost-hero h1 {
    color: #fff;
  }
  
  .cost-hero h3 {
    font-weight: 300;
    font-size: 24px;
  }
  
  .definition-card {
    background-color: rgba(0, 129, 156, 0.11) !important;
    border-radius: 10px !important;
    color: rgba(0, 129, 156);
    border: none !important;
    font-weight: 800;
    flex-grow: 1;
  }
  
  .definition-card-green {
    background-color: #F4FBE8 !important;
    border-radius: 10px !important;
    color: #007916;
    border: none !important;
    font-weight: 800;
    flex-grow: 1;
  }
  
  .card-text {
    margin-top: auto;
    padding: 35px;
  }
  
  .card-tooltip {
    color: rgba(0, 129, 156);
    border-radius: 0 0 10px 10px;
    background-color: rgba(0, 129, 156, 0.11);
    padding: 1rem 1rem;
    margin-top: auto;
  }
  
  .card-tooltip-green {
    color: #007916;
    border-radius: 0 0 10px 10px;
    background-color: rgba(32, 146, 5, 0.11);
    margin-top: auto;
    padding: 1rem 1rem;
  }
  
  .definition-link {
    text-decoration: none;
    color: rgba(0, 129, 156);
    font-weight: 500;
    font-size: 1.2em;
  }
  
  .definition-link-green {
    text-decoration: none;
    color: #007916;
    font-weight: 500;
    font-size: 1.2em;
  }
  
  .dot {
    color: white;
    padding: 5px 19px 5px 19px;
    font-size: 30px;
    background-color: #00819C;
    border-radius: 50%;
    display: inline-block;
  }

  .table>:not(caption)>*>* {
      background:none;      
      color:inherit;
      padding: .5rem .5rem;
      border-bottom-width: var(--bs-border-width);
      box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  }
  
  .table-responsive {
    border-radius: 4px;
  }
  
  table,
  th,
  td {
    border-color: transparent !important;
    border-spacing: 0;
  }
  
  .bg-blue {
    background-color: rgba(0, 129, 156) !important;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  
  .bg-light-calc {
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 10px;
  }
  
  .billing-cycle-table .regular tr:nth-child(odd) {
    background-color: #fff !important;
  }
  
  .billing-cycle-table tbody.regular tr:nth-child(even) {
    background-color: rgba(0, 129, 156, 0.06) !important;
  }
  
  .billing-cycle-table tbody.alternate tr:nth-child(odd) {
    background-color: rgba(0, 129, 156, 0.06) !important;
  }
  
  .billing-cycle-table tbody.alternate tr:nth-child(even) {
    background-color: #fff !important;
  }
  
  .notice-text {
    font-size: 12px;
  }
  
  .flip-card {
    background-color: transparent;
    perspective: 1000px;
    font-size: .9em;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-height: 33vh;
  }
  
  .flip-card-inner {
    min-width: 100%;
    border-radius: 10px;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    min-height: inherit;
  }
  
  .flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front,
  .flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    backface-visibility: hidden;
    min-height: inherit;
  }
  
  .flip-card-front {
    display: flex;
    justify-content: center;
    border-radius: 10px;
  }
  
  .flip-card-back {
    background-color: rgba(0, 129, 156);
    transform: rotateY(180deg);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    text-align: left;
  }
  
  .how-it-works {
    background-color: rgba(0, 129, 156, 0.1);
  }
  
  .text-box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 20px 0 20px;
    padding: 15px;
    width: 65%;
  }
  
  .text-box p {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .wave-icon {
    height: 35px;
    width: 35px;
  }
  
  .title-text {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .indent-1 {
    margin-left: 40px;
  }
  
  .indent-2 {
    margin-left: 80px;
  }
  
  .indent-3 {
    margin-left: 120px;
  }
  
  .example-table {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
  }
  
  .example-table table {
    margin-bottom: 0;
  }
  
  .example-table th {
    color: #666666;
    font-weight: 300;
    padding: 23px 10px 15px 10px !important;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
  }
  
  .example-table td {
    padding: 35px 25px !important;
  }
  
  .example-table tbody tr:nth-child(odd) {
    background-color: #f1f1f12e !important;
  }
  
  .example-table tbody tr td:first-child {
    position: relative;
  }
  
  .example-table tbody tr td:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #E9E9E9;
  }
  
  .example-table tbody tr {
    position: relative;
  }
  
  .example-table tbody tr:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #E9E9E9;
  }
  
  .highlight-box-blue {
    background-color: #F2F9FA;
    color: #00819C;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
  }
  
  .highlight-box-green {
    background-color: #F4FBE8;
    color: #007916;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
  }
  
  .operator {
    font-weight: 300;
    color: #333;
  }
  
  .flex-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
  
  .collapsible-button {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #00819C;
    font-size: 18px;
  }
  
  .collapsible-button .material-symbols-outlined {
    color: #00819C;
    font-size: 35px;
    vertical-align: middle;
  }
  
  .comparison-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    height: auto;
    gap: 30px;
    text-align: center;
    padding: 1rem;
  }
  
  .comparison-container-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    height: auto;
    text-align: center;
  }
  
  .comparison-card {
    padding: 20px;
    width: 350px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
  }
  
  .top-section {
    padding-top: 15px;
  }
  
  .comparison-card h3 {
    font-size: 2.5rem;
    margin: 10px 0;
  }
  
  .comparison-card .subtext {
    font-size: 0.9rem;
  }
  
  .comparison-save span {
    color: #007916;
    display: inline-block;
    background-color: #F4FBE8;
    border-radius: 5px;
    padding: 10px 12px;
  }
  
  .comparison-invis span {
    color: #fff;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 12px;
  }
  
  .comparison-vs {
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .vs-circle {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background-color: #00819C;
    margin: -27px;
    border-radius: 50%;
    padding: 15px 17px 15px 17px;
    z-index: 1;
    text-align: center;
  }
  
  .vertical-line {
    width: 1px;
    height: 200px;
    background-color: #E9E9E9;
    z-index: 0 !important;
  }
  
  .tip-section {
    background-color: #00ae201a;
    border-radius: 10px;
  }
  
  .tip-box {
    background-color: #00AE20;
    font-size: 16px;
    padding: 5px 20px;
    color: white;
    border-radius: 100px;
    display: flex;
    gap: 5px;
    width: fit-content;
    align-items: center;
  }
  
  .calculator-section {
    background-color: #00829c05;
  }
  
  #slider {
    height: 10px;
    border: none;
    background-color: #00829c1a;
    border-radius: 20px;
  }
  
  .ui-state-default,
  .ui-widget-content .ui-state-default {
    background: #00AE20 !important;
    border-radius: 50%;
    border: none !important;
    width: 30px !important;
    height: 30px !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }
  
  .ui-slider-horizontal .ui-slider-range {
    background: #00AE20 !important;
    height: 100%;
    border-radius: inherit;
  }
  
  .calculator-table {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
    background-color: white;
  }
  
  .calculator-table th {
    font-weight: 200;
    vertical-align: middle;
    padding: 15px 20px !important;
  }
  
  .calculator-table td {
    padding: 15px !important;
  }
  
  .calculator-table .flex-cell {
    justify-content: space-evenly;
  }
  
  .num-circle {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #00819C;
    border-radius: 50%;
    text-align: center;
  }
  
  .calc-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
  }
  
  select#income {
    width: 100%;
    padding: 12px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    font-size: 20px;
    color: #333;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  }
  
  .slider-container {
    gap: 10px;
    align-items: center;
    line-height: 1.5;
  }
  
  .slider-container h4 {
    margin: 0;
  }
  
  .slider-val {
    color: #007916;
    font-weight: 600;
    line-height: inherit;
    vertical-align: baseline;
    display: inline-block;
    text-align: right;
    min-width: 40px;
  }
  
  .flex-cell h4 {
    margin-bottom: 0 !important;
  }
  
  .calculator-table .highlight-box-blue,
  .calculator-table .highlight-box-green {
    padding: 10px 30px !important;
  }
  
  .tooltip-help {
    font-weight: 600;
    color: #00819C;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
  }
  
  .michael-container {
    background-image: url("https://cdn.creditfresh.com/img/web/michael_COC.webp");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 450px;
  }
  
  .mobile-coc-img {
    width: 90px;
    height: 90px;
  }
  
  .tooltip-inner {
    background-color: #1b3555 !important;
    color: #fff !important;
    padding: 10px !important;
    border-radius: 4px;
    text-align: left !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0,2) !important;
  }

  .tooltip-help.tooltip-inner p{
    color: #fff !important;
  }
  
  .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #1B3555 !important;
  }
  
  .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #1B3555 !important;
  }
  
  .tooltip-inner h6{
    padding-top: 10px;
  }

  div.tooltip-inner p {
    color: #fff !important;
  }

  @media (max-width: 992px) {
    .cost-hero {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 80vh;
    }
  
    .flip-card {
      min-height: 45vh !important;
    }
  }
  
  @media (min-width: 576px) {
    .mobile-coc-img {
      width: 120px !important;
      height: 120px !important;
    }
  }
  
  @media (max-width: 767px) {
  
    .flip-card {
      min-height: 33vh !important;
    }
  
    .operator-icon {
      padding-top: .5rem !important;
    }
  
    .text-box {
      width: 100% !important;
    }
  
    .indent-1,
    .indent-2,
    .indent-3 {
      margin-left: 0 !important;
    }
  
    .michael-container {
      background-image: none !important;
    }
  }
  
  @media (max-width: 679px) {
    .comparison-container {
      flex-direction: column;
    }
  
    .vertical-line {
      width: 200px !important;
      height: 1px !important;
    }
  
    .vs-circle {
      position: absolute !important;
      margin: 35px !important;
      left: 18% !important;
    }
  
    .comparison-vs {
      position: absolute !important;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }

  @media (max-width: 1024px) and (max-height: 600px) {
   .flip-card {
      min-height: 45vh;
    }
 }
  
  @media (max-width: 992px) and (max-height: 500px) and (orientation: landscape) {
    .cost-hero {
      background: url(https://cdn.creditfresh.com/img/web/hero/hero-coc.webp);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: top;
      padding-top: 25px !important;
      width: 100%;
      height: 100vh;
    }
    .flip-card {
      min-height: 80vh !important;
    }
  }
  
  @media (max-width: 576px) {
    .cost-hero {
      background: url(https://cdn.creditfresh.com/img/web/hero/hero-coc.webp);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: top;
      width: 100%;
      padding-top: 50px !important;
      height: 80vh;
    }
    .operator-icon {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
  
    .comparison-card {
      padding: 10px !important;
      width: 210px !important;
    }
  
    .example-table td {
      padding: 15px !important;
    }
  
    .example-table th {
      padding: 12px !important;
    }
  
    .calculator-table th {
      padding: 15px !important;
    }
  
    .calculator-table td {
      padding: 15px !important;
    }
  
    .vertical-line {
      width: 200px !important;
      height: 1px !important;
    }
  
    .vs-circle {
      position: absolute !important;
      margin: 35px !important;
      left: 18% !important;
    }
  
    .comparison-vs {
      position: absolute !important;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  
    .calc-heading h4 {
      font-size: 18px;
    }
  
    select#income {
      font-size: 16px;
    }
  }