/* Default Setting Theme */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* Fonts File Import */
@font-face {
    font-family: Inter-Regular;
    src: url(../fonts/Inter-Regular.ttf);
}
@font-face {
    font-family: Inter-Bold;
    src: url(../fonts/Inter-Bold.ttf);
}
/* Main Style Theme */
html{
    font-family: Inter-Regular;
    scroll-behavior: smooth;
}
/* Container Style Theme */
.full_width{
    width: 100%;
    height: auto;
    padding: 5px;
}
.fix_width{
    max-width: 1400px;
    height: auto;
    margin: auto;
    padding: 5px;
}
.content_inline_jusfity_center_align_item_center{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
}
.content_inline_jusfity_sp_align_item_center{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
    margin-top: 10px;
}
.content_inline_jusfity_sp{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 5px;
    margin-top: 10px;
}
.width_45{
    width: 45%;
    height: auto;
    margin: 5px;
}
.width_35{
    width: 35%;
    height: auto;
    margin: 5px;
}
.width_90{
    width: 90%;
    height: auto;
    margin: 5px;
}
.width_100{
    width: 100%;
    height: 15px;
}
.footer_content_inline_jusfity_sp_align_item_center {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}
.footer_width_35{
    width: 20%;
}
.footer_width_45{
    width: 35%;
    padding-right: 20px;
}
/* Images Style Theme */
.images_size{
    max-width: 100%;
    height: auto;
}
.max_width_images{
    max-width:70px;
    height: auto;
}
.ptb{
    padding-top: 30px;
    padding-bottom: 30px;
}


.text-left {
    text-align: left !important;
}

.white-text {
    color: #FFF !important;
    text-decoration: none !important;
}

.orange-text {
    color:#00b700;
}

.text-red {
    color:#FF0000;
}

.white-bg {
    background: #fff !important; 
    padding: 20px;
    border-radius: 11px;
}

.yellow-bg {
    background: yellow !important;
}

.orange-bg {
    background: #f78022 !important;
}

.loan-bg {
    background: #011a41;
    border-radius: 11px; 
    padding: 20px 15px;
}

.btn-yellow {
    border-radius: 10px;
    background: yellow !important;
}

.btn-green {
    border-radius: 10px;
    background: aquamarine !important;
}

.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;
}
.descripation a {
    color: #FFF !important;
    text-decoration: none !important;
}