* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font: 400 14px/24px 'Roboto', sans-serif;
    ;
}

.content-wrapper {
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }
}

/* GENERAL */
h1,
h2,
h3 {
    margin: 0 0 20px;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 28px;
    line-height: 36px;
}

h4,
h5,
h6 {
    margin: 0 0 12px;
}

h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tj {
    text-align: justify;
}

.blank-tab {
    display: inline-block;
    width: 50px;
}

.orange {
    color: #E87407;
}

.red {
    color: #D00000;
}

.green {
    color: green;
}

.blue {
    color: #1701E4;
}

.muted {
    color: #888;
}

.strike {
    text-decoration: line-through;
    display: inline-block;
    margin-right: 4px;
}

.price {
    font-size: 18px;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.fancybox-close {
    background: none;
    transition: 250ms all linear;
    -o-transition: 250ms all linear;
    -ms-transition: 250ms all linear;
    -moz-transition: 250ms all linear;
    -webkit-transition: 250ms all linear;
}

.fancybox-close:before,
.fancybox-close:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -2px;
    display: block;
    width: 24px;
    height: 1px;
    background: #555;
}

.fancybox-close:before {
    transform: rotate(45deg);
}

.fancybox-close:after {
    transform: rotate(135deg);
}

.fancybox-close:hover {
    transform: rotate(90deg);
}

.fancybox-close:hover:before,
.fancybox-close:hover:after {
    background: #111;
}

.tag {
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
    line-height: 14px;
    padding: 0px 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #D00000;
    color: #FFF;
    border-radius: 5px;
}

/* BUTTON STYLES BEGIN */
.btn {
    display: inline-block;
    background: #FFF;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
    height: 32px;
    text-decoration: none;
    color: #FFF;
    border: solid 1px #FE5E00;
    border-radius: 0;
    transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    -ms-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -webkit-transition: 200ms all ease-in-out;
}

.btn.btn-mini {
    padding: 0 8px;
    font-size: 10px;
    line-height: 24px;
    height: 24px;
}

.btn.btn-small {
    padding: 0 15px;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
}

/*.btn.btn-large{padding:0 40px;font-size:14px;line-height:40px;height:40px;}*/
.btn.btn-large {
    padding: 0 20px;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
}

.btn.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.btn.btn-primary {
    background: #1818E7;
    border: solid 1px #1818E7;
    font-weight: 700;
    color: #FFF;
}

.btn.btn-disabled {
    background: #F0F0F0;
    border: solid 1px #CCC;
    color: #888;
    cursor: default;
}

.btn.btn-alt {
    background: #0C519F;
    border: solid 1px #0C519F;
    color: #FFF;
}

.btn.btn-pre-register {
    background: #DDD;
    border-color: #777;
    color: #444;
}

.btn.btn-cta {
    border: solid 1px #0C519F;
    background: #FFF;
    color: #333;
}

.btn.btn-cta:hover {
    color: #FFF;
}

.btn:hover {
    background-color: #17549a;
    border-color: #FE5E00;
}

.btn.btn-disabled:hover {
    background: #F0F0F0;
    border-color: #CCC;
    color: #888;
}

.btn.btn-alt:hover {
    background: #0E5DB2;
    border-color: #0E5DB2;
    color: #FFF;
}

/* BUTTON STYLES END */

/* QUICK SIDEBAR */
.quick-sidebar {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 100;
}

.quick-sidebar ul {
    margin: 0;
    padding: 0;
}

.quick-sidebar ul li {
    list-style: none;
    margin: 0;
}

.quick-sidebar ul li a {
    position: relative;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 0 0 auto;
    border-radius: 100%;
    text-align: center;
    color: #FFF;
    opacity: .85;
    background: #2D2D2D;
    text-decoration: none;
    font-size: 24px;
    line-height: 50px;
    box-shadow: 1px 2px 16px -4px #999;
    transition: 150ms all ease-in-out;
}

.quick-sidebar ul li a.btn-apply {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding: 6px 15px;
    background: #EC7221;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
}

.quick-sidebar ul li a:hover {
    opacity: 1;
    right: 4px;
}

.quick-sidebar ul li a.whatsapp {
    background-color: #1EBEA5;
}

.quick-sidebar ul li a.phone {
    background-color: #F27200;
}

.quick-sidebar ul li a.email {
    background-color: #888888;
}

/* FORM STYLE BEGIN */
#box-registration-home .head,
#box-registration-buss .head,
#box-registration-lite .head {
    height: 70px;
}

#box-registration-home .body,
#box-registration-buss .body,
#box-registration-lite .body {
    height: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 0 45px 0;
}

.form-registration {
    font: 400 13px/24px 'DM Sans', sans-serif;
    margin-bottom: 0;
}

.form-registration .steps-title {
    padding: 10px 20px;
    border-bottom: solid 1px #DDD;
    background: #FFF;
    box-shadow: 0 0 18px -6px #888;
}

.form-registration .steps-title h4 {
    position: relative;
    display: inline-block;
    background: #CCC;
    padding: 8px 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin: 0 10px 0 0;
}

.form-registration .steps-title h4:first-child:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -20px;
    width: 0;
    height: 0;
    border: solid 10px #FFF;
    border-left-color: #223A7A;
    margin-top: -10px;
}

.form-registration .steps-title h4.active {
    background: #223A7A;
    color: #FFF;
}

.form-registration .inner {
    position: relative;
    left: 0;
    width: 200%;
    overflow-y: hidden;
    font-size: 0;
    transition: 500ms all ease-in-out;
    -o-transition: 500ms all ease-in-out;
    -ms-transition: 500ms all ease-in-out;
    -moz-transition: 500ms all ease-in-out;
    -webkit-transition: 500ms all ease-in-out;
}

.form-registration .inner .steps {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    margin: 0;
    vertical-align: top;
    padding: 20px;
    overflow-y: auto;
    max-height: 100%;
}

.form-registration .row {
    margin-bottom: 8px;
    line-height: 16px;
}

.form-registration .input-field {
    font: 400 13px/24px 'DM Sans', sans-serif;
    padding: 1px 5px;
    border-radius: 0;
    border: solid 1px #DDD;
    width: 140px;
    height: 24px;
    -webkit-border-radius: 0px;
}

.form-registration .input-field.input-small {
    width: 100px;
}

.form-registration .input-field.input-block {
    width: 100%;
}

.form-registration textarea.input-field {
    line-height: 20px;
}

.form-registration .label-radio {
    font-weight: 400;
    margin-right: 15px;
    display: inline-block;
}

.form-registration .label-radio input[type="radio"] {
    margin-right: 5px;
}

.form-registration .label-radio.label-radio-block {
    display: block;
}

.form-registration .help-block {
    display: block;
    margin-top: 4px;
    font-size: 12px;
}

.form-registration .info-text {
    color: #31708F;
    background: #D9EDF7;
    padding: 8px 15px;
    border: solid 1px #BCE8F1;
    margin-bottom: 10px;
}

.form-registration .btn {
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
}

.form-registration .btn.btn-prev,
.form-registration .btn.btn-primary.btn-submit {
    display: none;
}

.form-registration .plan-info {
    padding-left: 4px;
    border-left: solid 4px #CCC;
    background: #FFF;
    margin-top: 4px;
}

.form-registration .plan-info div {
    padding: 4px 0;
}

.form-registration .plan-info .pre-register {
    color: #888;
}

.form-registration .form-group {
    padding: 10px;
    border: solid 1px #DDD;
    background: #FFF;
    margin-bottom: 8px;
}

.form-registration .form-group .row:last-child {
    margin-bottom: 0;
}

.fancybox-inner .foot {
    bottom: 0;
}

.label-checkbox {
    position: relative;
    font-weight: 400;
    line-height: 1.35;
    padding-left: 24px;
}

.label-checkbox input[type="checkbox"] {
    position: absolute;
    top: 2px;
    left: 2px;
}

/* FORM STYLE END */


/* SECTION STYLES */

/* SYSTEM MESSAGE */
.section-sysmsg {
    background: #F8F8F8;
    padding: 50px 100px;
}

.section-sysmsg h1 {
    text-transform: uppercase;
}

.section-sysmsg p {
    margin-bottom: 8px;
}

.section-sysmsg ul li {
    list-style-type: disc;
    margin-bottom: 0;
}

/* TOP BAR */
.section-topbar {
    padding: 2px 0;
    background: #EC7221;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
}

/* RECOMMENDATION BAR */
.section-recbar {
    padding: 8px 0;
    background: #FBF4ED;
    box-shadow: 0 -5px 20px -6px #888 inset;
}

.section-recbar a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    text-decoration: none;
    transition: 300ms all ease-in-out;
}

.section-recbar .block-recommend a {
    color: #4CAF50;
}

.section-recbar a+a {
    margin-left: 10px;
}

.section-recbar a:hover {
    opacity: .85;
}

.section-recbar .block-support {
    text-align: right;
}

/* HEADER */
.section-header {
    position: relative;
    padding: 15px 0;
    border-bottom: solid 1px #D7D7D7;
}

.section-header.docked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, .75);
}

.section-header .logo {
    display: inline-block;
    line-height: 0;
    margin-right: 15px;
}

.section-header .logo img {
    height: 45px;
    width: auto;
}

.section-header ul.menu {
    list-style: none;
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.section-header ul.menu li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.section-header ul.menu li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

.section-header ul.menu li a:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    background-color: #EC7221;
    left: 0;
}

.section-header .btn.btn-large {
    position: relative;
    display: inline-block;
    border-radius: 25px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
}

.section-header .btn.btn-large.btn-main {
    border: solid 2px #FE5E00;
    background: transparent;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    color: #FE5E00;
}

.section-header .btn.btn-large.btn-main:hover {
    background-color: #FE5E00;
    color: #FFF;
}

.section-header .btn.btn-large.btn-cta {
    padding: 0 10px;
    margin-right: 5px;
    border: none;
    border-bottom: solid 2px transparent;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.section-header .btn.btn-large.btn-cta:hover {
    background-color: transparent;
    border: none;
    border-bottom: solid 2px #FE5E00;
    color: #000;
}

.section-header .btn-new::after {
    content: "NEW";
    position: absolute;
    top: -2px;
    left: 10px;
    font-weight: 900;
    font-size: 9px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FE5E00;
}

.section-header .mobile-callbar {
    display: none;
}

/* MOBILE MENU */
.menu-toggle-hamburger {
    display: none;
}

.menu-wrap {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
}

.menu-wrap.on {
    visibility: visible;
}

.menu-wrap .menu {
    position: absolute;
    z-index: 110;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 280px;
    padding: 50px 30px 30px;
    background: #65c6bb;
    opacity: 0;
    overflow: auto;
    visibility: hidden;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);

}

.menu-wrap.on .menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    visibility: visible;
    background-color: rgba(255, 255, 255, .95);
}

.menu-overlay {
    display: none;
    background: #22313F;
}

.menu-wrap .menu ul {
    list-style: none;
}

.menu-wrap .menu ul li a {
    position: relative;
    color: #222;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.menu-wrap .menu ul li a.btn-new::after {
    content: "NEW";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 5px;
    text-transform: uppercase;
    transform: translateY(-50%);

    color: #F05603;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.66px;
}

.mobile-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
}

.mobile-menu-close::before,
.mobile-menu-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #555;
}

.mobile-menu-close::before {
    transform: rotate(-45deg);
}

.mobile-menu-close::after {
    transform: rotate(45deg);
}

/* BANNER */
.section-banner {
    position: relative;
    width: 100%;
    background: #ff7301;
    padding: 80px 0 95px 0;
    overflow: hidden;
}

.slide-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 40px;
}

.slide-text {
    flex: 1;
    color: #fff;
    z-index: 2;
    align-self: flex-start;
}

.slide-subhead {
    display: block;
    margin-bottom: 10px;
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.slide-text h1 {
    font-size: 44px;
    font-family: "Zalando Sans SemiExpanded";
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}

.slide-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
}

.slide-image-wrapper img {
    width: 100%;
    max-width: 500px;
    z-index: 2;
}

.banner-element {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
}

.banner-element-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 41%;
}

.curve-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 135px;
    background: #fff;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transform: scaleX(1.3);
    z-index: 1;
    pointer-events: none;
    box-shadow: 0 0 50px 50px #F25A03;
}

.hero-slide {
    outline: none;
}

.unifi-slider-custom .slick-dots {
    display: flex !important;
    justify-content: center;
    margin: 0 0 -30px 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 30;
}

.unifi-slider-custom .slick-dots li {
    margin: 0 6px;
}

.unifi-slider-custom .slick-dots li button {
    font-size: 0 !important;
    line-height: 0 !important;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: #bebebe !important;
    border: 0;
    outline: none;
    background: #bebebe !important;
    border-radius: none;
    transition: all 0.3s ease;
}

.unifi-slider-custom .slick-dots li.slick-active button {
    background: #FF5E00 !important;
    width: 30px;
    transform: none;
}

.section-promo {
    position: relative;
    margin-top: -60px;
    width: 100%;
    height: 220px;
    background: url('../images/promo-bg.png') repeat-x center bottom;
    background-size: 12px 215px;
}

.section-promo:after {
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    left: 50%;
    top: 0;
    margin-left: -660px;
    background: url('../images/promo-stars.png') no-repeat left 25px;
    background-size: 660px 108px;
    width: 660px;
    height: 108px;
}

