

.line_h1{
    line-height: 1;
}
.line_h2{
    line-height: 2;
}
.line_h3{
    line-height: 3;
}
.logo_head{
    margin-right: 5%;
    margin-left: 5%;
    color: #4898de;
}
.div_g{
    background: white;
    border-radius: 5px;
    border: 2px solid #e4e4e4;
}
.span_g{
    padding-right: 30px;
    font-weight: 400;
    font-size: 30px;
}
.margin5{
    margin-right: 5%;
    margin-left: 5%;
}
.margin4{
    margin-right: 4%;
    margin-left: 4%;
}
.body_g{
    background: #f7f7f7;
}
.img_g{
    padding-left: 0px;
    padding-right: 1.5px
}
.img_g1{
    background: aliceblue;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
}
.params_g{
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    background: white
}
.max100{
    max-height: 100px;
}
.price{
    background: #33547034;
    border: 1px solid #4852c8;
    border-radius: 21px
}
.input_g{
    border: 1px solid #4852c8;
    border-radius: 21px
}
.w23{
    width: 23.5%;
}
.border_g{
    border: 1px solid #4852c8;
    border-radius: 21px;
}
.b_color{
    background: #3570ffc4;

    color: white
}
.marginr{
    margin-right: 5%;
}
.margin3{
    margin-top: 3px;
}
.i_g{
    width: 21px;
    border: 1px solid blue;
    border-radius: 50px
}
.w19{
    width: 19%;
    border-radius: 18px;
}
.border_g1{
    border: 1px solid #4852c8;
}
.text-right{
    text-align: right;
}
.pr1{
    padding-right: 5px
}
.border_gi{
    border: 1px;
}
.font11{
    font-size: 11px;
}
.font25{
    font-size: 25px;
}
.g_color{
    color: #2a5dd6;
}
.loan_b{
    border-radius: 18px;
    background: #3570ffc4;
    color: white;
    border: 1px;
    margin-top: 3px;
}
.loan_b1{
    border-radius: 18px;
    background: #3570ffc4;
    color: white;
    border: 1px;
    margin-top: 3px;
}
.mob_g{
    width: 70%;
}
.a_mob{
    display: none;
}
@media screen and (max-width: 990px) {
    .text-right {
        text-align: center !important;
    }
    .cool {
        text-align: right;
    }
    .cool1 {
        text-align: center;
    }
    .li{
        margin-top: 30px;
    }
    .img_a{
        display: none;
    }
    .mob_g{
        width: 97%;
    }
    .a_mob{
        display: flex;
    }
    .a_mob1{
        display: none;
    }
    body{
	font-size: 30px;
    }
    .font11{
        font-size: 21px;
    }
    .font25{
        font-size: 45px;
    }
}

.good_l{
    background: #efefef;
    border-radius: 10px;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px -10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

th, td {
    border: 0.5px solid;
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}


thead th {
    line-height: 3;
    background-color: #e9ecef;
    color: #333;
    font-weight: bold;
    text-align: center;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

tbody tr:hover {
    background-color: #e0e0e0;
}
.status-review { color: #007bff; font-weight: bold; }
.status-approved { color: #28a745; font-weight: bold; }
.status-rejected { color: #dc3545; font-weight: bold; }
.status-pending { color: #ffc107; font-weight: bold; }


.menu1{
    border: 1px solid blue;
    border-radius: 21px
}
.menu1:hover{
    border: 1px solid blue;
    border-radius: 21px;
    background: #d3e0ff!important;
}






























