#Pricing {
    margin: 0;
    margin-top: 50px;
    padding: 0;
    width: 100%
}

#Pricing .pricing_box {
    margin: 0 auto;
    position: relative
}

#Pricing .pricing_box .content_dv {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    /* padding-top: 70px */
}

#Pricing .pricing_box .content_dv .pricing_top {
    margin: 0 auto;
    text-align: center
}

#Pricing .pricing_box .content_dv .pricing_top .top_title {
    font-size: 48px;
    line-height: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
}

#Pricing .content_dv .pricing_bottom {
    margin-top: 30px;
    margin-bottom: 30px
}

#Pricing .content_dv .pricing_bottom .bottom_box {
    text-align: center;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    overflow: hidden
}

#Pricing .content_dv .pricing_bottom .bottom_boxitem {
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 20px;
    width: 292px
}

#Pricing .content_dv .pricing_bottom .bottom_boxitem img {
    /* width: 37px; */
    height: 50px;
    margin-bottom: 20px
}

#Pricing .content_dv .pricing_bottom .bottom_boxitem:last-child {
    margin-right: 0
}

#Pricing .content_dv .pricing_bottom .bottom_boxAndroid {
    display: none
}

#Pricing .content_dv .pricing_bottom .bottom_boxAndroid .prevnext {
    height: 40px;
    width: 100px;
    margin: 20px auto 0;
    position: relative
}

#Pricing .content_dv .pricing_bottom .bottom_boxitem .boxitem_subhead {
    font-weight: 700;
    color: #16162b;
    font-family: Nunito-Bold;
    line-height: 24px;
    font-size: 18px
}

#Pricing .pricing_box .content_dv .pricing_top .top_describe {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    color: #16162b;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    #Pricing {
        margin-top: 0;
    }
    #Pricing .pricing_box .content_dv {
        z-index: 1;
        max-width: 100%;
        margin: 0 auto;
        padding: 40px 20px;
        margin-top: 30px;
    }

    #Pricing .pricing_box .pricing_top {
        padding: 0 20px
    }

    #Pricing .content_dv .pricing_bottom .bottom_box {
        display: none
    }

    #Pricing .content_dv .pricing_bottom .bottom_boxAndroid {
        display: block;
        margin-bottom: 40px
    }

    #Pricing .content_dv .pricing_bottom .bottom_boxAndroid .swiper-button-prev {
        left: 0 !important
    }

    #Pricing .content_dv .pricing_bottom .bottom_boxAndroid .swiper-button-next {
        right: 0 !important
    }

    #Pricing .content_dv .pricing_bottom .bottom_boxAndroid .swiper-button-next:after,
    #Pricing .content_dv .pricing_bottom .bottom_boxAndroid .swiper-button-prev:after {
        font-size: 24px;
        color: #0f0f20
    }

    #Pricing .content_dv .pricing_bottom .bottom_boxAndroid img {
        width: 37px;
        margin: 0 auto 20px 50%;
        transform: translateX(-50%)
    }

    #Pricing .content_dv .pricing_bottom .bottom_boxAndroid .boxitem_subhead {
        font-weight: 700;
        color: #16162b;
        font-family: Nunito-Bold;
        text-align: center;
        line-height: 24px;
        font-size: 18px
    }

    #Pricing .content_dv .pricing_bottom .bottom_boxAndroid .boxitem_text {
        text-align: center;
        line-height: 24px;
    }
    #Pricing .pricing_box .content_dv .pricing_top .top_title {
        font-size: 30px;
    }
}

.buybtn {
    width: 100%;
    margin: 0 auto
}

