@font-face {
    font-family: "TruenoBd";
    src: url("../font/trueno/TruenoBd.otf") format("opentype");
}

@font-face {
    font-family: "TruenoSBd";
    src: url("../font/trueno/TruenoSBd.otf") format("opentype");
}

@font-face {
    font-family: "TruenoLt";
    src: url("../font/trueno/TruenoLt.otf") format("opentype");
}

@font-face {
    font-family: "TruenoRg";
    src: url("../font/trueno/TruenoRg.otf") format("opentype");
}

@font-face {
    font-family: "SourceSansPro";
    src: url("../font/source_sans_pro/SourceSansPro-Regular.ttf");
}

@font-face {
    font-family: "InterSemiBold";
    src: url("../font/inter/Inter-SemiBold.ttf");
}

@font-face {
    font-family: "OpenSans";
    src: url("../font/Open_Sans/OpenSans-Regular.ttf");
}

:root {
    --sf-color: #FF1659;
    --sf-gray: #999999;
    ;
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

#primary-nav {
    background-color: var(--sf-color);
    color: #FFFFFF;
    padding: 30px;
    font-family: 'TruenoRg';
    font-size: 13px;
}

#primary-nav-smaller {
    background-color: var(--sf-color);
    color: #FFFFFF;
    padding: 30px;
    font-family: 'TruenoRg';
    font-size: 15px;
}

#secondary-nav {
    background-color: #000000;
    color: #FFFFFF;
    padding: 10px;
    font-family: 'TruenoLt';
    font-size: 13px;
}

#breadcrumb {
    background-color: #f9d5d8;
    color: #000000;
    font-size: 12px;
    padding: 5px;
}

#header {
    background-color: #5b195a;
    padding: 80px;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    #header {
        padding: 34px 10px;
        text-align: center;
    }
}

#header span {
    font-size: 30px;
}

#primary-nav a {
    margin-right: 30px;
    color: #FFFFFF;
}

#primary-nav-smaller a {
    margin-right: 30px;
    color: #FFFFFF;
}

#secondary-nav a {
    margin-right: 10px;
    color: #FFFFFF;
}

#breadcrumb a {
    color: #000000;
}

.form-control::-webkit-input-placeholder {
    color: #2b2b2b;
    opacity: 30%
}

::placeholder {
    color: #2b2b2b;
    opacity: 30%/* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2b2b2b;
    opacity: 30%
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #2b2b2b;
    opacity: 30%
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.mtb-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.mar-r {
    margin-right: 1.5rem;
}

@media (min-width: 768px and max-width: 991px) {
    .mar-r {
        margin-right: 1.5rem;
    }
}

@media (max-width: 767px) {
    .mar-r {
        margin-right: 0rem;
    }
}

.border-black {
    border: 3px solid #000;
}

.modal-dialog-refer {
    max-width: 600px;
    margin: 1.75rem auto;
}

.bg-smartfren {
    background-color: var(--sf-color);
    color: #FFFFFF;
}

.bg-smartfren-secondary {
    background-color: #F1F1F1;
}

.no-underline {
    text-decoration: none;
}

.no-underline:hover {
    text-decoration: none;
}

.make-bold {
    font-family: 'TruenoBd';
}

.make-light {
    font-family: 'TruenoLt' !important;
}

.make-reg {
    font-family: TruenoRg;
}

.font-bold {
    font-weight: bold;
}

.no-margin-right {
    margin-right: 0px !important;
}

.red-color {
    color: var(--sf-color);
}

.page-sub-title {
    font-family: TruenoRg;
    font-size: 24px;
    color: #2b2b2a;
}


/* Modal */

#menuModal {
    padding: 0 !important;
}

#menuModal .modal-dialog {
    width: 100%;
    max-width: none;
    margin: 0;
}

#menuModal .modal-content {
    border: 0;
    border-radius: 0;
}

#menuModal .modal-body {
    overflow-y: auto;
}

#menuModal a {
    font-family: 'TruenoBd';
    font-size: 11px;
    color: #AEAEAE;
}

#menuModal a.xheader {
    font-size: 13px;
    color: #000000;
}

#menuModal a.active {
    color: #FF0000;
}


/* CONTENT */

.contents {
    font-family: 'TruenoRg';
}

.ch {
    font-size: 24px;
    color: #2b2b2b;
}

.cc {
    font-size: 20px;
    color: #2b2b2a;
}

.cr {
    font-family: 'TruenoLt';
    font-size: 16px;
    color: #2b2b2a;
}

.ch-mod {
    font-family: 'TruenoBd';
    font-size: 20px;
    color: #2b2b2b;
}

.cc-mod {
    font-family: 'TruenoLt';
    font-size: 16px;
    color: #2b2b2a;
}

.cr-mod {
    font-size: 16px;
    color: #2b2b2a;
}

#list-phone {
    font-family: 'TruenoLt';
    font-size: 16px;
}

#closePopover span {
    font-size: 24px;
}

#disclaimer-phone {
    font-family: 'TruenoLt';
    font-size: 14px;
}

.redprice {
    font-family: 'InterSemiBold';
    font-size: 24px;
}

.rpcircle {
    border-radius: 50%;
    font-size: 10px;
    vertical-align: middle;
}

.rpzero {
    font-size: 12px;
}

#inputManual {
    width: 80%;
}

#inputManualFull {
    width: 100%;
}

#inputManual input {
    width: 100%;
    border: 0;
    outline: none;
}

#inputManualFull select {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
}

.info-btn {
    color: #c4c8cc;
    line-height: normal;
    padding: 0px;
    margin-top: -9px;
}

.link-btn {
    color: #000000;
}

.days-package-val {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #626466;
}

*:focus {
    outline: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input.is-invalid~label {
    color: red;
}

.form-control.is-invalid,
.invalid {
    border-color: #dc3545 !important;
    /* padding-right: calc(1.5em + .75rem); */
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    color: #dc3545 !important;
}

.form-control.is-valid,
.valid {
    /* border-color: #28a745; */
    border-color: #d1d1d1;
    /* padding-right: calc(1.5em + .75rem); */
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.btn-danger {
    width: 140px;
    height: 40px;
    background-color: #da1f3c;
    font-family: TruenoBd;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0px;
}

.verifiy-modal-bg.show~.modal-backdrop.show {
    background-color: #fff;
    opacity: .5 !important;
}

.verifiy-modal {
    width: 213px;
    height: 197px;
    border-radius: 6px;
    border: solid 1px #d8d8d8;
    background-color: #d4d4d4;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .verifiy-modal {
        left: 21%;
    }
}

.verifiy-modal-content {}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000 !important;
    font-family: TruenoLt;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 1px solid #d1d1d1;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.make-light .form-group label {
    height: 21px;
    font-family: TruenoRg;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
}

.make-input-like {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    border: 1px solid darkgrey;
    box-shadow: 1px 1px 1px 0 lightgray inset;
}

.make-input-like-sm {
    flex: 0 0 85.5%;
    max-width: 85.5%;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    border: 1px solid darkgrey;
    box-shadow: 1px 1px 1px 0 lightgray inset;
}

.make-pointer {
    cursor: pointer;
}

.list-package {
    border: 1px solid #dee2e6;
}

.list-package.active {
    border: 2px solid #ff1659;
}


/* .list-payment {
    #border: 1px solid #dee2e6;
}

.list-payment.active {
    border: 2px groove var(--sf-color);
} */

.list-number {
    border: 1px solid #b9b9b9;
}

.list-number .rp-value {
    font-family: TruenoRg;
    font-size: 14px;
    color: #989fa6;
    text-decoration: line-through;
    padding-right: 1rem;
}

.list-number.active {
    border: 2px groove var(--sf-color);
}

.list-package .title {
    font-family: TruenoSBd;
    font-size: 16px;
    line-height: 1.25;
    color: #2b2b2b;
}

.list-package .gb {
    font-family: TruenoBd;
    font-size: 21px;
    line-height: 1.24;
    color: #2b2b2b;
}

.list-package .rp-cost {
    font-family: TruenoBd;
    font-size: 20px;
    font-weight: normal;
    text-align: right;
    color: #ff1659;
}

.list-package .text-vaild {
    font-family: TruenoRg;
    font-size: 14px;
    line-height: 1;
    color: #626466;
}

.icon-list {
    color: #989fa6 !important;
}

.icon-list i {
    color: #989fa6 !important;
}

.icon-list .btn {
    width: 78px;
    padding: 0px;
}

.icon-list .text {
    font-family: TruenoLt;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #757575;
    display: block;
    margin-top: 10px;
}

.btn-link:hover {
    text-decoration: none !important;
}

.info-title {
    font-family: TruenoRg;
    font-size: 24px;
    line-height: 1.43;
    color: #2b2b2a;
}

.info-text {
    font-family: TruenoRg;
    font-size: 14px;
    line-height: 1.43;
    color: #757575;
}

.disable-box {
    opacity: 0.5;
    cursor: not-allowed;
}

.disable-box.active {
    opacity: 1;
    cursor: pointer;
}

.disable-bar {
    opacity: 0.5;
    cursor: not-allowed;
}

.disable-bar.active {
    opacity: 1;
    cursor: pointer;
}

.add-on-container {
    display: flex;
    flex-wrap: nowrap;
}

.add-on-container>div {
    margin-right: 1em;
}

.add-on-card {
    width: 110px
}

.add-on-card.active {
    border: 2px solid #ff1659;
    cursor: pointer;
    border-radius: 5px;
}

.add-on-card .header {
    font-family: TruenoSBd;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #333333;
}

@media (max-width: 767px) {
    .add-on-card .header {
        padding: .75rem 1rem;
    }
}

.add-on-card .data-gb {
    font-family: TruenoBd;
    font-size: 24px;
    line-height: 0.83;
    text-align: center;
    color: #333333;
    padding: 10px 10px 18px 10px;
}

.add-on-card .rp-value {
    font-family: TruenoBd;
    font-size: 16px;
    text-align: center;
    color: #ff1659;
    background: transparent;
    border-top: none;
    padding: 3px 6px;
}


/* Earn progressive bar css start. */

.progressive-bar {
    font-family: "SourceSansPro";
}

.progressive-bar li {
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    background: var(--sf-color);
    margin: 0 6em 0 0em;
    display: inline-block;
    color: white;
    position: relative;
}

@media (max-width: 767px) {
    .progressive-bar li {
        margin: 0 4.5em 0 0em;
    }
}

.progressive-bar li span:last-of-type {
    font-size: 16px;
    color: #eeeeee;
    font-family: OpenSans;
    font-weight: bold;
    display: block;
    width: 80px;
    position: relative;
    left: -27px;
    text-align: center;
}

.progressive-bar li::after {
    content: '';
    position: absolute;
    top: .9em;
    width: 120px;
    height: .1em;
    background: #f7f8f9;
    z-index: -1;
}

.progressive-bar li:last-child::after {
    content: '';
    position: absolute;
    top: .9em;
    right: 10;
    left: -4em;
    height: .1em;
    background: transparent;
    z-index: -1;
}

.progressive-bar .active {
    background: #ff1659;
    color: white;
}

.title_color {
    color: #333333 !important;
}

.progressive-bar li {
    background: #f7f8f9;
    color: #eeeeee;
}

.seladdon {
    background: #f7f8f9 !important;
    color: #eeeeee !important;
}

.seladdon span {
    color: #333333 !important;
}

.help-text {
    font-family: TruenoLt;
    font-size: 13px;
    color: #2b2b2b;
}

.mand-text {
    font-family: TruenoLt;
    font-size: 14px;
    color: #989fa6;
}


/* Earn progressive bar css end. */

.acticode-box {
    width: 469px;
    border: 1px #979797 dashed;
    background-color: #fafafa;
    display: inline-block;
}

.acticode-box .title {
    float: left;
    font-size: 17px;
    line-height: 1.18;
    color: #333333;
}

.acticode-box .code {
    float: right;
    font-size: 18px;
    line-height: 1.11;
    text-align: right;
    color: #ff1659;
}

.acticode-box .description {
    font-family: TruenoLt;
    font-size: 14px;
    line-height: 1.43;
    color: #333333;
    float: left;
}

.actisim-box {
    width: 209px;
    height: 396px;
    border: solid 1px #979797;
    display: inline-block;
    background-color: #fafafa
}

.actisim-box .keypad {
    background-color: #fafafa;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    height: 176px;
    width: 207px;
    position: absolute;
    bottom: 10px;
    padding: 10px 5px 0px 5px;
}