.section-promo .content-wrapper {
    z-index: 1;
    color: #FFF;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

.section-promo .content-wrapper .three.columns .promo-gift {
    padding-top: 128px;
    background: url('../images/promo-gift.png') no-repeat right 25px;
    background-size: 153px 90px;
    text-align: right;
}

.section-promo .content-wrapper .three.columns .promo-gift h1 {
    display: inline-block;
    width: 153px;
    letter-spacing: 5px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
}

.section-promo .content-wrapper .three.columns .promo-gift h1 small {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
}

.section-promo .content-wrapper .nine.columns {
    padding-top: 128px;
}

/* WINBACK 3.0 CAMPAIGN */
.section-winback {
    padding: 30px 0;
}

.section-winback .inner {
    border: solid 1px #FE5E00;
    background: #FDF5EE;
    padding: 20px 30px;
}

.section-winback h2 {
    text-transform: uppercase;
    color: #FE5E00;
}

/* STEPS */
.section-steps {
    position: relative;
    text-align: center;
    padding: 60px 0;
    background-color: #FFF9F5;
}

.section-steps .content-wrapper {
    max-width: fit-content !important;
}

.section-steps h2 {

    color: #000;
    text-align: center;
    font-family: "Zalando Sans SemiExpanded";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.section-steps h2 small {
    display: block;

    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-steps ul {
    position: relative;
    margin: 30px 0 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}

.section-steps ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    width: 33.3333%;
    padding: 0 5px;
    vertical-align: top;
}

.step-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px;
}

.step-card {
    background: #fff;
    border-radius: 15px;
    width: 340px;
    overflow: hidden;
    box-shadow: 0 0 10px 5px #FCE0D0;
    display: flex;
    flex-direction: column;
}

.step-image-wrapper {
    position: relative;
    height: 220px;
}

.step-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-image-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, transparent, #fff);
}

.step-content {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    gap: 20px;
}

.step-content h4 {
    color: #FF5E00;
    text-align: center;
    flex: 1;
    margin: 0;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.step-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-top: auto;
}

.step-badge {
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;

    color: #1701E4;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.step-label {
    background: #E9ECFF;
    padding: 5px 15px;
    border-radius: 15px;
}

.step-number {
    font-size: 40px;
}

.step-desc {
    text-align: left;
    max-width: 175px;
    padding-left: 10px;
    min-height: 2.4rem;
    display: flex;
    align-items: center;

    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
}

/* FEATURES */
.section-features {
    padding: 0 0 30px 0;
    text-align: center;
}

.extraordinary-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
    max-width: 1300px;
    margin: 0 auto;
    gap: 40px;
}

.extra-text {
    flex: 0 0 40%;
    text-align: left;
}

.extra-text h2 {
    margin-bottom: 20px;
    color: #000;
    font-family: "Zalando Sans SemiExpanded";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.extra-text p {
    max-width: 90%;
    color: #242424;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.extra-icons {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px;
}

.feature-item {
    text-align: center;
    max-width: 150px;
}

.feature-item img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 15px;
}

.feature-item h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin: 0;
}

@media (max-width: 968px) {
    .extraordinary-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
        gap: 0;
    }

    .extra-text {
        flex: auto;
        width: 100%;
        margin-bottom: 40px;
    }

    .extra-text p {
        margin: 0;
    }

    .extra-icons {
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        gap: 15px;
        display: flex;
        flex-direction: column;
    }

    .feature-item {
        max-width: 200px;
    }

    .feature-item img {
        width: 200px;
        height: 200px;
    }
}

/* WHY REGISTER ONLINE WITH US */
.section-whyus {
    padding: 0 0 60px;
    text-align: center;
}

.section-coverage {
    background: url('../images/bg-coverage%402x.jpg') no-repeat top center;
    background-size: cover;
    padding: 10em 0;
    text-align: center;
}

.section-coverage h2 {
    color: #FFF;
    margin-bottom: 50px;
}

.section-coverage .btn-coverage {
    display: inline-block;
    background: #245099;
    color: #FFF;
    border-radius: 50px;
    text-decoration: none;
    padding: 8px 30px;
}

.section-option {
    background: #FDF5EE;
    text-align: center;
    font-size: 0;
    padding: 60px 0 0;
}

.section-option h2 {

    color: #000;
    text-align: center;
    font-family: "Zalando Sans SemiExpanded";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.section-option h3 {
    display: none;
}

.section-option a.tel {
    display: none;
}

.section-option .options {
    padding: 0 10px;
}

.section-option .options a {
    display: inline-block;
    width: 230px;
    height: 36px;
    margin: 0 10px;
    background: #ffffff;
    border: 2px solid #9b9b9b;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #9b9b9b;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
}

.section-option .options a.active,
.section-option .options a:hover {
    color: #f05603;
    border-color: #f05603;
}

#package.page-unifilite {
    padding-top: 50px;
}

#package.page-unifilite p {
    margin: auto;
    max-width: 800px;
    width: 100%;
}

.section-package {
    padding: 50px 0;
    background: rgba(255, 196, 148, 0.20);
    text-align: left;
    font-size: 0;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.section-package h2 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 1.2;
}

.section-package h2 small {
    display: block;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 10px;
    letter-spacing: 0;
}

.section-package .package-div.package-home {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    display: inline-block;
    background-color: #F4F4F4;
    margin-bottom: 35px;
    border-radius: 15px;
    vertical-align: top;
    overflow: hidden;
}

.section-package .package-div.package-home:nth-child(3n) {
    margin-right: 0;
}

.section-package .package-div.package-buss {
    display: inline-block;
    width: calc((100% - 50px) / 3);
    padding: 0 12.5px;
    margin-bottom: 35px;
    vertical-align: top;
}

.section-package .package-div.package-buss:nth-child(3n) {
    margin-right: 0;
}

.section-package.home .packages-buss {
    display: none;
    margin: 0 -12.5px;
    font-size: 0;
}

.section-package.buss .packages-home,
.section-package.buss .plans-home {
    display: none;
}

.section-package .package-div .details-div {
    padding: 20px 25px;
    background-color: #205DA3;
}

.section-package .package-div .details-div .plan-name {
    display: table;
    margin: 0 0 5px;
    width: 100%;
    min-height: 72px;
}

.section-package .package-div .details-div h3 {
    display: table-cell;
    margin: 0 0 8px;
    color: #F07204;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

.section-package .package-div .details-div h3 span {
    display: inline-block;
}

.section-package .package-div .details-div h3 .big {
    display: inline-block;
    margin-right: 4px;
    font-weight: 700;
    font-size: 56px;
}

.section-package .package-div .details-div h3 .subline {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    color: #07509F;
}

.section-package .package-div .details-div h4 {
    text-align: center;
    color: #070707;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 15px;
}

.section-package .package-div .details-div h5 {
    text-align: center;
    color: #0B0B0B;
    line-height: 1;
    font-size: 16px;
    letter-spacing: 0;
}

.section-package .packages-buss .package-div .details-div h5 {
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
}

.section-package .package-div .details-div h5 strong {
    font-weight: 600;
    font-size: 30px;
}

.section-package .package-div .details-div .device-addon {
    margin: 8px auto 10px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
}

.section-package .package-div .details-div .device-addon input[type='checkbox'] {
    display: inline-block;
    vertical-align: top;
    margin: 4px 2px 0 0;
}

.section-package .package-div .details-div .link-div {
    text-align: center;
}

.section-package .package-div .details-div .link-div a.whatsapp {
    display: inline-block;
    width: 15%;
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;
}

.section-package .package-div .details-div .button {
    display: inline-block;
    width: 70%;
    margin: 0;
    padding: 4px 20px;
    border-radius: 0;
    background-color: #EE7202;
    border: 1px solid #EE7202;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.section-package .package-div .details-div .signup {
    font-size: 13px;
    text-align: center;
    margin: 15px 0 0;
}

.section-package .package-div .details-div .signup::before {
    content: '';
    display: inline-block;
    height: 16px;
    width: 20px;
    background-image: url('../images/24-hours.png');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 2px;
}

.section-package .package-div .details-div .contract {
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #CBCBCB;
    margin: 0 0 25px;
    padding-bottom: 25px;
}

.section-package .packages-buss .package-div .details-div .signup {
    color: #fff;
}

.section-package .packages-buss .package-div .details-div .signup::before {
    background-image: url('../images/24-hours-white.png');
}

.section-package .packages-buss .package-div .details-div .contract {
    color: #fff;
}

.section-package .package-div .details-div .btn-expand {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #FF6624;
    text-align: center;
    text-decoration: none;
}

.section-package .package-div .details-div .expandable-div {
    display: none;
}

.section-package .package-div .details-div ul.details {
    list-style: none;
    padding-left: 26px;
}

.section-package .package-div .details-div ul.details li {
    font-size: 13px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-top: 2px;
}

.section-package .packages-buss .package-div .details-div ul.details li {
    color: #fff;
}

.section-package .package-div .details-div ul.details li::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/icon-tick-orange.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: -26px;
    position: absolute;
    top: 0;
}

.section-package .package-div .details-div ul.details li strong {
    font-weight: 600;
    display: block;
}

.section-package .package-div .details-div h6 {
    font-weight: 600;
    font-size: 17px;
}

.section-package .package-div .details-div ul.benefits {
    list-style: none;
    padding-left: 26px;
}

.section-package .package-div .details-div ul.benefits li {
    font-size: 13px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-top: 2px;
}

.section-package .package-div .details-div ul.benefits li::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -26px;
    position: absolute;
    top: 0;
    background-position: center;
}

.section-package .package-div .details-div ul.benefits li.tv::before {
    background-image: url('../images/icon-tv-orange.png');
}

.section-package .package-div .details-div ul.benefits li.unlimited::before {
    background-image: url('../images/icon-unlimited-orange.png');
}

.section-package .package-div .details-div ul.benefits li.phone::before {
    background-image: url('../images/icon-phone-orange.png');
}

.section-package .package-div .details-div ul.benefits li strong {
    font-weight: 600;
    display: block;
}

.section-package .package-div .details-div ul.tnc {
    list-style: none;
    padding: 0;
}

.section-package .package-div .details-div ul.tnc li {
    font-size: 13px;
    margin: 0 0 5px;
    line-height: 1.5;
}

.section-package .package-div .details-div ul.tnc li a {
    color: #f15b25;
    font-weight: 500;
}

.section-package .package-div .details-div ul.tnc li a:hover {
    color: #17549a;
}

.section-package .package-div.package-buss .img-div img {
    width: 100%;
    height: auto;
}

/* FAQ and T&C */
.section-faqterms {
    background: #FFFFFF;
    padding: 80px 0 40px;
    line-height: 18px;
}

.section-faqterms h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.section-faqterms .tnc {
    list-style: none;
    padding: 0;
}

ul.tnc {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.tnc li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    box-sizing: border-box;
}

.faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.faq-list li a {
    border: 1px solid #FF5E00;
    color: #242424;
    background: rgba(255, 94, 0, 0.04);
}

.tc-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tc-list li a {
    border: 1px solid #1701E4;
    color: #242424;
    background: rgba(23, 1, 228, 0.04);
}

/*
.section-package.home .package-block.package-home{display:none;}
.section-package.buss .package-block.package-buss{display:none;}
.section-package .package-div{display:none;}
.section-package.home .package-div.package-home{display:block;}
.section-package.buss .package-div.package-buss{display:block;}
.section-package .options{}
.section-package .package-block{display:none;}
.section-package .package-block table{width:100%;background:#FFF;border-collapse:collapse;color:#223A7A;font:400 15px/24px 'DM Sans',sans-serif;margin:0;}
.section-package .package-block table thead tr th{font:300 24px/32px 'DM Sans',sans-serif;padding:15px 15px;width:18%;}
.section-package .package-block table thead tr th:first-child{width:22%;}
.section-package .package-block table thead tr th h2{font-size:36px;line-height:40px;margin:0;display:inline-block;width:100px;text-align:center;}
.section-package .package-block table thead tr th h2 .orange{display:block;}
.section-package .package-block table thead tr th .new{display:block;font-weight:700;font-size:11px;line-height:14px;color:#FF0000;}
.section-package .package-block table thead tr th h3{font-size:24px;line-height:28px;letter-spacing:0;margin-bottom:0;}
.section-package .package-block table thead tr th h3 .orange{display:block;font-weight:400;font-size:20px;line-height:24px;}
.section-package .package-block table tbody tr td{position:relative;padding:12px 20px;vertical-align:top;}
.section-package .package-block table tbody tr td small{line-height:18px;}
.section-package .package-block table tbody tr td select{z-index:2;position:relative;background:transparent;border:solid 1px #223A7A;box-sizing:border-box;width:100%;height:30px;line-height:28px;border-radius:0!important;padding:0 30px 0 8px;margin-bottom:8px;-webkit-appearance:none;-webkit-border-radius:0px;}
.section-package .package-block table tbody tr td .select-arrow{z-index:1;position:absolute;top:12px;right:20px;background:#223A7A;width:30px;height:30px;color:#FFF;line-height:30px;}
.section-package .package-block table tbody tr td .btn.btn-primary{padding:0 15px;}
.section-package .package-block table tbody tr td.comp{font-size:0;}
.section-package .package-block table tbody tr td .complementary{display:inline-block;width:48%;min-width:360px;margin-right:2%;font-size:14px;}
.section-package .package-block table tbody tr td .complementary img{float:left;margin-right:10px;}
.section-package .package-block table tbody tr td small{display:block;font-size:12px;line-height:16px;margin-top:8px;color:#777;}
.section-package .new-lite-info{position:relative;margin:30px auto 0;max-width:500px;background:#FFF;padding:15px 20px;border-bottom:solid 5px #E30613;}
.section-package .new-lite-info img{position:absolute;top:-10px;left:-24px;}
.section-package .new-lite-info strong{font-size:20px;line-height:20px;color:#F27200;}
.section-package .new-lite-info .btn{margin-top:8px;}
.section-package .new-bonanza-info strong{font-size:20px;line-height:20px;color:#F27200;}
.section-package .new-bonanza-info{position:relative;margin:30px auto 0;max-width:600px;background:#F7F7F7;padding:15px 20px;border-bottom:solid 5px #E30613;}
*/

/* NEW PLAN DESIGN */
@media only screen and (min-width: 1500px) {
    .section-package .content-wrapper {
        max-width: 1440px;
    }
}

.plans-home,
.packages-buss {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin: 0;
}

.plans-home .outer,
.packages-buss .outer {
    width: 360px;
    max-width: 100%;
    display: flex;
    padding: 0;
    flex: 0 0 auto;
}

