@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");
}

@font-face {
    font-family: 'smartfren-revamp';
    src: url('../font/sf-icon/smartfren-revamp.eot');
    src: url('../font/sf-icon/smartfren-revamp.eot') format('embedded-opentype'), url('../font/sf-icon/smartfren-revamp.ttf') format('truetype'), url('../font/sf-icon/smartfren-revamp.woff') format('woff'), url('../font/sf-icon/smartfren-revamp.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

: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: #2b2b2b;
    font-size: 12px;
    padding: 5px;
    font-family: TruenoRg;
}

#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;
}

#secondary-nav a.float-right {
    margin-right: 30px;
}

#primary-nav .navbar-nav.mr-auto.float-right {
    display: -webkit-inline-box;
}

#primary-nav .navbar-nav.mr-auto.float-right a {
    font-family: TruenoRg;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#primary-nav .navbar-nav.mr-auto.float-right li:not(:last-of-type) a {
    margin-right: 40px;
}

#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-bottom: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.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';
}

.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;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.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: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #2b2b2b !important;
    font-family: TruenoLt;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    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 #dee2e6;
}

.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: -2.5em
}

.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;
    }
}

.btn-back {
    padding-left: 0px;
    font-family: TruenoBd;
    font-size: 24px;
    color: #2b2b2b;
}

.btn-back i {
    font-size: 19px;
    margin-right: 10px;
}

.btn-back:hover {
    color: #2b2b2b;
}

.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%;
    background-color: #1a1a1a;
}

.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: 32px;
    color: #ffffff;
    margin-top: 1rem;
    line-height: normal;
}

.hero-banner .content-box .get-start {
    margin-top: 3rem;
}

.hero-banner .hero-img {
    margin-top: 43px;
    margin-bottom: 22px;
}

.hero-banner .content-box .text span {
    color: var(--sf-color);
}

.posibility-section.sticky {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
}

.posibility-section .banner-nav {
    background-color: #f2f2f2;
    text-align: center;
}

.posibility-section .banner-nav ul {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}

.posibility-section .banner-nav ul li {
    display: inline-block;
    border-right: solid 1px #e0e0e0;
    text-align: center;
    padding: 18px 55px;
    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: #222222;
}

.posibility-section .banner-nav ul li:last-child,
.posibility-section .banner-nav ul li:first-child,
.posibility-section .banner-nav ul li:nth-child(4) {
    border-right: none;
}

.posibility-section .banner-nav ul li a {
    font-family: TruenoRg;
    font-size: 16px;
    color: #222222;
}

.posibility-section button {
    width: 226px;
}

.hero-banner .content-box .get-start button,
.posibility-section button {
    width: 195px;
    height: 44px;
    text-transform: none;
    font-size: 16px;
}

.sim-points .points-box {
    background: #ffffff;
    /* padding: 27px;
    min-height: 148px; */
    padding: 27px 27px 10px 42px;
    min-height: 125px;
}

.sim-points .points-box h4 {
    max-width: 190px;
    font-family: TruenoSBd;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sf-color);
}

.sim-points .points-box span {
    color: var(--sf-color);
}