.actisim-box .keypad p {
    font-size: 12px;
    margin-bottom: 0px;
}

.actisim-box .keypad span {
    font-size: 8px;
    margin-bottom: 0px;
}

.actisim-box .keypad .text {
    font-size: 8px;
    margin-bottom: 0px;
    line-height: normal;
}

.actisim-box .keypad .input-group {
    height: 25px;
    border-radius: 0px;
    font-size: 0.5em;
    border: 1px solid #979797;
}

.actisim-box .keypad .input-group input {
    height: 23px;
    border-radius: 0px;
    font-size: 1em;
    border: none;
}

.actisim-box .keypad .input-group-append {
    height: 23px;
}

.actisim-box .keypad .input-group-append button {
    font-size: .8rem;
    line-height: 0.0;
    border-radius: 0px;
    background: #fff;
    border: none;
    color: #979797;
}

.actisim-box .keypad .form-verify input {
    margin: 0 2px;
    text-align: center;
    font-size: 15px;
    border: solid 1px black;
    outline: none;
    width: 20px;
    height: 20px;
}

.actisim-box .keypad .form-verify .form-control.is-invalid,
.actisim-box .keypad .form-verify .invalid {
    border-color: #dc3545 !important;
    padding-right: 0px;
    width: 20px;
    height: 20px;
    color: #dc3545 !important;
}

.actisim-box .keypad .form-verify .form-control.is-valid,
.actisim-box .keypad .form-verify .valid {
    padding-right: 0px;
    width: 20px;
    height: 20px;
}

.actisim-box .keypad .form-verify input:focus {
    border-color: var(--sf-color);
}

.actisim-box .keypad .form-verify input::selection {
    background: transparent;
}

.select-number-search {
    border: 0px;
    outline: 0px;
    background: #FFFFFF;
}


/* STEPS */

.stepz {
    font-family: "SourceSansPro";
    margin-left: -3em;
}

.stepz ul {}

.stepz li {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 0em;
    border-radius: 0px;
    background: var(--sf-gray);
    margin: 0 3em 0 1em;
    display: inline-block;
    color: white;
    position: relative;
}

.stepz li span:last-of-type {
    font-size: 14px;
    color: #999999;
    font-family: TruenoRg;
    line-height: 0.71;
    display: block;
    width: 80px;
    text-align: center;
    position: relative;
    left: -35px;
    top: -30px;
    text-align: center;
}

.stepz li::before {
    content: '';
    position: absolute;
    top: .3em;
    left: -99em;
    width: 100em;
    height: .1em;
    background: #f7f8f9;
    z-index: -1;
}

.stepz li:first-child::before {
    content: '';
    position: absolute;
    top: .3em;
    /* left: -4em; */
    width: 100em;
    height: .1em;
    background: #f7f8f9;
    z-index: -1;
}

.stepz li:last-child::after {
    content: '';
    position: absolute;
    top: .3em;
    right: 10;
    /* left: -4em; */
    width: 100em;
    height: .1em;
    background: #f7f8f9;
    z-index: -1;
}

.stepz .active {
    background: #444f59;
    color: white;
}

.stepz .active span:last-of-type {
    font-family: TruenoRg;
    color: #444f59;
}

.stepz .active~li {
    background: white;
    color: #989fa6;
    border: solid 1.5px #e0e0e0;
}

.stepz .active~li span:last-of-type {
    background: transparent;
    color: #989fa6;
    /* width: 50px;
    overflow-wrap: break-word; */
    font-family: TruenoLt;
}

.stepz .active~li::before {
    background: #f7f8f9;
    color: #989fa6;
}

@media (max-width: 767px) {
    .stepz {
        width: 119%;
    }
    .stepz ul {
        display: inline-flex;
        overflow-x: scroll;
        height: 70px;
        width: 100%;
    }
    .stepz li:last-child::after {
        width: 3em;
    }
}

.next-step:hover {
    color: white;
}

.next-verify:hover {
    color: white;
}

.next-review:hover {
    color: white;
}

.next-substep:hover {
    color: white;
}

.pre-step {}

.pre-substep {}

#regis-verify:hover {
    color: white;
}

#closeBtnRegis {
    color: black;
}

#closeBtnRegis:hover {
    color: black;
}

#form-verify input {
    margin: 0 2px;
    text-align: center;
    font-size: 26px;
    border: solid 1px black;
    outline: none;
    transition: all .2s ease-in-out;
}

#form-verify .form-control.is-invalid,
#form-verify .invalid {
    border-color: #dc3545 !important;
    padding-right: 0px;
    color: #dc3545 !important;
}

#form-verify .form-control.is-valid,
#form-verify .valid {
    padding-right: 0px;
}

#form-verify input:focus {
    border-color: var(--sf-color);
    box-shadow: 0 0 5px var(--sf-color) inset;
}

#form-verify input::selection {
    background: transparent;
}

#datepicker-birth {
    color: black;
}

#datepicker-birth:hover {
    color: black;
}

.pay-suc-det {
    background-color: #f9fbff;
    border: 3px solid #c8d9ff;
    border-radius: 4px;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: transparent;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border-radius: .25rem;
}

.actisim-box .tooltip-wrap {
    display: inline-block;
    position: absolute;
    left: 193px;
    bottom: 103px;
    padding-left: 16px;
    background: url(../img/arow.png) left top no-repeat;
}

.actisim-box .tooltip-wrap .tooltip-box {
    width: 206px;
    border: 1px #979797 dashed;
    background: #fafafa;
    display: inline-block;
    padding: 10px;
}

.actisim-box .tooltip-wrap .tooltip-box .title {
    float: left;
    font-size: 10px;
    line-height: 1.18;
    color: #333333;
}

.actisim-box .tooltip-wrap .tooltip-box .code {
    float: right;
    font-size: 10px;
    line-height: 1.11;
    text-align: right;
    color: #ff1659;
}

.divider {
    width: 100%;
    display: inline-block;
    height: 1px;
    border-bottom: 1px solid #cacaca;
}

.box-left {}

.box-left .title {
    font-family: TruenoRg;
    font-size: 14px;
    line-height: 1.14;
    color: #939699;
}

.box-left .sub-title {
    font-size: 17px;
    line-height: 1.18;
    color: #333333;
}

.box-left ul {
    padding-inline-start: 18px;
}

.box-left ul li {
    font-family: TruenoLt;
    font-size: 14px;
    color: #333333;
}

#site-footer {
    color: #fff;
    width: 100%;
    height: auto;
    background: #da1f3c;
    background-color: #da1f3c;
}

#site-footer .footer-top {
    padding: 30px 0 20px;
    color: #fff;
}

#site-footer .footer-top .btm-logo {
    margin-top: 10px;
}

#site-footer .footer-top .btm-logo a {
    color: #fff;
    font-size: 17px;
    font-family: Font-Bold;
    padding-right: 20px;
}

#site-footer .footer-top .socmed-logo {
    text-align: right;
}

#site-footer .footer-top .socmed-logo a {
    color: rgba(255, 255, 255, 0.6);
    padding-left: 10px;
    padding-right: 0;
    text-decoration: none;
}

#site-footer .footer-top .btm-logo a img {
    max-width: 90px;
}

#site-footer .line-footer {
    border-bottom: solid 1px #fff;
    position: absolute;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#site-footer .footer-bottom {
    color: #fff;
    padding: 21px 0;
}

#site-footer .footer-bottom a {
    font-family: TruenoLt;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}

#site-footer .footer-top .socmed-logo a i {
    display: inline;
}

#site-footer .footer-bottom a.btm-text {
    padding-right: 40px;
}

#site-footer .footer-bottom .copyright {
    margin-top: 10px;
}

#site-footer .footer-bottom .copyright p {
    font-family: TruenoLt;
    font-size: 10px;
    color: #ffffff;
    text-align: right;
}

.icon-list .btn-link {
    font-weight: 400;
    color: transparent;
    text-decoration: none !important;
}

@media (min-width: 768px and max-width: 991px) {
    .icon-list .btn-link {
        margin-bottom: 1rem;
    }
    .icon-list .btn {
        width: 72px;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .icon-list .btn-link {
        margin-bottom: 1rem;
    }
    .icon-list .btn {
        width: 72px;
        padding: 0px;
    }
}

.feedback {
    display: none;
    font-size: 14px;
    color: green;
}

.line-hg {
    line-height: 26px !important;
}

.dash-box {
    border: solid 2px #b9b9b9;
    background-color: #ffffff;
}

.dash-box .icon {}

.dash-box .title {
    font-family: TruenoSBd;
    font-size: 18px;
    color: #2b2b2b;
}

.dash-box .info {
    font-family: TruenoLt;
    font-size: 16px;
    color: #000000;
    min-height: 60px;
}

.modal-text {
    font-family: TruenoLt;
    font-size: 16px;
    color: #000000;
}


/* Landing page css start here */

.hero-banner {
    width: 100%;
    height: 550px;
    background-color: #000000;
}

.hero-banner .content-box {
    margin-top: 7rem;
}

.hero-banner .content-box .heading {
    font-family: TruenoBd;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

.hero-banner .content-box .heading sup {
    font-family: TruenoBd;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    background: var(--sf-color);
    padding: 2px;
    border-radius: 2px;
}

.hero-banner .content-box .heading span {
    font-family: TruenoBd;
    font-size: 20.3px;
    color: #000000;
    background-color: #ffffff;
    display: table;
    padding: 0px 3px;
    border-radius: 3px;
}

.hero-banner .content-box .text {
    font-family: TruenoBd;
    font-size: 30px;
    color: #ffffff;
    margin-top: 1rem;
    line-height: normal;
}

.hero-banner .content-box .get-start {
    margin-top: 3rem;
}

.hero-banner .content-box .text span {
    color: var(--sf-color);
}

.hero-banner .banner-nav {
    background-color: #f2f2f2;
    text-align: center;
    margin-top: -5px;
}

.hero-banner .banner-nav ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.hero-banner .banner-nav ul li {
    display: inline-block;
    border-right: solid 1px #e0e0e0;
    padding: 1rem;
    width: 32%;
    text-align: center;
}

.hero-banner .banner-nav ul li:last-child {
    border-right: none;
}

.hero-banner .banner-nav ul li a {
    font-family: TruenoRg;
    font-size: 16px;
    color: #222222;
}

@media (max-width: 768px) {
    .hero-banner {
        height: auto;
    }
    .hero-banner .content-box {
        margin-top: 1rem;
        text-align: center;
    }
    .hero-banner .content-box .heading span {
        display: block;
        padding: 0px 3px;
        border-radius: 3px;
        width: 50%;
        margin: 0 auto;
    }
    .hero-banner .banner-nav {
        background-color: #f2f2f2;
        text-align: center;
        margin-top: 0px;
        position: relative;
        top: 27px;
    }
    .hero-banner .banner-nav ul {
        list-style-type: none;
        padding-inline-start: 0px;
        margin-bottom: 0px;
    }
    .hero-banner .banner-nav ul li {
        padding: 1rem 0rem;
    }
    .hero-banner .banner-nav ul li a {
        font-size: 14px;
    }
    .hero-banner .content-box .text {
        font-size: 18px;
    }
}

.page-content {}

.page-content section {
    position: relative;
}

.section-title {
    font-family: TruenoBd;
    font-size: 30px;
    text-align: center;
    color: #222222;
}

.manage-section {
    padding-top: 6rem;
}

.manage-section .white-box {
    /* width: 225px ;*/
    padding: 1rem 2rem;
    color: #000;
    margin-bottom: 1.8rem;
}

.manage-section.white-box .icon {}

.manage-section .white-box .heading {
    font-family: TruenoSBd;
    font-size: 16px;
    line-height: normal;
    padding: 1.5rem 0rem 0.5rem 0rem;
}

.manage-section .white-box .text {
    font-family: TruenoLt;
    font-size: 16px;
    line-height: normal;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 22px;
        line-height: 1.25;
    }
    .manage-section .white-box .text {
        font-size: 14px;
    }
    .manage-section .white-box {
        padding: 1rem 0rem;
    }
}

.benefit-section {
    padding-top: 1rem;
}

.benefit-section .tiles-wrap {
    display: flex;
    flex-wrap: wrap;
}

.benefit-section .tiles-wrap .black-tiles {
    width: 260px;
    background-color: #000000;
    padding: 1.8rem 1rem 1rem 1rem;
    color: #ffffff;
    margin-bottom: 1rem;
    margin-left: 8px;
    margin-right: 8px;
}

.benefit-section .black-tiles .icon {}

.benefit-section .black-tiles .heading {
    font-family: TruenoSBd;
    font-size: 16px;
    line-height: normal;
    margin: 1.5rem 0rem 0.5rem 0rem;
}

.benefit-section .black-tiles .heading span {
    font-family: TruenoBd;
    font-size: 21px;
    display: block;
}

.benefit-section .black-tiles .text {
    font-family: TruenoLt;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}

@media (max-width: 768px) {
    .benefit-section .black-tiles .text {
        font-size: 14px;
    }
    .benefit-section .tiles-wrap {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
    }
    .benefit-section .tiles-wrap .black-tiles {
        width: 225px;
        background-color: #000000;
        padding: 1.8rem 1rem 1rem 1rem;
        color: #ffffff;
        margin-bottom: 1rem;
        margin-left: 8px;
        margin-right: 8px;
    }
    .benefit-section .black-tiles .icon {
        width: 193px;
    }
}

.info-section {}

.info-section .info-wrap {
    background-color: #000000;
    margin-top: 15rem;
    padding-bottom: 86px;
}

.info-section .info-wrap .info-inner {
    position: relative;
    top: -14em;
}

.work-process {
    margin-top: 4rem;
}

.work-process .step {}

.work-process .step .work-title {
    font-family: TruenoBd;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
}

.work-process .step .title {
    font-family: TruenoBd;
    font-size: 30px;
    text-align: center;
    color: #ff1659;
    margin-bottom: 0.5rem;
}

.work-process .step .sub-title {
    font-family: TruenoSBd;
    font-size: 21px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1rem;
}

.work-process .step .detail-box {
    border: 2px solid #fff;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .info-section .info-wrap {
        margin-top: 10rem;
        padding-bottom: 45px;
    }
    .info-section .info-wrap .info-inner {
        position: relative;
        top: -10em;
    }
    .work-process .step .mar-b {
        margin-bottom: 3rem;
    }
}

