.main .success_div {
    display: flex;
    align-items: center;
}

.main .success_div .success_text {
    color: #202020;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

.main .Successfull_Lottie_icon {
    width: 45px;
    height: 45px;
    cursor: pointer;
    margin: 0px 10px;
}

@media (min-width: 0px) and (max-width: 575px) {
    .main .success_div .success_text {
        font-size: 15px;
    }

    .main .Successfull_Lottie_icon {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .main .Successfull_Lottie_icon {
        width: 30px;
        height: 30px;
    }

}

@media (min-width: 992px) and (max-width: 1399px) {
    .main .Successfull_Lottie_icon {
        width: 40px;
        height: 40px;
    }
}

