/* @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap'); */


* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


/* download button */
.input-box {
    position: relative;
}


.section-title {
    color: #1137B2;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}


/* banner part  */
.home-images {
    margin-top: 4.5rem;
    width: 100%;
    /* height: 80vh; */
    /* background-image:url('assets/img/new_home_banner.svg');
    background-repeat: no-repeat;
    background-size: cover;  */
    position: relative;
}

.banner_sub_image {
    /* text-align: center; */
    padding-left: 5rem;
}

.bannerdiv {
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */

}

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

.our-nbfc-partner {
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 0px 10px 25px #00000029;
    border-radius: 10px;
}

.button-nbfc {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-ndfc {
    background-color: #1035AF;
    color: white;
}


.right-decission-row {
    width: 100%;
    height: auto;
    margin-top: 3rem;


}



.banner-contets h1,
.trust,
ul {
    /* font-family: 'Rajdhani'; */
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 6.5vh;
}

.banner-contets h1 {
    font-size: 2.5vw;
    line-height: 4vw;

}

.banner-contets h3 {
    font-size: 2vw;

}

@media screen and (max-width:570px) {
    .banner-contets h3 {
        font-size: 13px !important;
        margin-top: 14px !important;

    }

}

.banner-contets ul {
    font-size: 1.2vw;
    padding-left: 2rem;
}

@media screen and (max-width:570px) {
    .banner-contets ul {
        font-size: 10px !important;
        margin-top: 10px !important;

    }

}

.home_sub_banner {
    height: 70vh;
    min-width: 50%;
    /* animation: mover 1s infinite  alternate; */
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.banner-contets {
    margin-top: 0rem;
    background-color: #010167;
    padding: 30px 30px;
    border-radius: 10px;
    /* height: 65vh; */
    height: 97%;




}


.dark_shadow {
    display: inline-block;
    background: linear-gradient(to top, #023184, transparent);
    position: absolute;
    bottom: 0;
    height: 193px;
    width: 100%;
    z-index: 1;
    position: absolute;

}


.banner-h2 {
    font: normal normal 500 50px/58px 'Rajdhani';
    font-family: 'Rajdhani';
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 6.5vh;
    line-height: 4vw;
}

.banner-para {
    font: normal normal 500 24px/35px 'Rajdhani';
    letter-spacing: 0px;
    color: #F5D200;
    font-family: 'Rajdhani';
    line-height: 25px;
    margin-top: 1.5rem;
    font-size: 4.5vh;
}

.li-11 {
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 1px solid #FFFFFF;
    font-family: 'Futura', 'Tahoma', 'sans-serif';
    color: white;
    width: 12vw;
    height: 6vh;
    margin-top: 30px;
    transition: all 1s linear;
}

.li-11:hover {
    background-color: #FFFFFF;
}

.li-11::after {
    content: "";
    color: transparent;
    position: absolute;
    width: 75%;
    height: 100%;
    left: 13%;
    top: 0px;
    z-index: -1;
    /* border-radius: px; */
    background-color: #FFFFFF;
    transform: skew(-0deg);
    -webkit-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
}

.btn-12 {
    text-align: center;
    color: #1137B2;
    font-size: 1vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 20%;
}

.vaibhav-log {
    width: 100%;
    margin-top: 2rem;
    /* position: absolute;
   bottom: -125px;
   z-index: 1; */
}


.group-logo {
    box-shadow: 0px 6px 18px #00000029;
    padding: 0px;
    background-color: white;
    border-radius: 6px;
}

.group-logo img {
    width: 100%;
}

.right-decision {
    margin-left: 70px;
}

.background-images-14 {
    display: none;
    position: absolute;
    width: 100%;
    text-align: right;
}

/* body part start */
.about-money-div {
    margin-top: 4rem;
}

.para-part-2 {

    text-align: center;
    color: #707070;
    line-height: 26px;
}

.card-container {
    display: flex;
    justify-content: space-around;
    margin-top: 3rem;
}

.card {
    width: 100%;
}

.card-div {
    flex-basis: 30%;
}

.contactus-subdiv-heading {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.contactus-subdiv-paragrph {
    color: #032289;
    font-size: 20px;
    text-align: center;
    position: relative;
    /* right: 20px; */
    /* font-family: 'rajdhani'; */
    top: 6px;
}

.card-div:hover {
    box-shadow: 0px 2px 10px #00000029;
    border-radius: 10px;
}

.background-images-38 {
    display: none;
}

/* perfomance part */

.performance-part {
    width: 100%;
    height: 335px;
    background: linear-gradient(to right, #F5BE11, #F5BE11 40%, #1137B2 40%);
    margin-top: 3rem;
}

.ourpara {
    color: white;
    font-size: 34px;
    text-align: right;
    width: 342px;
    font-family: 'Rajdhani';
    margin-top: 47px;
    font-weight: bold;
}

.paras-div {
    margin-top: -4rem;
    font-family: 'Rajdhani';
}

.para {
    color: #1137B2;
    font-size: 130px;
    font-weight: bold;
    width: 180px;
    margin-top: 30px;
    font-family: 'Rajdhani';
}

.para2 {
    color: #000000;
    font-size: 35px;
    line-height: 40px;
    margin-top: -3rem;
}

.days-market1 {
    margin-top: 5rem;
}

.head-performance1 {
    font-family: 'Rajdhani';
    font-size: 19px;
    color: #FFFFFF;
    margin-top: 10px;
}

.h1-performance1 {
    font-family: 'Rajdhani';
    font-size: 53px;
    color: #EFB606;
    font-weight: bold;
}


/* your profile part */

#container-logos {
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-top: 70px !important;
}

.item-logos {
    z-index: 100;
    padding: 5px;
}

.item-logos img {
    width: 280px;
}

.circle-logos {
    border-radius: 50%;
    background-color: #FCB700;
    width: 200px;
    height: 200px;
    position: absolute;
    opacity: 0.36;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
    border: 2px solid white;
}

@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: 50;
    }

    to {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}

.contains {
    height: 100px;
    border: 3px solid #00000029;
    position: relative;
    border-radius: 6px;
    top: 130px;
    margin-bottom: 17px;
}

.contains:hover {
    background: transparent linear-gradient(104deg, #C9CBC8 0%, #F7F8F7 38%, #F9F9F9 69%, #CDCFCC 100%) 0% 0% no-repeat padding-box;
}

.container-img-2 {
    position: relative;
    top: 10px;
    left: 20px;
    background-color: #BCBCBC;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 40px 40px 40px 40px;
    border: 2px solid white;
}

.container-para {
    text-align: left;
    letter-spacing: 1px;
    color: #032289;
    opacity: 1;
    position: relative;
    line-height: 30px;
    bottom: 25px;
    font-size: 22px;
    top: -56px;
    padding-left: 120px;
}

.containnss {
    height: 100px;
    border: 3px solid #FCB700;
    border-radius: 6px;
    position: relative;
    top: 130px;
    margin-bottom: 17px;
}

.containnss:hover {
    background: transparent linear-gradient(104deg, #FDB300 0%, #EDCE00 48%, #FAB800 100%) 0% 0% no-repeat padding-box;
}

.container-img-3 {
    position: relative;
    top: 10px;
    left: 20px;
    background-color: #FCB700;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 40px 40px 40px 40px;
    border: 2px solid white;
}

.containn {
    height: 100px;
    border: 3px solid #BCBCBC;
    border-radius: 6px;
    position: relative;
    top: 130px;
    margin-bottom: 17px;
}

.containn:hover {
    background: transparent linear-gradient(104deg, #C0BCC8 0%, #C1C1C1 49%, #969696 100%) 0% 0% no-repeat padding-box;
}

.container-img-1 {
    position: relative;
    top: 10px;
    left: 20px;
    background-color: #BCBCBC;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 40px 40px 40px 40px;
    border: 2px solid white;
}

.contain {
    height: 100px;
    position: relative;
    top: 130px;
    margin-bottom: 17px;
    border-radius: 6px;
    border: 3px solid #A56424;
}

.contain:hover {
    background: transparent linear-gradient(104deg, #A56424 0%, #AE774A 51%, #855025 100%) 0% 0% no-repeat padding-box;
}

.container-img {
    position: relative;
    top: 10px;
    left: 20px;
    background-color: #855025;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 40px 40px 40px 40px;
    border: 3px solid white;
}

.background-images-333 {
    display: none;
}

/* download mobile app part */
.download-app-mobile {
    margin-top: 3rem;
}

.loanfront-dl {
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0px;
    height: 120px;
}

.download-app-mobile-img {
    display: flex !important;
    align-items: center !important;
}

.download-img {
    height: 77px;
    width: 60px;
    margin-left: 20px;
    text-align: center;
}

.download-app-mobile-img2 {
    display: flex !important;
    align-items: center !important;
    margin-left: 10px;
}

.download-app {
    font: normal normal bold 23px/23px 'Open Sans';
    margin-bottom: 0px;
    text-align: left;
    margin-left: 14px;
    line-height: 30px;
    width: 100%;
    cursor: pointer;
}

.slider {
    /* background-image: url('assets/img/Group\ 11.png');
    background-size: cover; */
    height: 475px;
    width: auto;
}

.insertImage {
    width: 100%;
}

.demo-image-1,
.demo-image-2 {
    height: 475px;
    width: auto;
    border-radius: 10px;
    text-align: center;
}

.demo-image-3 {
    height: 448px !important;
    overflow: hidden;
    position: relative;
    top: 15px;
    left: 14px;
    width: 209px;
    border-radius: 10px;
}

.demo-image-4 {
    height: 449px;
    overflow: hidden;
    position: relative;
    width: 210px;
    margin-left: 13px;
    top: 14px;
    border-radius: 10px;
}

/* video part start */
.loanfront-video {
    margin-top: 3rem;
    background: #384981 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 16px #00000029;
    opacity: 100%;
    height: 490px;
    text-align: center !important;
}

.youtube-video-1 {
    margin-top: 70px;
    border: 1px solid red;
}

.youtube-video {
    position: relative;
    height: 490px;
}

.video-div {
    width: 585px;
    background-size: 100%;
    height: 282px;
    margin: auto;
    padding: 13px 20px 13px 13px;
    background: url('assets/img/Group2541N.svg') no-repeat;
    background-size: contain;
}

.video-anchor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iframe-video {
    height: 100%;
    width: 100%;
    /* position: relative; */
    border-radius: 25px 25px 25px 25px;
}

/* whyloan front part start */
/* .why-loan-front-div
{
    margin-top: -330px;
} */

.loanfront {
    background: linear-gradient(#032289, #1137B2, #032289);
    opacity: 1;
    height: 307px;
    width: 252px;
    position: relative;
    top: 400px;
}

.textfront {
    text-align: left;
    font: normal normal bold 30px/18px 'Open Sans';
    letter-spacing: 0.06px;
    color: #FFFFFF;
    opacity: 1;
    position: absolute;
    top: 40px;
}




.textfrontpara {
    opacity: 1;
    position: absolute;
    top: 85px;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 195px;
}

.home-part {
    /* background: white 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 12px #00000029; */
    opacity: 1;


}

.flex-container {
    flex-direction: row;
}

.homees {
    /* margin: auto; */
    position: relative;
    /* text-align: center;
    border-right: 1px solid #00000029;
    border-bottom: 1px solid #00000029; */
}

.home-part-img {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 55px;
    height: auto;
}

.home-paras {
    color: rgb(25, 25, 25);
    text-align: left;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.background-images-78 {
    display: none;
}

.moving-img {
    position: absolute;
    width: 100%;
}

/* how fast get loan */

.how-fast-loan {
    margin-top: 3rem;
}

.home1-loanfront-paragrph {
    line-height: 31px;
    /* font-family: 'Rajdhani'; */
    font-size: 17px;
}

.li {
    border-radius: 3px 3px 3px 3px;
    position: relative;
    border: 1px solid #032289;
    font-family: 'Futura', Tahoma, sans-serif;
    color: #FFFFFF;
    height: 45px;
    /* margin-left: 50px; */
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    width: 170px;
}

.li:hover {
    background-color: #032289;
}

.li::after {
    content: "'";
    color: transparent;
    position: absolute;
    width: 65%;
    height: 100%;
    left: 31px;
    top: 0px;
    z-index: -1;
    background-color: #032289;
    transform: skew(-0deg);
    -webkit-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    text-align: center !important;
}



.btnb {
    text-align: center;
    color: white;
    margin-top: 10px;
    font-size: 14px;
    font-family: 'Open Sans';
    margin-left: 5px;
}

video {
    width: 100%;
    height: auto;
}

.background-images-1 {
    text-align: right;
    margin-top: 3rem;
}

.background-images-1 img {
    width: 394px;
}

/* who can apply for laon part */

.topviews {
    margin-top: 4rem;
}

.home-apply {
    margin-top: 0px;
    text-align: center;
}

.homeapply-h3 {
    color: #032289;
    font: normal normal bold 35px/27px 'Open Sans';
    letter-spacing: 0px;
}

.home-applys {
    text-align: center;
    margin-top: 30px;
    color: #2F2E2E;
    line-height: 25px;
}

.home-appl {
    font-weight: bold;
    color: #2F2E2E;
    opacity: 100%;
    margin-top: 20px;
}

.gridd {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        'third second first'
    ;
}

.connnn {
    margin-top: 40px;
    grid-area: first;
}

.p-valid {
    margin-bottom: 0px;
}

.rev {
    margin-bottom: 20px;
}

.para-img {
    /* font: normal normal medium 20px/26px 'Rajdhani'; */
    letter-spacing: 0px;
    color: #2F2E2E;
    opacity: 1;
    padding-top: 0px;
    display: flex;
    align-items: center;
}

.para-icons {
    margin-top: 20px;
    /* font: normal normal medium 24px/29px 'Rajdhani'; */
    letter-spacing: 0px;
    color: #000000;
    font-size: 17px;
    text-align: right;
    /* font-family: 'Rajdhani'; */
    opacity: 100%;
}

.coin {
    position: relative;
    animation-name: coins;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: 9999;
    animation-direction: alternate;
    grid-area: second;
}


@keyframes coins {
    from {
        top: 0px;
    }

    to {
        top: 20px;
    }
}

.coins {
    position: relative;
    animation-name: coins;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: 9999;
    animation-direction: alternate;
    grid-area: second;
}


@keyframes coins {
    from {
        top: 0px;
    }

    to {
        top: 20px;
    }
}

.para-images {
    margin-top: 0px;
    margin-left: 3px;
    animation-name: coins;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: 9999;
    animation-direction: alternate;
}

.connne {
    margin-top: 40px;
    grid-area: third;
}

.revs {
    margin-bottom: 27px;
    /* border: 2px solid green; */
    flex-direction: row-reverse;
}

.para-imgg {
    text-align: left;
    display: flex;
    align-items: center;
}

.para-iconss {
    /* font: normal normal medium 20px/26px 'Rajdhani'; */
    letter-spacing: 0px;
    color: #212529;
    font-size: 17px;
    /* font-family: 'Rajdhani'; */
    opacity: 100%;
    margin-top: 12px;
}

img {
    max-width: 100%;
    height: auto;
}

/* download now part */

.interested-part {
    margin-top: 3rem;
}

.cities-footer {
    padding: 0px;
    margin: 0px;
}

.input-box {
    background: #032289;
    opacity: 100%;
    border-radius: 5px 0px 0px 5px;
    height: 300px;
    width: 100%;
}

.home-h3 {
    text-align: center;
    color: white;
    opacity: 1;
    position: relative;
    top: 40px;
    font-size: 3.5rem;
}

.home-parass {
    color: white;
    text-align: center;
    opacity: 1;
    margin-top: 15px;
}

.home-loan-button {
    height: 50px;
    width: 210px;
    background: #5CA050;
    color: #FFFFFF;
    font-size: 17px;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    margin: auto !important;
    border: none;
    letter-spacing: 2px;
    font-family: 'Open Sans';
    font-weight: bold;
}

.contact-info {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 23px #00000029;
    border-radius: 0px 1px 10px 0px;
    opacity: 1;
    position: relative;
    height: 100%;
}

.homes-h3 {
    text-align: center;
    color: #032289;
    opacity: 1;
    position: relative;
    top: 42px;
}

.whatsapp-scan {
    text-align: center !important;
    margin-top: 30px;
}

.whatapp-scan {
    height: 150px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.background-images-241 {
    margin-top: 3rem;
}

.background-images-241 img {
    width: 394px;
}

/* document required part */


.document_wrapper {
    display: flex;
    justify-content: center;
    gap: 4.8rem;
    margin-top: 3rem;
}

.document_wrapper h2 {
    color: #1d2a78;
    font-size: 1.4rem;
}

.document_required_hr {
    height: 3px;
    background-color: yellow;
    width: 30%;
}

.document_required_separator {
    border-right: 1px solid #000000;
    height: auto;
    width: 1px;
}

.documents {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 6px;
    /* margin-left: 20px; */
}


.Document_required_heading {
    font-size: 2vw;
    text-align: center;
    margin-bottom: 3rem;
}

.requirement-dv {
    margin-top: 4rem;
    /* font-size: 20px; */
}

.requirement-dv h2 {
    color: #1d2a78;
}

.txt_blue {
    color: #1d2a78;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 25px;
}

.requirement-list,
.requirement-list li ul {
    padding-left: 20px;
}

.requirement-list li {
    color: #1d2a78;
    font-weight: 700;
    line-height: 2rem;
    list-style: disc;
}

#container {
    /* width: 600px; */
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.item {
    z-index: 100;
    padding: 5px;
}

.circle {
    border-radius: 50%;
    /* background-color: #E0DCDC; */
    width: 150px;
    height: 150px;
    position: absolute;
    opacity: 100%;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
    border: 2px solid #E0DCDC;
}

.iso-logo-div {
    display: flex;
}

/* who created loanfront part */

.teamInfo {
    background: linear-gradient(#032289, #1137B2, #1035AF, #032289);
    padding: 30px 30px 86px 30px;
    margin-top: 4rem;
}

.teamLeft {
    color: white;
}

.infoText {
    text-align: left;
    font: normal normal bold 35px/25px 'Rajdhani';
    letter-spacing: 1.57px;
    color: white;
    margin-bottom: 1em;
    line-height: 1em;
}

.infoSubText {
    text-align: justify;
    /* font: normal normal 18px/22px 'Rajdhani'; */
    letter-spacing: 0px;
    color: white;
    line-height: 1.9em;
    margin: auto;
}

.imgVal {
    margin-top: 40px;
    padding-left: 35px;
    display: flex;
}

.bankImg {
    height: 200px;
    width: 200px;
    margin-right: 40px;
}

.bankImgSec {
    height: 200px;
    width: 200px;
}

.infoText-1 {
    text-align: left;
    font: normal normal bold 35px/25px 'Rajdhani';
    letter-spacing: 1.57px;
    color: white;
    margin-bottom: 1em;
    line-height: 1em;
}

.infoSubText-3 {
    text-align: justify;
    font: normal normal 18px/32px 'Rajdhani';
    letter-spacing: 0px;
    color: white;
    line-height: 1.9em;
    margin: auto;
}

.footer-container {
    margin-top: 0px;
}

.aboutusbtb {
    border: 1px solid #FFFFFF;
    color: white;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    width: 170px;
    background-color: transparent;
    padding: 10px 0px;
    cursor: pointer;
    margin-top: 20px;
    transition: all 1s;
}

.aboutusbtb:hover {
    color: #000000;
    background: #FFFFFF;
}

.partners_2 {
    text-align: center;
    background-color: #ecf5ff;
    border-radius: 10px;
    margin-top: 2rem;
    padding-bottom: 20px;
}

/* body{
    overflow: hidden;
} */
@media screen and (min-width:0px) and (max-width: 342px) {

    /* .home-images{
        height: 25vh !important;
    } */
    /* .banner-h2 {
        font-size: 12px !important;
        line-height: 16px !important;
    } */

    .spn {
        font-size: 19px !important;
    }

    .banner-para {
        font-size: 8px !important;
        line-height: 14px !important;
    }

    .container-para {
        font-size: 12px !important;
        padding-left: 104px !important;
    }

    .video-div {
        height: 125px !important;
        width: 256px !important;
    }

    .textfront {
        font-size: 20px;
    }

    /* .home-part {
        margin-left: 41px !important;
    } */

    .home-part-img {
        height: 90px !important;
    }

    .home-paras {
        font-size: 15px !important;
        font-weight: 600 !important;
    }

    .bankImg {
        width: 100px !important;
        height: 100px !important;
    }

    /* our perfomance part */
    .ourpara {
        font-size: 24px;
        line-height: 54px;
        margin-top: 0px;
    }

    .para {
        font-size: 81px;
    }

    .para2 {
        font-size: 25px;
    }

    .bankImgSec {
        width: 100px !important;
        height: 100px !important;
    }

    .download-app {

        font-size: 16px;
    }

    .mx {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .rev {
        margin-left: 0px !important;
        margin-right: 0px !important
    }

    .revs {
        margin-left: 0px !important;
        margin-right: 0px !important
    }
}

@media screen and (min-width:0px) and (max-width: 567px) {
    .home-images {
        margin-top: 5rem;
        /* height: 71vh; */
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;


    }

    .banner_sub_image {
        padding-top: 0rem;
        text-align: center;
        padding-left: 0px;
        margin: 0;
    }

    .right-decission-row {
        top: 40%;
    }

    .home_sub_banner {
        height: 320px;
        width: 270px;
    }

    .banner-contets {
        padding: 19px;
        text-align: center;
        width: 100%;
        margin-top: 1rem;
    }

    .dark_shadow {
        display: none;
    }

    .banner-h2 {
        font-size: 23px !important;
        /* line-height: 22px; */
    }

    .banner-para {
        font-size: 13px;
        line-height: 20px;
    }

    .li-11 {
        height: 30px;
        width: 90px !important;
        margin-top: 0px;
    }

    .li-11::after {
        left: 12px;
    }

    .btn-12 {
        font-size: 8px;
        top: 10px;
    }

    .vaibhav-log {
        width: 80%;
        margin: auto;
        position: static;
        margin-top: 2rem;
        padding: 0 1rem;
    }

    /* about money part */
    /* .about-money-div{
        margin-top: -8rem;
    } */

    .card-container {
        flex-direction: column;
    }

    .card-div {
        margin-bottom: 30px;
    }

    .contactus-subdiv-paragrph {
        margin-left: 41px !important;
        text-align: left;
    }

    .background-images-14 {
        margin-top: 0rem;
        text-align: right;
        display: block;
        z-index: -1;
    }

    .background-images-14 img {
        width: 107px;
        height: auto;
        z-index: -1;
    }

    .background-images-38 {
        display: block;
        margin-top: -168px;
        z-index: -1;
    }

    .background-images-38 img {
        width: 107px;
        height: auto;
    }

    /* performance-part  */
    .performance-part {
        height: auto;
        background: transparent;
    }

    .perfomance-left {
        background-color: #F5BE11;
        text-align: center;
    }

    .ourpara {
        width: 100%;
        text-align: center;
    }

    .para {
        width: 100%;
    }

    .perfomance-right {
        background-color: #1137B2;

    }

    .days-market1 {
        margin-top: 3rem;
    }

    /* profile part */

    .contains {
        top: 40px;
    }

    .containnss {
        top: 50px;
    }

    .containn {
        top: 60px;
    }

    .contain {
        top: 70px;
    }

    .background-images-333 {
        width: 107px;
        height: auto;
        margin-top: -30rem;
        position: absolute;
        right: 0px;
        display: block;
    }

    /* download mobile part */
    /* .download-app-mobile{
        margin-top: 8rem;
    } */
    .revers {
        flex-direction: column-reverse;
    }

    .slider {
        margin: auto;
        text-align: center;
    }

    .abc {
        margin-top: 3rem;
    }

    /* video part */

    .loanfront-video {
        height: 324px;
        margin-top: 3rem;
    }

    .youtube-video {
        height: 324px;
    }

    .video-div {
        width: 300px;
        height: 148px;
        background-size: contain;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .iframe-video {
        position: static;
        height: 90%;
        width: 95%;
        border-radius: 19px !important;
    }

    /* why loanfront part */
    .loanfront {
        width: 75vw;
    }

    .home-part {
        /* width: 75vw;   
        margin-left: 50px; */
        position: relative;
        /* margin-top:19rem; */
    }

    .homees {
        margin-top: 0px;
        border-bottom: none !important;
        border-right: none !important;
    }

    .home-part-img {
        /* height: 130px; */
        padding-left: 0px;
        padding-right: 0px;
        /* margin-bottom: 10px; */
        object-fit: contain;
    }

    .home-paras {
        font-size: 13px;
        margin-left: -2px;
        /* text-align:center; */
    }

    /* .home-paras2 {

        text-align:center;
    } */


    .background-images-78 {
        display: block;
        width: 107px;
        height: auto !important;
        margin-top: -70px;
        z-index: -1;
    }

    /* how fast get the loan */
    .how-fast-loan {
        margin-top: -2rem;
    }

    .how-fast-loanfront {
        font-size: 28px;
    }

    .home1-loanfront-paragrph {
        text-align: justify;
    }

    #requireddocs {
        margin: 4rem 0rem;
    }

    .background-images-1 {
        text-align: right;
        margin-top: -67px;
    }

    .background-images-1 img {
        width: 107px;
        height: auto;
    }

    /* flag part */
    /* .topviews {
        margin-top: -2rem;
    } */
    .gridd {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: 1fr;
        grid-template-areas: 'second' 'first' 'third';
    }

    .coin {
        text-align: center;
    }

    .homeapply-h3 {
        font-size: 24px;
    }

    .para-img-2 {
        height: 100px;
        width: 100px;
        margin-bottom: 16px;
        margin-top: 15px;
    }

    .home-applys {
        font-size: 13px;
    }

    .para-icons {
        text-align: center;
        margin-top: 0px;
    }

    .para-img {
        text-align: center;
        justify-content: center;
    }

    .plus-img {
        height: 100px;
        width: 100px;
    }

    .years-age {
        height: 70px;
        width: 67px;
        padding-left: 0px !important;
    }

    .para-iconsss {
        text-align: center;
    }

    .para-iconss {
        text-align: center;
    }

    .rev {
        margin-bottom: 0px !important;
    }

    .para-img-2 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .revs {
        margin-bottom: 0px !important;
    }

    .para-imgg {
        top: 0px;
        justify-content: center;
    }

    .connne {
        margin-top: 0px;
    }

    .p-valid {
        margin-bottom: 1rem;
    }

    /* download now part */
    .home-h3 {
        font-size: 25px;
    }

    .home-parass {
        font-size: 11px;
        width: 170px;
        margin: 20px auto;
    }

    .db {
        margin-top: 2rem;
    }

    .contact-info {
        margin: auto;
        margin-top: 2rem !important;
        width: 80vw;
        height: 100%;
        border-radius: 0px 10px 10px 0px;
    }

    .background-images-241 {
        display: none;
    }

    /* document require part */


    .requirement-dv {
        margin-top: 3rem;
    }

    #outerContainer {
        margin-top: 3rem;
    }

    /* who created loanfront part */
    .iso-logo-div {
        margin: auto;
    }

    .imgVal {
        padding-left: 0px;
        padding-right: 0px;
        justify-content: space-between;
    }

    .bankImg {
        width: 140px;
        height: 140px;
        margin-right: 10px;
    }

    .bankImgSec {
        width: 140px;
        height: 140px;
    }

    .infoText {
        font-size: 24px;
    }

    .infoText-1 {
        font-size: 24px;
    }

    .footer-container {
        margin-top: 0px;
    }

    #footer .footer-top {
        margin-top: 0px;
    }

    .home-fooetr {
        margin-top: 4rem !important;
    }
}


@media screen and (min-width:568px) and (max-width: 700px) {

    /* .home-images{
        height: 90vh !important;
    } */
    /* .home_sub_banner{
        height: 232px !important;
        width: 214px !important;
    } */
    /* .banner-contets{
        margin-top: 3rem;
    } */
    .dark_shadow {
        display: none;
    }

    .banner-h2 {
        font-size: 17px;
        line-height: 22px;
    }

    .banner-para {
        font-size: 10px;
        line-height: 20px;
    }

    .li-11::after {
        left: 17px;
    }

    /* .vaibhav-log{
        display: none;
    } */
    .about-money-div {
        margin-top: 4rem;
    }

    .background-images-14 {
        margin-top: -10.5rem !important;
    }

    .your-profile {
        width: 80% !important;
    }

    .background-images-241 {
        display: none;
    }

    /* footer part */

    .footerimg-icons {
        text-align: center !important;
    }

    .home-h3 {
        font-size: 1.8rem;
    }

    .home-parass {
        font-size: 12px;
    }

}

@media screen and (max-width: 768px) {
    .home-lending-partners {
        gap: 2rem;
    }
}

@media screen and (max-width: 992px) {
    .right-decission-row {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 576px) {
    .banner-contets {
        text-align: center;
    }

    .banner-contets ul {
        list-style: none;
        padding: 0;
    }

    .right-decision {
        margin: 0px;
    }
}

@media screen and (min-width:568px) and (max-width: 992px) {
    .home-images {
        background-size: cover;
        /* margin-top: 3rem;
        height: 26rem; */
    }

    .li-11 {
        margin-top: 0px;
        width: 130px;
        height: 34px;
    }

    .li-11::after {
        left: 16px;
    }

    .btn-12 {
        font-size: 12px;
        top: 6px;
    }

    /* .banner-contets{
        margin-top: 4rem;
    } */
    .dark_shadow {
        top: 54%;
    }

    .home_sub_banner {
        height: 300px;
        width: 270px;
    }

    .banner-h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .banner-para {
        font-size: 18px;
    }

    .background-images-14 {
        margin-top: -0.5rem;
        text-align: right;
        display: block;
        z-index: -1;
    }

    .background-images-14 img {
        width: 150px;
        height: auto;
        z-index: -1;
    }

    /* about-money-div part */

    .about-money-div {
        margin-top: 4rem;
    }

    .card-container {
        flex-direction: column;
        width: 60%;
    }

    .card-div {
        margin-bottom: 30px;
    }

    .background-images-38 {
        display: block;
        margin-top: -168px;
    }

    .background-images-38 img {
        width: 150px;
        height: auto;
    }

    /* perfomance part */

    .performance-part {
        height: auto;
        background: transparent;
    }

    .perfomance-left {
        background-color: #F5BE11;
        text-align: center;
    }

    .ourpara {
        width: 100%;
        text-align: center;
    }

    .para {
        width: 100%;
    }

    .perfomance-right {
        background-color: #1137B2;

    }

    .days-market1 {
        margin-top: 3rem;
    }

    /* your profile part */

    .your-profile {
        width: 60%;
        margin: auto;
    }

    .contains {
        top: 86px;
    }

    .containnss {
        top: 86px;
    }

    .containn {
        top: 86px;
    }

    .contain {
        top: 86px;
    }

    /* download-app part */

    /* .download-app-mobile{
        margin-top: 8rem;
    } */
    .revers {
        flex-direction: column-reverse;
    }

    .slider {
        margin: auto;
    }

    .abc {
        margin-top: 3rem;
    }

    .loanfront-dl {
        width: 500px;
        margin: auto;
    }

    /* video part */
    .loanfront-video {
        margin-top: 5rem;
    }

    /* why-loan-front part start */

    .loanfront {
        width: 50vw;
    }

    .home-part {
        width: 80vw;
        /* margin-top: 20rem;
        margin-left: 3rem; */
    }

    .background-images-78 {
        display: block;
        width: 150px;
        height: auto !important;
        margin-top: -70px;
        z-index: -1;
    }

    /* how fast get loan part */

    .how-fast-loan {
        margin-top: -5rem;
    }

    #requireddocs {
        margin-top: 5rem;
    }

    .background-images-1 {
        text-align: right;
    }

    .background-images-1 img {
        width: 150px;
        height: auto;
    }

    /* who can apply for loan part */

    /* .topviews{
        margin-top: -8rem;
    } */
    .gridd {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: 1fr;
        grid-template-areas: 'second' 'first' 'third';
    }

    .rev {
        margin-bottom: 0px !important;
        text-align: center;
    }

    .connne {
        margin-top: 0px;
    }

    .para-icons {
        text-align: center;
        margin-top: 0px;
        width: 100%;
    }

    .para-img {
        justify-content: center;
    }

    .para-img-2 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .revs {
        margin-bottom: 0px !important;
    }

    .para-imgg {
        top: 0px;
        justify-content: center;
    }

    .para-iconss {
        text-align: center;
    }

    .coin {
        text-align: center;
    }

    .para-iconsss {
        text-align: center;
    }

    /* download now part */

    .contact-info {
        /* width: 75vw; */
        margin: auto;
        margin-top: 2rem !important;
    }

    /* requirement div part */

    .requirement-dv {
        margin-top: 5rem;
    }

    #outerContainer {
        margin-top: 0rem;
    }

    .background-images-241 {
        display: none;
    }

    /* who created loanfront part */

    .iso-logo-div {
        margin: auto;
    }

    .vaibhav-log {
        bottom: -55px;
    }
}

@media screen and (min-width:900px) and (max-width: 992px) {
    .home-part {
        width: 100% !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1270px) {
    .home-h3 {
        font-size: 2rem;
    }
}

@media screen and (min-width:992px) and (max-width: 1100px) {

    .bankImg {
        height: 160px;
        width: 160px;

    }

    .bankImgSec {
        height: 160px;
        width: 160px;
    }
}



/* Awards Parts */
/* 
.award-part
{
   background-color: white;
}
.awards-1
{
    text-align: center;
    padding-top: 50px;
}
.awards-2
{
    text-align: center;
    padding-top: 50px;
}
.awards
{
    text-align: center;
    color: #001a70;
}
.awards-part
{
    padding: 15px 15px 15px 15px;
}
.accreditation-1
{
    text-align: center;
    margin-top: 60px;
}
.accreditation-2
{
    text-align: center;
    margin-top: 50px;
}
.accreditation-image-1
{
    width: 140px;
}
.accreditation-image-2
{
    width: 140px;
}
/* @media screen and (min-width:967px) and (max-width: 992px) {
    .home-images {
        margin-top: 3.5rem;
    }
    .banner-contets {
        top: 25%;
    }
    .banner-h2 {
        font-size: 30px;
        line-height: 41px;
    }
    .banner-para {
        font-size: 18px;
    }
    .card-container {
        flex-direction: column;
        width: 60%;
    }
    .card-div {
        margin-bottom: 30px;
    }
    .performance-part {
        height: auto;
        background: transparent;
    }
    .perfomance-left {
        background-color: #F5BE11;
        text-align: center;
    }
    .ourpara {
        width: 100%;
        text-align: center;
    }
    .para {
        width: 100%;
    }
    .perfomance-right {
        background-color: #1137B2;
    }
    .days-market1 {
        margin-top: 3rem;
    }
} */

@media screen and (min-width:0px) and (max-width:760px) {

    .accreditation-image-1 {
        margin-top: -20px;
    }

    .accreditation-image-2 {
        margin-top: -10px;
    }

    .awards {
        font-size: 28px;
    }
}

.vvpl_image {
    padding-bottom: 25px;
}

/* Apply to all devices */
.digital-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.homees {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    text-align: left;
    padding-left: 10px;
}

.homees img {
    max-width: 80px; 
    height: auto;
    margin-bottom: -3px; 
}

.home-paras {
    /* font-weight: bold; */
    min-height: 35px; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: -2px; 
    margin-bottom: 3px; 
}

.home-paras2 {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0px; 
}
.document_required{
    margin-left: 40px;
}

/* Responsive for Mobile View */
@media (max-width: 768px) {
    .digital-mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .homees {
        width: 100%;
        padding-left: 15px;
    }
}
@media (max-width: 768px) {
    .document_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 8px; 
    }
    .document_wrapper > div {
        width: 100%;
    }
    .documents {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        gap: 8px; 
        align-items: center;
    }
    .documents span {
        flex: 1;
        text-align: left;
        margin: 0;
    }
    .documents img {
        margin-right: 6px; 
    }
}

    