.work-process .step .detail-box .box-body {
    padding: 1rem;
}

.work-process .step .detail-box .paket-plan {
    font-family: TruenoSBd;
    font-size: 21px;
    color: #ffffff;
}

.work-process .step .detail-box .paket-bonus {
    font-family: TruenoSBd;
    font-size: 21px;
    color: #ffffff;
}

.work-process .step .detail-box .paket-bonus span {
    opacity: 0.6;
    font-family: TruenoRg;
    font-size: 21px;
    display: block;
}

.work-process .step .detail-box .gb {
    font-family: TruenoSBd;
    font-size: 48px;
    color: #ff1659;
}

.work-process .step .detail-box .bonus {
    font-family: TruenoSBd;
    font-size: 21px;
    color: #ffffff;
}

.work-process .step .detail-box .footer {
    border-top: 2px solid #fff;
    font-family: TruenoRg;
    font-size: 18px;
    color: #ffffff;
    padding: 1rem 5rem;
}

.work-process .step .detail-box .gb-addon {
    font-family: TruenoSBd;
    font-size: 48px;
    color: #ff1659;
    display: inline-flex;
    border: 3px dotted;
    padding: 0rem 0.6rem;
    margin: 1rem .1rem 2rem;
}

.work-process .step .detail-box .gb-bonus {
    display: inline-block;
    padding: 0rem 0.6rem;
    margin: 1rem 1.5rem 2rem;
    color: #fff;
    font-family: TruenoSBd;
    font-size: 21px;
}

.work-process .step .detail-box .gb-bonus span {
    font-family: TruenoRg;
}

.work-process .step .mr-left {
    margin-left: 22%;
}

.work-process .step .pd-botom {
    padding-bottom: 1.5rem !important;
}

.work-process .step .detail-box .gb-bonus .data-gb {
    font-family: TruenoSBd;
    font-size: 48px;
    color: #ff1659;
    display: block;
}

.work-process .step .detail-box .img {
    position: absolute;
    bottom: -10px;
    left: 10px;
}

.work-process .step .process-img {
    position: absolute;
    bottom: -310px;
    width: 100%;
}

.work-process .step .process-img img {
    padding-top: 32px;
}

.sisa-title {
    font-family: TruenoRg;
    opacity: 0.6;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    top: 26px;
    /* right: 0px; */
    width: 100%;
    /* left: 0; */
    text-align: center;
    margin: 0 auto;
}

.work-process .step .detail-box .img-one {
    position: absolute;
    top: 53px;
    left: -64px;
}

.work-process .step .detail-box .img-two {
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.work-process .step .detail-box .img-three {
    position: absolute;
    top: -10px;
    right: -47px;
}

.work-process .step .detail-box .img-four {
    position: absolute;
    bottom: -18px;
    right: 0px;
    left: 0;
}

.work-process .step .detail-box .img-five {
    position: absolute;
    left: -65px;
    top: 53px;
}

.work-process .step .detail-box .img-six {
    position: absolute;
    bottom: -11px;
    right: 15px;
}

.mrgint-9 {
    margin-top: 9rem;
}

.mrgint-bt {
    margin-top: 9rem;
}

@media (max-width: 768px) {
    .work-process .step .work-title {
        font-size: 22px;
    }
    .work-process .step .title {
        font-size: 22px;
    }
    .work-process .step .sub-title {
        font-size: 16px;
    }
    .work-process .step .detail-box .paket-plan {
        font-size: 18px;
    }
    .work-process .step .detail-box .paket-bonus {
        font-size: 14px;
    }
    .work-process .step .detail-box .paket-bonus span {
        font-size: 14px;
    }
    .work-process .step .detail-box .bonus {
        font-size: 18px;
    }
    .work-process .step .detail-box .footer {
        font-size: 15px;
        padding: 1rem 4rem;
    }
    .work-process .step .detail-box .gb {
        font-size: 26px;
    }
    .work-process .step .detail-box .gb-addon {
        font-size: 26px;
        display: inline-table;
    }
    .work-process .step .mr-left {
        margin-left: 0%;
        margin-top: 5rem;
    }
    .work-process .step .detail-box .img-one {
        position: absolute;
        top: 43px;
        left: -44px;
    }
    .work-process .step .detail-box .img-one img {
        width: 83%;
    }
    .work-process .step .detail-box .img-three {
        position: absolute;
        top: 7px;
        right: -54px;
    }
    .work-process .step .detail-box .img-three img {
        width: 70%;
    }
    .work-process .step .detail-box .img-five {
        position: absolute;
        left: 0;
        top: -44px;
        right: 0;
    }
    .work-process .step .detail-box .img-five img {
        width: 18%;
    }
    .work-process .step .detail-box .gb-bonus {
        display: inline-block;
        padding: 0rem 0rem;
        margin: 1rem 0rem 2rem;
        color: #fff;
        font-family: TruenoSBd;
        font-size: 10px;
        width: 93px;
    }
    .work-process .step .detail-box .gb-bonus .data-gb {
        font-size: 26px;
    }
    .work-process .step .process-img {
        position: absolute;
        bottom: -205px;
        left: -4px;
    }
    .work-process .step .process-img img {
        padding-top: 0px;
    }
    .sisa-title {
        opacity: 0.6;
        font-family: TruenoRg;
        font-size: 14px;
        position: absolute;
        top: -45px;
        right: 0px;
        width: 100%;
        text-align: center;
    }
    .mrgint-9 {
        margin-top: 6rem;
    }
    .mrgint-bt {
        margin-top: 4rem;
    }
}

.featured-section {
    padding-top: 35px;
    padding-bottom: 40px
}

.featured-section .text {
    font-family: TruenoLt;
    font-size: 16px;
    text-align: center;
    color: #222222;
}

.featured-section .text span {
    color: var(--sf-color);
    ;
}

.featured-section .powerup-galley {
    opacity: 0.01;
    font-family: TruenoBd;
    font-size: 100px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
}

.join-section {
    padding-top: 45px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #ff1659;
    color: #ffffff;
}

.join-section .heading {
    font-family: TruenoBd;
    font-size: 30px;
}

.join-section .info {
    font-family: TruenoLt;
    font-size: 16px;
    width: 50%;
    margin: 5px auto 25px;
    line-height: normal;
}

.btn-white {
    width: 140px;
    height: 40px;
    color: #da1f3c;
    background: #fff;
    font-family: TruenoBd;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    border-radius: 0px;
}

.download-section {
    background-color: #ff1659;
    padding-top: 28px;
}

@media (max-width: 768px) {
    .download-section {
        text-align: center;
    }
}

.download-title {
    font-family: TruenoSBd;
    font-size: 36px;
    color: #ffffff;
    margin-top: 55px;
}

.download-info {
    font-family: TruenoLt;
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0 40px 0;
}

.download-btn {
    width: 189px;
    display: inline-block;
    margin-right: 12px;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .cd-words-wrapper {
        display: block;
        position: relative;
        text-align: center;
    }
    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: wrap;
        left: 0;
        right: 0;
        top: 0;
    }
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}


/* -------------------------------- 

xrotate-1 

-------------------------------- */

.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

@media (max-width: 767px) and (orientation: portrait) {
    .cd-headline.rotate-1 .cd-words-wrapper {
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        perspective: 300px;
        width: 320px !important;
    }
}

@media (min-width: 540px) and (max-width: 750px) and (orientation: landscape) {
    .hero-banner {
        width: 100%;
        height: 390px;
        background-color: #000000;
    }
    .hero-banner .banner-nav ul li a {
        font-family: TruenoRg;
        font-size: 13px;
        color: #222222;
    }
    .hero-banner .banner-nav {
        background-color: #f2f2f2;
        text-align: center;
        margin-top: 86px;
    }
    .hero-banner .content-box {
        margin-top: 1rem;
        text-align: left;
    }
    .cd-words-wrapper {
        display: block;
        position: relative;
        text-align: left;
    }
}

@media (min-width: 800px) and (max-width: 900px) and (orientation: landscape) {
    .cd-headline.rotate-1 .cd-words-wrapper {
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        perspective: 300px;
        width: 320px !important;
    }
    .hero-banner .content-box .text {
        font-size: 20px;
    }
    .hero-banner {
        width: 100%;
        height: 450px;
        background-color: #000000;
    }
    .hero-banner .banner-nav ul li a {
        font-family: TruenoRg;
        font-size: 13px;
        color: #222222;
    }
    .hero-banner .banner-nav {
        background-color: #f2f2f2;
        text-align: center;
        margin-top: 86px;
    }
    .hero-banner .content-box {
        margin-top: 1rem;
        text-align: left;
    }
    .cd-words-wrapper {
        display: block;
        position: relative;
        text-align: left;
    }
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}

.btn-skip {
    font-family: TruenoSBd;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #2b2b2a;
}


/* faq section css start */

.faq-section {
    padding-top: 35px;
    padding-bottom: 40px;
}

.faq-wrap {
    border: solid 1px #dddddd;
    border-radius: 8px;
    padding: 0% 2%;
    margin-bottom: 5%;
}

.faq-wrap .faq-acc .card {
    margin-bottom: 0px;
    border: 0;
}

.faq-wrap .faq-acc .card .card-header {
    border-bottom: solid 1px #dddddd;
    border-radius: 0px;
    padding: 0;
    background-color: transparent;
    margin-bottom: 1px;
}

.faq-wrap .faq-acc .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: transparent;
    padding: 12px 0px;
    font-family: TruenoRg;
    font-size: 16px;
    color: #222222;
}

.faq-wrap .faq-acc .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #333333;
    float: right;
}

.faq-wrap .faq-acc .card .card-header .btn-header-link.collapsed {
    background: transparent;
    color: #333333;
}

.faq-wrap .faq-acc .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}

.faq-wrap .faq-acc .card .collapsing {
    background: transparent;
    line-height: 30px;
    border: transparent;
    border-top: 0px;
}

.faq-wrap .faq-acc .card .collapse {
    border: 0;
}

.faq-wrap .faq-acc .card .collapse.show {
    background: transparent;
    line-height: 30px;
    color: #222;
    border-bottom: 1px solid #dddddd;
    border-top: 0px;
}

.faq-wrap .faq-acc .card .card-body ul {
    padding-inline-start: 0px;
    list-style-type: none;
    margin-left: 0px;
}

.faq-wrap .faq-acc .card .card-body ul li {
    color: #333333;
    font-size: 14px;
    font-family: 'Trueno Light';
    margin-bottom: 5px;
    width: 100%;
    margin-left: 0px;
}


/* nested accordian */

