.guide-top{
    max-width: 1178px;
    margin: 0px auto;
    padding: 0px 15px;
}
.guide-top .top-content{
    border-bottom: 2px solid #e5e5e5;
    padding: 40px 0 55px;
}
.guide-top h1{
    margin: 0px auto;
    text-align: center;
    color: #1CB0F6;
    font-size: 50px;
    font-family: 'balootammaextrabold';
    max-width: 665px;
}
.guide-top h6{
    text-align: center;
    margin: 5px auto 0;
    color: #777777;
    font-size: 19px;
    font-family: 'balootammamedium';
    max-width: 665px;
    line-height: 26px;
}
.guide-top .video{
    max-width: 673px;
    margin: 35px auto 0px;
    overflow: hidden;
    border-radius: 25px;
}
.guide-top .video video{
    width: 100%;
}
.guide-top .action{
    text-align: center;
    margin-top: 42px;
}
.guide-top .action .btn-start{
    width: 148px;
    height: 49px;
    display: inline-block;
    background: #1CB0F6;
    border-bottom: 4px solid #1899D6;
    line-height: 49px;
    border-radius: 11px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: balootammabold;
    margin: 0px 8px;
    text-decoration: none;
}
.guide-top .action .btn-reading{
    width: 148px;
    height: 49px;
    display: inline-block;
    border: 2px solid #E5E5E5;
    line-height: 49px;
    border-radius: 11px;
    color: #1CB0F6;
    text-transform: uppercase;
    font-size: 15px;
    font-family: balootammabold;
    margin: 0px 8px;
    border-bottom: 4px solid #E5E5E5;
    text-decoration: none;
}

.guide-process{
    max-width: 1308px;
    margin: 0px auto;
    padding: 0px 80px;
}
.guide-process .process-content{
    padding: 55px 0px 80px;
    border-bottom: 2px solid #e5e5e5;
}
.guide-process .process-content h2{
    margin: 50px 0px 0px;
    text-align: center;
    color: #1CB0F6;
    font-size: 40px;
    font-family: 'balootammaextrabold';
}
.guide-process .process-step{
    width: calc(100% + 82px);
    margin: 90px -41px 0px;
}
.guide-process .process-step .item{
    width: calc(33.3333% - 82px);
    float: left;
    margin: 0px 41px;
    border: 2px solid #E5E5E5;
    border-radius: 18px;
    height: 218px;
    text-align: center;
}
.guide-process .process-step .item img{
    margin-top: -63px;
}
.guide-process .process-step .item p{
    margin: 30px auto 0px;
    max-width: 256px;
    color: #777;
    font-size: 25px;
    line-height: 32px;
    font-family: 'balootammabold';
}
.guide-process .process-content h6{
    margin: 0px auto 0px;
    max-width: 793px;
    text-align: center;
    color: #777777;
    font-size: 19px;
    font-family: 'balootammamedium';
    line-height: 25px;
}
.guide-process .process-content .btn-method{
    display: block;
    margin: 35px auto 0px;
    max-width: 410px;
    height: 49px;
    background: #1CB0F6;
    border-bottom: 4px solid #1899D6;
    border-radius: 11px;
    text-align: center;
    line-height: 49px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'balootammabold';
    text-decoration: none;
}
.guide-process .step-1{
    margin-top: 90px;
}
.guide-process .step-1 .left{
    width: 44%;
    float: left;
}
.guide-process .step-1 .right{
    width: 56%;
    float: left;
    padding-left: 14%;
}
.guide-process .step-1 .left h3{
    margin: 0;
}
.guide-process .step-1 .left h3 span{
    display: inline-block;
    float: left;
    width: 65px;
    height: 65px;
    background: #1CB0F6;
    border-radius: 35px;
    text-align: center;
    line-height: 68px;
    color: #fff;
    font-size: 40px;
    font-family: 'balootammaextrabold';
}
.guide-process .step-1 .left h3 strong{
    display: inline-block;
    float: left;
    margin-left: 25px;
    color: #1CB0F6;
    font-size: 35px;
    font-family: 'balootammaextrabold';
    margin-top: 20px;
}
.guide-process .step-1 .left p{
    margin: 18px 0px 0px;
    color: #777777;
    font-size: 19px;
    font-family: 'balootammamedium';
}
.guide-process .step-1 .p-mobile{
    margin: 18px 0px 0px;
    color: #777777;
    font-size: 19px;
    font-family: 'balootammamedium';
    display: none;
}
.guide-process .step-1 .left a{
    margin: 25px 0 0px;
    border-radius: 11px;
    background: #1CB0F6;
    display: block;
    height: 49px;
    max-width: 250px;
    text-align: center;
    border-bottom: 4px solid #1899D6;
    color: #fff;
    line-height: 49px;
    text-transform: uppercase;
    font-family: 'balootammabold';
    text-decoration: none;
}
.guide-process .step-1 .a-mobile{
    margin: 25px auto 0px;
    border-radius: 11px;
    background: #1CB0F6;
    display: none;
    height: 49px;
    max-width: 250px;
    text-align: center;
    border-bottom: 4px solid #1899D6;
    color: #fff;
    line-height: 49px;
    text-transform: uppercase;
    font-family: 'balootammabold';
    text-decoration: none;
}
.guide-process .step-1 .right .item{
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}
.guide-process .step-1 .right .item svg{
    position: absolute;
    left: 0;
    top: 0;
}
.guide-process .step-1 .right .item .title{
    color: #777777;
    font-size: 25px;
    font-family: 'balootammabold';
    line-height: 32px;
}
.guide-process .step-1 .right .item .description{
    color: #777777;
    font-size: 19px;
    margin-top: 5px;
}
.guide-process .step-1 .right p{
    color: #777777;
    margin: 0 0px 30px;
    font-size: 15px;
}


