:root {
    --orange-color: #F9A01B;
    --white-color : #FFFFFF;
}
.register-form .title {
    text-align: center;
}
.register-form .section {
    margin-bottom: 60px;
}
.register-form .article-wrap .title {
    font-size: 30px !important;
    font-weight: bold;
    margin-bottom: 30px;
}
.register-form .article-wrap .description p,
.register-form .article-wrap .description {
    font-size: 20px;
}
.register-form .article-wrap .description a {
    background-color: #2c90b5;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    margin: 2px 0;
}
.register-form .form-wrap .row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.register-form .form-wrap .wrap-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 10px 0px 0px 10px;
    background-color: var(--orange-color);
}
.register-form .form-wrap label {
    font-size: 20px;
    font-weight: bold;
    color: var(--white-color);
}
.register-form .form-wrap .box {
    width: 100%;
    height: 50px;
    font-size: 20px;
    padding-left: 15px;
    border-radius: 0px 10px 10px 0px;
    border: 2px solid var(--orange-color);
}
.register-form .form-wrap button {
    border: none;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    padding: 0px 80px;
    color: var(--white-color);
    background-color: var(--orange-color);
}
.register-form .form-wrap .wrap-button {
    display: flex;
    justify-content: center;
}
.register-form .form-wrap .wrap-alert-msg {
    font-size: 18px;
    text-align: center;
}
.register-form label.error {
    display: none !important;
}

.fine-best {
    text-align: center;
    padding: 30px 0;
    background-color: #F7F8F9
}
.fine-best h2 {
    color: #646a79;
    padding-bottom: 20px
}
.fine-best p {
    float: right;
    font-size: 18px;
    line-height: 18px;
    padding: 13px 0
}
.fine-best p:lang(km) {
    font-size: 14px
}
.fine-best .col-md-4,
.fine-best .col-sm-3 {
    border-right: 2px solid #ddd
}
.no-result {
    float: left;
    padding: 25px 0 0;
    width: 100%
}
.no-result h3 {
    font-size: 22px
}
.no-result h3:lang(km) {
    font-size: 18px
}
.fine-best form {
    font-size: 14px
}
.fine-best .click-fine-best {
    float: left;
    width: 33.333%;
    text-align: left
}
.fine-best input[type=checkbox] {
    display: none
}
.fine-best .checkbox {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px
}
.fine-best .checkbox:lang(km) {
    font-size: 14px
}
.fine-best .checkbox::before {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #F9A01B;
    content: "";
    display: inline-block;
    height: 25px;
    margin: 10px 5px 10px 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 25px
}
.fine-best input[type=checkbox]:checked+.checkbox::before {
    content: "✓";
    font-size: 20px;
    padding: 3px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}
.fillter {
    float: left;
    margin: 28px auto 0;
    width: 100%
}
.fillter input {
    background-color: #fff;
    border: 1px solid #278cb5;
    border-radius: 30px;
    color: #278cb5;
    font-size: 18px;
    height: 35px!important;
    width: 130px!important;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}
.fillter input:lang(km) {
    font-size: 14px
}
.fillter input:hover {
    background-color: #278cb5;
    color: #fff;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}
.cellcard-prepaid {
    border-bottom: 1px solid #ddd;
    text-align: center;
    width: 100%;
    padding-top: 25px
}

.cellcard-prepaid .prepaid-xs {
    margin: 0 auto 20px
}
.cellcard-prepaid .prepaid-xs .row {
    margin-left: -7px;
    margin-right: -7px;
}
.cellcard-prepaid .prepaid-xs .row .col-sm-3 {
    padding-left: 7px;
    padding-right: 7px;
    float: none !important;
	display: inline-block;
	/*display: inline-flex;
    display: -webkit-inline-flex;*/ 
}
.wrapper-plan table tr td b.hide,
.wrapper-plan table tr.hide,
.wrapper-plan table tr.hidehidehide {
    display: none
}
.cellcard-prepaid .plan {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 30px auto 0;
    min-height: 550px;
    padding: 30px 15px;
    width: 100%;
}
.cellcard-prepaid .long {
    margin: 30px auto 15px;
    padding: 50px 15px
}
.wrapper-plan {
    padding: 10px 0;
    min-width: 200px;
    min-height: 360px
}
.cellcard-prepaid .prepaid-xs h2 {
    color: #F9A01B;
    font-size: 32px!important
}
.cellcard-prepaid .prepaid-xs h2:lang(km) {
    font-size: 24px!important
}
.cellcard-prepaid .prepaid-xs p {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center
}
.cellcard-prepaid .prepaid-xs p:lang(km) {
    font-size: 15px
}
.cellcard-prepaid .prepaid-xs h4 {
    font-size: 18px;
    padding: 0 0 10px
}
.wrapper-plan table {
    width: 100%
}
.wrapper-plan table tr td {
    padding: 10px 0 10px 7px;
    text-align: left
}
.wrapper-plan table tr td:first-child:lang(km) {
    font-size: 13px
}
.wrapper-plan table tr td:first-child {
    width: 125px
}
.wrapper-plan table tr td:first-child+td {
    width: 10px
}
.wrapper-plan table tr td span {
    color: #F9A01B;
    font-size: 16px;
    font-family: galano_grotesquemedium!important;
    font-weight: 300!important
}
.wrapper-plan table tr td b {
    width: 100%;
    float: left;
    font-weight: 400;
    margin: 3px 0
}
.wrapper-plan table tr td b.del {
    text-decoration: line-through
}
.new-category .description .learn-more:hover {
    border: 1px solid #0097DB;
    background-color: #0097DB
}
.new-category .description .learn-more:hover a {
    color: #fff!important
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .cellcard-prepaid .prepaid-xs .row .col-sm-3 {
        width: 30%!important
    }
    .fine-best .checkbox {
        font-size: 15px
    }
    .cellcard-prepaid .plan {
        min-height: 455px
    }
}
@media screen and (max-width: 992px) {
    .fine-best form {
        margin-top: -15px
    }
    .fine-best p {
        font-size: 14px;
        margin-top: 0;
        line-height: 20px
    }
    .click-fine-best {
        width: 33.333%
    }
    .fine-best form input {
        width: 24px;
        height: 24px;
        margin: 16px 10px 0 0
    }
    .click-fine-best label {
        font-size: 13px;
        padding-left: 0
    }
    .long .wrapper-plan,
    .wrapper-plan {
        min-height: 128px
    }
    .cellcard-prepaid .prepaid-xs {
        padding-left: 15px;
        padding-right: 5px
    }
    .wrapper-plan table tr td {
        padding: 5px 0
    }
    .cellcard-prepaid .prepaid-xs p {
        font-size: 16px
    }
    .cellcard-prepaid .plan {
        padding: 15px 10px
    }
    .cellcard-prepaid .long {
        padding: 35px 10px;
        margin-bottom: 25px!important;
        margin: 25px auto 0
    }
    .cellcard-prepaid .prepaid-xs .see-plan {
        width: 135px
    }
}