﻿/* default reset
-------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    color: #EBEBEB;
    font-weight: 300;
}


body {
    background: #181331;
}

h1, h2, h3, h4, h5 {
    font-weight: 300;
}

h1,
.h1 {
    font-size: 1.50em;
    font-weight: 500;
    margin-bottom: 15px;
}

.RTL .h1,
.RTL h2 {
    font-family: 'Frutiger LT Arabic', Arial, sans-serif;
}

.text-white {
    color: #fff;
}

input,
select {
    -webkit-appearance: none;
}

    input:disabled,
    select:disabled {
        cursor: default;
    }

    input:-webkit-autofill,
    select:-webkit-autofill {
        border: 1px solid rgba(230, 230, 230, 1);
        -webkit-text-fill-color: #FFF;
        -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
        transition: background-color 5000s ease-in-out 0s;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }

a {
    color: #A1040F;
    outline: none;
}

    a.nocolor {
        color: inherit !important;
        text-decoration: none;
    }

.slick-slider {
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

.field-disabled {
    color: #a2a2a2 !important;
    pointer-events: none !important;
    border-color: #a2a2a2 !important;
}


::placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.display-flex {
    display: flex;
}

/* helper and utility classes
-------------------------------------------------- */
small,
.text-small {
    font-size: 0.75em;
}

.text-light {
    font-size: 55%;
    font-weight: 400;
}

.text-gray {
    color: #ADADAD;
}

.LTR strong,
.LTR .text-bold {
    font-weight: 500;
}

.RTL strong,
.RTL .text-bold {
    font-weight: 400;
}

.uk-visible\@m,
.hidden {
    display: none !important;
}

    .hidden.show,
    .show {
        display: block !important;
    }

.rtl-fix {
    direction: ltr;
    text-align: right;
}

.width-expand {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    flex: 1;
    min-width: 1px;
}

.width-1-1 {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 1px;
}

.width-auto {
    box-sizing: border-box;
    max-width: 100%;
    width: auto;
}

.box-gray-background {
    color: #181331;
    background-color: #ebebeb;
    border-radius: 10px;
    padding: 35px 30px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 2px 3px 20px rgb(0 0 0 / 16%);
}

.payment-summary-section a {
    color: #181331;
}



.LTR .payment-summary-section .width-expand {
    /*font-weight: 600;*/
}

.payment-summary-section .width-expand {
    font-size: 16px;
}

.LTR .payment-summary-section .width-expand {
    font-weight: 400;
}

.LTR .jsSummaryPrice,
.LTR .jsStreamingPric {
    font-weight: 500;
}

    .LTR .jsStreamingPric small {
        font-weight: inherit;
    }

.RTL .payment-summary-section .width-expand {
    font-weight: 500;
}

.payment-summary-section .text-small {
    font-size: 0.8rem;
}

.text-muted {
    color: #989898;
}

.text-center {
    text-align: center;
}

.text-red {
    color: #ff0000;
}

.display-flex {
    display: flex;
}

.display-block {
    display: block;
}

.button,
.btn-primary {
    color: #fff;
    border: 2px solid var(--gradientColour1);
    min-width: 260px;
    padding: 0 20px;
    padding: 0 20px;
    height: 58px;
    font-size: 1.375rem;
    border-radius: 10px;
    background: var(--button-bg-hover-gradient);
}

.RTL .button,
.RTL .btn-primary {
    font-weight: 500;
}

.button-disabled,
#divMessage input[disabled] {
    background: #444 !important;
    opacity: 0.4;
}

.input-disabled {
    opacity: 0.4;
}

.button-outline {
    border: 1px solid #000;
    background: #fff;
    color: #333;
}

a.button {
    display: block;
    text-decoration: none;
    line-height: 44px;
}
/*
.paypal-button {
    text-indent: -999em;
    background: #f9bf39 url('https://www.osn.com/osn/media/OSNMedia/Images/checkout/logo-paypal.svg') no-repeat center center;
    background-size: 60%;
}
*/

.non-service {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .non-service:before,
    .non-service:after {
        display: none;
    }

.txtTermsCheckboxCopy {
    font-size: 0.75em;
    text-align: center;
    display: block;
}


.checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.LTR .checkbox {
    padding-left: 35px;
}

.RTL .checkbox {
    padding-right: 35px;
}

.dialin-code {
    position: absolute;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox .checkmark {
    position: absolute;
    top: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
}

.LTR .checkbox .checkmark {
    left: 0;
}

.RTL .checkbox .checkmark {
    right: 0;
}

.checkbox .checkmark.error {
    border: 1px solid #A1040F !important;
}

.checkbox input:checked ~ .checkmark {
    background: #A1040F url('https://www.osn.com/osn/media/OSNMedia/Images/checkout/tick.svg') no-repeat 50% 50%;
    background-size: 60%;
    border: 1px solid #A1040F;
}


.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-lead {
    font-size: 1.125em;
}

.clearfix::before {
    content: "";
    display: table-cell;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.notification-message {
    font-size: 0.75rem;
    margin: 0 auto 15px;
    position: relative;
    max-width: 66%;
}

.cust-icon-alert {
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(/osn/media/OSNMedia/Images/checkout/checkout-alert-mop-message.png) no-repeat center center / 100%;
    display: inline-block;
}

.LTR .notification-message {
    padding-left: 32px;
}

    .LTR .notification-message .cust-icon-alert {
        left: 0px;
        top: 4px;
    }

.RTL .notification-message {
    padding-right: 32px;
}

    .RTL .notification-message .cust-icon-alert {
        right: 0px;
    }

.offer-banner {
    background-color: #f9edd3;
    border: 1px solid #da9180;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px 10px;
    color: #000;
    font-weight: 400;
}

.aspNetDisabled {
    background: none !important;
}

.jsErrorResponseMessage {
    color: #cc0000;
    border: 1px solid #A1040F;
    border-radius: 10px;
    margin: 0 30px 35px;
    padding: 10px;
    background-color: #A1040F0f;
    font-weight: bold;
}

.field-country {
    position: relative;
    pointer-events: none;
}

.jsServiceDeposit,
.jsServicePickup {
    pointer-events: none;
}

.field-country .field-input {
    background-image: none !important;
}

.field-country:after {
    content: '';
    top: 11px;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    background: url(/osn/media/OSNMedia/Flags/all-flags-new.png) no-repeat 0 0 !important;
    background-size: 32px !important;
    z-index: 2;
}

.LTR .field-country:after {
    right: 11px;
}

.RTL .field-country:after {
    left: 11px;
}

#countryAE .field-country:after {
    background-position-y: -617px !important
}

#countrySA .field-country:after {
    background-position-y: -473px !important
}

#countryEG .field-country:after {
    background-position-y: -113px !important
}

#countryKW .field-country:after {
    background-position-y: -221px !important
}

#countryLB .field-country:after {
    background-position-y: -257px !important
}

#countryQA .field-country:after {
    background-position-y: -437px !important
}

#countryJO .field-country:after {
    background-position-y: -185px !important
}

#countryBH .field-country:after {
    background-position-y: -41px !important
}

#countryOM .field-country:after {
    background-position-y: -365px !important
}

#countryIQ .field-country:after {
    background-position-y: -149px !important
}

#countryAG .field-country:after {
    background-position-y: -5px !important
}

#countryLY .field-country:after {
    background-position-y: -293px !important
}

#countryMA .field-country:after {
    background-position-y: -329px !important
}

#countryPS .field-country:after {
    background-position-y: -401px !important
}

#countryTN .field-country:after {
    background-position-y: -581px !important
}

#countryCH .field-country:after {
    background-position-y: -77px !important
}

#countrySU .field-country:after {
    background-position-y: -509px !important
}

#countryYE .field-country:after {
    background-position-y: -653px !important
}

#countryMR .field-country:after {
    background-position-y: -689px !important
}

#countrySY .field-country:after {
    background-position-y: -545px !important
}


/* global-header
-------------------------------------------------- */
.global-header {
    text-align: center;
}