.faq-nestedacc .card {
    margin-bottom: 0px;
    border: 0;
}

.faq-nestedacc .card .card-header {
    border-bottom: solid 1px #dddddd;
    border-radius: 0px;
    padding: 0;
    background-color: transparent;
    margin-bottom: 1px;
}

.faq-nestedacc .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: transparent;
    padding: 12px 0px;
    font-family: TruenoRg;
    font-size: 16px;
    color: #222222;
}

.faq-nestedacc .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #333333;
    float: right;
}

.faq-nestedacc .card .card-header .btn-header-link.collapsed {
    background: transparent;
    color: #333333;
}

.faq-nestedacc .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}

.faq-nestedacc .card .collapsing {
    background: transparent;
    line-height: 30px;
    border: transparent;
    border-top: 0px;
}

.faq-nestedacc .card .collapse {
    border: 0;
}

.faq-nestedacc .card .collapse.show {
    background: transparent;
    line-height: 30px;
    color: #222;
    border-bottom: 1px solid #dddddd;
    border-top: 0px;
}

.faq-wrap .faq-acc .card .card-body ul {
    padding-inline-start: 0px;
    list-style-type: none;
    margin-left: 0px;
}

.faq-nestedacc .card .card-body ul li {
    color: #333333;
    font-size: 14px;
    font-family: 'Trueno Light';
    margin-bottom: 5px;
    width: 100%;
    margin-left: 0px;
}

.subacc {
    font-family: TruenoRg;
    font-size: 14px;
    text-align: center;
    color: #aeaeae;
}

.subacc a {
    color: #aeaeae;
}

.subacc .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #aeaeae;
}

.subacc .btn-header-link.collapsed {
    background: transparent;
    color: #aeaeae;
}

.subacc .btn-header-link.collapsed:after {
    content: "\f107";
}

.tnc-wrap {
    border-radius: 10px;
    background-color: #f1f1f1;
    width: 100%;
    padding: 1% 2%;
    margin-bottom: 2%;
    display: inline-block;
}

.tnc-wrap p {
    display: inline-block;
    margin-bottom: 0rem;
    font-family: TruenoSBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222222;
}

.tnc-wrap a {
    float: right;
    font-family: TruenoSBd;
    font-size: 14px;
    color: #848484;
    text-decoration: none;
}

.tnc-wrap a span {
    margin-left: 5px;
}

.tnc-modal .modal {
    display: block !important;
}

.tnc-modal .modal-dialog {
    overflow-y: initial !important
}

.tnc-modal .modal-body {
    max-height: 400px;
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    .tnc-wrap {
        padding: 3% 2%;
        text-align: center;
    }
    .tnc-wrap a {
        float: none;
    }
}

.cookie-banner {
    position: fixed;
    bottom: 65px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f2f2;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 9;
    font-size: 14px;
    font-weight: bold;
}

.cookie-banner a {
    color: #333;
    text-decoration: underline;
}

.cookie-close {
    height: 16px !important;
    cursor: pointer;
}


/* payment screen css start */

.payment-wrap .card {
    margin-bottom: 0px;
    border: 0;
}

.payment-wrap .card .card-header {
    border: 0;
    border-bottom: solid 1px #eaeced;
    border-radius: 0px;
    padding: 0;
}

.payment-wrap .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #fbfbfb !important;
    text-transform: uppercase;
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
    padding: 10px 20px;
}

.payment-wrap .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    -webkit-text-stroke: 1px #fff;
    font-size: 24px;
    line-height: 19px;
}

.payment-wrap .card .card-header .btn-header-link.collapsed {
    background: #fbfbfb;
    color: #222;
    border-bottom: solid 1px #eaeced;
}

.payment-wrap .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}

.payment-wrap .card .collapsing {
    background: transparent;
    line-height: 30px;
}

.payment-wrap .card .collapse {
    border: 0;
}

.payment-wrap .card .collapse.show {
    background: transparent;
    line-height: 30px;
    color: #222;
}

.payment-wrap .card .card-body {
    padding: 0px;
}

.payment-wrap .card .card-body .payment-method {
    border-bottom: solid 1px #eaeced;
}

.payment-disable {
    opacity: .2;
}

.payment-active {}

.payment-active i {
    color: #ff1659;
}

.payment-wrap .card .card-body .payment-method .payment-inner {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}

.payment-wrap .card .card-body .payment-method h4 {
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
    margin-bottom: 0px;
}

.payment-wrap .card .card-body .payment-method .right-box {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.payment-wrap .card .card-body .payment-method .right-box .bal-title {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #939699;
    text-align: right;
}

.payment-wrap .card .card-body .payment-method .right-box .bal {
    font-family: TruenoSBd;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #333333;
    display: block;
}

.payment-wrap .card .card-body .payment-method .right-box p {
    display: inline-block;
    text-align: center
}

.payment-wrap .card .card-body .payment-method .right-box .logo-icon {
    margin: 0 30px;
    width: 100px;
}

.dis {
    display: block;
}

.untick {
    color: #eeeeee;
    font-size: 20px;
}

.total-bayar {
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
}

.bayar-rp {
    font-family: TruenoBd;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000;
}

.pl-15 {
    padding-left: 35px;
}

.pr-15 {
    padding-right: 35px;
}

@media screen and (max-width: 768px) {
    .payment-wrap .card .card-header .btn-header-link {
        font-size: 12px;
    }
    .plr {
        padding-left: 0px;
        padding-right: 0px;
    }
    .payment-wrap .card .card-body .payment-method h4 {
        font-family: TruenoLt;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2b2b2b;
        margin-bottom: 0px;
    }
    .payment-wrap .card .card-body .payment-method .right-box .bal-title {
        font-family: TruenoRg;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        color: #939699;
        text-align: right;
    }
    .payment-wrap .card .card-body .payment-method .right-box .bal {
        font-family: TruenoSBd;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.18;
        letter-spacing: normal;
        color: #333333;
        display: block;
    }
    .payment-wrap .card .card-body .payment-method .right-box .logo-icon {
        margin: 0 12px 0 12px;
        width: 58px;
    }
    .payment-wrap .card .card-body .payment-method .right-box .logo-icon img {
        width: 50px;
    }
}


/* payment initiate screen start */

.payint-wrap {
    max-width: 556px;
    width: 100%;
    display: inline-block;
    margin-top: 10%;
    margin-bottom: 10%;
}

.payint-wrap .payint-title {
    font-family: TruenoRg;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 24px;
}

.payint-wrap .payint-subtitle {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.payint-wrap .pinint-subtitle span {
    font-family: TruenoBd;
}

.payint-wrap .pay-info-box {
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    padding: 19px 23px 19px 24px;
}

.payint-wrap .pay-info-box .total-amt-row {
    padding: 20px 24px;
}

.payint-wrap .pay-info-box .total-amt-row .leftbox {
    width: 50%;
}

.payint-wrap .title {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #878787;
}

.payint-wrap .title1 {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #2b2b2b;
}

.payint-wrap .amount {
    font-family: TruenoSBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.font-18 {
    font-size: 18px;
}

.payint-wrap .pay-info-box .btn-copy {
    width: 60px;
    height: 26px;
    background-color: #da1f3c;
    border: 1px solid #da1f3c;
    padding: 5px 10px;
    font-family: TruenoBd;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 2px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 0px;
}

.payint-wrap .pay-info-box .logo-icon {
    margin-top: 11px;
}

.payint-wrap .timer-section {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: solid 1px #eaeced;
    display: inline-block;
    width: 100%;
}

.payint-wrap .timer {
    font-family: TruenoSBd;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    margin-top: 5px;
}

.payint-wrap .btn-status {
    font-family: TruenoBd;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    border-radius: 0px;
    border: solid 1px #eeeeee;
    padding: 12px 10px;
    text-transform: uppercase;
    float: right;
    min-width: 217px;
}

.payint-wrap .pay-inst-box {
    text-align: center;
    margin-top: 29px;
}

.btn-instruction {
    font-family: TruenoSBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.btn-instruction:hover {
    color: #000000;
}

.payint-wrap .pay-info-box .total-amt-row .rightbox {
    width: 50%;
}

.payint-wrap .pay-info-box .pay-method-row {
    background-color: #fbfbfb;
    padding: 20px 24px;
    border-top: solid 1px #eaeced;
    border-bottom: solid 1px #eaeced;
}

.payint-wrap .pay-info-box .pay-duedate {
    padding: 20px 24px;
}

@media screen and (max-width: 768px) {
    .payint-wrap .pay-info-box .total-amt-row {
        padding: 20px 11px;
    }
    .payint-wrap .pay-info-box .pay-method-row {
        background-color: #fbfbfb;
        padding: 20px 11px;
    }
    .payint-wrap .pay-info-box .pay-duedate {
        padding: 20px 11px;
    }
    .payint-wrap .payint-title {
        text-align: center !important;
    }
    .payint-wrap .payint-subtitle {
        text-align: center !important;
    }
    .payint-wrap .timer-section {
        text-align: center;
    }
    .payint-wrap .btn-status {
        float: none;
        margin-top: 20px;
    }
    .payint-wrap .amount span {
        float: left;
    }
    .plr-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}


/* oder detail section css start */

.order-detail-wrap {}

.order-detail-wrap .order-detail-acc {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
    text-align: center;
    border-top: solid 1px #eaeced;
    padding: 10px 0;
}

.order-detail-wrap .order-detail-acc a {
    color: #2b2b2b;
    text-decoration: none;
}

.order-detail-wrap .order-detail-acc .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #2b2b2b;
}

.order-detail-wrap .order-detail-acc .btn-header-link.collapsed {
    background: transparent;
    color: #2b2b2b;
}

.order-detail-wrap .order-detail-acc .btn-header-link.collapsed .hide {
    display: none;
}

.order-detail-wrap .order-detail-acc .btn-header-link.collapsed .show {
    display: inline-block;
}

.order-detail-wrap .order-detail-acc .btn-header-link .show {
    display: none;
}

.order-detail-wrap .order-detail-acc .btn-header-link.collapsed:after {
    content: "\f107";
}

.order-detail-wrap .order-info {
    padding: 20px 24px;
    border-top: solid 1px #eaeced;
}

.order-detail-wrap .order-info .title01 {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #939699;
    margin-bottom: 10px;
}

.order-detail-wrap .order-info .sub-text {
    font-family: TruenoSBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #333333;
}

.order-detail-wrap .order-info .mb-29 {
    margin-bottom: 29px;
}

.order-detail-wrap .order-info .mb-10 {
    margin-bottom: 10px;
}

.order-detail-wrap .order-info .sep-line {
    border-top: solid 1px #eaeced;
    height: 1px;
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
}

.order-detail-wrap .order-info ul {
    padding-inline-start: 16px;
    margin-bottom: 0px;
}

.order-detail-wrap .order-info ul li {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #333333;
}

.help-text1 {
    font-family: TruenoRg;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f4282d;
}

.btn-sf {
    font-family: TruenoBd;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 12px 30px;
    border: 1px solid #ff1659;
    border-radius: 0px;
    text-transform: uppercase;
    background-color: #da1f3c;
    min-width: 217px;
}

.btn-sf:hover {
    color: #ffffff;
}

.mysf-color {
    color: #da1f3c !important;
}

.mysf-black {
    color: #2b2b2b !important;
}

.alert-warning {
    color: #fff;
    background-color: #ff830a;
    border-color: #ff830a;
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
}

.alert-warning .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
}

.alert-warning span {
    margin-right: 10px;
}

btn:focus,
a:focus,
input:focus,
select:focus,
textarea {
    box-shadow: none !important;
}

input:focus,
textarea {
    background-color: transparent !important;
    box-shadow: none !important;
    border: 1px solid #d1d1d1 !important;
}

button:focus {
    outline: none !important;
}

#paynow {
    line-height: 27px;
    min-width: 140px;
}


/* Package & Add-On screen html start */

.content-wrap {}

.heading-2 {
    font-family: TruenoRg;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.sim-box {}

.sim-box .select-sim {
    box-shadow: -1px -1px 10px 0 rgba(255, 255, 255, 0.1);
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    padding: 20px 32px;
    margin: 30px 0 40px 0;
    cursor: pointer;
    box-sizing: border-box;
    min-height: 88px;
}

.select-sim.active {
    border: 2px solid #ff1659;
}

.sim-box .select-sim .media-sim {
    float: left;
    margin-right: 20px;
}

.sim-box .select-sim .content {
    padding-left: 52px;
}

.sim-box .select-sim .content span {
    display: inline-block;
    width: 88%;
}

.sim-box .select-sim .content a {
    float: right;
    margin-top: 7px;
}

@media (max-width: 768px) {
    .sim-box .select-sim .content a {
        float: right;
        margin-top: 14px;
    }
    .sim-box .select-sim {
        padding: 20px 20px;
    }
    .sim-box .select-sim .media-sim {
        margin-top: 3%;
    }
}

.sim-box .select-sim .content .sim-title {
    font-family: TruenoSBd;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.sim-box .select-sim .content .sim-info {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #000000;
}

.sim-box .select-package {
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    padding: 18px 20px;
    margin: 30px 0 40px 0;
    cursor: pointer;
}

.select-package.active {
    border: 2px solid #ff1659;
}

.sim-box .select-package .pack-name {
    font-family: TruenoSBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #2b2b2b;
}

.sim-box .select-package .pack-name span {
    font-family: TruenoBd;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    display: block;
}

.sim-box .select-package .pack-cost {
    font-family: TruenoSBd;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    text-align: right;
}

.sim-box .select-package .pack-info {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #000000;
    margin-top: 20px;
}

.sim-box .select-package .pack-info span {
    display: block;
}

.sim-box .select-package .pack-detail {}

.sim-box .select-package .pack-detail a {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #000000;
    text-decoration: none;
}

.sim-box .media-icons {
    text-align: center;
}

.sim-box .media-icons ul {
    padding-inline-start: 0px;
}

.sim-box .media-icons ul li {
    display: inline-block;
    font-family: TruenoBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #2b2b2b;
    width: 14%;
    text-align: left;
    margin: 0 3%;
}

.sim-box .media-icons ul li:first-child {
    margin-left: 0px;
}

.sim-box .media-icons ul li:last-child {
    margin-right: 0px;
}

.sim-box .media-icons ul li span {
    float: left;
    width: 30px;
    margin-right: 15px;
}

.sim-box .media-icons ul li span img {
    width: 30px;
}

.sim-box .tag-line {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #757575;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.sim-box .more-data {
    margin-top: 60px;
    padding: 21px 22px 19px;
    border: solid 2px #D1D1D1;
    /* margin-bottom: 40px; */
}

.more-data .more-acc .card {
    margin-bottom: 0px;
    border: 0;
}

.more-data .more-acc .card .card-header {
    border-bottom: solid 1px #dddddd;
    border-radius: 0px;
    padding: 0;
    background-color: transparent;
    margin-bottom: 1px;
}

.more-data .more-acc .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: transparent;
    padding: 12px 0px;
    font-family: TruenoRg;
    font-size: 16px;
    color: #222222;
}

.more-data .more-acc .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #333333;
    float: right;
}

.more-data .more-acc .card .card-header .btn-header-link.collapsed {
    background: transparent;
    color: #333333;
}

.more-data .more-acc .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}