.buybtn .buy {
    width: 167px;
    height: 55px;
    background: linear-gradient(88deg, #3ef5be, #2355de);
    font-size: 18px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    line-height: 55px;
    outline: none;
    border: none;
    padding: 0;
    margin: 0 auto;
    vertical-align: middle
}

.buybtn .buy:hover {
    background: linear-gradient(88deg, #2355de, #3ef5be)
}

.buybtn .buybtn_Content {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.buybtn .buybtn_ContentAndroid {
    display: none
}

.buybtn .buybtn_Content .setmeal {
    width: 340px;
    background: #fff;
    border: 2px solid #dae8ff;
    margin-right: 30px;
    padding: 20px;
    position: relative;
    text-align: center
}

.buybtn .buybtn_Content .hoverclass {
    -o-border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10;
    border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10;
    box-shadow: 0 0 27px 0 rgba(21, 24, 47, .16)
}

.buybtn .buybtn_Content .setmeal:last-child {
    margin-right: 0
}

.buybtn .setmeal .setmeal_title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    color: #16162b
}

.buybtn .buybtn_Content .setmeal .setmeal_Price {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.buybtn .buybtn_Content .setmeal .SalesTax {
    font-size: 16px;
    font-weight: 300;
    color: #717171;
    line-height: 36px;
    position: relative
}

.buybtn .setmeal .setmeal_PriceItem {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.buybtn .setmeal .setmeal_PriceItem .setmeal_money {
    font-weight: 700;
    font-size: 34px;
    color: #3838e6
}

.buybtn .setmeal .setmeal_PriceItem .setmeal_unit {
    font-size: 14px;
    color: #16162b;
    line-height: 36px;
    font-weight: 300
}

.buybtn .setmeal .buy {
    display: block;
    width: 167px;
    height: 55px;
    background: linear-gradient(88deg, #3ef5be, #2355de);
    font-size: 18px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fff;
    line-height: 55px;
    outline: none;
    border: none;
    padding: 0;
    margin: 0 auto;
    vertical-align: middle
}

.buybtn .setmeal .buy:hover {
    background: linear-gradient(88deg, #2355de, #3ef5be)
}

.buybtn .setmeal .term_box {
    margin-top: 30px;
    height: 240px
}

.buybtn .setmeal .term_box .term {
    text-align: left;
    margin-left: 40px;
    font-size: 16px;
    font-weight: 300;
    color: #717171;
    line-height: 36px;
    position: relative
}

.buybtn .setmeal .term_box .term .text {
    font-size: 16px;
    font-weight: 300;
    color: #717171;
    line-height: 36px;
    position: relative;
    padding-left: 10px
}

.buybtn .setmeal .term_box .term .spot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #787777;
    position: absolute;
    left: 0;
    top: 8px
}

@media screen and (max-width: 768px) {
    .buybtn .buybtn_Content {
        display: none
    }

    .buybtn .buybtn_ContentAndroid {
        display: block;
        margin-top: 40px;
        margin-bottom: 20px
    }

    .buybtn .setmeal .buy {
        width: 100%;
        height: 45px;
        line-height: 45px
    }

    .buybtn .buybtn_ContentAndroid .setmeal {
        background: #fff;
        border: 2px solid #dae8ff;
        text-align: center;
        margin-bottom: 20px;
        position: relative
    }

    .buybtn .buybtn_ContentAndroid .setmeal:hover {
        -o-border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10;
        border-image: linear-gradient(108deg, #60f7c9, #2766db) 10 10;
        box-shadow: 0 0 27px 0 rgba(21, 24, 47, .16)
    }

    .buybtn .buybtn_ContentAndroid .setmeal_top {
        display: flex;
        /* padding: 20px 20px 10px; */
        padding: 20px 15px 10px
    }

    .buybtn .buybtn_ContentAndroid .setmeal_top .left {
        width: 50%;
        text-align: left
    }

    .buybtn .buybtn_ContentAndroid .setmeal_top .left .setmeal_title {
        font-size: 18px;
        font-weight: 700;
        color: #16162b;
        line-height: 24px;
        margin-top: 0
    }

    .buybtn .buybtn_ContentAndroid .setmeal_top .left .SalesTax {
        font-size: 12px;
        line-height: 30px
    }

    .buybtn .buybtn_ContentAndroid .setmeal_top .left .setmeal_Price {
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .buybtn .setmeal .setmeal_PriceItem .setmeal_money {
        font-weight: 700;
        font-size: 24px;
        color: #3838e6
    }

    .buybtn .setmeal .setmeal_PriceItem .setmeal_unit {
        font-size: 12px;
        color: #16162b;
        line-height: 30px;
        font-weight: 300
    }

    .buybtn .setmeal .term_box {
        margin-top: 0;
        vertical-align: bottom;
        text-align: left
    }

    .buybtn .setmeal .term_box .term {
        vertical-align: bottom;
        text-align: left;
        margin-left: 14px;
        line-height: 30px;
    }

    .buybtn .setmeal .term_box .term .text {
        font-size: 12px;
        line-height: 30px
    }

    .buybtn .setmeal .term_box .term .spot {
        width: 5px;
        height: 5px;
        top: 6px
    }
}

.Subscribe h2 {
    font-size: 36px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

.Subscribe {
    width: 740px;
    margin: 0 auto
}

.Subscribe h2 {
    margin-bottom: 39px;
    text-align: center !important
}

.Subscribe .search {
    margin-bottom: 85px;
    height: auto;
    padding: 0;
    text-align: center
}

.Subscribe .search button {
    width: 200px;
    height: 73px;
    margin: 0 auto;
    background: linear-gradient(69deg, #3ef2be, #2458dd 76%);
    color: #fff;
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fffdfd;
    line-height: 48px;
    outline: none;
    border: none
}

.Subscribe .search button:hover {
    background: linear-gradient(88deg, #2355de, #3ef5be)
}

@media screen and (max-width: 768px) {
    .Subscribe {
        width: 297px;
        margin: 0 auto
    }

    .Subscribe h2 {
        font-size: 27px;
        line-height: 36px;
        text-align: center !important
    }

    .Subscribe .search button {
        width: 132px;
        height: 48px;
        background: linear-gradient(69deg, #3ef2be, #2458dd 76%);
        font-size: 16px
    }
}


/* 7day-free-pricing */
.free-Pricing-en .buybtn .buybtn_Content .setmeal:nth-child(1) {
    margin-right: 80px;
}


.free-Pricing-en .buybtn .setmeal .term_box {
    height: 200px;
}

.free-Pricing-en .buybtn .setmeal {
    width: 310px;
}

@media screen and (max-width: 768px) {

    .free-Pricing-en .buybtn .setmeal {
        width: 100%;
    }

    .free-Pricing-en .buybtn .buybtn_ContentAndroid .setmeal_top {
        padding: 20px 20px 40px;
    }

    #Pricing .content_dv .pricing_pay {
        text-align: center;
        padding: 10px 0;
    }

    #Pricing .content_dv .pricing_pay img {
        width: 100%;
    }
}

#Pricing .content_dv .pricing_pay {
    text-align: center;
    padding-bottom: 20px;
}

#Pricing .content_dv .pricing_bottom_free .bottom_boxitem .boxitem_subhead {
    width: 160px;
    margin: 0 auto;
}

#Pricing .content_dv .pricing_bottom_free .bottom_boxAndroid .boxitem_subhead {
    width: 160px;
    margin: 0 auto;
}

/* new 7day pricing css */
#Pricing .content_ba {
    width: 100%;
    height: 315px;
    text-align: center;
    background: linear-gradient(180deg, #C3ECF9 0%, #F5FBFD 100%);
}

.content_ba .logo_p {
    padding: 58px 0 32px 0;
}

.content_ba p .logo {
    width: 150px;
    height: 150px;
}

.content_ba .p1 {
    font-weight: 800;
    font-size: 36px;
    color: #000000;
}

.content_ba .pbox {
    position: relative;
}


.content_ba .pbox::before {
    content: '';
    background-image: url('https://img.macube.com/pages/pricing/left-float.png');
    background-size: 100%;
    width: 195px;
    height: 340px;
    position: absolute;
    left: 390px;
    top: 30px;
}

.content_ba .pbox::after {
    content: '';
    background-image: url('https://img.macube.com/pages/pricing/right-float.png');
    background-size: 100%;
    width: 195px;
    height: 340px;
    position: absolute;
    right: 370px;
    top: 30px;
}


@media screen and (max-width: 768px) {
    #Pricing .content_ba {
        width: 100%;
        height: 145px;
        text-align: center;
        background: linear-gradient(180deg, #C3ECF9 0%, #F5FBFD 100%);
    }

    .content_ba p .logo {
        width: 95px;
        height: 95px;
    }

    .content_ba .p1 {
        font-weight: 800;
        font-size: 24px;
        color: #000000;
    }

    .content_ba .pbox::before {
        content: '';
        background-image: url('https://img.macube.com/pages/pricing/mobile-left-prici.png');
        background-size: 100%;
        width: 100px;
        height: 200px;
        position: absolute;
        left: 5px;
        top: -125px;
        background-repeat: no-repeat;
    }

    .content_ba .pbox::after {
        content: '';
        background-image: url('https://img.macube.com/pages/pricing/mobile-right-prici.png');
        background-size: 100%;
        width: 63px;
        height: 280px;
        position: absolute;
        right: 35px;
        top: -50px;
        background-repeat: no-repeat;
    }
}