.bar1 {
    background: rgb(255, 189, 99);
    background: linear-gradient(0deg, rgba(255, 189, 99, 1) 0%, rgba(0, 48, 110, 1) 32%, rgba(0, 46, 105, 1) 100%);
}

.bar2 {
    background-color: rgb(255, 189, 99);
}

#button-section {
    width: 100%;
    height: 130px;
    background-color: #002E69;
}

.footer-loan {
    color: white;
    /* margin-top: -40px; */
    margin: 0 auto;
    width: 80vw;
    height: fit-content;
    padding-top: 50px;
}

.footer-loan p {
    font-size: 14pt;
}

.content-succes {
    width: 70%;
    margin: 5% auto;
    text-align: center;

}

.content-succes p {
    font-size: 16pt;
}

.img-check {
    text-align: center;
    padding-top: 100px;
}

.other-loan {
    color: white;
    text-align: left;
}

.other-loan p {
    font-size: 18pt;
    width: 80%;
}

#form_section_1,
#form_section_2,
#form_section_3,
#succes-page,
#button-section {
    display: none;
}

/* #form_section_2 { */
/*     display: block; */
/* } */

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

.modal-term th {
    background-color: #002E69;
    color: white;
    font-size: 18pt;
    text-align: center;
    padding: 10px 10px;
}

.modal-term td {
    background-color: #E6EAF0;
    text-align: center;
    font-size: 16pt;
}

.modal-term table,
.modal-term th,
.modal-term td {
    border: 2px solid white;
}

.info {
    cursor: pointer;
}

.input-group {
    width: 104%;
    height: 70px;
}

.title-car {
    font-size: 40pt;
    font-weight: bold;
    line-height: 1.1
}

.content-car {
    font-weight: bold;
    font-size: 17pt;
}

.col-lg-32 {
    width: 32%;
}

input {
    border-radius: 15px !important;
    height: 50px;
    margin: 20px 0 !important;
}

input,
select {
    border-radius: 15px !important;
    height: 50px;
    margin: 20px 0 !important;
}

.business-button.active,
.personal-button.active,
.variable-button.active,
.fix-button.active,
.interest-button.active,
.principle-button.active {
    background-color: orange !important;
}

.slide,
.slide-bar {
    display: none;
}

#buton-loan {
    display: none;
}

.line {
    /* width: 41% !important; */
    margin-left: 3%;
    text-align: left;
    margin-top: -10px;

}

.line span {
    font-weight: bold;
    font-size: 2.5rem;
}

.list-loan {
    font-size: 1.4vw;
    /* border-top: 2px solid #FFBD63; */
    /* display: none; */
}

.list-loan td {
    cursor: pointer;
    padding: 5px 0;
}

.list-loan td:hover {
    color: #FFBD63 !important;
}

.right-banner {
    width: 65%;
}

.loan-header {
    /* height: 46.2vw; */
}

.loan-detail {
    height: 63.8vw;
}

.header-content {
    padding-top: 40px;
    display: flex;
}

.header-content h1 {
    width: 100%;
    color: white;
    font-weight: bold;
    margin-left: 5vw;
    text-align: right;
}

.section-option {
    display: flex;
    border-top: 1px solid white;
    width: 60%;
    margin-left: 10%;
    margin-top: 80px;
}

.btn-check {
    position: fixed;
}

@media only screen and (max-width: 450px) {

    /* comment after this */
    /* .slide { */
    /*     display: block; */
    /* } */

    .d-flex {
        display: inline !important;
    }

    .footer-loan {
        width: 90%;
        text-align: center;
    }

    .footer-loan p {
        font-size: 12pt;
        padding-top: 13px;
    }

    .footer-loan button {
        margin-left: 37%;
    }

    /* #button-section { */
    /*     display: block; */
    /* } */
    .content-succes p {
        padding-bottom: 15px;
    }

    #form_section_2,
    #form_section_1 {
        width: 92%;
    }

    .car-footer-describe {
        width: 60%;
    }

    .col-lg-32 {
        width: 100%;
    }

    .other-loan p {
        font-size: 15pt;
    }

    .section-option {
        margin-top: 15px;
        padding-bottom: 15px;
        width: 85%;
        margin-left: 0;

    }

    .section-option button {
        font-size: 11pt !important;
    }

    .list-loan {
        font-size: 12pt;
    }

    .line span {
        font-size: 28px;
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .header-content {
        padding-top: 0;
        display: block;
        padding-bottom: 15pt;
    }

    .header-content h1 {
        margin-left: 0;
        text-align: center;
        padding-top: 25px;
    }

    .loan-header {
        height: fit-content;
    }

    .loan-detail {
        height: fit-content;
    }

    .banner-background {
        height: 150px;
    }

    .banner-background label {
        font-size: 34px;
    }

    .left-banner {
        display: none;
    }

    .right-banner {
        width: 100%;
    }

    .content-background {
        margin-top: 40pt;
    }

}