.more-data .more-acc .card .collapsing {
    background: transparent;
    line-height: 30px;
    border: transparent;
    border-top: 0px;
}

.more-data .more-acc .card .collapse {
    border: 0;
}

.more-data .more-acc .card .collapse.show {
    background: transparent;
    line-height: 30px;
    color: #222;
    border-bottom: 1px solid #dddddd;
    border-top: 0px;
}

.more-data .more-acc .card .card-body ul {
    padding-inline-start: 0px;
    list-style-type: none;
    margin-left: 0px;
}

.more-data .more-acc .card .card-body ul li {
    color: #333333;
    font-size: 14px;
    font-family: 'Trueno Light';
    margin-bottom: 5px;
    width: 100%;
    margin-left: 0px;
}

.more-data .head-info {
    margin-bottom: 30px;
}

.more-data .head-info .left-info {
    font-family: TruenoSBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #2b2b2b;
    float: left;
}

.more-data .head-info .right-info {
    font-family: TruenoBd;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.more-data .sub-info {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #757575;
    display: inline-block;
    width: 46%;
}


/* nested accordian */

.more-nestedacc .card {
    margin-bottom: 20px;
    border: solid 1px #e3e5e6;
    border-bottom: 0px;
    border-radius: 0;
    cursor: pointer;
}

.more-nestedacc .card.active {
    border: 2px solid #ff1659;
}

.more-nestedacc .card .card-header {
    border-bottom: solid 1px #e3e5e6;
    border-radius: 0px;
    padding: 0;
    background-color: transparent;
    margin-bottom: 1px;
}

.more-nestedacc .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: transparent;
    padding: 20px 20px;
    font-family: TruenoRg;
    font-size: 16px;
    color: #222222;
}

.more-nestedacc .card .card-header .btn-header-link:after {
    /* content: "\f106"; */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #333333;
    float: right;
}

.more-nestedacc .card .card-header .btn-header-link.collapsed {
    background: transparent;
    color: #333333;
}

.more-nestedacc .card .card-header .btn-header-link.collapsed:after {
    /* content: "\f107"; */
}

.more-nestedacc .card .collapsing {
    background: transparent;
    line-height: 30px;
    border: transparent;
    border-top: 0px;
}

.more-nestedacc .card .collapse {
    border: 0;
}

.more-nestedacc .card .collapse.show {
    background: transparent;
    line-height: 30px;
    color: #222;
    border-bottom: 1px solid #dddddd;
    border-top: 0px;
}

.more-nestedacc .card .card-body {
    padding: 0;
}

.more-subacc {
    font-family: TruenoRg;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2a;
    text-align: left;
    margin-bottom: 25px;
    position: relative;
}

.more-subacc a {
    color: #2b2b2a;
}

.more-subacc a .left-box {
    display: inline-block;
}

.more-subacc a .left-box1 {
    display: inline-block;
}

.more-subacc a p {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #757575;
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
}

.more-subacc .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    font-size: 20px;
    color: #2b2b2a;
    float: right;
    -webkit-text-stroke: 1px #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.more-subacc .btn-header-link.collapsed {
    background: transparent;
    color: #2b2b2a;
}

.more-subacc .btn-header-link span {
    float: right;
    margin-right: 15px;
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.more-subacc .btn-header-link.collapsed .hide {
    display: none;
}

.more-subacc .btn-header-link.collapsed .show {
    display: inline-block;
}

.more-subacc .btn-header-link .show {
    display: none;
}

.more-subacc .btn-header-link.collapsed:after {
    content: "\f107";
}


/* progress bar css start. */

.more-nestedacc .card .card-body .pro-bar {
    padding: 18px;
    background-color: #f8f8f8;
}

.more-nestedacc .card .card-body .pro-bar .pro-text {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 10px;
}

.pro-bar ul {
    padding-inline-start: 0px;
    list-style-type: none;
    margin-bottom: 0rem;
    position: relative;
}

.pro-bar ul::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    border-left: 1px solid #c1c1c1;
}

.pro-bar li {
    /* background: #eeeeee;
    color: #c1c1c1; */
    margin-bottom: 20px;
}

.pro-bar li:last-child {
    /* background: #eeeeee;
    color: #c1c1c1; */
    margin-bottom: 0px;
}

.pro-bar li span {
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 0em;
    /* background: var(--sf-color); */
    background: #eeeeee;
    margin: 0;
    display: inline-block;
    color: #c1c1c1;
    position: relative;
}

.pro-bar li p {
    display: inline-block;
    float: right;
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.57;
    letter-spacing: normal;
    text-align: right;
    color: #757575;
}

.pro-bar li span:last-of-type {
    font-size: 16px;
    color: #C1C1C1;
    font-family: TruenoRg;
    font-weight: bold;
    display: inline-block;
    width: 80px;
    text-align: center;
    background: transparent;
}

.pro-bar li::after {
    content: '';
    position: absolute;
    top: .9em;
    width: 120px;
    height: .1em;
    background: #f7f8f9;
    z-index: -1;
}

.pro-bar li:last-child::after {
    content: '';
    position: absolute;
    top: .9em;
    right: 10;
    left: -4em;
    height: .1em;
    background: transparent;
    z-index: -1;
}

.pro-bar .active {
    background: #ff1659;
    color: white;
}

.title_color {
    color: #333333 !important;
}

.total-box {}