.sim-points .points-box p {
    max-width: 190px;
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.scroll-down {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #c6c6c6;
    margin-top: 67px;
    padding-bottom: 28px;
}

.scroll-down i {
    position: relative;
    margin-top: 24px;
    -webkit-animation: bounce 1s infinite;
}

@-webkit-keyframes bounce {
    0% {
        bottom: 5px;
    }
    25%,
    75% {
        bottom: 15px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 0;
    }
}

.scroll-down a {
    color: #c6c6c6;
}

@media (max-width: 320px) {
    .sim-points .points-box {
        min-height: 162px !important;
    }
}

@media (max-width: 400px) {
    .benefit-section .white-box,
    .benefit-section .image {
        /* margin-left: 29px !important; */
    }
}

html {
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    .info-section hr {
        border: 1px solid #2d2d2d;
        width: 570px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .benefit-section {
        padding-top: 93px;
        margin-bottom: 120px;
    }
    .desktop-display {
        display: block;
    }
    .mobile-display {
        display: none;
    }
    /* .info-section .row {
    margin-top: 128px;
  } */
    .benefit-section .white-box {
        padding-left: 190px;
        max-width: 506px;
        padding-top: 80px;
    }
    .benefit-section .image {
        padding-right: 152px;
    }
    .benefit-section .image img {
        width: 441px;
    }
    .managing-section .white-box .heading {
        max-width: 185px;
    }
    .managing-section .section-title {
        padding: 0px 278px;
    }
    .info-section .row:nth-child(2) .col-md-5 .white-box {
        /* padding-top: 237px; */
    }
    .info-section .title-2 {
        margin-top: 104px;
    }
    .info-section .row:nth-child(4) .col-md-5 .white-box {
        margin-top: 77px;
        margin-right: 29px;
    }
    .info-section .row:nth-child(6) .col-md-5 .white-box {
        margin-top: 57px;
    }
    .info-section .row:nth-child(8) .col-md-5 .white-box {
        margin-top: 38px;
    }
    .info-section .row:nth-child(10) .col-md-5 .white-box {
        margin-top: 75px;
    }
    .hero-banner .content-box .text,
    .hero-banner .content-box .get-start {
        margin-top: 40px;
    }
    #primary-nav .navbar-nav.mr-auto.float-right {
        position: relative;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .download-play {
        float: left;
    }
    .download-apple {
        float: right;
    }
    .download-section {
        padding-bottom: 0px !important;
    }
    .download-title {
        font-size: 22px !important;
        margin-top: 0px !important;
    }
    .download-info {
        marin-top: 10px !important;
        font-size: 14px !important;
    }
    .download-btn {
        width: 158px !important;
        margin-right: 0px !important;
    }
    .download-btn img {
        height: 53px !important;
    }
    .benefit-section .image img {
        width: 282px;
        height: 198px;
    }
    .info-section .section-title.title-2 {
        margin-top: 80px;
        margin-bottom: 0px;
    }
    .info-section .section-title.title-1 {
        margin-bottom: 0px;
    }
    .steps-section .row .col-md-4:nth-child(1) .white-box {
        margin-top: 4px;
    }
    .info-section hr {
        border: 1px solid #2d2d2d;
        max-width: 235px;
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .benefit-section .section-title {
        margin-bottom: 40px !important;
    }
    #breadcrumb {
        font-size: 9px;
    }
    /* .topnav {
    overflow: hidden;
    position: relative;
  }
  
  .topnav #topLinks {
    display: none;
  }
  
  .topnav a {
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  .topnav a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav a.search {
    right: 30px;
  }

  #primary-nav a {
    margin-right: 71px;
  }
  #primary-nav {
    padding: 10px 0px;
  }
  #primary-nav {
    float: left !important;
  }
  #primary-nav li.nav-item:first-of-type {
    padding-left: 0px;
  }
  #primary-nav li.nav-item:last-of-type {
    border-right: none;
  }
  #primary-nav li.nav-item {
    border-right: 2px solid white;
    padding-left: 20px;
  }
  #primary-nav .navbar-nav.mr-auto.float-right {
    margin-top: 30px
  } */
    .desktop-display {
        display: none;
    }
    .mobile-display {
        display: block;
    }
    .scroll-down {
        display: none;
        margin-top: 0px;
        padding-bottom: 0px;
    }
    .posibility-section {
        padding: 0px !important;
    }
    section.posibility-section ul li:nth-child(2),
    section.posibility-section ul li:nth-child(3),
    section.posibility-section ul li:nth-child(4) {
        display: none;
    }
    section.posibility-section ul li:nth-child(1) {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 17px;
        padding-right: 0px;
    }
    section.posibility-section ul li:nth-child(5) {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 17px;
        padding-left: 0px;
        float: right;
    }
    .posibility-section .banner-nav {
        text-align: initial;
    }
    .posibility-section .banner-nav img {
        width: 97px;
        height: 40px;
    }
    .posibility-section .banner-nav button {
        width: 156px;
        height: 40px;
    }
    .sim-points .points-box {
        padding: 25px;
        min-height: 140px;
    }
    .managing-section {
        padding-bottom: 70px;
    }
    .managing-section .white-box .text {
        font-size: 14px;
    }
    .page-content section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page-content section .heading {
        font-size: 20px !important;
    }
    .page-content section .text {
        font-size: 14px !important;
    }
    .managing-section .row:nth-child(2) {
        padding-bottom: 0px;
    }
    .benefit-section .white-box,
    .benefit-section .image {
        /* padding-top: 0px !important;
    padding-left: 50px !important;  */
        margin-left: 32px;
    }
    .benefit-section .image {
        margin-top: 37px;
    }
    /* .benefit-section .image img {
    width: 302px;
  } */
    .slick-next {
        right: -15px !important;
        top: 280px !important;
    }
    .slick-prev {
        left: -15px !important;
        top: 280px !important;
    }
    .benefit-section .float-left,
    .benefit-section .float-right {
        float: none !important;
    }
    .benefit-section .white-box .text {
        font-size: 14px !important;
        max-width: 291px;
    }
    .info-section {
        padding-bottom: 50px;
    }
    .info-section .white-box {
        padding-top: 0px !important;
        float: left !important;
    }
    .info-section .white-box .heading {
        font-size: 20px !important;
    }
    .info-section .white-box .text {
        font-size: 14px !important;
    }
    .info-section .image img {
        margin-top: 30px;
    }
    .steps-section {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .steps-section .white-box .text i {
        font-size: 50px;
        color: #a2a2a2;
        position: relative;
        top: 38px;
    }
    .join-section {
        padding-bottom: 0px !important;
        padding-top: 40px !important;
    }
    .join-section .headings {
        font-size: 28px !important;
        margin-bottom: 5px;
        margin-top: 0px !important;
    }
    .join-section img {
        width: 350px !important;
        margin-top: 20px;
        margin-left: 0%;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        height: auto;
        padding-bottom: 42px;
    }
    .hero-banner .content-box {
        margin-top: 34px;
    }
    .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: 21px;
    }
}

.page-content {}

.page-content section {
    position: relative;
}

.section-title {
    font-family: TruenoBd;
    font-size: 30px;
    text-align: center;
    color: #222222;
}

.section-title span {
    color: var(--sf-color);
}

.managing-section {
    padding-top: 95px;
    background: #000000;
}

.managing-section .section-title {
    font-family: TruenoSBd;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.managing-section .white-box .heading {
    font-family: TruenoSBd;
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 20px;
}

.managing-section .white-box .text {
    max-width: 225px;
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #c6c6c6;
}

.managing-section .white-box .icon {
    margin-bottom: 22px;
    /* margin-top: 35px; */
}

.managing-section .white-box .managing-img {
    margin-top: -50px;
}

.manage-section {
    padding-top: 6rem;
    background: #161616;
}

.manage-section .white-box {
    /* width: 225px ;*/
    padding: 1rem 2rem;
    color: #000;
    margin-bottom: 1.8rem;
}

.managing-section .whiteBoxs {
    margin-bottom: 100px;
}

.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: 26px !important;
        line-height: 1.25;
    }
    .manage-section .white-box .text {
        font-size: 14px;
    }
    .manage-section .white-box {
        padding: 1rem 0rem;
    }
}

.benefit-section .section-title {
    font-family: TruenoSBd;
    font-size: 36px;
    text-align: center;
    color: #181818;
    margin-bottom: 60px;
}

.benefit-section .white-box .icon {
    margin-bottom: 23px;
}

.benefit-section .white-box .heading {
    font-family: TruenoSBd;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 8px;
}

.benefit-section .white-box .text {
    opacity: 0.8;
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #000000;
}

.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;
}


