.section-finance-calculator {
    font-size: 14px;
    padding: 30px;
    /*    display: grid;*/
    grid-template-columns: repeat(2,50%);
}

    .section-finance-calculator h6 {
        font-weight: 700;
        font-size: 32px;
        line-height: 44px;
        color: #262F33;
        margin-left: 10px;
    }

    .section-finance-calculator h4 {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #262F33;
    }

    .section-finance-calculator .table-detail {
        background: #fcfcfc;
        border: 1px solid #cfcfcf;
        padding: 24px 50px;
        width: 90%;
    }

    .section-finance-calculator .finance-variables {
        border-bottom: 1px solid #e3e3e3;
    }

    .section-finance-calculator .item-variable {
        border-bottom: 1px solid #e3e3e3;
    }

    .section-finance-calculator .table-formulas {
        padding: 24px 50px;
    }

    .section-finance-calculator .finance-product .switch {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 100px;
        border: 1px solid #d0d0d0;
        padding: 11px 24px;
        margin: 0px;
        width: 100%;
        height: 100%;
        border-radius: 9999px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        box-shadow: 0 0 16px 0 rgba(0,0,0,0.06);
    }

    .section-finance-calculator .payFrecuency {
        flex: 0 1 auto;
        display: flex;
    }

        .section-finance-calculator .payFrecuency label {
            flex: 0 1 auto;
            display: flex;
            align-items: center;
            gap: 14px;
            text-transform: capitalize;
        }

        .section-finance-calculator .payFrecuency input {
            height: 23px;
            width: 23px;
            accent-color: #000;
        }

    .section-finance-calculator .finance-options {
        gap: 18px;
        height: fit-content;
        width: fit-content;
        align-items: center;
        background-color: #f5f5f5;
        padding: 6px 10px;
        border-radius: 28px;
    }

        .section-finance-calculator .finance-options input[type=radio] {
            position: fixed;
            opacity: 0;
        }

        .section-finance-calculator .finance-options .choices-group {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0px;
            height: 100%;
            border-radius: 28px;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            background: rgba(255, 255, 255, 0.8);
        }

        .section-finance-calculator .finance-options .switch {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 100px;
            padding: 11px 24px;
            margin: 0px;
            width: 100%;
            height: 100%;
            border-radius: 9999px;
            text-align: center;
            font-size: 14px;
            cursor: pointer;
            color: #00a5e0;
        }

        .section-finance-calculator .finance-options .active {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 100px;
            border: 1px solid #d0d0d0;
            padding: 11px 24px;
            margin: 0px;
            width: 100%;
            height: 100%;
            border-radius: 9999px;
            text-align: center;
            font-size: 14px;
            cursor: pointer;
            box-shadow: 0 0 16px 0 rgba(0,0,0,0.06);
        }

    .section-finance-calculator .financeProduct {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #D0D0CD;
        border-radius: 9999px;
        background-color: white;
        color: #262F33;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
    }
/* Hover effect */
.button:hover {
    background-color: transparent;
    color: #3498db;
}

.section-finance-calculator .finance-options .payAmount {
    z-index: 0;
    flex: 0 1 175px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 12px 16px 12px 24px;
    font-size: 14px;
    line-height: 1.6;
    min-height: 48px;
}

.section-finance-calculator .finance-slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: #65A1D7;
    border-radius: 3px;
    height: 6px;
    border: none;
    margin: 11px 0px;
    cursor: pointer;
}

    .section-finance-calculator .finance-slider:hover {
        background: #008ec2;
    }


    .section-finance-calculator .finance-slider::-webkit-slider-thumb {
        appearance: none;
        width: 28px;
        height: 28px;
        background: white;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.18) -3px 0px 8px 0px;
        background-image: url(../../img/three-lines.jpg);
        background-size: 28px;
    }

    .section-finance-calculator .finance-slider::-moz-range-thumb {
        appearance: none;
        width: 28px;
        height: 28px;
        background: white;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.18) -3px 0px 8px 0px;
        background-image: url(../../img/three-lines.jpg);
        background-size: 28px;
    }

.section-finance-calculator .accordionFinance {
    display: block !important;
}

.section-finance-calculator .accordion-item {
    background: #fcfcfc;
    border: 0px;
}

.section-finance-calculator .accordion .accordion-item .accordion-header {
    background: #fcfcfc;
    margin: 0px !important;
}

.section-finance-calculator .accordion-item:focus {
    background: #fcfcfc;
    border: 0px;
}

