#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-promo .owl-controls {
    margin-top: 20px!important;
}

#owl-demo .owl-page {
    display: none;
}
.text-center {
    text-align: center !important;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    margin-top: 1px;
}
.bg-banner-topup{
    height: 390px;
    background-image: url('../images/topup/Bg-Bar_b.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px;
}

.iframe-video{
    margin: 1em auto;
    width: 100%;
    max-width: 600px;
    height: 57vw;
    max-height: 340px;
    border-radius: 16px;
}
.box-form-panel {
    margin-top: 57px;
}

.container{
    padding: auto 15px;
}



.box-type-ppu{
    padding-left: 0px;
    padding-right: 0px;
}

.box-content-line{
    text-align: center;
}

.text-title{
    padding-top: 39px;
    font-family: 'PSL_KandaModernExtra_Pro';
    font-size: 184%;
    color: #333333;
    font-weight: 100;
    /*line-height: 1;*/
    margin-bottom: 15px;
}

.hero-phone{
    width: 100%; height: 390px;
}

.text-topup{
    margin: 15px auto 20px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    text-align: left;
}

.text-sub-title{
    font-size: 145%;
    color: #333333;
    margin-bottom: 1em;
}

.head-logo{
    margin-left: 0px;
    margin-bottom: 15px;
    width: 70%;
    max-width: 212px;
}

.text-bold{
    font-size: 150%;
    font-family: 'PSL_KandaModernExtra_Pro';
    font-weight: 100;

}

.box-fit{
    border: 1px solid #E0E0E0;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}


p{
    font-size: 122%;

}

.img-plan{
    margin-top: 16px;
    width: 100%;
}
.img-tvi-connect{
    width: 90%;
    max-width: 499px;
    margin: 29px auto;
}
.float-none{
    float: unset !important;
}

.btn-warning {
    float: left;
    display: inline-block;
    background: #FFF202;
    border: none;
    color: #000000;
    box-shadow: 1px 2px 1px #FFCB08;
    cursor: pointer;
    border-radius: 2em;
    padding: 12px 1em;
    margin: 9px auto;
    width: 220px;
}

.btn-info-outline {
    background: transparent;
    border: 1px solid #026937;
    color: #00973D;
    cursor: pointer;
    border-radius: 2em;
    padding: 12px 1em;
    margin: 9px auto;
    font-size: 100%;
    width: 220px;

}

.bg-gra{
    background: linear-gradient(78.59deg, #1C2D3D 0.62%, #337749 99.29%);
}

@media (min-width: 1200px){
    .container {
        width: 970px;
    }
}

@media (max-width: 986px){
    .bg-gra{
        background: white;
        background-image: none !important;
    }

    .bg-banner-topup {
        background: white;
        height: 0;
    }

    .box-form-panel {
        margin: 3em 2em;
    }

    .text-topup{
        text-align: center;
    }

    .btn-warning{
        float: none;
    }

    .btn-top{
        margin-bottom: 3em;
    }
    .hero-phone{
        width: 100%;
        max-width: 450px !important;
        height: auto !important;
    }

}


@media (max-width: 768px) {
    .m-float-initial{
        float: initial !important;
    }
    .m-hidden{
        display: none;
    }
}

@media (max-width: 636px){
    body{
        font-size: 12px;
    }

    .howto-btn{
        height: 60px;
        vertical-align: middle;
        display: table-cell;
        width: 100%;
    }


}


@media (max-width: 425px) {
    body{
        font-size: 11px;
    }

    .tx-gr-ppu {
        font-size: 14px;
    }


}