/* .img-responsive {
    max-width: 100%;
} */

@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;
    }
}

.highlight {
    color: var(--sf-color);
}

.info-section {
    background: #161616;
    padding-top: 94px;
}

.info-section .row:nth-child(5) {
    margin-top: 100px;
}

.info-section .row:last-child {
    padding-bottom: 150px;
}

.info-section .section-title {
    font-family: TruenoSBd;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 56px;
}

.info-section .white-box span {
    color: var(--sf-color);
}

.info-section .white-box .icon {
    margin-bottom: 25px;
}

.info-section .white-box .heading {
    font-family: TruenoSBd;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 15px;
    max-width: 307px;
}

.info-section .white-box .text {
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #c6c6c6;
    max-width: 306px;
}

.steps-section {
    margin-top: 90px;
    margin-bottom: 70px;
}

.steps-section .section-title {
    font-family: TruenoSBd;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #181818;
}

.steps-section .white-box {
    margin-top: 55px;
}

.steps-section .white-box .icon {
    margin-bottom: 30px;
}

.steps-section .white-box .icon img {
    width: 100%;
    width: 349px;
    height: 298px;
}

.steps-section .white-box .heading {
    font-family: TruenoBd;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: center;
    color: #181818;
    margin-bottom: 11px;
}

.steps-section .white-box .heading i,
.steps-section .white-box .heading img {
    float: right;
    font-size: 30px;
    color: #d3d3d3;
}

