/*! CSS Used from: https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/style.css?ver=1759176662 ; media=all */
@media all {
    :root {
        --blue: #007bff;
        --indigo: #6610f2;
        --purple: #6f42c1;
        --pink: #e83e8c;
        --red: #dc3545;
        --orange: #fd7e14;
        --yellow: #ffc107;
        --green: #28a745;
        --teal: #20c997;
        --cyan: #17a2b8;
        --white: #fff;
        --gray: #6c757d;
        --gray-dark: #343a40;
        --primary: #007bff;
        --secondary: #6c757d;
        --success: #28a745;
        --info: #17a2b8;
        --warning: #ffc107;
        --danger: #dc3545;
        --light: #f8f9fa;
        --dark: #343a40;
        --breakpoint-xs: 0;
        --breakpoint-sm: 576px;
        --breakpoint-md: 768px;
        --breakpoint-lg: 992px;
        --breakpoint-xl: 1200px;
        --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    footer,
    header,
    nav,
    section {
        display: block;
    }

    body {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
    }

    [tabindex="-1"]:focus:not(:focus-visible) {
        outline: 0 !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        margin-top: 0;
        margin-bottom: .5rem;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    ol,
    ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    ul ul {
        margin-bottom: 0;
    }

    b,
    strong {
        font-weight: bolder;
    }

    sup {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline;
    }

    sup {
        top: -.5em;
    }

    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
    }

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    table {
        border-collapse: collapse;
    }

    th {
        text-align: inherit;
    }

    label {
        display: inline-block;
        margin-bottom: .5rem;
    }

    button {
        border-radius: 0;
    }

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

    button,
    input,
    select {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    button,
    input {
        overflow: visible;
    }

    button,
    select {
        text-transform: none;
    }

    select {
        word-wrap: normal;
    }

    [type=button],
    [type=submit],
    button {
        -webkit-appearance: button;
    }

    [type=button]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
    }

    input[type=checkbox] {
        box-sizing: border-box;
        padding: 0;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    h1,
    h2,
    h3,
    h4,
    h5 {
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .h1,
    h1 {
        font-size: 2.5rem;
    }

    .h2,
    h2 {
        font-size: 2rem;
    }

    .h3,
    h3 {
        font-size: 1.75rem;
    }

    .h4,
    h4 {
        font-size: 1.5rem;
    }

    .h5,
    h5 {
        font-size: 1.25rem;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    .container,
    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width:576px) {
        .container {
            max-width: 540px;
        }
    }

    @media (min-width:768px) {
        .container {
            max-width: 720px;
        }
    }

    @media (min-width:992px) {
        .container {
            max-width: 960px;
        }
    }

    @media (min-width:1200px) {
        .container {
            max-width: 1140px;
        }
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-11,
    .col-12,
    .col-4,
    .col-lg-3,
    .col-lg-4,
    .col-lg-6,
    .col-lg-8,
    .col-lg-9,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-7,
    .col-md-8,
    .col-sm-3,
    .col-sm-6 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width:576px) {
        .col-sm-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

        .col-sm-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    @media (min-width:768px) {
        .col-md-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

        .col-md-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }

        .col-md-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }

        .col-md-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }

        .col-md-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }

        .order-md-1 {
            -ms-flex-order: 1;
            order: 1;
        }

        .order-md-2 {
            -ms-flex-order: 2;
            order: 2;
        }
    }

    @media (min-width:992px) {
        .col-lg-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

        .col-lg-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }

        .col-lg-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .col-lg-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }

        .col-lg-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }

        .offset-lg-3 {
            margin-left: 25%;
        }
    }

    .table {
        width: 100%;
        margin-bottom: 1rem;
        color: #212529;
    }

    .table td,
    .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, .05);
    }

    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .btn {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    @media (prefers-reduced-motion:reduce) {
        .btn {
            transition: none;
        }
    }

    .btn:hover {
        color: #212529;
        text-decoration: none;
    }

    .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    }

    .btn:disabled {
        opacity: .65;
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .btn-primary {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    }

    .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

    .btn-primary:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    }

    .btn-light {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    }

    .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

    .btn-light:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    }

    .btn-link {
        font-weight: 400;
        color: #007bff;
        text-decoration: none;
    }

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .btn-link:focus {
        text-decoration: underline;
    }

    .btn-link:disabled {
        color: #6c757d;
        pointer-events: none;
    }

    .collapse:not(.show) {
        display: none;
    }

    .dropdown {
        position: relative;
    }

    .dropdown-toggle {
        white-space: nowrap;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent;
    }

    .input-group {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
    }

    .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .nav-link {
        display: block;
        padding: .5rem 1rem;
    }

    .nav-link:focus,
    .nav-link:hover {
        text-decoration: none;
    }

    .navbar {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .5rem 1rem;
    }

    .navbar .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none;
    }

    @media (min-width:992px) {
        .navbar-expand-lg {
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
    }

    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
    }

    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem;
    }

    .card-header {
        padding: .75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, .03);
        border-bottom: 1px solid rgba(0, 0, 0, .125);
    }

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

    .accordion {
        overflow-anchor: none;
    }

    .accordion>.card {
        overflow: hidden;
    }

    .accordion>.card:not(:last-of-type) {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .accordion>.card:not(:first-of-type) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion>.card>.card-header {
        border-radius: 0;
        margin-bottom: -1px;
    }

    .pagination {
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        list-style: none;
        border-radius: .25rem;
    }

    .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    }

    .page-item:last-child .page-link {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .d-none {
        display: none !important;
    }

    .d-inline {
        display: inline !important;
    }

    .d-block {
        display: block !important;
    }

    .d-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    @media (min-width:576px) {
        .d-sm-flex {
            display: -ms-flexbox !important;
            display: flex !important;
        }
    }

    @media (min-width:768px) {
        .d-sm-none {
            display: none !important;
        }

        .d-sm-block {
            display: block !important;
        }

        .d-md-none {
            display: none !important;
        }

        .d-md-inline {
            display: inline !important;
        }

        .d-md-inline-block {
            display: inline-block !important;
        }

        .d-md-block {
            display: block !important;
        }
    }

    @media (min-width:992px) {
        .d-lg-none {
            display: none !important;
        }

        .d-lg-flex {
            display: -ms-flexbox !important;
            display: flex !important;
        }
    }

    @media (min-width:1200px) {
        .d-xl-none {
            display: none !important;
        }
    }

    .flex-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .justify-content-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .align-items-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .position-relative {
        position: relative !important;
    }

    .w-100 {
        width: 100% !important;
    }

    .mr-0 {
        margin-right: 0 !important;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .ml-0 {
        margin-left: 0 !important;
    }

    .mt-2 {
        margin-top: .5rem !important;
    }

    .mb-2 {
        margin-bottom: .5rem !important;
    }

    .mt-3 {
        margin-top: 1rem !important;
    }

    .mb-3 {
        margin-bottom: 1rem !important;
    }

    .mt-4 {
        margin-top: 1.5rem !important;
    }

    .mt-5 {
        margin-top: 3rem !important;
    }

    .mr-5 {
        margin-right: 3rem !important;
    }

    .p-0 {
        padding: 0 !important;
    }

    .pr-0 {
        padding-right: 0 !important;
    }

    .pl-0 {
        padding-left: 0 !important;
    }

    .pt-1 {
        padding-top: .25rem !important;
    }

    .pb-1 {
        padding-bottom: .25rem !important;
    }

    .pr-5 {
        padding-right: 3rem !important;
    }

    .mr-auto {
        margin-right: auto !important;
    }

    .text-center {
        text-align: center !important;
    }

    .font-weight-bold {
        font-weight: 700 !important;
    }

    @media print {

        *,
        ::after,
        ::before {
            text-shadow: none !important;
            box-shadow: none !important;
        }

        a:not(.btn) {
            text-decoration: underline;
        }

        thead {
            display: table-header-group;
        }

        img,
        tr {
            page-break-inside: avoid;
        }

        h2,
        h3,
        p {
            orphans: 3;
            widows: 3;
        }

        h2,
        h3 {
            page-break-after: avoid;
        }

        body {
            min-width: 992px !important;
        }

        .container {
            min-width: 992px !important;
        }

        .navbar {
            display: none;
        }

        .table {
            border-collapse: collapse !important;
        }

        .table td,
        .table th {
            background-color: #fff !important;
        }
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-search:before {
        content: "\f002";
    }

    .fa-home:before {
        content: "\f015";
    }

    .fa-plus:before {
        content: "\f067";
    }

    .fa-angle-left:before {
        content: "\f104";
    }

    .fa-angle-right:before {
        content: "\f105";
    }

    html {
        margin: 0;
        padding: 0;
    }

    :focus {
        outline: 0;
    }

    body {
        font-family: 'Noto Sans', sans-serif, Helvetica !important;
        font-weight: lighter !important;
    }

    b,
    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: Rubik, sans-serif;
        font-weight: 700;
    }

    a {
        color: #ec1c24;
    }

    a:hover {
        color: #ec1c24;
    }

    .navbar {
        background-color: #fff;
        border-bottom: 2px solid #eb1c24;
    }

    button:focus {
        outline: 0;
    }

    .btn-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #ed1c24 !important;
        border-color: #ed1c24 !important;
    }

    .btn-primary:not(:disabled):not(.disabled):active:focus {
        box-shadow: none;
    }

    img {
        max-width: 100%;
        width: 100%;
    }

    a:hover {
        text-decoration: none !important;
    }

    .primary-color {
        color: #ec1c23 !important;
    }

    .btn {
        font-family: Rubik, sans-serif;
        font-weight: 700;
        padding: 7px 0;
        border-radius: 50px;
        background: #ec1c23;
        height: 40px;
        width: 130px;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
    }

    .btn-link {
        background: 0 0;
        color: #ec1c23;
        font-size: 13px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .16);
        border-radius: 10px;
    }

    ::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, .263);
        border-radius: 10px;
    }

    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus {
        outline: 0;
    }

    .slick-slider .slick-list,
    .slick-slider .slick-track {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-track:after,
    .slick-track:before {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    .slick-slide img {
        display: block;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-next,
    .slick-prev {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: 0;
        background: 0 0;
    }

    .slick-next:focus,
    .slick-next:hover,
    .slick-prev:focus,
    .slick-prev:hover {
        color: transparent;
        outline: 0;
        background: 0 0;
    }

    .slick-next:focus:before,
    .slick-next:hover:before,
    .slick-prev:focus:before,
    .slick-prev:hover:before {
        opacity: 1;
    }

    .slick-next:before,
    .slick-prev:before {
        font-family: slick;
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-prev {
        left: -25px;
    }

    .slick-prev:before {
        content: '←';
    }

    .slick-next {
        right: -25px;
    }

    .slick-next:before {
        content: '→';
    }

    :root {
        --animate-duration: 1s;
        --animate-delay: 1s;
        --animate-repeat: 1;
    }

    .header .header-top-navbar .icons.paybill {
        background-image: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/images/paybill.svg);
        background-repeat: no-repeat;
        background-size: 15px;
    }

    .header .header-top-navbar .nav-item:hover .icons.paybill {
        background-image: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/images/paybill.svg);
    }

    .header .header-top-navbar .icons.recharge {
        background-image: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/images/recharge.svg);
        background-repeat: no-repeat;
        background-size: 15px;
    }

    .header .header-top-navbar .nav-item:hover .icons.recharge {
        background-image: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/images/recharge.svg);
    }

    .locale_changer {
        font-family: 'Noto Kufi Arabic', sans-serif;
    }

    nav.header .container {
        max-width: calc(100vw - 190px);
    }

    .slick-next:before,
    .slick-prev:before {
        color: #000;
    }

    .slick-active {
        opacity: .5;
    }

    .slick-current {
        opacity: 1;
    }

    p,
    ul {
        margin: 0;
    }

    a {
        text-decoration: none !important;
    }

    .primary-color {
        color: #ec1c23 !important;
    }

    .CMS-min-banner {
        padding: 20px 0;
    }

    .cms-home-hero-banner-desk {
        display: block;
    }

    .cms-home-hero-mobile {
        display: none;
    }

    .CMS-min-banner img {
        width: 100%;
        border-radius: 20px;
    }

    ::placeholder {
        font-size: 13px;
    }

    @media (max-width:768px) {
        nav.header .container {
            max-width: 100%;
        }

        .CMS-footer-menu .top .appstore {
            border: 0 !important;
            align-items: center;
        }

        .cms-home-hero-banner-desk {
            display: none;
        }

        .cms-home-hero-mobile {
            display: block;
        }

        .CMS-min-banner {
            padding: 0;
            border-radius: 20px;
        }

        .CMS-min-banner img {
            width: 100%;
            border-radius: 20px;
        }

        .CMS-min-banner img {
            border-radius: 10px;
        }
    }

    @media (max-width:600px) {
        .CMS-min-banner {
            padding: 0 !important;
            overflow: hidden;
        }

        .CMS-min-banner img {
            width: 170%;
        }
    }

    p.navbar-item-link.bold_item_menu_link a {
        color: #000 !important;
    }

    .flex-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navbar {
        background-color: #fff;
        border-bottom: none;
        padding: .5rem 0;
    }

    input[type=checkbox] {
        display: none;
    }

    input[type=checkbox]+label {
        cursor: pointer;
        margin-bottom: 6px;
        font-weight: 400;
    }

    input[type=checkbox]+label::before {
        margin-right: 5px;
        content: "";
        font-family: FontAwesome;
        font-size: 22px;
        width: 20px;
        text-align: center;
        color: #9f9fb7;
        display: inline-block;
        vertical-align: middle;
    }

    input[type=checkbox]:checked+label::before {
        content: "";
        color: #eb1c24;
        -webkit-transform: scale(.92);
        -ms-transform: scale(.92);
        transform: scale(.92);
    }

    ol {
        font-size: 16px;
    }

    h2,
    h3,
    h4,
    h5 {
        margin-bottom: 24px;
    }

    .custom-breadcrumb {
        min-height: 30px;
        max-height: 30px;
        background-color: #fafafa;
        -webkit-box-shadow: 0 3px 6px #00000005;
        -moz-box-shadow: 0 3px 6px #00000005;
        -ms-box-shadow: 0 3px 6px #00000005;
        -o-box-shadow: 0 3px 6px #00000005;
        box-shadow: 0 3px 6px #00000005;
        overflow: hidden;
        margin-top: 0;
        position: fixed;
        top: 112px;
        left: 0;
        right: 0;
        z-index: 90;
    }

    .custom-breadcrumb .container {
        min-height: 30px;
    }

    .custom-breadcrumb .custom-breadcrumb__list {
        display: flex;
        flex-flow: row wrap;
        margin: 0;
        min-height: 30px;
        align-items: center;
        padding: 7px 0;
    }

    .custom-breadcrumb .custom-breadcrumb__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 10px;
    }

    .custom-breadcrumb .custom-breadcrumb__item:not(:last-child):after {
        content: "";
        background: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/images/arrow-back.svg) no-repeat center center;
        background-size: contain;
        width: 5.7px;
        height: 10px;
        margin: 0 5.7px;
    }

    .custom-breadcrumb .custom-breadcrumb__item a {
        text-decoration: none;
        font-size: 11px;
        color: #646060;
        text-transform: capitalize;
    }

    .custom-breadcrumb .custom-breadcrumb__item:first-child i {
        background: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/images/home.svg) no-repeat center center;
        background-size: contain;
        width: 11.7px;
        height: 10px;
        display: block;
    }

    .custom-breadcrumb .custom-breadcrumb__item:first-child i:after,
    .custom-breadcrumb .custom-breadcrumb__item:first-child i:before {
        display: none;
    }

    @media (min-width:769px) {
        .custom-breadcrumb .container {
            max-width: calc(100vw - 190px);
            padding: 0;
        }
    }

    @media (max-width:768px) {
        .custom-breadcrumb {
            margin-top: 0;
            position: fixed;
            top: 69.6px;
        }

        .custom-breadcrumb .container {
            padding-left: 7px;
            padding-right: 7px;
        }
    }

    .slick-active {
        opacity: .5;
    }

    .slick-current {
        opacity: 1;
    }

    button:focus {
        outline: 0;
    }

    p {
        margin: 0;
    }

    li {
        list-style: none;
    }

    ul {
        padding: 0;
    }

    img {
        max-width: 100%;
        width: auto;
    }

    .primary-color {
        color: #ec1c23 !important;
    }

    .btn {
        padding: 7px 20px;
        border-radius: 50px;
        background: #ec1c23;
        width: auto;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
    }

    .btn-link {
        background: 0 0;
        color: #ec1c23;
        font-size: 13px;
    }

    .nav-link:focus {
        outline: 0;
    }

    .nav-link:hover {
        border-color: #fff !important;
    }

    .d-md-block {
        display: block;
    }

    @media (max-width:768px) {
        .btn {
            font-size: 12px;
            padding: 9px 20px;
        }
    }

    .navbar-header img {
        width: 200px;
    }

    .header {
        background: #fff;
        border-bottom: 2px solid #ed1c24;
        font-size: 14px;
        font-family: Rubik, sans-serif;
        color: #666;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
    }

    .header a:not(.btn) {
        color: #666;
        font-weight: 600;
    }

    .header a:not(.btn):hover {
        color: #ed1c24 !important;
    }

    .header-main-navbar {
        position: static;
    }

    .header-top-navbar {
        padding: 0 !important;
        border-bottom: 1px solid #ddd;
    }

    .header-top-navbar .navbar-nav {
        flex-direction: row;
        display: flex;
        align-items: center;
    }

    .header-top-navbar .navbar-nav .active a {
        color: #ed1c24;
    }

    .header-top-navbar .navbar-nav .active {
        border-bottom: 1px solid #ed1c24;
    }

    .header-top-navbar .navbar-nav .nav-item {
        padding: 10px 5px 1px 0;
        margin: 0 20px 0 0;
    }

    .header-main-navbar-right a.btn {
        font-family: Rubik, sans-serif;
        font-weight: 700;
        margin: 4px 15px 4px 0;
        box-shadow: none;
        padding: 7px;
        line-height: 20px;
        width: 149px;
        height: 36px;
        border-radius: 100px;
    }

    a.btn.btn-primary {
        background-color: #ed1c24;
        border-color: #ed1c24;
    }

    .header-main-navbar .navbar-collapse .dropdown-toggle {
        padding: 30px 18px;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .dropdown {
        position: relative;
    }

    .header-main-navbar .dropdown:hover {
        position: inherit;
    }

    .header-main-navbar .dropdown:hover .dropdown-menu {
        left: 0;
        right: 0;
        top: 100%;
        border-radius: 0;
        border: none;
        margin-top: 0;
        padding-top: 10px !important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        display: block;
    }

    .header-main-navbar .navbar-item-title,
    .navbar-item-link {
        margin-bottom: 5px;
    }

    .header-main-navbar .dropdown .dropdown-menu .not_clickable {
        color: #333;
    }

    .header-main-navbar .dropdown .dropdown-menu .navbar-item-link a {
        color: #989898;
    }

    .header-main-navbar-extra-link {
        display: none;
    }

    .header .header-top-navbar a.nav-link {
        font-size: 14px;
        display: flex;
        align-items: center;
        flex-direction: row;
        color: #ed1d24;
    }

    .nav-left-links li a {
        color: #666 !important;
    }

    .header .header-top-navbar .icons {
        margin: 0 3px;
        width: 21px;
        height: 21px;
    }

    .userwelcome {
        padding: 0 15px;
    }

    li.b_menu_dlink a {
        padding: 30px 18px;
    }

    @media screen and (max-width:992px) and (min-width:768px) {
        .header-main-navbar .dropdown:hover {
            position: inherit;
        }

        .collapse:not(.show) {
            display: flex !important;
        }

        .header-main-navbar .navbar-collapse .dropdown-toggle {
            padding: 30px 10px;
        }

        .navbar-nav {
            flex-direction: row;
        }
    }

    @media (max-width:768px) {
        .header-main-navbar .dropdown:hover .dropdown-menu {
            display: none;
        }

        .collapse:not(.show) {
            display: none !important;
        }

        .header-top-navbar {
            display: none;
        }

        .header-main-navbar {
            padding: 0;
        }

        .header-menu-items {
            padding: 0;
        }

        .header-main-navbar .navbar-header {
            width: 100%;
            box-shadow: 0 3px 3px #86868615;
            padding: 12px 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .header-main-navbar .navbar-header .navbar-toggler {
            display: flex;
            flex-direction: column;
            padding: 0;
            width: 30px;
            outline: 0;
            margin-right: 20px;
        }

        .header-main-navbar .navbar-collapse .dropdown-toggle::after {
            display: inline-block;
            font-style: normal;
            line-height: 1;
            font-weight: lighter;
            float: right;
            margin-right: 2px;
            margin-top: 10px;
            line-height: 22px;
            color: #666;
        }

        .header-main-navbar-right {
            display: none;
        }

        .header-main-navbar .dropdown {
            border-bottom: 1px solid #ddd;
        }

        .header-main-navbar .navbar-collapse .dropdown-toggle {
            display: block;
            padding: 20px;
        }

        .header-main-navbar-extra-link {
            display: block;
            background: #e9e9e9;
            padding: 10px 20px;
            border-bottom: 1px solid #ddd;
        }

        .header-main-navbar .nav-link {
            display: flex;
            padding: 0;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .header-main-navbar .dropdown-menu .panel.panel-default {
            padding: 0 0 10px 30px;
            color: #fff;
        }

        .header-main-navbar .dropdown-menu .panel-default-title {
            display: block;
            line-height: 30px;
        }

        .header-main-navbar .dropdown-menu .panel-default-title::after {
            content: "\2212";
            font-size: 22px;
            font-style: normal;
            float: right;
            line-height: 1;
            font-weight: lighter;
            margin-right: 3px;
            line-height: 36px;
            color: inherit;
        }

        .header-main-navbar .dropdown-menu .panel-default .collapsed::after {
            content: "\002B";
        }

        .header-main-navbar .navbar-collapse .navbar-nav {
            max-height: 500px;
            overflow-y: scroll;
        }

        .header-menu-icons {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            width: 40%;
        }

        .header-menu-icons .nav-link img {
            width: 20px;
        }

        .header-menu-icons a.nav-link span {
            width: 60px;
            padding: 0;
            font-size: 12px;
            color: #ec1c23;
            text-align: center;
        }

        .navbar-header-mobile {
            width: 100%;
            justify-content: space-between;
        }

        .header-main-navbar .navbar-header .header-menu-logo {
            display: flex;
            align-items: center;
        }

        .header-main-navbar .navbar-header .header-menu-logo a {
            width: 60%;
        }

        .header-main-navbar .dropdown .dropdown-menu {
            display: none !important;
        }

        .header-main-navbar .b_menu_dlink {
            border-bottom: 1px solid #ddd;
        }

        .header-main-navbar .b_menu_dlink a {
            display: block;
            padding: 20px;
        }
    }

    .CMS-footer-menu .top {
        padding: 70px;
        background: #f9f9f9;
        color: #545454;
        display: flex;
    }

    .CMS-footer-menu .top .appstore {
        border-left: 2px solid #ddd;
        padding: 0 0 0 25px;
        display: flex;
        color: #898989;
    }

    .CMS-footer-menu .top .appstore .title {
        font-weight: 700;
    }

    .CMS-footer-menu .top .appstore .icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 15px 0;
        width: 90%;
    }

    .CMS-footer-menu .top .appstore .icons a:first-child {
        margin-right: 6px;
    }

    .CMS-footer-menu .top .appstore .float-img {
        margin-top: -50px;
    }

    .CMS-footer-menu-content .title {
        margin: 5px 0;
        font-size: 16px;
        font-weight: 700;
    }

    .CMS-footer-menu-content {
        padding: 0;
        width: 100%;
    }

    .CMS-footer-menu-link {
        color: #848484 !important;
        display: block;
        line-height: 26px;
        font-size: 14px;
        width: 80%;
    }

    .CMS-footer-menu-link:hover {
        color: #ed1c24 !important;
        text-decoration: none;
    }

    .CMS-footer-copyright {
        background: #2f2f2f;
        color: #fff;
        padding: 0 70px;
    }

    .CMS-footer-copyright .wrap {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        align-items: center;
        flex-wrap: wrap;
    }

    .CMS-footer-copyright .wrap .right {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .CMS-footer-copyright .wrap .left {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        opacity: .7;
    }

    .CMS-footer-copyright .wrap .left ul {
        margin: 0 !important;
        display: flex;
        padding: 0;
    }

    .CMS-footer-copyright .wrap .left ul li {
        list-style: none;
        border-right: 1px solid #fff;
        padding: 0 8px;
        font-size: 12px;
        line-height: 15px;
        color: #fff;
        font-weight: 700;
        letter-spacing: -.24px;
    }

    .CMS-footer-copyright .wrap .left ul li:last-child {
        border: 0 !important;
    }

    .CMS-footer-copyright .wrap .left ul li a {
        color: #fff !important;
    }

    .CMS-footer-copyright .wrap .left .copyright {
        font-size: 11px;
        padding: 6px 8px 0;
    }

    .CMS-footer-copyright .wrap .right .social-item {
        padding: 0 6px;
    }

    .CMS-footer-menu .menu-links {
        display: flex;
        justify-content: start;
        align-items: start;
        padding: 0 0 0 50px;
    }

    .CMS-footer-menu .menu-links .items {
        width: 31%;
        margin: 0 0 15px;
    }

    .CMS-footer-copyright .wrap .left {
        opacity: 1;
    }

    .CMS-footer-menu .top .appstore .title {
        font-family: Rubik, sans-serif;
    }

    .CMS-footer-menu-content .title {
        font-family: Rubik, sans-serif;
    }

    .CMS-footer-copyright .wrap {
        padding: 10px 1% 10px 2%;
    }

    .CMS-footer-menu .top .appstore .icons img {
        width: 90px;
    }

    .CMS-footer-menu .top .appstore .icons a {
        margin: 0 0 6px;
    }

    @media (min-width:1920px) {
        .CMS-footer-menu .top .appstore .icons {
            width: 80%;
        }
    }

    @media (max-width:768px) {
        .CMS-footer-menu .top {
            flex-wrap: wrap;
            padding: 20px;
        }

        .CMS-footer-menu .top .menu-links,
        .CMS-footer-menu .top .panel-group {
            padding: 0;
        }

        .CMS-footer-menu .top .appstore {
            padding: 20px 0;
            border: 0;
        }

        .CMS-footer-menu .top .appstore .col-md-7 {
            width: 570px;
        }

        .CMS-footer-menu .top .appstore .icons {
            width: 100%;
        }

        .CMS-footer-menu .top .appstore .float-img {
            margin: 0;
        }

        .CMS-footer-menu .top .panel-default {
            padding: 15px 0;
            border-bottom: 2px solid #e9e9e9;
        }

        .CMS-footer-menu .top .panel-default ul {
            padding: 0;
        }

        .CMS-footer-menu .top .panel-default ul li {
            padding: 6px 0;
            font-size: 13px;
            list-style: none;
        }

        .CMS-footer-menu .top .panel-default a {
            color: #898989;
            font-size: 14px;
            font-weight: 700;
            display: flex;
            justify-content: space-between;
            text-decoration: none;
        }

        .CMS-footer-menu .top .appstore .title {
            width: 100%;
        }

        .CMS-footer-copyright {
            padding: 15px;
        }

        .CMS-footer-copyright .wrap {
            padding: 0;
            justify-content: center;
        }

        .CMS-footer-copyright .wrap .right {
            padding: 20px;
            font-size: 14px;
        }

        .CMS-footer-copyright .wrap .left {
            text-align: center;
        }

        .CMS-footer-copyright .wrap .left ul {
            justify-content: space-around;
            width: 100%;
            height: 50px;
        }

        .CMS-footer-copyright .wrap .left ul li {
            border: 0;
        }

        .CMS-footer-copyright .wrap .left .copyright {
            text-align: center;
        }

        a.CMS-footer-menu-link {
            font-weight: 100 !important;
        }

        .CMS-footer-menu .top .panel-default a.collapsed .fa-plus:before {
            content: "\f067";
        }

        .CMS-footer-menu .top .panel-default a .fa-plus:before {
            content: "\f068";
        }
    }

    .icons.search {
        background-image: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/images/search.png);
        background-repeat: no-repeat;
        background-size: 15px;
        margin: 0 !important;
        position: relative;
        top: 3px;
    }

    .Clicks_Main_Search {
        cursor: pointer;
    }

    .Clicks_Main_Search span {
        color: #333;
    }

    .ModalComponent {
        width: 0;
        height: 100%;
        background-color: #f9f9f9;
        right: 0;
        position: fixed;
        z-index: 101;
        top: 0;
        transition: width .5s;
        box-shadow: 0 10px 20px #afafaf66, 0 6px 6px #0000001f;
    }

    .ModalComponent__close {
        position: absolute;
        z-index: 99;
        top: 40px;
        left: 20px;
        color: #666;
        display: none;
    }

    .ModalComponent__body {
        visibility: hidden;
        height: calc(100% - 80px);
        overflow: auto;
    }

    .SearchComponent {
        height: 100%;
        position: relative;
    }

    .SearchComponent__header {
        height: 100px;
        background-color: #fff;
        top: 0;
        padding: 0 70px;
        width: 100%;
    }

    .SearchComponent__header h4 {
        font-size: 24px;
        margin: 0;
    }

    .SearchComponent__body {
        padding: 30px 50px;
    }

    .SearchComponent__body h3 {
        font-size: 25px;
        font-family: 'Noto Sans';
    }

    .SearchComponent__body .card-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .SearchComponent__body .card-wrap .card {
        width: 46%;
        border-radius: 5px;
        padding: 20px;
        box-shadow: 0 0 35px #00000010;
        text-align: center;
        color: #898989;
        font-size: 15px;
        cursor: pointer;
    }

    .SearchComponent__body .card-wrap .card h4 {
        margin: 0;
        font-size: 18px;
        color: red;
    }

    .SearchComponent__body .input-group {
        margin: 2% 0;
    }

    .SearchComponent__body input {
        width: 95%;
        border-radius: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 100px;
        box-shadow: 0 0 20px #00000017;
        padding: 10px 20px;
    }

    .SearchComponent__body .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .SearchComponent__body .title h5 {
        font-size: 18px;
        color: red;
        padding-right: 10%;
        cursor: pointer;
        display: flex;
    }

    .SearchComponent__body #filtersubmit {
        position: relative;
        z-index: 1;
        right: 38px;
        top: 1px;
        color: #7b7b7b;
        cursor: pointer;
        width: 0;
    }

    .back-btn img {
        width: 20px;
        height: 18px;
        margin-left: 5px;
        margin-top: 5px;
    }

    form button {
        border: 0;
        background: 0 0;
    }

    .SearchComponent__body .card-wrap .card p {
        color: #898989;
    }

    @media screen and (max-width:992px) and (min-width:768px) {
        .SearchComponent__header {
            height: 70px;
        }

        .navbar-nav .dropdown-menu {
            position: absolute;
        }
    }

    @media (max-width:768px) {
        .SearchComponent__body {
            padding: 30px 20px;
        }

        .SearchComponent__header {
            padding: 0 20px;
            height: 70px;
        }

        .SearchComponent__header h4 {
            font-size: 16px;
        }

        .SearchComponent__body h3 {
            font-size: 16px;
        }

        .SearchComponent__body .card-wrap {
            flex-direction: column;
        }

        .SearchComponent__body .card-wrap .card {
            width: 100%;
            margin-bottom: 20px;
        }

        .SearchComponent__body .title h5 {
            position: relative;
            top: 160px;
            left: -110px;
        }

        .SearchComponent__body .input-group {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
        }

        .SearchComponent__body input {
            width: 99%;
        }

        .SearchComponent__body form button {
            margin-left: -83px;
        }

        .SearchComponent__body #filtersubmit {
            position: static;
            margin-left: -20px;
            z-index: 10;
        }
    }

    .primary-color {
        color: #ed1c24 !important;
    }

    @media (min-width:768px) {
        nav.header .container .d-sm-none {
            display: none !important;
        }
    }

    @media (max-width:1200px) {
        .slick-slide {
            transform: scale(.9);
            width: 350px;
        }

        .slick-slide.slick-current {
            transform: scale(.9);
        }
    }

    @media (min-width:768px) and (max-width:1320px) {
        nav.header .container {
            max-width: 95%;
        }

        .header-main-navbar .navbar-collapse .dropdown-toggle {
            padding: 30px 8px;
            font-size: 12px;
        }

        .header-main-navbar-right a.btn {
            font-size: 12px;
            width: 112px;
            height: 35px;
        }

        .navbar-header img {
            width: 120px;
        }
    }

    .dropdown-menu p.navbar-item-link {
        position: relative;
    }

    .dropdown-menu span.menu-new-tag {
        background-color: #ed1c24;
        padding: 0 4px;
        font-size: 12px;
        color: #fffF;
        border-radius: 5px;
        position: absolute;
        top: -5px;
        margin: 0 2px;
    }

    @media (max-width:768px) {
        .header-main-navbar .dropdown-menu .panel.panel-default {
            position: relative;
        }

        .dropdown-menu span.menu-new-tag {
            top: -1px;
            right: 23px;
        }
    }

    @media (min-width:768px) and (max-width:1320px) {

        .header-main-navbar .navbar-collapse .b_menu_dlink a,
        .header-main-navbar .navbar-collapse .dropdown-toggle {
            padding: 30px 8px;
            font-size: 12px;
        }
    }

    .chat-bot-container {
        font-family: Rubik, serif;
        font-optical-sizing: auto;
        font-style: normal;
        position: relative;
    }

    .bot-img-container {
        visibility: hidden;
        opacity: 0;
        width: 80px;
        height: auto;
        position: absolute;
        top: -105px;
        right: 40px;
        transition: .2s ease-in-out;
    }

    .bot-img-container img {
        width: 100%;
    }

    .chat-bot-container .chat-btn:hover .bot-img-container {
        visibility: visible;
        opacity: 1;
        top: -138px;
    }

    .chat-bot-container .chat-btn:hover {
        min-width: 180px;
    }

    .chat-bot-container .chat-btn:hover .icon-circle {
        width: 35%;
    }

    .chat-bot-container .chat-btn:hover .text-container {
        width: auto;
        display: block;
        opacity: 1;
    }

    .chat-bot-container .chat-btn {
        transition: .3s ease-in-out;
        display: flex;
        align-items: center;
        width: auto;
        height: 60px;
        box-sizing: border-box;
        background-color: #fff;
        border-color: #fff;
        border-radius: 100px 100px 100px 99px;
        border-style: solid;
        border-width: 1px;
        bottom: 64px;
        box-shadow: rgba(102, 102, 102, .5) 0 0 4px;
        cursor: pointer;
        margin: 3px;
        padding: 0;
        position: fixed;
        right: 0;
        min-width: 62px;
        display: none;
        z-index: 99 !important;
    }

    .chat-bot-container .chat-btn .icon-circle {
        transition: .3s ease-in-out;
        background: #ed1c24;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .chat-bot-container .chat-btn .text-container {
        transition: .3s ease-in-out;
        margin: 0 0 0 8px;
        display: none;
        width: 0;
        overflow: hidden;
        opacity: 0;
        white-space: nowrap;
    }

    .chat-bot-container .chat-btn .text-container h3 {
        color: #000;
        margin: 0;
        font-weight: 600;
        transition: .3s ease-in-out;
        font-size: .95rem;
    }

    .chat-bot-container .chat-btn .text-container p {
        color: #8f8f8f;
        margin: 0;
        transition: .3s ease-in-out;
        font-size: .8rem;
    }

    @media screen and (max-width:767px) {
        .chat-bot-container .chat-btn {
            bottom: 75px;
            right: 15px;
        }

        .bot-img-container {
            display: none;
        }
    }
}