.section-finance-calculator .finance-terms-text {
    font-size: 14px;
    text-align: justify;
    padding: 5px 0px;
}

    .section-finance-calculator .finance-terms-text strong {
        font-size: 17px;
        text-align: justify;
        padding: 5px 0px;
    }

.section-finance-calculator button.accordion-button.collapsed {
    background: #fcfcfc;
    padding: 0px !important;
    font-size: 14px !important;
}

    .section-finance-calculator button.accordion-button.collapsed:active {
        box-shadow: none;
    }

    .section-finance-calculator button.accordion-button.collapsed:focus {
        box-shadow: none;
    }

.section-finance-calculator button.accordion-button {
    background: #fcfcfc;
    padding: 0px !important;
    color: black;
    font-size: 14px !important;
}

    .section-finance-calculator button.accordion-button:active {
        box-shadow: none;
    }

    .section-finance-calculator button.accordion-button:focus {
        box-shadow: none;
    }

.section-finance-calculator .text-supra {
    vertical-align: super;
    font-size: 10px;
}

.section-finance-calculator .item-variable .accordion-button::after {
    display: none;
}

.section-finance-calculator .item-variable button.accordion-button.collapsed {
    cursor: pointer;
    list-style-type: none;
    text-decoration: underline 2px dashed rgba(24, 189, 230, 0.5);
    text-underline-offset: 2px;
}

.section-finance-calculator .item-variable button.accordion-button {
    cursor: pointer;
    list-style-type: none;
    text-decoration: underline 2px dashed rgba(24, 189, 230, 0.5);
    text-underline-offset: 2px;
    height: auto;
}

.section-finance-calculator .accordion {
    max-width: 8000px !important;
}

.disclaimerTandC {
    /* font-family: 'Nunito Sans'; */
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    align-items: center;
    color: #7D8281;
    margin: 6rem;
}

#hirePurchaseForm #leasingForm {
    display: grid;
    grid-template-columns: repeat(2,50%);
}
/* Apply custom styles to the range input */
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    background-color: #A40505;
    border-radius: 4px;
}
    /* Style the track */
    input[type="range"]::-webkit-slider-runnable-track {
        height: 8px;
        color: #A40505;
        background-color: #A40505;
        border-radius: 4px;
    }

    input[type="range"]::-webkit-slider-thumb {
        width: 14px;
        height: 14px;
        left: 69px;
        border-radius: 4px;
        background-color: #A40505;
    }
/*Finance calculator button*/
.primary-calculator-button {
    border-radius: 0px;
    width: 290px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.calculate-text {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-family-1);
    letter-spacing: 0.05em;
    line-height: 24px;
    color: #FFFFFF;
}

.calc-tab {
    width: 700px;
    height: 700px;
}
.button-container {
    align-items: center;
    margin-top: -50px;
}
/*RESPONSIVE VIEWS*/
@media (min-width: 320px) and (max-width: 992px) {
    .disclaimerTandC {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .section-finance-calculator {
        padding: 10px;
    }

    /*.calculate-text {
        font-size: 16px;
    }*/

    .primary-calculator-button {
        width: 280px;
        margin-right: 10px;
        height: 52px;
    }
    .row-reverse {
        flex-wrap: wrap-reverse;
    }
    .button-container {
        flex-direction: column;
        align-items: center;
        margin-top: -71px;
        row-gap: 15px;
    }
}

@media (min-width: 375px) and (max-width: 575px) {
    .section-finance-calculator .table-formulas {
        padding: 24px 0px;
    }
    .primary-calculator-button {
        width: 350px;
        margin-right: 10px;
        height: 52px;
    }
    .hr-style {
        width: 100%;
        margin-top: 30px;
        background-color: #666666;
        border: none;
        height: 1px;
        opacity: 80;
    }
}
@media (min-width: 425px) {
    .section-finance-calculator .table-formulas {
        padding: 24px 0px;
    }

    .primary-calculator-button {
       /* width: 390px;*/
        margin-right: 10px;
        height: 52px;
    }

    .hr-style {
        width: 110%;
        margin-top: 30px;
        background-color: #666666;
        border: none;
        height: 1px;
        opacity: 80;
    }
}

@media (min-width: 768px) {
    .button-container {
        align-items: center;
        margin-top: -70px;
    }

     .mb-md-5 {
        margin-bottom: -9rem !important;
    }
@media (max-width: 1024px){
    .primary-calculator-button {
        border-radius: 0px;
        width: 200px;
        height: 50px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
}
}