.guide-process .step-2{
    margin-top: 60px;
}
.guide-process .step-2 h3{
    margin: 0px auto 0px;
    color: #1CB0F6;
    font-size: 35px;
    font-family: 'balootammaextrabold';
    max-width: 654px;
}
.guide-process .step-2 h3 span{
    display: inline-block;
    float: left;
    width: 65px;
    height: 65px;
    background: #1CB0F6;
    border-radius: 35px;
    text-align: center;
    line-height: 68px;
    color: #fff;
    font-size: 40px;
    font-family: 'balootammaextrabold';
}
.guide-process .step-2 h3 strong{
    display: inline-block;
    float: left;
    margin-left: 25px;
    margin-top: 18px;
    width: calc(100% - 91px);
}
.guide-process .step-2 .intro{
    margin: 28px auto 0px;
    text-align: center;
    max-width: 980px;
    color: #777777;
    font-size: 19px;
    font-family: 'balootammamedium';
}
.guide-process .step-2 .intro p{
    margin: 0px 0px 15px;
}
.guide-process .step-2 .item{
    max-width: 1077px;
    margin: 60px auto 0px;
}
.guide-process .step-2 .item .image{
    width: 31%;
    float: right;
}
.guide-process .step-2 .item .image img{
    width: 100%;
}
.guide-process .step-2 .item .text{
    width: 69%;
    float: left;
    padding-right: 40px;
    padding-top: 50px;
}
.guide-process .step-2 .item .text h4{
    margin: 0;
    max-width: 490px;
    color: #777777;
    font-size: 30px;
    font-family: 'balootammabold';
    line-height: 39px;
}
.guide-process .step-2 .item .text p{
    margin: 10px 0px 0px;
    max-width: 490px;
    color: #777777;
    font-size: 15px;
}
.guide-process .step-2 .item .text a{
    margin: 18px 0px 0px;
    display: block;
    max-width: 220px;
    height: 49px;
    border: 2px solid #E5E5E5;
    border-bottom: 4px solid #E5E5E5;
    text-align: center;
    line-height: 49px;
    border-radius: 11px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'balootammabold';
    color: #1CB0F6;
    text-decoration: none;
}
.guide-process .step-2 .item:nth-child(even) .image{
    float: left;
}
.guide-process .step-2 .item:nth-child(even) .text{
    padding-right: 0;
    padding-left: 23%;
}