.steps-section .white-box .text {
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    padding: 0px 30px;
}

.join-section .headings {
    font-family: TruenoSBd;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 58px;
}

.join-section .info {
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 33px;
}

.join-section .info span {
    font-family: TruenoBd;
}

.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 {
    margin-top: 92px;
    padding-bottom: 40px;
    display: none;
}

.featured-section .text {
    font-family: TruenoLt;
    font-size: 16px;
    text-align: center;
    color: #222222;
    padding: 0px 233px;
}

.featured-section .text span {
    color: var(--sf-color);
    ;
}

.featured-section .powerup-galley {
    opacity: 0.1;
    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: 58px;
    background-color: #ff1659;
    color: #ffffff;
}

.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: 218px !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: 43px;
    padding-bottom: 108px;
}

.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: #ff1659;
}

.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: #2b2b2a;
    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: #2b2b2b;
    margin-bottom: 20px;
}

.payint-wrap .pinint-subtitle span {
    font-family: TruenoBd;
}

.payint-wrap .pay-info-box {
    border: solid 1px #eaeced;
    background-color: #ffffff;
}

.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: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #939699;
}

.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: #2b2b2b;
}

.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;
    color: #2b2b2b;
}

.btn-instruction:hover {
    color: #2b2b2b;
}

.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: 17px;
    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;
}

.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 {
    box-shadow: none !important;
}

input:focus {
    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;
}


/* Number screen html start */

.number-wrap {}

.number-box {
    padding: 22px 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;
}

.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: 15px;
}


/* 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;
    margin-top: 10px;
}

.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-radius: 4px;
    border: solid 3px #c8d9ff;
    background-color: #f9fbff;
    padding: 20px;
    margin-bottom: 20px;
}

.order-detail-wrap .jne-box .text-1 {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.activation-box {
    border: 1px #979797 dashed;
    background-color: #fafafa;
    padding: 20px;
    margin-bottom: 20px;
}

.activation-box .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-box .activation-title {
    font-family: TruenoSBd;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #333333;
}

.activation-box .activation-title span {
    margin-right: 5px;
}

.activation-box .activation-code {
    font-family: TruenoSBd;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: right;
    color: #da1f3c;
}

.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;
    text-align: right;
    color: #2b2b2b;
    display: block;
}

.activation-box .mr-bb {
    margin-bottom: 22px;
}

.alert-success {
    color: #fff;
    background-color: #54b80e;
    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 */


/* 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: #2b2b2a;
}

.sim-box {}

.sim-box .select-sim {
    border: solid 2px #b9b9b9;
    background-color: #ffffff;
    padding: 20px;
    margin: 30px 0 40px 0;
    cursor: pointer;
}

.select-sim.active {
    border: 2px solid #ff1659;
}

.sim-box .select-sim .media-sim {
    float: left;
    margin-right: 20px;
}

.sim-box .select-sim .contents {
    padding-left: 52px;
}

.sim-box .select-sim .contents .sim-title {
    font-family: TruenoSBd;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    color: #2b2b2b;
}

.sim-box .select-sim .content .sim-info {
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
}

.sim-box .select-package {
    border: solid 2px #b9b9b9;
    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: 1.24;
    letter-spacing: normal;
    color: #2b2b2b;
    display: block;
}

.sim-box .select-package .pack-cost {
    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: #ff1659;
}

.sim-box .select-package .pack-info {
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #626466;
    margin-top: 20px;
}

.sim-box .select-package .pack-info span {
    font-family: TruenoBd;
}

.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;
}

.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: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #ff1659;
}

.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;
}

.more-subacc a {
    color: #2b2b2a;
}

.more-subacc a .left-box {
    display: inline-block;
}

.more-subacc a span {
    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;
}

.more-subacc .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #2b2b2a;
    float: right;
    -webkit-text-stroke: 1px #fff;
}

.more-subacc .btn-header-link.collapsed {
    background: transparent;
    color: #2b2b2a;
}

.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;
}

.pro-bar ul {
    padding-inline-start: 0px;
    list-style-type: none;
}

.pro-bar li {
    /* background: #eeeeee;
    color: #c1c1c1; */
    margin-bottom: 20px;
}