/* branding-container */
.branding-container {
    position: relative;
    line-height: 1;
    padding: 15px 0;
    background: var(--header-small-bg);
    background: var(--header-bg-gradient);
}

a.logo {
    display: inline-block;
}

.branding-container img {
    width: 80px;
    display: block;
}

/* previous-step */
.previous-step {
    position: absolute;
    top: 14px;
    display: block;
    height: 36px;
    line-height: 36px;
    background-size: 36px !important;
    text-decoration: none;
    font-size: 1.2em;
    color: #A1040F;
    cursor: pointer;
    background-size: 18px !important;
    text-indent: -999em;
}

.LTR .previous-step {
    left: 20px;
    padding-left: 25px;
    background: url('https://www.osn.com/osn/media/OSNMedia/Images/checkout/arrow-left-white.svg') no-repeat left center;
}

.RTL .previous-step {
    right: 20px;
    padding-right: 25px;
    background: url('https://www.osn.com/osn/media/OSNMedia/Images/checkout/arrow-right-white.svg') no-repeat right center;
}

/* call-to-join */
.LTR .call-to-join {
    float: right;
}

.RTL .call-to-join {
    float: left;
}

.call-to-join a {
    display: block;
    background-color: #A1040F;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 15px 0 0 15px;
    margin-top: 3px;
    text-decoration: none;
    padding: 0 15px;
    overflow: hidden;
}

.RTL .call-to-join a {
    direction: ltr;
}

.call-to-join a .phoneDesktop {
    display: none;
}

/* breadcrumb */
.breadcrumb-container {
    padding: 15px 40px;
    position: relative;
}

    .breadcrumb-container:before {
        content: '';
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 30px;
    }




.breadcrumb {
    display: flex;
    justify-content: space-between;
    color: #EBEBEB;
    position: relative;
    font-size: 0.9em;
    letter-spacing: -0.3px;
}


    .breadcrumb li {
        position: relative;
        opacity: 0.6
    }


    .breadcrumb span {
        display: block;
    }

    .breadcrumb li.breadcrumb-active,
    .breadcrumb li.breadcrumb-done {
        opacity: 1
    }

.LTR .breadcrumb li.breadcrumb-done {
    text-align: left;
    padding-left: 23px;
}

.RTL .breadcrumb li.breadcrumb-done {
    text-align: right;
    padding-right: 23px;
}

.breadcrumb li.breadcrumb-done:before {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #9a9a9a;
    position: absolute;
    top: 2px;
    box-sizing: border-box;
    font-size: 0.86em;
    color: #fff;
    line-height: 1.6;
    text-align: center;
}

.breadcrumb-step1.breadcrumb-done:before {
    content: '1';
}

.breadcrumb-step2.breadcrumb-done:before {
    content: '2';
}

.breadcrumb-step3.breadcrumb-done:before {
    content: '3';
}

.breadcrumb li.breadcrumb-done:before {
    background: #8a86d6 url('https://www.osn.com/osn/media/OSNMedia/Images/checkout/tick-black.svg') no-repeat 50% 50%;
    background-size: 50%;
    border-width: 0 !important;
    text-indent: -999em;
}

.LTR .breadcrumb li.breadcrumb-done:before {
    left: 0;
}

.RTL .breadcrumb li.breadcrumb-done:before {
    right: 0;
}

.jsPackInfoReadMore {
    font-size: 0.85rem;
    color: #343434;
    text-decoration: none;
    background: url('/osn/media/OSNMedia/Images/new-base/down-arrow-black.png') no-repeat;
    background-size: 9px !important;
}

    .jsPackInfoReadMore.arrow-up {
        background-image: url('/osn/media/OSNMedia/Images/new-base/up-arrow-black.png');
    }

.LTR .jsPackInfoReadMore {
    padding-right: 15px;
    background-position: right center;
}

.RTL .jsPackInfoReadMore {
    padding-left: 15px;
    background-position: left center;
}

/* global-content
-------------------------------------------------- */
.global-content {
    padding-bottom: 35px;
    margin: 0 auto;
}

.slick-slider .slick-list {
    padding: 0 20px;
}