.guide-process .step-3{
    margin-top: 90px;
}
.guide-process .step-3 h3{
    margin: 0px auto 0px;
    color: #1CB0F6;
    font-size: 35px;
    font-family: 'balootammaextrabold';
    max-width: 275px;
}
.guide-process .step-3 h3 span{
    display: inline-block;
    float: left;
    width: 65px;
    height: 65px;
    background: #1CB0F6;
    border-radius: 35px;
    text-align: center;
    line-height: 68px;
    color: #fff;
    font-size: 40px;
    font-family: 'balootammaextrabold';
}
.guide-process .step-3 h3 strong{
    display: inline-block;
    float: left;
    margin-left: 25px;
    margin-top: 18px;
    width: calc(100% - 91px);
}
.guide-process .step-3 h5{
    margin: 22px auto 0px;
    color: #777777;
    text-align: center;
    font-size: 19px;
    font-family: 'balootammamedium';
}
.guide-process .step-3 .step-3-content{
    max-width: 590px;
    margin: 25px auto 0px;
    position: relative;
}
.guide-process .step-3 .step-3-content .owl-dots{
    
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translate(-50%);
}
.guide-process .step-3 .step-3-content .item{
    width: 590px;
}
.guide-process .step-3 .step-3-content .item img{
    display: block;
    width: 100%;
    max-width: 230px;
    margin: 0px auto;
}
.guide-process .step-3 .step-3-content .item .content{
    text-align: center;
    margin-top: 70px;
}
.guide-process .step-3 .step-3-content .item .title{
    color: #777;
    font-size: 25px;
    font-family: 'balootammabold';
}
.guide-process .step-3 .step-3-content .item .description{
    color: #777;
    font-size: 19px;
    margin: 10px 0px 0px;
}
.guide-process .step-3 .step-tip{
    max-width: 730px;
    background: #1CB0F6;
    margin: 70px auto 0px;
    border-radius: 25px;
    padding: 50px 65px 50px;
}
.guide-process .step-3 .step-tip .title{
    color: #FFFFFF;
    font-size: 35px;
    font-family: 'balootammaextrabold';
}
.guide-process .step-3 .step-tip .description{
    color: #FFFFFF;
    font-size: 19px;
    max-width: 480px;
}
.guide-process .step-3 .tip-item{
    margin-top: 30px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'balootammabold';
    float: left;
    width: 100%;
}
.guide-process .step-3 .tip-item span{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #1CB0F6;
    font-size: 32px;
    text-align: center;
    line-height: 55px;
    border-radius: 50px;
    margin-right: 15px;
    float: left;
}
.guide-process .step-3 .tip-item strong{
    display: inline-block;
    float: left;
    width: calc(100% - 65px);
    margin-top: 10px;
}

.guide-detail{
    max-width: 1000px;
    margin: 0px auto;
    padding: 55px 15px 120px;
}
.guide-detail h2{
    margin: 0;
    text-align: center;
    color: #1CB0F6;
    font-size: 40px;
    font-family: 'balootammaextrabold';
}
.guide-detail .detail-item{
    margin: 45px 0px 0px;
    padding-bottom: 35px;
    border-bottom: 2px solid #e5e5e5;
}
.guide-detail .detail-item:last-child{
    border: 0;
    padding-bottom: 0px;
}
.guide-detail .detail-item h3{
    margin: 0;
    color: #4C4C4C;
    font-size: 27px;
    font-family: 'balootammabold';
}
.guide-detail .detail-item ul{
    margin: 0;
    padding: 0;
}
.guide-detail .detail-item ul li{
    margin-top: 15px;
}
.guide-detail .detail-item ul li a{
    color: #1CB0F6;
    font-size: 17px;
    font-family: 'balootammabold';
    text-decoration: none;
}