/*! CSS Used from: https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/css/prepaid-style.css?ver=1756366087 */
* {
    box-sizing: border-box;
}

.container.prepaid-container {
    max-width: 1094px;
}

@media (min-width: 769px) {
    .container.prepaid-container {
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1025px) {
    .container.prepaid-container {
        padding: 0 15px;
    }
}

@media (max-width: 820px) {
    .container.prepaid-container {
        padding: 0 12px;
    }
}

.link-with-arrow {
    color: #ed1c24;
    font-size: 14px;
    font-weight: 900;
    font-family: "Rubik";
    line-height: 17px;
}

.link-with-arrow::after {
    content: "";
    background: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/red-right-arrow.svg") no-repeat center center;
    background-size: cover;
    width: 15px;
    height: 9.92px;
    display: inline-block;
    margin-left: 5px;
}

.link-with-arrow:hover {
    color: #ed1c24;
    text-decoration: none;
}

.CMS-hala-prepaid {
    padding-top: 142px;
    background-color: #EBF0F0;
}

@media (max-width: 820px) {
    .CMS-hala-prepaid {
        padding-top: 98px;
    }
}

.CMS-footer-menu {
    margin-top: 0 !important;
}

.need-to-help-section {
    padding: 139px 0 0;
    position: relative;
    background-color: #f8f7fa;
    margin-bottom: -45px;
}

@media (max-width: 820px) {
    .need-to-help-section {
        padding-top: 99px;
        margin-bottom: -50px;
    }
}

.need-to-help-section .need-to-help-box {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 36px 40px;
    background-color: #fdfdfd;
    position: relative;
    z-index: 7;
}

@media (max-width: 820px) {
    .need-to-help-section .need-to-help-box {
        padding: 28px 23px 72px;
        position: relative;
    }

    .need-to-help-section .need-to-help-box [class*="col"] {
        position: static;
    }
}

@media (min-width: 992px) and (max-width: 1025px) {
    .need-to-help-section .need-to-help-box {
        padding: 36px 25px;
    }
}

.need-to-help-section .need-to-help__title {
    color: #221e20;
    font-size: 20px;
    font-weight: 900;
    font-family: "Rubik";
    margin-bottom: 30px;
    background: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/FAQ.svg") no-repeat left center;
    padding-left: 67px;
    height: 52px;
    line-height: 52px;
}

@media (max-width: 820px) {
    .need-to-help-section .need-to-help__title {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: auto;
        margin-bottom: 25px;
        font-size: 25px;
    }
}

.need-to-help-section .need-to-help__description {
    padding-left: 67px;
}

@media (max-width: 820px) {
    .need-to-help-section .need-to-help__description {
        padding-left: 0;
        text-align: center;
        margin-bottom: 25px;
    }
}

.need-to-help-section .need-to-help__description p {
    color: #221e20;
    font-size: 17px;
    font-weight: normal;
    font-family: "Noto Sans", sans-serif, Helvetica;
    line-height: 19px;
    margin-bottom: 30px;
}

@media (max-width: 820px) {
    .need-to-help-section .need-to-help__description p {
        font-size: 15px;
        line-height: 17px;
    }
}

.need-to-help-section .link-with-arrow {
    text-transform: uppercase;
    padding-left: 67px;
}

@media (max-width: 820px) {
    .need-to-help-section .link-with-arrow {
        padding-left: 0;
        position: absolute;
        bottom: 28px;
        left: 50%;
        transform: translateX(-50%);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 44px;
        width: 227px;
        background-color: #ed1c24;
        border-radius: 50px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 12px;
    }

    .need-to-help-section .link-with-arrow::after {
        display: none;
    }
}

.need-to-help-section .need-to-help__links {
    margin-top: -8px;
    display: flex;
    flex-flow: row wrap;
}

@media (max-width: 820px) {
    .need-to-help-section .need-to-help__links {
        flex-direction: column;
    }
}

.need-to-help-section .need-to-help__links li {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 820px) {
    .need-to-help-section .need-to-help__links li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.need-to-help-section .need-to-help__links li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ed1c24;
    margin-right: 6px;
}

.need-to-help-section .need-to-help__links li a {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif, Helvetica;
    line-height: 37px;
    text-decoration: underline !important;
}

.fine-print {
    background-color: #f8f7fa;
    padding: 137px 0 127px;
}

@media (max-width: 820px) {
    .fine-print {
        padding: 99px 0 112px;
    }
}

.fine-print .fine-print__title {
    font-size: 20px;
    font-weight: 900;
    font-family: "Rubik";
    line-height: 24px;
    color: #ed1c24;
    padding-bottom: 25px;
    margin-bottom: 0;
}

@media (max-width: 820px) {
    .fine-print .fine-print__title {
        font-size: 17px;
        line-height: 23px;
        padding-bottom: 32px;
    }
}

.fine-print .accordion>div {
    border: none;
    border-bottom: 1px solid #a0a0a0 !important;
    border-radius: 0;
}

.fine-print .accordion>div:first-child {
    border-top: 1px solid #a0a0a0;
}

.fine-print .accordion .card {
    background: none;
}

.fine-print .accordion .card .card-header {
    border: none;
    background: none;
    padding: 15px 0;
}

@media (max-width: 820px) {
    .fine-print .accordion .card .card-header {
        padding: 23px 0;
    }
}

.fine-print .accordion .card .card-header button {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    font-family: "Noto Sans", sans-serif, Helvetica;
    color: #898989;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    text-transform: initial;
}

@media (max-width: 820px) {
    .fine-print .accordion .card .card-header button {
        font-size: 16px;
        line-height: 22px;
        width: 90%;
        white-space: initial;
    }
}

.fine-print .accordion .card .card-header button:after {
    content: "";
    background: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/images/chevron-down.svg) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 25px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 820px) {
    .fine-print .accordion .card .card-header button:after {
        position: absolute;
        right: 0;
    }
}