.plans-home .plan-home {
    position: relative;
    background: #FFF;
    padding: 20px;
}

.plans-home .outer.most-popular::after {
    content: "";
    position: absolute;
    top: 15px;
    left: -5px;
    display: block;
    width: 122px;
    height: 28px;
    background: url('../images/tag-most-popular%402x.png') no-repeat center;
    background-size: 122px 28px;
}

.plans-home .outer .free-trial {
    position: absolute;
    top: 10px;
    right: 10px;
}

.plans-home .outer .disney-hotstar {
    position: absolute;
    top: 10px;
    right: 10px;
}

.plans-home .outer .free-trial img,
.plans-home .outer .disney-hotstar img {
    max-height: 100px;
    width: auto;
}

.plans-home .outer .disney-hotstar+.free-trial {
    right: 80px;
}

.plans-home .outer .netflix {
    position: absolute;
    top: 10px;
    right: 15px;
}

.plans-home .outer .promo-tag {
    position: absolute;
    top: 12px;
    left: -2px;
    display: inline-block;
    padding: 4px 8px;
    background: #D10E30;
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.plans-home .outer .promo-tag::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    border: solid 4px transparent;
    border-top-color: #9A1128;
    border-right-color: #9A1128;
}

.plans-home .outer .plan-image img {
    width: 100%;
    height: auto;
}

.plans-home .plan-home .plan-name {
    margin-top: 10px;
    text-align: center;
}

.plans-home .plan-home .plan-name h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: #FE5E00;
}

.plans-home .plan-home .plan-name .big {
    font-weight: 700;
    font-size: 56px;
}

.plans-home .plan-home .plan-name h3 .subline {
    display: block;
    margin-top: 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* color: #FE5E00; */
    color: #D10E30;
}

.plans-home .plan-home .plan-name h3 .addon-pack {
    position: relative;
    top: -8px;
    display: inline-block;
    padding: 1px 8px;
    border-radius: 50px;
    background: #FE5E00;
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
}

.plans-home .plan-home .plan-name h3 small {
    display: block;
    font-size: 11px;
    line-height: 16px;
    font-style: italic;
    color: #777;
}

.plans-home .plan-home .plan-name h3 .streaming-apps {
    font-size: 0;
}

.plans-home .plan-home .plan-name h3 .streaming-apps img {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}

.plans-home .plan-home .plan-name h3 .var-plans {
    font-weight: 700;
    color: #333;
    font-size: 12px;
    line-height: 16px;
}

.plans-home .plan-home .plan-name h3 .var-plans img {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
}

.plans-home .plan-home .device-addon {
    margin: 8px auto 10px;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
}

.plans-home .plan-home .device-addon input[type='checkbox'] {
    display: inline-block;
    vertical-align: top;
    margin: 4px 2px 0 0;
}

.plans-home .plan-home h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #070707;
    text-align: center;
}

.plans-home .plan-home h5 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
}

.plans-home .plan-home h5 strong {
    font-weight: 900;
    font-size: 30px;
}

.plans-home .plan-home .discounted {
    margin: -5px 0 10px;
    font-size: 14px;
    color: #FF6624;
    text-align: center;
}

.plans-home .plan-home .discounted .old-price {
    position: relative;
    display: inline-block;
    padding: 0 4px;
}

.plans-home .plan-home .discounted .old-price:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #555;
    transform: rotate(-3deg);
}

.plans-home .plan-home .price-info {
    margin: -5px 0 10px;
    font-size: 12px;
    color: #555;
    text-align: center;
}

.plans-home .plan-home .plan-buttons {
    font-size: 0;
    text-align: center;
}

.plans-home .plan-home .plan-buttons .btn-apply {
    display: inline-block;
    width: 70%;
    padding: 4px 20px;
    background: #1818E7;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.plans-home .plan-home .plan-buttons .btn-apply span {
    display: block;
    padding: 4px 0;
    line-height: 20px;
}

.plans-home .plan-home .plan-buttons .btn-whatsapp {
    display: inline-block;
    width: 15%;
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;
}

.plans-home .plan-home .plan-buttons .btn-apply-whatsapp {
    display: block;
    padding: 4px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    background-color: #1EBEA5;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

.plans-home .plan-home .footnote {
    font-size: 13px;
    text-align: center;
    margin: 15px 0 0;
}

.plans-home .plan-home .line {
    background: #707070;
    height: 1px;
    margin: 20px 0;
}

.section-package .div-details {
    display: none;
}

.section-package .btn-more {
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #FF6624;
    text-align: center;
    text-decoration: none;
}

.section-package .div-details {
    font-size: 13px;
}

ul.details {
    list-style: none;
    padding-left: 26px;
}

.plans-home .plan-home ul.details>li {
    font-size: 13px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-top: 2px;
}

.plans-home .plan-home ul.details>li::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/icon-tick-orange.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: -26px;
    position: absolute;
    top: 0;
}

.plans-home .plan-home ul.details>li strong {
    font-weight: 600;
    display: block;
}

.plans-home .plan-home ul.details>li .app-list {
    font-size: 0;
    margin-left: -4px;
    margin-right: -4px;
}

.plans-home .plan-home ul.details>li .app-list img {
    display: inline-block;
    margin: 4px;
}

.plans-home .plan-home ul.details>li>ul {
    margin: 8px 0 8px 10px;
}

.plans-home .plan-home ul.details>li>ul>li {
    margin-bottom: 5px;
}

.plans-home .plan-home h6 {
    font-weight: 600;
    font-size: 17px;
}

.plans-home .plan-home ul.benefits {
    list-style: none;
    padding-left: 26px;
}

.plans-home .plan-home ul.benefits li {
    font-size: 13px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-top: 2px;
}

.plans-home .plan-home ul.benefits li::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -26px;
    position: absolute;
    top: 0;
    background-position: center;
}

.plans-home .plan-home ul.benefits li.tv::before {
    background-image: url('../images/icon-tv-orange.png');
}

.plans-home .plan-home ul.benefits li.unlimited::before {
    background-image: url('../images/icon-unlimited-orange.png');
}

.plans-home .plan-home ul.benefits li.phone::before {
    background-image: url('../images/icon-phone-orange.png');
}

.plans-home .plan-home ul.benefits li strong {
    font-weight: 600;
    display: block;
}

.plans-home .plan-home ul.tnc {
    list-style: none;
    padding: 0;
}

.plans-home .plan-home ul.tnc li {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 1.5;
}

.plans-home .plan-home ul.tnc li a {
    color: #f15b25;
}

.plans-home .plan-home ul.tnc li a:hover {
    color: #17549a;
}

.packages-buss .discounted {
    margin: -5px 0 10px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}

.packages-buss .discounted .old-price {
    position: relative;
    display: inline-block;
    padding: 0 4px;
    color: #DDD;
}

.packages-buss .discounted .old-price:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #FFF;
    transform: rotate(-3deg);
}

/* NEW PLAN DESIGN */

.remarks-notes {
    font-size: 10px;
}

.hypptv-pack {
    display: block;
    margin-bottom: 4px;
}

.hypptv-pack .fa.fa-info-circle {
    color: #222;
}

/* .section-equipments{padding:40px 0;}
.section-equipments .content-wrapper{}
.section-equipments .content-wrapper .row{overflow:hidden;}
.section-equipments .img-div{width:50%;display:inline-block;float:right;}
.section-equipments .text-div{width:50%;display:inline-block;float:left;padding-right:20px;}
.section-equipments .text-div img{display:inline-block;height:32px;width:auto;margin-right:6px;vertical-align:middle;margin-top:-4px;}
.section-equipments .text-div h2{display:inline;font-size:32px;vertical-align:middle;line-height:1;}
.section-equipments .text-div ul{list-style:none;margin:20px 0;padding-left:20px;}
.section-equipments .text-div ul li{margin:0 0 20px;position:relative;font-size:18px;}
.section-equipments .text-div ul li::before{content:'';display:inline-block;position:absolute;left:-20px;top:7px;width:8px;height:8px;background-color:#0B51A0;border-radius:10px;} */

.section-equipments {
    position: relative;
    padding: 40px 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    z-index: 20;
}

.promotion-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background: linear-gradient(152deg, #FFF3EA 26.11%, #FF5E00 118.06%);
    border-radius: 250px;
    padding: 60px 80px;
    max-width: 1300px;
    margin: 40px auto;
    box-shadow: 0 20px 40px rgba(255, 94, 0, 0.1);

    flex-wrap: wrap;
    gap: 5px;
}

.promo-content {
    flex: 1 1 400px;
    text-align: left;
    padding-left: 50px;
}

.promo-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;

    width: 100%;
    justify-content: center;
}

.promo-logo {
    height: 35px;
    margin-right: 15px;
}

.promo-header h2 {
    font-family: "Zalando Sans SemiExpanded";
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.promo-title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.1;
    color: #333;
    margin-bottom: 20px;
}

.promo-disclaimer {
    font-size: 1rem;
    color: #242424;
    line-height: 1.5;
    font-weight: 500;
}

.promo-image {
    flex: 1 1 500px;
    display: flex;
    justify-content: center;
}

.promo-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 968px) {
    .promotion-pill {
        border-radius: 50px;
        padding: 40px 30px;
        text-align: center;
        flex-direction: column;
    }

    .promo-header {
        justify-content: center;
    }

    .promo-title {
        font-size: 2.2rem;
    }

    .promo-image {
        order: -1;
        margin-bottom: 30px;
    }
}

/* .section-reviews{
    padding: 60px 0 70px;
    background: url('../images/bg-testimonials@2x.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section-reviews .columns{
    margin-left: auto;
    float: none;
}
.section-reviews .text-div h2{
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    max-width: 380px;
    text-align: center;
    margin: 0 auto 25px;
    line-height: 1.2;
    color: #FE5E00;
}
.section-reviews .reviews{
    background-color: rgba(255, 255, 255, .15);
    padding: 75px 30px 25px;
}
.section-reviews .reviews::before{content:'';width:70px;height:67px;position:absolute;top:-22px;left:30px;display:inline-block;background-image:url('../images/quotes-open@2x.png');background-repeat:no-repeat;background-size:contain;}
.section-reviews .reviews::after{content:'';width:70px;height:67px;position:absolute;bottom:-22px;right:30px;display:inline-block;background-image:url('../images/quotes-close@2x.png');background-repeat:no-repeat;background-size:contain;}
.section-reviews .reviews p{color:#fff;font-size:17px;max-width:300px;width:100%;margin:0 auto 10px;text-align: center;}
.section-reviews .reviews .img-div img{width:55px;border-radius:100px;border:1px solid #fff;margin:0 auto;}
.section-reviews .reviews h4{color:#fff;font-size:10px;text-align:center;margin:0;font-weight:400;}
.section-reviews .reviews ul.slick-dots{list-style:none;position:absolute;bottom:-35px;margin:0;width:100%;text-align:center;left:0;}
.section-reviews .reviews ul.slick-dots li{display:inline-block;background-color:#fff;width:8px;height:8px;overflow:hidden;margin:0 7px;border:none;border-radius:20px;}
.section-reviews .reviews ul.slick-dots li button{padding:0;color:transparent;width:8px;height:8px;outline:none;border:none;border-radius:20px;}
.section-reviews .reviews ul.slick-dots li.slick-active button{background-color:#F07204;}

.section-reviews .content-div{max-width:900px;margin:20px auto 0;background-image:url('../images/apply-bg-img.jpg');font-size:0;-webkit-box-shadow:0px 0 5px #0000001A;-moz-box-shadow:0px 0 5px #0000001A;box-shadow:0px 0 5px #0000001A;padding:25px 30px;background-repeat:no-repeat;background-position:right;background-size:contain;}
.section-reviews .content-div .left-div{width:calc(100% - 220px);display:inline-block;padding-right:20px;}
.section-reviews .content-div .right-div{width:220px;display:inline-block;vertical-align:top;text-align:right;padding-top:15px;}
.section-reviews .content-div h4{font-family:"Lato";color:#EE7202;font-weight:600;font-size:18px;margin:0;}
.section-reviews .content-div p{font-size:15px;font-family:"Lato";margin:0;}
.section-reviews .content-div .btn{border-radius:25px;} */

.section-apply {
    background: #06023A;
    padding: 50px 0 20px;
    text-align: center;
    color: #FFF;
}

.section-apply .img-div {
    margin: 0 0 30px;
    text-align: center;
}

.section-apply h2 {
    font-size: 30px;
    margin: 0 0 5px;
}

.section-apply h3 {
    font-size: 18px;
    font-weight: 500;
    color: #EC7221;
    margin: 0;
}

.section-apply p {
    font-size: 13px;
    margin: 0;
}

.section-apply .btn.btn-primary {
    height: auto;
    margin: 25px 0;
    padding: 5px 40px;
    font-weight: 700;
    font-size: 16px;
    background: #FE5E00;
    border-color: #FE5E00;
}

.section-apply ul {
    list-style: none;
    font-size: 0;
}

.section-apply ul li {
    display: inline-block;
    width: calc(100% / 3);
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
}

.section-apply ul li a {
    color: #FFF;
    text-decoration: none;
    position: relative;
    padding-left: 35px;
}

.section-apply ul li a::before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-apply ul li.email a::before {
    background-image: url('../images/icon-orange-email%402x.png');
}

.section-apply ul li.phone a::before {
    background-image: url('../images/icon-orange-phone%402x.png');
}

.section-apply ul li a span {
    font-size: 14px;
}

.section-content-area.header-docked {
    margin-top: 127px;
}

/* TERMS */
.section-terms {
    background: #06023A;
    padding: 0 0 20px;
    line-height: 18px;
}

.section-terms .content-wrapper .inner-div {
    border-top: 1px solid #707070;
    padding-top: 30px;
}

.section-terms p {
    margin: 0 0 20px;
    font-size: 12px;
    color: #FFF;
}

/* FOOTER */
.section-footer {
    background: #000;
    padding: 12px 0;
    text-align: center;
}

