.header {
    text-align: center;
    margin-top: 100px;
}

.header br {
    display: none;
}

.step {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.step img {
    margin: 5px;
}

.small {
    display: none;
}

.telemedicine-company-code {
    position: absolute;
    left: 185px;
    top: 90px;
    width: 191px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d0102c;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border-radius: 60px;
    border: 1px solid #d0102c;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.action a,
.item a {
    width: 338px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#info {
    display: flex;
    justify-content: center;
    text-align: center;
}

.info {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
}

.link-small {
    color: #000;
    height: 18px !important;
    font-size: 12px;
    font-weight: 400;
}

.code-box {
    border-radius: 20px;
    background: #D9D9D9;
    font-weight: 700;
    padding: 2px 10px 2px 10px;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    z-index: 9999;
}

.flex-center {
    display: flex;
    justify-content: center;
    text-align: center;
}

.grid {
    display: grid;
    width: 720px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.item {
    text-align: left;
    padding: 15px;
}

.item-disabled .info {
    color: #747474;
}

hr {
    display: none;
    width: 337px;
    margin-top: 20px;
    background: #C9C9C9;
    height: 1px;
    border: none;
}

.fixed-buttom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 204px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
}

.primary {
    background-color: #fff;
}

.fixed-buttom .link-small {
    color: #fff;
}

.img-how-to-register-pc {
    display: block;
}

.img-how-to-register {
    display: none;
}

a.disabled {
    background-color: #C9C9C9;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.big-tutorial-step4, .small-tutorial-step4 {
    position: relative;
}

.big-company-code {
    position: absolute;
    width: 180px;
    right: 50px;
    top: 115px;
    color: #FFF;
    text-align: center;
    font-family: Kanit;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.small-company-code {
    position: absolute;
    width: 180px;
    right: 50px;
    top: 84px;
    color: #FFF;
    text-align: center;
    font-family: Kanit;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

@media only screen and (max-width: 820px) {
    .header {
        margin-top: 40px;
        padding: 20px 20px 0px 20px;
    }

    .header br {
        display: block;
    }

    .step {
        flex-direction: column;
    }

    .flex-center:nth-child(1) {
        height: 668px;
    }

    .small {
        display: block;
    }

    .big {
        display: none;
    }

    .grid {
        width: 100%;
        justify-items: center;
        align-items: center;
        grid-template-columns: 1fr;
    }

    .item {
        padding: 0px;
    }

    hr {
        display: block;
    }

    .img-how-to-register-pc {
        display: none;
    }

    .img-how-to-register {
        display: block;
        width: 100%;
    }
}