.button-container {
    display: flex;
    gap: 10px;
}

.forms {
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(212 212 212 / 36%) !important;
}

@media screen and (max-width: 768px) {
    .forms {
    padding: 14px;
    border-radius: 10px;
    padding-bottom: 15%;
    background-color: rgb(212 212 212 / 36%) !important;
}
}

.form-section {
    display: none;
}

.form-section.current {
    display: block;
}

h1 {
    color: #717793;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    margin: 17px 0 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

p {
    color: #717793;
}

.para_res {
    text-align: left
}

.current_addbutton {
    background-color: #43a047;
    color: #fff;
    border: 0;
    padding: 10px 0;
    width: 80%;
    margin-left: 10%;
    border-radius: 5px;
    line-height: 20px;
    box-shadow: 0 3px 15px rgba(67, 160, 71, .3);
    cursor: pointer;
    position: relative;
}

.current_addbutton input[type="radio"] {
    display: none;

}

.current_addbutton label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.current_addbutton label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

.current_addbutton input[type="radio"]:checked+label:before {
    background-color: #43a047;
    border-color: #43a047;
}

.current_addbutton input[type="radio"]:checked+label span {
    color: #fff;
}

.current_addbutton input[type="radio"]:not(:checked)+label:before {
    background-color: transparent;
    border-color: #43a047;
}

.current_addbutton input[type="radio"]:focus+label:before {
    box-shadow: 0 0 5px rgba(67, 160, 71, 1);
}

.spanText {
    font-size: 19px;
    padding-left: 23%;
}

.spanTexts {
    font-size: 19px;
    padding-left: 21%;
}
@media screen and (max-width: 768px) {
    .spanText {
        font-size: 17px;
        padding-left: 7%;
    }
}

@media screen and (max-width: 768px) {
    .spanTexts {
        font-size: 17px;
        padding-left: 1%;
    }
}

.texth2 {
    color: #000a2d;
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    font-family: 'Font Awesome 5 Free';
    text-transform: capitalize;
}

@media screen and (max-width: 768px) {
    .texth2 {
        color: #000a2d;
        font-size: 33px;
        font-weight: 700;
        padding-top: 33%;
        line-height: 42px;
        font-family: 'Font Awesome 5 Free';
        text-transform: capitalize;
    }
}

.loan_image {
    width: 50%;
    padding-top: 16px;
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .loan_image {
        width: 100%;
        padding-top: 10px;

    }
}

.para {
    font-size: 14px;
}