@media (min-width: 320px) and (max-width: 480px) {
    .navbar{
        padding: 0;
    }
    .header_area .sticky{
        height: 85px;
    }

    .header_area{
        padding: 12px;
        background-color: white;
    }

    .navbar-nav{
        position: relative;
        z-index: 99;
        background-color: #E8F0F2;
        width: 100%;
    }

    .dropdown-toggle {
        background-color: #E8F0F2 !important;
        color: black !important;
        border-radius: 0 !important;
    }

    .menu_area #nav .active {
        background-color: #E8F0F2 !important;
        color: black !important;
    }

    .dropdown-menu {
        margin: 0 !important;
        background-color: #E8F0F2 !important;
        color: black !important;
        border: none;
    }

    .menu_area #nav .nav-link{
        padding: 7px 10px !important;
    }

    #ca-navbar{
        background-color: #E8F0F2;
    }

    .content{
        padding: 0 20px;
    }

    .useful-list{
        flex-direction: column !important;
        align-items: normal !important;
    }
    .useful-list > li {
        border-right: none !important;
    }

    .wellcome_area{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .welcome-thumb img{
        position: relative;
        transform: translateX(0);
        left: 0;
        object-fit: contain;
    }

    .wellcome-heading > h2{
        font-size: 24px;
        margin-top: 20px;
    }

    .wellcome-heading{
        margin-bottom: 0;
    }

    .footer-contact-area{
        padding: 20px;
    }

    .section-heading{
        margin-bottom: 0;
    }

    .section-heading h2{
        font-size: 24px;
    }

    .about{
        padding: 10px;
    }

    .about h4{
        font-size: 16px;
    }

    .about p{
        font-size: 16px;
    }

    .footer-text{
        margin-top: 20px;
    }

    .responsible ul>li{
        margin-left: 20px !important;
    }

    .responsible h2, .responsible h3{
        font-size: 24px;
    }

    .business-lending-main-div {
        margin: 0 -20px;
    }

    .business-lending {
        padding: 0 20px;
        height: 400px;
    }

    .business-lending h1 {
        font-size: 24px;
    }

    .business-lending p {
        font-size: 14px;
    }

    .entrepreneurs-div {
        padding: 20px;
    }

    .entrepreneurs-div h1 {
        font-size: 24px;
    }

    .entrepreneurs-div p {
        font-size: 14px;
    }

    .problems-div {
        grid-template-columns: 1fr !important;
    }

    .problem {
        padding: 20px;
    }

    .target-companies-div {
        padding: 20px;
    }

    .target-companies-div h1 {
        font-size: 24px;
    }

    .categories-div {
        grid-template-columns: 1fr;
    }

    .image-div {
        display: none;
    }

    .information-div {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .information-div h1 {
        font-size: 24px;
    }

    .information-div .input-div {
        grid-template-columns: 1fr;
    }

    .input-div {
        grid-gap: 0 !important;
    }

    .information-form-div p {
        margin-top: 20px;
    }

    .information-form-div button {
        padding: 8px 18px;
    }

    .nav-item {
        display: block !important;
    }

    .dropdown-item {
        padding: 7px 20px !important;
    }

    .ombudsman{
        flex-direction: column !important;
        align-items: center;
        text-align: center;
    }

    /* Personal Loan */


.personal-loan-banner{
    background-color: #eff2f6;
    padding: 0;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    margin: unset;
    border-radius: 0;
}


.personal-loan-banner-inner-div {
    background-color: white;
    border-radius: 0px;
    width: 100vw !important;
    height: 90%;
    align-items: center;
    align-content: center;
    padding-bottom: 8%;
}

.personal-loan-banner h2{
    font-weight: 800;
    font-size: 1.8em;
    color: #423f3f;
    text-align: center;
}

.inside-banner-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    overflow: hidden;
    align-items: center;

}

.inside-banner-left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    align-self: center;
    width: 85vw;
}