.fine-print .accordion .card .card-header button:focus {
    box-shadow: none;
}

.fine-print .accordion .card .card-body {
    padding: 0 0 1.25rem;
    font-family: "Noto Sans";
}

.fine-print .accordion .card .card-body p {
    font-family: "Noto Sans";
}

.fine-print .accordion .card_with-link a {
    color: #898989;
    font: normal normal normal 18px/24px "Noto Sans", sans-serif, Helvetica;
    padding: 21px 0;
    display: inline-block;
    text-decoration: none;
}

@media (max-width: 820px) {
    .fine-print .accordion .card_with-link a {
        font-size: 16px;
        line-height: 22px;
    }
}

.fine-print .accordion .card_with-link a img {
    width: 14px;
    height: 14px;
    margin-left: 8px;
}

.fine-print .custom-terms-table td,
.fine-print .custom-terms-table th {
    border-top: 1px solid #e6e6e6;
}

.fine-print .custom-terms-table thead th {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
}

.fine-print .custom-terms-table th,
.fine-print .custom-terms-table td {
    font: normal normal 900 15px/18px "Rubik";
}

.fine-print .custom-terms-table tbody tr:nth-of-type(even) {
    background-color: #f1f0f5;
}

.fine-print .custom-terms-table tbody tr:nth-of-type(odd) {
    background: none;
}