/* selected pack
-------------------------------------------------- */
.selected-pack {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 35px;
}

    .selected-pack:before {
        width: 100%;
        height: 140px;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.6;
        z-index: -1;
        background: rgb(115,25,57);
        background: -moz-linear-gradient(138deg, rgba(115,25,57,1) 0%, rgba(94,34,86,1) 50%, rgba(47,31,93,1) 100%);
        background: -webkit-linear-gradient(138deg, rgba(115,25,57,1) 0%, rgba(94,34,86,1) 50%, rgba(47,31,93,1) 100%);
        background: linear-gradient(138deg, rgba(115,25,57,1) 0%, rgba(94,34,86,1) 50%, rgba(47,31,93,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#731939",endColorstr="#2f1f5d",GradientType=1);
    }


.selected-pack-header {
    color: #fff;
    padding: 35px 0 0;
}

.selected-pack-inner {
    padding: 20px;
    background: #46425A;
    margin: 0 auto;
    border-radius: 10px;
    max-width: 100%;
    box-shadow: 0px 1px 8px #00000029;
    max-width: 900px;
}

.pack-inner-name {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
}

.selected-pack p span {
    font-size: 1.2rem;
}

.RTL .selected-pack p span {
    direction: ltr;
    display: inline-block;
}

.pack-info {
    margin: 0;
}

    .pack-info ul {
        margin: 0;
    }

        .pack-info ul li {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 12px;
        }

            .pack-info ul li .feature-copy {
                max-width: 130px;
            }

.LTR .pack-info ul li .feature-copy {
    padding-left: 10px;
    padding-bottom: 6px;
}

.RTL ul li .feature-copy {
    padding-right: 10px;
    padding-bottom: 6px;
}

.tick-list-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 10px;
}

.osnplus-bg {
    background: #481edb !important;
}

.pack-info ul li img {
    display: inline-block;
    max-width: 15px;
}

.pack-info-price {
    font-size: 1.5rem;
    font-weight: 500;
}

    .pack-info-price .jsCurrency,
    .pack-info-price .jsPrice small {
        font-size: 0.75rem !important;
        font-weight: 400;
    }

    .pack-info-price .ip-price {
        font-size: 1.25rem;
    }

.RTL .pack-info-price {
    font-weight: 500;
}

.pack-offer-contract {
    display: block;
    border-radius: 5px;
    padding: 3px 10px;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    bottom: 7px;
    background: #312d43;
}

.jsPackFeaturesList {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 80%;
}

.jsPackFeaturesOverview {
    margin: 10px 0 5px;
    line-height: 1;
}

    .jsPackFeaturesOverview img {
        margin: 0 3px !important;
        display: inline-block !important;
        width: 43px !important;
        height: 43px !important;
    }

/* form-container
-------------------------------------------------- */
/*.checkout-step-1 .button {
    width: 85%;
}*/

.field-container {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
}

.upload-field-container {
    border: 1px solid #d7d7d7;
    position: relative;
    margin-top: -1px;
    padding: 17px;
}

    .upload-field-container.error {
        border-color: #A1040F !important;
    }

.field-container label {
    display: block;
    font-weight: 500;
}

.upload-label {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.LTR .field-container label,
.LTR .upload-label,
.LTR .field-input {
    font-size: 0.96em;
}


.RTL .field-container label,
.RTL .upload-label,
.RTL .field-input {
    font-size: 0.96em;
}


.field-container:last-child {
    margin-bottom: 25px;
}

.field-input {
    color: #EBEBEB;
    height: 53px;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    background: #29253f;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #46425A;
    border-radius: 8px;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
    box-sizing: border-box;
    -webkit-appearance: none;
    overflow: visible;
}

    .field-input.dialin-code {
        background: #fff;
        box-shadow: none;
        border: 0;
    }

.LTR select.field-input {
    background: #29253f url('https://www.osn.com/osn/media/OSNMedia/Images/checkout/chevron-down.svg') no-repeat right center;
    padding-right: 40px;
}

.RTL select.field-input {
    background: #29253f url('https://www.osn.com/osn/media/OSNMedia/Images/checkout/chevron-down.svg') no-repeat left center;
    padding-left: 40px;
}

.field-input:focus {
    color: #FFF;
    outline: none;
    z-index: 1;
    background: #000;
}

select.field-input:focus {
    outline: none;
    z-index: 1;
    background: #000;
}

.field-input.error {
    border-color: #A1040F;
    z-index: 1;
}

.osn-plus-addon {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    height: 42px;
    margin-bottom: 25px;
    position: relative;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    background: #29253f;
    border: 2px solid #46425A;
}

.current-pack-row img {
    max-width: 60px;
}

.LTR .current-pack-row img {
    float: left;
    margin-right: 10px;
}

.RTL .current-pack-row img {
    float: right;
    margin-left: 10px;
}

.LTR .current-pack-row .width-expand {
    text-align: left;
}

.RTL .current-pack-row .width-expand {
    text-align: right;
}

.osn-plus-addon .osn-plus-logo img {
    max-height: 34px;
}

.offer-tag {
    position: absolute;
    top: -10px;
    background: #A21F33;
    color: #fff;
    height: 18px;
    min-width: 39px;
    text-align: center;
    border-radius: 4px;
    font-size: 0.55rem;
    line-height: 18px;
    padding: 0 10px;
    text-transform: uppercase;
}

.LTR .offer-tag {
    right: 10px;
}

.RTL .offer-tag {
    left: 10px;
}

.select-service {
    margin-bottom: 35px;
}

.select-service-box,
.select-service-box-plain {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    margin-bottom: 25px;
    background: #29253f;
    position: relative;
    border: 2px solid #46425A;
}

    .select-service-box > div,
    .select-service-box-plain > div {
        padding: 16px;
        height: auto;
    }

        .select-service-box > div:last-child,
        .select-service-box-plain > div:last-child {
            border-bottom: none;
        }

        .select-service-box > div label,
        .select-service-box-plain > div label {
            display: flex;
            flex-wrap: wrap;
        }

.LTR .select-service-box > div label .width-expand,
.LTR .select-service-box-plain > div label .width-expand {
    text-align: left;
}

.RTL .select-service-box > div label .width-expand,
.RTL .select-service-box-plain > div label .width-expand {
    text-align: right;
}

.select-service-box > div input,
.select-service-box-plain > div input {
    display: none;
}

.select-service-box [type="radio"]:checked,
.select-service-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.LTR .select-service-box [type="radio"]:checked + label,
.LTR .select-service-box [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 28px;
}

.RTL .select-service-box [type="radio"]:checked + label,
.RTL .select-service-box [type="radio"]:not(:checked) + label {
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    line-height: 28px;
}

.LTR .select-service-box [type="radio"]:checked + label:before,
.LTR .select-service-box [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid #343434;
    border-radius: 100%;
    background: #fff;
}

.RTL .select-service-box [type="radio"]:checked + label:before,
.RTL .select-service-box [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid #343434;
    border-radius: 100%;
    background: #fff;
}

.LTR .select-service-box [type="radio"]:checked + label:after,
.LTR .select-service-box [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #343434;
    position: absolute;
    top: 14px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.RTL .select-service-box [type="radio"]:checked + label:after,
.RTL .select-service-box [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #343434;
    position: absolute;
    top: 14px;
    right: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.select-service-box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.select-service-box [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.service-label {
    line-height: 1.3;
    display: flex;
    align-items: center;
}



.jsServiceDeposit .service-label span {
    position: relative;
}

.jsServiceDeposit .service-label .icon:before {
    display: block;
    content: 'i';
    position: absolute;
    right: -26px;
    top: 0;
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-style: italic;
    font-family: times;
    font-size: 16px;
    cursor: pointer;
}


.jsServiceDeposit .service-label .icon .info {
    display: none;
}



.jsServiceDeposit .service-label .icon:hover .info {
    display: block !important;
    content: '';
    position: absolute;
    left: 120px;
    top: 23px;
    background: #e1e1e1;
    width: 200px;
    border-radius: 5px;
    color: #000;
    padding: 10px;
    font-size: 0.9rem;
    font-weight: normal;
    z-index: 1;
}

.jsServiceDeposit .service-label .icon.no-info:before,
.jsServiceDeposit .service-label .icon.no-info:hover .info {
    display: none !important;
}

.installment-plan h2.h1 {
    display: flex;
    justify-content: center;
    font-weight: 400 !important;
}

.installment-plan input[type="checkbox"] {
    display: none;
}

    .installment-plan input[type="checkbox"] + label {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 18px;
        background-color: #A3A3A3;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }

.LTR .installment-plan input[type="checkbox"] + label {
    margin-left: 10px;
}

.RTL .installment-plan input[type="checkbox"] + label {
    margin-right: 10px;
}

.installment-plan input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: white;
    position: absolute;
    top: 3px;
    left: 4px;
    transition: all 0.3s ease-out;
}

.installment-plan input[type="checkbox"]:checked + label,
.installment-plan input[type="checkbox"]:checked ~ span.text-small {
    background-color: #A1040F;
    color: #A1040F;
}

    .installment-plan input[type="checkbox"]:checked + label::before {
        left: 24px;
    }


.installment-info {
    display: none;
    margin-bottom: 20px;
}

    .installment-info span {
        font-size: 75%;
        background: #dedede;
        width: auto;
        border-radius: 10px;
        padding: 0px 15px;
        height: 20px;
        line-height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.jsPayInstalmentTwoMonths {
    display: none;
}

.dialin-code {
    z-index: 2;
    width: 40px;
    padding: 0 !important;
    top: 1px;
    height: 51px;
    pointer-events: none;
}

.pointer-events {
    pointer-events: none;
    color: inherit;
}

.LTR .dialin-code {
    left: 20px;
}

.RTL .dialin-code {
    direction: ltr;
    left: 20px;
}

.text-onetime {
    display: block;
    margin-top: 0px;
}

.services-payment-terms {
    line-height: 1.2;
}

.LTR .services-payment-terms {
    text-align: right;
}

.RTL .services-payment-terms {
    text-align: left;
}

.LTR .mobile-number {
    padding-left: 65px !important;
}

.RTL .mobile-number {
    padding-right: 20px !important;
}

.upload-container {
    margin-bottom: 45px;
}

.selected-payment-method a {
    position: absolute;
    top: 0;
    width: 80px;
    height: 50px;
    z-index: 2;
}

.LTR .selected-payment-method a {
    right: 0;
}

.cc-page .payment-summary-item {
    margin-bottom: 20px !important;
}

.RTL .selected-payment-method a {
    left: 0;
}


.selected-payment-method a img {
    width: 100%;
}

.LTR .card-number {
    background-image: url(https://www.osn.com/osn/media/OSNMedia/osntv/images/icons/visa-mop-icon-pf.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 80px;
}

.RTL .jsGetMobileNumber {
    direction: ltr;
}

.RTL .card-number {
    background-image: url(https://www.osn.com/osn/media/OSNMedia/osntv/images/icons/visa-mop-icon-pf.png);
    background-repeat: no-repeat;
    background-position: 2% 50%;
    background-size: 80px;
}

.date-container {
    box-sizing: border-box;
}

    .date-container.error {
        border: 1px solid #A1040F;
        z-index: 1;
    }

.message-automatic-charging {
    margin: 0px 0 30px 0;
}


.yearly-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumb-wrapper {
    position: relative;
}

    .thumb-wrapper button {
        position: absolute;
        z-index: 1;
        top: 5px;
        background-color: #A1040F;
        color: #fff;
        border: 0;
        width: 30px;
        height: 30px;
        border-radius: 17px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
        display: block;
        text-align: center;
    }

.LTR .thumb-wrapper button {
    right: 5px;
}

.RTL .thumb-wrapper button {
    left: 5px;
}

.thumb {
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding: 1px;
    margin-bottom: 10px;
}

/* payment-method-section
-------------------------------------------------- */
.payment-method-section {
    margin-bottom: 30px;
}

/* payment-method-list */
.jsPaymentMethodList {
    box-shadow: 0 1px 8px #00000029;
    border-radius: 10px;
    background: var(--grey);
    overflow: hidden;
    font-size: 14px;
}

.payment-method-list {
    display: flex;
    flex-direction: column;
}
/*
.LTR .payment-method-list {
    margin-left: -20px;
}

.RTL .payment-method-list {
    margin-right: -20px;
}

.LTR .payment-method-list > * {
    padding-left: 20px;
}

.RTL .payment-method-list > * {
    padding-right: 20px;
}
*/
/* payment-method-item */
.payment-method-item {
    box-sizing: border-box;
    position: relative;
}

    .payment-method-item img {
        background: #fff;
        border-radius: 6px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px;
    }

    .payment-method-item::after {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% - 40px);
        height: 2px;
        background: #3a374a;
        left: 20px;
        bottom: 0;
    }

    .payment-method-item:last-child::after {
        display: none !important;
    }

    .payment-method-item a {
        display: flex;
        position: relative;
        align-items: center;
        text-decoration: none;
        color: inherit;
        background: #2e2c3b;
    }

.LTR .payment-method-item a {
    padding: 12px 0 12px 50px;
}

.RTL .payment-method-item a {
    padding: 12px 50px 12px 0;
}

.payment-method-item-active a,
.payment-method-item-active::after {
    background: #46425a;
}
    /*.payment-method-item-active a:before {
            content: '';
            display: block;
            position: absolute;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: #A1040F url('https://www.osn.com/osn/media/OSNMedia/Images/checkout/tick.svg') no-repeat 50% 50%;
            background-size: 50%;
            top: 4px;
        }*/
    .payment-method-item a:before,
    .payment-method-item-active a:before {
        content: '';
        position: absolute;
        top: 30px;
        width: 9px;
        height: 9px;
        border: 2px solid #FFF;
        border-radius: 100%;
    }


.LTR .payment-method-item a:before,
.LTR .payment-method-item-active a:before {
    left: 19px;
}

.RTL .payment-method-item a:before,
.RTL .payment-method-item-active a:before {
    right: 19px;
}

.payment-method-item-active a:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #5f2154;
    position: absolute;
    top: 32px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.LTR .payment-method-item-active a:after {
    left: 21px;
}

.RTL .payment-method-item-active a:after {
    right: 21px;
}


.mop-options small {
    display: block;
    font-size: 70%;
    font-weight: normal;
}

/*.LTR .payment-method-item-active a:before {
    left: 4px;
}

.RTL .payment-method-item-active a:before {
    right: 4px;
}

.payment-method-section.disabled .payment-method-item-active a:before {
    display: none;
}*/

.LTR .payment-method-item img {
    margin-right: 15px;
}

.RTL .payment-method-item img {
    margin-left: 15px;
}

.payment-method-item-active img {
    opacity: 1;
}


/* payment-term-section
-------------------------------------------------- */
.payment-term-section {
}

.payment-term-list {
    background: #46425a;
    width: 100%;
    border-radius: 7px;
    display: flex;
    padding: 7px;
    box-sizing: border-box;
    box-shadow: 2px 3px 20px rgb(0 0 0 / 16%);
}

/* payment-term-item */
.payment-term-item {
    text-align: center;
    line-height: 1;
    font-size: 0.9em;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.RTL .payment-term-item {
    font-weight: 500;
}

.payment-term-item a {
    text-decoration: none;
    display: block;
    color: #EBEBEB;
}

.payment-term-item-active {
    background: var(--button-border);
    background: var(--button-border-gradient);
}

/* payment-term-offer */
.payment-term-offer {
    color: #fff;
    display: block;
    background-color: #A21F33;
    font-size: 0.45rem;
    text-transform: uppercase;
    min-width: max-content;
    height: 18px;
    position: absolute;
    top: -16px;
    border-radius: 4px;
    padding: 0 6px;
}

.LTR .payment-term-offer {
    left: 50%;
    margin-left: 0px;
    line-height: 18px;
    transform: translateX(-50%);
}

.RTL .payment-term-offer {
    right: 50%;
    margin-right: 0px;
    line-height: 16px;
    transform: translateX(50%);
    font-weight: 300;
}
/* payment-term-result */
.payment-term-result {
    line-height: 1;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.RTL .payment-term-result .width-expand {
    direction: ltr;
    text-align: right;
}

.payment-term-result .text-bold {
    font-size: 1.5em;
}

.payment-term-section.disabled .payment-term-list,
.payment-term-section.disabled .payment-term-result,
.payment-term-section.disabled .offer-banner {
    opacity: 0.6;
}

/* payment-summary-section
-------------------------------------------------- */
.payment-summary-list {
    font-size: 1.375em;
    margin-bottom: 20px;
}

.payment-summary-paytoday {
    font-size: 1.3em;
    line-height: 90%;
    border-top: #817f8e solid 2px;
    border-bottom: #817f8e solid 2px;
    padding: 15px 0;
}

.payment-summary-item {
    display: flex;
    flex-wrap: wrap;
}

    .payment-summary-item:nth-child(n+2) {
        margin-top: 10px;
    }

    /*.payment-summary-list .currentCurrency,
.payment-summary-list .jsSummaryFinalPrice {
    font-size: 1.4em;
}*/

    .payment-summary-item .width-expand {
        line-height: 30px;
    }

.RTL .payment-summary-item .width-expand {
    /*direction: ltr;*/
}

.strike {
    position: relative;
}

    .strike:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        top: 44%;
        position: absolute;
        background-color: #A21C3E;
        -ms-transform: skewY(-5deg);
        transform: skewY(-5deg);
    }

.LTR .osn-plus-price .strike:after {
    left: 0;
}

.RTL .osn-plus-price .strike:after {
    right: 0;
}

.osn-plus-price {
    line-height: 1;
    margin-top: 5px;
}

.RTL .strike:after {
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
    top: 56%;
}

.LTR .osn-plus-price.strike:after {
    -ms-transform: skewY(-15deg);
    transform: skewY(-15deg);
}

RTL .osn-plus-price.strike:after {
    -ms-transform: skewY(15deg);
    transform: skewY(15deg);
}

#countrySA .vat-message, #countryAE .vat-message, #countryBH .vat-message {
    display: inline-block !important;
}

.vat-message {
    font-weight: 400;
    font-size: 0.8em;
}

.icon-container {
    display: block;
    margin-bottom: 30px;
}

    .icon-container img {
        display: block;
        max-width: 100px;
        margin: 0 auto;
    }

/* schedule
-------------------------------------------------- */
.schedule .h1 {
    margin-bottom: 10px;
}

.schedule p {
    margin-bottom: 30px;
}

.schedule img {
    display: block;
    max-width: 160px;
    margin: 0 auto 30px;
}

/* global-footer
-------------------------------------------------- */
.global-footer {
    padding: 25px 30px;
    font-size: 0.875rem;
}

    .global-footer p {
        margin-bottom: 10px;
    }

        .global-footer p + p {
            margin-bottom: 0;
        }

/* google map
-------------------------------------------------- */
.map-container {
    margin: 20px 0;
}

.map-container-inner {
    width: 100%;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-top: 10px;
}

#map {
    height: 100%;
}

#map-input {
    position: absolute;
    z-index: 1;
    top: 2% !important;
    left: 2% !important;
    width: 95%;
    color: #8a92a5;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
    height: 40px;
    border-radius: 4px;
    vertical-align: middle;
    display: inline-block;
}

/* popup
-------------------------------------------------- */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    height: 100%;
    background: #181331;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    box-sizing: border-box;
}

    .popup:before {
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
        height: 41px;
        content: '';
        background: url('/osn/media/OSNMedia/osntv/images/common/osntv-color-logo.svg') no-repeat 50% 0;
    }



    .popup .popup-inner {
        /*max-width: 70%;*/
        text-align: center;
        padding: 30px;
        position: relative;
        background: rgb(23,30,61);
        background: -moz-linear-gradient(0deg, rgba(23,30,61,1) 0%, rgba(34,41,89,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(23,30,61,1) 0%, rgba(34,41,89,1) 100%);
        background: linear-gradient(0deg, rgba(23,30,61,1) 0%, rgba(34,41,89,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171e3d",endColorstr="#222959",GradientType=1);
        border-radius: 10px;
    }

.jsProcessingPopup img {
    width: 100%;
    max-width: 400px;
}
        .popup .button {
        margin-bottom: 10px;
    }

.checkout-step-4 {
    padding: 0 30px;
}

body .verification-popup .field-input {
    text-align: center;
    max-width: 230px !important;
    margin: 0 auto 10px !important;
    letter-spacing: 5px;
    font-size: 1.8rem;
}

.popup-inner-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    margin-top: -10px;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
    text-decoration: none;
}

.LTR .popup-inner-close {
    right: 10px;
    margin-right: -10px;
}

.RTL .popup-inner-close {
    left: 10px;
    margin-left: -10px;
}

/* maintenance
-------------------------------------------------- */
.maintenance-message {
    min-width: 100vw;
    min-height: 100vh;
    background: #e20001 url("https://content.osn.com/maintenance/osn/under-construction.jpg") 50% 50% no-repeat;
    background-size: 90%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
}

.call-cta {
    width: 34px;
    height: 34px;
    background: #403b5d url(/osn/media/OSNMedia/Images/new-base/phone.png) no-repeat 50% 50%;
    background-size: 17px;
    border-radius: 50%;
    position: absolute !important;
}

.LTR .call-cta {
    right: 20px;
}

.RTL .call-cta {
    left: 20px;
}

.phone {
    transition: .1s;
    position: relative;
    display: inline-block;
    font-size: 24px;
    transform: rotateZ(15deg);
    position: absolute;
    top: 3px;
    background: url(/osn/media/OSNMedia/Images/new-base/phone.png) no-repeat 10% 30%;
    background-size: 14px;
    width: 30px;
    height: 30px;
}

.LTR .phone {
    left: 5px;
}

.RTL .phone {
    right: 0px;
}

.phone-wave {
    display: none;
    width: 40%;
    height: 40%;
    opacity: 0;
    border: 1px solid #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    border-color: #fff transparent transparent transparent;
}

    .phone-wave.sm {
        animation: waveAnimationSm ease-in-out 1s Infinite
    }

    .phone-wave.md {
        animation: waveAnimationMd ease-in-out 1s .1s Infinite
    }

    .phone-wave.lg {
        animation: waveAnimationLg ease-in-out 1s .2s Infinite
    }

@keyframes waveAnimationSm {
    0% {
        opacity: 0;
        transform: rotateZ(40deg) scale(.6);
    }

    30% {
        opacity: 1;
        transform: rotateZ(40deg) scale(.7);
    }

    50% {
        opacity: 0;
        transform: rotateZ(40deg) scale(.7);
    }

    100% {
        opacity: 0;
        transform: rotateZ(40deg) scale(.7);
    }
}

@keyframes waveAnimationMd {
    0% {
        opacity: 0;
        transform: rotateZ(40deg) scale(.9);
    }

    30% {
        opacity: 1;
        transform: rotateZ(40deg) scale(1);
    }

    50% {
        opacity: 0;
        transform: rotateZ(4540degdeg) scale(1);
    }

    100% {
        opacity: 0;
        transform: rotateZ(40deg) scale(1);
    }
}

@keyframes waveAnimationLg {
    0% {
        opacity: 0;
        transform: rotateZ(40deg) scale(1.2);
    }

    30% {
        opacity: 1;
        transform: rotateZ(40deg) scale(1.3);
    }

    50% {
        opacity: 0;
        transform: rotateZ(40deg) scale(1.3);
    }

    100% {
        opacity: 0;
        transform: rotateZ(40deg) scale(1.3);
    }
}
/* media queries
-------------------------------------------------- */
@media (max-width: 959px) {
    .breadcrumb-container,
    .selected-pack:before {
        -webkit-border-top-left-radius: 30px;
        -webkit-border-top-right-radius: 30px;
        -moz-border-radius-topleft: 30px;
        -moz-border-radius-topright: 30px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .phone {
        position: initial;
        background-size: 20px;
        width: 50px;
        background-position: 40% 50%;
    }

        .phone .phone-wave {
            left: 15px;
            top: 4px;
        }

    .LTR .call-to-join {
        margin-right: -105px;
    }

        .LTR .call-to-join a {
            padding-left: 0px;
        }

    .jsPackFeaturesList,
    .jsPackInfoReadMore {
        display: none;
    }

    .card-month.field-input:focus,
    .card-year.field-input:focus {
        color: #000;
        background-color: #fff;
        border-color: #d7d7d7;
        box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 1);
    }
}

@media (min-width: 640px) {
    .field-container {
        margin-bottom: 25px;
        width: calc(50% - 90px);
        float: left;
    }

    .LTR .field-container {
        float: left;
        margin-left: 21px;
    }


    .RTL .field-container {
        float: right;
        margin-right: 21px;
    }

    .field-container.full-width {
        width: calc(100% - 90px);
    }

    .field-container:last-child {
        margin-bottom: 30px;
    }

    .breadcrumb-inner {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (min-width: 960px) {

    .call-cta {
        width: initial;
        height: initial;
        position: absolute;
        top: 20px;
        transform: scale(0.7);
        transform-origin: right;
        text-transform: inherit !important;
    }


    .pack-offer-contract {
        position: absolute;
    }

    .payment-summary-section {
        margin-top: 10px;
    }

    .jsPaymentMethodList {
        font-size: 16px;
    }

    .LTR .call-cta {
        right: 40px !important;
    }

    .RTL .call-cta {
        left: -60px !important;
    }


    .LTR .field-container {
        margin-left: 90px;
    }

    .RTL .field-container {
        margin-right: 90px;
    }

    body {
        padding-bottom: 0px;
    }

    .LTR .notification-message .cust-icon-alert {
        top: -2px;
    }

    .uk-visible\@m {
        display: inline-block !important;
    }

    h1,
    .h1 {
        font-size: 1.35em;
        margin-bottom: 15px;
    }

    .text-left\@m {
        text-align: left;
    }

    .RTL .text-left\@m {
        text-align: right;
    }

    .button,
    .btn-primary {
        min-width: 270px;
        max-width: 360px;
        height: 66px;
        cursor: pointer;
    }

    .branding-container {
        background: rgb(115,25,57);
        background: -moz-linear-gradient(138deg, rgba(115,25,57,1) 0%, rgba(94,34,86,1) 50%, rgba(47,31,93,1) 100%);
        background: -webkit-linear-gradient(138deg, rgba(115,25,57,1) 0%, rgba(94,34,86,1) 50%, rgba(47,31,93,1) 100%);
        background: linear-gradient(138deg, rgba(115,25,57,1) 0%, rgba(94,34,86,1) 50%, rgba(47,31,93,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#731939",endColorstr="#2f1f5d",GradientType=1);
    }

    .global-footer {
        background: var(--header-small-bg);
        background: var(--header-bg-gradient);
    }

    a.button {
        line-height: 66px;
    }

    input,
    select {
        cursor: pointer;
    }

    small, .text-small {
        font-size: 0.9em;
    }

    .margin-top {
        margin-top: 20px;
    }

    .notification-message,
    .offer-banner {
        margin-bottom: 25px;
    }

    .notification-message {
        margin-bottom: 25px;
        max-width: 100%;
        display: inline-block;
    }

    .LTR .notification-message {
        padding-left: 32px;
    }

    .cust-icon-alert {
        top: -3px;
        width: 22px;
        height: 22px;
    }

    .RTL .notification-message {
        padding-right: 32px;
    }

    .offer-banner {
        text-align: center;
    }

    .jsErrorResponseMessage {
        max-width: 90%;
        margin: 0 auto 50px;
    }

    .text-lead {
        font-size: 1.750em;
    }

    .global-header {
    }

    .branding-container {
        padding: 30px 0;
    }

    .previous-step {
        top: 11px;
    }

    .call-to-join a {
        height: 44px;
        line-height: 44px;
        border-radius: 22px;
        margin-top: 7px;
        padding: 0 15px;
    }

        .call-to-join a .phoneDesktop {
            display: inline-block;
        }



    .breadcrumb {
        font-size: 1.2em;
    }

        .breadcrumb li.breadcrumb-done:before {
            width: 22px;
            height: 22px;
            border-width: 11px !important;
        }

    .LTR .breadcrumb li.breadcrumb-done:before {
        margin-left: -10px;
    }

    .RTL .breadcrumb li.breadcrumb-done:before {
        margin-right: -10px;
    }

    .global-content {
        padding-bottom: 30px;
    }

    .slick-slider .slick-list {
        padding: 0px;
    }

    .column-right .selected-pack p {
        font-size: 1.2rem;
    }

    .selected-pack-header {
        padding-top: 45px;
    }

        .selected-pack-header h2 {
            font-weight: 500 !important;
        }

    .selected-pack p span {
        font-size: 1.75rem;
    }

    .column-right .selected-pack p {
        font-size: 1.15rem;
    }

        .column-right .selected-pack p span {
            font-size: 1.35rem;
        }

    .LTR .checkout-step-1 .form-container {
        margin-left: -90px !important;
    }

    .RTL .checkout-step-1 .form-container {
        margin-right: -90px !important;
    }
    /* .checkout-step-1 .form-container {
        width: 500px;
        box-sizing: border-box;
    }*/

    .installment-plan input[type="checkbox"] + label {
        width: 50px;
        height: 25px;
        border-radius: 25px;
    }

        .installment-plan input[type="checkbox"] + label::before {
            width: 19px;
            height: 19px;
        }

    .installment-plan input[type="checkbox"]:checked + label::before {
        left: 27px;
    }

    .installment-info span {
        font-size: 95%;
        border-radius: 25px;
        height: 25px;
        line-height: 25px;
    }

    .LTR .select-service-box [type="radio"]:checked + label:before, .LTR .select-service-box [type="radio"]:not(:checked) + label:before {
        top: 11px;
    }

    .vat-message {
        font-size: 0.6em !important;
    }

    .column-left {
        width: 65%;
        box-sizing: border-box;
    }

    .column-right {
        width: 35%;
        box-sizing: border-box;
        min-height: 870px;
    }

    .LTR .column-left {
        float: left;
    }

    .LTR .column-right {
        float: right;
        padding-left: 50px;
    }

    .applepay-page .column-right,
    .paypal-page .column-right {
        padding-top: 0 !important;
    }

    .RTL .column-left {
        float: right;
    }

    .RTL .column-right {
        float: left;
        padding-right: 50px;
    }

    .checkout-step-1 .form-container {
        margin: 0 auto;
    }

    .checkout-step-2 {
        /*width: 850px !important;*/
        margin: 0 auto !important;
        display: block !important;
        box-sizing: border-box;
        padding: 8px;
    }

    .LTR .checkout-step-1 .h1,
    .LTR .checkout-step-1 .text-center {
        margin-left: 90px;
    }

    .RTL .checkout-step-1 .h1,
    .RTL .checkout-step-1 .text-center {
        margin-right: 90px;
    }

    .checkout-step-1 .h1 {
        margin-bottom: 40px;
    }


    .upload-field-container {
        padding: 30px;
    }

    .LTR .field-container label,
    .LTR .upload-label,
    .LTR .field-input {
        font-size: 1.1em;
    }

    .RTL .field-container label,
    .RTL .upload-label,
    .RTL .field-input {
        font-size: 1em;
    }

    .field-input {
        height: 58px;
        padding: 0 40px;
    }

    .LTR select.field-input {
        padding-right: 50px;
        background-size: 70px;
    }

    .RTL select.field-input {
        padding-left: 50px;
        background-size: 60px;
    }

    .field-country:after {
        top: 14px;
        transform: scale(1.2);
    }

    .LTR .field-country:after {
        right: 40px;
    }

    .RTL .field-country:after {
        left: 40px;
    }

    .LTR .dialin-code {
        left: 40px;
    }

    .RTL .dialin-code {
        left: 40px;
    }

    .dialin-code {
        width: 60px;
        height: 56px;
    }

    .LTR .mobile-number {
        padding-left: 90px !important;
    }

    .RTL .mobile-number {
        padding-right: 30px !important;
    }

    .card-details-section {
        margin-bottom: 50px;
    }

    .selected-payment-method a {
        width: 125px;
        height: 80px;
    }

    .message-automatic-charging {
        margin: 0;
        font-size: 1em;
    }
    /*
    .LTR .payment-method-list {
        margin-left: -30px;
    }

    .RTL .payment-method-list {
        margin-right: -30px;
    }

    .payment-method-list > * {
        padding-bottom: 30px;
    }

    .LTR .payment-method-list > * {
        padding-left: 30px;
    }

    .RTL .payment-method-list > * {
        padding-right: 30px;
    }
*/
    .payment-method-item {
        cursor: pointer;
    }

    .payment-term-section {
    }

    .slick-slider {
        z-index: 1;
    }

    .payment-term-list {
        /*max-width: 490px;*/
        margin: 0 auto 20px;
        border-radius: 8px;
        padding: 12px;
    }

    .selected-pack-inner {
        margin-bottom: 15px;
        padding: 30px 40px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 20px;
    }

    .payment-term-item {
        cursor: pointer;
        border-radius: 8px;
        height: 40px;
        margin: 0 14px;
    }

    .payment-term-item-active {
        background: var(--button-bg-hover);
        background: var(--button-bg-hover-gradient);
    }

    .payment-term-offer {
        font-size: 0.7rem;
        height: 24px;
        top: -24px;
        padding: 0 13px;
    }

    .offer-tag {
        font-size: 0.7rem;
        height: 22px;
        line-height: 22px;
        top: -13px;
    }

    .LTR .payment-term-offer {
        line-height: 24px;
    }

    .RTL .payment-term-offer {
        line-height: 20px;
    }

    .payment-term-result .text-bold {
        font-size: 2.125em;
    }

    .payment-term-result .text-small {
        font-size: 1.063em;
    }

    .LTR .payment-summary-list {
        font-size: 1.3em;
    }

    .box-gray-background {
        padding: 25px;
    }

    .LTR .payment-summary-section .width-expand {
        margin-right: 10px;
    }

    .RTL .payment-summary-section .width-expand {
        margin-left: 10px;
    }

    .RTL .payment-summary-list {
        font-size: 1.1em;
    }

    /*.payment-summary-list .currentCurrency,
    .payment-summary-list .jsSummaryFinalPrice {
        font-size: 1.6em;
    }*/

    .icon-container {
        margin-bottom: 50px;
    }

        .icon-container img {
            max-width: 160px;
        }

    .schedule img {
        max-width: 260px;
        margin: 0 auto 40px;
    }

    .global-footer {
        padding: 45px 50px;
        font-size: 1.063em;
    }

    .map-container {
        margin: 30px 0;
    }

    .map-container-inner {
        height: 400px;
        margin-top: 20px;
    }

    #map-input {
        width: 96%;
        height: 50px;
    }

    .popup .popup-inner {
        max-width: 500px;
        font-size: 1.215rem;
        padding: 60px 100px;
    }

    .popup .button {
        font-size: 1em;
        height: 50px;
    }

    .payfacade .popup-inner {
        max-width: 630px;
    }

    .csat-textarea {
        float: none !important;
        width: calc(80% - 24px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .maintenance-message {
        background-size: 601px;
    }

    .jsPackFeaturesList {
        max-width: 100%;
        font-size: 90%;
    }

        .jsPackFeaturesList ul {
            display: flex;
        }

    .pack-info ul li {
        padding: 0 10px;
        margin-bottom: 0 !important;
    }

    .jsGetChannelCount {
        display: none;
    }

    .pack-info ul li .feature-copy {
        padding-bottom: 0 !important;
    }

        .pack-info ul li img {
            display: block;
        }

    .LTR .clearfix .pack-inner-name {
        float: left
    }

    .RTL .clearfix .pack-inner-name {
        float: right
    }

    .cc-page .clearfix .pack-inner-name,
    .applepay-page .clearfix .pack-inner-name,
    .paypal-page .clearfix .pack-inner-name {
        float: none !important;
    }

    .LTR .clearfix .pack-info-price-dt {
        float: right;
    }

    .RTL .clearfix .pack-info-price-dt {
        float: left;
    }

    .osn-plus-price {
        line-height: 1;
    }

    p.box-text {
        line-height: 32px;
        padding: 0 10px;
    }

    .checkout-step-2 .uk-button {
        font-size: 18px !important;
        min-width: 200px !important;
        line-height: 48px;
    }

        .checkout-step-2 .uk-button input {
            margin-top: 1px
        }
}


/* New CSAT*/
*:focus {
    outline: none;
}

.full-width-box {
    width: 100%;
    float: left;
}

.csat-width-box {
    width: calc(100% - 120px);
    float: left;
    padding: 80px 60px;
}

.csat-hulfwidth-box {
    width: 100%;
    float: left;
}

.white-background-box {
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.redio-select-box {
    width: 290px;
    margin: auto;
}

    .redio-select-box input[type='radio'] + label {
        border: #999 solid 1px;
        left: inherit !important;
        cursor: pointer;
        color: #a9a9a9;
        height: 36px;
        line-height: 36px;
        float: left;
        width: 36px;
        text-align: center;
        margin: 0 10px !important;
        border-radius: 50%;
    }

.LTR .redio-select-box input[type='radio'] {
    float: left;
    display: none;
}

.RTL .redio-select-box input[type='radio'] {
    float: right;
    display: none;
}

    .RTL .redio-select-box input[type='radio'] + label {
        float: right;
    }

    .LTR .redio-select-box input[type='radio']:first-child + label,
    .RTL .redio-select-box input[type='radio']:last-child + label {
        margin-left: 0 !important;
    }

    .LTR .redio-select-box input[type='radio']:last-child + label,
    .RTL .redio-select-box input[type='radio']:first-child + label {
        margin-right: 0 !important;
    }

.redio-select-box input[type='radio']:checked + label {
    background-color: #A1040F;
    border: 1px solid #A1040F;
    color: #fff;
}

.LTR .float-left {
    float: left;
}

.LTR .float-right {
    float: right;
}

.RTL .float-left {
    float: right;
}

.RTL .float-right {
    float: left;
}

label.text-small {
    font-size: .75rem;
    line-height: 1.5;
    color: #999;
}

.csat-textarea {
    font-family: inherit;
    display: block;
    width: calc(100% - 24px);
    height: 90px;
    padding: 7px 12px;
    margin: 25px 0;
    font-size: 14px;
    line-height: 1.3;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    resize: none;
    float: left;
}


/*
#CSATCheckout .FormButton {
    cursor: pointer;
    color: #fff !important;
    transition: 0.6s;
    border: none !important;
    background: url(/osn/media/OSNMedia/Images/2019/home-page/button_bg.jpg) no-repeat 100% 100% #A1040F;
    width: 200px !important;
    height: 42px !important;
    line-height: 42px !important;
    border-radius: 28px !important;
    padding: 0 28px !important;
    font-size: 1.25rem !important;
    margin: 0 auto;
    display: block;
}

.RTL #CSATCheckout .FormButton {
    float: left;
}

#CSATCheckout .FormButton:hover {
    border: none !important;
    transition: 0.8s;
    background: url(/osn/media/OSNMedia/Images/2019/home-page/button_bg.jpg) no-repeat 0% 0% #ee0000;
    color: #fff !important;
}
*/
#CSATCheckout input[disabled] {
    background: #848484 !important;
    cursor: not-allowed;
}

.mobile-hide {
    opacity: 0.5;
}

@media (max-width: 959px) {
    .stepTwoHeight.selected-pack:before {
        height: 250px;
    }

    .osn-plus-addon {
        margin-top: 15px;
    }

    .csat-width-box {
        width: 100%;
        padding: 0;
    }

    .mobile-noBg {
        margin-bottom: 30px;
        float: none;
        width: calc(100% - 50px);
        padding: 25px;
    }

    .csat-hulfwidth-box {
        width: 100%;
        float: left;
        padding: 0px;
    }

    .mobile-hide {
        display: none;
    }

    .textarea-box {
        margin-top: 15px;
    }

    #CSATCheckout .FormButton {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .redio-select-box {
        max-width: 100%;
    }

        .redio-select-box input[type='radio'] + label {
            height: 30px;
            line-height: 30px;
            width: 30px;
        }

    .jsPaymentTermList {
        margin-bottom: 20px;
    }

    .LTR .isactive-plan.active {
        width: calc(100% + 0px);
        margin-left: -30px;
        padding: 0 30px;
    }

    .RTL .isactive-plan.active {
        width: calc(100% + 0px);
        margin-right: -30px;
        padding: 0 30px;
    }

    .jsServiceInstallation .services-payment-terms {
        margin-top: 8px;
    }

    .select-service-box .jsServiceInstallation [type="radio"]:checked + label:before,
    .select-service-box .jsServiceInstallation [type="radio"]:not(:checked) + label:before {
        top: 17px;
    }

    .select-service-box .jsServiceInstallation [type="radio"]:checked + label:after,
    .select-service-box .jsServiceInstallation [type="radio"]:not(:checked) + label:after {
        top: 21px;
    }
}

/*
.RTL .currentCurrency {
    float: right;
    margin-left: 5px;
    line-height: 23px;
}

.RTL .currentCurrencyWrap {
    display: inline-block;
}

@media (min-width: 1280px) {
    .RTL .currentCurrency {
        line-height: 35px;
    }
}
*/

.payfacade .jsCheckoutSteps {
    padding: 0 25px;
}

.jsCheckoutSteps {
    max-width: 1000px;
    margin: 60px auto 0;
}

.field-container-left {
    float: left;
    width: 45%;
}

.field-container-right {
    float: right;
    width: 45%;
}


.remove-margin-top {
    margin-top: 0 !important;
}

.remove-margin-bottom {
    margin-bottom: 0 !important;
}

.alert-mop-change p {
    background: #F20D0D;
    color: #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80%;
    line-height: 1;
    overflow: hidden;
    height: 28px;
    z-index: -1;
}

form {
    transition: margin-top 500ms;
}

    form.active {
        margin-top: 28px;
    }

.paypal-page .column-left,
.paypal-page .column-right,
.applepay-page .column-left,
.applepay-page .column-right {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    float: none;
}

/*#paypal-button {
    transform: scale(1.5);
    transform-origin: top;
}*/

/*.jsCurrency,
.currentCurrency {
    font-size: 67.4% !important;
    font-weight: normal !important;
}*/

@media(min-width: 960px) {

    .jsCheckoutSteps {
        margin: 10px auto 0;
    }

    .cc-page .field-container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .cc-page .field-input {
        margin-top: 10px;
    }
}

.jsVoucherContainer {
    width: 100%;
    position: relative;
    margin-top: 5px;
    font-size: 14px;
}

.jsShowVoucherField,
.jsSubmitVoucherReset {
    line-height: 1.7;
}

.jsSubmitVoucherField,
.jsSubmitVoucherReset {
    position: absolute;
    display: block;
    height: 100%;
    line-height: 3.5;
    padding: 0 15px;
    z-index: 1;
    font-size: 0.85em;
    z-index: 3;
    font-weight: bold
}

.LTR .jsSubmitVoucherField,
.LTR .jsSubmitVoucherReset {
    right: 0;
}

.RTL .jsSubmitVoucherField,
.RTL .jsSubmitVoucherReset {
    left: 0;
}

.jsSubmitVoucherField:hover,
.jsSubmitVoucherReset:hover {
    text-decoration: none;
}

#fieldVoucher {
    color: #000;
    height: 42px;
    border-radius: 10px;
    box-shadow: none;
    border: 3px solid #666;
    cursor: text;
    position: relative;
    z-index: 2;
    font-size: 1.2em;
    background: #fff;
    text-transform: uppercase;
}

.LTR #fieldVoucher {
    padding-left: 10px;
}

.RTL #fieldVoucher {
    padding-right: 10px;
}

#fieldVoucher.error {
    border: 1px solid #A1040F;
}

.voucher-message {
    color: #000;
    display: inline-block;
    background-color: #ccc;
    border-radius: 3px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 3px;
}

.voucher-error {
    background: #A1040F;
    color: #fff;
}

.voucher-ok {
    background: #177e54;
    color: #fff;
}

.checkout-step-4 {
    max-width: 1080px;
    margin: 50px auto 0;
}

.LTR .checkout-step-4 .field-container label {
    text-align: left;
}

.RTL .checkout-step-4 .field-container label {
    text-align: right;
}

.LTR .checkout-step-4 select.field-input {
    padding-left: 20px !important;
}

.RTL .checkout-step-4 select.field-input {
    padding-right: 20px !important;
}

@media (min-width: 960px) {
    .checkout-step-4 .column-right {
        padding-top: 0px !important;
    }
}

#CSATCheckout:nth-child(2n) {
    display: none;
}





.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 15px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    background-color: transparent;
    min-width: 164px;
    text-transform: uppercase;
}

.uk-button-primary {
    background-color: transparent;
    color: var(--button-color);
}



@media (min-width: 640px) {
    .uk-button {
        line-height: 48px;
    }
}

@media (min-width: 960px) {
    .uk-button {
        font-weight: 300;
    }

    .select-service-box > div, .select-service-box-plain > div {
        padding: 22px 16px;
    }
}

.uk-button:not(.dialing-code-selector):after {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
}


@media (min-width: 1600px) {

    .uk-margin.uk-button {
        margin-top: 20px;
    }

    .uk-button {
        font-size: 22px;
        line-height: 60px;
        min-width: 240px;
        margin-top: -9px;
    }

        .uk-button, .uk-button:not(.dialing-code-selector):after, .uk-button:not(.dialing-code-selector):before {
            border-radius: 12px !important;
        }

            .uk-button:not(.dialing-code-selector):after {
                top: 2px !important;
                right: 2px !important;
                bottom: 2px !important;
                left: 2px !important;
            }

    .payment-summary-section .uk-button .uk-button {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

div.uk-button {
    padding-right: 0;
    padding-left: 0;
}

.uk-button:not(:disabled) {
    cursor: pointer;
}

.uk-button-default:before, .uk-button-primary:before {
    background: var(--button-border);
    background: var(--button-border-gradient);
}

.uk-button-primary:after {
    background: var(--button-bg-hover);
    background: var(--button-bg-hover-gradient);
}

.uk-button:not(.dialing-code-selector):after, .uk-button:not(.dialing-code-selector):before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 8px;
}

.uk-button:not(.dialing-code-selector):before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 768px) {
    .popup .uk-button {
        min-width: 160px !important;
        line-height: 42px;
        font-size: 1.25rem;
        margin-top: 10px;
    }

        .popup .uk-button .uk-button {
            margin-top: 0px;
            line-height: 45px;
        }
}

.call-to-join .uk-button {
    font-size: 1em !important;
}

#TabbyPromo {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: url('/osn/media/OSNMedia/Images/checkout/info-icon.png') no-repeat center center;
    background-size: 90%;
    border-radius: 50%;
    position: relative;
    top: 2px;
}

#tabbyCard > div {
    transform: scale(0.83);
}

.LTR #tabbyCard > div {
    transform-origin: left;
}

.RTL #tabbyCard > div {
    transform-origin: right;
}