.section-footer ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.section-footer ul li {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
}

.section-footer ul li a {
    display: block;
    padding: 2px 4px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
}

/* FANCYBOX */
.div-fancybox {
    display: none;
}

/* SECTION CONTENT */
.section-content {
    padding: 50px 0;
    text-align: justify;
}

.section-content ol {
    padding-left: 30px;
    list-style: decimal outside;
}

.section-content ol li {
    margin-bottom: 12px;
    padding-left: 10px;
}

.section-content ol li h4 {
    margin-bottom: 4px;
}

.section-content ol li ol {
    margin: 0 0 12px;
    padding-left: 20px;
}

.section-content ol li ol li {
    margin-bottom: 4px;
    padding-left: 4px;
}

.section-content ul {
    padding-left: 30px;
    list-style: disc outside;
}

.section-content ul li {
    margin-bottom: 4px;
    padding-left: 10px;
}

/* STREAMYX */
.text-center {
    text-align: center;
}

.video-style {
    width: 400px;
    height: 330px;
    border: 1px solid #ccc;
}

.m-b-25 {
    margin-bottom: 2.5rem;
}

.imagea {
    display: inline-block;
    margin: 0 5px;
}

.margin-0 {
    margin: 0;
}

#video-div {
    height: 330px;
}

.pointer {
    cursor: pointer;
}

.small {
    font-size: 13px;
}

.btn-pink {
    background-color: #d10e30 !important;
    color: #fff !important;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px
}

.orange-bg {
    /*background:#E87407;*/
    background: #E87407;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f7a82f, #E87407);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7a82f, #E87407);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f7a82f, #E87407);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f7a82f, #E87407);
    /* Standard syntax (must be last) */
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    font-weight: 500;
}

.section-package .package-block.streamyx-package table thead tr th {
    text-align: center;
    width: 18%;
}

.section-package .package-block.streamyx-package table thead tr th:first-child {
    text-align: left;
    width: 28%;
}

.section-package .package-block.streamyx-package table thead tr th h3 {
    font-size: 30px;
    line-height: 28px;
    letter-spacing: 0;
    color: #111;
}

.section-package .package-block.streamyx-package table thead tr th h3 .orange {
    display: block;
    font-size: 24px;
}

.section-package .package-block.streamyx-package table tbody tr td {
    text-align: center;
}

.section-package .package-block.streamyx-package table tbody tr td .btn.btn-primary {
    padding: 0 10px;
}

.section-package .package-block.streamyx-package table tbody tr td .small {
    font-weight: 400;
    color: #222;
}

.section-package .package-block.streamyx-package table tbody tr td:first-child {
    text-align: left;
}


/* UNIFI LITE */
.page-unifilite .section-banner .text h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.page-unifilite .section-banner .text h2 .orange {
    font-weight: 400;
    font-size: 16px;
}

.page-unifilite .section-package .inner {
    overflow: auto;
}

.tbl-lite {
    width: 100%;
    min-width: 700px;
    background: #F7F7F7;
    color: #223A7A;
    font: 400 16px/24px 'DM Sans', sans-serif;
    margin: 0;
    border-collapse: collapse;
}

.tbl-lite tbody tr td {
    position: relative;
    width: 35%;
    text-align: center;
    padding: 8px 6px;
    border-bottom: none;
    transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    -ms-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -webkit-transition: 300ms all ease-in-out;
}

.tbl-lite tbody tr.first-row td:first-child {
    font-weight: 300;
    font-size: 24px;
    border-bottom: none;
}

.tbl-lite tbody tr.first-row td {
    background: #F7F7F7 !important;
    padding: 20px 8px;
}

.tbl-lite tbody tr td:first-child {
    width: 30%;
    background: #00A7C1 !important;
    color: #FFF;
    text-align: left;
    padding-left: 30px !important;
    border-bottom: solid 1px #DDD;
}

.tbl-lite tbody tr td h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}

.tbl-lite tbody tr td h2 span {
    display: block;
    font-size: 16px;
}

.tbl-lite tbody tr:hover td {
    background: #FFF;
}

.tbl-lite tbody tr td .voice-plan-div {
    max-width: 240px;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
}

.tbl-lite tbody tr td .select-div {
    position: relative;
    max-width: 240px;
    margin: 0 auto;
    background: #FFF;
}

.tbl-lite tbody tr td .select-div select {
    z-index: 2;
    position: relative;
    background: transparent;
    border: solid 1px #223A7A;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 28px;
    border-radius: 0 !important;
    padding: 0 30px 0 8px;
    margin-bottom: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.tbl-lite tbody tr td .select-div .select-arrow {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    background: #223A7A;
    width: 30px;
    height: 30px;
    color: #FFF;
    line-height: 30px;
}

.tbl-lite tbody tr.last-row td {
    background: #FFF !important;
    border-bottom: none !important;
}

.tbl-lite tbody tr.last-row td .btn-primary {
    max-width: 240px;
    width: 100%;
}

@media (max-width:880px) {
    .orange-bg {
        padding: 6px 4px;
    }
}


/* 1024 - 1280 :LAPTOP */
@media only screen and (min-width:1024px) and (max-width:1279px) {
    .content-wrapper {
        width: 100%;
        max-width: 1170px;
    }
}


/* 786 - 1023 :TABLETS */
@media only screen and (min-width:768px) and (max-width:1023px) {

    h1,
    h2,
    h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .content-wrapper {
        width: 100%;
        padding: 0 15px;
    }

    .section-banner {
        min-height: 360px;
        background-position: 40% bottom !important;
    }

    .page-unifilite .section-banner {
        background-position: center bottom;
    }

    .section-promo .content-wrapper {
        font-size: 13px;
    }

    .section-promo:after {
        margin-left: -570px;
    }

    .section-package .package-block table thead tr th {
        font-size: 20px;
        line-height: 28px;
    }

    .section-package .package-block table thead tr th h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .section-footer ul li {
        margin: 0 10px;
    }

    .section-footer ul li a {
        font-size: 12px;
    }

    .tbl-lite tbody tr.first-row td:first-child {
        font-size: 20px;
    }

    .tbl-lite tbody tr td h2 {
        letter-spacing: 0;
    }

    .tbl-lite tbody tr td h2 .orange {
        font-weight: 400;
    }

    .plans-home .plan-home .plan-name h3 {
        font-size: 28px;
    }

    .plans-home .plan-home .plan-name .big {
        font-size: 48px;
    }

    .plans-home .plan-home .plan-name h3 .var-plans img {
        margin: 0;
    }
}

/* 480 - 767 :HIGH RESOLUTION SMARTPHONES */
@media only screen and (min-width:480px) and (max-width:767px) {
    .content-wrapper {
        width: 100%;
        padding: 0 15px;
    }

    h1,
    h2,
    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .btn.btn-large {
        height: 32px;
        line-height: 32px;
        padding: 0 32px;
    }

    .section-topbar .four.columns,
    .section-topbar .eight.columns {
        width: 100%;
        float: none;
        box-sizing: border-box;
        margin-left: 0;
    }

    .section-topbar .tr {
        text-align: left !important;
    }

    .section-header .seven.columns {
        width: auto;
        float: left;
    }

    .section-header .five.columns {
        width: auto;
        float: right;
    }

    .section-header .five.columns .btn.btn-primary {
        height: 50px;
        line-height: 50px;
    }

    .section-header .btn.btn-large.btn-cta {
        display: none;
    }

    .section-banner {
        min-height: 400px;
        background: #000 url('../images/hero-banner-mobile-202003%402x.html') no-repeat top center;
        background-size: 100% auto;
    }

    .section-banner .content-wrapper .text {
        padding-top: 20px;
    }

    .section-banner .content-wrapper .logo-unifi {
        display: none;
    }

    .section-banner .content-wrapper .text small {
        font-size: 13px;
    }

    .section-promo:after {
        display: none;
    }

    .section-promo {
        height: auto;
        padding: 20px 0;
        margin-top: 0;
        background: #EE7002;
    }

    .section-promo .content-wrapper .three.columns {
        display: none;
    }

    .section-promo .content-wrapper .nine.columns {
        padding: 0;
    }

    .section-whyus .content-wrapper {
        padding: 0;
    }

    .section-whyus .four.columns {
        max-width: 400px;
        width: 100%;
        height: auto;
        margin: 0 auto 20px !important;
        float: none;
    }

    .section-steps:after {
        display: none;
    }

    .section-steps .content-wrapper {
        max-width: 600px;
        margin: 0 auto;
    }

    .section-steps .content-wrapper h2 .orange {
        display: block;
    }

    .section-option .options {
        padding: 0;
    }

    .section-apply .content-wrapper {
        padding: 0 50px;
    }

    .form-registration .row {
        margin-bottom: 15px;
    }

    .form-registration .row .four.columns {
        margin-bottom: 4px;
    }

    .page-unifilite .section-banner {
        background-position: 45% bottom;
    }

    .page-unifilite .section-banner .text h2 {
        font-size: 40px;
        line-height: 28px;
    }

    .tbl-lite {
        font-size: 13px;
        line-height: 18px;
    }

    .section-package .new-lite-info .line-break {
        display: block;
        height: 0;
    }
}

/* 320 - 479 :REGULAR SMARTPHONES */
@media only screen and (max-width:479px) {
    [class*="section-"] {}

    .content-wrapper {
        width: 100%;
        padding: 0 15px;
    }

    h1,
    h2,
    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .btn {
        padding: 0 12px;
        font-size: 13px;
        line-height: 28px;
        height: 28px;
    }

    .btn.btn-large {
        height: 32px;
        line-height: 32px;
        padding: 0 24px;
    }

    .section-topbar .tr {
        text-align: left !important;
    }

    .section-header .seven.columns {
        width: auto;
        float: left;
    }

    .section-header .five.columns {
        width: auto;
        float: right;
    }

    .section-header .five.columns .btn.btn-primary {
        height: 50px;
        line-height: 50px;
    }

    .section-header .btn.btn-large.btn-cta {
        display: none;
    }

    .section-whyus .content-wrapper {
        padding: 0;
    }

    .section-whyus .four.columns {
        max-width: 400px;
        height: auto;
        margin: 0 auto 20px !important;
        float: none;
    }

    .section-steps:after {
        display: none;
    }

    .section-steps .content-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }

    .section-steps .content-wrapper h2 .orange {
        display: block;
    }

    .section-option .options {
        padding: 0;
    }

    .section-footer ul {}

    .section-footer ul li {
        display: block;
        list-style: disc;
        margin: 0 10px 8px;
    }

    .section-footer ul li a {
        font-size: 12px;
    }

    .section-sysmsg {
        padding: 30px 15px;
    }

    .form-registration .row {
        margin-bottom: 15px;
    }

    .form-registration .row .four.columns {
        margin-bottom: 4px;
    }

    .form-registration .steps-title h4 {
        padding: 4px 10px;
        font-size: 14px;
    }

    .form-registration .steps-title h4:first-child:after {
        right: -16px;
        border-width: 8px;
        margin-top: -8px;
    }

    .video-style {
        width: 100% !important;
    }

    .tbl-lite {
        font-size: 13px;
        line-height: 18px;
    }

    .tbl-lite tbody tr td:first-child {
        width: auto;
        padding-left: 15px !important;
    }

    .tbl-lite tbody tr.first-row td:first-child {
        font-size: 18px;
    }

    .tbl-lite tbody tr td h2 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .tbl-lite tbody tr td h2 .orange {
        font-weight: 400;
        font-size: 14px;
    }
}

.abtest-a,
.btn.btn-block.abtest-a {
    display: none !important;
}

.abtest-b,
.btn.btn-block.abtest-b {}

.abtest-b .body {
    overflow-y: scroll !important;
}

.abtest-b .form-inner {
    padding: 20px;
}

.abtest-b .btn-primary {
    display: inline-block !important;
}

#box-registration-home-b .head,
#box-registration-buss-b .head,
#box-registration-lite-b .head {
    height: 70px;
}

#box-registration-home-b .body,
#box-registration-buss-b .body,
#box-registration-lite-b .body {
    height: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 0 45px 0;
    scrollbar-width: thin;
    margin-right:-15px;
}

.biz-price-info {
    position: relative;
    color: #555;
    cursor: help;
}

.biz-price-info:hover {
    color: #222;
}

.biz-price-info:hover::after {
    display: block;
}

.biz-price-info:after {
    display: none;
    content: "Discounted price only valid for 24 months and will be reverted to its normal retail price on 25th month onwards.";
    background: #222;
    color: #FFF;
    position: absolute;
    top: 100%;
    left: 15px;
    width: 160px;
    height: auto;
    padding: 8px 12px;
    font-size: 11px;
    line-height: 16px;
    z-index: 999;
    text-align: left;
}

.unifi-lite {
    background: #FFF;
    border: solid 1px #111;
    text-align: left;
}

.unifi-lite .left {
    padding: 30px;
    background: url('../images/play-bg.jpg') repeat center top;
}

.unifi-lite .left h3 {
    margin-bottom: 0;
    color: #F07220;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    text-transform: none;
}

.unifi-lite .left strong {
    display: block;
    margin-bottom: 20px;
}

.unifi-lite .right {
    padding: 30px 0 0;
}

.unifi-lite .right table tbody tr td {
    border: none !important;
    text-align: left;
    padding: 8px;
}

.an-wiggle {
    animation: wiggle 2s linear infinite;
}

/* Keyframes */
@keyframes wiggle {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%,
    100% {
        transform: rotateZ(0);
    }
}

/* Fibre broadband page blurb, ramadan campaign */
.mini-blurb-section img {
    display: none;
}