.total-box .title {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.total-box .total-cal {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.total-box .total-cal i {}

.total-box .total-cal p {
    margin-bottom: 0px;
    font-family: TruenoRg;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #878787;
}

.total-box .total-cal p span {
    font-family: TruenoBd;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    display: block;
    margin-top: 4px;
}

.total-box .total-cal i {
    font-size: 12px;
    color: #000000;
    margin: 0 20px 0 20px;
}

.total-box .total-cal .gb {
    font-family: TruenoBd;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff1659;
    display: inline-block;
}

@media (max-width: 767px) {
    .sim-box .more-data {
        margin-top: 40px;
    }
    .more-nestedacc .card {
        border-bottom: 0px;
        border-radius: 0;
        width: 100%;
    }
    .sim-box .media-icons {
        text-align: left;
    }
    .sim-box .media-icons ul li {
        width: 47%;
        text-align: left;
        margin: 10px 0px 10px 0px;
    }
    .sim-box .tag-line {
        text-align: left
    }
    .more-subacc {
        font-family: TruenoRg;
        font-size: 21px;
    }
    .more-subacc a .left-box1 {
        display: inline-block;
        width: 50%;
    }
    .more-subacc a .left-box {
        display: inline-block;
        width: 90%;
    }
    .more-subacc .btn-header-link span {
        margin-right: 15px;
    }
}


/* Package & Add-On screen html end */


/* Number screen html start */

.number-wrap {}

.number-box {
    padding: 13px 20px;
}

.number-box .number-text {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #1f2933;
}

.number-box .number-rating {
    display: inline-block;
    color: #dddddd;
    font-size: 11px;
    margin-left: 7px;
}

.number-box .number-rating .checked {
    color: orange;
}

.number-box .number-rp {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.number-box .number-strik {
    color: #989fa6;
    text-decoration: line-through;
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
}

.number-box .number-free {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    margin-left: 12px;
}

@media (max-width: 768px) {
    .number-box .number-text {
        font-size: 14px;
    }
    .number-box {
        padding: 13px 16px;
        text-align: center;
    }
    .number-box .number-strik {
        font-size: 13px;
    }
    .number-box .number-rating {
        font-size: 7px;
    }
    .number-box .number-free {
        margin-left: 0px;
    }
    .unlock-modal .number-box .float-left {
        float: none !important;
    }
    .unlock-modal .number-box .float-right {
        float: none !important;
    }
}


/* Number screen html end */


/* Reg form screen html start */

.form-wrap {}

.help-txt {
    font-family: TruenoLt;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
}

.isd-icon {
    background: #fff;
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
    border: 1px solid #d1d1d1;
}

.isd-icon img {
    margin-right: 12px;
}

.foreigner-box {
    border: solid 1px #d1d1d1;
    background-color: #f8f8f8;
    padding: 20px;
}

.foreigner-box .custom-checkbox {}

.foreigner-box .custom-checkbox .custom-control-label {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
}

.foreigner-box .custom-checkbox .custom-control-label span {
    display: block;
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    color: #000000;
}

.foreigner-box .custom-checkbox .custom-control-input {}

.foreigner-box .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #ff1659;
}


/* Reg form screen html end */


/* payment sucess screen html end */

.order-detail-wrap .order-title {
    font-family: TruenoRg;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #2b2b2a;
}

.order-detail-wrap .order-track {
    font-family: TruenoBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: right;
    color: #da1f3c;
}

.order-detail-wrap .jne-box {
    border: solid 2px #c8d9ff;
    background-color: #f9fbff;
    padding: 20px;
    margin-bottom: 20px;
}

.order-detail-wrap .jne-box .text-1 {
    font-family: TruenoBd;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.activation-box {
    border: solid 1px #cccccc;
    background-color: #fcfcfc;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.activation-box .txt-info {
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding: 0 54px;
}

@media (max-width: 768px) {
    .activation-box .txt-info {
        padding: 0px;
    }
}

.activation-box .activation-title {
    font-family: TruenoSBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}

.activation-box .activation-title span {
    margin-right: 5px;
}

.activation-box .activation-code {
    font-family: TruenoRg;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 15px;
    text-align: center;
    color: #000000;
}

.activation-box .valid-days {
    font-family: TruenoLtIt;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
    display: block;
}

.activation-box .mr-bb {
    margin-bottom: 22px;
}

.alert-success {
    color: #fff;
    background-color: #30bf60;
    border-color: #c3e6cb;
}

.alert-success .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}


/* payment sucess screen html end */


/* iplan css start */

.ipan-icons {
    text-align: center;
}

.ipan-icons ul {
    padding-inline-start: 0px;
}

.ipan-icons ul li {
    display: inline-block;
    font-family: TruenoBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #2b2b2b;
    width: 45%;
    text-align: left;
    margin: 0 0 3% 0;
}

.ipan-icons ul li:first-child {
    margin-left: 0px;
}

.ipan-icons ul li:last-child {
    margin-right: 0px;
}

.ipan-icons ul li span {
    float: left;
    width: 30px;
    margin-right: 15px;
}

.ipan-icons ul li span img {
    width: 30px;
}

@media (max-width: 768px) {
    .ipan-icons ul li {
        width: 100%;
    }
}


/* true blank sim css start */


/* selection page css start */

.status-bar {
    border-bottom: solid 1px #d1d1d1;
    width: 100%;
    padding: 20px;
}

.status-bar .status-info {}

.status-bar .status-info p {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #878787;
    margin-bottom: 0px;
    margin-left: 28px;
}

.status-bar .status-pro {
    text-align: right;
}

.btn-back {
    padding-left: 0px;
    font-family: TruenoBd;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.btn-back i {
    font-size: 19px;
    margin-right: 10px;
}

.btn-back:hover {
    color: #2b2b2b;
}

.rectangle-black {
    width: 100%;
    min-height: 600px;
    box-shadow: -1px -1px 10px 0 rgba(255, 255, 255, 0.1);
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(130deg, #464545 6%, #222020 97%);
    border-image-slice: 1;
    background-image: linear-gradient(130deg, #262626 4%, #000000 96%);
}

.inner-box {
    text-align: center;
    padding: 22px 28px;
    position: relative;
}

.inner-box .sub-txt {
    min-height: 80px;
    height: auto;
}

.inner-box p {
    margin-bottom: 0px;
    font-family: TruenoLt;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.inner-box .logo-img {
    margin-bottom: 10px;
}

.inner-box .info-img {
    margin-bottom: 0px;
    min-height: 180px;
}

.inner-box .info-img img {}

.inner-box .btn-wd {
    width: 100%;
}


/* .inner-box .pos {
    position: absolute;
    left: 80px;
    bottom: 60px;
}

.inner-box .pos1 {
    position: absolute;
    left: 80px;
    bottom: 0px;
} */

.inner-box .fnt-14 {
    font-size: 14px;
}

.rectangle-white {
    width: 100%;
    min-height: 600px;
    box-shadow: -1px -1px 10px 0 rgba(255, 255, 255, 0.1);
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
}

.search-box {}

.search-box .input-group {}

.search-box .input-group input {
    border-radius: 0px;
    height: 50px;
}

.search-box .input-group .btn-search {
    color: #fff;
    background-color: #da1f3c;
    border-color: #da1f3c;
    border-radius: 0px;
    width: 48px;
    height: 50px;
}

.has-search .form-control {
    padding-right: 2.375rem;
}

.has-search span {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.875rem;
    line-height: 2.875rem;
    text-align: center;
    pointer-events: none;
    color: #000;
    right: 45px;
    display: none;
}

.search-box input:focus+span {
    display: block;
}

.info-txt {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.more-box {
    /* border: solid 1px #d1d1d1; */
    /* background-color: #ffffff; */
    /* padding:20px; */
    /* margin-bottom: 20px; */
}

.more-box .rs {
    font-family: TruenoBd;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.more-box .mvalidity {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #878787;
    margin-top: 15px;
}

.btn-refresh {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #da1f3c;
    padding-right: 0px;
}

.btn-refresh:hover {
    color: #da1f3c;
}

.pr-01 {
    padding-right: 6%;
}

.sim-infowrap {
    padding: 0px 20px;
}

.sim-infowrap .mrb-14 {
    margin-bottom: 14px;
}

.sim-infowrap .mrb-20 {
    margin-bottom: 20px;
}

.sim-infowrap .pack-name {
    font-family: TruenoSBd;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.sim-infowrap .pack-name span {
    margin-right: 10px;
}

.sim-infowrap .pack-name img {
    width: 16px;
    height: 17px;
}

.sim-infowrap .pack-info {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.sim-infowrap p {
    font-family: TruenoRg;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #878787;
}

.sim-infowrap .package-title {
    font-family: TruenoSBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #2b2b2b;
}

.sim-infowrap .package-title span {
    font-family: TruenoBd;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    display: block;
}

.sim-infowrap .package-cost {
    font-family: TruenoSBd;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.modal-list {}

.modal-list ul {
    padding-inline-start: 0px;
}

.modal-list ul li {
    display: block;
    font-family: TruenoBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #2b2b2b;
    width: 100%;
    text-align: left;
    20 margin: 0 0 3% 0;
}

.modal-list ul li .icon-media {
    float: left;
}

.modal-list ul li .content-box {
    margin-left: 2%;
    display: inline-block;
    width: 80%;
}

.modal-list ul li .content-box h4 {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: normal;
    color: #000000;
}

.modal-list ul li .content-box p {
    font-family: TruenoLt;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #000000;
}

.modal-list ul li:first-child {
    margin-left: 0px;
}

.modal-list ul li:last-child {
    margin-right: 0px;
}

@media (max-width: 768px) {
    .sim-box .select-sim .content span {
        display: inline-block;
        width: 85%;
    }
    .inner-box {
        text-align: center;
        padding: 20px 20px;
        position: relative;
    }
    .inner-box .btn-wd {
        width: 100%;
    }
    /* .inner-box .pos1 {
        left: 22px;
        bottom: 0px;
    }
    .inner-box .pos {
        left: 22px;
        bottom: 40px;
    } */
    .rectangle-black {
        margin-bottom: 20px;
    }
    .rectangle-white {
        margin-bottom: 20px;
    }
    .btn-back {
        padding-left: 0px;
        font-size: 16px;
    }
    .mpl-0 {
        padding-left: 0px;
    }
    .status-bar .status-info p {
        font-size: 13px;
    }
    .sim-box .select-sim {
        margin: 0px 0 20px 0;
    }
    .sim-box .select-package {
        margin: 0px 0 20px 0;
    }
    .content-wrap .mr-4 {
        margin-right: 0rem!important;
    }
    .heading-2 {
        margin: 20px 0;
    }
}


/* floting label css start */

.has-float-label {
    display: block;
    position: relative
}

.has-float-label label,
.has-float-label>span {
    position: absolute;
    cursor: text;
    font-size: 12px;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: .75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    font-family: TruenoLt;
    color: #878787;
}

.has-float-label label::after,
.has-float-label>span::after {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}

.has-float-label #daddress:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    font-size: 16px;
    opacity: .4;
    top: .9em;
    color: #000000;
    font-family: TruenoLt;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 16px;
    opacity: .4;
    top: .9em;
    color: #000000;
    font-family: TruenoLt;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.input-group .has-float-label {
    display: table-cell
}

.input-group .has-float-label .form-control {
    border-radius: .25rem
}

.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0
}

.input-group .has-float-label:not(:first-child),
.input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}


/* floting label css end */


/* Del address screen html start */


/*the container must be positioned relative:*/

.autocomplete {
    position: relative;
    display: block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: 195px;
    overflow-y: scroll;
}

.autocomplete-items div {
    padding: 10px 10px 10px 25px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    background: url(../img/ico-location.png) no-repeat 7px #FFF;
}


/*when hovering an item:*/

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}


/*when navigating through the items using the arrow keys:*/

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.pcode_select {
    margin-top: 10px;
    /* display: inline-block; */
}

.pcode_select a {
    border: solid 1px #000000;
    background-color: #ffffff;
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 70px;
}

.wrap-drop {
    border-radius: 4px;
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    cursor: pointer;
    padding: 1rem;
    position: relative;
    width: 100%;
    z-index: 3;
}

.wrap-drop::after {
    border-color: #695d52 transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    content: "";
    height: 0;
    margin-top: -4px;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0;
}

.wrap-drop .drop {
    display: none;
    left: 0;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
}

.wrap-drop .drop li {}

.wrap-drop .drop li a {
    opacity: 0.7;
    font-family: TruenoRg;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    display: block;
    padding: 1rem;
    text-decoration: none;
    border: solid 1px #d7d7d7;
    border-top: none;
}

.wrap-drop .drop li:first-child {
    border-top: solid 1px #d7d7d7;
}

.wrap-drop span {
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
}

.wrap-drop .drop li:hover a {}

.wrap-drop.active::after {
    border-width: 0 10px 10px;
}

.wrap-drop.active .drop {
    display: block;
    opacity: 1;
    pointer-events: auto;
    background: #fff;
}

.wrap-drop .txt {
    opacity: 0.7;
    font-family: TruenoSBd;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    float: right;
}

.wrap-drop .drop li a p {
    display: inline-block;
    margin-bottom: 0px;
}

.days-delivery {
    opacity: 0.3;
    font-family: TruenoRg;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000 !important;
    display: block;
    width: 200px;
    /* margin-left: 32%; */
}


/* Del address screen html end */

.p-code {
    width: 140px;
}

.jne-box1 {
    border: solid 2px #ff1659 !important;
    background-color: #ffffff !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.jne-box1 .text-1 {
    font-family: TruenoRg !important;
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #878787 !important;
}

.jne-box1 .text-1 .tit {
    font-family: TruenoBd !important;
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000 !important;
}

.free-txt {
    font-family: TruenoBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.mt-44 {
    margin-top: 44px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-12 {
    margin-top: 12px;
}

.cont-esim {}

.gend-wd {
    width: 220px;
}

.gend-wd select {
    background: url(../img/select-arow.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 184px;
}

.gj-picker-bootstrap table tr td.today div {
    /* color: #204d74; */
    font-weight: 700;
    color: #fff !important;
    background: #ff1659;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background-color: #ff1659 !important;
    border-color: #ff1659 !important;
    border-radius: 0px!important;
}


/* toggle css start */

.switch-field {
    display: inline-flex;
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
    float: right;
    border: 1px solid #d1d1d1;
    padding: 2px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #fff;
    padding: 6px 10px;
    /* margin-right: -1px; */
    transition: all 0.1s ease-in-out;
    margin-bottom: 0px;
    font-family: TruenoRg;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #878787;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #da1f3c;
    color: #fff;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 0;
}

.switch-field label:last-of-type {
    border-radius: 0;
}

@media (max-width: 768px) {
    .switch-field {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}


/* toggle css end */

.order-preview {}

.order-preview .order-detail-wrap .order-info ul li {
    font-family: 'TruenoLt';
}

.order-preview .order-detail-wrap .order-info ol {
    padding-inline-start: 15px;
}

.order-preview .order-detail-wrap .order-info ol li {
    font-family: 'TruenoLt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #333333;
}

.order-preview .order-detail-wrap .order-info .title01 {
    color: #878787;
}

.order-preview .order-detail-wrap .order-info .sub-text {
    color: #000000;
}

.order-preview .order-detail-wrap .order-info .sub-text {
    color: #000000;
}

.order-preview .order-detail-wrap .order-info .cust-info {
    border: solid 1px #e3e5e6;
    background-color: #fcfcfc;
    padding: 29px;
    margin: 20px 0px;
}

.order-preview .order-detail-wrap .order-info .cust-info h4 {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #878787;
    margin-bottom: 0;
}

.order-preview .order-detail-wrap .order-info .cust-info p {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #000000;
}

.order-preview .order-detail-wrap .order-info .tnc {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #878787;
    margin-top: 35px;
    margin-bottom: 15px;
}

.order-preview .order-detail-wrap .order-info .tnc a {
    font-family: TruenoBd;
    color: #878787;
}

.ord-detail {}

.ord-detail h3 {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 9px;
}

.ord-detail h3 span {
    display: inline-block;
}

.ord-detail p {
    font-family: TruenoRg;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 3px;
}

.ord-detail span {
    display: block;
    font-family: TruenoLt;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 25px;
}

.order-preview .order-detail-wrap .order-info h5 {
    font-family: TruenoSBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 20px;
}

.noborder {
    border: none !important;
}

.manual-info {
    border: solid 3px #c8d9ff;
    background-color: #f9fbff;
    padding: 15px 30px;
    margin-bottom: 35px;
}


/* track order screen html start */

.trk-order {}

.trk-order .tit {
    font-family: TruenoBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 10px;
}

.trk-order .tit span {
    font-family: TruenoLt;
}

.trk-order .tit1 {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.trk-order .sub-tit {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #878787;
}

.trk-order .del-add {
    border: solid 1px #e3e5e6;
    background-color: #fcfcfc;
    padding: 24px 29px;
    margin: 25px 0px;
}

.trk-order h4 {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #878787;
    margin-bottom: 0
}

.trk-order .del-add p {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0;
}

.trk-order .mt-16 {
    margin-top: 16px;
}

.sep-line1 {
    border-top: solid 1px #eaeced;
    height: 1px;
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.trk-order .amount {
    font-family: TruenoSBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: right;
    color: #2b2b2b;
}

.trk-order .btn-copy {
    width: 60px;
    height: 26px;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 10px;
    border-radius: 0px;
    font-family: TruenoSBd;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #da1f3c;
    text-transform: uppercase;
}

.need-help {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.need-help .style-1 {
    font-family: TruenoBd;
    color: #da1f3c;
}

.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}

.StepProgress::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 13px;
    width: 10px;
    height: 80%;
    border-left: 2px solid #ccc;
}

.StepProgress-item {
    position: relative;
    /* counter-increment: list; */
    line-height: 14px;
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000000;
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.StepProgress-item::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -32px;
    height: 100%;
    width: 10px;
}

.StepProgress-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -37px;
    width: 12px;
    height: 12px;
    border: 2px solid #e0e0e0;
    ;
    background-color: #e0e0e0;
    ;
}

.StepProgress-item.is-done::before {
    border-left: 2px solid #333333;
}

.StepProgress-item.is-done:last-child::before {
    border-left: 2px solid #333333;
    height: 30%;
}

.StepProgress-item.is-done::after {
    content: "";
    font-size: 10px;
    color: #fff;
    text-align: center;
    border: 1px solid #333333;
    background-color: #333333
}

.StepProgress-item.current::before {
    /* border-left: 2px solid #333333; */
}

.StepProgress-item.current::after {
    padding-top: 1px;
    font-size: 14px;
    text-align: center;
    color: #333333;
    border: 1px solid #333333;
    background-color: #333333
}

.StepProgress span {
    display: block;
    margin-top: 0px;
    opacity: 0.4;
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
}

.StepProgress p {
    opacity: 0.4;
    margin: 0px;
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
}

.StepProgress .current span {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
}

.StepProgress .is-done span {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
    opacity: 1;
}

.StepProgress .is-done p {
    opacity: 1;
}

.activation-box1 {
    border: dashed 2px #e3e5e6;
    background-color: #fafafa;
    padding: 20px;
    margin-bottom: 20px;
}

.activation-box1 .txt-info {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #333333;
}

.activation-box1 .activation-title {
    font-family: TruenoSBd;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.activation-box1 .activation-title span {
    margin-right: 5px;
}

.activation-box1 .activation-code {
    font-family: TruenoBd;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.64px;
    text-align: right;
    color: #000000;
}

.activation-box1 .valid-days {
    font-family: TruenoLtIt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: right;
    color: #878787;
    display: block;
}

.activation-box1 .mr-bb {
    margin-bottom: 22px;
}

.track-info {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #000000;
    margin: 20px 0px;
}


/* track order screen html end */


/* issues css by Kunal :: start */

@media only screen and (max-width: 600px) {
    .status-bar {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.No-Result-Found {
    /* width: 149px; */
    /* height: 21px; */
    margin: 0 0px 5px 0;
    font-family: TruenoRg;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding-left: 30px;
}

.We-cant-find-any-nu {
    margin: 5px 0 0;
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding-left: 30px;
}


/* issues css by Kunal :: end */

.loc-link {
    font-family: TruenoLt;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    vertical-align: top;
    display: inline-block;
}

.searchClearClass {
    background: transparent;
    border: none;
    border-left: none;
    position: absolute;
    right: 53%;
    top: 11px;
    z-index: 999;
}

.pm-t {
    margin-top: 0px;
}

.download-box {
    padding: 16px 24px 19px 21px;
    background-color: #fafafa;
    margin: 24px 0 0;
    display: inline-block;
    width: 100%;
}

.download-box p {
    margin: 0 0 21.3px;
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
}

.download-box .qr-box {
    float: left;
    border-right: solid 1px #eaeced;
    padding-right: 20px;
}

.download-box .qr-box .qr-img {
    background: #fff;
    padding: 5px;
    width: 150px;
    height: 150px;
}

.download-box .qr-box .qr-img img {
    width: 100%
}

.download-box .app-link {
    display: inline-block;
    margin: 0px 0px 0px 20px;
    padding-top: 20px;
}

.download-box .app-link a {
    display: block;
    width: 141px;
}

.download-box .app-link a img {
    width: 100%
}

.m-gpay {
    margin-top: 18px;
}

.padd-r {
    padding-right: 5%;
}

.padd-l {
    padding-left: 5%;
}

.esim-box {
    padding: 22px 25px 13px;
    border: solid 1px #eaeced;
    background-color: #ffffff;
}

.res-act {
    display: block;
}

.mres-act {
    display: none !important;
}

@media (max-width: 768px) {
    .padd-r {
        padding-right: 15px;
    }
    .padd-l {
        padding-right: 15px;
    }
    .res-act {
        display: none;
    }
    .mres-act {
        display: block;
    }
    .download-box .qr-box .qr-img {
        width: 120px;
        height: 120px;
    }
    .download-box .app-link a {
        display: block;
        width: 95px;
    }
}

.bg-gray {
    background-color: #fcfcfc;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    width: 38px;
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 0px;
}

.gj-datepicker .form-control {
    border-right: none;
}

.gj-picker-bootstrap table thead tr th div {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #878787;
}

.mb-logo {
    margin-bottom: 20px !important;
}

.has-float-label textarea.form-control {
    height: 100px;
}

.mar-b {
    margin-bottom: 12px;
}


/* popover css start */

.popover {
    position: absolute;
    top: 0;
    left: -8.5% !important;
    z-index: 1060;
    display: block;
    max-width: 37.6%;
    border-radius: 0;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
    left: 89% !important;
}

.popover-body {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #000000;
}

@media (max-width: 767px) {
    .popover {
        position: absolute;
        top: 0;
        left: -3.5% !important;
        z-index: 1060;
        display: block;
        max-width: 91%;
    }
    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem;
        left: 87% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .popover {
        position: absolute;
        top: 0;
        left: -7.4% !important;
        z-index: 1060;
        display: block;
        max-width: 38.6%;
        border-radius: 0;
    }
    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem;
        left: 91% !important;
    }
}

@media (min-width: 1024px) and (max-width: 768px) and (orientation: landscape) {
    .popover {
        position: absolute;
        top: 0;
        left: -5.4% !important;
        z-index: 1060;
        display: block;
        max-width: 38.6%;
        border-radius: 0;
    }
    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem;
        left: 91% !important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .popover {
        position: absolute;
        top: 0;
        left: -3.8% !important;
        z-index: 1060;
        display: block;
        max-width: 38.6%;
        border-radius: 0;
    }
    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem;
        left: 91% !important;
    }
}


/* popover css end */


/* Vanity css start */

.vtitle {
    font-family: TruenoSBd;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}

.num-info {
    margin: 15px 23px 19px;
    font-family: TruenoRg;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.font-14 {
    font-size: 14px !important;
    font-family: TruenoSBd;
}

.btn-cancel {
    font-family: TruenoBd;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    width: 140px;
    height: 40px;
    border: solid 1px #d1d1d1;
    border-radius: 0;
    margin-right: 15px;
}

.btn-cancel:hover {
    color: #da1f3c;
}

.btn-conf {
    width: 140px;
    height: 40px;
}

.unlock-modal {
    padding: 0px 30px 37px;
    background-color: #ffffff;
}

.radius-none {
    border-radius: 0px;
}

.search-box .filter-list {
    height: 50px;
    width: 140px;
    border-radius: 0px;
}

.search-box .filter-btn {
    height: 50px;
    width: 100px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-radius: 0;
}

.search-box .dropdownFilterActive .dropdown-toggle:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    font-size: 20px;
    color: #2b2b2a;
    float: right;
    -webkit-text-stroke: 1px #fff;
    position: absolute;
    /* top: 0; */
    top: 0.6rem;
    border-top: 0em solid transparent;
    border-right: 0em solid transparent;
    border-left: 0em solid transparent;
}

.search-box .dropdownFilterActive .dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
    top: 9px;
}

.search-box .input-group .btn-search {
    width: 139px;
}

.search-box .clear-btn {
    font-family: TruenoSBd;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #da1f3c;
}

.search-box .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.search-box .grade {
    margin: 0 0px 0px 0;
    font-family: TruenoRg;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
}

.search-box .grade-rating {
    display: inline-block;
    color: #dddddd;
    font-size: 19px;
    margin-bottom: 20px;
}

.search-box .grade-rating span {
    display: inline !important;
    position: relative;
    right: auto;
    width: auto;
    height: auto;
    line-height: normal;
    color: #dddddd;
}

.search-box .grade-rating .checked {
    color: orange;
}

.search-box .dropdown-head {
    text-align: right
}

.search-box .dropdown-foot {
    text-align: center;
    border-top: solid 1px #b9b9b9;
    padding-top: 6px;
}

.search-box .range-slide {
    margin: 15px 0px;
}

.search-box .range-slide .caption {
    font-family: TruenoLt;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
}

.search-box .range-slide .cap-ft {
    margin-top: 15px;
}

.search-box .range-slide .cap-ft p {
    margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
    .search-box .dropdown.dropdown-lg {
        position: static !important;
    }
    .search-box .dropdown.dropdown-lg .dropdown-menu {
        min-width: 240px;
        border-radius: 0;
    }
}

@media screen and (max-width: 768px) {
    .search-box .input-group-append {
        flex-wrap: wrap;
        margin-left: 0px;
    }
    .search-box .filter-list {
        height: 50px;
        width: 50%;
        border-radius: 0px;
    }
    .search-box .input-group .btn-search {
        width: 100%;
    }
    .search-box .filter-btn {
        height: 50px;
        width: 190px;
        border-top: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
        border-radius: 0;
        max-width: 100%;
    }
    .search-box .searchClearClass {
        background: transparent;
        border: none;
        border-left: none;
        position: absolute;
        right: 5%;
        top: 13px;
        z-index: 999;
    }
    .btn-cancel {
        width: 46%;
        margin-right: 16px;
    }
    .btn-conf {
        width: 46%;
    }
    .wd-full {
        width: 50%;
    }
}


/* range slider css start */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}


/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 0;
    /* left: -7px; */
    top: -9px;
    border: 2px solid #ff1659;
    background-color: #fff;
}

.noUi-horizontal .noUi-handle-lower {
    left: -7px;
}

.noUi-horizontal .noUi-handle-upper {
    right: 7px;
}


/* Styling;
 */

.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #ff1659;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {}


/* Handles and cursors;
 */

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #ff1659;
    border: 8px solid rgba(53, 93, 187, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}


/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}


/* issues smd 2257 fix-kunal :start */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .popover {
        position: absolute;
        top: 0;
        left: -11.6% !important;
        z-index: 1060;
        display: block;
        max-width: 38.6%;
        border-radius: 0;
    }
    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem;
        left: 91% !important;
    }
}


/* iphonePortrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .popover {
        position: absolute;
        top: 0;
        left: -2.9% !important;
        z-index: 1060;
        display: block;
        max-width: 91%;
    }
    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem;
        left: 87% !important;
    }
}

@media (max-width: 767px) {
    .more-subacc .btn-header-link:after {
        content: "\f106";
        font-family: 'Font Awesome 5 Free';
        font-weight: bolder;
        font-size: 20px;
        color: #2b2b2a;
        float: right;
        -webkit-text-stroke: 1px #fff;
        position: absolute;
        top: 0;
        margin-left: 20px;
    }
}

.usim_display .mt-0,
.esim_display h3 {
    padding-bottom: 12px !important;
}

.sorder_id {
    margin-bottom: 0px !important;
}

.download-box p {
    text-align: left !important;
}


/* issues smd 2257 fix-kunal :end */

.filterMenu .starRating {
    pointer-events: all !important;
}

.Maybe-you-like-these {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding-left: 30px;
    margin-top: 5%;
    margin-bottom: 2%;
}

.list-number {
    z-index: 999999;
}

.list-number2 {
    border: 1px solid #b9b9b9;
}

.list-number2 .rp-value {
    font-family: TruenoRg;
    font-size: 14px;
    color: #989fa6;
    text-decoration: line-through;
    padding-right: 1rem;
}

.starShowSpan {
    display: inline-block;
    margin-left: 10px;
}


/* new landing page css */

.plan-title {
    font-family: TruenoRg;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.black-color {
    color: #000 !important;
}

.bonus-txt {
    font-family: TruenoLt;
    font-size: 9px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    color: #878787;
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    min-height: 15px;
}

.plan-info {
    display: inline-block;
    width: 100%;
    margin: 18px 0 8px;
}

.plan-info ul {
    padding-inline-start: 0px;
}

.plan-info ul li {
    border: solid 1px #e6e6e6;
    background-color: #f9f9f9;
    width: 32%;
    min-height: 110px;
    display: inline-block;
    padding: 10px;
    color: #000000;
    float: left;
    margin-right: 2%;
}

.plan-info ul li:last-child {
    margin-right: 0;
}

.plan-info ul li h2 {
    font-family: TruenoRg;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    min-height: 42px;
}

.plan-info ul li .icon {
    line-height: 1px;
}

.plan-info ul li p {
    font-family: TruenoSBd;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-top: 6px;
}

.plan-info ul li p span {
    font-family: TruenoLt;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    display: block;
    margin-bottom: 4px;
}

.powerup-plan-info ul li {
    /* border: solid 1px #e6e6e6;
    background-color: #f9f9f9; */
    width: 23%;
    min-height: 110px;
    display: inline-block;
    padding: 10px;
    color: #000000;
    float: left;
    margin-right: 2%;
    padding-left: 1px;
    padding-right: 1px;
    border: solid 1px #4e4e4e;
    background-image: linear-gradient(to top, #3f3f3f, #1c1c1c);
}

.powerup-plan-info ul li h2 {
    font-family: TruenoBd;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    min-height: 32px;
}

.info-img-pwrup {
    margin-bottom: 5px !important;
}

.gb60 {
    flex-grow: 0 !important;
    font-family: TruenoSBd !important;
    background-image: linear-gradient(to top, #fb68ac, #ff1759) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.bonux3x {
    flex-grow: 0 !important;
    background-image: linear-gradient(to top, #fb68ac, #ff1759) !important;
    font-family: TruenoSBd !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.bonus3x-icon {
    padding-bottom: 0.5px;
}

.smartpoinn {
    flex-grow: 0 !important;
    font-family: TruenoLt !important;
    font-size: 10px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 0.5 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #ffffff !important;
}

.slice-3700 img {
    margin-top: 8px;
    width: 55.7px;
    height: 28.6px;
}

#plan-select,
#iplan-select,
#unl-select {
    background-color: #ff1659 !important;
}

.tran-bg ul li {
    border: solid 1px #e6e6e6;
    background-color: transparent !important;
    color: #fff !important;
}

.tran-bg ul li p {
    color: #fff !important;
}


/* new payment screen */

.pay-box {
    max-width: 380px;
    width: 100%;
    display: inline-block;
    margin-top: 24px;
}

.pay-title {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 15px;
}

.pay-card {
    /* height: 50px; */
    margin: 0px 0px 15px 0px;
    padding: 8px 26px 8px 26px;
    border: solid 0.5px #cccccc;
    background-color: #ffffff;
    cursor: pointer;
    display: grid;
}

.mt-024 {
    margin-top: 24px;
}

.pay-card .logo {
    display: inline-flex;
    height: 28px;
    overflow: hidden;
}

.pay-card .logo img {
    height: auto;
    width: 100px;
}

.total-txt {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #878787;
}

.total-price {
    margin: 3px 0 0;
    font-family: TruenoSBd;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff1659;
}

.payment-active {
    border: solid 2px #ff1659;
}

.mr-t {
    margin-top: 25px;
}

.row-range {
    margin-left: -7px;
    margin-right: 0;
}


/* iplan filters */

.iPlanFilters {}

.iPlanFilters input {
    max-width: 54%;
    width: 100%;
}

.iPlanFilters .searchClearClass {
    right: 47%;
}

.iPlanFilters .btn-search-i {
    width: 48px !important;
}

.iPlanFilters .filter-list {
    height: 50px;
    width: 144px;
    border-radius: 0px;
}

@media (max-width: 768px) {
    .iPlanFilters {}
    .iPlanFilters input {
        max-width: 100%;
        width: 100%;
        display: block;
    }
    .iPlanFilters .input-group-append {
        flex-wrap: wrap;
        margin-left: 0px;
        width: 100%;
    }
    .iPlanFilters .searchClearClass {
        right: 4%;
    }
    .iPlanFilters .filter-list {
        height: 50px;
        width: 100%;
        border-radius: 0px;
    }
    .iPlanFilters .btn-search-i {
        width: 100% !important;
    }
}

.input-group-append .custom-select {
    background: #fff url(../img/blackDown2.png) no-repeat right 1.2rem center;
}

.pay-box .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #000 !important;
    font-family: TruenoLt;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 1px solid #d1d1d1;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .search-box .filter-btn {
        height: 50px;
        width: 192px;
        border-top: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
        border-radius: 0;
        max-width: 100%;
    }
}


/* new design css : kunal */

#step5-refresh .payint-wrap .pay-info-box .pay-method-row {
    background-color: #fff;
    text-align: center;
    border-top: none;
}

#step5-refresh .pay-method-row .amount {
    text-align: center;
}

#step5-refresh .pay-duedate .title1 {
    color: #878787;
}

#step5-refresh .timer-section .title {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

#step5-refresh .timer-section {
    text-align: center;
    border-bottom: none;
}

#step5-refresh .timer-section .btn {
    text-align: center;
    float: none;
    width: 300px;
}

#step5-refresh .btn-status {
    background-color: #da1f3c;
    color: #fff;
    margin-top: 4%;
    /* padding: 12px 118px 12px 119px; */
}

.btn-statusNew {
    font-family: TruenoBd;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    border-radius: 0px;
    border: solid 1px #eeeeee;
    padding: 12px 10px;
    text-transform: uppercase;
    float: none;
    min-width: 217px;
    margin-top: 4%;
}

#step5-refresh .timer-section .btn-instruction {
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-decoration: underline;
}

#step5-refresh .payint-wrap {
    max-width: 620px;
    width: 100%;
    display: inline-block;
    margin-top: 10%;
    margin-bottom: 10%;
}

#step5-refresh .order-detail-wrap .order-info {
    padding: 0%;
}