.inside-banner-left h2 {
    width: 90vw;
}

.apply-now-btn {
    background-color: #4060C8;
    color:#FFFFFF;
    font-weight: 500;
    border-radius: 12px;
    padding: 8px 24px;
    border-style: unset;
    cursor: pointer;
}

.personal-loan-banner p{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #969BAB;
    text-align: center;
}

.banner-inside-image{
    width: 90vw;
    height: 85vw;
    object-fit: cover;
    border-radius: 16px;
}

.personal-loan-main {
    padding: 10px;
    height: 90% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

.cobalt {
    background: #1F1B59;
}

.chalky {
    background: #F9FBFC;
}

.personal-loan-header {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 800;
}

.personal-loan-header h2 {
    font-weight: 800;
    font-size: 1.8em !important;
    text-align: center;
    color: white;
    text-align: center;
}

.features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}

.personal-loan-header p {
    color: #969BAB;
    text-align: center;
}

.chalky h2 {
    color: #474A57;
    text-align: center;
}

.features-div-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100vw !important;
}

.feature-div {
    width: 36vw;
    height: 20vh;
    margin: 4px;
    padding: 4px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
}

.blue{
    background-color: #4060C8;
}

.blue p{
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    font-size: 10px;
}

.white {
    background-color: #EFF3FB;
}

.white p {
    color: #474A57;
    font-weight: 700;
    text-align: center;
    font-size: 10px;
}

/* .dotted-line {
    background-color: rgb(215, 15, 182) ;
    position: fixed;
    z-index: 2000;
    top: 30%;
    bottom: 10%;
    left: 60%;
    border-left: 1px dashed rgb(119, 117, 117);
} */

.steps-div-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 70vw;
}

.steps-div-left img{
    width: 70%;
    height: auto;
    margin: 16%;
    align-self: center;
}

.steps-div-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.steps-div-right button {
    margin-top: 12px;
    margin-left: -16px;
    margin-bottom: 20px;
}

.steps {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-self: center;
    height: 60vh !important;
}

.step {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 8px 0px 0px;
}


.step-number {
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 28px;
    height: 28px;
    padding: 12px;
    border-width: 1px;
    border-style: solid;
    background-color: #F9FBFC;
    border-color: #585757;
    position: relative;
    z-index: 2;
}

.step-number p {
    text-align: center;
    align-self: center;
    color: #4060C8;
    font-size: 12px;
}

.step-text {
    position: relative;
    z-index: 1;
    /* border-left: 1px dashed rgb(216, 57, 8); */
    padding-left: 42px;
    padding-top: 0px;
    margin: 0 0 0px 1px;
}

.dotted-line-box {
    align-self: center;
    position: absolute;
    margin:0 0;
    width: 68%;
    height: 48vh;
    border-left: 1px dashed rgb(185, 184, 184);
}

.step-text p{
    margin-top: 16px;
    font-size: 12.4px;
}


.select {
    background-color: #4060C8;
       border: 4px solid #adbef4;
}

.select p {
    color: #FFFFFF !important;
}

.documents-custom-div {
    padding: 50px;
    height: 90% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    background-color: #1F1B59;
    background-image: url("https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/fd7d2776-6178-46a7-8f8d-10f2b2b00aba.png");
    background-origin:unset;

}

.documents-card {
    width: 80vw;
    background-color: #F9FBFC;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    border-radius: 12px;
    padding: 12px 4px;
    padding-bottom: 20px;
    margin-top: 24px;
    z-index: 10;
}


.document-divs-container {
    width: 100%;
    margin-bottom: 12px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.document-div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    margin-top: 12px;
    padding-left: 10%;
}

.document-div p{
    color:#34363f;
    text-align: left !important;
    margin-top: 16px;
    font-size: 1em;
    font-weight: 500;
}

.document-div img {
    width:28px;
    height: 28px;
    margin-right: 20px;
    margin-left: 20px;
}

