.m-0{
    margin: 0 !important;
}
.bg-f3f8ff{
    background: #f3f8ff;
}
.m-l-20{
    margin-left: 20px;
}
.m-b-30{
    margin-bottom: 30px;
}
.width{
    width: auto !important;
}

ul{
    margin: 0;
    padding: 0;
}
ul li{
    padding: 0;
    list-style: none;
}
.click-banner{
    background:#328ebd url('/images/landing/banner.png') no-repeat center;
    background-size: cover;
}

.click-banner-mpos{
    background:#328ebd url('/images/landing/banner-mpos.jpg') no-repeat center;
    background-size: cover;
}
.click-banner .click-text{
    padding: 200px 0;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5)
}
.click-banner .container .click-text {display: table-cell;}
.click-banner .click-text h3{
    font-size:25px;
    color: #fff;
    margin-bottom: 15px; text-transform: none;
}
.click-banner .click-text p{
    font-size:30px;
    color: #fff;
    margin:15px 0px 38px;
}
.click-banner .click-text h1{
    color: #fff;
    font-size: 58px;
    margin: 10px 0 25px 0;    
    font-weight:lighter;
}
.click-banner .click-text button,
.click-banner .click-text a{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 8px 25px;
    background: #ee9618;
    border-radius: 5px;
    border: 1px solid #ee9618;
    font-weight: bold;box-shadow: 0px 2px 1px rgba(0,0,0,0.3)
}
.box-all{
    padding: 60px 0 60px;
}
.box-all .box-img{}
.box-all .box-img img{
    width: 100%;
}
.box-all .box-text{}
.box-all .box-text h2{
    font-size: 36px;
    color: #333;
    font-weight: lighter; margin-top: 0px
}
.box-all .box-text p{
    color: #333;
}
.box-all .box-text i{
    margin-right: 10px;
    font-size: 10px;
    float: left;
    padding-top: 6px;
}
.box-all .box-text p label{
    margin-bottom: 0
}
.box-all .box-text a{
    margin-left: 0px;
    text-decoration: underline;
    color: #333;
    display: inline-block;
}
.box-all .box-text a i{
    float: right;
    margin-left: 10px;
    font-size: 15px;
    padding-top: 4px;
}
.box-benefit .box-text{}
.box-benefit .box-text ul{}
.box-benefit .box-text ul li{
    margin-bottom: 40px;
}
.box-benefit .box-text ul li .bt-img{
    float: left;
}
.box-benefit .box-text ul li .bt-img img{}
.box-benefit .box-text ul li .bt-text{
    margin-left: 95px;
}
.box-benefit .box-text ul li .bt-text label{
    color: #3f4765;
    font-size: 15px;
    margin-bottom: 0
}
.box-benefit .box-text ul li .bt-text p{
    font-size: 13px;
    color: #73798c;
    line-height: 20px;
}
.box-title{
    text-align: center;
    margin-bottom: 30px;
}
.box-title h2{
    font-size: 36px;
    color: #333;
    font-weight: lighter;
}

.box-slide .owl-carousel img{
    filter: none;
    /* -webkit-filter: grayscale(1); */
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
}
.box-detail{
    padding: 34px 0;
}

.box-detail .box-titles h3{
    font-size: 24px;
    color: #fff;
    margin: 0 0 30px 0;
    font-weight: lighter;
}
.box-detail .box-text{}
.box-detail .box-text button,
.box-detail .box-text a{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 8px 25px;
    background: #ee9618;
    border-radius: 5px;
    border: 1px solid #ee9618;
    font-weight: bold;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}
@media (max-width: 1199px){
    .click-banner{
        background-size: contain;
    }
    .click-banner .click-text {
        padding: 43px 0;
    }
    .click-banner .click-text h1{
        font-size: 53px;
    }
}
@media (max-width: 991px){
    .click-banner .click-text {
        padding: 17px 0;
    }
    .click-banner .click-text h1{
        font-size: 38px;
    }
    .click-banner .click-text p{
        font-size: 28px;
    }
}
@media (max-width: 767px){
    .click-banner .click-text {
        padding: 32px;
    }
    .click-banner .click-text h3{
        font-size: 22px;
        margin-bottom: 0
    }
    .click-banner .click-text h1{
        font-size: 35px;
        margin: 0
    }
    .click-banner .click-text p {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .click-banner {
        background-size: cover;
    }
}
@media (max-width: 676px){
    .click-banner {
        background: #328ebd url('/images/landing/banner.png') no-repeat left;
    }
}
@media (max-width: 640px){}
@media (max-width: 533px){
    .box-title{
        margin-top: 20px;
    }
}
@media (max-width: 480px){}
@media (max-width: 414px){}
@media (max-width: 360px){
    #header .header-btn-collapse-nav {
        position: absolute;
        right: 6px;
    }
    .click-banner .click-text h3{
        font-size: 15px;
    }
    .click-banner .click-text h1 {
        font-size: 31px;
    }
    .click-banner .click-text p {
        font-size: 21px;
    }
    .click-banner .click-text button, .click-banner .click-text a{
        font-size: 12px;
    }
}
@media (max-width: 320px){
    .click-banner .click-text h1 {
        font-size: 18px;
    }
    .click-banner .click-text p {
        font-size: 18px;
        margin: 0
    }
    .box-title h2{
        font-size: 29px;
    }
    .box-all .box-text h2{
        font-size: 22px;
    }
}
.bg-img1{
    background: #15c1f8 url('/images/landing/banner_4.png') no-repeat center bottom; padding: 50px 0px;
}
.box-benefit .container { background: url(/images/landing/banner_2.png) no-repeat right bottom; padding-bottom: 37px }