#step5-refresh #subtitle-msg {
    text-align: left;
    /* width: 551px; */
    width: 100%;
}

#step5-failure .payint-wrap {
    max-width: 343px;
    width: 100%;
    display: inline-block;
    margin-top: 10%;
    margin-bottom: 10%;
}

#step5-failure {
    text-align: center;
}

#step5-failure .You-may-try-pay-agai {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 15px 35px 0;
}

#step5-failure .btn {
    text-align: center;
    width: 300px;
}

#step5-failure .logo img {
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 768px) {
    #step5-refresh .payint-wrap .amount span {
        float: none;
    }
}

@media screen and (max-width: 768px) {
    #step5-refresh #subtitle-msg {
        text-align: left !important;
        /* width: 343px; */
        width: 100%;
        height: 100%;
        font-family: TruenoLt;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #000000;
    }
}

.payint-wrap .pay-info-box .total-amt-row,
.payint-wrap .pay-info-box .pay-duedate {
    padding: 10px 0px;
}

#step5-failure .payint-wrap .timerIsOver {
    width: 214px;
    height: 29px;
    margin: 0 64px 15px 65px;
    height: 100%;
}

#step5-failure .payint-wrap .logo {
    margin-bottom: 40px;
}

#anotherPaymentMethod {
    display: none !important;
}

