.box {
    background: #fff;
    /*border: 1px solid #000;*/
}

.box .first_part {
    background: #3d70ff;
    color: #fff;
}

.box .first_part h3 {
    text-align: center;
    padding: 20px;
}

.box h2 {
    text-align: center;
    font-size: 26px;
    color: #5e5a5a;
}

.circle_box {
    text-align: center;
    height: 350px;
    width: auto;
    background-color: #bbb;
    background-color: #3d70ff;
    border-radius: 50%;
    line-height: 345px;
}

.circle_box {
    font-size: 160px;
    color: #fff;
}

.download_now {
    background: #3fff26;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 10px;
    margin: 30px 0px 0px 0px;
}

.download_now a {
    color: #000;
    font-size: 24px;
    font-weight: 900
}

.download_now a:hover {
    text-decoration: none;
}

.footer {
    color: #b2b2b2;
    font-size: 10px;
    padding: 10px;
}

.pp {
    background: 0 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 9px
}

.pp a {
    color: #b0b0b0
}

@media screen and (min-width:768px) {
    .pp {
        bottom: 19px
    }
}

@media screen and (max-width:767px) {
    .pp {
        bottom: 3px
    }
}