.banner-top{
    background: #6babc7 url('/images/landing/banner-tragop.jpg') no-repeat center;
}
.banner-top .bt-text{
    padding: 364px 0 80px 0;
    background: rgba(0,0,0,0.3);
}
.banner-top .bt-text p{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.banner-top .bt-text h1{
    margin-bottom:20px;
    color: #fff;
    font-size: 50px;
    font-weight: lighter;
}
.banner-top .bt-text button,
.banner-top .bt-text a{
    background: #00b0ff;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
}
/*box-revenue*/
.box-revenue .box-images img{
    width: 100%;
}
.box-revenue .box-text {
    padding-top: 90px;
}
.box-revenue .box-text h2{
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 32px;
    font-weight: lighter;
}
.box-revenue .box-text p{
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}
.box-revenue .box-text a{
    text-decoration: underline;
    color: #666;
    font-size: 14px;
}

/*box-installment*/
.box-installment{
    background: #f9f9f9;
}
.box-installment .box-images img{
    width: 100%;
}
.box-installment .box-text {
    padding-top:20px;
}
.box-installment .box-text h2{
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 32px;
    font-weight: lighter;
}
.box-installment .box-text p{
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}
.box-installment .box-text a{
    text-decoration: underline;
    color: #666;
    font-size: 14px;
}

/*box-connect*/
.box-connect .box-images{

}
.box-connect .box-images img{
    width: 100%;
}
.box-connect .box-text {
    padding-top:100px;
}
.box-connect .box-text h2{
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 32px;
    font-weight: lighter;
}
.box-connect .box-text p{
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}
.box-connect .box-text a{
    text-decoration: underline;
    color: #666;
    font-size: 14px;
}

/*box-listicon*/

.box-title h2{
    font-size: 32px;
    font-weight: lighter
}
.box-listicon{
    text-align: center;
}
.box-listicon .container {border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; padding: 25px 0}
.box-listicon .bl-detail{}
.box-listicon .bl-detail .bld-img{
    margin-bottom: 15px;
}
.box-listicon .bl-detail .bld-text{}
.box-listicon .bl-detail .bld-text label{
    text-decoration: underline;
    font-weight: bold;
    color: #139eff;
    font-size: 14px;
}
.box-listicon .bl-detail .bld-text p{
    font-size: 14px;
    color: #333;
}
.box-detail{
    padding: 34px 0;
}

.box-detail .box-titles h3{
    font-size: 24px;
    color: #fff;
    margin: 0 0 30px 0;
    font-weight: lighter;
}
.box-detail .box-text{}
.box-detail .box-text button,
.box-detail .box-text a{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 8px 25px;
    background: #ee9618;
    border-radius: 5px;
    border: 1px solid #ee9618;
    font-weight: bold;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}
.bg-img1{
    background: #00c0ff url('/images/landing/bannerfoot.jpg') no-repeat center bottom; 
    padding: 37px 0px;
}
.box-card{
    background: url('/images/landing/bg-visa.png') no-repeat;
    padding: 50px 0;
}
.box-card .box-text{
    text-align: right;
    padding-left: 120px;
}
.box-card .box-text p{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #1d7298;
}
.box-user .bu-detail{

}
.box-user .bu-detail .bud-top{
    margin-bottom: 20px;
}
.box-user .bu-detail .bud-center p{
    position: relative;
    padding: 25px 0px;
}
.box-user .bu-detail .bud-center p:before{
    content: '\f10d';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #c1c1c1;
    top: 0;
    left: 0;
}
.box-user .bu-detail .bud-center p:after{
    content: '\f10e';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #c1c1c1;
    buttom: 0;
    right: 0;
}
.box-deal{ 
    background: #f9f9f9
}
.box-deal .box-images img{
    width: 100%
} 
.box-deal .box-text{
    padding-top: 150px;
    padding-bottom: 100px;
}
.box-deal .box-text h2{
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 32px;
    font-weight: lighter;
}
.box-deal .box-text button,
.box-deal .box-text a{
    color: #fff;
    border: 0;
    border-radius: 5px;
    background: #00b0ff;
    text-transform: uppercase;
    outline: none;
    text-decoration: none;
    padding: 10px 15px;
}
.box-budget{}
.box-budget .bb-detail{
    padding: 0 15px;
}
.box-budget .bb-detail .box-percent{
    display: inline-block;
    width: 100%;
}
.box-budget .bb-detail .box-percent h3{
    margin: 0 0 10px 0;
    font-size: 50px;
    font-weight: bold;
}
.text-blue{color: #00479d}
.text-red{color: #e23b25}
.bg-blue{background: #00479d;}
.bg-red{background: #e23b25;}
.box-budget .bb-detail .box-percent .bp-per{
    position: relative;
    display: inline-block;
    width: 90%;
}
.box-budget .bb-detail .box-percent .bp-per .per-full{
    position: absolute;
    width: 100%;
    height: 5px;
    border-radius: 20px;
    background: #d3d3d3;
    bottom: 0;
    left: 0
}
.box-budget .bb-detail .box-percent .bp-per .per{
    position: absolute;
    height: 5px;
    border-radius: 20px;
    bottom: 0;
    left: 0;
    z-index: 2
}
.box-budget .bb-detail .box-content {
    margin-top: 10px;
}
.box-budget .bb-detail .box-content .bc-img{
    width: 78px;
    height: 64px;
    float: left;
}
.box-budget .bb-detail .box-content .bc-img img{}
.box-budget .bb-detail .box-content .bc-text{
    margin-left: 90px;
}
.box-budget .bb-detail .box-content .bc-text p{}
.box-flag{
    margin-bottom: 40px;
}
.box-flag p{
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 14px;
}
.box-integrated .bl-detail{
    margin-bottom: 20px;
}
.box-integrated .bl-detail .bld-img{
    margin-bottom: 10px;
}
.box-integrated .bl-detail .bld-text label{
    color: #333;
}





/*responsive*/
@media (max-width: 1199px){
    .box-card .box-text{
        padding-left: 0px;
    }
    .box-deal .box-text{
        padding-bottom: 50px;
    }
}

@media (max-width: 991px){
    .box-revenue .box-text {
        padding-top: 0;
    }
    .box-connect .box-text{
        padding: 0 15px;
        width: 100%;
    }
    .box-card .box-images{
        text-align: center;
        float: none !important;
        margin-bottom: 24px;
    }
    .box-budget .bb-detail.col-sm-offset-3{
        margin-left: 0
    }
    .box-budget .bb-detail{
        margin-bottom: 50px;
    }
    .box-card .box-text{
        text-align: center;
        padding-left: 00px;
    }
}
@media (max-width: 767px){
    .banner-top .bt-text h1{
        font-size: 45px;
    }
    .box-listicon .bl-detail {
        width: 50%;
        padding: 0 25px;
    }
    .box-integrated .bl-detail{
        width: 50%;
    }
    .box-deal .box-text{
        padding-bottom: 0px;
    }
}
@media (max-width: 676px){
    .box-detail .box-titles h3{
        font-size: 20px;
    }
    .banner-top .bt-text h1 {
        font-size: 40px;
    }
}
@media (max-width: 533px){
    .banner-top .bt-text h1 {
        font-size: 30px;
    }
    .banner-top .bt-text {
        padding: 260px 0 80px 0;
    }
    .box-all {
        padding: 0px 0 60px;
    }
}
@media (max-width: 480px){}
@media (max-width: 414px){
    .banner-top .bt-text {
        padding: 80px 0 80px 0;
    }
    .banner-top .bt-text h1 {
        font-size: 25px;
    }
}
@media (max-width: 360px){
    .box-listicon .bl-detail {
        width: 100%;
    }
    .banner-top .bt-text p{
        font-size: 17px;
    }
    .banner-top .bt-text h1 {
        font-size: 21px;
    }
    .box-integrated .bl-detail{
        width: 100%;
    }
}
@media (max-width: 320px){}

.mpos-feature-img-full {
    display: block;
}

.mpos-feature-img-mb {
    display: none;
}

.mpos-download {
    position: absolute;
    bottom: 125px;
    right: 262px;
    display: block;
}

.mpos-download-title {
    padding-bottom: 20px;
    margin: 0;
    color: #191919;
    font-weight: 500;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.mpos-download-mb {
    display: none;
}

@media (max-width: 640px) {
    .mpos-feature-img-full {
        display: none;
    }

    .mpos-feature-img-mb {
        display: block;
        margin: 5px;
    }

    .mpos-header {
        min-height: 60px;
    }

    .mpos-download {
        display: none;
    }

    .mpos-download-mb {
        display: block;
        margin: 5px;
    }
}