@media(max-width:1023px) {
    .hide-on-med-and-lower {
        display: none;
    }

    .grid {
        grid-template-columns: 100% !important;
    }

    .mini-blurb-section {
        /*display:flex;*/
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    .mini-blurb-section img {
        display: block;
        margin: 10px 6px !important;
        width: 90px;
    }

    .mini-blurb-section p.footer {
        margin-top: 0px !important;
    }
}

/* Fibre broadband page blurb, ramadan campaign */

.package-panel {
    margin: 0 20px;
}

.package {
    position: relative;
    padding: 0;
    max-width: 1180px;
    margin: 0 auto 30px;
    font-family: 'DM Sans';
    border: 1px solid #e4e4e4;
}

.package.highlight {
    border: 1px solid #f15b25;
}

.package:hover {
    box-shadow: 0px 5px 30px -20px #000;
}

.package .indicator {
    position: absolute;
    top: 0;
    left: 0;
    background: #cb0808;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    z-index: 1;
}

.package .container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 40% 1fr auto;
    -ms-grid-columns: 40% 1fr auto;
    padding: 0;
    margin: 0;
    background: url(../images/bg.jpg) repeat-y;
    background-size: 40% auto;
    max-width: none;
    width: initial;
}

.package .container::before {
    display: none;
}

.package .container::after {
    display: none;
}

.package .container>* {
    width: 100%;
}

.package .container a {
    color: #f15b25;
    font-weight: bold;
}

.package .container a:hover {
    color: #17549a;
}

.package .container a.button {
    background: #EE7202;
    color: #fff;
    padding: 0 15px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 25px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    line-height: 38px;
}

.package .container a.button:hover {
    background-color: #17549a;
}

.package .container ul {
    padding-left: 0;
}

.package .container li {
    font-size: 16px;
    margin-bottom: 10px;
    list-style: none;
    background: url('../images/ui-icon-24-x-24-fontawesome.png') no-repeat;
    background-size: 24px 24px;
    padding-left: 35px;
}

.package .container li.tv {
    background-image: url('../images/ui-icon-16-x-16-tv.svg');
}

.package .container li.download {
    background-image: url('../images/ui-icon-16-x-16-download.html');
}

.package .container li.voice {
    background-image: url('../images/ui-icon-16-x-16-voice.svg');
}

.package .container li.quota {
    background-image: url('../images/ui-icon-16-x-16-quota.svg');
}

.package .container li.vod {
    background-image: url('../images/ui-icon-16-x-16-vod.svg');
}

.package .container li.giftcard {
    background-image: url('../images/baseline-card_giftcard-24px.html');
}

.package .container li.flashdeal {
    color: #ec1c24;
}

.package .container li.lightning {
    background-image: url('../images/ui-icon-16-x-16-lightning.html');
}

.package .container li.unlimited {
    background-image: url('../images/ui-icon-16-x-16-unlimited.svg');
}

.package .container li.currency {
    background-image: url('../images/ui-icon-16-x-16-currency.html') no-repeat;
}

.package .container li small {
    display: block;
    color: #666;
    font-size: 80%;
    line-height: 1.5;
}

.package .container .item11 {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    align-self: start;
    -ms-grid-row-align: start;
    padding: 50px 30px 25px;
}

.package .container .item11 h1 {
    font-size: 41px;
    font-weight: bold;
    line-height: 47px;
    color: #f15b25;
    margin: 0 0 10px;
}

.package .container .item11 h1 small {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #07509F;
}

.package .container .item11 p {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.package .container .item12 {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    align-self: start;
    -ms-grid-row-align: start;
    padding: 30px 30px 25px;
}

.package .container .item13 {
    position: relative;
    grid-column: 3;
    -ms-grid-column: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    align-self: start;
    -ms-grid-row-align: start;
    padding: 30px 30px 25px;
    width: 225px;
}

.package .container .item13 .separator {
    position: absolute;
    top: 35px;
    width: 1px;
    height: 105px;
    background: #e4e4e4;
}

.package .container .item13 .content {
    margin: 0 0 0 20px;
}

.package .container .item13 p {
    font-size: 14px;
    margin: 0 0 1px 0;
}

.package .container .item13 b {
    font-size: 24px;
}

.package .container .item13 strong {
    font-size: 23px;
}

.package .container .item13 a {
    margin-top: 10px;
}

.package .container .item21 {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 2;
    -ms-grid-row: 2;
    padding: 0 30px 40px;
}

.package .container .item21 img {
    width: 100%;
    border: 1px solid #e4e4e4;
}

.package .container .item22 {
    grid-column: 2 / span 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-row: 2;
    -ms-grid-row: 2;
    padding: 0 30px 80px;
    position: relative;
}

.package .container .item22.has-large-footer {
    padding-bottom: 110px;
}

.package .container .item22 h1 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}

.package .container .item22 .footer {
    position: absolute;
    bottom: 40px;
    font-size: 14px;
    /*line-height:25px;*/
}

.package .container .item22.sliding .footer {
    opacity: 0;
}

.package .container .item22 .grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 180px;
    -ms-grid-columns: 1fr 180px;
}

.package .container .item22 .grid .grid-content {
    grid-column: 1;
    -ms-grid-column: 1;
}

.package .container .item22 .grid .blurb {
    grid-column: 2;
    -ms-grid-column: 2;
    text-align: right;
}

.package .container .item22 .grid .blurb img {
    width: 140px;
}

.package .c_toggle {
    display: block;
    background: #f6f6f6;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

.package .c_toggle:hover {
    color: #f15b25;
}

.package .c_toggle.show-more::after {
    content: '\f078';
    font-family: FontAwesome;
    font-weight: normal;
    margin-left: 10px;
}

.package .c_toggle.show-less::after {
    content: '\f077';
    font-family: FontAwesome;
    font-weight: normal;
    margin-left: 10px;
}

@media(max-width:1023px) {
    .package {
        width: 90%;
    }

    .package:hover {
        box-shadow: none;
    }

    .package.has-indicator {
        margin-top: 65px;
    }

    .package .indicator {
        top: auto;
        bottom: 100%;
        left: -1px;
        font-size: 11px;
    }

    .package .container {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
        background: none;
    }

    .package .container li {
        font-size: 13px;
        margin-bottom: 5px;
        background-size: 16px 16px;
        background-position: 0 2px;
        padding-left: 25px;
    }

    .package .container .item11 {
        grid-row: 1;
        -ms-grid-row: 1;
        padding: 20px 20px 10px;
        background: url(../images/bg.jpg);
    }

    .package .container .item11 h1 {
        font-size: 38px;
        line-height: 40px;
    }

    .package .container .item11 p {
        font-size: 15px;
    }

    .package .container .item12 {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 2;
        -ms-grid-row: 2;
        padding: 10px 20px;
    }

    .package .container .item13 {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 5;
        -ms-grid-row: 5;
        padding: 10px 0 25px;
        width: auto;
    }

    .package .container .item13 .separator {
        position: static;
        width: auto;
        height: 1px;
        margin: 0 20px 30px;
        background: #e4e4e4;
        box-sizing: border-box;
    }

    .package .container .item13 .content {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr auto;
        -ms-grid-columns: 1fr auto;
        margin: 0 20px;
    }

    .package .container .item13 p {
        font-size: 11px;
    }

    .package .container .item13 b {
        font-size: 21px;
    }

    .package .container .item13 .content .price-panel {
        grid-column: 1;
        -ms-grid-column: 1;
    }

    .package .container .item13 .content .button-panel {
        grid-column: 2;
        -ms-grid-column: 2;
    }

    .package .container .item13 .content .button-panel a {
        margin: 0;
    }

    .package .container .item21 {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 3;
        -ms-grid-row: 3;
        padding: 0 20px;
    }

    .package .container .item22 {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 4;
        -ms-grid-row: 4;
        padding: 20px;
    }

    .package .container .item22 h1 {
        font-size: 17px;
    }

    .package .container .item22 .footer {
        position: static;
        margin-top: 30px;
        margin-bottom: 0;
        font-size: 11px;
    }

    .package .container .item22 .grid {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr 110px;
        -ms-grid-columns: 1fr 110px;
    }

    .package .container .item22 .grid .grid-content {
        grid-column: 1;
        -ms-grid-column: 1;
    }

    .package .container .item22 .grid .grid-content:only-child {
        grid-column: 1 / span 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    .package .container .item22 .grid .blurb {
        grid-column: 2;
        -ms-grid-column: 2;
        text-align: right;
    }

    .package .container .item22 .grid .blurb img {
        width: 100px;
    }
}


@media screen and (max-width:1023px) {
    .section-header {
        padding: 25px 0;
    }

    .section-header .logo {
        margin-right: 10px;
    }

    .section-header .logo img {
        height: 40px;
        width: auto;
    }

    .section-header ul.menu li a {
        font-size: 16px;
    }

    .section-header .btn.btn-large {
        font-size: 13px;
        padding: 0 30px;
        line-height: 40px;
        height: 40px;
    }
}

@media screen and (max-width:900px) {}

@media screen and (max-width:767px) {
    body {
        padding-top: 90px;
    }

    .section-topbar {
        font-size: 10px;
        line-height: 1.3;
        padding: 5px 0;
        display: none;
    }

    .section-topbar .mobile-block {
        display: block;
    }

    .section-topbar .desktop-only {
        display: none;
    }

    .section-recbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 30px;
        padding: 4px 0;
        z-index: 9;
    }

    .section-recbar a {
        font-size: 12px;
        line-height: 16px;
    }

    .section-header {
        position: fixed;
        top: 30px;
        left: 0;
        width: 100%;
        height: 60px;
        padding: 15px 0;
        background: #FFF;
        z-index: 9;
    }

    .section-header .three.columns {
        width: 160px;
        margin: 0;
    }

    .section-header .nine.columns {
        width: calc(100% - 160px);
        margin: 0;
    }

    .section-header .logo {
        margin-right: 5px;
    }

    .section-header ul.menu {
        margin-right: 0;
    }

    .section-header ul.menu li a {
        font-size: 12px;
    }

    .section-header .btn.btn-large {
        font-size: 12px;
        padding: 0 20px;
        line-height: 35px;
        height: 35px;
    }

    .section-header .btn-recommend img {
        width: 100px;
    }

    .section-header .btn.btn-large.btn-main {
        font-size: 12px;
    }

    .section-header .menu-toggle-hamburger {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-left: 8px;
        vertical-align: top;
    }

    .section-header .menu-toggle-hamburger {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-left: 8px;
        vertical-align: top;
        cursor: pointer;
    }

    .section-header .menu-toggle-hamburger span,
    .section-header .menu-toggle-hamburger::before,
    .section-header .menu-toggle-hamburger::after {
        content: "";
        position: absolute;
        left: 5px;
        width: 20px;
        height: 2px;
        background: #333;
        transition: all 0.3s ease;
    }

    .section-header .menu-toggle-hamburger span {
        top: 14px;
        opacity: 1;
    }

    .section-header .menu-toggle-hamburger::before {
        top: 6px;
    }

    .section-header .menu-toggle-hamburger::after {
        top: 22px;
        bottom: auto;
    }


    body.mobile-menu-open .menu-toggle-hamburger span {
        opacity: 0;
        transform: translateX(-10px);
    }

    body.mobile-menu-open .menu-toggle-hamburger::before {
        top: 14px;
        transform: rotate(45deg);
    }

    body.mobile-menu-open .menu-toggle-hamburger::after {
        top: 14px;
        transform: rotate(-45deg);
    }

    .section-banner img.desktop-only {
        display: none;
    }

    .section-banner img.mobile-only {
        display: block;
    }

    .section-whyus .text-div {
        position: relative;
        padding-top: 15px;
    }

    .section-whyus .text-div .columns {
        width: 100%;
    }

    .section-whyus .text-div .inner-div h2 {
        font-size: 36px;
        text-align: center;
        line-height: 1.1;
    }

    .section-whyus .img-div {
        width: 100%;
    }

    .section-whyus .desktop-only {
        display: none;
    }

    .section-whyus .mobile-only {
        display: block;
    }

    .section-features .feature-icons {
        margin-left: -15px;
        margin-right: -15px;
    }

    .section-features .feature-icons .feature-icon {
        margin: 0 5px;
        padding: 15px 10px;
        font-size: 10px;
        line-height: 16px;
    }

    .section-steps {
        padding: 25px 0 5px;
    }

    .section-steps h2 {
        margin: 0 0 20px;
        font-size: 30px;
        padding: 10px 20px;
    }

    .section-steps h2 small {
        font-size: 16px;
    }

    .section-steps ul li {
        display: block;
        width: 100%;
        max-width: 360px;
        margin: 10px auto;
    }

    .section-steps ul li span {
        font-size: 20px;
        line-height: 24px;
    }

    .section-option {
        padding: 35px 0 10px;
    }

    .section-option h2 {
        font-size: 22.5px;
    }

    .section-option h3 {
        display: block;
        text-align: center;
        letter-spacing: 2px;
        font-size: 28px;
        font-weight: 500;
        margin: 0 0 20px;
    }

    .section-option a.tel {
        display: inline-block;
        position: relative;
        text-align: center;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #EE7202;
        text-decoration: none;
        margin: 0 0 25px;
        padding-left: 42px;
    }

    .section-option a.tel:before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url('../images/icon-phone-orange-2.png');
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: -3px;
    }

    .section-package {
        padding: 20px 0 0;
    }

    .section-package .content-wrapper {
        padding: 0 30px 40px 30px;
    }

    .section-package .package-div.package-home {
        width: 100%;
        display: block;
        max-width: 450px;
        margin: 0 auto 35px;
    }

    .section-package .package-div.package-home:nth-child(3n) {
        margin-right: auto;
    }

    .section-package .package-div.package-buss {
        width: 100%;
        display: block;
        max-width: 450px;
        margin: 0 auto 35px;
    }

    .section-package .package-div.package-buss:nth-child(3n) {
        margin-right: auto;
    }

    .section-package .package-div .details-div h3 {
        line-height: 1.1;
    }

    /* NEW PLANS DESIGN */
    .plans-home .outer {
        display: block;
        width: 100%;
    }

    .section-equipments .content-wrapper {
        padding: 0;
    }

    .section-equipments h2 {
        font-size: 25px;
        line-height: 40px;
    }

    .section-equipments h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .section-equipments .free {
        margin-top: 30px;
    }

    /* .section-reviews{
        background-image: url('../images/bg-testimonials-mobile@2x.jpg');
        padding: 350px 0 50px;
    }
    .section-reviews .columns{width:100%;}
    .section-reviews .text-div h2{
        margin: 0 0 45px;
        font-size: 22.5px;
        line-height: 1.3;
    }
    .section-reviews .reviews{
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
        padding: 50px 30px 10px;
    }
    .section-reviews .reviews p{
        max-width: 200px;
        font-size: 10px;
        line-height: 1.5;
    }
    .section-reviews .reviews ul.slick-dots li button{border:1px solid #707070;}
    .section-reviews .reviews::before,
    .section-reviews .reviews::after{
        width: 50px;
        height: 48px;
    } */

    .section-apply {
        padding: 25px 0 5px;
    }

    .section-apply h2 {
        margin: 0 0 20px;
        line-height: 1.2;
    }

    .section-apply h3 {
        margin: 0 0 15px;
    }

    .section-apply p {
        font-size: 15px;
    }

    .section-apply ul li {
        width: 100%;
    }

    .section-apply ul li a {
        width: 290px;
        display: inline-block;
        text-align: left;
    }

    .section-apply ul li a span {
        font-size: 16px;
    }

    .section-terms p {
        font-size: 13px;
    }

    .section-header .mobile-callbar {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 30px;
        text-align: center;
        font-size: 0;
        z-index: 9;
        border-bottom: solid 1px #CCC;
    }

    .mobile-callbar .btn.btn-large.btn.btn-cta {
        display: inline-block;
        width: 50%;
        margin: 0;
        border: none;
        border-bottom: solid 1px #CCC;
        border-radius: 0;
        background-color: #EEE;
    }

    .mobile-callbar .btn.btn-large.btn.btn-cta:first-child {
        border-right: solid 1px #FFF;
    }

    .mobile-callbar .btn.btn-large.btn.btn-cta:hover {
        background: #555;
    }

    .section-terms p {
        font-size: 11px;
    }
}

