/* .success{
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */

.success .check svg{
    width: 100px;
    height: 100px;
}

.success .check {
    text-align: center;
}

.success .return-btn {
    border: none;
    background-color: #f56630;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
}

.success .check .head {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.success .check .sub {
    margin-bottom: 30px;
}