.documents-background-img {
    width: 40vw;
    height: auto;
    overflow: hidden;
    z-index: 2;
    margin-top: -50vh;
    margin-left: -50vw;
    position: absolute;
}

.documents-background-img-top {
    overflow: hidden;
    z-index: 3;
    margin-top: 50%;
    margin-right: -80vw;
    position: relative;
    overflow: hidden;
}

.img-background {
    position: absolute;
}

.img-background img {
    display: inline-block;
    overflow: hidden;
    width: 100vw;
   height:auto;
}


.purpose-custom-div {
    background-image: url("https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/7198c10a-460d-4390-b2d9-be0f703a11fa.png");
    padding: 16px;
    height: 90% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

.purpose-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.pupose-card {
    border-radius: 12px;
    background-color: #fbfeff;
    padding: 12px;
    margin: 8px;
    width: 24.4vw;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
}

.pupose-card img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    align-self: center;
    align-content: center;
    margin: 0 auto;
}

.pupose-card p {
    color: #8a8f9e;
    margin-top: 12px;
    margin-left: 0.2vw;
    margin-right: 0.2vw;
    font-size: 14px;
}

.light p{
    color:#474A57;
}

.light h2{
    color:#474A57;
}

.other-loans-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.other-loan-card {
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(105,105,105,0.7189469537815126) 0%, rgba(251,251,251,0.455641631652661) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 20vw !important;
    margin-right: 20px;
}

.other-loan-img-div {
    width: 30vw;
    background-image: url("https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/f962b078-b1c9-4e11-b63c-ccfb7659e3c2.png");
    background: local;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.other-loan-card p {
    font-size: 18px;
    color: #8a8f9e;
    margin-bottom: 8vh;
    text-align: left;
}

.other-loan-img-div p {
    position: absolute;
    z-index: 2;
    font-weight: 600;
    color: #F9FBFC;
    font-size: 22px;
}

.small-div-main {
    background-image: none;
    background-size: cover;
    background-color: #1F1B59;
    padding: 32px 32px;
    height: 50% !important;
    font-family: 'Inter', sans-serif;
}

.small-div-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.small-div-header p{
    text-align: center;
    margin-bottom: 2vh;
    font-size: 12px;
    align-self: center;
}

.small-div-inner-container {
    background-color: #1F1B59;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.small-div-header h4 {
    text-align: center;
    align-self: center;
    font-size: 1.8em;
    font-weight: 600;
    color: #EFF3FB;
}

.small-div-main button {
    border-style: unset;
    width: 60vw;
}

.review-custom-div {
    background-image: none;
    background-color: #edeeee;
    height: 90% !important;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

.review-card {
    border-radius: 12px;
    background-color: #fbfeff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 16px;
    margin: 16px;
    width: 80vw;
    height: auto;
}

.review-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.review-card img {
    width:132px;
}

.review {
    font-size: 16px;
    color: #8a8f9e;
    text-align: center;
}

.reviewer-name {
    font-size: 18px;
    font-weight: 600;
    color: #423f3f;
    text-align: center;
    margin-top: 12px;
}

.other-loans-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.grey {
    background-color: #edeeee;
}

.other-loans-card {
    background-color: white;
    align-self: center;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 70vw !important;
    margin: 10%;
    padding: 20px;
}

.other-loans-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #edeeee;
}

.other-loans-header h2 {
    font-weight: 800;
    font-size: 24px;
    color:#075DED;
    text-align: center;
}

.other-loans-title {
    background-image: url("https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/5b09d218-8a3b-4419-b634-6309b4c8e513.png");
    background-size: cover;
    height: 32vh;
    width: 100%;
    color: white;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    padding-left: 4%;
    padding-top: 80%;
}

.other-loans-card p {
    font-size: 12px;
    color:rgb(160, 160, 160);
    margin-top: 8%;
}

.other-loan-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60% !important;
    margin-left: 40%;
    margin-top: 24%;
}

