﻿@media (min-width:900px) {
     .loan-wrapper {
        height: 900px;
    }

    .loan-wrapper-card {
        order: 2;
    }

    .text-content {
        padding-left: 120px;
        order: 1;
    }

    .loan-wrapper-cont .text-content h1 {
        font-size: 3.5rem;
        letter-spacing: 3px;
    }

    .description-cont h6 {
        font-size: 0.75rem;
    }

    .loan-wrapper-cont {
        grid-template-columns: 700px 526px;
    }

        .loan-wrapper-cont .loan-calc-wrapper {
            padding: 50px;
        }

        .loan-wrapper-cont .text-content .description-cont {
            grid-template-columns: 30% 30% 30%;
        }
}
.zenbankBenefit-wrapper {
    height: 900px !important;
    
}


@media (max-width:1300px) and (min-width:900px) {
    .loan-wrapper-cont {
        grid-template-columns: 500px 326px;
    }
}




.personal-loan-cont-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 900px;
    
    height: 100vh;
    padding: 2rem 1rem;
    box-sizing: border-box;
}

    .personal-loan-cont-main .personal-loan-header {
        margin-bottom: 100px;
        margin-top: 150px;
        font-weight: 700;
    }

    .personal-loan-wrapper-cont {
        display: grid;
        text-align:center;
        align-items: center;
        justify-items: center;
        grid-template-columns: 1fr 1fr 1fr;
        
        grid-column-gap: 140px;
        grid-row-gap: 90px;
        width: 100%;
    }

.loan-list-item img {
    
    width:60px;
    height:60px;
   
}

.loan-list-item .img-cont {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:1.5rem;
    max-width: 130px; 
    width:100%;
    background-color: #6935D3;
    border-radius:50%;
    height:130px;
}

.loan-list-item {
    font-size: 1.8rem;
}

@media (max-width: 1200px) {
    .personal-loan-wrapper-cont

{
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 70px;
}

.loan-list-item {
    font-size: 1.5rem;
}

    .loan-list-item .img-cont {
        max-width: 100px;
        height: 100px;
    }

    .loan-list-item img {
        width: 50px;
        height: 50px;
    }

}


@media (max-width: 768px) {
    .personal-loan-cont-main {
        padding: 1rem;
        height: 900px;
    }

    .loan-list-item {
        font-size: 1rem;
    }


        .loan-list-item .img-cont {
            max-width: 60px;
            height: 60px;
        }

        .loan-list-item img {
            width: 30px;
            height: 30px;
        }
}


.get-personal-loan-cont-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 900px;
     
   
    box-sizing: border-box;
}


.get-personal-loan-cont {
    display: grid;
    max-width:1000px;
    align-items: center;
    
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 115px;
    width: 100%;
}

.get-personal-loan-text-cont ol {
    list-style: none;
    counter-reset: num;
}

    .get-personal-loan-text-cont ul li{
      list-style-type:none;
      margin-top:20px;
    }

.get-personal-loan-text-cont ul span {
    display: flex;
    width: 28px;
    height: 28px;
    
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 14px;
    background: #6935D3;
}

.get-personal-loan-img-cont {
    
    position:relative;
    
   

}

.get-personal-loan-img-cont img {
    margin-right: 13px;
}

.get-personal-loan-img-cont .upcoming-payment h5 {
    font-size: 12.685px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

    .get-personal-loan-img-cont .upcoming-payment h4 {
        font-size: 14.271px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        color: #535154;
        margin-top:5px;
    }

.get-personal-loan-cont .notification-cont .upcoming-payment {
    position: absolute;
    bottom: 0px;
    left: -80px; 
    transform: translateY(50%);
    height: 66.597px;
    width: 287px;
    border-radius: 12px;
    background: #FFF;
    padding: 6.343px;
    box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.12);
}

.get-personal-loan-cont .notification-cont .personal-loan {
    position: absolute;
    top: -30px;
    right: -40px; 
    box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.12);
    max-width: 209px;
    width: 100%;
    padding: 11px 16.5px;
    border-radius: 11px;
    background: #FFF;
}

    .get-personal-loan-cont .notification-cont .personal-loan h5 {
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        margin-bottom:5.5px;
        color: #000;
    }