.pro-bar li span {
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    /* 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: 1.57;
    letter-spacing: normal;
    text-align: right;
    color: #757575;
}

.pro-bar li span:last-of-type {
    font-size: 16px;
    color: #eeeeee;
    font-family: OpenSans;
    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;
}

.more-nestedacc .card .card-body .total-box {
    padding: 18px;
}

.more-nestedacc .card .card-body .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;
}

.more-nestedacc .card .card-body .total-box .total-cal {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.more-nestedacc .card .card-body .total-box .total-cal p {
    border-radius: 12.5px;
    border: solid 1px #e3e5e6;
    margin-bottom: 0px;
    font-family: TruenoRg;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.more-nestedacc .card .card-body .total-box .total-cal p span {
    font-family: TruenoBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-left: 10px;
}

.more-nestedacc .card .card-body .total-box .total-cal i {
    font-size: 16px;
    color: #000000;
    margin: 0 6px 0 10px;
}

.more-nestedacc .card .card-body .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) {
    .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 a .left-box {
        display: inline-block;
        width: 90%;
    }
    /* Package & Add-On screen html end */
    .br-none {
        border: none !important;
    }
}

.steps-section:target::before {
    content: "";
    display: block;
    height: 80px;
}

.join-section:target::before {
    content: "";
    display: block;
    /* height: 60px; */
}

@media only screen and (max-width: 992px) {
    .download-btn {
        margin-bottom: 5px;
    }
    #primary-nav img {
        margin-left: -9%;
    }
}

.mobile-right-arrow {
    transform: translate(-50%, 0) rotate(90deg);
    margin-top: 26px;
    margin-bottom: -26px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 992px) {
    .image-paddy img {
        margin-left: 17%;
        margin-top: -51px;
    }
    .join-section {
        padding-top: 0px;
    }
}

.managing-section .section-title {
    padding: 1%;
}


/* new css start*/

.sim-points {
    margin-top: -100px;
}

.hero-banner .hero-img {
    margin-top: 110px;
    margin-bottom: 22px;
}

.image-paddy img {
    width: 350px;
    height: 317px;
}

.steps-section .white-box .icon img {
    width: 255px;
    height: 203.8px;
    margin-left: 18%;
}

.footerMobImg {
    margin-bottom: -65%;
}

.footerMobImgMobile {
    margin-bottom: -71%;
}

.middleImageBenefit {
    margin-top: 86px;
    margin-bottom: 84px;
}

.mainLabelFirst {
    width: 700px;
}

.info-section .image img {
    width: 275.6px;
    height: 361.5px;
}

.imageInfo img {
    /* margin-left: 22%; */
    width: 540px !important;
    height: 354.3px !important;
}

.normalTextBolds {
    color: var(--sf-white) !important;
    font-family: 'TruenoLt';
    font-weight: 100;
}

