/* Loan Products */

.content {
    margin: 0 !important;
    padding: 0 !important;
}

.blueText{
    color: #075DED;
}

.personal-loan-banner{
    background-image:url( "https://pocketly-public-bucket.s3.amazonaws.com/6b340c0d-5bf3-42b0-9bc8-ed54769aed0e.png");
    padding: 100px 50px;
    width: 100vw !important;
    height: 90vh !important;
    overflow: hidden;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
}


.personal-loan-banner-inner-div {
    background-color: white;
    border-radius: 24px;
    width:83.33vw !important;

}

.personal-loan-banner h2{
    font-weight: 800;
    font-size: 64px;
    color: #423f3f;
    text-align: left;
}

.inside-banner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.inside-banner-left {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    align-self: center;
    margin: 20px 20px;
    margin-left: 40px;
    width: 70%;
}

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

.personal-loan-banner p{
    margin-top: 8px;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #969BAB;
    text-align: justify;
}

.banner-inside-image{
    height: 330px;
    width: auto;
    margin: 20px 32px;
}

.personal-loan-main {
    padding: 50px 50px;
    height: 88.64vh !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: 48px;
    color: white;
    text-align: center;
}

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

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

.chalky h2 {
    color: #474A57;;
}

.features-div-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 20px;
}

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

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

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

.blue p{
    color: #FFFFFF;
    font-weight: 700;
}

.white {
    background-color: #EFF3FB;
}

.white p {
    color: #474A57;
    font-weight: 700;
}

/* .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: row;
    justify-content: space-around;
    align-items: center;
    width: 70vw;
    margin: 20px;
    height: 100%;

}

.steps-div-left {

}

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

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

.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: -24px;
}

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


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

.step-number p {
    text-align: center;
    align-self: center;
    margin-top: 16px;
    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: 28.68vw;
    height: 4.4%;
    border-left: 1px dashed rgb(185, 184, 184);
}

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

.mobile-image-class {
    height: 70vh;
    width: auto
}

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

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

.documents-custom-div {
    padding: 100px 50px;
    height: 88.64vh !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");

}

.documents-card {
    width: 50vw;
    background-color: #F9FBFC;
    align-content: center;
    border-radius: 12px;
    padding: 12px 48px;
    margin-top: 24px;
    z-index: 10;
}

.document-div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 30vw;
    margin: -4px 0;
}

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

.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: -50vh;
    margin-right: -80vw;
    position: relative;
    overflow: hidden;
}

.img-background {
    position: absolute;
}

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

.document-divs-container {
    height: 54vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.purpose-custom-div {
    background-image: url("https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/7198c10a-460d-4390-b2d9-be0f703a11fa.png");
    padding: 100px 50px;
    height: 88.64vh !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;
    flex-wrap: wrap;
    padding: 12px 40px;
}

.pupose-card {
    border-radius: 12px;
    background-color: #fbfeff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 12px;
    margin: 16px;
    width: 20vw;
}

.pupose-card img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    margin-right: 20px;
}

.pupose-card p {
    color: #8a8f9e;
    margin-top: 12px;
    font-size: 24px;
}

.light p{
    color:#474A57;
}

.light h2{
    color:#474A57;
}

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

.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: 20vw !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: 48px;
    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: 28vh;
    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;
}

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

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

.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-color: #1F1B59;
    padding: 32px 100px;
    height: 44.12vh !important;
    font-family: 'Inter', sans-serif;
}

.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: 5vh;
}


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

.review-custom-div {
    background-image: url("https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/f5114d03-06fb-4278-8232-4f51482ff5bf.png");
    height: 88.68vh !important;
    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: 28vw;
    height: 32vh;
}

.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: 32px;
    font-weight: 600;
    color: #EFF3FB;
}

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

