.small_text{
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    font-family: Inter-Regular;
    margin: 5px;
}
.title{
    font-size: 50px;
    line-height: normal;
    font-weight: 700;
    font-family: Inter-Bold;
    margin: 5px;
}
.descripation{
    font-size: 17px;
    line-height: 1.5rem;
    font-weight: 400;
    font-family: Inter-Regular;
    margin: 5px;
    letter-spacing: 0.5px;
}
.descripation_section{
    padding-top: 7px;
    padding-bottom: 7px;
}
.pad_tp_bt{
    padding-top: 10px;
    padding-bottom: 10px;
}
.pd_bt{
    padding-bottom: 35px;
}
.pd_tp{
    padding-top: 45px;
}
.footer_images_size{
    max-width: 192px;
    height: auto;
}
.footer_title{
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    font-family: Inter-Bold;
    margin: 5px;
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.footer_descripation{
    font-size: 15px;
    line-height: 1.4rem;
    font-weight: 400;
    font-family: Inter-Regular;
    margin: 5px;
    letter-spacing: 0.5px;
}
.footer_ul{
    padding: 5px;
}
.footer_li{
    list-style: none;
}
.footer_a{
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter-Regular;
}
.space{
    width: 100%;
    height: 0.5px;
    background:#afafaf;
}
.sub_text{
    font-size: 38px;
    line-height: normal;
    font-weight: 700;
    font-family: Inter-Bold;
    margin: 5px;
}

.white-text {
    color: #FFF !important;
}

.orange-text {
    color:#00b700;
}

.text-red {
    color:#FF0000;
}

.text-green {
    color: #276203 !important;
}

.white-bg {
    background: #fff !important; 
    padding: 20px;
    border-radius: 11px;
}

.yellow-bg {
    background: yellow !important;
}

.orange-bg {
    background: #f78022 !important;
}

.blue-bg {
    background: #1039a4 !important;
}

.green-bg {
    background: #276203 !important;
}

.loan-bg {
    background: #011a41;
    border-radius: 11px; 
    padding: 20px 15px;
}

.btn-yellow {
    border-radius: 10px;
    background: yellow !important;
}

.btn-sky {
    border-radius: 10px;
    background: aquamarine !important;
    border: solid 1px #19758c !important;
}

.btn-green {
    border-radius: 10px;
    background: #519e23 !important;
    border: solid 1px #153501 !important;
    font-weight: 600;
}

.download-btn {
    background: #FFF;
    border-radius: 11px; 
    padding: 10px 8px;
    text-align: center;
    color: #e72507 !important;
    font-weight: bold;
    width: 150px;
    float: left;
    margin: 2px;
    font-size: 14px;
    text-decoration: none;
}

.download-btn img {
    height: 70px;
    width: auto;
}

.table-head {
    text-align: center; 
    padding: 5px 10px; 
    font-weight: 600;
    background: #413879;
    color: #FFF;
}

.table-text  {
    text-align: center; 
    padding: 3px 25px 3px 10px; 
    text-align: right;
}

.withdraw-btn {
    text-align: center; 
    padding: 15px 25px; 
    background: #2af8f4;
    max-width: 100%;
    text-decoration: none;
    font-weight: 600; 
    display: block;
    width: 300px;
    margin: 0 auto;
}