.fine-print .custom-terms-table tbody tr:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.fine-print .custom-terms-prag {
    font: normal normal normal 18px/24px "Noto Sans", sans-serif, Helvetica;
    color: #000;
    margin-bottom: 30px;
    margin-top: 12px;
}

@media (max-width: 820px) {
    .fine-print .custom-terms-prag {
        font-size: 16px;
        line-height: 22px;
    }
}

.fine-print .tables-wrapper {
    padding: 0 60px;
}

@media (max-width: 820px) {
    .fine-print .tables-wrapper {
        padding: 0;
    }
}

.fine-print .tables-wrapper>div:nth-of-type(even) {
    position: relative;
}

.fine-print .tables-wrapper>div:nth-of-type(even)::before {
    content: "";
    height: calc(100% - 57px);
    width: 1px;
    background-color: #e6e6e6;
    display: block;
    position: absolute;
    left: -1.5px;
    top: 42px;
}

@media (max-width: 820px) {
    .fine-print .tables-wrapper>div:nth-of-type(even) tr:nth-of-type(even) {
        background: none !important;
    }

    .fine-print .tables-wrapper>div:nth-of-type(even) tr:nth-of-type(odd) {
        background: #f1f0f5 !important;
    }
}

@media (max-width: 820px) {
    .fine-print .tables-wrapper>div:not(:first-child) thead {
        display: none;
    }

    .fine-print .tables-wrapper>div:not(:first-child) tbody td,
    .fine-print .tables-wrapper>div:not(:first-child) tbody th {
        border-top: none;
    }

    .fine-print .tables-wrapper>div tbody th {
        width: 100px;
    }

    .fine-print .tables-wrapper>div table {
        margin: 0;
    }
}