.know-more-link {
    display: block;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #303137;
    padding: 0;
}

.other-loans-link-img img {
    width: 4.8vw;
    height: auto;
    margin-left: 0.5vw;
}

.other-loans-link-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
}

@media (min-width: 481px) and (max-width: 768px) {
    .navbar{
        padding: 0;
    }

    .header_area .sticky{
        height: 85px;
    }

    .header_area{
        padding: 12px;
        background-color: white;
    }

    .navbar-nav{
        position: relative;
        z-index: 99;
        background-color: #E8F0F2;
        width: 100%;
    }

    .dropdown-toggle {
        background-color: #E8F0F2 !important;
        color: black !important;
        border-radius: 0 !important;
    }

    .menu_area #nav .active {
        background-color: #E8F0F2 !important;
        color: black !important;
    }

    .dropdown-menu {
        margin: 0 !important;
        background-color: #E8F0F2 !important;
        color: black !important;
        border: none;
    }

    .menu_area #nav .nav-link{
        padding: 7px 10px !important;
    }

    #ca-navbar{
        background-color: #E8F0F2;
    }

    .content{
        padding: 0 40px;
    }

    .wellcome_area{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .welcome-thumb img{
        position: relative;
        transform: translateX(0);
        left: 0;
        object-fit: contain;
    }

    .wellcome-heading > h2{
        font-size: 24px;
        margin-top: 40px;
    }

    .wellcome-heading{
        margin-bottom: 0;
    }

    .footer-contact-area{
        padding: 20px;
    }

    .contact-grid{
        display: flex !important;
        flex-direction: column !important;
    }

    .section-heading{
        margin-bottom: 0;
    }

    .section-heading h2{
        font-size: 24px;
    }

    .about{
        padding: 10px;
    }

    .about h4{
        font-size: 16px;
    }

    .about p{
        font-size: 16px;
    }

    .footer-text{
        margin-top: 20px;
    }

    .business-lending-main-div {
        margin: 0 -40px;
    }

    .business-lending {
        padding: 0 40px;
    }

    .business-lending h1 {
        font-size: 36px;
    }

    .business-lending p {
        font-size: 18px;
    }

    .entrepreneurs-div h1 {
        font-size: 36px;
    }

    .entrepreneurs-div p {
        font-size: 14px;
    }

    .problems-div {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
    }

    .problem {
        grid-column: span 2;
    }

    .problem:last-child {
        grid-column-start: 2;
        grid-column-end: 4;
    }

    .target-companies-div h1 {
        font-size: 36px;
    }

    .categories-div {
        grid-template-columns: 1fr 1fr;
    }

    .image-div {
        display: none;
    }

    .information-div {
        grid-template-columns: 1fr;
        padding: 40px 50px;
    }

    .nav-item {
        display: block !important;
    }

    .dropdown-item {
        padding: 7px 20px !important;
    }

    .ombudsman{
        flex-direction: column !important;
        align-items: center;
        text-align: center;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .content{
        padding: 0 100px;
    }
    .business-lending-main-div {
        margin: 0 -100px;
    }
    .image-div {
        display: none;
    }

    .information-div {
        grid-template-columns: 1fr;
        padding: 40px 50px;
    }

    /* Personal Loan 1*/

.personal-loan-banner{
    background-color: #eff2f6;
    padding: 0;
    height: 85% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    margin: unset;
}


.personal-loan-banner-inner-div {
    background-color: white;
    border-radius: 0px;
    width: 100vw !important;
    height: 90%;
    align-items: center;
    align-content: center;
    padding-bottom: 8%;
}

.personal-loan-banner h2{
    font-weight: 800;
    font-size: 1.8em;
    color: #423f3f;
    text-align: center;
}

.inside-banner-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    overflow: hidden;
    align-items: center;

}

.inside-banner-left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    align-self: center;;
}

