.personal-loans-header{
    width: 100%;
    height: 200px;
    display: block;
}
.personal-loans-header .personal-loans-section{
    width: 65%;
    height: 100%;
    float: left;
    display: block;
}
.personal-loans-header .personal-loans-section:first-child .personal-loans-header{
    width: 95%;
    height: 30px;
    display: block;
    margin: auto;
    line-height: 30px;
    color: black;
}
.personal-loans-header .personal-loans-section:first-child .personal-loans-graph{
    width: 95%;
    height: 170px;
    display: block;
    margin: auto;
}
.personal-loans-header .personal-loans-section:first-child .personal-loans-graph #barChart{
    width: 100% !important;
    height: 100% !important;
    display: block;
}
.personal-loans-header .personal-loans-section:last-child{
    width: 35%;
    height: 100%;
    display: block;
}
.personal-loans-header .personal-loans-section:last-child .personal-loans-card:first-child{
    margin-top: 30px;
}
.personal-loans-header .personal-loans-section:last-child .personal-loans-card{
    width: 90%;
    display: block;
    height: 80px;
    background-color: #fff;
    margin: auto;
    margin-top: 10px;
    border-radius: 12px;
    color: black;
    border: 1px solid black;
}
.personal-loans-header .personal-loans-section:last-child .personal-loans-card .personal-loan-card-section:first-child{
    width: 35%;
    height: 100%;
    display: block;
    line-height: 80px;
    text-align: center;
    float: left;
}
.personal-loans-header .personal-loans-section:last-child .personal-loans-card .personal-loan-card-section:nth-child(2) {
    width: 35%;
    height: 100%;
    line-height: 80px;
    float: left;
    text-align: center;
    font-size: 4em;
}

.personal-loans-header .personal-loans-section:last-child .personal-loans-card .personal-loan-card-section:nth-child(3){
    width: 30%;
    height: 100%;
    display: block;
    line-height: 80px;
    float: right;
}
.personal-loans-header .personal-loans-section:last-child .personal-loans-card .personal-loan-card-section:nth-child(3) img{
    object-fit: contain;
    width: 100%;
    height: 80%;
}
.personal-loan-body{
    width: 100%;
    height: auto;
}
.personal-loan-body .personal-loan-body-header{
    width: 100%;
    height: auto;
    line-height: 50px;
    display: block;
}
.personal-loan-body .personal-loan-body-header .personal-loan-body-header-title{
    width: 70%;
    line-height: 50px;
    display: block;
    height: 50px;
}
.personal-loan-body .personal-loan-body-header .personal-loan-body-header-section{
    width: 50%;
    height: 60px;
    display: block;
    float: left;
}
.personal-loan-body .personal-loan-body-header .personal-loan-body-header-section:nth-child(2) .input-group{
    margin-top: 10px;
}
.personal-loan-body .personal-loan-body-header .personal-loan-body-header-section:nth-child(2) .input-group select{
    border-color: #352222;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 42px;
    margin-top: 0px;
}
.personal-loan-body .personal-loan-body-header .personal-loan-body-header-section:nth-child(2) .input-group input{
    border-color: #352222;
    border-left: unset;
    border-right: unset;
}
.personal-loan-body .personal-loan-body-header .personal-loan-body-header-section:nth-child(2) .input-group button{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.personal-loan-body .personal-loan-body-header .personal-loan-body-header-section:last-child button{
    float: right;
    width: 39%;
    margin-top: 10px;
    border-radius: 50px;
    margin-left: 10px;
}
.personal-loan-info-body{
    width: 100%;
    display: inline-block;
}