.fine-print .custom-terms-title {
    font: normal normal 900 18px/22px "Rubik";
    color: #ed1b24;
    margin-top: 20px;
    margin-bottom: 22px;
    padding: 0 60px;
}

@media (max-width: 820px) {
    .fine-print .custom-terms-title {
        padding: 0;
        margin-top: 27px;
        margin-bottom: 15px;
    }
}

.fine-print .custom-terms-wrapper__desc {
    font: normal normal normal 18px/29px "Noto Sans", sans-serif, Helvetica;
    color: #000;
}

@media (max-width: 820px) {
    .fine-print .custom-terms-wrapper__desc {
        font-size: 16px;
        line-height: 22px;
    }
}

.fine-print .custom-terms-wrapper__title {
    font: normal normal 900 18px/22px "Rubik";
    color: #ed1b24;
    margin-bottom: 9.5px;
    margin-top: 40px;
}

@media (max-width: 820px) {
    .fine-print .custom-terms-wrapper__title {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 33px;
        margin-top: 50px;
    }
}

.looking-for-answers {
    background-color: #f8f7fa;
    padding-bottom: 127px;
}

@media (max-width: 820px) {
    .looking-for-answers {
        padding-bottom: 115px;
    }
}

.looking-for-answers .looking-for-answers__box {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    background: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/looking-for-answers.svg") no-repeat left top;
    background-color: #fff;
    padding: 50px 33px 19px 39px;
}

@media (max-width: 820px) {
    .looking-for-answers .looking-for-answers__box {
        padding: 50px 17px;
        background-size: 98px;
        text-align: center;
    }
}

@media (max-width: 820px) {
    .looking-for-answers .looking-for-answers__box>div {
        justify-content: center;
    }
}

.looking-for-answers .looking-for-answers__box .answer-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.looking-for-answers .looking-for-answers__box .answer-box__title {
    font-size: 20px;
    font-weight: 900;
    font-family: "Rubik";
    line-height: 24px;
    color: #221e20;
    margin-bottom: 12px;
}

@media (max-width: 820px) {
    .looking-for-answers .looking-for-answers__box .answer-box__title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 16px;
    }
}

@media (max-width: 820px) {
    .looking-for-answers .looking-for-answers__box .answer-box__description {
        margin-bottom: 50px;
    }
}

.looking-for-answers .looking-for-answers__box .answer-box__description p {
    font-size: 17px;
    font-weight: normal;
    font-family: "Noto Sans", sans-serif, Helvetica;
    line-height: 19px;
    color: #221e20;
}

@media (max-width: 820px) {
    .looking-for-answers .looking-for-answers__box .answer-box__description p {
        font-size: 15px;
        line-height: 17px;
    }
}

.looking-for-answers .looking-for-answers__box .answer-box__cat-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 14px;
}

@media (max-width: 820px) {
    .looking-for-answers .looking-for-answers__box .answer-box__cat-title {
        justify-content: center;
        flex-direction: column;
    }
}

.looking-for-answers .looking-for-answers__box .answer-box__cat-title img {
    margin-right: 11px;
}

@media (min-width: 769px) {
    .looking-for-answers .looking-for-answers__box .answer-box__cat-title img {
        max-width: 27px;
    }
}

@media (max-width: 820px) {
    .looking-for-answers .looking-for-answers__box .answer-box__cat-title img {
        display: none;
    }
}

.looking-for-answers .looking-for-answers__box .answer-box__cat-title img.cat-img-mobile {
    display: none;
}