@media screen and (max-width:420px) {
    .section-header .four.columns {
        width: 123px;
    }

    .section-header .logo {
        margin-right: 5px;
    }

    .section-header .logo img {
        height: 30px;
    }

    .section-header .eight.columns {
        width: calc(100% - 123px);
    }

    .section-header ul.menu li {
        margin-right: 10px;
    }

    .section-header ul.menu li a {
        font-size: 11px;
    }

    .section-header .btn.btn-large {
        padding: 0 15px;
        font-size: 11px;
        height: 30px;
        line-height: 30px;
    }
}

/* 2021-09-30 */
/* Disable unifi Your World with Smart Devices campaign */
/* .section-package .package-div .details-div .device-addon,
.smartdevice-wrapper,
.smart-device-hide{display:none!important;} */

.table-netflix {
    width: 100%;
}

.table-netflix tr th,
.table-netflix tr td {
    width: 25%;
    text-align: center;
}

.table-netflix tr th:first-child,
.table-netflix tr td:first-child {
    width: 50%;
    text-align: left;
}

.table-netflix tr td small {
    display: block;
}

/* unifi Biz Device Fiesta */
.device-fiesta-wrapper {
    margin-bottom: 30px;
    padding: 30px 40px;
    text-align: center;
    background: #F6CFBC;
}

.device-fiesta-wrapper h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 56px;
    color: #2502E5;
}

.device-fiesta-wrapper h2 small {
    display: block;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
}

.device-fiesta-wrapper p {
    font-size: 18px;
    line-height: 24px;
    color: #555;
}

.device-fiesta-wrapper .list-devices {
    font-size: 0;
    margin: 0 -5px;
}

.device-fiesta-wrapper .list-devices .block-device {
    display: inline-block;
    width: calc(100% / 3);
    padding: 0 5px 10px;
    vertical-align: top;
}

.device-fiesta-wrapper .list-devices .block-device .inner {
    padding: 10px 20px;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border-bottom-left-radius: 30px;
}

.device-fiesta-wrapper .list-devices .block-device .inner .name {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.device-fiesta-wrapper .list-devices .block-device .inner .details {
    color: #777;
    font-size: 11px;
    line-height: 18px;
}

.device-fiesta-wrapper .list-devices .block-device .inner .details strong {
    display: block;
    color: #2502E5;
    font-size: 14px;
}

.lbl-device-fiesta {
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #DD0000;
}

.btn-device-opts {
    display: block;
    width: 140px;
    margin: 5px auto 15px;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    color: #FFF;
    background: #D00000;
    border-radius: 15px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 1px 3px 5px #333;
}

.btn-device-opts:hover {
    color: #FFF;
    background: #FF0000;
    text-decoration: none;
}

.device-fiesta-opts {
    display: none;
    margin: 0 0 10px;
    padding: 10px 15px;
    background: #FFF;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #333;
}

.device-fiesta-opts .device-fiesta-option {
    border-bottom: solid 1px #DDD;
}

.device-fiesta-opts .device-fiesta-option:last-child {
    border-bottom: none;
}

.device-fiesta-opts .device-fiesta-option .head {
    display: block;
    padding: 5px 0;
    font-weight: 500;
    text-decoration: none;
    color: #222;
}

.device-fiesta-opts .device-fiesta-option .body {
    padding: 0 0 5px;
    font-size: 0;
}

.device-fiesta-opts .device-fiesta-option .body ul {
    margin: 0 0 0 20px;
}

.device-fiesta-opts .device-fiesta-option .body ul li {
    display: block;
    margin-bottom: 2px;
}

.device-fiesta-opts .device-fiesta-option .body ul li .fa-check {
    color: green;
}

.device-fiesta-opts .device-fiesta-option .body img,
.device-fiesta-opts .device-fiesta-option .body span {
    display: inline-block;
}

.device-fiesta-opts .device-fiesta-option .body span {
    width: calc(100% - 120px);
    vertical-align: middle;
    font-size: 14px;
}

.device-fiesta-note {
    display: block;
    margin: 10px 0 0;
    font-size: 12px;
    font-style: italic;
    color: #888;
}

.device-fiesta-remark {
    display: none;
    margin: 4px 0 10px;
    padding: 10px 15px;
    background: rgba(255, 120, 120, 0.15);
    overflow: hidden;
}

.device-fiesta-remark strong {
    display: block;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .device-fiesta-wrapper {
        margin-left: -30px;
        margin-right: -30px;
        padding: 30px;
    }

    .device-fiesta-wrapper h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .device-fiesta-wrapper h2 small {
        font-size: 24px;
        line-height: 32px;
    }

    .device-fiesta-wrapper .list-devices .block-device {
        width: 50%;
    }
}

/* 2025-10-22 */
/* BUSINESS PACKAGE - FIESTA */
.section-package .tag-limited-time {
    position: relative;
    top: -18px;
    left: -20px;
    display: inline-block;
    margin-right: -64px;
    font-size: 10px;
    line-height: 16px;
    color: #D00;
    text-transform: uppercase;
    transform: rotate(10deg);
}

.section-package .package-div.package-buss.biz-fiesta {
    position: relative;
}

.section-package .package-div.package-buss.biz-fiesta .promo-tag {
    position: absolute;
    top: 12px;
    left: 5px;
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    background: #D10E30;
    padding: 2px 12px;
    text-transform: uppercase;
}

.section-package .package-div.package-buss.biz-fiesta .promo-tag::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 2px;
    border: solid 5px transparent;
    border-left-color: #9A1128;
    transform: rotate(-45deg);
}

.section-package .package-div.package-buss.biz-fiesta .details-div {
    background-color: #FAFAFA;
}

.section-package .packages-buss .package-div.biz-fiesta .details-div .plan-name small {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: rgb(23, 0, 230);
}

.section-package .packages-buss .package-div.biz-fiesta .details-div .plan-name small img {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

.section-package .packages-buss .package-div.biz-fiesta .details-div h5 {
    color: #222;
}

.packages-buss .package-div.biz-fiesta .discounted {
    color: #222;
}

.packages-buss .package-div.biz-fiesta .discounted .old-price {
    color: #888;
}

.packages-buss .package-div.biz-fiesta .discounted .old-price:after {
    background: #DD0000;
}

.section-package .packages-buss .package-div.biz-fiesta .details-div .signup {
    color: #222;
}

.section-package .packages-buss .package-div.biz-fiesta .details-div .contract {
    color: #222;
}

.section-package .packages-buss .package-div.biz-fiesta .details-div ul.details li {
    color: #222;
}

.section-package .packages-buss .package-div.biz-fiesta .details-div ul.details li .strikeout {
    color: #777;
    text-decoration: line-through;
}

/* --- REVAMP CSS (Pixel Perfect to image_ad9ccb.png) --- */

.plan-card-revamp {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px 20px;
    box-shadow: 0 0 10px 5px #FCE0D0;
    text-align: left;
    border: 1px solid #eee;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.plan-card-revamp .price-area {
    margin-top: auto;
    padding-top: 30px;
    border-top: 2px solid #ff7301;
    margin-bottom: 15px;
    align-items: baseline;
    display: flex;
}

.plan-card-revamp .price-area-2 {
    padding: 10px 0;
    border-bottom: 2px solid #ff7301;
    margin-bottom: 15px;
    align-items: baseline;
    display: flex;
}

.badge-promo {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #FF7301;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 0 10px;
    border-radius: 8px;
    text-transform: uppercase;
}

.badge-promo-2 {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #1701E4;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 0 10px;
    border-radius: 8px;
    text-transform: uppercase;
}

.plan-title {
    margin-top: 25px;
    margin-bottom: 10px;

    color: #000;
    font-family: "Zalando Sans SemiExpanded";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.plan-title.adjust-top {
    margin-top: 0 !important;
}

.plan-title span {
    font-size: 24px;
    font-weight: 600;
}

.addon-label {
    font-size: 13px;
    color: #999;
    font-style: italic;
    margin-bottom: 5px;
    font-weight: 600;
}

.addon-card {
    border: 1px solid #FF7301;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.2s;
}

.addon-card.active {
    background: #FFF5EC;
}

.addon-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
}

.addon-left {
    display: flex;
    align-items: center;
}

.addon-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.addon-card.active .addon-checkbox {
    background: #1701E4;
    border-color: #1701E4;
}

.addon-checkbox i {
    display: none;
    color: #fff;
    font-size: 12px;
}

.addon-card.active .addon-checkbox i {
    display: block;
}

.addon-logo img {
    height: 28px;
    width: auto;
    border-radius: 4px;
    margin-right: 10px;
    display: block;
    background: #000;
}

.addon-name {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.addon-toggle {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.addon-body {
    display: none;
    padding: 0 15px 15px 45px;
    font-size: 12px;
    color: #333;
    line-height: 1.4;
}

.addon-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.addon-body li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 15px;
}

.addon-body li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #000;
    background: #fff;
    font-size: 8px;
    top: 2px;
    padding: 0 3px;
    border-radius: 10px;
}

.plan-desc {
    margin-bottom: 15px;

    color: #242424;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.plan-features strong {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    color: #000;
}

.plan-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plan-features li {
    font-size: 13px;
    margin-bottom: 8px;
    color: #333;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}

.plan-features li img {
    width: 25px;
    margin-right: 10px;
    flex-shrink: 0;
}

.price-area {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 2px solid #ff7301;
    padding-top: 30px;
}

.price-main {
    font-size: 38px;
    font-weight: 800;
    color: #1701E4;
    margin-right: 5px;
}

.price-sub {
    font-size: 13px;
    color: #000;
}

.old-price {
    color: #FF7301;
    text-decoration: line-through;
    margin-left: 5px;
    font-weight: 500;
    font-style: italic;
}

.btn-apply-revamp {
    display: block;
    width: 100%;
    background: #E85D04;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(232, 93, 4, 0.3);
    transition: background 0.2s;
}

.btn-apply-revamp:hover {
    background: #d05202;
    color: #fff;
}

.footnote {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    color: #555;
}

.footnote-2 {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    color: #FF811A;
}

.promo-options-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 5px;
}

.promo-box {
    flex: 1;
    border: 1px solid #FF7301;
    border-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 60px;
}

.promo-box .p-title {
    margin-bottom: 3px;

    color: #FF7301;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.promo-box .p-desc {
    color: #333;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
}

.promo-single-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #FF7301;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
}

.promo-single-box img {
    height: 16px;
    width: auto;
    display: block;
}

.promo-single-box span {
    font-size: 16px;
    font-weight: 700;
    color: #FF7301;
    line-height: 1;
}

.promo-separator {
    padding: 0 5px;

    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.plan-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
}

/* --- SLIDER CONTAINER --- */
.business-fiesta-slider {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 40px;
    padding: 0 50px 20px;
    overflow: visible;
}

.business-fiesta-slider .slick-list {
    overflow: visible !important;
    padding: 40px 0 60px 0 !important;
    margin: -40px 0 -60px 0;
}

.business-fiesta-slider .outer {
    padding: 0 10px;
    width: 100%;
    transition: all 0.3s ease;
}

.business-fiesta-slider .slick-prev,
.business-fiesta-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: #1701E4;
    border-radius: 50%;
    padding: 5px;
    border: none;
    outline: none;
    font-size: 0;
    box-shadow: 0 4px 10px rgba(23, 1, 228, 0.3);
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s, background 0.2s;
}

.business-fiesta-slider .slick-prev {
    left: 0;
}

.business-fiesta-slider .slick-next {
    right: 0;
}

.business-fiesta-slider .slick-prev::before,
.business-fiesta-slider .slick-next::before {
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #FFF;
    opacity: 1;
    display: block;
}

.business-fiesta-slider .slick-prev::before {
    content: "\f053";
}

/* Left Arrow */
.business-fiesta-slider .slick-next::before {
    content: "\f054";
}

/* Right Arrow */

.business-fiesta-slider .slick-disabled {
    opacity: 0 !important;
    pointer-events: none;
}

