.lending-heading {
    padding-top: 60px;
}
.digital-lending-box {
    width: 100%;
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
}
.lending-content {
    width: 18%;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 18px 22px;
    margin: 1% 1%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.lending-content-2 {
    width: 18%;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 10px 15px;
    margin: 1% 1%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.lending-content img {
    height: 80px;
    width: 100%;
    object-fit: contain;
}
.lending-content-2 img {
    height: 80px;
    width: 100%;
    object-fit: contain;
}

.lending-text {
    margin-bottom: 10px;
    color: #4d4d4d;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.read-orange {
    color: #ea652b !important;
    cursor: pointer;
}
.lending-content:hover {
    box-shadow: 0px 5px 30px 0px rgba(255, 161, 85, 0.44);
    transition: ease-in-out 0.3s;
}
.colending-partners {
    margin-bottom: 60px;
}

.modal_header_box {
    width: 100%;
    justify-content: center !important;
    text-align: center;
    border: none !important;
    margin-top: 10px;
}

.modal_img{
    height: 23px;
}

.Lendingkart{
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.Lendingkart h3{
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #000000CC;
    margin: 0;
    margin-right: 15px;
}
.Lendingkart p{
    margin: 0;
    background-color: #E6F2E4;
    width: 70px;
    height: 20px;
    border-radius: 10px;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #327727;
}
.Lendingkart p i{
    color: #327727;
    font-size: 8px;
    margin-right: 6px;
}

.modal_header_box .Relationship{
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #000000CC;
    margin: 0;
}

.Relationship_date{
    color: #0000009E;
}

.madal_close {
    position: absolute;
    top: 6px;
    right: 6px;
    border: none;
    background-color: #EFEFEF;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.madal_close span{
    line-height: 20px;
    font-size: 20px;
    color: #565656;
    font-weight: 700;
}

.lending_service_modal_body {
    border-top: 1px dashed #00000073;
    margin: 35px 35px 35px 35px;
    margin-top: 10px;
    padding: 0 !important;
    padding-top: 24px !important;
}

.lending_service_modal_body .dla_name_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.lending_service_modal_body .dla_name_box h3{
    width: 50%;
    color: #000000CC;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    margin: 0;
}
.lending_service_modal_body .dla_name_box p{
    width: 50%;
    color: #00000099;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
    background-color: #F3F3F3;
    padding: 8px 15px 8px 15px;
    border-radius: 3px;
}

.Grievance_box{
    background-color: #F3F3F3;
    border-radius: 3px;
    padding: 25px 15px 20px 15px;
}

.Grievance_box .Grievance{
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    margin: 0;
    color: #000000CC;
    text-align: center;
    margin-bottom: 20px;
}

.Grievance_contant_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.Grievance_contant_box p{
    width: 50%;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    color: #00000099;
    margin-bottom: 5px;
}

.modal_botton_box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.Privacy_btn{
    background-color: #F4F4F4;
    border: 1px solid #A8A8A8;
    border-radius: 3px;
    color: #00000080;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding: 8px 20px;
    margin-left: 20px;
}
.Lodge_btn{
    background-color: #F4F4F4;
    border: 1px solid #A8A8A8;
    border-radius: 3px;
    color: #00000080;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding: 8px 20px;
}
.Lodge_btn:hover{
    text-decoration: none;
    color: #00000080;
}

.Privacy_btn:hover{
    text-decoration: none;
    color: #00000080;
}
.Grievance_contant_box a {
    font-family: 'Lato';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    color: #00000099;
}

.indus_logo{
   height: 34px;
    object-fit: contain;
    margin-right: 20px;
    border: 1px solid #000;
    border-radius: 6px;
}
@media (max-width:1000px) {
    .modal_botton_box{
        flex-wrap: wrap;
        row-gap: 20px;
    }
}