body
{
    font-family: "Arial";
    background-color: #023CA7;
    padding: 0px;
    margin: 0px;
}

.main-container {
    padding-top:35px;
}

a.back-btn {
    border: 2px solid white;
    color: white !important;
    border-radius: 15px;
    display: block;
    padding: 15px 20px;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 1rem;
    cursor: pointer;
    text-decoration: none !important;
}

.heading-text-box {
    text-align: center;
    color: #fff;
    width: 60%;
    max-width: 700px;
    min-width: 350px;
    margin: 0 auto 20px;
    font-size: 1.75rem;
}

.step-num-text {
    display: block;
    color: #fff;
    font-size: 1.0rem;
    text-align: right;
    width: 60%;
    height: 20px;
    max-width: 700px;
    min-width: 320px;
    margin: 10px auto 6px;
    padding-right: 30px;
}

.content-text {
    color: #023CA7;
    font-size: 1.25rem;
}

.content-text2 {
    color: #F5012F;
    font-weight: bold;
    font-size: 1.25rem;
}

.content-container {
    display: none;
    margin-bottom: 12px;
}

.content-window {
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    width: 90%;
    max-width:90% ;
    margin: 0 auto;
    border-radius: 32px;
}

.content-box {
    position: relative;
    width: 350px;
    padding-bottom: 70px;
    /* padding-inline: 50px; */
}

.footer-text-box {
    color: #fff;
    text-align: left;
    width: 90%;
    max-width: 90%;
    min-width: 350px;
    margin: 0 auto 24px;
    font-size: 20px;
}

.button-white {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.7em;
    background-color: #fff;
    border: 2px solid #000;
    width: 56px;
    height: 56px;
    border-radius: 30px;
}

.button-white-sub {
    text-align: center;
}

.button-green {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5012F;
    border: 1px solid #707070;
    width: 118px;
    height: 40px;
    color: #fff;
    font-size: 1.0rem;
    border-radius: 20px;
    opacity: 0.5;
    padding: 0 10px;
}

.button-green2 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #F5012F;
    width: 116px;
    height: 40px;
    color: #F5012F;
    font-size: 1.0rem;
    border-radius: 32px;
    padding: 0 10px;
}

.button-text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 198px;
    height: 48px;
    color: #F5012F;
    font-size: 1.0rem;
    border-radius: 32px;
}

.button-center-center {
    left: 0;
    right: 0;
    margin: auto;
}

.button-bottom-left {
    bottom: 24px;
    left: 15px;
}

.button-bottom-center {
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
}

.button-bottom-right {
    bottom: 24px;
    right: 15px;
}

.active {
    opacity: 1.0;
}

.image-dryeye-box {
    display: none;
}

.image-dryeye {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}
.content-text-box2{
           color: #fff;
        text-align: center;
        width: 60%;
        max-width: 700px;
        min-width: 350px;
        margin: 15px auto ;
        font-size: 20px;
    }

    