.business-fiesta-slider::before,
.business-fiesta-slider::after {
    content: "";
    position: absolute;
    top: -50px;
    bottom: -50px;
    width: 150px;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.business-fiesta-slider::before {
    right: 100%;
    background: linear-gradient(90deg, rgba(255, 243, 234, 0.90) 26.1%, rgba(255, 243, 234, 0.00) 78.01%);
}

.business-fiesta-slider::after {
    left: 100%;
    background: linear-gradient(270deg, rgba(255, 243, 234, 0.90) 26.1%, rgba(255, 243, 234, 0.00) 78.01%);
}

.business-fiesta-slider.show-left-haze::before {
    opacity: 0.5;
}

.business-fiesta-slider.show-right-haze::after {
    opacity: 0.5;
}

@media (max-width: 768px) {
    .business-fiesta-slider {
        padding: 0 10px 20px;
    }

    .business-fiesta-slider .slick-prev {
        left: -5px;
    }

    .business-fiesta-slider .slick-next {
        right: -5px;
    }

    .business-fiesta-slider::before,
    .business-fiesta-slider::after {
        display: none;
    }
}

/* register form revamp */
.fancybox-inner{
    overflow:hidden !important;
}

.revamp-modal {
    background-color: #ffffff !important;
    padding: 40px 36px !important;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.revamp-form select[name='fields[package]'] {
    background-color: rgba(255, 94, 0, 0.04) !important;
    color: #ff5e00 !important;
    border: 1px solid #ff5e00 !important;
    font-weight: 700;
}

.revamp-header h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .revamp-modal {
        padding: 20px !important;
    }
}

.revamp-modal .head {
    display: none;
}

.revamp-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: left;
}

.revamp-form .form-inner {
    padding: 0 15px 0 0;
}

.revamp-form .revamp-group {
    margin-bottom: 20px;
    text-align: left;
}

.revamp-row {
    display: flex;
    margin: 0 -10px 20px -10px;
    flex-wrap: wrap;
}

.revamp-col {
    flex: 1;
    padding: 0 10px;
    min-width: 250px;
}

.revamp-form label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
    text-align: left;
}

.revamp-form .input-field {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border: 1px solid #CCC;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: all 0.3s;
    background: #FFF;
}

.revamp-form textarea.input-field {
    height: 80px;
    line-height: 1.4;
    padding-top: 10px;
}

.revamp-form .input-field:focus {
    border-color: #FE5E00;
    box-shadow: 0 0 5px rgba(254, 94, 0, 0.2);
}

.revamp-form .file-help {
    display: block;
    font-size: 11px;
    color: #1701E4;
    margin-top: 5px;
    line-height: 1.3;
}

.revamp-form .blue-help {
    color: #1701E4;
}

.revamp-info-box {
    background: #F2F2F2;
    padding: 15px;
    border-radius: 8px;
    font-size: 12px;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.5;
}

.revamp-info-box a {
    color: #1701E4;
    font-weight: 700;
    text-decoration: underline;
}

.revamp-form input[type="file"]::file-selector-button {
    border: 1px solid #FE5E00;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #FFF;
    color: #FE5E00;
    font-weight: 700;
    font-size: 12px;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.2s;
}

.revamp-form input[type="file"]::file-selector-button:hover {
    background-color: #FE5E00;
    color: #FFF;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.revamp-submit-wrapper {
    text-align: center;
    margin-top: 30px;
}

.btn-revamp-submit {
    display: inline-block;
    background: #E85D04;
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
    padding: 0 60px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(232, 93, 4, 0.3);
    transition: transform 0.2s;
}

.btn-revamp-submit:hover {
    transform: translateY(-2px);
    background: #d05202;
}

.revamp-fancybox .fancybox-skin {
    background: transparent !important;
    box-shadow: none !important;
}

.revamp-form .body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.revamp-form .body::-webkit-scrollbar {
    display: none;
}

/* revamped review section */

.section-reviews {
    position: relative;
    background: #FF7301;
    margin-top: -290px;
    padding-top: 85px;
    padding-bottom: 100px;

    z-index: 1;
    overflow: hidden;
}

/* horns */
.section-reviews::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 320px;
    background: #fff;

    border-radius: 0 0 50% 50%;
    z-index: 2;
}

.reviews-scatter-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 600px;
}

.review-item {
    position: absolute;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}

.review-item:hover {
    transform: translateY(-5px);
    z-index: 10;
}

.review-item img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}

.title-box {
    top: 335px;
    left: 80px;
    background-color: #0000FF;
    padding: 15px 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    max-width: 350px;
    z-index: 5;
}

.title-box h2 {
    color: #FFF;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
}

.card-aiman {
    top: 300px;
    left: 455px;
    width: 320px;
    z-index: 4;
}

.card-aisyah {
    top: 250px;
    right: 35px;
    width: 340px;
    z-index: 6;
}

.card-ezaura {
    bottom: -22px;
    left: 325px;
    width: 300px;
    z-index: 6;
}

.card-sharizah {
    bottom: -40px;
    right: 225px;
    width: 300px;
    z-index: 5;
}

/* stacked on mobile */
@media (max-width: 968px) {
    .section-reviews {
        margin-top: -80px;
        padding-top: 120px;
    }

    .section-reviews::before {
        height: 80px;
    }

    .reviews-scatter-container {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .review-item {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100%;
        max-width: 400px;
    }

    .title-box {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .title-box h2 {
        text-align: center;
        font-size: 24px;
    }
}

/* --- why choose revamp --- */

.section-why-choose {
    padding: 0 0 60px 0;
    text-align: center;
    background-color: #fff;
}

.section-why-choose h2 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: #000;
}

.why-cards-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    align-items: stretch;
}

.why-card {
    background: rgba(255, 196, 148, 0.05);
    border: 2px solid #FFF5EF;
    box-shadow: 0 0 20px 1px rgba(240, 86, 3, 0.41);
    border-radius: 20px;
    padding: 30px 25px;
    width: calc(25% - 25px);
    /* 4 cards per row */
    min-width: 250px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    display: flex;
    flex-direction: column;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 94, 0, 0.2);
    border-color: #FF5E00;
}

.why-card .card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.why-card .card-header img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    flex-shrink: 0;
}

.why-card .card-header h4 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
    margin: 0;
}

.why-card p {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

/* stacked on mobile */
@media (max-width: 968px) {
    .why-cards-container {
        flex-direction: column;
        align-items: center;
    }

    .why-card {
        width: 100%;
        max-width: 400px;
    }

    .section-why-choose h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

/* postpaid card extra element */
.plan-subtitle {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: -5px;
}

.grey-promo-box {
    background-color: #F4F4F4;
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
    text-align: left;
}

.grey-promo-box h5 {
    color: #FF5E00;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.grey-promo-box p {
    color: #333;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
}

/* postpaid add on */

.addons-section-2 {
    margin-top: 60px;
    text-align: center;
    padding-bottom: 20px;
}

.addons-title-2 {
    color: #FF5E00;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.addons-row-2 {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.addon-card-2 {
    background: #fff;
    border-radius: 20px;
    padding: 30px 40px;
    width: 340px;
    text-align: left;
    box-shadow: 0 0 20px 1px rgba(240, 86, 3, 0.41);
    border: 2px solid #FFF8F2;

    transition: transform 0.3s ease;
}

.addon-card-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 94, 0, 0.25);
}

.addon-name-2 {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    margin-bottom: 5px;
    line-height: 1.2;
}

.addon-price-2 {
    font-size: 32px;
    font-weight: 800;
    color: #1701E4;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .addons-title-2 {
        font-size: 16px;
        padding: 0 20px;
    }

    .addon-card-2 {
        width: 100%;
        max-width: 300px;
    }
}

/* post promo step */

.section-promo-steps {
    margin-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}

.steps-main-title {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.promo-steps-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.promo-step-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 20px;
    width: 250px;
    min-height: 180px;
    text-align: left;

    box-shadow: 0 0 20px 1px rgba(240, 86, 3, 0.41);
    ;
    border: 2px solid #FFF8F2;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.promo-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(255, 94, 0, 0.25);
}

.promo-step-card .step-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.promo-step-card .step-num {
    font-size: 56px;
    line-height: 1;
    font-weight: 800;
    color: #1701E4;
    flex-shrink: 0;
}

.promo-step-card .step-txt {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    padding-top: 5px;
}

.promo-step-card .step-indicators {
    display: flex;
    justify-content: flex-end;
    gap: 0;
    margin-top: 20px;
}

/* blue circle */
.promo-step-card .circle.blue {
    width: 24px;
    height: 24px;
    background-color: #1701E4;
    border-radius: 50%;
}

/* orange semi circle */
.promo-step-card .semicircle.orange {
    width: 12px;
    height: 24px;
    background-color: #FF5E00;
    border-radius: 0 24px 24px 0;
}

/* faq accordion */
.section-faq {
    padding: 60px 0;
    background-color: #fff;
}

.section-faq .content-wrapper {
    z-index: 20;
}

.section-faq h2 {
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #000;
    padding-left: 115px;
}

.accordion-div {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-div .single-div {
    border: 1px solid #FF5E00;
    border-radius: 10px;
    margin-bottom: 15px;
    background: rgba(255, 94, 0, 0.04);
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-div .question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    transition: background 0.2s;
}

.accordion-div .question h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    text-align: left;
    width: 90%;
}

.accordion-div .question::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #FF5E00;
    border-bottom: 2px solid #FF5E00;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 15px;
}

.accordion-div .answer {
    display: none;
    padding: 0 25px 25px 25px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.accordion-div .marker {
    display: none;
}

.accordion-div .answer p {
    margin: 0;
}

.accordion-div .single-div.active .question::after {
    transform: rotate(-135deg);
}


.section-apply {
    background: #06023A;
    padding: 50px 0 20px;
    color: #fff;
    text-align: left;
}

.section-apply .apply-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.section-apply .apply-left {
    flex: 1;
}

.section-apply h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
    text-align: left;
}

.section-apply h3 {
    color: #FE5E00;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-transform: none;
    text-align: left;
}

.section-apply p {
    color: #ddd;
    font-size: 14px;
    margin: 0 0 30px 0;
    text-align: left;
}

.section-apply .contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.section-apply .contact-box {
    display: flex;
    flex-direction: column;
}

.section-apply .contact-box .label {
    color: #FE5E00;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.section-apply .contact-box .value {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-apply .contact-box .value i {
    font-size: 16px;
}

.section-apply .apply-right {
    flex-shrink: 0;
}

.section-apply .btn-register-custom {
    background: #FE5E00 !important;
    border-color: #FE5E00 !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    padding: 12px 40px !important;
    border-radius: 50px !important;
    height: auto !important;
    line-height: 1.2 !important;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.section-apply .btn-register-custom:hover {
    background: #e65500 !important;
    transform: translateY(-2px);
}

.section-apply .apply-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
}