@media (max-width: 768px) {
    .info-section .row:last-child {
        padding-bottom: 30px;
    }
    .managing-section .white-box .icon {
        margin-bottom: 22px;
        margin-top: 35px;
    }
    .imageInfo img {
        /* margin-left: 22%; */
        width: 540px !important;
        height: 354.3px !important;
        margin-left: -30%;
    }
    .mainLabelFirst {
        width: 100%;
    }
    .sim-points .points-box h4 {
        max-width: 190px;
        font-family: TruenoSBd;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: var(--sf-color);
    }
    .sim-points .points-box p {
        max-width: 190px;
        font-family: TruenoRg;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
    }
    #scroll-top {
        bottom: 1515px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .posibility-section .banner-nav ul li {
        display: inline-block;
        border-right: solid 1px #e0e0e0;
        text-align: center;
        padding: 18px 10px;
        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: #222222;
    }
    .posibility-section .banner-nav ul li a {
        font-family: TruenoRg;
        font-size: 14px;
        color: #222222;
    }
    .imageInfo img {
        /* margin-left: 22%; */
        width: 540px !important;
        height: 354.3px !important;
        margin-left: -30%;
    }
    .sim-points {
        margin-top: -3%;
    }
    .sim-points .points-box h4 {
        max-width: 190px;
        font-family: TruenoSBd;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: var(--sf-color);
    }
    .sim-points .points-box p {
        max-width: 190px;
        font-family: TruenoRg;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
    }
    .sim-points .points-box {
        background: #ffffff;
        padding: 27px 10px 10px 10px;
        min-height: 125px;
    }
    .managing-section .white-box .managing-img {
        margin-top: 125px;
        margin-left: -25px;
        width: 250px;
        height: 428px;
    }
    .join-section .headings {
        font-family: TruenoSBd;
        font-size: 28px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        margin-top: 58px;
    }
    .join-section {
        padding-top: 0px;
    }
    .image-paddy img {
        margin-top: -65px;
    }
    .steps-section .white-box .icon img {
        width: 215px;
        height: 178px;
        margin-left: 15%;
    }
    .download-btn {
        width: 135px;
        display: inline-block;
        margin-right: 12px;
    }
    .footerMobImg {
        margin-bottom: -71%;
        margin-top: 31%;
    }
    #steps-section {
        margin-top: 70px;
        margin-bottom: 55px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1124px) {
    .ser-res {
        position: absolute;
        top: 20px;
        right: 45px;
    }
}

#start_bottom {
    background-color: #000000;
    color: #ffffff;
}

#start_bottom a {
    color: #ffffff;
}

#scroll-top {
    width: 60px;
    height: 60px;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-size: 14px;
    color: #262626;
    font-family: 'TruenoSBd';
    padding: 8px 16px;
    background-color: #ffffff;
    float: right;
    position: fixed;
    bottom: 64px;
    right: 50px;
    z-index: 99999;
    display: none;
}

#scroll-top i {
    font-size: 24px;
}

.sf-icon-arrow-goup:before {
    content: '\e91f';
}

#scroll-top a:hover {
    color: #262626 !important;
}

#scroll-top p {
    margin-top: -7px;
}

#scroll-top i {
    font-size: 24px;
}


/**** Font Awesome Icons ****/

[class^='sf-'],
[class*=' sf-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'smartfren-revamp' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sow-icon-sf {
    font-family: 'smartfren-revamp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sow-icon-sf[data-sow-icon]:before {
    content: attr(data-sow-icon);
}

.sf-icon-star:before {
    content: '\e900';
}

.sf-icon-rewards-gamepad:before {
    content: '\e941';
}

.sf-icon-rewards-switchArrow:before {
    content: '\e942';
}

.sf-icon-lifestyle-Premium-solid:before {
    content: '\e943';
}

.sf-icon-career-briefcase:before {
    content: '\e944';
}

.sf-icon-career-club:before {
    content: '\e945';
}

.sf-icon-career-customers:before {
    content: '\e946';
}

.sf-icon-career-fast:before {
    content: '\e947';
}

.sf-icon-career-growth:before {
    content: '\e948';
}

.sf-icon-career-mentor:before {
    content: '\e949';
}

.sf-icon-international-doubleTick:before {
    content: '\e93f';
}

.sf-icon-international-RP:before {
    content: '\e940';
}

.sf-icon-rewards-beauty:before {
    content: '\e901';
}

.sf-icon-rewards-food:before {
    content: '\e902';
}

.sf-icon-rewards-Infotainment:before {
    content: '\e903';
}

.sf-icon-rewards-mysf:before {
    content: '\e904';
}

.sf-icon-rewards-sale:before {
    content: '\e905';
}

.sf-icon-rewards-shopping:before {
    content: '\e906';
}

.sf-icon-rewards-travel:before {
    content: '\e907';
}

.sf-icon-conditions-line:before {
    content: '\e908';
}

.sf-icon-conditions-solid:before {
    content: '\e909';
}

.sf-icon-privacy-line:before {
    content: '\e90a';
}

.sf-icon-privacy-solid:before {
    content: '\e90b';
}

.sf-icon-terms-line:before {
    content: '\e90c';
}