.apply-now-btn {
    background-color: #4060C8;
    color:#FFFFFF;
    font-weight: 500;
    border-radius: 12px;
    padding: 6px 12px;
    border-style: unset;
    cursor: pointer;
}

.personal-loan-banner p{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #969BAB;
    text-align: center;
}

.banner-inside-image{
    width: 90vw;
    height: 85vw;
    object-fit: cover;
    border-radius: 16px;
}

.personal-loan-main {
    padding: 10px;
    height: 90% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

.cobalt {
    background: #1F1B59;
}

.chalky {
    background: #F9FBFC;
}

.personal-loan-header {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 800;
}

.personal-loan-header h2 {
    font-weight: 800;
    font-size: 1.8em !important;
    text-align: center;
    color: white;
    text-align: center;
}

.features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}

.personal-loan-header p {
    color: #969BAB;
    text-align: center;
}

.chalky h2 {
    color: #474A57;
    text-align: center;
}

.features-div-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100vw !important;
}

.feature-div {
    width: 42vw;
    height: 20vw;
    margin: 4px;
    padding: 4px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
}

.blue{
    background-color: #4060C8;
}

.blue p{
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
}

.white {
    background-color: #EFF3FB;
}

.white p {
    color: #474A57;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
}

/* .dotted-line {
    background-color: rgb(215, 15, 182) ;
    position: fixed;
    z-index: 2000;
    top: 30%;
    bottom: 10%;
    left: 60%;
    border-left: 1px dashed rgb(119, 117, 117);
} */

.steps-div-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 70vw;
    height: 100%;
}

.steps-div-left img{
    height: 40vh;
    width: auto;
    margin: 0 auto;
    align-self: center;
}

.steps-div-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.steps-div-right button {
    margin-top: 28px;
    margin-left: -16px;
}

.steps {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-top: -20px;
    margin-top: -12px;
    align-self: center;
}

.step {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 16px 16px 0px 0px;
}


.step-number {
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    background-color: #F9FBFC;
    border-color: #585757;
    position: relative;
    z-index: 2;
}

.step-number p {
    text-align: center;
    align-self: center;
    color: #4060C8;
    font-size: 16px;
}

.step-text {
    position: relative;
    z-index: 1;
    /* border-left: 1px dashed rgb(216, 57, 8); */
    padding-left: 42px;
    padding-top: 0px;
    margin: 0 0 0px 1px;
}

.dotted-line-box {
    align-self: center;
    position: absolute;
    margin:0 0;
    width: 54%;
    height: 32vh;
    border-left: 1px dashed rgb(185, 184, 184);
}

.step-text p{
    margin-top: 10px;
}


.select {
    background-color: #4060C8;
       border: 4px solid #adbef4;
}

.select p {
    color: #FFFFFF !important;
}

.documents-custom-div {
    padding: 50px;
    height: 90% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    background-color: #1F1B59;
    background-image: url("https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/fd7d2776-6178-46a7-8f8d-10f2b2b00aba.png");
    background-origin:unset;

}

.documents-card {
    width: 80vw;
    background-color: #F9FBFC;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    border-radius: 12px;
    padding: 12px 4px;
    padding-bottom: 20px;
    margin-top: 24px;
    z-index: 10;
}


.document-divs-container {
    width: 85%;
    margin-bottom: 12px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.document-div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
}

.document-div p{
    color:#34363f;
    text-align: left !important;
    margin-top: 16px;
    font-size: 1.2em;
    font-weight: 500;
    align-items: flex-start;
}

.document-div img {
    width:28px;
    height: 28px;
    margin-right: 20px;
    margin-left: 80px;
}

.documents-background-img {
    width: 40vw;
    height: auto;
    overflow: hidden;
    z-index: 2;
    margin-top: -50vh;
    margin-left: -50vw;
    position: absolute;
}

