#order_review_heading {
    display: none;
}

.woocommerce-checkout-main .inner-box {
    width: 100%;
}

.hexo-simple-checkout .hexo-woocommerce-birthdate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.otp-correct {
    color: green;
    font-weight: 700;
    line-height: 1.6;
    font-size: 20px;
    text-align: center;
    background-color: #0080003d;
    border-radius: 10px;
    padding: 20px 0px;
}