#TabbyPromo * {
    opacity: 0;
}

.tabby-promo {
}

.tabby-promo-title {
    line-height: 1.2;
}

.tabby-promo .styles__subtitle--b7f44 {
    display: none;
}

.tabby-promo .styles__tabby-card--de772 {
    padding-bottom: 0px !important;
}

.tabby-promo #tabbyCard * {
    font-family: inherit !important;
    color: inherit;
}

    .tabby-promo #tabbyCard > div,
    .tabby-promo .styles__ellipse--896c7 {
        background: #ebebeb !important;
    }

.styles__line--f8f1d .styles__item--e1fc9 .styles__ellipse--896c7 .styles__ellipse__section-1--e8954 {
    background: linear-gradient(90deg, #ebebeb 50%, transparent 50%), linear-gradient(0deg, transparent 50%, #54545c 50%) !important;
}

.payment-summary-section .currentCurrency,
.jsPaytodayLabel:not(.payment-summary-paytoday .jsPaytodayLabel) {
    font-size: 75%;
}

/*ui-selectmenu-button
#ddlCity{
    display:none;
}*/
.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}

.uk-dropbar-custom ul {
    padding: 0;
    list-style: none;
}

.uk-dropbar-custom .parent-label > a {
    background: #000;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #2e2c31;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    background: #29253f url(https://www.osn.com/osn/media/OSNMedia/Images/checkout/chevron-down.svg) no-repeat right center;
    height: 58px !important;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #46425A;
    border-radius: 8px;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
    box-sizing: border-box;
    -webkit-appearance: none;
    overflow: visible;
    font-size: 1.1em !important;
    text-decoration: none;
    background-size: 70px;
}