.documents-background-img-top {
    overflow: hidden;
    z-index: 3;
    margin-top: 50%;
    margin-right: -80vw;
    position: relative;
    overflow: hidden;
}

.img-background {
    position: absolute;
}

.img-background img {
    display: inline-block;
    overflow: hidden;
    width: 100vw;
   height:auto;
}

.purpose-custom-div {
    background-image: url("https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/7198c10a-460d-4390-b2d9-be0f703a11fa.png");
    padding: 16px;
    height: 90% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

.purpose-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.pupose-card {
    border-radius: 12px;
    background-color: #fbfeff;
    padding: 12px;
    margin: 8px;
    width:24vw !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pupose-card img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    margin: 0 auto;
    align-self: center;
    align-content: center;
}

.pupose-card p {
    color: #8a8f9e;
    margin-top: 12px;
    margin-left: 0.2vw;
    margin-right: 0.2vw;
    font-size: 14px;
}

.light p{
    color:#474A57;
}

.light h2{
    color:#474A57;
}

.other-loans-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.other-loan-card {
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(105,105,105,0.7189469537815126) 0%, rgba(251,251,251,0.455641631652661) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 20vw !important;
    margin-right: 20px;
}

.other-loan-img-div {
    width: 30vw;
    background-image: url("https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/f962b078-b1c9-4e11-b63c-ccfb7659e3c2.png");
    background: local;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.other-loan-card p {
    font-size: 18px;
    color: #8a8f9e;
    margin-bottom: 8vh;
    text-align: left;
}

.other-loan-img-div p {
    position: absolute;
    z-index: 2;
    font-weight: 600;
    color: #F9FBFC;
    font-size: 22px;
}

.small-div-main {
    background-image: url("https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/2c94ce4e-3ddb-444e-a14d-7f934e5ec194.png");
    background-size: cover;
    background-position-x: -4.4em;
    background-color: #1F1B59;
    padding: 32px 32px;
    height: 50% !important;
    font-family: 'Inter', sans-serif;
    padding-bottom: 40px;
}

.small-div-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.small-div-header p{
    text-align: left;
    margin-bottom: 2vh;
}

.small-div-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20%;
}

.review-custom-div {
    background-image: url("https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/f5114d03-06fb-4278-8232-4f51482ff5bf.png");
    height: 90% !important;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

.review-card {
    border-radius: 12px;
    background-color: #fbfeff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 16px;
    margin: 16px;
    width: 60vw;
    height: auto;
}

.review-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.review-card img {
    width:132px;
}

.review {
    font-size: 16px;
    color: #8a8f9e;
    text-align: center;
}

.reviewer-name {
    font-size: 18px;
    font-weight: 600;
    color: #423f3f;
    text-align: center;
    margin-top: 12px;
}

.small-div-header h4 {
    text-align: left;
    font-size: 1.8em;
    font-weight: 600;
    color: #EFF3FB;
}

.small-div-main button {
    border-style: unset;
}


.other-loans-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 85vw;
}

.grey {
    background-color: #edeeee;
}

.other-loans-card {
    border-radius: 12px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 36vw !important;
    margin: 20px;
    padding: 20px;
}

.other-loans-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #edeeee;
}

.other-loans-header h2 {
    font-weight: 800;
    font-size: 28px;
    color:#075DED;
    text-align: center;
}

.other-loans-title {
    background-image: url("https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/5b09d218-8a3b-4419-b634-6309b4c8e513.png");
    background-size: cover;
    height: 20vh;
    width: 100%;
    color: white;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    padding-left: 4%;
    padding-top: 64%;
}

.other-loans-card p {
    font-size: 12px;
    color:rgb(160, 160, 160);
    margin-top: 8%;
}

.other-loans {
    width: 100% !important;
}

.other-loan-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 50% !important;
    margin-left: 48%;
    margin-top: 20%;
}


.know-more-link {
    display: block;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #303137;
    padding: 0;
}

/* Personal Loan ends */
}
