/* Section-1 START */
#root .mobile .landingPage-downloadapp {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

#root .mobile .landingPage-downloadapp .section-1 {
    background-image: url("/v1.01/r/images/site/banners/section1_bgSmall.png");
    /* height: 482px; */
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

#root .mobile .landingPage-downloadapp .mobileBalls {
    /* content: url("/v1.01/r/images/site/banners/mobileBallsSmall.png"); */
    content: url("/v1.01/r/images/site/banners/mobileBalls.png");
    width: 100%;
    height: auto;
}

#root .mobile .landingPage-downloadapp .section-1 .slogan {
    color: white;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: -20px;
}

#root .mobile .landingPage-downloadapp .section-1 .slogan .slogan-line1 {
    margin-left: 60px;
}

#root .mobile .landingPage-downloadapp .section-1 .slogan .slogan-line2 {
    margin-left: 100px;
}

#root .mobile .landingPage-downloadapp .section-1 .subtitle {
    color: white;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1;
    width: 75%;
    margin-left: 60px;
}
/* Section-1 END */

/* Section-2 START */
#root .mobile .landingPage-downloadapp .section-2 {
    position: relative;
    background-color: white;
    color: #194572;
    width: 100%;
    height: 520px;
    line-height: 1.2;
    font-weight: bold;
    font-size: 14px;
}

#root .mobile .landingPage-downloadapp .section-2 .section-image {
    position: absolute;
    right: 0;
    top: 160px;
}

#root .mobile .landingPage-downloadapp .section-2 .section-ribbon {
    position: absolute;
    width: 100%;
    height: 47px;
    top: 185px;
    background-image: url("/v1.01/r/images/site/banners/ribbon_green.png");
}

#root .mobile .landingPage-downloadapp .section-2 .android-btn {
    position: absolute;
    width: 100%;
    top: 270px;
    /* left: 50px; */
}

#root .mobile .landingPage-downloadapp .section-2 .ios-btn {
    position: absolute;
    width: 100%;
    top: 365px;
    /* left: 50px; */
}

#root .mobile .landingPage-downloadapp .section-2 .main-text {
    width: 70%;
    margin-top: 45px;
    margin-left: 50px;
}

#root .mobile .landingPage-downloadapp .section-2 .ribbon-text {
    position: absolute;
    color: white;
    top: 195px;
    font-size: 21px;
    left: 50px;
}
/* Section-2 END */

/* Section-3 START */
#root .mobile .landingPage-downloadapp .section-3 {
    /* position: relative; */
    background-image: url("/v1.01/r/images/site/banners/section3_bgSmall.png");
    height: 724px;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    background-size: cover;
}

#root .mobile .landingPage-downloadapp .section-3 .section-content {
    /* width: 60%;
    margin-left: 75px; */
    width: 50%;
    margin: auto;
}

#root .mobile .landingPage-downloadapp .section-3 .section-header {
    font-size: 24px;
    /* width: 70%; */
    border-bottom-style: solid;
    border-bottom-width: thin;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-weight: bolder;
}

#root .mobile .landingPage-downloadapp .section-3 .section-part-header {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bolder;
}

#root .mobile .landingPage-downloadapp .section-3 .section-part-text {
    font-size: 16px;
    margin-bottom: 60px;
}
/* Section-3 END */

/* Section-4 START */
#root .mobile .landingPage-downloadapp .section-4 {
    background-color: white;
    background-image: url("/v1.01/r/images/site/banners/section_bg_ShadowSmall.png");
    height: 724px;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    background-size: cover;
}

#root .mobile .landingPage-downloadapp .section-4 .container {
    width: 90%;
    margin: auto;
}

#root .mobile.lang-el .landingPage-downloadapp .section-4 .bonus {
    /* height: auto; */
    width: 280px;
    height: 213px;
    margin-top: 50px;
    margin-left: 26px;
    padding-bottom: 20px;
    background-image: url("/v1.01/r/images/site/banners/BonusSmall.png");
}

#root .mobile.lang-en .landingPage-downloadapp .section-4 .bonus,
#root .mobile.lang-undefined .landingPage-downloadapp .section-4 .bonus {
    /* height: auto; */
    width: 289px;
    height: 250px;
    margin-top: 50px;
    margin-left: 26px;
    padding-bottom: 20px;
    background-image: url("/v1.01/r/images/site/banners/BonusSmall_en.png");
}

#root .mobile .landingPage-downloadapp .section-4 .downloadbox {
    background-image: url("/v1.01/r/images/site/banners/downloadbox2.png");
    height: 373px;
    width: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}

#root .mobile .landingPage-downloadapp .section-4 .downloadbox .downloadbox-header {
    color: white;
    font-size: 21px;
    margin-top: 60px;
}


#root .mobile .landingPage-downloadapp .section-4 .downloadbox .downloadbuttons {
    margin-top: 60px;
}

#root .mobile .landingPage-downloadapp .section-4 .downloadbox .downloadbuttons .android-btn {
    margin-bottom: 25px;
}
/* Section-4 END */