.guide-detail .detail-item .video-item{
    margin-top: 20px;
}
.guide-detail .detail-item .video-item .video-item-left{
    width: 45%;
    float: left;
}
.guide-detail .detail-item .video-item .video-item-right{
    width: 55%;
    float: left;
    padding-left: 15px;
}



.guide-app{
    background: #1CB0F6;
}
.guide-app .guide-app-content{
    max-width: 1280px;
    margin: 0 auto;
    padding: 55px 15px 30px;
    border-bottom: 2px solid rgb(255 255 255 / 30%);
}
.guide-app .app-content{
    max-width: 920px;
    margin: 0 auto;
    padding-top: 25px;
}
.guide-app .guide-app-content .app-left{
    width: calc(100% - 320px);
    float: left;
    padding-top: 20px;
}
.guide-app .guide-app-content .app-right{
    width: 320px;
    float: left;
}
.guide-app .guide-app-content .app-right h5{
    margin: 0 0 15px;
    color: #FFFFFF;
    font-size: 15px;
    font-family: balootammabold;
}
.guide-app .guide-app-content .app-left h3{
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'balootammabold';
}
.guide-app .guide-app-content .app-left p{
    margin: 19px 0px 0px;
    max-width: 485px;
    font-size: 17px;
    color: #fff;
    line-height: 23px;
}
.guide-app .guide-app-content .app-right a{
    display: block;
    width: 150px;
    float: left;
    height: 69px;
    background: #fff;
    border-radius: 15px;
    border-bottom: 4px solid #DDF4FF;
}
.guide-app .guide-app-content .app-right .btn-ios{
    margin-right: 20px;
}
.guide-app .app-right a .image{
    width: 50px;
    float: left;
    padding-left: 15px;
    padding-top: 18px;
}
.guide-app .app-right a .text{
    width: calc(100% - 50px);
    float: left;
    padding-top: 15px;
}
.guide-app .app-right a .text span{
    display: block;
    color: #1cb0f6;
    font-size: 13px;
    font-family: 'balootammasemibold';
}
.guide-app .app-right a .text strong{
    display: block;
    font-family: 'balootammabold';
    font-weight: 400;
    color: #1cb0f6;
    font-size: 16px;
}
.guide-app .app-menu{
    margin-top: 50px;
}
.guide-app .app-menu .app-menu-content{
    display: flex;
    max-width: 750px;
    margin: 0px auto;
}
.guide-app .app-menu .app-menu-content a{
    display: block;
    width: 100%;
    font-size: 15px;
    color: #ffffff9e;
    font-family: 'balootammabold';
    text-align: center;
    text-transform: uppercase;
}

.guide-app-bg{
    height: 97px;
    background: url(../images/guide/guide-app-bg.svg);
    margin-top: -97px;
    background-position: center;
}


.guide-app .guide-support{
    text-align: center;
    max-width: 1097px;
    margin: 80px auto 0px;
    padding-bottom: 47px;
    border-bottom: 2px solid rgb(255 255 255 / 21%);
}
.guide-app .guide-support h3{
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-family: 'balootammaextrabold';
}
.guide-app .guide-support .btn-phone{
    display: block;
    width: 188px;
    height: 48px;
    background: #fff;
    margin: 25px auto 0px;
    border-radius: 15px;
    line-height: 50px;
    color: #1CB0F6;
    font-size: 20px;
    font-family: 'balootammabold';
    border-bottom: 4px solid #E2E4FF;
    text-decoration: none;
}
.guide-app .guide-support .support-social{
    max-width: 475px;
    margin: 25px auto 0px;
    color: #fff;
    font-size: 19px;
    font-family: 'balootammamedium';
}
.guide-app .guide-support .support-social a{
    color: #fff;
    font-family: 'balootammabold';
}
.guide-app .guide-support .support-email{
    margin: 15px auto 0px;
    color: #fff;
    font-size: 19px;
    font-family: 'balootammamedium';
}
.guide-app .guide-support .support-email a{
    color: #fff;
    font-family: 'balootammabold';
}