.sf-icon-terms-solid:before {
    content: '\e90d';
}

.sf-icon-faq-coin:before {
    content: '\e90e';
}

.sf-icon-faq-devices:before {
    content: '\e90f';
}

.sf-icon-faq-mySF:before {
    content: '\e910';
}

.sf-icon-faq-pocket:before {
    content: '\e911';
}

.sf-icon-faq-rp:before {
    content: '\e912';
}

.sf-icon-faq-SIM:before {
    content: '\e913';
}

.sf-icon-feature-credit:before {
    content: '\e914';
}

.sf-icon-feature-devices:before {
    content: '\e915';
}

.sf-icon-feature-edit:before {
    content: '\e916';
}

.sf-icon-feature-postpaid:before {
    content: '\e917';
}

.sf-icon-feature-receive:before {
    content: '\e918';
}

.sf-icon-feature-secure:before {
    content: '\e919';
}

.sf-icon-feature-transfer:before {
    content: '\e91a';
}

.sf-icon-tarif-edit:before {
    content: '\e91b';
}

.sf-icon-add:before {
    content: '\e91c';
}

.sf-icon-arrow-down:before {
    content: '\e91d';
}

.sf-icon-arrow-godown:before {
    content: '\e91e';
}

.sf-icon-arrow-goup:before {
    content: '\e91f';
}

.sf-icon-arrow-left:before {
    content: '\e920';
}

.sf-icon-arrow-next:before {
    content: '\e921';
}

.sf-icon-arrow-previous:before {
    content: '\e922';
}

.sf-icon-arrow-right:before {
    content: '\e923';
}

.sf-icon-arrow-up:before {
    content: '\e924';
}

.sf-icon-call:before {
    content: '\e925';
}

.sf-icon-card-solid:before {
    content: '\e926';
}

.sf-icon-chat:before {
    content: '\e927';
}

.sf-icon-email:before {
    content: '\e928';
}

.sf-icon-notification-line:before {
    content: '\e929';
}

.sf-icon-SIM-line:before {
    content: '\e92a';
}

.sf-icon-social-fb:before {
    content: '\e92b';
}

.sf-icon-social-instagram:before {
    content: '\e92c';
}

.sf-icon-social-likedin:before {
    content: '\e92d';
}

.sf-icon-social-tiktok:before {
    content: '\e92e';
}

.sf-icon-social-twitter:before {
    content: '\e92f';
}

.sf-icon-social-youtube:before {
    content: '\e930';
}

.sf-icon-store:before {
    content: '\e931';
}

.sf-icon-benefits-internet:before {
    content: '\e932';
}

.sf-icon-benefits-like:before {
    content: '\e933';
}

.sf-icon-benefits-RP:before {
    content: '\e934';
}

.sf-icon-benefits-secure:before {
    content: '\e935';
}

.sf-icon-benefits-wifi:before {
    content: '\e936';
}

.sf-icon-benifits-call:before {
    content: '\e937';
}

.sf-icon-benifits-customerService:before {
    content: '\e938';
}

.sf-icon-benifits-devices:before {
    content: '\e939';
}

.sf-icon-benifits-gift:before {
    content: '\e93a';
}

.sf-icon-benifits-giftbox:before {
    content: '\e93b';
}

.sf-icon-benifits-offer:before {
    content: '\e93c';
}

.sf-icon-benifits-pocket:before {
    content: '\e93d';
}

.sf-icon-benifits-promo:before {
    content: '\e93e';
}

.sf-icon-benifits-RPtext:before {
    content: '\e94a';
}

.sf-icon-benifits-promo-line:before {
    content: '\e95f';
}

.sf-benifits-offer-filled:before {
    content: '\e960';
}

.sf-icon-search:before {
    content: '\e961';
}

.sf-icon-close:before {
    content: '\e962';
}

.sf-icon-check:before {
    content: '\e963';
}

.sf-icon-logout-1:before {
    content: '\e94b';
}

.sf-icon-why-gamepad:before {
    content: '\e94c';
}

.sf-icon-why-rp:before {
    content: '\e94d';
}

.sf-icon-why-store:before {
    content: '\e94e';
}

.sf-icon-why-van:before {
    content: '\e94f';
}


/* new css end*/