@media (max-width: 968px) {
    .section-apply .apply-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .section-apply h2,
    .section-apply h3,
    .section-apply p {
        text-align: center;
    }

    .section-apply .contact-grid {
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

    .section-apply .apply-right {
        width: 100%;
    }

    .section-apply .btn-register-custom {
        display: block;
        width: 100%;
        font-size: 20px !important;
    }
}

.fiesta-header-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.fiesta-main-title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 34px;
    color: #1701E4;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

.fiesta-badge {
    background-color: #FF7301;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    display: inline-block;
    line-height: normal;
}

.fiesta-sub-title {
    font-size: 20px;
    color: #000;
    margin: -20px 0 0 0;
    font-weight: 400;
}

.tc.uni-bizz-2 {
    color: #F05603;
    font-family: 'Roboto';
    font-size: 34px;
    font-weight: 700;
}

/* top bar revamped */

.section-unified-bar {
    background-color: #F05603;
    padding: 5px 0;
    font-family: 'Roboto';
    font-size: 13px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.section-unified-bar .content-wrapper {
    max-width: 1200px;
}

.unified-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.unified-left {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.unified-left .divider {
    margin: 0 8px;
    font-weight: 400;
    opacity: 0.7;
}

.unified-right {
    display: flex;
    gap: 25px;
}

.unified-right a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.2s;
}

.unified-right a:hover {
    opacity: 0.8;
}

.unified-right a i {
    font-size: 16px;
}

@media (max-width: 768px) {
    .unified-inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .unified-left {
        font-size: 11px;
    }

    .unified-right {
        gap: 15px;
        font-size: 12px;
    }
}

/* MOBILE VIEW */
@media only screen and (max-width: 767px) {

    .section-banner {
        background: #ff7301 !important;
        height: auto !important;
        min-height: auto !important;
        padding: 50px 0 60px 0;
    }

    .step-badge {
        font-size: 14px;
    }

    .slide-container {
        flex-direction: column;
        text-align: left;
        gap: 30px;
    }

    .slide-text {
        order: 1;
        width: 100%;
        padding: 0 10px;
    }

    .slide-text h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .slide-subhead {
        font-size: 18px;
        display: block;
        margin-bottom: 5px;

    }

    .slide-image-wrapper {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .slide-image-wrapper img {
        max-width: 340px;
        height: auto;
    }

    .unifi-slider-custom .slick-dots {
        bottom: 20px;
    }

    .banner-element {
        opacity: 0.3;
        width: 50%;
    }

    .section-steps {
        overflow: hidden;
        padding: 40px 0;
    }

    .section-steps .step-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 20px;
        padding: 10px 20px 40px 20px;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .section-steps .step-container::-webkit-scrollbar {
        display: none;
    }

    .section-steps .step-card {
        flex: 0 0 85%;
        max-width: 300px;
        width: auto;
        margin: 0;
    }

    .section-steps .content-wrapper {
        padding: 0 !important;
    }

    .plans-home,
    .business-broadband-slider {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .section-package.home .plans-home {
        display: block !important;
    }

    .section-package.home .packages-buss,
    .section-package.home .business-broadband-slider {
        display: none !important;
    }

    .section-package.buss .packages-buss {
        display: block !important;
    }

    .section-package.buss .plans-home {
        display: none !important;
    }

    .section-package.buss .business-broadband-slider {
        display: block !important;
    }

    .plans-home .outer,
    .business-broadband-slider .outer {
        display: block !important;
        max-width: none !important;
        margin: 10px;
    }

    .slick-slide {
        height: auto;
    }

    .slick-prev.custom-prev,
    .slick-next.custom-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 35px;
        height: 35px;
        background-color: #1701E4;
        border-radius: 50%;
        border: none;
        color: #FFF;
        font-size: 18px;
        line-height: 35px;
        text-align: center;
        padding: 0;
        cursor: pointer;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }

    .slick-prev.custom-prev {
        left: -35px;
    }

    .slick-next.custom-next {
        right: -35px;
    }

    .slick-prev.custom-prev i,
    .slick-next.custom-next i {
        line-height: 35px;
        display: block;
    }

    .promo-box {
        text-align: left;
    }

    .promo-separator {
        font-size: 15px;
    }

    .plan-card-revamp {
        padding: 30px 15px 20px;
    }

    .plan-card-revamp .price-area,
    .plan-card-revamp .price-area-2 {
        align-items: baseline;
        flex-wrap: nowrap;
    }

    .plan-card-revamp .price-main {
        font-size: 24px;
        line-height: 1;
        margin-right: 4px;
    }

    .plan-card-revamp .price-sub {
        font-size: 11px;
        display: flex;
        flex-direction: column;
        flex-direction: row;
        align-items: baseline;
    }

    .plan-card-revamp .old-price {
        font-size: 11px;
        margin-left: 4px;
        white-space: nowrap;
    }

    .fiesta-header-group {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        margin-bottom: 0;
    }

    .fiesta-main-title {
        order: 2;
        font-size: 24px;
    }

    .fiesta-badge {
        order: 1;
    }

    .fiesta-sub-title {
        text-align: center !important;
        font-size: 15px !important;
        margin: 10px 0 !important;
    }

    .tc.uni-bizz-2 {
        font-size: 24px;
    }

    .faq-list {
        grid-template-columns: 1fr;
    }

    .section-faqterms {
        padding: 20px 0 20px;
    }

    .section-faqterms h2 {
        font-size: 20px;
    }

    .section-faqterms .columns {
        width: 100%;
        margin-left: 0;
        float: none;
        margin-bottom: 30px;
    }

    /* SECTION EQUIPMENT (PROMOTION PILL) - MOBILE */
    .promotion-pill {
        flex-direction: column;
        border-radius: 180px;
        padding: 60px 30px;
        text-align: left;
        margin: 0 10px;
    }

    .promo-header {
        justify-content: center;
        margin-bottom: 30px;
        align-items: center;
        flex-direction: column;
    }

    .promo-logo {
        margin-right: 0;
    }

    .promo-content {
        padding-left: 0;
        text-align: left;
        flex: 1 1 100%;
    }

    .promo-image {
        order: 2;
        margin-top: auto;
        margin-bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        flex: 1 1 100%;
    }

    .promo-image img {
        max-width: 100%;
        height: auto;
        margin-left: 25px;
    }

    /* mobile review */

    .section-reviews {
        margin-top: -80px;
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .section-reviews::before {
        height: 100px;
        width: 120%;
        left: -10%;
    }

    .reviews-scatter-container {
        position: relative;
        height: 655px;
        width: 100%;
        overflow: hidden;
    }

    .review-item {
        position: absolute !important;
        max-width: 85%;
        width: 320px;
        border-radius: 15px;
    }

    .review-item.title-box {
        top: 0px !important;
        left: 50% !important;
        transform: translateX(-50%);
        width: 90%;
        text-align: center;
        z-index: 10;
        background-color: #0000FF;
        padding: 20px;
    }

    .review-item.title-box h2 {
        text-align: center;
        font-size: 22px;
        margin: 0;
        color: #FFF;
    }

    .review-item.card-sharizah {
        display: none !important;
    }

    .review-item.card-aiman {
        top: 100px !important;
        left: -5px !important;
        right: auto;
        z-index: 5;
    }

    .review-item.card-aisyah {
        top: 245px !important;
        right: 0 !important;
        left: auto;
        z-index: 6;
    }

    .review-item.card-ezaura {
        top: 490px !important;
        left: 20px !important;
        right: auto;
        z-index: 7;
    }

    .banner-element-2 {
        top: -15px !important;
        right: -95px !important;
        width: 125% !important;
    }

    .section-option .options a {
        font-size: 16px !important;
        width: 160px !important;
        font-weight: 700;
        height: 35px;
        padding-top: 6px;
    }

    .section-apply {
        padding: 40px 0 20px;
        text-align: left;
    }

    .section-apply .apply-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .section-apply .apply-left,
    .section-apply .apply-right {
        display: contents;
    }

    .section-apply h2,
    .section-apply h3,
    .section-apply p {
        order: 1;
        text-align: left !important;
        width: 100%;
        box-sizing: border-box;
    }

    .section-apply h2 {
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 1.2;
    }

    .section-apply h3 {
        margin-bottom: 10px;
        font-size: 16px;
        color: #FF5E00;
    }

    .section-apply p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 1.4;
        color: #DDD;
    }

    .section-apply .btn-register-custom {
        order: 2;
        margin: 0 0 40px 0;
        display: inline-block !important;
        width: auto !important;
        min-width: 200px;
        text-align: center;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .section-apply .contact-grid {
        order: 3;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px 10px;
        box-sizing: border-box;
    }

    .section-apply .contact-box:nth-child(1) {
        grid-column: 1 / -1;
    }

    .section-apply .contact-box:nth-child(2),
    .section-apply .contact-box:nth-child(3) {
        grid-column: span 1;
        min-width: 0;
    }

    .section-apply .contact-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-apply .contact-box .label {
        font-size: 11px;
        color: #FF5E00;
        font-weight: 700;
        margin-bottom: 5px;
        text-align: left;
    }

    .section-apply .contact-box .value {
        font-size: 13px;
        color: #FFF;
        font-weight: 700;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
        text-align: left;
        line-height: 1.2;
    }

    .addons-section-2 {
        padding: 0 10px;
    }

    .addons-row-2 {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        justify-content: center;
        gap: 15px;
        width: 100%;
        margin-top: 20px;
    }

    .addon-card-2 {
        flex: 1;
        width: auto !important;
        min-width: 0;

        margin: 0 !important;

        text-align: left !important;

        padding: 20px !important;

        height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .addon-name-2,
    .addon-price-2 {
        text-align: left !important;
        width: 100%;
    }

    .addon-card-2:hover {
        transform: none !important;
    }

    .section-promo-steps {
        overflow: hidden;
        padding-bottom: 20px;
    }

    .promo-steps-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 20px;
        padding: 10px 20px 40px 20px;

        -webkit-overflow-scrolling: touch;

        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .promo-steps-container::-webkit-scrollbar {
        display: none;
    }

    .promo-step-card {
        flex: 0 0 85%;
        max-width: 220px;
        width: auto !important;
        margin: 0 !important;
        min-height: auto;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .section-faq h2 {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .plan-title {
        font-size: 26px;
    }

    .promo-box .p-title {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {

    .section-unified-bar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-height: 50px;
        background: #F05603;
        color: #FFF;
        z-index: 100;
        padding: 12px 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
    }

    .section-unified-bar .unified-inner {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .section-unified-bar .unified-left {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        font-size: 10px;
        line-height: 1.2;
    }

    .section-unified-bar .unified-left strong {
        font-size: 11px;
        font-weight: 800;
        display: block;
        margin-bottom: 2px;
        white-space: nowrap;
    }

    .section-unified-bar .unified-left .divider {
        display: none;
    }

    .section-unified-bar .unified-right {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 15px;
        margin-left: 10px;
    }

    .section-unified-bar .unified-right a {
        font-size: 0;
        line-height: 0;
        display: block;
    }

    .section-unified-bar .unified-right a svg {
        width: 20px;
        height: 20px;
        display: block;
    }

    .section-header {
        position: fixed;
        top: 52px !important;
        left: 0;
        width: 100%;
        height: 60px;
        background: #FFF;
        z-index: 90;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    body {
        padding-top: 114px;
    }

    .section-topbar,
    .section-recbar {
        display: none !important;
    }

    .addon-body li:before {
        margin-left: -5px;
    }
}


@media only screen and (max-width: 767px) {

    .menu-wrap {
        top: 114px !important;
        background-color: #FFF;
        z-index: 80;
        transition: opacity 0.3s ease;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
    }

    .menu-wrap.on {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transition: opacity 0.3s ease, visibility 0s linear 0s;
    }

    .menu-wrap .menu {
        position: relative;
        width: 100%;
        height: 100%;
        background: #FFF;
        padding: 20px 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        text-align: center;
        box-shadow: none;
    }

    .menu-wrap .menu ul li {
        border-bottom: 1px solid #EEE;
        margin: 0 20px;
        padding: 20px 0;
    }

    .menu-wrap .menu ul li a {
        color: #242424;
        text-transform: uppercase;
        display: block;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .menu-wrap .menu ul li a.btn-new::after {
        position: relative;
        top: -2px;
        left: 5px;
        transform: none;
        display: inline-block;
        vertical-align: middle;
    }

    .menu-wrap .menu ul li.mobile-cta-item {
        border-bottom: none;
        padding-top: 40px;
    }

    .menu-wrap .menu ul li.mobile-cta-item a {
        display: inline-block;
        width: auto;
        padding: 0 30px;
        border: 1px solid #FE5E00;
        color: #FE5E00;
        line-height: 40px;
        height: 42px;
        font-size: 16px;
        background: #FFF;
        transition: all 0.2s;
    }

    .menu-wrap .menu ul li.mobile-cta-item a:hover {
        background: #FE5E00;
        color: #FFF;
    }

    body.mobile-menu-open .section-header .btn-main {
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s;
    }

    .menu-toggle-hamburger {
        transition: all 0.3s ease;
    }

    body.mobile-menu-open .menu-toggle-hamburger::before {
        transform: rotate(45deg);
        top: 14px;
    }

    body.mobile-menu-open .menu-toggle-hamburger::after {
        transform: rotate(-45deg);
        bottom: 14px;
    }

    .mobile-menu-close {
        display: none !important;
    }
}

@media (max-width: 767px) {

    .plans-home .plan-row,
    .packages-buss .plan-row,
    .business-fiesta-slider {
        display: none !important;
    }

    .mobile-wrapper {
        display: block !important;
        width: 100%;
        padding-bottom: 20px;
        position: relative;
    }

    .mobile-slider-nav {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
        padding: 0 5px;
        gap: 15px;
    }

    .mobile-slider-nav .nav-item {
        padding: 5px 0;
        font-size: 14px;
        font-weight: 700;
        color: #9B9B9B;
        cursor: pointer;
        transition: all 0.2s;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .mobile-slider-nav .nav-item.active {
        color: #F05603;
        text-decoration: none;
        border-bottom: 1px solid #F05603;
    }

    .mobile-slider-container {
        display: block;
        width: 100%;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .mobile-slider-container .slick-list {
        overflow: hidden !important;
        padding-top: 20px !important;
        padding-bottom: 60px !important;

        /* CRITICAL: Ensures padding ADDS to the height Slick calculates, rather than eating into it */
        box-sizing: content-box !important;

        /* Reset margins so we don't pull the next section upwards */
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mobile-slider-container .slick-slide {
        padding: 0;
        box-sizing: border-box;
        width: 100%;
    }

    .mobile-slider-container.slick-initialized {
        opacity: 1;
    }

    .mobile-slider-container .slick-slide {
        padding: 0 5px;
        box-sizing: border-box;
    }

    .mobile-slider-container .slick-prev.custom-prev,
    .mobile-slider-container .slick-next.custom-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 50;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #1701E4 !important;
        border: none;
        color: #FFF;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        padding: 0;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(23, 1, 228, 0.3);
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .mobile-slider-container .slick-prev.custom-prev {
        left: -35px;
    }

    .mobile-slider-container .slick-next.custom-next {
        right: -35px;
    }

    .mobile-slider-container .slick-prev.custom-prev i,
    .mobile-slider-container .slick-next.custom-next i {
        line-height: 0;
        display: block;
    }

    /* .business-fiesta-slider .slick-list,
    .mobile-wrapper .slick-list {
        padding: 0 !important;
        margin: 0 !important;
    } */

    .packages-buss {
        padding: 0 20px;
        width: 100%;
        display: block !important;
        box-sizing: border-box;
    }

    .mobile-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .tc.uni-bizz-2 {
        margin-top: 60px;
    }

    .mobile-slider-container .slick-slide .outer {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }
}

.section-option h2 strong {
    text-transform: lowercase;
    font-family: 'Roboto', sans-serif;
    color: #f05603;
    font-size: 44px;
}


.fiesta-header-group h1 strong {
    text-transform: lowercase;
    font-family: 'Roboto', sans-serif;
    color: #f05603;
    font-size: 38px;
}

.tc.uni-bizz-2 strong {
    text-transform: lowercase;
    font-family: 'Roboto', sans-serif;
    color: #1701E4;
    font-size: 37px;
}

@media (max-width: 767px) {

    .section-option h2 strong {
        font-size: 32px !important;
    }

    .fiesta-header-group h1 strong {
        font-size: 30px !important;
    }

    .tc.uni-bizz-2 strong {
        font-size: 27px !important;
    }
}

.btn-toggle-view {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    text-decoration: none;
    transition: opacity 0.3s;
    cursor: pointer;

    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn-toggle-view:hover {
    opacity: 0.8;
    text-decoration: none;
}

.btn-toggle-view i {
    margin-left: 6px;
    font-size: 12px;
}

.btn-toggle-view.orange-btn {
    color: #FF5E00;
}

.btn-toggle-view.blue-btn {
    color: #1701E4;
}

.list-hidden {
    display: none;
}