.guide-app .app-menu{
    margin-top: 50px;
}
.guide-app .app-menu .app-menu-content{
    display: flex;
    max-width: 750px;
    margin: 0px auto;
}
.guide-app .app-menu .app-menu-content a{
    display: block;
    width: 100%;
    font-size: 15px;
    color: #ffffff9e;
    font-family: 'balootammabold';
    text-align: center;
}


.guide-app .guide-app-content{
    max-width: 940px;
    margin: 0px auto;
    padding: 65px 15px 55px;
}
.guide-app .guide-app-content h2{
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-family: 'balootammaextrabold';
}
.guide-app .faq-content{
    background: #fff;
    margin-top: 40px;
    border-radius: 22px;
}
.guide-app .faq-content .faq-item{
    position: relative;
    border-bottom: 2px solid #E5E5E5;
    padding: 24px 24px 20px;
}
.guide-app .faq-content .faq-item:last-child{
    border: 0;
}
.guide-app .faq-item .faq-title{
    position: relative;
}
.guide-app .faq-item .faq-title:hover{
    cursor: pointer;
}
.guide-app .faq-item .faq-title .content{
    width: calc(100% - 40px);
    color: #3c3c3c;
    font-size: 20px;
    font-family: 'balootammamedium';
}
.guide-app .faq-item.active .faq-title .content{
    font-family: balootammabold;
}
.guide-app .faq-item .faq-title svg{
    position: absolute;
    right: 0;
    top: 0;
}
.guide-app .faq-item.active .faq-title svg{
    transform: rotate(180deg);
}
.guide-app .faq-item .faq-answer{
    margin-top: 30px;
    display: none;
}
.guide-app .faq-item.active .faq-answer{
    display: block;
}
.guide-app .faq-item .faq-answer .content{
    color: #3c3c3c;
    font-size: 18px;
}
.guide-app .faq-item .faq-answer .content li{
    list-style: unset;
}
.guide-app .faq-item .faq-answer .content strong{
    font-weight: 400;
    font-family: 'balootammasemibold';
}
@media(max-width: 991px){
    .guide-top h1{
        font-size: 48px;
        text-align: center;
        margin: 0 auto;
        line-height: 55px;
    }
    .guide-top .video{
        border-radius: 20px;
    }
    .guide-top .top-content{
        padding: 35px 0 45px;
    }
    .guide-process{
        padding: 0px 15px;
    }
    .guide-process .process-content {
        padding: 45px 0px 55px;
    }
    .guide-process .process-step{
        width: 100%;
        margin: 0;
    }
    .guide-process .process-step .item{
        width: 100%;
        float: none;
        margin: 90px 0px 0px;
    }
    .guide-process .process-content h2{
        margin: 35px 0px 0px;
    }
    .guide-process .step-1{
        margin-top: 45px;
    }
    .guide-process .step-1 .left {
        width: 100%;
        float: none;
    }
    .guide-process .step-1 .left h3 span{
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 40px;
    }
    .guide-process .step-1 .left h3 strong{
        font-size: 25px;
        margin-left: 15px;
        margin-top: 8px;
    }
    .guide-process .step-1 .right{
        width: 100%;
        padding: 40px 0px 0px;
    }
    .guide-process .step-1 .right .item .title{
        font-size: 20px;
        line-height: 28px;
    }
    .guide-process .step-2 {
        margin-top: 45px;
    }
    .guide-process .step-2 h3 span{
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 40px;
    }
    .guide-process .step-2 h3 strong{
        font-size: 25px;
        margin-left: 15px;
        margin-top: 0;
        width: calc(100% - 60px);
    }
    .guide-process .step-2 .intro p {
        text-align: left;
    }
    .guide-process .step-2 .item {
        margin: 45px auto 0px;
    }
    .guide-process .step-2 .item .image {
        width: 100%;
        float: none;
        max-width: 330px;
        margin: 0 auto;
    }
    .guide-process .step-2 .item .text{
        width: 100%;
        float: none;
        padding: 35px 0px 0px;
    }
    .guide-process .step-2 .item .text h4 {
        font-size: 25px;
        line-height: 34px;
        max-width: unset;
    }
    .guide-process .step-2 .item .text p{
        max-width: unset;
    }
    .guide-process .step-3 .step-3-content{
        max-width: 320px;
    }
    .guide-process .step-2 .item:nth-child(even) .image {
        float: none;
    }
    .guide-process .step-2 .item:nth-child(even) .text {
        padding: 35px 0px 0px;
    }
    .guide-process .step-3 {
        margin-top: 45px;
    }
    .guide-process .step-3 h3{
        max-width: unset;
    }
    .guide-process .step-3 h3 span{
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 40px;
    }
    .guide-process .step-3 h3 strong{
        font-size: 25px;
        margin-left: 15px;
        margin-top: 8px;
        width: calc(100% - 60px);
    }
    .guide-process .step-3 h5{
        text-align: left;
    }
    .guide-process .step-3 .step-3-content .item {
        width: 320px;
    }
    .guide-process .step-3 .step-3-content .item .title{
        font-size: 20px;
    }
    .guide-process .step-3 .tip-item{
        float: left;
    }
    .guide-process .step-3 .step-tip{
        margin: 40px 0px 0px;
        border-radius: 20px;
        padding: 25px 20px;
    }
    .guide-process .step-3 .step-tip .title{
        font-size: 30px;
    }
    .guide-process .step-3 .tip-item span{
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 39px;
        float: left;
    }
    .guide-process .step-3 .tip-item strong{
        float: left;
        width: calc(100% - 50px);
    }
    .guide-detail {
        padding: 45px 15px 45px;
    }
    .guide-detail .detail-item {
        margin: 35px 0px 0px;
        padding-bottom: 30px;
        border-bottom: 2px solid #e5e5e5;
    }
    .guide-detail .detail-item h3{
        font-size: 25px;
        line-height: 32px;
    }

    .guide-app .guide-faq-content{
        padding: 40px 15px 35px;
    }
    .guide-app .guide-faq-content h2{
        font-size: 35px;
    }
    .guide-app .faq-content{
        margin-top: 25px;
    }
    .guide-app .faq-support{
        margin-top: 35px;
    }
    .guide-app .faq-support h3{
        font-size: 30px;
    }
    .guide-app .faq-support .support-social{
        font-size: 17px;
    }
    .guide-app .guide-app-content{
        padding: 45px 15px 45px;
    }


    .guide-app .guide-support{
        margin: 40px auto 0px;
    }
    .guide-app .guide-support h3{
        font-size: 30px;
    }
    .method-app .guide-support .support-social{
        font-size: 17px;
    }
    .guide-app .guide-app-content{
        padding-top: 35px;
    }

    .guide-app .guide-app-content .app-left{
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
    }
    .guide-app .guide-app-content .app-right{
        float: none;
        margin: 35px auto 0px;
    }
    .guide-app .app-menu{
        display: none;
    }
    .guide-process .step-1 .left p{
        display: none;
    }
    .guide-process .step-1 .left a{
        display: none;
    }
    .guide-process .step-1 .p-mobile{
        display: block;
    }
    .guide-process .step-1 .a-mobile{
        display: block;
    }


    .guide-detail .detail-item .video-item .video-item-left{
        width: 100%;
        float: none;
        padding-top: 0;
    }
    .guide-detail .detail-item .video-item .video-item-right{
        width: 100%;
        padding: 20px 0px 0px;
        float: left;
    }
}