@media (max-width: 820px) {
    .looking-for-answers .looking-for-answers__box .answer-box__cat-title img.cat-img-mobile {
        display: block;
        margin-right: 0;
        margin-bottom: 7px;
        width: 50px;
        height: 50px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.looking-for-answers .looking-for-answers__box .answer-box__cat-title h2 {
    font-size: 14px;
    font-weight: 900;
    font-family: "Rubik";
    line-height: 17px;
    color: #2f2f2f;
    margin-bottom: 0;
}

@media (max-width: 820px) {
    .looking-for-answers .looking-for-answers__box .answer-box__cat-title h2 {
        font-size: 12px;
        line-height: 15px;
        text-transform: uppercase;
        margin-bottom: 0;
    }
}

.looking-for-answers .looking-for-answers__box .answer-box__cat-description {
    margin-bottom: 47px;
}

@media (max-width: 820px) {
    .looking-for-answers .looking-for-answers__box .answer-box__cat-description {
        display: none;
    }
}

.looking-for-answers .looking-for-answers__box .answer-box__cat-description p {
    font-size: 13px;
    font-weight: normal;
    font-family: "Noto Sans", sans-serif, Helvetica;
    line-height: 19px;
    color: #221e20;
    margin-bottom: 0;
}

.looking-for-answers .looking-for-answers__box .link-with-arrow {
    margin-top: auto;
}

@media (max-width: 820px) {
    .looking-for-answers .looking-for-answers__box .link-with-arrow {
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
    }

    .looking-for-answers .looking-for-answers__box .link-with-arrow::after {
        display: none;
    }
}

.prepaid-plans {
    background: transparent linear-gradient(180deg, #ffffff 0%, #f8f7fa 100%) 0% 0% no-repeat padding-box;
}

.recharges-section {
    padding-top: 42px;
    background-color: #f8f7fa;
}

@media (max-width: 820px) {
    .recharges-section {
        padding-top: 26px;
    }
}

.recharges-section .container {
    max-width: 1235px;
}

.recharges-section .sort-by-dropdown {
    width: 202px;
    height: 41px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 10px 10px 10px 10px;
}

@media (max-width: 820px) {
    .recharges-section .sort-by-dropdown {
        width: 0;
        height: 0;
    }
}

.recharges-section .sort-by-dropdown>button {
    font: normal normal 600 15px/20px "Noto Sans", sans-serif, Helvetica;
    color: #898989;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 10px 10px 10px 10px;
}

.recharges-section .sort-by-dropdown>button:focus {
    background-color: #fff !important;
}

.recharges-section .sort-by-dropdown>button::after {
    background: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/sort-icon.svg") no-repeat center center;
    background-size: contain;
    font-size: 0;
    width: 16px;
    height: 18px;
    display: block;
}

.recharges-section .sort-by-dropdown>.dropdown-menu {
    width: calc(100% + 2px);
    left: -1px !important;
    margin: 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 0 0 10px 10px;
    z-index: 8;
    transform: translate3d(0px, 39px, 0px) !important;
}

@media (max-width: 820px) {
    .recharges-section .sort-by-dropdown>.dropdown-menu {
        display: block !important;
        position: fixed;
        left: 0 !important;
        right: 0;
        bottom: -100%;
        transition: all 0.3s ease-in-out;
        height: 357px;
        top: auto;
        background-color: #fff;
        padding: 18px 13px;
        box-shadow: 0px -9px 6px #00000015;
        border-radius: 15px 15px 0px 0px;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

.recharges-section .sort-by-dropdown>.dropdown-menu button {
    font: normal normal 500 13px/18px "Noto Sans", sans-serif, Helvetica;
    color: #000000;
    padding: 9px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: 0 !important;
    cursor: pointer;
}

@media (max-width: 820px) {
    .recharges-section .sort-by-dropdown>.dropdown-menu button {
        font-size: 17px;
        line-height: 23px;
        padding: 9px 0;
        color: #343434;
    }

    .recharges-section .sort-by-dropdown>.dropdown-menu button:not(:last-of-type) {
        border-bottom: 1px solid #e9e9e9;
    }
}

.recharges-section .sort-by-dropdown>.dropdown-menu button:nth-child(even),
.recharges-section .sort-by-dropdown>.dropdown-menu button:focus {
    background-color: rgba(170, 170, 171, 0.1);
}

@media (max-width: 820px) {

    .recharges-section .sort-by-dropdown>.dropdown-menu button:nth-child(even),
    .recharges-section .sort-by-dropdown>.dropdown-menu button:focus {
        background: none;
    }
}

.recharges-section .sort-by-dropdown>.dropdown-menu button::after {
    content: "";
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
}

.recharges-section .sort-by-dropdown>.dropdown-menu button.price-desc::after,
.recharges-section .sort-by-dropdown>.dropdown-menu button.price-asce::after {
    background-image: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/money-icon.svg");
}

.recharges-section .sort-by-dropdown>.dropdown-menu button.recommended::after {
    background-image: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/star-icon.svg");
}

.recharges-section .sort-by-dropdown>.dropdown-menu button.promotions::after {
    background-image: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/label-icon.svg");
}

@media (max-width: 820px) {
    .sort-by__mobile {
        margin-bottom: 48px;
    }

    .sort-by__mobile .sort-by-close-btn,
    .sort-by__mobile .sort-by-reset-btn {
        background: none;
        border: none;
        box-shadow: none;
        outline: 0;
        padding: 0;
    }

    .sort-by__mobile .sort-by-close-btn img {
        width: 18px;
        height: 19px;
    }

    .sort-by__mobile .sort-by-reset-btn {
        font: normal normal 900 15px/18px "Rubik";
        letter-spacing: -0.45px;
        color: #2d2d2d;
    }

    .sort-by__mobile span {
        font: normal normal normal 20px/27px "Noto Sans", sans-serif, Helvetica;
        letter-spacing: -0.6px;
        color: #2d2d2d;
    }
}

.recharges-section-top {
    margin-bottom: 26px;
}

.recharges-section-top .row>.col-lg-9 {
    flex: 0 0 calc(100% - 285px);
    max-width: calc(100% - 285px);
    padding: 0;
}

@media (max-width: 820px) {
    .recharges-section-top .row>.col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}

.recharges-section-top .row>.col-lg-9.offset-lg-3 {
    margin-left: 285px !important;
}

@media (max-width: 820px) {
    .recharges-section-top .row>.col-lg-9.offset-lg-3 {
        margin-left: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1025px) {
    .recharges-section-top .row>.col-lg-9.offset-lg-3 {
        padding: 0 10px;
    }
}

.recharges-section-top__info {
    padding-right: 30px;
    flex: 0 0 450px;
    max-width: 450px;
}

.sort-and-search-recharge {
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 820px) {
    .recharges-section-top .row>.col-lg-9.offset-lg-3 {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center !important;
        justify-content: center !important;
    }

    .recharges-section-top__info {
        padding: 0 30px;
        width: 100%;
    }

    .recharges-section-top__info,
    .sort-and-search-recharge {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.recharges-section-top__info h1 {
    font: normal normal 900 28px/33px "Rubik";
    color: #221e20;
    margin-bottom: 2px;
}

@media (max-width: 820px) {
    .recharges-section-top__info h1 {
        font-size: 25px;
        line-height: 30px;
    }
}

.recharges-section-top__info p {
    font: normal normal normal 15px/20px "Noto Sans", sans-serif, Helvetica;
    color: #898989;
    margin: 0;
}

@media (max-width: 820px) {
    .recharges-section-top__info p {
        font-size: 14px;
        line-height: 19px;
    }
}

.recharges-section-bottom>.row>div {
    padding: 0;
}

@media (min-width: 992px) and (max-width: 1025px) {
    .recharges-section-bottom>.row>div {
        padding: 0 10px;
    }
}

.recharges-section-bottom>.row>div.col-lg-3 {
    flex: 0 0 269px;
    max-width: 269px;
    margin-right: 16px;
}

@media (max-width: 820px) {
    .recharges-section-bottom>.row>div.col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }
}

.recharges-section-bottom>.row>div.col-lg-9 {
    flex: 0 0 calc(100% - 285px);
    max-width: calc(100% - 285px);
}

@media (max-width: 820px) {
    .recharges-section-bottom>.row>div.col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 5px;
    }
}

.recharge-card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    padding: 56px 23px 23.6px;
    box-shadow: 0px 5px 5px #0000000f;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 820px) {
    .recharge-card {
        padding: 56px 12px 90px;
        margin-bottom: 30px;
    }
}

.recharge-card.with-tag {
    position: relative;
}

.recharge-card.with-tag::after {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -0.3px;
    border-radius: 8px 8px 0 0;
    display: block;
}

.recharge-card.with-tag.bonus::after,
.recharge-card.with-tag.bonus .with-tag__body {
    background-color: #ed1c24;
    color: #fff;
}

.recharge-card.with-tag.bonus .with-tag__body .primary-tag::before {
    background-image: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/white-bonus-icon.svg");
}

.recharge-card.with-tag.most-popular::after,
.recharge-card.with-tag.most-popular .with-tag__body {
    background-color: #ffa300;
}

.recharge-card.with-tag .with-tag__body .secondary-tag::before {
    background-image: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/balck-bonus-icon.svg");
}

.with-tag__body {
    font: normal normal 600 13px/18px "Noto Sans", sans-serif, Helvetica;
    color: #2d2d2d;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 0 0px 5px 0px;
    display: flex;
    align-items: center;
}

.with-tag__body>span {
    position: relative;
    display: flex;
}

.with-tag__body>span.primary-tag {
    padding: 7.7px 17px;
}

.with-tag__body>span.secondary-tag {
    padding: 7.7px 17px;
    background-color: #FFA300;
    color: #221E20;
    border-radius: 5px 0px;
}

.with-tag__body span::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 19px;
    height: 18px;
    background-image: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/black-star-icon.svg");
    margin-right: 6.8px;
    display: inline-block;
}

.recharge-card__title {
    font: normal normal 900 20px/31px "Rubik";
    letter-spacing: -0.22px;
    color: #221e20;
    margin-bottom: 2px;
}

@media (max-width: 820px) {
    .recharge-card__title {
        font-size: 20px;
        padding-right: 130px;
    }
}

.recharge-card__middle {
    margin-bottom: 26px;
}

@media (max-width: 820px) {
    .recharge-card__middle {
        flex-wrap: wrap;
        margin: 0;
    }

    .recharge-card__middle>div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.recharge-card__brief {
    padding-right: 48px;
    flex: 0 0 250px;
    max-width: 250px;
}

@media (max-width: 820px) {
    .recharge-card__brief {
        padding: 0;
        margin-bottom: 20px;
    }
}

.recharge-card__desc {
    font: normal normal normal 13px/16px "Noto Sans", sans-serif, Helvetica;
    letter-spacing: 0px;
    color: #898989;
    margin-bottom: 2px;
}

.recharge-card__price {
    font: normal normal bold 27px/37px "Noto Sans", sans-serif, Helvetica;
    color: #ed1c24;
}

@media (max-width: 820px) {
    .recharge-card__price {
        font-size: 23px;
        position: absolute;
        right: 15px;
        top: 55px;
    }
}

.recharge-card__price sup {
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    top: -11px;
}

@media (max-width: 820px) {
    .recharge-card__price sup {
        font-size: 14px;
        top: -8px;
    }
}

.recharge-card__widgets {
    flex: 0 0 497px;
    max-width: 497px;
}

@media (max-width: 820px) {
    .recharge-card__widgets {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) and (max-width: 1025px) {
    .recharge-card__widgets {
        flex: 0 0 260px;
        max-width: 260px;
        flex-wrap: wrap;
    }
}

.recharge-card__widget {
    background-color: #f9f9f9;
    border-radius: 5px;
    min-width: 118px;
    padding: 12px 16px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

@media (max-width: 820px) {
    .recharge-card__widget {
        min-width: 76px;
        text-align: center;
        margin-bottom: 16px;
        padding: 10px 5px;
        line-height: 1;
    }
}

@media (min-width: 992px) and (max-width: 1025px) {
    .recharge-card__widget {
        margin-bottom: 10px;
    }
}

.recharge-card__widget:not(:last-child) {
    margin-right: 8.3px;
}

@media (max-width: 820px) {
    .recharge-card__widget:not(:last-child) {
        margin-right: 9.5px;
    }
}

.recharge-card__widget>h2 {
    font: normal normal 900 18px/22px "Rubik";
    color: #575757;
    margin-bottom: 0;
}

@media (max-width: 820px) {
    .recharge-card__widget>h2 {
        font-size: 13px;
        line-height: 14px;
        margin-bottom: -4px;
    }
}

.recharge-card__widget>span:not(.validity-label) {
    font: normal normal 500 14px/19px "Noto Sans", sans-serif, Helvetica;
    letter-spacing: -0.42px;
    color: #414141;
}

@media (max-width: 820px) {
    .recharge-card__widget>span:not(.validity-label) {
        font-size: 13px;
        line-height: 18px;
    }
}

.recharge-card__widget>.validity-label {
    font: normal normal 500 10px/14px "Noto Sans", sans-serif, Helvetica;
    letter-spacing: -0.3px;
    color: #414141;
    margin-top: 9.2px;
    display: block;
}

@media (max-width: 820px) {
    .recharge-card__widget>.validity-label {
        margin-top: 6px;
    }
}

.recharge-card__actions {
    flex: 0 0 167px;
    max-width: 167px;
    padding-left: 27px;
}

@media (max-width: 820px) {
    .recharge-card__actions {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        bottom: 23px;
        left: 15px;
        right: 15px;
    }
}

.recharge-card__actions a:hover {
    text-decoration: none;
    color: #ed1b24;
}

.recharge-main-btn {
    background-color: #ed1c24;
    border-radius: 50px;
    width: 124px;
    height: 40px;
    display: inline-block;
    margin-bottom: 13px;
    font: normal normal 900 14px/40px "Rubik";
    letter-spacing: 0.58px;
    color: #ffffff !important;
    text-align: center;
}

@media (max-width: 820px) {
    .recharge-main-btn {
        width: 159px;
        margin-bottom: 0;
    }
}

.how-to-recharge-btn {
    font: normal normal 900 12px/16px "Rubik";
    color: #ed1b24;
    display: block;
}

.recharge-allowances {
    flex: 0 0 250px;
    max-width: 250px;
}

@media (max-width: 820px) {
    .recharge-allowances {
        display: none;
    }
}

.recharge-allowances img {
    width: 14px;
    height: 14px;
    -o-object-fit: contain;
    object-fit: contain;
}

.recharge-allowances img:not(:last-child) {
    margin-right: 8px;
}

.recharge-allowances span {
    margin-right: 8px;
}

.recharge-validity {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
}

@media (max-width: 820px) {
    .recharge-validity {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.recharge-validity>span {
    font: normal normal 500 14px/19px "Noto Sans", sans-serif, Helvetica;
    color: #414141;
    margin: 0;
}

@media (max-width: 820px) {
    .recharge-validity>span {
        font-size: 13px;
        line-height: 18px;
    }
}

.recharge-validity>a {
    font-weight: 600;
    text-decoration: underline;
    color: #414141;
    font: normal normal 600 14px/19px "Noto Sans", sans-serif, Helvetica;
}

@media (max-width: 820px) {
    .recharge-validity>a {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 820px) {
    .recharge-bottom-banner {
        margin-top: 39px;
    }
}

.recharge-bottom-banner img {
    width: 100%;
    height: 198px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 820px) {
    .recharge-bottom-banner img {
        height: auto;
    }
}

.for-more-info {
    position: relative;
}

.for-more-info__text {
    border: 0.5px solid #bababa;
    border-radius: 3px;
    background-color: #fffade;
    width: 196px;
    padding: 5px;
    font: normal normal normal 13px/16px "Noto Sans", sans-serif, Helvetica;
    color: #000000;
    position: absolute;
    top: 16px;
    left: -10px;
    display: none;
    z-index: 7;
}

@media (max-width: 820px) {
    .for-more-info__text {
        right: -10px;
        top: 18px;
        left: auto;
    }
}

.for-more-info img {
    width: 11px;
    height: 11px;
}

.for-more-info:hover .for-more-info__text {
    display: block;
}

.amazing-offerr-banner {
    margin-bottom: 25px;
}

@media (max-width: 820px) {
    .amazing-offerr-banner {
        margin-bottom: 30px;
    }
}

.amazing-offerr-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.recharge-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background-color: rgba(144, 144, 144, 0.26);
    display: none;
}

.recharge-popup .container {
    max-width: 936px;
    padding: 60px 0 20px;
    height: 97%;
    overflow: hidden;
}

@media (max-width: 820px) {
    .recharge-popup .container {
        padding: 38px 28px;
    }
}

.recharge-popup__title+div {
    overflow: auto;
    height: 100%;
    padding-bottom: 63px;
}

.recharge-popup__body {
    background-color: #fff;
    box-shadow: 0px 0px 6px #00000015;
    border-radius: 39px 39px 0px 0px;
    height: 591px;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.recharge-popup__title {
    font: normal normal 900 20px/24px "Rubik";
    color: #e91c24;
    padding-bottom: 21px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dddddd;
}

@media (max-width: 820px) {
    .recharge-popup__title {
        margin-bottom: 21px;
        text-align: left;
    }
}

.recharge-popup__close {
    border: none !important;
    background: none;
    outline: 0 !important;
    cursor: pointer;
}

@media (max-width: 820px) {
    .recharge-popup__close {
        margin-left: 30px;
    }
}

.recharge-popup__close img {
    width: 18px;
    height: 19px;
}

.recharge-popup__data {
    overflow-y: auto;
    height: 430px;
}

.recharge-filter {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 17px 14px 38px;
    position: relative;
}

@media (max-width: 820px) {
    .recharge-filter {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow-y: auto;
        padding: 19px 25.5px 120px;
    }
}

.recharge-filter__box:not(:last-of-type) {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.recharge-filter__title {
    font: normal normal normal 25px/34px "Noto Sans", sans-serif, Helvetica;
    letter-spacing: -0.75px;
    color: #2d2d2d;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recharge-filter__reset {
    background: none;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
}

.recharge-filter__reset img {
    width: 23px;
    height: auto;
}

@media (max-width: 820px) {
    .recharge-filter__title {
        width: 73px;
        font-size: 20px;
        line-height: 27px;
        margin: 0 auto 30px;
    }

    .recharge-filter__reset {
        position: absolute;
        right: 15px;
    }
}

@media (max-width: 820px) {
    .close-filter-in-mobile {
        position: absolute;
        top: 19px;
        background: none !important;
        border: none;
        outline: 0 !important;
        box-shadow: none !important;
        padding: 0;
    }

    .close-filter-in-mobile {
        left: 14px;
    }

    .close-filter-in-mobile img {
        width: 11px;
        height: 19px;
    }
}

.filter-shared-title {
    font: normal normal 900 17px/21px "Rubik";
    color: #000000;
    margin-bottom: 15px;
}

.filter-sub-title {
    font: normal normal 500 15px/20px "Noto Sans", sans-serif, Helvetica;
    color: #898989;
    margin-bottom: 13.5px;
    display: flex;
    align-items: center;
}

.filter-sub-title::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 14px;
    margin-right: 11px;
}

.filter-sub-title.local-data::before {
    background-image: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/Data.svg");
}

.filter-sub-title.local-minutes::before {
    background-image: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/Call.svg");
}

.filter-sub-title.international-minutes::before,
.filter-sub-title.international-packs::before {
    background-image: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/International.svg");
}

.recharges-types>h4 {
    margin-bottom: 5px;
}

.recharges-types>p {
    font: normal normal 500 15px/20px "Noto Sans", sans-serif, Helvetica;
    margin-bottom: 13.5px;
    color: #898989;
}

.recharges-types>ul {
    margin: 0;
    padding: 0 !important;
}

.recharges-types>ul li {
    margin-bottom: 11px;
}

.recharges-types>ul li:not(:last-child) {
    margin-right: 9px;
}

.recharges-types>ul button {
    background: #fff;
    box-shadow: 0px 0px 6px #00000029 !important;
    border-radius: 100px;
    padding: 6px 8px;
    display: inline-block;
    text-align: center;
    min-width: 56px;
    font: normal normal 900 14px/17px "Rubik";
    color: #ed1c24;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.recharges-types>ul button.active {
    background: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
}

.recharges-types>ul button:not(.active):hover {
    color: #ed1c24;
}

.recharge-recurring .toggle-button {
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
    width: 42px;
    height: 20px;
    background-color: #d9d9d9;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    margin: 0 !important;
    transition: all 0.5s ease-in-out;
}

.recharge-recurring .toggle-button::before {
    content: "" !important;
}

.recharge-recurring .toggle-button::after {
    content: "" !important;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 1px;
    left: 1px;
    line-height: 0;
    display: grid;
    place-content: center;
    transition: all 0.5s;
    transform: 1s ease-in-out;
}

.recharge-recurring input:checked+.toggle-button::after {
    content: "";
    background-color: #fff;
    transform: translateX(21px) rotate(360deg);
}

.recharge-recurring input:checked+.toggle-button {
    background-color: #ed1c24;
}

.recharge-recurring__row .one-time-only::before {
    background-image: url("https://www.ooredoo.qa/web/wp-content/uploads/2025/08/one-time-icon.svg");
}

.recharge-recurring__row .recurring-only::before {
    background-image: url("https://www.ooredoo.qa/web/wp-content/uploads/2025/08/recurring-only-icon.svg");
}

.recharge-recurring__row:last-child>h5 {
    margin-bottom: 0;
}

.slider-range-row {
    margin-bottom: 28px;
}

.slider-range-row:last-child {
    margin-bottom: 0;
}

.slider-range-row>span {
    font: normal normal 500 14px/19px "Noto Sans", sans-serif, Helvetica;
    color: #000000;
}

.slider-range-row .slider-max-val sup {
    top: -5px;
    font-size: 9px;
}

.slider-range-row .slider-range-wrapper {
    width: 158px;
    margin-top: -6px;
    z-index: 5;
}

@media (max-width: 820px) {
    .slider-range-row .slider-range-wrapper {
        width: 260px;
    }
}

.slider-range-row .slider-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 100%;
    height: 4px;
    outline: none;
    border-radius: 30px;
    background: linear-gradient(to right, rgb(237, 28, 36) 0%, rgb(237, 28, 36) 100%, rgb(238, 238, 238) 100%, rgb(238, 238, 238) 100%);
}

.slider-range-row .slider-cur-val {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 21px;
    background-color: #fff;
    border-radius: 20px;
    top: 5px;
    left: calc(100% - 34px);
    font: normal normal 500 12px/17px "Noto Sans", sans-serif, Helvetica;
    color: #ed1c24;
    overflow: hidden;
}

span.slider-cur-val.tooltip-mobile {
    top: -25px;
    background-color: #ea1624;
    color: #FFF;
    overflow: visible;
    display: none;
}

@media (min-width: 992px) {
    span.slider-cur-val.tooltip-mobile {
        display: none !important;
    }
}

span.slider-cur-val.tooltip-mobile:before {
    content: "";
    display: block;
    border-top: 8px solid #ea1624;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.inter-packs-accordion {
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 0 7px 0;
}

.inter-packs-accordion button {
    width: 100%;
    text-align: left;
    box-shadow: none !important;
    border-width: 1px 0 !important;
    border-style: solid;
    border-color: #e9e9e9;
    background: none !important;
    padding: 10px 0;
    font: normal normal normal 14px/19px "Noto Sans", sans-serif, Helvetica;
    color: #000000;
    border-radius: 0;
}

.inter-packs-accordion button img {
    width: 36px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px;
}

.inter-packs-accordion__label {
    font: normal normal 500 15px/20px "Noto Sans", sans-serif, Helvetica !important;
    color: #777777 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inter-packs-accordion__label::after {
    content: "";
    display: block;
    background: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/chevron-top.svg") no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 9px;
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
    margin-top: 2px;
}

.inter-packs-accordion__menu {
    margin: 0;
    padding: 0;
    display: none;
}

.inter-packs-accordion__menu li:last-child button {
    border-bottom: none !important;
}

@media (max-width: 820px) {

    .apply-filter-on-mobile,
    .filter-and-sort-container {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background-color: #f1f0f5;
        box-shadow: 0px -6px 11px #00000015;
        border: 1px solid #d9d9d9;
        border-radius: 15px 15px 0px 0px;
        width: 100%;
        height: 87px;
        z-index: 999;
        padding: 13px 11px 33px;
    }

    .filter-and-sort-container button {
        flex: 0 0 50%;
        max-width: 50%;
        background-color: #fff;
        height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none !important;
    }

    .filter-and-sort-container button:first-child {
        margin-right: 5px;
    }

    .filter-and-sort-container button.filter-btn {
        border-radius: 10px 0px 0px 10px;
        font: normal normal 600 15px/20px "Noto Sans", sans-serif, Helvetica;
        letter-spacing: -0.6px;
        color: #2d2d2d;
    }

    .filter-and-sort-container button.filter-btn::after {
        content: "";
        display: inline-block;
        width: 13px;
        height: 12px;
        background: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/filter-icon.svg") no-repeat center center;
        background-size: contain;
        margin-left: 12px;
    }

    .filter-and-sort-container button.sort-by-btn {
        border-radius: 0px 10px 10px 0px;
        font: normal normal 600 15px/20px "Noto Sans", sans-serif, Helvetica;
        color: #898989;
    }

    .filter-and-sort-container button.sort-by-btn::after {
        content: "";
        display: inline-block;
        width: 11px;
        height: 18px;
        background: url("https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/sort-icon.svg") no-repeat center center;
        background-size: contain;
        margin-left: 35px;
        font-size: 0;
    }

    .apply-filter-on-mobile button {
        background: #ed1c24;
        border-radius: 50px;
        width: 261px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font: normal normal 900 14px/17px "Rubik";
        letter-spacing: 0.58px;
        color: #ffffff;
        margin: auto;
        box-shadow: none !important;
    }
}

.CMS-min-banner img {
    border-radius: 0px;
}

.CMS-prepaid-recharge-banner .fa {
    font-size: 34px;
    color: #fff;
}

.CMS-prepaid-recharge-banner .slick-next:before,
.CMS-prepaid-recharge-banner .slick-prev:before {
    display: none;
}

.CMS-prepaid-recharge-banner .slick-prev {
    left: 20px;
    z-index: 1;
}

.CMS-prepaid-recharge-banner .slick-next {
    right: 20px;
    z-index: 1;
}

.d-sm-block {
    display: none;
}

.d-md-block {
    display: block;
}

@media (max-width: 768px) {
    .d-sm-block {
        display: block !important;
    }

    .d-md-block {
        display: none;
    }
}

.recharge-pagination {
    margin-top: 35px;
}

@media (max-width: 820px) {
    .recharge-pagination {
        margin-top: 25px;
    }
}

@media (max-width: 820px) {
    .recharge-pagination .pagination .page-item:not(:last-child) .page-link {
        margin-right: 5px;
    }
}

.recharge-pagination .pagination .max-page {
    margin-left: 5px;
}

.recharge-pagination .pagination .page-link {
    font-size: 18px;
    line-height: 20px;
    font-family: "Rubik", sans-serif;
    color: #a5a5a5;
    background: none;
    border: none;
    outline: 0;
    box-shadow: none;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 820px) {
    .recharge-pagination .pagination .page-link {
        padding: 0px 6px;
        font-size: 16px;
    }
}

.recharge-pagination .pagination .page-link.active {
    background-color: #ed1c24;
    color: #fff;
}

@media (max-width: 820px) {
    .recharges-section-bottom>.row {
        margin: 0;
    }
}

.recharge-bottom-banner img {
    border-radius: 10px;
}

.price-term {
    font-size: 18px;
}

@media (max-width: 820px) {
    .price-term {
        font-size: 15px;
    }
}

.recharges-types__categories {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
    height: 40px;
    margin-bottom: 20px;
}

.recharges-types__categories>a {
    flex: 0 0 50%;
    max-width: 50%;
    height: 40px;
    font: normal normal 600 14px/40px "Rubik", sans-serif;
    color: #575757;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.recharges-types__categories>a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url('https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/gray-circle-icon.svg');
    margin-right: 6.5px;
}

.recharges-types__categories>a.active:before,
.recharges-types__categories>a:hover:before {
    background-image: url('https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/active-circle-icon.svg');
}

.recharges-types__categories>a:first-child {
    border-right: 1px solid #E0E0E0;
}

.recharges-types__categories>a.active,
.recharges-types__categories>a:hover {
    background-color: #F8F8F8;
    color: #221E20;
}

.recharge-search {
    position: relative;
    border-radius: 10px 10px 10px 10px;
    margin-right: 14px;
    overflow: hidden;
}

.recharge-search__field {
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #d9d9d9;
    height: 41px;
    width: 41px;
    transition: all 0.3s ease-in-out;
}

.recharge-search__toggler {
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    border: none;
    box-shadow: none;
    outline: 0;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
    background-image: url('https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/prepaid/images/gray-search-icon.svg');
    width: 39px;
    height: 39px;
    padding: 0;
}

@media (max-width: 820px) {
    .recharge-search {
        margin: 20px 0 0;
    }

    .recharge-search__field {
        width: 272px;
        padding: 10px 41px 10px 13px;
    }

    .sort-and-search-recharge {
        justify-content: center !important;
    }
}

/*! CSS Used from: Embedded */
.list li {
    list-style: disc;
    margin-left: 40px;
    padding-top: 5px;
}

/*! CSS Used from: Embedded */
td {
    border: 1px solid black;
    padding: 6px !important;
    text-align: center;
}

.table11 {
    display: block;
}

.list {
    margin-top: 20px;
    list-style: disc;
}

.list li {
    margin-left: 20px;
    list-style: inherit;
}

/*! CSS Used from: Embedded */
.list li {
    list-style: disc;
    margin-left: 40px;
    padding-top: 5px;
}

/*! CSS Used from: Embedded */
td {
    border: 1px solid black;
    padding: 6px !important;
    text-align: center;
}

.table11 {
    display: block;
}

.list {
    margin-top: 20px;
    list-style: disc;
}

.list li {
    margin-left: 20px;
    list-style: inherit;
}

/*! CSS Used from: Embedded */
.list li {
    list-style: disc;
    margin-left: 40px;
    padding-top: 5px;
}

/*! CSS Used from: Embedded */
td {
    border: 1px solid black;
    padding: 6px !important;
    text-align: center;
}

.table11 {
    display: block;
}

.list {
    margin-top: 20px;
    list-style: disc;
}

.list li {
    margin-left: 20px;
    list-style: inherit;
}

/*! CSS Used from: Embedded */
.list li {
    list-style: disc;
    margin-left: 40px;
    padding-top: 5px;
}

/*! CSS Used from: Embedded */
td {
    border: 1px solid black;
    padding: 6px !important;
    text-align: center;
}

.table11 {
    display: block;
}

.list {
    margin-top: 20px;
    list-style: disc;
}

.list li {
    margin-left: 20px;
    list-style: inherit;
}

/*! CSS Used from: Embedded */
.list li {
    list-style: disc;
    margin-left: 40px;
    padding-top: 5px;
}

/*! CSS Used from: Embedded */
td {
    border: 1px solid black;
    padding: 6px !important;
    text-align: center;
}

.table11 {
    display: block;
}

.list {
    margin-top: 20px;
    list-style: disc;
}

.list li {
    margin-left: 20px;
    list-style: inherit;
}

/*! CSS Used from: Embedded */
.list li {
    list-style: disc;
    margin-left: 40px;
    padding-top: 5px;
}

/*! CSS Used from: Embedded */
.need-to-help-section {
    display: none;
}

.amazing-offerr-banner {
    display: none !important;
}

.recharge-bottom-banner {
    display: none !important;
}

.list {
    margin-bottom: 20px;
}

.night-num {
    color: #ef1c21;
    font-size: 14px !important;
    font-weight: 600;
}

@media (max-width: 770px) {
    .night-num {
        font-size: 13px;
    }
}

.with-tag__body>span.primary-tag {
    padding: 7.7px 14px;
}

.recharge-card__widget .same-style-above {
    font: normal normal 900 18px / 22px "Rubik";
    color: #575757;
    margin-bottom: 0;
}

.urban-icon img {
    width: 25px !important;
    height: 25px !important;
}

.super-booster-table .title {
    text-align: center;
}

.super-booster-table .title th {
    border: 1px solid black;
}

.super-booster-table td,
.super-booster-table tr {
    border: 1px solid black;
    padding: 6px !important;
    text-align: center;
    vertical-align: middle;
}

.recharge-popup__data h3 {
    font-size: 20px;
}

@media (max-width:768px) {
    .table-responsive {
        overflow-x: scroll;
    }

    .recharge-popup__data h3 {
        font-size: 18px;
    }
}

/*! CSS Used from: Embedded */
@media (min-width: 820px) and (max-width: 1536px) {
    .header-main-navbar .navbar-collapse .dropdown-toggle {
        padding: 30px 7px !important;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aPdu2ui.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5ardu2ui.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a_du2ui.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aLdu2ui.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a3du2ui.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aHdu2ui.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu2ui.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aPdu2ui.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5ardu2ui.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a_du2ui.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aLdu2ui.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a3du2ui.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aHdu2ui.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu2ui.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aPdu2ui.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5ardu2ui.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a_du2ui.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aLdu2ui.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a3du2ui.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aHdu2ui.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu2ui.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aPdu2ui.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5ardu2ui.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a_du2ui.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aLdu2ui.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a3du2ui.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aHdu2ui.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu2ui.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aPdu2ui.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5ardu2ui.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a_du2ui.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aLdu2ui.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a3du2ui.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aHdu2ui.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu2ui.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aPdu2ui.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5ardu2ui.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a_du2ui.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aLdu2ui.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a3du2ui.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aHdu2ui.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu2ui.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aPdu2ui.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5ardu2ui.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a_du2ui.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aLdu2ui.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a3du2ui.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aHdu2ui.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu2ui.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aPdu2ui.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5ardu2ui.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a_du2ui.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aLdu2ui.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a3du2ui.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aHdu2ui.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu2ui.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nErXyi0A.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nMrXyi0A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
    unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nErXyi0A.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nMrXyi0A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
    unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.desktop-only {
    display: none;             
}

@media (min-width: 992px) {
    .desktop-only {
        display: block;        
    }
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nErXyi0A.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nMrXyi0A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
    unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFlKp.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrJ8FFlKp.woff2) format('woff2');
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrI0FFlKp.woff2) format('woff2');
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrO0FFlKp.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOMFFg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFlKp.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrJ8FFlKp.woff2) format('woff2');
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrI0FFlKp.woff2) format('woff2');
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrO0FFlKp.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOMFFg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: FontAwesome;
    src: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/fonts/_ooredoo_assets_font_fontawesome-webfont.eot?v=4.7.0);
    src: url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/fonts/_ooredoo_assets_font_fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/fonts/_ooredoo_assets_font_fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/fonts/_ooredoo_assets_font_fontawesome-webfont.woff?v=4.7.0) format("woff"), url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/fonts/_ooredoo_assets_font_fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(https://www.ooredoo.qa/web/wp-content/themes/ooredoo-cms/assets/fonts/_ooredoo_assets_font_fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nErXyi0A.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nMrXyi0A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
    unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nErXyi0A.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nMrXyi0A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
    unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nErXyi0A.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nMrXyi0A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
    unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}