/* **************** font faces start************************ */

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Regular.otf');
    font-weight: normal;
}

@font-face {
    font-family: Montserratl;
    src: url('../fonts/Montserrat-Light.otf');
    font-weight: normal;
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: GE-SS-Two-Medium;
    src: url('../fonts/GE-SS-Two-Medium.otf');
    font-weight: normal;
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Helvetica-Rounded;
    src: url('../fonts/Helvetica-Rounded.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: normal;
}
/* **************** font faces end************************ */
/* **************Welcome Aboard First Page Start***************** */
p {
    font-family: Poppins-Regular;
}
h1, h2, h3 {
    font-family: Helvetica-Rounded;
}
body {
    background: #EEF6FB !important;
}
.welcome-main-section {
    background: #EEF6FB;
}
.w-flashlead-logo {
    padding: 20px;
    width: 210px;
}

.welcome-progress-container {
    width: 55%;
    margin: auto;
}
p.welcome-aboard-txt {
    color: #4084F4;
    font-size: 35px;
}
p.w-flashlead-head-txt {
    font-size: 40px;
    font-weight: 500;
    color: #000000;
}
p.w-flashlead-txt {
    font-size: 19px;
    color: #000000;
}
.w-btn-sub-wrapper {
    font-size: 20px;
}
.w-skip-btn {
    color: #979797;
    margin-right: 10px;
}
.w-next-btn {
    font-weight: 500;
    margin-right: 10px;
}
/* **************Welcome Aboard First Page End***************** */

/* **************Welcome Aboard Second Page Start***************** */
.w-create-team-wrapper {
    text-align: center;
}

/* **************Welcome Aboard Second Page End***************** */

/* **************Welcome Aboard Third Page Start***************** */
.w-create-wrapper {
    text-align: right;
}
img.welcome-create-list {
    width: 90%;
}
.btn.btn-outline-primary.w-addlist-btn {
    width: 15%;
    border-radius: 1px;
    font-size: 20px;
    font-weight: 500;
}
/* **************Welcome Aboard Third Page End***************** */

/* **************Welcome Aboard Fourth Page Start***************** */
/* **************Welcome Aboard Fourth Page End***************** */

/* **************Welcome Aboard Fifth Page Start***************** */
/* **************Welcome Aboard Fifth Page End***************** */

/* **************Welcome Aboard Sixth Page Start***************** */
/* **************Welcome Aboard Sixth Page End***************** */

/* **************Welcome Aboard Seventh Page Start***************** */
.download-app-img-wrapper {
    display: flex;
    align-items: center;
}
.apple-store, .play-store {
    margin: 5px;
}
/* **************Welcome Aboard Seventh Page End***************** */

/* **************Welcome Aboard Eightth Page Start***************** */
.welcome-success-txt {
    font-size: 28px;
    font-weight: 500;
    color: #000000;
}
/* **************Welcome Aboard Eightth Page End***************** */