.LTR .uk-dropbar-custom .parent-label > a {
    line-height: 48px;
}

.uk-dropbar-custom .parent-label > a {
    height: 50px;
}

.uk-dropbar-custom .uk-dropdown {
    top: 50px !important;
    margin: 0 !important;
    width: 100%;
}

.uk-dropbar-custom .uk-drop-parent-icon {
    position: absolute;
    top: 50%;
    margin-top: -5px;
}

.LTR .uk-dropbar-custom .uk-drop-parent-icon {
    right: 10px;
}

.RTL .uk-dropbar-custom .uk-drop-parent-icon {
    left: 10px;
}

.uk-dropbar-custom .uk-dropdown {
    background: var(--global-dropdown-bg);
    color: rgba(255,255,255,.7);
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: inline-table;
}

.uk-dropbar-custom .uk-dropdown-nav > li > a {
    color: rgba(255,255,255,.7);
    padding: 10px 0;
    text-decoration: none;
    display: inline-block;
}

    .uk-dropbar-custom .uk-dropdown-nav > li > a:hover,
    .uk-dropbar-custom .uk-dropdown-nav > li.uk-active > a {
        color: #fff;
    }

    .uk-dropbar-custom .uk-dropdown-nav > li > a span {
        opacity: 0;
        display: block !important;
        transition: all .3s;
    }

.LTR .uk-dropbar-custom .uk-dropdown-nav > li > a span {
    margin-left: auto;
}

.RTL .uk-dropbar-custom .uk-dropdown-nav > li > a span {
    margin-right: auto;
}

.uk-dropbar-custom .uk-dropdown-nav > li.uk-active > a span {
    opacity: 1;
}

.uk-dropbar-custom .uk-dropdown.uk-drop {
    display: none;
}

@media(min-width: 1600px) {
    .uk-dropbar-custom .parent-label > a {
        font-size: .75rem;
    }
}

.popup-blur {
    color: #fff;
    background: transparent;
}

    .popup-blur p {
        color: rgb(235, 235, 235, 0.5);
    }

    .popup-blur:before {
        content: '';
        width: 100%;
        height: 100%;
        background: transparent linear-gradient(180deg, #020D21 0%, #02070F 100%) 0% 0% no-repeat padding-box;
        opacity: 0.9;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .popup-blur .popup-inner {
        background: transparent;
    }

.RTL .jsIpMonths {
    direction: ltr;
    display: inline-block;
}