.bg-ellipse{
    background-image: url('/sp/v1/merchant/assets/Ellipse.png');
    background-repeat: no-repeat;
    background-size: 37% auto;
    background-position: -2% 4%;
}
.bg-rwee{
    background-image: url('/sp/v1/merchant/assets/Ellipse2.png');
    background-repeat: no-repeat;
    background-size: 27% auto;
    background-position: 100% bottom;
}

/* .bgf-v{
    background: linear-gradient(180deg, #FFFFFF 52.6%, rgba(255, 255, 255, 0) 100%);;
} */

/* .bg-flu-white{
    background: #FFFFFF;
    filter: blur(40px);
    border-radius: 161px;
} */

.postions-abs{
    top: 40%;
    left: 60%;
    right: 10%;
    bottom: 0%;
    z-index: 3;
}


@media screen and (max-width: 768px) {
    .bg-rwee{
        background-size: 43% auto;
        background-position: 100% bottom;
    }
}

@media screen and (max-width: 668px) {
    .img-h-min-m{
        width: auto !important;
        height: 200px !important;
        object-fit: cover;
    }
}

.gradient-bg{
    background: linear-gradient(269.28deg, rgba(52, 163, 241, 0.13) 8.26%, rgba(52, 163, 241, 0) 95.79%);
}