.package_desc li,
.addon_desc li {
    color: #000000 !important;
}

.payMethod-disable {
    pointer-events: none;
    opacity: 0.1;
}

#loadingDelivery {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: rgba(225, 225, 225, 0.6);
    overflow-x: hidden;
    transition: 0.5s;
}

#loadingDelivery img {
    left: 50%;
    top: 50%;
    position: absolute;
}

/* new success page css */
.banner-sec{
    min-height: 141px;
  }
  .banner{
    position: absolute;
    left: -15px;
    right: -15px;
  }
  .banner img{
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .notif{
    font-size: 14px;
    font-family: 'TruenoRg';
    line-height: 28px;
    margin-top: 18px;
  }
  .notif::after{
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #f0f0f0;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .success-msg{
    font-family: TruenoSBd;
    font-size: 16px;
    line-height: 24px;
    color: var(--pwr-black);
  }
  .status,.guide p,
  .guide li,.query,.plan-details p small{
    font-family: TruenoLt !important;
  }
  .pt-32{
    padding-top: 32px;
  }
  .guide h2{
    font-family: "TruenoSBd";
  }
  .goto{
    font-family: 'TruenoSBd';
    font-size: 14px;
    line-height: 28px;
    border-radius:0px !important;
  }
  .status,.qr-code strong,small,
  .bg-gray p strong,.guide p,
  .guide h2,.guide li{
    font-size: 12px;
    line-height: 18px;
    color: var(--pwr-black);
  }
  .guide ol{
    padding-left:12px;
  }
  .guide li{
    padding-left: 9px;
  }
  .status strong,.qr-code strong
  small,.bg-gray p strong,.bg-gray-2 p,
  .successfull .status {
    font-family: "TruenoRg";
  }
  .or small{
    display: inline-block;
  }
  small{
    color:#7B7B7B;
    font-family: 'TruenoRg';
    width: 50px;
    background: white;
  }
  .or{
    position: relative;
  }
  .or small::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    display: block;
    position: absolute;
    top: 13px;
    z-index: -1;
    left: 0;
  }
  .bg-gray{
    background:#f9f9f9;
  }
  .bg-gray-2{
      background:#f0f0f0;
  }
  .bg-gray-2 p{
    font-size: 10px;
  }
  
  .plan-details{
    padding-left: 32px;
    padding-right:32px;
    margin: auto;
    font-family: TruenoLt;
    color: #555555;
  }
  .plan-details .bg-gray{
    border: 1px solid #f0f0f0;
    background:#ffff;
    padding:16px;
  }
  .date-rupee{
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
  #spackage_desc2{
    font-size: 10px;
  }
  
  .query{
    color:#7b7b7b;
  }
  .steps .col-md-12{
    background:#f5f5f5;
  }
  .steps p, .steps ul{
    margin-bottom:0px;
    font-family: 'TruenoLt';
  font-size: 12px;
  }
  .steps ul{
    position: relative;
    padding-top: 10.3px;
      padding-bottom: 18px;
      padding-left:16px;
      padding-right:16px;
  }
  .steps ul li{
    padding-top:32px;
    position: relative;
  }
  .steps ul::before{
    content: "";
    position: absolute;
    display: block;
    width: 63%;
    height: 1px;
    background: #555555;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .steps ul li::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #555555;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }
  .steps ul li::before{
    content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translate(-50%,0%);
  }
  .steps ul li:nth-child(1)::before{
    background: url(../img/register.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .steps ul li:nth-child(2)::before{
    background: url(../img/yes.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .steps ul li:nth-child(3)::before{
    background: url(../img/restart.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mt-32{
    margin-top:32px;
  }
  .see-det{
    font-size: 10px;
      font-family: 'TruenoRg';
      color: black;
      text-decoration: underline;
  }
  .more-list {
      display: none;
  }
  #step5-success .esim_display{
      padding-left: 30%;
      padding-right: 30%;
  }
  @media screen and (max-width: 768px) {
    #step5-success .esim_display{
        padding-left: 0%;
        padding-right: 0%;
    }
  }
  .btn-sf2{
        font-family: TruenoBd;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        padding: 12px 30px;
        border: 1px solid #000000;
        border-radius: 0px;
        text-transform: uppercase;
        background-color: #fff;
        min-width: 217px;
  }

  #gopay-warning .alert-warning {
    color: #000 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
    font-size: 12px;
    display: flex;
    align-items: center;
    
    
    
    }
    #gopay-warning .alert-warning a{background: #fff;
    padding: 2px 6px;
    border: 1px solid #cacaca;
    font-weight: bold;
    text-transform: uppercase;
    }
    #gopay-warning .alert-warning .left-box{padding-right: 5%;
    line-height: normal;
    /*float: left;*/
    margin-bottom: 0px;}
    #gopay-warning .alert-warning .left-box i{
    color: #ff830a;
    }
    #gopay-warning{
        max-width: 620px;
        width: 100%;
    }
    .fixme{
        z-index: 9999999;
    }
