html body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.main{
    width: 100vw;
    height: 100%;
    position: relative;
   
}
.bannerFintech{
    position: relative;
    padding-top: 50px;
}
.bannerFintech img{
    width: 100%;height: 70vh;
}
/* <!-- //successful --> */
.successfulMainFin{
    height: 90vh;background: url(./Image/home/bgForNew.png);
}
.successfulMainbgFin{
    background: #2c21729c;height: 90vh;width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.successfulCotentFin {
    width: 50%;
}
.successfulCotentHeadFin{
    width: 100%;height: 10vh;background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);display: flex;justify-content: center;align-items: center;
}
.successfulCotentHeadFin h4{
    letter-spacing: 0px;color: #2c2172
}
.successfulCotentTextFin{
    width: 100%;height: 70vh;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 15px;
}
.successfulCotent2Fin{
    display: flex;flex-direction: column;justify-content: space-around;align-items: center;height: 90vh;width: 50%;
}
.successfulCotent2ImgFin{
    height: 70vh;width: 75%;background: #2c2172;display: flex;flex-direction: column;justify-content: center;align-items: center;
}
.successfulCotent2ImgFin img{
    width: 80%;height: 50vh
}
/* <!-- //successful --> */
.successfulMainFin2{
    height: 90vh;background: url(./Image/home/bgForNew.png);
}
.successfulMainbgFin2{
    background: #2c21729c;height: 90vh;width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.successfulCotentFin2 {
    width: 50%;
}
.successfulCotentHeadFin2{
    width: 100%;height: 10vh;background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);display: flex;justify-content: center;align-items: center;
}
.successfulCotentHeadFin2 h4{
    letter-spacing: 0px;color: #2c2172
}
.successfulCotentTextFin2{
    width: 100%;height: 70vh;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 15px;
}
.successfulCotent2Fin2{
    display: flex;flex-direction: column;justify-content: space-around;align-items: center;height: 90vh;width: 50%;
}
.successfulCotent2ImgFin2{
    height: 70vh;width: 75%;background: #2c2172;display: flex;flex-direction: column;justify-content: center;align-items: center;
}
.successfulCotent2ImgFin2 img{
    width: 80%;height: 50vh
}
.findingMain{
    display: block;
}
.findingMain1{
    display: none;
}



@media (max-width : 650px) {
    .bannerFintech{
       padding-top: 50px;
    }
    .bannerFintech img{
       height: 25vh;
    }   
     /* <!-- //successful --> */
     .successfulMainFin{
        height: auto;background: url(./Image/home/bgForNew.png);
    }
    .successfulMainbgFin{
        background: #2c21729c;height: auto;width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

    }
    .successfulCotentFin {
        width: 100%;
        height: auto;
      
    }
    .successfulCotentHeadFin{
        width: 100%;height: auto;background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);display: flex;justify-content: center;align-items: center;
    }
    .successfulCotentHeadFin h4{
        font-size: 18px;
        margin-bottom: 0px;
        padding: 10px 8px;
    }
    .successfulCotentTextFin{
        width: 100%;height:auto;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 14px;
    }
    .successfulCotent2Fin{
        display: flex;flex-direction: column;justify-content: space-around;align-items: center;height: auto;width: 100%;margin-bottom: 5px;
    }
    .successfulCotent2ImgFin{
        height: 40vh;width: 80%;background: #2c2172;display: flex;flex-direction: column;justify-content: center;align-items: center;
    }
    .successfulCotent2ImgFin img{
        width: 80%;height: 30vh
    }
     
     /* <!-- //successful --> */
     .successfulMainFin2{
        height: auto;background: url(./Image/home/bgForNew.png);
    }
    .successfulMainbgFin2{
        background: #2c21729c;height: auto;width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

    }
    .successfulCotentFin2 {
        width: 100%;
        height: auto;
      
    }
    .successfulCotentHeadFin2{
        width: 100%;height: auto;background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);display: flex;justify-content: center;align-items: center;padding:10px 0px
    }
    .successfulCotentHeadFin2 h4{
        font-size: 18px;
        margin-bottom: 0%;
    }
    .successfulCotentTextFin2{
        width: 100%;height: auto;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 14px;
    }
    .successfulCotent2Fin2{
        display: flex;flex-direction: column;justify-content: space-around;align-items: center;height: auto;width: 100%;
    }
    .successfulCotent2ImgFin2{
        height: 40vh;width: 80%;background: #2c2172;display: flex;flex-direction: column;justify-content: center;align-items: center;
    }
    .successfulCotent2ImgFin2 img{
        width: 80%;height: 30vh
    }
    .successfulCotentTextFin3{
        width: 100%;height: 83vh;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 15px;
    }

    .findingMain{
        display: none;
    }
    .findingMain1{
        display: block;
    }
}