.get-personal-loan-cont .notification-cont .personal-loan h4 {
    font-size: 11px;

    font-style: normal;
    margin-bottom:5.5px;
    font-weight: 600;
    line-height: 150%
}

    .get-personal-loan-cont .notification-cont .personal-loan small {
        font-size: 8.25px;
        color: #535154;
        font-variant-numeric: lining-nums tabular-nums; 
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

.get-personal-loan-cont-main .get-personal-loan-cont-header {
    color: rgba(0, 0, 0, 0.84);
    margin-bottom: 100px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

@media (max-width:1200px){
    .get-personal-loan-cont {
        display: grid;
        max-width: 500px;
        text-align:center;
        justify-content:center;
        align-items: center;
        grid-template-columns:  1fr;
        grid-column-gap: 50px; 
        width: 100%;
    }
        .get-personal-loan-cont .notification-cont .personal-loan h5, h6, small{
            text-align:left;
        }
        .get-personal-loan-cont .notification-cont .personal-loan small {
            text-align: left; 
        }
        .get-personal-loan-text-cont {
            display: flex;
            margin-top: 50px;
            flex-direction: column;
            align-items: center;
            justify-content: center
        }
}


@media (max-width:1200px) {
   .get-personal-loan-img-cont .main-img img {
        width:350px
    }
}



@media (max-width:900px) {

    .get-personal-loan-img-cont .main-img img {
        width: 250px;
    }
   .get-personal-loan-cont .notification-cont .personal-loan {
        right:20px;
        max-width:150px; 
        width: 100%;
     
    }
    .get-personal-loan-cont .notification-cont .personal-loan  img{
        width:25px;
        height:25px;
    }
    .get-personal-loan-cont .notification-cont .personal-loan h6{
        font-size:10px;
    }

    .get-personal-loan-cont .notification-cont .personal-loan  small {
        font-size: 6px;
    }
    .get-personal-loan-cont .notification-cont .upcoming-payment {
        position: absolute;
        bottom: 0px;
        left: 15px;
        width: 150px;
    }
        .get-personal-loan-cont .notification-cont .upcoming-payment img {
            width: 25px;
            height: 25px;
        }
        .get-personal-loan-cont .notification-cont .upcoming-payment h5 {
            font-size: 11px;
        }

            .get-personal-loan-cont .notification-cont .upcoming-payment  h4{
                font-size:8px;
            }
            .get-personal-loan-cont-main .get-personal-loan-cont-header {
                color: rgba(0, 0, 0, 0.84);
                margin-bottom: 80px;
                font-size: 30px;
                font-style: normal;
                font-weight: 700;
                line-height: 150%;
            }

    .get-personal-loan-cont-main button {
        margin-top: 50px;
    }
}

.reward-loyality-wrapper-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 900px;
    box-sizing: border-box;
}

    .reward-loyality-wrapper-main .reward-loyality-wrapper-header{
        text-align:center;
        max-width:650px;
        width:100%;
    }
        .reward-loyality-wrapper-main .reward-loyality-wrapper-header h1 {
            color: rgba(0, 0, 0, 0.84);
            text-align: center;
            margin-bottom:1rem;
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%;
        }

        .reward-loyality-wrapper-main .reward-loyality-wrapper-header small {
            color: #000;
            text-align: center;
        
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 30px */
        }

.stepper {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
}

.step {
    display: flex;
    min-width: 180px;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    margin-top:130px;
    flex-basis: 0%;
}

.step-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.step-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.progress-start {
    display: flex;
    width: 60px;
    height: 25px;
    gap: 15px;
    flex: 1;
    flex-basis: 0%;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
}

.step-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 25px;
    align-self: stretch;
    margin: auto 0;
}

.progress-end {
    display: flex;
    min-height: 25px;
    align-items: center;
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
}

.progress-line {
    align-self: stretch;
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
}

.progress-fill {
    background-color: #6935d3;
    display: flex;
    min-height: 3px;
    width: 100%;
    flex: 1;
    flex-basis: 0%;
}

.step-label {
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "liga" off, "clig" off;
    align-self: center;
    margin-top: 18px;
    color: #9c92ae;
    text-align: center;
    padding: 0 10px;
    font: 500 16px Inter, sans-serif;
}

.step-small-text {
    color: #9C92AE;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.step-amount {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 991px) {
    .reward-loyality-wrapper-main {
        padding:2rem;
    }
    .step {
        min-width: 140px;
    }

    .step-label {
        font-size: 14px;
    }

    .step-small-text {
        font-size: 12px;
    }

    .step-amount {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .step {
        min-width: 120px;
    }

    .step-label {
        font-size: 12px;
    }

    .step-small-text {
        font-size: 10px;
    }

    .step-amount {
        font-size: 24px;
    }
}
@media (max-width: 600px) {
    .step {
        margin-top:80px;
        min-width: 60px;
    }

    .step-label {
        font-size: 13px;
    }

    .step-small-text {
        font-size: 13px;
    }

    .step-amount {
        font-size: 14px;
    }
}


