.fulldo_logo {
    position: fixed;
    width: 173px;
    height: 31.04px;
    margin-left: 64px;
    margin-top: 52px;
}

.fulldoBackground {
    background-color: white;
    height: 100vh;
}

.fulldoWelcome_img {
    position: relative;
    width: 1000px;
    position: relative;

    @media (max-width: 991.98px) {
        width: 820px !important;
    }

    @media (max-width: 767.98px) {
        width: 590px !important;
    }

    @media (max-width: 575.98px) {
        width: 480px !important;
    }
}

.fulldoTitle {
    position: relative;
    width: 196px;
    margin-left: 180px;
    margin-top: -480px !important;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    color: #33354E;

    @media (max-width: 991.98px) {
        margin-top: -380px !important;
        font-size: 32px;
        line-height: 40px;
    }

    @media (max-width: 767.98px) {
        margin-top: -270px !important;
        font-size: 24px;
        line-height: 40px;
    }

    @media (max-width: 575.98px) {
        margin-top: -220px !important;
        font-size: 18px;
        line-height: 10px;
    }
}

.fulldoTitle_happy {
    color: #33354E;
    margin-top: 20px !important;

}

.fulldoTitle_to_active {
    color: rgba(153, 153, 153, 1) !important;
    margin-top: 10px !important;

    @media (max-width: 991.98px) {
        margin-top: 10px !important;
    }

    @media (max-width: 767.98px) {
        margin-top: 5px !important;
    }

    @media (max-width: 575.98px) {
        margin-top: 2px !important;

    }
}

.fulldoSub_title {
    position: relative;
    width: 414px;
    margin-left: 400px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;

    @media (max-width: 991.98px) {
        font-size: 18px;
        line-height: 30px;
    }

    @media (max-width: 767.98px) {
        font-size: 14px;
        line-height: 22px;
        width: 270px !important;
        margin-left: 260px;
    }

    @media (max-width: 575.98px) {
        font-size: 12px;
        line-height: 20px;
        width: 200px !important;
        margin-left: 185px;

    }
}

.fulldoButton {
    position: relative !important;
    width: 335px !important;
    height: 65px !important;
    margin-left: 330px !important;
    margin-top: 35px !important;
    background: #42C6A5 !important;
    border-radius: 8px !important;
    border-color: #42C6A5 !important;
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 32px !important;
    align-items: center !important;
    text-align: center !important;
    color: #FFFFFF !important;

    @media (max-width: 991.98px) {
        font-size: 18px !important;
        line-height: 30px !important;
        width: 335px !important;
        height: 65px !important;
    }

    @media (max-width: 767.98px) {
        font-size: 14px !important;
        line-height: 15px !important;
        width: 235px !important;
        height: 35px !important;
        margin-left: 230px !important;
        margin-top: 17px !important;
    }

    @media (max-width: 575.98px) {
        font-size: 13px !important;
        line-height: 10px !important;
        width: 185px !important;
        height: 35px !important;
        margin-left: 170px !important;
        border-radius: 6px !important;
        margin-top: 15px !important;

    }
}

.fulldoImgDiv {
    display: contents;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 0;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.fulldoInnerDiv {
    border: 0;
    flex-direction: column;
    padding: 0;
    align-items: center;
    align-self: center;
    display: flex;
    width: 376px;
}


/* CODE FOR MAX WIDTH 575PX */
@media (min-width: 320px) and (max-width: 575px){
        
    .fulldoWelcome_img {

        width: 480px !important;
    }
    .fulldoTitle {
        margin-top: -220px !important;
        font-size: 18px;
        line-height: 10px;
    }
    .fulldoTitle_to_active {
        margin-top: 2px !important;
    }
    .fulldoSub_title {
        font-size: 12px;
        line-height: 20px;
        width: 200px !important;
        margin-left: 185px;
    }
    .fulldoButton {
        font-size: 13px !important;
        line-height: 10px !important;
        width: 185px !important;
        height: 35px !important;
        margin-left: 170px !important;
        border-radius: 6px !important;
        margin-top: 15px !important;
    }
}
/* CODE FOR MAX WIDTH 767PX */
@media (min-width: 576px) and (max-width: 767px){
    .fulldoWelcome_img {

        width: 590px !important;
    }

    .fulldoTitle {
        margin-top: -270px !important;
        font-size: 24px;
        line-height: 40px;
    }
    .fulldoTitle_to_active {
        margin-top: 5px !important;
    }
    .fulldoSub_title {
        font-size: 14px;
        line-height: 22px;
        width: 270px !important;
        margin-left: 260px;
    }
    .fulldoButton {
        font-size: 14px !important;
        line-height: 15px !important;
        width: 235px !important;
        height: 35px !important;
        margin-left: 230px !important;
        margin-top: 17px !important;
    }
}
/* CODE FOR MAX WIDTH 991PX */
@media (min-width: 768px) and (max-width: 991px){
    .fulldoWelcome_img {
            width: 740px !important;
    }
    .fulldoTitle {
            margin-top: -380px !important;
            font-size: 32px !important;
            line-height: 40px !important;
    }
    .fulldoTitle_to_active {
            margin-top: 10px !important;
    }
    .fulldoSub_title {
    font-size: 18px !important;
            line-height: 30px !important;
    }
    .fulldoButton {
            font-size: 18px !important;
            line-height: 30px !important;
            width: 335px !important;
            height: 65px !important;
    }
}

